@dronico/droni-kit 1.13.0 → 1.15.0

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.
package/dist/index.d.ts CHANGED
@@ -3,9 +3,11 @@ import { default as DuiInput } from './stories/Forms/DuiInput.vue';
3
3
  import { default as DuiTextarea } from './stories/Forms/DuiTextarea.vue';
4
4
  import { default as DuiSelect } from './stories/Forms/DuiSelect.vue';
5
5
  import { default as DuiLabel } from './stories/Forms/DuiLabel.vue';
6
+ import { default as DuiCheckbox } from './stories/Forms/DuiCheckbox.vue';
6
7
  import { default as DuiAlert } from './stories/Elements/DuiAlert.vue';
7
8
  import { default as DuiTable } from './stories/Elements/DuiTable.vue';
8
9
  import { default as DuiAction } from './stories/Elements/DuiAction.vue';
9
10
  import { default as DuiCard } from './stories/Elements/DuiCard.vue';
11
+ import { default as DuiModal } from './stories/Elements/DuiModal.vue';
10
12
  import { default as DuiNavbar } from './stories/Widgets/DuiNavbar.vue';
11
- export { DuiButton, DuiInput, DuiTextarea, DuiAction, DuiCard, DuiSelect, DuiLabel, DuiAlert, DuiTable, DuiNavbar };
13
+ export { DuiButton, DuiInput, DuiTextarea, DuiAction, DuiCard, DuiSelect, DuiLabel, DuiCheckbox, DuiAlert, DuiTable, DuiModal, DuiNavbar };
@@ -0,0 +1,205 @@
1
+ import { StoryObj } from '@storybook/vue3-vite';
2
+ declare const meta: {
3
+ title: string;
4
+ component: {
5
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./DuiModal.vue').DuiModalProps> & Readonly<{
6
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
7
+ onOpen?: (() => any) | undefined;
8
+ onClose?: ((source: "button" | "backdrop" | "escape") => any) | undefined;
9
+ onBackdrop?: (() => any) | undefined;
10
+ onEscape?: (() => any) | undefined;
11
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
12
+ "update:modelValue": (value: boolean) => any;
13
+ open: () => any;
14
+ close: (source: "button" | "backdrop" | "escape") => any;
15
+ backdrop: () => any;
16
+ escape: () => any;
17
+ }, import('vue').PublicProps, {
18
+ variant: "solid" | "outline" | "ghost";
19
+ color: "neutral" | "primary" | "secondary" | "success" | "warning" | "danger";
20
+ size: "xs" | "sm" | "md" | "lg" | "xl" | "full";
21
+ title: string;
22
+ rounded: "all" | "top" | "bottom" | "left" | "right" | "none";
23
+ modelValue: boolean;
24
+ description: string;
25
+ showClose: boolean;
26
+ closeOnBackdrop: boolean;
27
+ closeOnEsc: boolean;
28
+ persistent: boolean;
29
+ centered: boolean;
30
+ scrollable: boolean;
31
+ blurBackdrop: boolean;
32
+ zIndex: number;
33
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
34
+ P: {};
35
+ B: {};
36
+ D: {};
37
+ C: {};
38
+ M: {};
39
+ Defaults: {};
40
+ }, Readonly<import('./DuiModal.vue').DuiModalProps> & Readonly<{
41
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
42
+ onOpen?: (() => any) | undefined;
43
+ onClose?: ((source: "button" | "backdrop" | "escape") => any) | undefined;
44
+ onBackdrop?: (() => any) | undefined;
45
+ onEscape?: (() => any) | undefined;
46
+ }>, {}, {}, {}, {}, {
47
+ variant: "solid" | "outline" | "ghost";
48
+ color: "neutral" | "primary" | "secondary" | "success" | "warning" | "danger";
49
+ size: "xs" | "sm" | "md" | "lg" | "xl" | "full";
50
+ title: string;
51
+ rounded: "all" | "top" | "bottom" | "left" | "right" | "none";
52
+ modelValue: boolean;
53
+ description: string;
54
+ showClose: boolean;
55
+ closeOnBackdrop: boolean;
56
+ closeOnEsc: boolean;
57
+ persistent: boolean;
58
+ centered: boolean;
59
+ scrollable: boolean;
60
+ blurBackdrop: boolean;
61
+ zIndex: number;
62
+ }>;
63
+ __isFragment?: never;
64
+ __isTeleport?: never;
65
+ __isSuspense?: never;
66
+ } & import('vue').ComponentOptionsBase<Readonly<import('./DuiModal.vue').DuiModalProps> & Readonly<{
67
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
68
+ onOpen?: (() => any) | undefined;
69
+ onClose?: ((source: "button" | "backdrop" | "escape") => any) | undefined;
70
+ onBackdrop?: (() => any) | undefined;
71
+ onEscape?: (() => any) | undefined;
72
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
73
+ "update:modelValue": (value: boolean) => any;
74
+ open: () => any;
75
+ close: (source: "button" | "backdrop" | "escape") => any;
76
+ backdrop: () => any;
77
+ escape: () => any;
78
+ }, string, {
79
+ variant: "solid" | "outline" | "ghost";
80
+ color: "neutral" | "primary" | "secondary" | "success" | "warning" | "danger";
81
+ size: "xs" | "sm" | "md" | "lg" | "xl" | "full";
82
+ title: string;
83
+ rounded: "all" | "top" | "bottom" | "left" | "right" | "none";
84
+ modelValue: boolean;
85
+ description: string;
86
+ showClose: boolean;
87
+ closeOnBackdrop: boolean;
88
+ closeOnEsc: boolean;
89
+ persistent: boolean;
90
+ centered: boolean;
91
+ scrollable: boolean;
92
+ blurBackdrop: boolean;
93
+ zIndex: number;
94
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
95
+ $slots: {
96
+ header?(_: {}): any;
97
+ default?(_: {}): any;
98
+ footer?(_: {}): any;
99
+ };
100
+ });
101
+ tags: string[];
102
+ argTypes: {
103
+ modelValue: {
104
+ control: {
105
+ type: "boolean";
106
+ };
107
+ defaultValue: boolean;
108
+ };
109
+ title: {
110
+ control: {
111
+ type: "text";
112
+ };
113
+ defaultValue: string;
114
+ };
115
+ description: {
116
+ control: {
117
+ type: "text";
118
+ };
119
+ defaultValue: string;
120
+ };
121
+ size: {
122
+ control: {
123
+ type: "select";
124
+ };
125
+ options: string[];
126
+ defaultValue: string;
127
+ };
128
+ variant: {
129
+ control: {
130
+ type: "select";
131
+ };
132
+ options: string[];
133
+ defaultValue: string;
134
+ };
135
+ color: {
136
+ control: {
137
+ type: "select";
138
+ };
139
+ options: string[];
140
+ defaultValue: string;
141
+ };
142
+ rounded: {
143
+ control: {
144
+ type: "select";
145
+ };
146
+ options: string[];
147
+ defaultValue: string;
148
+ };
149
+ showClose: {
150
+ control: {
151
+ type: "boolean";
152
+ };
153
+ defaultValue: boolean;
154
+ };
155
+ closeOnBackdrop: {
156
+ control: {
157
+ type: "boolean";
158
+ };
159
+ defaultValue: boolean;
160
+ };
161
+ closeOnEsc: {
162
+ control: {
163
+ type: "boolean";
164
+ };
165
+ defaultValue: boolean;
166
+ };
167
+ persistent: {
168
+ control: {
169
+ type: "boolean";
170
+ };
171
+ defaultValue: boolean;
172
+ };
173
+ centered: {
174
+ control: {
175
+ type: "boolean";
176
+ };
177
+ defaultValue: boolean;
178
+ };
179
+ scrollable: {
180
+ control: {
181
+ type: "boolean";
182
+ };
183
+ defaultValue: boolean;
184
+ };
185
+ blurBackdrop: {
186
+ control: {
187
+ type: "boolean";
188
+ };
189
+ defaultValue: boolean;
190
+ };
191
+ zIndex: {
192
+ control: {
193
+ type: "number";
194
+ };
195
+ defaultValue: number;
196
+ };
197
+ };
198
+ };
199
+ export default meta;
200
+ type Story = StoryObj<typeof meta>;
201
+ export declare const Default: Story;
202
+ export declare const Persistent: Story;
203
+ export declare const LargeScrollable: Story;
204
+ export declare const Variants: Story;
205
+ export declare const EscapeClose: Story;
@@ -0,0 +1,64 @@
1
+ export interface DuiModalProps {
2
+ modelValue?: boolean;
3
+ title?: string;
4
+ description?: string;
5
+ size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'full';
6
+ variant?: 'solid' | 'outline' | 'ghost';
7
+ color?: 'neutral' | 'primary' | 'secondary' | 'success' | 'warning' | 'danger';
8
+ rounded?: 'all' | 'top' | 'bottom' | 'left' | 'right' | 'none';
9
+ showClose?: boolean;
10
+ closeOnBackdrop?: boolean;
11
+ closeOnEsc?: boolean;
12
+ persistent?: boolean;
13
+ centered?: boolean;
14
+ scrollable?: boolean;
15
+ blurBackdrop?: boolean;
16
+ zIndex?: number;
17
+ }
18
+ declare function __VLS_template(): {
19
+ attrs: Partial<{}>;
20
+ slots: {
21
+ header?(_: {}): any;
22
+ default?(_: {}): any;
23
+ footer?(_: {}): any;
24
+ };
25
+ refs: {};
26
+ rootEl: any;
27
+ };
28
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
29
+ declare const __VLS_component: import('vue').DefineComponent<DuiModalProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
30
+ "update:modelValue": (value: boolean) => any;
31
+ open: () => any;
32
+ close: (source: "button" | "backdrop" | "escape") => any;
33
+ backdrop: () => any;
34
+ escape: () => any;
35
+ }, string, import('vue').PublicProps, Readonly<DuiModalProps> & Readonly<{
36
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
37
+ onOpen?: (() => any) | undefined;
38
+ onClose?: ((source: "button" | "backdrop" | "escape") => any) | undefined;
39
+ onBackdrop?: (() => any) | undefined;
40
+ onEscape?: (() => any) | undefined;
41
+ }>, {
42
+ variant: "solid" | "outline" | "ghost";
43
+ color: "neutral" | "primary" | "secondary" | "success" | "warning" | "danger";
44
+ size: "xs" | "sm" | "md" | "lg" | "xl" | "full";
45
+ title: string;
46
+ rounded: "all" | "top" | "bottom" | "left" | "right" | "none";
47
+ modelValue: boolean;
48
+ description: string;
49
+ showClose: boolean;
50
+ closeOnBackdrop: boolean;
51
+ closeOnEsc: boolean;
52
+ persistent: boolean;
53
+ centered: boolean;
54
+ scrollable: boolean;
55
+ blurBackdrop: boolean;
56
+ zIndex: number;
57
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
58
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
59
+ export default _default;
60
+ type __VLS_WithTemplateSlots<T, S> = T & {
61
+ new (): {
62
+ $slots: S;
63
+ };
64
+ };
@@ -0,0 +1,226 @@
1
+ import { StoryObj } from '@storybook/vue3-vite';
2
+ declare const meta: {
3
+ title: string;
4
+ component: {
5
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
6
+ modelValue: {
7
+ type: BooleanConstructor;
8
+ default: boolean;
9
+ };
10
+ label: {
11
+ type: StringConstructor;
12
+ default: string;
13
+ };
14
+ labelPosition: {
15
+ type: () => "left" | "right";
16
+ default: string;
17
+ };
18
+ color: {
19
+ type: () => "neutral" | "primary" | "secondary" | "success" | "warning" | "danger";
20
+ default: string;
21
+ };
22
+ size: {
23
+ type: () => "sm" | "md" | "lg";
24
+ default: string;
25
+ };
26
+ block: {
27
+ type: BooleanConstructor;
28
+ default: boolean;
29
+ };
30
+ rounded: {
31
+ type: () => "all" | "top" | "bottom" | "left" | "right" | "none";
32
+ default: string;
33
+ };
34
+ disabled: {
35
+ type: BooleanConstructor;
36
+ default: boolean;
37
+ };
38
+ }>> & Readonly<{
39
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
40
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
41
+ "update:modelValue": (value: boolean) => any;
42
+ }, import('vue').PublicProps, {
43
+ color: "neutral" | "primary" | "secondary" | "success" | "warning" | "danger";
44
+ size: "sm" | "md" | "lg";
45
+ disabled: boolean;
46
+ block: boolean;
47
+ rounded: "all" | "top" | "bottom" | "left" | "right" | "none";
48
+ label: string;
49
+ modelValue: boolean;
50
+ labelPosition: "left" | "right";
51
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
52
+ P: {};
53
+ B: {};
54
+ D: {};
55
+ C: {};
56
+ M: {};
57
+ Defaults: {};
58
+ }, Readonly<import('vue').ExtractPropTypes<{
59
+ modelValue: {
60
+ type: BooleanConstructor;
61
+ default: boolean;
62
+ };
63
+ label: {
64
+ type: StringConstructor;
65
+ default: string;
66
+ };
67
+ labelPosition: {
68
+ type: () => "left" | "right";
69
+ default: string;
70
+ };
71
+ color: {
72
+ type: () => "neutral" | "primary" | "secondary" | "success" | "warning" | "danger";
73
+ default: string;
74
+ };
75
+ size: {
76
+ type: () => "sm" | "md" | "lg";
77
+ default: string;
78
+ };
79
+ block: {
80
+ type: BooleanConstructor;
81
+ default: boolean;
82
+ };
83
+ rounded: {
84
+ type: () => "all" | "top" | "bottom" | "left" | "right" | "none";
85
+ default: string;
86
+ };
87
+ disabled: {
88
+ type: BooleanConstructor;
89
+ default: boolean;
90
+ };
91
+ }>> & Readonly<{
92
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
93
+ }>, {}, {}, {}, {}, {
94
+ color: "neutral" | "primary" | "secondary" | "success" | "warning" | "danger";
95
+ size: "sm" | "md" | "lg";
96
+ disabled: boolean;
97
+ block: boolean;
98
+ rounded: "all" | "top" | "bottom" | "left" | "right" | "none";
99
+ label: string;
100
+ modelValue: boolean;
101
+ labelPosition: "left" | "right";
102
+ }>;
103
+ __isFragment?: never;
104
+ __isTeleport?: never;
105
+ __isSuspense?: never;
106
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
107
+ modelValue: {
108
+ type: BooleanConstructor;
109
+ default: boolean;
110
+ };
111
+ label: {
112
+ type: StringConstructor;
113
+ default: string;
114
+ };
115
+ labelPosition: {
116
+ type: () => "left" | "right";
117
+ default: string;
118
+ };
119
+ color: {
120
+ type: () => "neutral" | "primary" | "secondary" | "success" | "warning" | "danger";
121
+ default: string;
122
+ };
123
+ size: {
124
+ type: () => "sm" | "md" | "lg";
125
+ default: string;
126
+ };
127
+ block: {
128
+ type: BooleanConstructor;
129
+ default: boolean;
130
+ };
131
+ rounded: {
132
+ type: () => "all" | "top" | "bottom" | "left" | "right" | "none";
133
+ default: string;
134
+ };
135
+ disabled: {
136
+ type: BooleanConstructor;
137
+ default: boolean;
138
+ };
139
+ }>> & Readonly<{
140
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
141
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
142
+ "update:modelValue": (value: boolean) => any;
143
+ }, string, {
144
+ color: "neutral" | "primary" | "secondary" | "success" | "warning" | "danger";
145
+ size: "sm" | "md" | "lg";
146
+ disabled: boolean;
147
+ block: boolean;
148
+ rounded: "all" | "top" | "bottom" | "left" | "right" | "none";
149
+ label: string;
150
+ modelValue: boolean;
151
+ labelPosition: "left" | "right";
152
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
153
+ $slots: {
154
+ default?(_: {}): any;
155
+ default?(_: {}): any;
156
+ };
157
+ });
158
+ tags: string[];
159
+ argTypes: {
160
+ modelValue: {
161
+ control: {
162
+ type: "boolean";
163
+ };
164
+ description: string;
165
+ };
166
+ label: {
167
+ control: {
168
+ type: "text";
169
+ };
170
+ description: string;
171
+ };
172
+ labelPosition: {
173
+ control: {
174
+ type: "select";
175
+ };
176
+ options: string[];
177
+ description: string;
178
+ };
179
+ color: {
180
+ control: {
181
+ type: "select";
182
+ };
183
+ options: string[];
184
+ description: string;
185
+ };
186
+ size: {
187
+ control: {
188
+ type: "select";
189
+ };
190
+ options: string[];
191
+ description: string;
192
+ };
193
+ block: {
194
+ control: {
195
+ type: "boolean";
196
+ };
197
+ description: string;
198
+ };
199
+ rounded: {
200
+ control: {
201
+ type: "select";
202
+ };
203
+ options: string[];
204
+ description: string;
205
+ };
206
+ disabled: {
207
+ control: {
208
+ type: "boolean";
209
+ };
210
+ description: string;
211
+ };
212
+ };
213
+ parameters: {
214
+ docs: {
215
+ description: {
216
+ component: string;
217
+ };
218
+ };
219
+ };
220
+ };
221
+ export default meta;
222
+ type Story = StoryObj<typeof meta>;
223
+ export declare const Default: Story;
224
+ export declare const Colors: Story;
225
+ export declare const SizesAndStates: Story;
226
+ export declare const LabelPositions: Story;
@@ -0,0 +1,97 @@
1
+ declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
3
+ slots: {
4
+ default?(_: {}): any;
5
+ default?(_: {}): any;
6
+ };
7
+ refs: {};
8
+ rootEl: any;
9
+ };
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
12
+ modelValue: {
13
+ type: BooleanConstructor;
14
+ default: boolean;
15
+ };
16
+ label: {
17
+ type: StringConstructor;
18
+ default: string;
19
+ };
20
+ labelPosition: {
21
+ type: () => "left" | "right";
22
+ default: string;
23
+ };
24
+ color: {
25
+ type: () => "neutral" | "primary" | "secondary" | "success" | "warning" | "danger";
26
+ default: string;
27
+ };
28
+ size: {
29
+ type: () => "sm" | "md" | "lg";
30
+ default: string;
31
+ };
32
+ block: {
33
+ type: BooleanConstructor;
34
+ default: boolean;
35
+ };
36
+ rounded: {
37
+ type: () => "all" | "top" | "bottom" | "left" | "right" | "none";
38
+ default: string;
39
+ };
40
+ disabled: {
41
+ type: BooleanConstructor;
42
+ default: boolean;
43
+ };
44
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
45
+ "update:modelValue": (value: boolean) => any;
46
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
47
+ modelValue: {
48
+ type: BooleanConstructor;
49
+ default: boolean;
50
+ };
51
+ label: {
52
+ type: StringConstructor;
53
+ default: string;
54
+ };
55
+ labelPosition: {
56
+ type: () => "left" | "right";
57
+ default: string;
58
+ };
59
+ color: {
60
+ type: () => "neutral" | "primary" | "secondary" | "success" | "warning" | "danger";
61
+ default: string;
62
+ };
63
+ size: {
64
+ type: () => "sm" | "md" | "lg";
65
+ default: string;
66
+ };
67
+ block: {
68
+ type: BooleanConstructor;
69
+ default: boolean;
70
+ };
71
+ rounded: {
72
+ type: () => "all" | "top" | "bottom" | "left" | "right" | "none";
73
+ default: string;
74
+ };
75
+ disabled: {
76
+ type: BooleanConstructor;
77
+ default: boolean;
78
+ };
79
+ }>> & Readonly<{
80
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
81
+ }>, {
82
+ color: "neutral" | "primary" | "secondary" | "success" | "warning" | "danger";
83
+ size: "sm" | "md" | "lg";
84
+ disabled: boolean;
85
+ block: boolean;
86
+ rounded: "all" | "top" | "bottom" | "left" | "right" | "none";
87
+ label: string;
88
+ modelValue: boolean;
89
+ labelPosition: "left" | "right";
90
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
91
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
92
+ export default _default;
93
+ type __VLS_WithTemplateSlots<T, S> = T & {
94
+ new (): {
95
+ $slots: S;
96
+ };
97
+ };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dronico/droni-kit",
3
3
  "author": "Gustavo Barragan <dev@droni.co>",
4
- "version": "1.13.0",
4
+ "version": "1.15.0",
5
5
  "private": false,
6
6
  "access": "public",
7
7
  "publishConfig": {
@@ -39,16 +39,17 @@
39
39
  "vue": "^3.5.13"
40
40
  },
41
41
  "devDependencies": {
42
- "@chromatic-com/storybook": "^4.1.1",
42
+ "@chromatic-com/storybook": "^5.1.1",
43
43
  "@semantic-release/changelog": "^6.0.3",
44
44
  "@semantic-release/git": "^10.0.1",
45
45
  "@semantic-release/github": "^11.0.1",
46
46
  "@semantic-release/npm": "^12.0.1",
47
- "@storybook/addon-docs": "^9.1.8",
48
- "@storybook/addon-onboarding": "^9.1.8",
49
- "@storybook/addon-themes": "^9.1.8",
50
- "@storybook/addon-vitest": "9.1.8",
51
- "@storybook/vue3-vite": "^9.1.8",
47
+ "@storybook/addon-a11y": "^10.3.5",
48
+ "@storybook/addon-docs": "^10.3.5",
49
+ "@storybook/addon-onboarding": "^10.3.5",
50
+ "@storybook/addon-themes": "^10.3.5",
51
+ "@storybook/addon-vitest": "^10.3.5",
52
+ "@storybook/vue3-vite": "^10.3.5",
52
53
  "@types/node": "^22.14.1",
53
54
  "@vitejs/plugin-vue": "^5.2.1",
54
55
  "@vitest/browser": "^3.1.1",
@@ -56,7 +57,7 @@
56
57
  "@vue/tsconfig": "^0.7.0",
57
58
  "playwright": "^1.55.1",
58
59
  "semantic-release": "^24.2.3",
59
- "storybook": "^9.1.8",
60
+ "storybook": "^10.3.5",
60
61
  "typescript": "~5.7.2",
61
62
  "vite": "^6.4.0",
62
63
  "vite-plugin-dts": "^4.5.3",