diff --git a/docs/pages/webitel-ui/components/wt-hint/Readme.md b/docs/pages/webitel-ui/components/wt-hint/Readme.md
index 51102409..9e13c21c 100644
--- a/docs/pages/webitel-ui/components/wt-hint/Readme.md
+++ b/docs/pages/webitel-ui/components/wt-hint/Readme.md
@@ -1,14 +1,19 @@
# WtHint
## Props
-::: raw
-
-:::
+
+| Prop | Type | Default | Code | Description |
+|-------------------|----------|---------|-------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------|
+| iconColor | String | 'info' | `{{ hint }}` | Prop for hint icon color. iconColor prop value can be the same as the color props values in the wt-icon component |
+## Slots
+
+| Name | Scope | Description |
+|------------|---------------------------------------------------------------------------------------|----------------------|
+| default | | Default content slot |
## Example Hint
::: raw
diff --git a/docs/pages/webitel-ui/components/wt-hint/wt-hint-docs.vue b/docs/pages/webitel-ui/components/wt-hint/wt-hint-docs.vue
deleted file mode 100644
index b4953332..00000000
--- a/docs/pages/webitel-ui/components/wt-hint/wt-hint-docs.vue
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/package-lock.json b/package-lock.json
index d0ea50a5..07be5af0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@webitel/ui-sdk",
- "version": "24.4.21",
+ "version": "24.4.26",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@webitel/ui-sdk",
- "version": "24.4.21",
+ "version": "24.4.26",
"dependencies": {
"@floating-ui/vue": "^1.0.1",
"@vuelidate/core": "^2.0.3",
diff --git a/package.json b/package.json
index a57904c5..804afc5b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@webitel/ui-sdk",
- "version": "24.4.25",
+ "version": "24.4.26",
"private": false,
"scripts": {
"dev": "vite",