vueless 1.0.2-beta.62 → 1.0.2-beta.63

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/constants.js +4 -1
  2. package/directives/clickOutside/storybook/stories.ts +1 -1
  3. package/directives/tooltip/storybook/stories.ts +1 -1
  4. package/package.json +27 -27
  5. package/ui.boilerplate/storybook/stories.hidden.ts +1 -1
  6. package/ui.button/storybook/stories.ts +1 -1
  7. package/ui.button-link/storybook/stories.ts +1 -1
  8. package/ui.button-toggle/storybook/stories.ts +1 -1
  9. package/ui.container-accordion/storybook/stories.ts +1 -1
  10. package/ui.container-card/storybook/stories.ts +1 -1
  11. package/ui.container-col/storybook/stories.ts +1 -1
  12. package/ui.container-divider/storybook/stories.ts +1 -1
  13. package/ui.container-group/storybook/stories.ts +1 -1
  14. package/ui.container-groups/storybook/stories.ts +1 -1
  15. package/ui.container-modal/storybook/stories.ts +1 -1
  16. package/ui.container-modal-confirm/storybook/stories.ts +1 -1
  17. package/ui.container-page/storybook/stories.ts +1 -1
  18. package/ui.container-row/storybook/stories.ts +1 -1
  19. package/ui.data-list/storybook/stories.ts +1 -1
  20. package/ui.data-table/storybook/stories.ts +1 -1
  21. package/ui.dropdown-badge/storybook/stories.ts +1 -1
  22. package/ui.dropdown-button/storybook/stories.ts +1 -1
  23. package/ui.dropdown-link/storybook/stories.ts +1 -1
  24. package/ui.form-calendar/storybook/stories.ts +1 -1
  25. package/ui.form-checkbox/storybook/stories.ts +1 -1
  26. package/ui.form-checkbox-group/storybook/stories.ts +1 -1
  27. package/ui.form-checkbox-multi-state/storybook/stories.ts +1 -1
  28. package/ui.form-color-picker/storybook/stories.ts +1 -1
  29. package/ui.form-date-picker/storybook/stories.ts +1 -1
  30. package/ui.form-date-picker-range/storybook/stories.ts +1 -1
  31. package/ui.form-input/storybook/stories.ts +1 -1
  32. package/ui.form-input-counter/storybook/stories.ts +1 -1
  33. package/ui.form-input-file/storybook/stories.ts +1 -1
  34. package/ui.form-input-number/storybook/stories.ts +1 -1
  35. package/ui.form-input-password/storybook/stories.ts +1 -1
  36. package/ui.form-input-rating/storybook/stories.ts +1 -1
  37. package/ui.form-input-search/storybook/stories.ts +1 -1
  38. package/ui.form-label/storybook/stories.ts +1 -1
  39. package/ui.form-listbox/storybook/stories.ts +1 -1
  40. package/ui.form-radio/storybook/stories.ts +1 -1
  41. package/ui.form-radio-group/storybook/stories.ts +1 -1
  42. package/ui.form-select/storybook/stories.ts +1 -1
  43. package/ui.form-switch/storybook/stories.ts +1 -1
  44. package/ui.form-textarea/storybook/stories.ts +1 -1
  45. package/ui.image-avatar/storybook/stories.ts +1 -1
  46. package/ui.image-icon/storybook/stories.ts +1 -1
  47. package/ui.loader/storybook/stories.ts +1 -1
  48. package/ui.loader-overlay/storybook/stories.ts +1 -1
  49. package/ui.loader-progress/storybook/stories.ts +1 -1
  50. package/ui.navigation-breadcrumbs/storybook/stories.ts +1 -1
  51. package/ui.navigation-pagination/storybook/stories.ts +1 -1
  52. package/ui.navigation-progress/storybook/stories.ts +1 -1
  53. package/ui.navigation-tab/storybook/stories.ts +1 -1
  54. package/ui.navigation-tabs/storybook/stories.ts +1 -1
  55. package/ui.other-chip/storybook/stories.ts +1 -1
  56. package/ui.other-dot/storybook/stories.ts +1 -1
  57. package/ui.other-theme-color-toggle/storybook/stories.ts +1 -1
  58. package/ui.skeleton/storybook/stories.ts +1 -1
  59. package/ui.skeleton-choice/storybook/stories.ts +1 -1
  60. package/ui.skeleton-input/storybook/stories.ts +1 -1
  61. package/ui.skeleton-text/storybook/stories.ts +1 -1
  62. package/ui.text-alert/storybook/stories.ts +1 -1
  63. package/ui.text-badge/storybook/stories.ts +1 -1
  64. package/ui.text-block/storybook/stories.ts +1 -1
  65. package/ui.text-empty/storybook/stories.ts +1 -1
  66. package/ui.text-file/storybook/stories.ts +1 -1
  67. package/ui.text-files/storybook/stories.ts +1 -1
  68. package/ui.text-header/storybook/stories.ts +1 -1
  69. package/ui.text-notify/storybook/stories.ts +1 -1
  70. package/ui.text-number/storybook/stories.ts +1 -1
  71. package/icons/storybook/phone_iphone.svg +0 -1
