@dpa-id-components/dpa-shared-components 15.0.0 → 15.1.1

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 (59) hide show
  1. package/dist/alert-SRjbwIsY.mjs +15 -0
  2. package/dist/audio-DhhWktjq.mjs +19 -0
  3. package/dist/components/DpaMediaItem/DpaMediaItem.stories.d.ts +1 -1
  4. package/dist/components/UiAutocomplete/UiAutocomplete.stories.d.ts +13 -24
  5. package/dist/components/UiAutocomplete/UiAutocomplete.vue.d.ts +12 -23
  6. package/dist/components/UiBadge/UiBadge.stories.d.ts +2 -2
  7. package/dist/components/UiButton/UiButton.stories.d.ts +2 -2
  8. package/dist/components/UiButtonGroup/UiButtonGroup.stories.d.ts +1 -1
  9. package/dist/components/UiCard/UiCard.stories.d.ts +1 -1
  10. package/dist/components/UiCheckBox/UiCheckBox.stories.d.ts +13 -3
  11. package/dist/components/UiCheckBox/UiCheckBox.vue.d.ts +8 -2
  12. package/dist/components/UiCheckBoxGroup/UiCheckBoxGroup.stories.d.ts +1 -1
  13. package/dist/components/UiChip/UiChip.stories.d.ts +1 -1
  14. package/dist/components/UiCollapseNavigation/UiCollapseNavigation.stories.d.ts +1 -1
  15. package/dist/components/UiColorPicker/UiColorPicker.stories.d.ts +1 -1
  16. package/dist/components/UiDatePicker/UiDatePicker.stories.d.ts +4 -4
  17. package/dist/components/UiDialog/UiDialog.stories.d.ts +4 -4
  18. package/dist/components/UiFilterBadge/UiFilterBadge.stories.d.ts +3 -3
  19. package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.stories.d.ts +4 -4
  20. package/dist/components/UiFilterButton/UiFilterButton.stories.d.ts +5 -5
  21. package/dist/components/UiIcon/UiIcon.stories.d.ts +2 -2
  22. package/dist/components/UiIcon/iconNames.d.ts +1 -1
  23. package/dist/components/UiIconButton/UiIconButton.stories.d.ts +5 -5
  24. package/dist/components/UiInfoContent/UiInfoContent.stories.d.ts +4 -4
  25. package/dist/components/UiInput/UiInput.stories.d.ts +53 -109
  26. package/dist/components/UiInput/UiInput.vue.d.ts +12 -10
  27. package/dist/components/UiList/UiList.stories.d.ts +1 -1
  28. package/dist/components/UiListItem/UiListItem.stories.d.ts +4 -4
  29. package/dist/components/UiMenu/UiMenu.stories.d.ts +2 -2
  30. package/dist/components/UiOverlay/UiOverlay.stories.d.ts +3 -3
  31. package/dist/components/UiOverlayMenu/UiOverlayMenu.stories.d.ts +3 -3
  32. package/dist/components/UiRadioInputGroup/UiRadioInputGroup.stories.d.ts +4 -4
  33. package/dist/components/UiSearchBar/UiSearchBar.stories.d.ts +1 -1
  34. package/dist/components/UiSearchInput/UiSearchInput.stories.d.ts +4 -4
  35. package/dist/components/UiSection/UiSection.stories.d.ts +1 -1
  36. package/dist/components/UiSectionDivider/UiSectionDivider.stories.d.ts +1 -1
  37. package/dist/components/UiSimpleInput/UiSimpleInput.stories.d.ts +4 -4
  38. package/dist/components/UiSkeletonBox/UiSkeletonBox.stories.d.ts +3 -3
  39. package/dist/components/UiSnackbar/UiSnackbar.stories.d.ts +6 -6
  40. package/dist/components/UiSpinner/UiSpinner.stories.d.ts +3 -3
  41. package/dist/components/UiTextButton/UiTextButton.stories.d.ts +3 -3
  42. package/dist/components/UiToggleButton/UiToggleButton.stories.d.ts +1 -1
  43. package/dist/components/UiTooltip/UiTooltip.stories.d.ts +3 -3
  44. package/dist/compositions/useBreakpoints/UseBreakpoints.stories.d.ts +1 -1
  45. package/dist/dpa-shared-components.mjs +4498 -4454
  46. package/dist/dpa-shared-components.umd.js +4 -4
  47. package/dist/{graphic-C1wh-TxG.mjs → graphic-C1pIWttN.mjs} +2 -2
  48. package/dist/package-CMlUnqhr.mjs +21 -0
  49. package/dist/picture-Civr5hi7.mjs +19 -0
  50. package/dist/stories/Typography/Typography.stories.d.ts +1 -1
  51. package/dist/style.css +1 -1
  52. package/dist/tailwind.config.cjs +3 -0
  53. package/dist/text-D4kjv1eh.mjs +15 -0
  54. package/dist/video-rounded-DWgBdI-8.mjs +19 -0
  55. package/package.json +8 -10
  56. package/dist/alert-8Akg5zik.mjs +0 -15
  57. package/dist/audio-DnJpcc-7.mjs +0 -19
  58. package/dist/picture-CJ7gfmwK.mjs +0 -19
  59. package/dist/text-Cltx1X6K.mjs +0 -15
