Skip to content

Commit

Permalink
Merge pull request #219 from webitel/feature/hint-color-change
Browse files Browse the repository at this point in the history
refactor: version incremented [WTEL-4461]
  • Loading branch information
VladimirBeria authored Apr 22, 2024
2 parents d1842fd + f4b7e92 commit 5744050
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 46 deletions.
13 changes: 9 additions & 4 deletions docs/pages/webitel-ui/components/wt-hint/Readme.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
<script setup>
import Docs from './wt-hint-docs.vue';
import ExampleHint from './examples/example-hint.vue';
</script>

# WtHint

## Props
::: raw
<Docs/>
:::

| Prop | Type | Default | Code | Description |
|-------------------|----------|---------|-------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------|
| iconColor | String | 'info' | `<wt-hint :iconColor="'info'">{{ hint }}</wt-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
Expand Down
39 changes: 0 additions & 39 deletions docs/pages/webitel-ui/components/wt-hint/wt-hint-docs.vue

This file was deleted.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webitel/ui-sdk",
"version": "24.4.25",
"version": "24.4.26",
"private": false,
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 5744050

Please sign in to comment.