package/constants.js CHANGED
@@ -362,13 +362,16 @@ export const DEFAULT_SVGO_CONFIG = {
362
362
  name: "preset-default",
363
363
  params: {
364
364
  overrides: {
365
- removeViewBox: false,
366
365
  convertColors: {
367
366
  currentColor: true,
368
367
  },
369
368
  },
370
369
  },
371
370
  },
371
+ {
372
+ name: "removeViewBox",
373
+ active: false,
374
+ },
372
375
  ],
373
376
  };
374
377
 
@@ -1,4 +1,4 @@
1
- import type { Meta, StoryFn } from "@storybook/vue3";
1
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
2
2
 
3
3
  import { ref, computed, onMounted, useTemplateRef } from "vue";
4
4
 
@@ -1,4 +1,4 @@
1
- import type { Meta, StoryFn } from "@storybook/vue3";
1
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
2
2
 
3
3
  import UIcon from "../../../ui.image-icon/UIcon.vue";
4
4
  import UCol from "../../../ui.container-col/UCol.vue";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vueless",
3
- "version": "1.0.2-beta.62",
3
+ "version": "1.0.2-beta.63",
4
4
  "license": "MIT",
5
5
  "description": "Vue Styleless UI Component Library, powered by Tailwind CSS.",
6
6
  "keywords": [
@@ -49,46 +49,46 @@
49
49
  "vueless": "./bin/index.js"
50
50
  },
51
51
  "dependencies": {
52
- "@tailwindcss/postcss": "^4.1.7",
53
- "@tailwindcss/vite": "^4.1.7",
54
- "cva": "^1.0.0-beta.3",
52
+ "@tailwindcss/postcss": "^4.1.11",
53
+ "@tailwindcss/vite": "^4.1.11",
54
+ "cva": "^1.0.0-beta.4",
55
55
  "lodash-es": "^4.17.21",
56
- "svgo": "^3.3.2",
57
- "tailwind-merge": "^3.3.0",
58
- "tailwindcss": "^4.1.7",
56
+ "svgo": "^4.0.0",
57
+ "tailwind-merge": "^3.3.1",
58
+ "tailwindcss": "^4.1.11",
59
59
  "tippy.js": "^6.3.7",
60
- "unplugin-vue-components": "^28.7.0",
60
+ "unplugin-vue-components": "^28.8.0",
61
61
  "vuedraggable": "4.1.0"
62
62
  },
63
63
  "devDependencies": {
64
- "@eslint/js": "^9.27.0",
65
- "@material-symbols/svg-500": "^0.31.4",
64
+ "@eslint/js": "^9.32.0",
65
+ "@material-symbols/svg-500": "^0.33.0",
66
66
  "@release-it/bumper": "^7.0.5",
67
- "@tsconfig/node20": "^20.1.5",
67
+ "@tsconfig/node20": "^20.1.6",
68
68
  "@types/jsdom": "^21.1.7",
69
69
  "@types/lodash-es": "^4.17.12",
70
- "@types/node": "^22.15.23",
71
- "@vitejs/plugin-vue": "^5.2.4",
72
- "@vitest/eslint-plugin": "^1.2.1",
70
+ "@types/node": "^24.1.0",
71
+ "@vitejs/plugin-vue": "^6.0.1",
72
+ "@vitest/eslint-plugin": "^1.3.4",
73
73
  "@vue/eslint-config-prettier": "^10.2.0",
74
- "@vue/eslint-config-typescript": "^14.5.0",
74
+ "@vue/eslint-config-typescript": "^14.6.0",
75
75
  "@vue/test-utils": "^2.4.6",
76
76
  "@vue/tsconfig": "^0.7.0",
77
- "@vueless/storybook": "^1.0.1-beta.1",
78
- "eslint": "^9.27.0",
79
- "eslint-plugin-storybook": "^0.12.0",
80
- "eslint-plugin-vue": "^10.1.0",
81
- "globals": "^16.2.0",
77
+ "@vueless/storybook": "^1.1.0",
78
+ "eslint": "^9.32.0",
79
+ "eslint-plugin-storybook": "^9.0.18",
80
+ "eslint-plugin-vue": "^10.3.0",
81
+ "globals": "^16.3.0",
82
82
  "jsdom": "^26.1.0",
83
- "prettier": "^3.5.3",
84
- "release-it": "^19.0.2",
83
+ "prettier": "^3.6.2",
84
+ "release-it": "^19.0.4",
85
85
  "typescript": "^5.8.3",
86
- "vite": "^6.3.5",
87
- "vitest": "^3.1.4",
88
- "vue": "^3.5.15",
89
- "vue-i18n": "^11.1.5",
86
+ "vite": "^7.0.6",
87
+ "vitest": "^3.2.4",
88
+ "vue": "^3.5.18",
89
+ "vue-i18n": "^11.1.11",
90
90
  "vue-router": "^4.5.1",
91
- "vue-tsc": "^2.2.10"
91
+ "vue-tsc": "^3.0.4"
92
92
  },