@@ -1,4 +1,4 @@
1
- import { StoryObj } from '@storybook/vue3';
1
+ import { StoryObj } from '@storybook/vue3-vite';
2
2
  declare const meta: {
3
3
  title: string;
4
4
  component: <T extends string | number>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
@@ -66,7 +66,7 @@ declare const meta: {
66
66
  disabled: false;
67
67
  groupName: string;
68
68
  };
69
- render: (args: import('@storybook/vue3').ComponentPropsAndSlots<(<T extends string | number>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
69
+ render: (args: import('@storybook/vue3-vite').ComponentPropsAndSlots<(<T extends string | number>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
70
70
  slots: {};
71
71
  emit: (evt: "update:modelValue", value: T) => void;
72
72
  attrs: any;
@@ -90,7 +90,7 @@ declare const meta: {
90
90
  __ctx?: Awaited<typeof __VLS_setup>;
91
91
  })>) => {
92
92
  setup(this: void): {
93
- args: import('@storybook/vue3').ComponentPropsAndSlots<(<T extends string | number>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
93
+ args: import('@storybook/vue3-vite').ComponentPropsAndSlots<(<T extends string | number>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
94
94
  slots: {};
95
95
  emit: (evt: "update:modelValue", value: T) => void;
96
96
  attrs: any;
@@ -141,7 +141,7 @@ declare const meta: {
141
141
  };
142
142
  template: string;
143
143
  methods: {
144
- input: import('@storybook/addon-actions').HandlerFunction;
144
+ input: import('storybook/actions').HandlerFunction;
145
145
  };
146
146
  };
147
147
  };
@@ -1,5 +1,5 @@
1
1
  import { default as UiSearchBar } from './UiSearchBar.vue';
2
- import { StoryObj } from '@storybook/vue3';
2
+ import { StoryObj } from '@storybook/vue3-vite';
3
3
  type PropsAndStoryProps = InstanceType<typeof UiSearchBar> & {
4
4
  hiddenFilterRules: number;
5
5
  };
@@ -1,4 +1,4 @@
1
- import { StoryObj } from '@storybook/vue3';
1
+ import { StoryObj } from '@storybook/vue3-vite';
2
2
  declare const meta: {
3
3
  title: string;
4
4
  component: {
@@ -109,7 +109,7 @@ declare const meta: {
109
109
  default: string;
110
110
  };
111
111
  };
112
- render: (args: import('@storybook/vue3').ComponentPropsAndSlots<{
112
+ render: (args: import('@storybook/vue3-vite').ComponentPropsAndSlots<{
113
113
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
114
114
  hasAddEntryOption?: boolean;
115
115
  label?: string;
@@ -191,7 +191,7 @@ declare const meta: {
191
191
  };
192
192
  })>) => {
193
193
  setup(this: void): {
194
- args: import('@storybook/vue3').ComponentPropsAndSlots<{
194
+ args: import('@storybook/vue3-vite').ComponentPropsAndSlots<{
195
195
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
196
196
  hasAddEntryOption?: boolean;
197
197
  label?: string;
@@ -358,7 +358,7 @@ declare const meta: {
358
358
  };
359
359
  template: string;
360
360
  methods: {
361
- action: import('@storybook/addon-actions').HandlerFunction;
361
+ action: import('storybook/actions').HandlerFunction;
362
362
  };
363
363
  };
364
364
  };
@@ -1,4 +1,4 @@
1
- import { StoryObj } from '@storybook/vue3';
1
+ import { StoryObj } from '@storybook/vue3-vite';
2
2
  declare const meta: {
3
3
  title: string;
4
4
  component: {
@@ -1,4 +1,4 @@
1
- import { StoryObj } from '@storybook/vue3';
1
+ import { StoryObj } from '@storybook/vue3-vite';
2
2
  declare const meta: {
3
3
  title: string;
4
4
  component: import('vue').DefineComponent<{
@@ -1,4 +1,4 @@
1
- import { StoryObj } from '@storybook/vue3';
1
+ import { StoryObj } from '@storybook/vue3-vite';
2
2
  declare const meta: {
3
3
  title: string;
4
4
  component: import('vue').DefineComponent<{
@@ -51,7 +51,7 @@ declare const meta: {
51
51
  hasIcon: true;
52
52
  autofocus: true;
53
53
  };
54
- render: (args: import('@storybook/vue3').ComponentPropsAndSlots<import('vue').DefineComponent<{
54
+ render: (args: import('@storybook/vue3-vite').ComponentPropsAndSlots<import('vue').DefineComponent<{
55
55
  value?: string;
56
56
  placeholder?: string;
57
57
  size?: "xs" | "small" | "medium" | "large" | "xl";
@@ -77,7 +77,7 @@ declare const meta: {
77
77
  autofocusRef: HTMLInputElement;
78
78
  }, any>>) => {
79
79
  setup(this: void): {
80
- args: import('@storybook/vue3').ComponentPropsAndSlots<import('vue').DefineComponent<{
80
+ args: import('@storybook/vue3-vite').ComponentPropsAndSlots<import('vue').DefineComponent<{
81
81
  value?: string;
82
82
  placeholder?: string;
83
83
  size?: "xs" | "small" | "medium" | "large" | "xl";
@@ -132,7 +132,7 @@ declare const meta: {
132
132
  };
133
133
  template: string;
134
134
  methods: {
135
- input: import('@storybook/addon-actions').HandlerFunction;
135
+ input: import('storybook/actions').HandlerFunction;
136
136
  };
137
137
  };
138
138
  };
@@ -1,4 +1,4 @@
1
- import { StoryObj } from '@storybook/vue3';
1
+ import { StoryObj } from '@storybook/vue3-vite';
2
2
  declare const meta: {
3
3
  title: string;
4
4
  component: import('vue').DefineComponent<{
@@ -35,7 +35,7 @@ declare const meta: {
35
35
  default: string;
36
36
  };
37
37
  };
38
- render: (args: import('@storybook/vue3').ComponentPropsAndSlots<import('vue').DefineComponent<{
38
+ render: (args: import('@storybook/vue3-vite').ComponentPropsAndSlots<import('vue').DefineComponent<{
39
39
  maxWidth?: number;
40
40
  minWidth?: number;
41
41
  dynamicSize?: boolean;
@@ -49,7 +49,7 @@ declare const meta: {
49
49
  dynamicSize: boolean;
50
50
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>>) => {
51
51
  setup(this: void): {
52
- args: import('@storybook/vue3').ComponentPropsAndSlots<import('vue').DefineComponent<{
52
+ args: import('@storybook/vue3-vite').ComponentPropsAndSlots<import('vue').DefineComponent<{
53
53
  maxWidth?: number;
54
54
  minWidth?: number;
55
55
  dynamicSize?: boolean;
@@ -1,4 +1,4 @@
1
- import { StoryObj } from '@storybook/vue3';
1
+ import { StoryObj } from '@storybook/vue3-vite';
2
2
  declare const meta: {
3
3
  title: string;
4
4
  component: {
@@ -82,7 +82,7 @@ declare const meta: {
82
82
  };
83
83
  iconName: {
84
84
  control: "select";
85
- options: ("activities" | "alert" | "alert-fill" | "alert-octagon" | "ai" | "apps" | "archive" | "arrow-left" | "arrow-nav-left" | "arrow-nav-right" | "arrow-up" | "arrow-right" | "arrow-down" | "arrowhead-left" | "arrowhead-right" | "arrowhead-top" | "atmo" | "audio" | "audio-circled" | "audio-filled" | "bag" | "bell" | "bell-fill" | "book" | "bookmark" | "bookmark-fill" | "bookmark-outlined" | "box" | "bulb" | "call" | "camera" | "check" | "checklist" | "checkmark" | "checkmark-double" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clipboard" | "clock" | "close" | "cloud-save" | "code" | "collapse" | "color-palette" | "comment" | "comment-fill" | "copy" | "copy-link" | "delete" | "download" | "dpa-id" | "edit" | "edit-add" | "eil" | "emoji" | "emoji-add" | "envelope" | "event" | "expand" | "external-link" | "file" | "file-pdf" | "filter" | "filter-outline" | "flag" | "flag-fill" | "flag-filled" | "flag-outline" | "flags" | "flash" | "folder" | "folder-add" | "folder-fill" | "folder-filled" | "gallery" | "graphic" | "graphic-circled" | "graphic-filled" | "graphics" | "grid-1" | "grid-2" | "grid-3" | "grid-4" | "grid-6" | "grid-9" | "grid-masonry" | "grid-masonry-9" | "help" | "home" | "image" | "image focus point" | "impact-high" | "impact-low" | "impact-medium" | "impact-very-high" | "impact-very-low" | "info" | "info-fill" | "info-filled" | "label" | "label-filled" | "language" | "latest" | "lightbulb" | "list" | "list-search" | "lock" | "lock-filled" | "mail" | "map" | "map-outline" | "menu" | "minus" | "more-horizontal" | "more-vertical" | "move" | "move-up-down" | "navigation" | "note" | "offline" | "paper-plane" | "paperplane" | "pause" | "pause-circle" | "pdf" | "pen" | "pen-check" | "people" | "phone" | "picture" | "picture-circled" | "picture-filled" | "pin" | "planning" | "play" | "play-circle" | "play-fill" | "plus" | "plus-circle" | "print" | "refresh" | "reset" | "responsive" | "rubix-thema" | "save" | "saved-search" | "saved-search-fill" | "search" | "settings" | "share" | "share-alternative" | "sidebar" | "sidebar-fill" | "slack" | "slider-config" | "spellcheck" | "spinner" | "standard-view" | "star" | "star-fill" | "star-filled" | "stop" | "story" | "sync" | "tasks" | "text" | "text-circled" | "text-filled" | "thumbs-down" | "thumbs-up" | "thumbs-up-double" | "topic" | "union" | "upload" | "video" | "video overlay" | "video-circled" | "video-filled" | "view" | "view-off" | "volume-up" | null)[];
85
+ options: ("activities" | "alert" | "alert-fill" | "alert-octagon" | "ai" | "apps" | "archive" | "arrow-left" | "arrow-nav-left" | "arrow-nav-right" | "arrow-up" | "arrow-right" | "arrow-down" | "arrowhead-left" | "arrowhead-right" | "arrowhead-top" | "atmo" | "audio" | "audio-circled" | "audio-filled" | "bag" | "bell" | "bell-fill" | "book" | "bookmark" | "bookmark-fill" | "bookmark-outlined" | "box" | "bulb" | "call" | "camera" | "check" | "checklist" | "checkmark" | "checkmark-double" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clipboard" | "clock" | "close" | "cloud-save" | "code" | "collapse" | "color-palette" | "comment" | "comment-fill" | "copy" | "copy-link" | "delete" | "download" | "dpa-id" | "edit" | "edit-add" | "eil" | "emoji" | "emoji-add" | "envelope" | "event" | "expand" | "external-link" | "file" | "file-pdf" | "filter" | "filter-outline" | "flag" | "flag-fill" | "flag-filled" | "flag-outline" | "flags" | "flash" | "folder" | "folder-add" | "folder-fill" | "folder-filled" | "gallery" | "graphic" | "graphic-circled" | "graphic-filled" | "graphics" | "grid-1" | "grid-2" | "grid-3" | "grid-4" | "grid-6" | "grid-9" | "grid-masonry" | "grid-masonry-9" | "help" | "home" | "image" | "image focus point" | "impact-high" | "impact-low" | "impact-medium" | "impact-very-high" | "impact-very-low" | "info" | "info-fill" | "info-filled" | "label" | "label-filled" | "language" | "latest" | "lightbulb" | "list" | "list-search" | "lock" | "lock-filled" | "mail" | "map" | "map-outline" | "menu" | "minus" | "more-horizontal" | "more-vertical" | "move" | "move-up-down" | "navigation" | "note" | "offline" | "package" | "paper-plane" | "paperplane" | "pause" | "pause-circle" | "pdf" | "pen" | "pen-check" | "people" | "phone" | "picture" | "picture-circled" | "picture-filled" | "pin" | "planning" | "play" | "play-circle" | "play-fill" | "plus" | "plus-circle" | "print" | "refresh" | "reset" | "responsive" | "rubix-thema" | "save" | "saved-search" | "saved-search-fill" | "search" | "settings" | "share" | "share-alternative" | "sidebar" | "sidebar-fill" | "slack" | "slider-config" | "spellcheck" | "spinner" | "standard-view" | "star" | "star-fill" | "star-filled" | "stop" | "story" | "sync" | "tasks" | "text" | "text-circled" | "text-filled" | "thumbs-down" | "thumbs-up" | "thumbs-up-double" | "topic" | "union" | "upload" | "video" | "video overlay" | "video-circled" | "video-filled" | "video-rounded" | "view" | "view-off" | "volume-up" | null)[];
86
86
  };
87
87
  iconSize: {
88
88
  control: "select";
@@ -100,7 +100,7 @@ declare const meta: {
100
100
  iconSize: "medium";
101
101
  type: "info";
102
102
  };
103
- render: (args: import('@storybook/vue3').ComponentPropsAndSlots<{
103
+ render: (args: import('@storybook/vue3-vite').ComponentPropsAndSlots<{
104
104
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
105
105
  isShown?: boolean;
106
106
  position?: "left" | "right";
@@ -172,7 +172,7 @@ declare const meta: {
172
172
  };
173
173
  })>) => {
174
174
  setup(this: void): {
175
- args: import('@storybook/vue3').ComponentPropsAndSlots<{
175
+ args: import('@storybook/vue3-vite').ComponentPropsAndSlots<{
176
176
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
177
177
  isShown?: boolean;
178
178
  position?: "left" | "right";
@@ -321,8 +321,8 @@ declare const meta: {
321
321
  };
322
322
  template: string;
323
323
  methods: {
324
- input: import('@storybook/addon-actions').HandlerFunction;
325
- action: import('@storybook/addon-actions').HandlerFunction;
324
+ input: import('storybook/actions').HandlerFunction;
325
+ action: import('storybook/actions').HandlerFunction;
326
326
  };
327
327
  };
328
328
  };
@@ -1,4 +1,4 @@
1
- import { StoryObj } from '@storybook/vue3';
1
+ import { StoryObj } from '@storybook/vue3-vite';
2
2
  declare const meta: {
3
3
  title: string;
4
4
  component: import('vue').DefineComponent<{
@@ -29,7 +29,7 @@ declare const meta: {
29
29
  variant: "spinner";
30
30
  color: "blue";
31
31
  };
32
- render: (args: import('@storybook/vue3').ComponentPropsAndSlots<import('vue').DefineComponent<{
32
+ render: (args: import('@storybook/vue3-vite').ComponentPropsAndSlots<import('vue').DefineComponent<{
33
33
  color?: "blue" | "white" | "green";
34
34
  variant?: "spinner" | "bubbles";
35
35
  }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
@@ -52,7 +52,7 @@ declare const meta: {
52
52
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
53
53
  };
54
54
  setup(this: void): {
55
- args: import('@storybook/vue3').ComponentPropsAndSlots<import('vue').DefineComponent<{
55
+ args: import('@storybook/vue3-vite').ComponentPropsAndSlots<import('vue').DefineComponent<{
56
56
  color?: "blue" | "white" | "green";
57
57
  variant?: "spinner" | "bubbles";
58
58
  }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
@@ -1,4 +1,4 @@
1
- import { StoryObj } from '@storybook/vue3';
1
+ import { StoryObj } from '@storybook/vue3-vite';
2
2
  declare const meta: {
3
3
  title: string;
4
4
  component: {
@@ -85,11 +85,11 @@ declare const meta: {
85
85
  };
86
86
  iconLeft: {
87
87
  control: "select";
88
- options: ("activities" | "alert" | "alert-fill" | "alert-octagon" | "ai" | "apps" | "archive" | "arrow-left" | "arrow-nav-left" | "arrow-nav-right" | "arrow-up" | "arrow-right" | "arrow-down" | "arrowhead-left" | "arrowhead-right" | "arrowhead-top" | "atmo" | "audio" | "audio-circled" | "audio-filled" | "bag" | "bell" | "bell-fill" | "book" | "bookmark" | "bookmark-fill" | "bookmark-outlined" | "box" | "bulb" | "call" | "camera" | "check" | "checklist" | "checkmark" | "checkmark-double" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clipboard" | "clock" | "close" | "cloud-save" | "code" | "collapse" | "color-palette" | "comment" | "comment-fill" | "copy" | "copy-link" | "delete" | "download" | "dpa-id" | "edit" | "edit-add" | "eil" | "emoji" | "emoji-add" | "envelope" | "event" | "expand" | "external-link" | "file" | "file-pdf" | "filter" | "filter-outline" | "flag" | "flag-fill" | "flag-filled" | "flag-outline" | "flags" | "flash" | "folder" | "folder-add" | "folder-fill" | "folder-filled" | "gallery" | "graphic" | "graphic-circled" | "graphic-filled" | "graphics" | "grid-1" | "grid-2" | "grid-3" | "grid-4" | "grid-6" | "grid-9" | "grid-masonry" | "grid-masonry-9" | "help" | "home" | "image" | "image focus point" | "impact-high" | "impact-low" | "impact-medium" | "impact-very-high" | "impact-very-low" | "info" | "info-fill" | "info-filled" | "label" | "label-filled" | "language" | "latest" | "lightbulb" | "list" | "list-search" | "lock" | "lock-filled" | "mail" | "map" | "map-outline" | "menu" | "minus" | "more-horizontal" | "more-vertical" | "move" | "move-up-down" | "navigation" | "note" | "offline" | "paper-plane" | "paperplane" | "pause" | "pause-circle" | "pdf" | "pen" | "pen-check" | "people" | "phone" | "picture" | "picture-circled" | "picture-filled" | "pin" | "planning" | "play" | "play-circle" | "play-fill" | "plus" | "plus-circle" | "print" | "refresh" | "reset" | "responsive" | "rubix-thema" | "save" | "saved-search" | "saved-search-fill" | "search" | "settings" | "share" | "share-alternative" | "sidebar" | "sidebar-fill" | "slack" | "slider-config" | "spellcheck" | "spinner" | "standard-view" | "star" | "star-fill" | "star-filled" | "stop" | "story" | "sync" | "tasks" | "text" | "text-circled" | "text-filled" | "thumbs-down" | "thumbs-up" | "thumbs-up-double" | "topic" | "union" | "upload" | "video" | "video overlay" | "video-circled" | "video-filled" | "view" | "view-off" | "volume-up")[];
88
+ options: ("activities" | "alert" | "alert-fill" | "alert-octagon" | "ai" | "apps" | "archive" | "arrow-left" | "arrow-nav-left" | "arrow-nav-right" | "arrow-up" | "arrow-right" | "arrow-down" | "arrowhead-left" | "arrowhead-right" | "arrowhead-top" | "atmo" | "audio" | "audio-circled" | "audio-filled" | "bag" | "bell" | "bell-fill" | "book" | "bookmark" | "bookmark-fill" | "bookmark-outlined" | "box" | "bulb" | "call" | "camera" | "check" | "checklist" | "checkmark" | "checkmark-double" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clipboard" | "clock" | "close" | "cloud-save" | "code" | "collapse" | "color-palette" | "comment" | "comment-fill" | "copy" | "copy-link" | "delete" | "download" | "dpa-id" | "edit" | "edit-add" | "eil" | "emoji" | "emoji-add" | "envelope" | "event" | "expand" | "external-link" | "file" | "file-pdf" | "filter" | "filter-outline" | "flag" | "flag-fill" | "flag-filled" | "flag-outline" | "flags" | "flash" | "folder" | "folder-add" | "folder-fill" | "folder-filled" | "gallery" | "graphic" | "graphic-circled" | "graphic-filled" | "graphics" | "grid-1" | "grid-2" | "grid-3" | "grid-4" | "grid-6" | "grid-9" | "grid-masonry" | "grid-masonry-9" | "help" | "home" | "image" | "image focus point" | "impact-high" | "impact-low" | "impact-medium" | "impact-very-high" | "impact-very-low" | "info" | "info-fill" | "info-filled" | "label" | "label-filled" | "language" | "latest" | "lightbulb" | "list" | "list-search" | "lock" | "lock-filled" | "mail" | "map" | "map-outline" | "menu" | "minus" | "more-horizontal" | "more-vertical" | "move" | "move-up-down" | "navigation" | "note" | "offline" | "package" | "paper-plane" | "paperplane" | "pause" | "pause-circle" | "pdf" | "pen" | "pen-check" | "people" | "phone" | "picture" | "picture-circled" | "picture-filled" | "pin" | "planning" | "play" | "play-circle" | "play-fill" | "plus" | "plus-circle" | "print" | "refresh" | "reset" | "responsive" | "rubix-thema" | "save" | "saved-search" | "saved-search-fill" | "search" | "settings" | "share" | "share-alternative" | "sidebar" | "sidebar-fill" | "slack" | "slider-config" | "spellcheck" | "spinner" | "standard-view" | "star" | "star-fill" | "star-filled" | "stop" | "story" | "sync" | "tasks" | "text" | "text-circled" | "text-filled" | "thumbs-down" | "thumbs-up" | "thumbs-up-double" | "topic" | "union" | "upload" | "video" | "video overlay" | "video-circled" | "video-filled" | "video-rounded" | "view" | "view-off" | "volume-up")[];
89
89
  };
90
90
  iconRight: {
91
91
  control: "select";
92
- options: ("activities" | "alert" | "alert-fill" | "alert-octagon" | "ai" | "apps" | "archive" | "arrow-left" | "arrow-nav-left" | "arrow-nav-right" | "arrow-up" | "arrow-right" | "arrow-down" | "arrowhead-left" | "arrowhead-right" | "arrowhead-top" | "atmo" | "audio" | "audio-circled" | "audio-filled" | "bag" | "bell" | "bell-fill" | "book" | "bookmark" | "bookmark-fill" | "bookmark-outlined" | "box" | "bulb" | "call" | "camera" | "check" | "checklist" | "checkmark" | "checkmark-double" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clipboard" | "clock" | "close" | "cloud-save" | "code" | "collapse" | "color-palette" | "comment" | "comment-fill" | "copy" | "copy-link" | "delete" | "download" | "dpa-id" | "edit" | "edit-add" | "eil" | "emoji" | "emoji-add" | "envelope" | "event" | "expand" | "external-link" | "file" | "file-pdf" | "filter" | "filter-outline" | "flag" | "flag-fill" | "flag-filled" | "flag-outline" | "flags" | "flash" | "folder" | "folder-add" | "folder-fill" | "folder-filled" | "gallery" | "graphic" | "graphic-circled" | "graphic-filled" | "graphics" | "grid-1" | "grid-2" | "grid-3" | "grid-4" | "grid-6" | "grid-9" | "grid-masonry" | "grid-masonry-9" | "help" | "home" | "image" | "image focus point" | "impact-high" | "impact-low" | "impact-medium" | "impact-very-high" | "impact-very-low" | "info" | "info-fill" | "info-filled" | "label" | "label-filled" | "language" | "latest" | "lightbulb" | "list" | "list-search" | "lock" | "lock-filled" | "mail" | "map" | "map-outline" | "menu" | "minus" | "more-horizontal" | "more-vertical" | "move" | "move-up-down" | "navigation" | "note" | "offline" | "paper-plane" | "paperplane" | "pause" | "pause-circle" | "pdf" | "pen" | "pen-check" | "people" | "phone" | "picture" | "picture-circled" | "picture-filled" | "pin" | "planning" | "play" | "play-circle" | "play-fill" | "plus" | "plus-circle" | "print" | "refresh" | "reset" | "responsive" | "rubix-thema" | "save" | "saved-search" | "saved-search-fill" | "search" | "settings" | "share" | "share-alternative" | "sidebar" | "sidebar-fill" | "slack" | "slider-config" | "spellcheck" | "spinner" | "standard-view" | "star" | "star-fill" | "star-filled" | "stop" | "story" | "sync" | "tasks" | "text" | "text-circled" | "text-filled" | "thumbs-down" | "thumbs-up" | "thumbs-up-double" | "topic" | "union" | "upload" | "video" | "video overlay" | "video-circled" | "video-filled" | "view" | "view-off" | "volume-up")[];
92
+ options: ("activities" | "alert" | "alert-fill" | "alert-octagon" | "ai" | "apps" | "archive" | "arrow-left" | "arrow-nav-left" | "arrow-nav-right" | "arrow-up" | "arrow-right" | "arrow-down" | "arrowhead-left" | "arrowhead-right" | "arrowhead-top" | "atmo" | "audio" | "audio-circled" | "audio-filled" | "bag" | "bell" | "bell-fill" | "book" | "bookmark" | "bookmark-fill" | "bookmark-outlined" | "box" | "bulb" | "call" | "camera" | "check" | "checklist" | "checkmark" | "checkmark-double" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clipboard" | "clock" | "close" | "cloud-save" | "code" | "collapse" | "color-palette" | "comment" | "comment-fill" | "copy" | "copy-link" | "delete" | "download" | "dpa-id" | "edit" | "edit-add" | "eil" | "emoji" | "emoji-add" | "envelope" | "event" | "expand" | "external-link" | "file" | "file-pdf" | "filter" | "filter-outline" | "flag" | "flag-fill" | "flag-filled" | "flag-outline" | "flags" | "flash" | "folder" | "folder-add" | "folder-fill" | "folder-filled" | "gallery" | "graphic" | "graphic-circled" | "graphic-filled" | "graphics" | "grid-1" | "grid-2" | "grid-3" | "grid-4" | "grid-6" | "grid-9" | "grid-masonry" | "grid-masonry-9" | "help" | "home" | "image" | "image focus point" | "impact-high" | "impact-low" | "impact-medium" | "impact-very-high" | "impact-very-low" | "info" | "info-fill" | "info-filled" | "label" | "label-filled" | "language" | "latest" | "lightbulb" | "list" | "list-search" | "lock" | "lock-filled" | "mail" | "map" | "map-outline" | "menu" | "minus" | "more-horizontal" | "more-vertical" | "move" | "move-up-down" | "navigation" | "note" | "offline" | "package" | "paper-plane" | "paperplane" | "pause" | "pause-circle" | "pdf" | "pen" | "pen-check" | "people" | "phone" | "picture" | "picture-circled" | "picture-filled" | "pin" | "planning" | "play" | "play-circle" | "play-fill" | "plus" | "plus-circle" | "print" | "refresh" | "reset" | "responsive" | "rubix-thema" | "save" | "saved-search" | "saved-search-fill" | "search" | "settings" | "share" | "share-alternative" | "sidebar" | "sidebar-fill" | "slack" | "slider-config" | "spellcheck" | "spinner" | "standard-view" | "star" | "star-fill" | "star-filled" | "stop" | "story" | "sync" | "tasks" | "text" | "text-circled" | "text-filled" | "thumbs-down" | "thumbs-up" | "thumbs-up-double" | "topic" | "union" | "upload" | "video" | "video overlay" | "video-circled" | "video-filled" | "video-rounded" | "view" | "view-off" | "volume-up")[];
93
93
  };
94
94
  placement: {
95
95
  control: "select";
@@ -1,4 +1,4 @@
1
- import { StoryObj } from '@storybook/vue3';
1
+ import { StoryObj } from '@storybook/vue3-vite';
2
2
  declare const meta: {
3
3
  title: string;
4
4
  component: {
@@ -1,4 +1,4 @@
1
- import { StoryObj } from '@storybook/vue3';
1
+ import { StoryObj } from '@storybook/vue3-vite';
2
2
  declare const meta: {
3
3
  title: string;
4
4
  component: {
@@ -148,7 +148,7 @@ declare const meta: {
148
148
  enterActiveClasses: string;
149
149
  leaveActiveClasses: string;
150
150
  };
151
- render: (args: import('@storybook/vue3').ComponentPropsAndSlots<{
151
+ render: (args: import('@storybook/vue3-vite').ComponentPropsAndSlots<{
152
152
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
153
153
  position?: import('@floating-ui/utils').Placement;
154
154
  structuredLayout?: boolean;
@@ -261,7 +261,7 @@ declare const meta: {
261
261
  };
262
262
  })>) => {
263
263
  setup(this: void): {
264
- args: import('@storybook/vue3').ComponentPropsAndSlots<{
264
+ args: import('@storybook/vue3-vite').ComponentPropsAndSlots<{
265
265
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
266
266
  position?: import('@floating-ui/utils').Placement;
267
267
  structuredLayout?: boolean;
@@ -1,4 +1,4 @@
1
- import { StoryObj } from '@storybook/vue3';
1
+ import { StoryObj } from '@storybook/vue3-vite';
2
2
  declare const meta: {
3
3
  title: string;
4
4
  component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;