93
93
  "resolutions": {
94
94
  "jackspeak": "2.3.6"
@@ -2,7 +2,7 @@ import { getArgTypes, getSlotNames, getSlotsFragment } from "../../utils/storybo
2
2
 
3
3
  import UBoilerplate from "../UBoilerplate.vue";
4
4
 
5
- import type { Meta, StoryFn } from "@storybook/vue3";
5
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
6
6
  import type { Props } from "../types.ts";
7
7
 
8
8
  interface UBoilerplateArgs extends Props {
@@ -15,7 +15,7 @@ import UCol from "../../ui.container-col/UCol.vue";
15
15
  import UAvatar from "../../ui.image-avatar/UAvatar.vue";
16
16
  import UBadge from "../../ui.text-badge/UBadge.vue";
17
17
 
18
- import type { Meta, StoryFn } from "@storybook/vue3";
18
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
19
19
  import type { Props } from "../types.ts";
20
20
 
21
21
  interface UButtonArgs extends Props {
@@ -11,7 +11,7 @@ import UIcon from "../../ui.image-icon/UIcon.vue";
11
11
  import UButton from "../../ui.button/UButton.vue";
12
12
  import URow from "../../ui.container-row/URow.vue";
13
13
 
14
- import type { Meta, StoryFn } from "@storybook/vue3";
14
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
15
15
  import type { Props } from "../types.ts";
16
16
 
17
17
  interface ULinkArgs extends Props {
@@ -14,7 +14,7 @@ import UBadge from "../../ui.text-badge/UBadge.vue";
14
14
  import UDot from "../../ui.other-dot/UDot.vue";
15
15
  import ULabel from "../../ui.form-label/ULabel.vue";
16
16
 
17
- import type { Meta, StoryFn } from "@storybook/vue3";
17
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
18
18
  import type { Props } from "../types.ts";
19
19
 
20
20
  interface UToggleArgs extends Props {
@@ -11,7 +11,7 @@ import UAccordion from "../../ui.container-accordion/UAccordion.vue";
11
11
  import UButton from "../../ui.button/UButton.vue";
12
12
  import ULink from "../../ui.button-link/ULink.vue";
13
13
 
14
- import type { Meta, StoryFn } from "@storybook/vue3";
14
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
15
15
  import type { Props } from "../types.ts";
16
16
 
17
17
  interface UAccordionArgs extends Props {
@@ -18,7 +18,7 @@ import UCol from "../../ui.container-col/UCol.vue";
18
18
  import USwitch from "../../ui.form-switch/USwitch.vue";
19
19
  import ULink from "../../ui.button-link/ULink.vue";
20
20
 
21
- import type { Meta, StoryFn } from "@storybook/vue3";
21
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
22
22
  import type { Props } from "../types.ts";
23
23
 
24
24
  interface UCardArgs extends Props {
@@ -12,7 +12,7 @@ import UInput from "../../ui.form-input/UInput.vue";
12
12
  import UButton from "../../ui.button/UButton.vue";
13
13
  import UPage from "../../ui.container-page/UPage.vue";
14
14
 
15
- import type { Meta, StoryFn } from "@storybook/vue3";
15
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
16
16
  import type { Props } from "../types.ts";
17
17
 
18
18
  interface UColArgs extends Props {
@@ -10,7 +10,7 @@ import URow from "../../ui.container-row/URow.vue";
10
10
  import UDivider from "../../ui.container-divider/UDivider.vue";
11
11
  import UCol from "../../ui.container-col/UCol.vue";
12
12
 
13
- import type { Meta, StoryFn } from "@storybook/vue3";
13
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
14
14
  import type { Props } from "../types.ts";
15
15
 
16
16
  interface UDividerArgs extends Props {
@@ -18,7 +18,7 @@ import URow from "../../ui.container-row/URow.vue";
18
18
  import UAlert from "../../ui.text-alert/UAlert.vue";
19
19
  import UHeader from "../../ui.text-header/UHeader.vue";
20
20
 
21
- import type { Meta, StoryFn } from "@storybook/vue3";
21
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
22
22
  import type { Props } from "../types.ts";
23
23
 
24
24
  interface UGroupArgs extends Props {
@@ -15,7 +15,7 @@ import UInput from "../../ui.form-input/UInput.vue";
15
15
  import UInputPassword from "../../ui.form-input-password/UInputPassword.vue";
16
16
  import UAlert from "../../ui.text-alert/UAlert.vue";
17
17
 
18
- import type { Meta, StoryFn } from "@storybook/vue3";
18
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
19
19
  import type { Props } from "../types.ts";
20
20
 
21
21
  interface UGroupsArgs extends Props {
@@ -19,7 +19,7 @@ import UInputPassword from "../../ui.form-input-password/UInputPassword.vue";
19
19
  import UCheckbox from "../../ui.form-checkbox/UCheckbox.vue";
20
20
  import UDivider from "../../ui.container-divider/UDivider.vue";
21
21
 
22
- import type { Meta, StoryFn } from "@storybook/vue3";
22
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
23
23
  import type { Props } from "../types.ts";
24
24
  import type { UnknownObject } from "../../types.ts";
25
25
 
@@ -16,7 +16,7 @@ import URow from "../../ui.container-row/URow.vue";
16
16
  import UCol from "../../ui.container-col/UCol.vue";
17
17
  import UText from "../../ui.text-block/UText.vue";
18
18
 
19
- import type { Meta, StoryFn } from "@storybook/vue3";
19
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
20
20
  import type { Props } from "../types.ts";
21
21
  import type { UnknownObject } from "../../types.ts";
22
22
 
@@ -21,7 +21,7 @@ import UInputPassword from "../../ui.form-input-password/UInputPassword.vue";
21
21
  import UCheckbox from "../../ui.form-checkbox/UCheckbox.vue";
22
22
  import UDivider from "../../ui.container-divider/UDivider.vue";
23
23
 
24
- import type { Meta, StoryFn } from "@storybook/vue3";
24
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
25
25
  import type { Props } from "../types.ts";
26
26
 
27
27
  interface UPageArgs extends Props {
@@ -11,7 +11,7 @@ import UInput from "../../ui.form-input/UInput.vue";
11
11
  import UCol from "../../ui.container-col/UCol.vue";
12
12
  import UButton from "../../ui.button/UButton.vue";
13
13
 
14
- import type { Meta, StoryFn } from "@storybook/vue3";
14
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
15
15
  import type { Props } from "../types.ts";
16
16
 
17
17
  interface URowArgs extends Props {
@@ -16,7 +16,7 @@ import UHeader from "../../ui.text-header/UHeader.vue";
16
16
  import ULoader from "../../ui.loader/ULoader.vue";
17
17
  import tooltip from "../../directives/tooltip/vTooltip.ts";
18
18
 
19
- import type { Meta, StoryFn } from "@storybook/vue3";
19
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
20
20
  import type { Props, DataListItem } from "../types.ts";
21
21
 
22
22
  interface UDataListArgs extends Props {
@@ -1,4 +1,4 @@
1
- import type { Meta, StoryFn } from "@storybook/vue3";
1
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
2
2
  import {
3
3
  getArgTypes,
4
4
  getSlotNames,
@@ -14,7 +14,7 @@ import ULink from "../../ui.button-link/ULink.vue";
14
14
  import UAvatar from "../../ui.image-avatar/UAvatar.vue";
15
15
  import UText from "../../ui.text-block/UText.vue";
16
16
 
17
- import type { Meta, StoryFn } from "@storybook/vue3";
17
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
18
18
  import type { Props } from "../types.ts";
19
19
 
20
20
  interface DefaultUDropdownBadgeArgs extends Props {
@@ -13,7 +13,7 @@ import UIcon from "../../ui.image-icon/UIcon.vue";
13
13
  import ULink from "../../ui.button-link/ULink.vue";
14
14
  import UAvatar from "../../ui.image-avatar/UAvatar.vue";
15
15
 
16
- import type { Meta, StoryFn } from "@storybook/vue3";
16
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
17
17
  import type { Props } from "../types.ts";
18
18
 
19
19
  interface DefaultUDropdownButtonArgs extends Props {
@@ -13,7 +13,7 @@ import UBadge from "../../ui.text-badge/UBadge.vue";
13
13
  import ULink from "../../ui.button-link/ULink.vue";
14
14
  import UAvatar from "../../ui.image-avatar/UAvatar.vue";
15
15
 
16
- import type { Meta, StoryFn } from "@storybook/vue3";
16
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
17
17
  import type { Props } from "../types.ts";
18
18
 
19
19
  interface DefaultUDropdownLinkArgs extends Props {
@@ -1,4 +1,4 @@
1
- import type { Meta, StoryFn } from "@storybook/vue3";
1
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
2
2
  import {
3
3
  getArgs,
4
4
  getArgTypes,
@@ -15,7 +15,7 @@ import UText from "../../ui.text-block/UText.vue";
15
15
  import URow from "../../ui.container-row/URow.vue";
16
16
  import UChip from "../../ui.other-chip/UChip.vue";
17
17
 
18
- import type { Meta, StoryFn } from "@storybook/vue3";
18
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
19
19
  import type { Props } from "../types.ts";
20
20
 
21
21
  interface UCheckboxArgs extends Props {
@@ -18,7 +18,7 @@ import UText from "../../ui.text-block/UText.vue";
18
18
  import ULink from "../../ui.button-link/ULink.vue";
19
19
  import UIcon from "../../ui.image-icon/UIcon.vue";
20
20
 
21
- import type { Meta, StoryFn } from "@storybook/vue3";
21
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
22
22
  import type { Props } from "../types.ts";
23
23
 
24
24
  interface UCheckboxGroupArgs extends Props {
@@ -9,7 +9,7 @@ import {
9
9
  import UCheckboxMultiState from "../../ui.form-checkbox-multi-state/UCheckboxMultiState.vue";
10
10
  import UCol from "../../ui.container-col/UCol.vue";
11
11
 
12
- import type { Meta, StoryFn } from "@storybook/vue3";
12
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
13
13
  import type { Props } from "../types.ts";
14
14
 
15
15
  interface UCheckboxMultiStateArgs extends Props {
@@ -10,7 +10,7 @@ import UColorPicker from "../UColorPicker.vue";
10
10
  import UCol from "../../ui.container-col/UCol.vue";
11
11
  import UButton from "../../ui.button/UButton.vue";
12
12
 
13
- import type { Meta, StoryFn } from "@storybook/vue3";
13
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
14
14
  import type { Props } from "../types.ts";
15
15
 
16
16
  interface UColorPickerArgs extends Props {
@@ -1,4 +1,4 @@
1
- import type { Meta, StoryFn } from "@storybook/vue3";
1
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
2
2
  import {
3
3
  getArgs,
4
4
  getArgTypes,
@@ -1,6 +1,6 @@
1
1
  import { ref } from "vue";
2
2
 
3
- import type { Meta, StoryFn } from "@storybook/vue3";
3
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
4
4
  import {
5
5
  getArgs,
6
6
  getArgTypes,
@@ -14,7 +14,7 @@ import UDropdownButton from "../../ui.dropdown-button/UDropdownButton.vue";
14
14
  import UText from "../../ui.text-block/UText.vue";
15
15
  import UChip from "../../ui.other-chip/UChip.vue";
16
16
 
17
- import type { Meta, StoryFn } from "@storybook/vue3";
17
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
18
18
  import type { Props } from "../types.ts";
19
19
  import { ref } from "vue";
20
20
 
@@ -10,7 +10,7 @@ import UInputCounter from "../UInputCounter.vue";
10
10
  import UCol from "../../ui.container-col/UCol.vue";
11
11
  import UBadge from "../../ui.text-badge/UBadge.vue";
12
12
 
13
- import type { Meta, StoryFn } from "@storybook/vue3";
13
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
14
14
  import type { Props } from "../types.ts";
15
15
 
16
16
  interface UInputCounterArgs extends Props {
@@ -15,7 +15,7 @@ import UIcon from "../../ui.image-icon/UIcon.vue";
15
15
  import URow from "../../ui.container-row/URow.vue";
16
16
  import UText from "../../ui.text-block/UText.vue";
17
17
 
18
- import type { Meta, StoryFn } from "@storybook/vue3";
18
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
19
19
  import type { Props } from "../types.ts";
20
20
 
21
21
  interface UInputFileArgs extends Props {
@@ -15,7 +15,7 @@ import URow from "../../ui.container-row/URow.vue";
15
15
  import UDropdownButton from "../../ui.dropdown-button/UDropdownButton.vue";
16
16
  import UText from "../../ui.text-block/UText.vue";
17
17
 
18
- import type { Meta, StoryFn } from "@storybook/vue3";
18
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
19
19
  import type { Props } from "../types.ts";
20
20
 
21
21
  interface UInputNumberArgs extends Props {
@@ -14,7 +14,7 @@ import URow from "../../ui.container-row/URow.vue";
14
14
  import UButton from "../../ui.button/UButton.vue";
15
15
  import UDropdownButton from "../../ui.dropdown-button/UDropdownButton.vue";
16
16
 
17
- import type { Meta, StoryFn } from "@storybook/vue3";
17
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
18
18
  import type { Props } from "../types.ts";
19
19
 
20
20
  interface UInputPasswordArgs extends Props {
@@ -10,7 +10,7 @@ import UInputRating from "../../ui.form-input-rating/UInputRating.vue";
10
10
  import UCol from "../../ui.container-col/UCol.vue";
11
11
  import UBadge from "../../ui.text-badge/UBadge.vue";
12
12
 
13
- import type { Meta, StoryFn } from "@storybook/vue3";
13
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
14
14
  import type { Props } from "../types.ts";
15
15
 
16
16
  interface UInputRatingArgs extends Props {
@@ -15,7 +15,7 @@ import URow from "../../ui.container-row/URow.vue";
15
15
  import UDropdownButton from "../../ui.dropdown-button/UDropdownButton.vue";
16
16
  import UText from "../../ui.text-block/UText.vue";
17
17
 
18
- import type { Meta, StoryFn } from "@storybook/vue3";
18
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
19
19
  import type { Props } from "../types.ts";
20
20
 
21
21
  interface UInputSearchArgs extends Props {
@@ -15,7 +15,7 @@ import URow from "../../ui.container-row/URow.vue";
15
15
  import ULink from "../../ui.button-link/ULink.vue";
16
16
  import UChip from "../../ui.other-chip/UChip.vue";
17
17
 
18
- import type { Meta, StoryFn } from "@storybook/vue3";
18
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
19
19
  import type { Props } from "../types.ts";
20
20
 
21
21
  interface ULabelArgs extends Props {
@@ -9,7 +9,7 @@ import {
9
9
  import UListbox from "../UListbox.vue";
10
10
  import URow from "../../ui.container-row/URow.vue";
11
11
 
12
- import type { Meta, StoryFn } from "@storybook/vue3";
12
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
13
13
  import type { Option, Props } from "../types.ts";
14
14
 
15
15
  interface DefaultUListboxArgs extends Props {
@@ -13,7 +13,7 @@ import UText from "../../ui.text-block/UText.vue";
13
13
  import ULink from "../../ui.button-link/ULink.vue";
14
14
  import UIcon from "../../ui.image-icon/UIcon.vue";
15
15
 
16
- import type { Meta, StoryFn } from "@storybook/vue3";
16
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
17
17
  import type { Props } from "../types.ts";
18
18
 
19
19
  interface URadioArgs extends Props {
@@ -13,7 +13,7 @@ import UBadge from "../../ui.text-badge/UBadge.vue";
13
13
  import UText from "../../ui.text-block/UText.vue";
14
14
  import URow from "../../ui.container-row/URow.vue";
15
15
 
16
- import type { Meta, StoryFn } from "@storybook/vue3";
16
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
17
17
  import type { Props } from "../types.ts";
18
18
 
19
19
  interface URadioGroupArgs extends Props {
@@ -21,7 +21,7 @@ import emilyDavis from "./assets/images/emily-davis.png";
21
21
  import alexJohnson from "./assets/images/alex-johnson.png";
22
22
  import patMorgan from "./assets/images/pat-morgan.png";
23
23
 
24
- import type { Meta, StoryFn } from "@storybook/vue3";
24
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
25
25
  import type { Props } from "../types.ts";
26
26
 
27
27
  interface USelectArgs extends Props {
@@ -13,7 +13,7 @@ import UCol from "../../ui.container-col/UCol.vue";
13
13
  import UText from "../../ui.text-block/UText.vue";
14
14
  import ULink from "../../ui.button-link/ULink.vue";
15
15
 
16
- import type { Meta, StoryFn } from "@storybook/vue3";
16
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
17
17
  import type { Props } from "../types.ts";
18
18
 
19
19
  interface USwitchArgs extends Props {
@@ -13,7 +13,7 @@ import URow from "../../ui.container-row/URow.vue";
13
13
  import tooltip from "../../directives/tooltip/vTooltip.ts";
14
14
  import UText from "../../ui.text-block/UText.vue";
15
15
 
16
- import type { Meta, StoryFn } from "@storybook/vue3";
16
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
17
17
  import type { Props } from "../types.ts";
18
18
 
19
19
  interface UTextareaArgs extends Props {
@@ -13,7 +13,7 @@ import tooltip from "../../directives/tooltip/vTooltip.ts";
13
13
 
14
14
  import johnDoeImg from "./assets/john-doe.png";
15
15
 
16
- import type { Meta, StoryFn } from "@storybook/vue3";
16
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
17
17
  import type { Props } from "../types.ts";
18
18
 
19
19
  interface UAvatarArgs extends Props {
@@ -9,7 +9,7 @@ import {
9
9
  import UIcon from "../../ui.image-icon/UIcon.vue";
10
10
  import URow from "../../ui.container-row/URow.vue";
11
11
 
12
- import type { Meta, StoryFn } from "@storybook/vue3";
12
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
13
13
  import type { Props } from "../types.ts";
14
14
 
15
15
  interface UIconArgs extends Props {
@@ -11,7 +11,7 @@ import ULoader from "../../ui.loader/ULoader.vue";
11
11
  import URow from "../../ui.container-row/URow.vue";
12
12
  import UButton from "../../ui.button/UButton.vue";
13
13
 
14
- import type { Meta, StoryFn } from "@storybook/vue3";
14
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
15
15
  import type { Props } from "../types.ts";
16
16
 
17
17
  interface ULoaderArgs extends Props {
@@ -10,7 +10,7 @@ import ULoaderOverlay from "../ULoaderOverlay.vue";
10
10
  import UButton from "../../ui.button/UButton.vue";
11
11
  import USelect from "../../ui.form-select/USelect.vue";
12
12
 
13
- import type { Meta, StoryFn } from "@storybook/vue3";
13
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
14
14
  import type { Props } from "../types.ts";
15
15
 
16
16
  interface ULoaderOverlayArgs extends Props {
@@ -9,7 +9,7 @@ import UCol from "../../ui.container-col/UCol.vue";
9
9
  import { useLoaderProgress } from "../useLoaderProgress.ts";
10
10
  import { loaderProgressOff, loaderProgressOn } from "../utilLoaderProgress.ts";
11
11
 
12
- import type { Meta, StoryFn } from "@storybook/vue3";
12
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
13
13
  import type { Props } from "../types.ts";
14
14
 
15
15
  interface ULoaderProgressArgs extends Props {
@@ -9,7 +9,7 @@ import UIcon from "../../ui.image-icon/UIcon.vue";
9
9
  import ULabel from "../../ui.form-label/ULabel.vue";
10
10
  import UText from "../../ui.text-block/UText.vue";
11
11
 
12
- import type { Meta, StoryFn } from "@storybook/vue3";
12
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
13
13
  import type { Props } from "../types.ts";
14
14
 
15
15
  interface UBreadcrumbsArgs extends Props {
@@ -9,7 +9,7 @@ import {
9
9
  import UPagination from "../../ui.navigation-pagination/UPagination.vue";
10
10
  import UIcon from "../../ui.image-icon/UIcon.vue";
11
11
 
12
- import type { Meta, StoryFn } from "@storybook/vue3";
12
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
13
13
  import type { Props } from "../types.ts";
14
14
 
15
15
  interface UPaginationArgs extends Props {
@@ -12,7 +12,7 @@ import UButton from "../../ui.button/UButton.vue";
12
12
  import UIcon from "../../ui.image-icon/UIcon.vue";
13
13
  import UBadge from "../../ui.text-badge/UBadge.vue";
14
14
 
15
- import type { Meta, StoryFn } from "@storybook/vue3";
15
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
16
16
  import type { Props } from "../types.ts";
17
17
 
18
18
  interface UProgressArgs extends Props {
@@ -15,7 +15,7 @@ import UAvatar from "../../ui.image-avatar/UAvatar.vue";
15
15
 
16
16
  import johnDoe from "./assets/john-doe.png";
17
17
 
18
- import type { Meta, StoryFn } from "@storybook/vue3";
18
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
19
19
  import type { Props } from "../types.ts";
20
20
 
21
21
  interface UTabArgs extends Props {
@@ -11,7 +11,7 @@ import URow from "../../ui.container-row/URow.vue";
11
11
  import ULabel from "../../ui.form-label/ULabel.vue";
12
12
  import UTab from "../../ui.navigation-tab/UTab.vue";
13
13
 
14
- import type { Meta, StoryFn } from "@storybook/vue3";
14
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
15
15
  import type { Props } from "../types.ts";
16
16
 
17
17
  interface UTabsArgs extends Props {
@@ -7,7 +7,7 @@ import URow from "../../ui.container-row/URow.vue";
7
7
  import UAvatar from "../../ui.image-avatar/UAvatar.vue";
8
8
  import UBadge from "../../ui.text-badge/UBadge.vue";
9
9
 
10
- import type { Meta, StoryFn } from "@storybook/vue3";
10
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
11
11
  import type { Props } from "../types.ts";
12
12
 
13
13
  interface UChipArgs extends Props {
@@ -10,7 +10,7 @@ import UDot from "../../ui.other-dot/UDot.vue";
10
10
  import URow from "../../ui.container-row/URow.vue";
11
11
  import UBadge from "../../ui.text-badge/UBadge.vue";
12
12
 
13
- import type { Meta, StoryFn } from "@storybook/vue3";
13
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
14
14
  import type { Props } from "../types.ts";
15
15
 
16
16
  interface UDotArgs extends Props {
@@ -11,7 +11,7 @@ import UCol from "../../ui.container-col/UCol.vue";
11
11
  import URow from "../../ui.container-row/URow.vue";
12
12
  import UButton from "../../ui.button/UButton.vue";
13
13
 
14
- import type { Meta, StoryFn } from "@storybook/vue3";
14
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
15
15
  import type { Props } from "../types.ts";
16
16
 
17
17
  interface UThemeColorToggleArgs extends Props {
@@ -1,4 +1,4 @@
1
- import type { Meta, StoryFn } from "@storybook/vue3";
1
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
2
2
  import { getArgs, getArgTypes } from "../../utils/storybook.ts";
3
3
 
4
4
  import USkeleton from "../USkeleton.vue";
@@ -1,4 +1,4 @@
1
- import type { Meta, StoryFn } from "@storybook/vue3";
1
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
2
2
  import { getArgs, getArgTypes } from "../../utils/storybook.ts";
3
3
 
4
4
  import USkeletonChoice from "../USkeletonChoice.vue";
@@ -1,4 +1,4 @@
1
- import type { Meta, StoryFn } from "@storybook/vue3";
1
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
2
2
  import { getArgs, getArgTypes, getSlotNames, getSlotsFragment } from "../../utils/storybook.ts";
3
3
 
4
4
  import USkeletonInput from "../USkeletonInput.vue";
@@ -1,4 +1,4 @@
1
- import type { Meta, StoryFn } from "@storybook/vue3";
1
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
2
2
  import { getArgs, getArgTypes } from "../../utils/storybook.ts";
3
3
 
4
4
  import USkeletonText from "../USkeletonText.vue";
@@ -14,7 +14,7 @@ import UButton from "../../ui.button/UButton.vue";
14
14
  import UBadge from "../../ui.text-badge/UBadge.vue";
15
15
  import UText from "../../ui.text-block/UText.vue";
16
16
 
17
- import type { Meta, StoryFn } from "@storybook/vue3";
17
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
18
18
  import type { Props } from "../types.ts";
19
19
 
20
20
  interface UAlertArgs extends Props {
@@ -14,7 +14,7 @@ import UNumber from "../../ui.text-number/UNumber.vue";
14
14
  import UText from "../../ui.text-block/UText.vue";
15
15
  import UDot from "../../ui.other-dot/UDot.vue";
16
16
 
17
- import type { Meta, StoryFn } from "@storybook/vue3";
17
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
18
18
  import type { Props } from "../types.ts";
19
19
 
20
20
  interface UBadgeArgs extends Props {
@@ -12,7 +12,7 @@ import URow from "../../ui.container-row/URow.vue";
12
12
  import UCol from "../../ui.container-col/UCol.vue";
13
13
  import UBadge from "../../ui.text-badge/UBadge.vue";
14
14
 
15
- import type { Meta, StoryFn } from "@storybook/vue3";
15
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
16
16
  import type { Props } from "../types.ts";
17
17
 
18
18
  interface UTextArgs extends Props {
@@ -16,7 +16,7 @@ import UText from "../../ui.text-block/UText.vue";
16
16
 
17
17
  import emptyInbox from "./assets/empty-inbox.png";
18
18
 
19
- import type { Meta, StoryFn } from "@storybook/vue3";
19
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
20
20
  import type { Props } from "../types.ts";
21
21
 
22
22
  interface UEmptyArgs extends Props {
@@ -13,7 +13,7 @@ import UBadge from "../../ui.text-badge/UBadge.vue";
13
13
 
14
14
  import imageURL from "./assets/imageURL.png";
15
15
 
16
- import type { Meta, StoryFn } from "@storybook/vue3";
16
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
17
17
  import type { Props } from "../types.ts";
18
18
 
19
19
  interface UFileArgs extends Props {
@@ -10,7 +10,7 @@ import UFiles from "../../ui.text-files/UFiles.vue";
10
10
  import URow from "../../ui.container-row/URow.vue";
11
11
  import UIcon from "../../ui.image-icon/UIcon.vue";
12
12
 
13
- import type { Meta, StoryFn } from "@storybook/vue3";
13
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
14
14
  import type { Props } from "../types.ts";
15
15
 
16
16
  interface UFilesArgs extends Props {
@@ -10,7 +10,7 @@ import UHeader from "../../ui.text-header/UHeader.vue";
10
10
  import UCol from "../../ui.container-col/UCol.vue";
11
11
  import UBadge from "../../ui.text-badge/UBadge.vue";
12
12
 
13
- import type { Meta, StoryFn } from "@storybook/vue3";
13
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
14
14
  import type { Props } from "../types.ts";
15
15
 
16
16
  interface UHeaderArgs extends Props {
@@ -20,7 +20,7 @@ import UButton from "../../ui.button/UButton.vue";
20
20
  import UCol from "../../ui.container-col/UCol.vue";
21
21
  import URow from "../../ui.container-row/URow.vue";
22
22
 
23
- import type { Meta, StoryFn } from "@storybook/vue3";
23
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
24
24
  import type { Props } from "../types.ts";
25
25
 
26
26
  interface UNotifyArgs extends Props {
@@ -5,7 +5,7 @@ import UIcon from "../../ui.image-icon/UIcon.vue";
5
5
  import URow from "../../ui.container-row/URow.vue";
6
6
  import UCol from "../../ui.container-col/UCol.vue";
7
7
 
8
- import type { Meta, StoryFn } from "@storybook/vue3";
8
+ import type { Meta, StoryFn } from "@storybook/vue3-vite";
9
9
  import type { Props } from "../types.ts";
10
10
 
11
11
  interface UNumberArgs extends Props {
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M262.39-34.02q-28.45 0-48.41-19.89-19.96-19.89-19.96-48.24v-755.7q0-27.7 20.34-48.03 20.33-20.34 48.03-20.34h433.22q28.45 0 48.41 19.96 19.96 19.96 19.96 48.41v144.65q18 4.05 30.12 18.6 12.12 14.55 12.12 32.7v73.7q0 19.48-12.12 34.2-12.12 14.72-30.12 18.69v433.16q0 28.35-19.96 48.24t-48.41 19.89H262.39Zm-.24-67.89h433.7v-756.18h-433.7v756.18Zm0 0v-756.18 756.18Zm110.48-83.59h212.98q14.37 0 24.1-9.87 9.72-9.87 9.72-24.55 0-14.68-9.65-24.19-9.66-9.52-24.17-9.52H372.63q-14.48 0-24.27 9.87t-9.79 24.41q0 14.53 9.82 24.19 9.82 9.66 24.24 9.66Z"/></svg>