@volverjs/ui-vue 0.0.10-beta.68 → 0.0.10-beta.69

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 (79) hide show
  1. package/dist/components/VvAccordion/VvAccordion.vue.d.ts +5 -4
  2. package/dist/components/VvAccordionGroup/VvAccordionGroup.vue.d.ts +4 -2
  3. package/dist/components/VvAction/VvAction.vue.d.ts +1 -1
  4. package/dist/components/VvAlert/VvAlert.es.js +6 -7
  5. package/dist/components/VvAlert/VvAlert.umd.js +1 -1
  6. package/dist/components/VvAlert/VvAlert.vue.d.ts +14 -8
  7. package/dist/components/VvAlert/index.d.ts +1 -1
  8. package/dist/components/VvAlertGroup/VvAlertGroup.es.js +6 -7
  9. package/dist/components/VvAlertGroup/VvAlertGroup.umd.js +1 -1
  10. package/dist/components/VvAlertGroup/VvAlertGroup.vue.d.ts +5 -3
  11. package/dist/components/VvAlertGroup/index.d.ts +1 -1
  12. package/dist/components/VvAvatar/VvAvatar.vue.d.ts +1 -1
  13. package/dist/components/VvAvatarGroup/VvAvatarGroup.vue.d.ts +1 -1
  14. package/dist/components/VvBadge/VvBadge.vue.d.ts +1 -1
  15. package/dist/components/VvBreadcrumb/VvBreadcrumb.vue.d.ts +2 -2
  16. package/dist/components/VvButton/VvButton.es.js +6 -7
  17. package/dist/components/VvButton/VvButton.umd.js +1 -1
  18. package/dist/components/VvButton/VvButton.vue.d.ts +9 -5
  19. package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +3 -2
  20. package/dist/components/VvCard/VvCard.vue.d.ts +7 -4
  21. package/dist/components/VvCheckbox/VvCheckbox.umd.js +1 -1
  22. package/dist/components/VvCheckbox/VvCheckbox.vue.d.ts +14 -10
  23. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.umd.js +1 -1
  24. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.vue.d.ts +13 -9
  25. package/dist/components/VvCombobox/VvCombobox.es.js +301 -182
  26. package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
  27. package/dist/components/VvCombobox/VvCombobox.vue.d.ts +41 -23
  28. package/dist/components/VvCombobox/index.d.ts +36 -4
  29. package/dist/components/VvDialog/VvDialog.vue.d.ts +5 -3
  30. package/dist/components/VvDropdown/VvDropdown.vue.d.ts +11 -8
  31. package/dist/components/VvDropdown/VvDropdownAction.vue.d.ts +2 -116
  32. package/dist/components/VvDropdown/VvDropdownItem.vue.d.ts +1 -1
  33. package/dist/components/VvDropdown/VvDropdownOption.vue.d.ts +4 -3
  34. package/dist/components/VvIcon/VvIcon.es.js +5 -6
  35. package/dist/components/VvIcon/VvIcon.umd.js +1 -1
  36. package/dist/components/VvIcon/index.d.ts +2 -2
  37. package/dist/components/VvInputFile/VvInputFile.es.js +50 -13
  38. package/dist/components/VvInputFile/VvInputFile.umd.js +1 -1
  39. package/dist/components/VvInputFile/VvInputFile.vue.d.ts +13 -9
  40. package/dist/components/VvInputFile/index.d.ts +4 -4
  41. package/dist/components/VvInputText/VvInputText.es.js +39 -18
  42. package/dist/components/VvInputText/VvInputText.umd.js +1 -1
  43. package/dist/components/VvInputText/VvInputText.vue.d.ts +37 -20
  44. package/dist/components/VvInputText/index.d.ts +12 -4
  45. package/dist/components/VvNav/VvNav.vue.d.ts +4 -3
  46. package/dist/components/VvNav/VvNavItem.vue.d.ts +1 -1
  47. package/dist/components/VvRadio/VvRadio.umd.js +1 -1
  48. package/dist/components/VvRadio/VvRadio.vue.d.ts +14 -10
  49. package/dist/components/VvRadioGroup/VvRadioGroup.umd.js +1 -1
  50. package/dist/components/VvRadioGroup/VvRadioGroup.vue.d.ts +13 -9
  51. package/dist/components/VvSelect/VvSelect.es.js +143 -51
  52. package/dist/components/VvSelect/VvSelect.umd.js +1 -1
  53. package/dist/components/VvSelect/VvSelect.vue.d.ts +24 -14
  54. package/dist/components/VvSelect/index.d.ts +34 -2
  55. package/dist/components/VvTab/VvTab.vue.d.ts +3 -2
  56. package/dist/components/VvTextarea/VvTextarea.es.js +7 -8
  57. package/dist/components/VvTextarea/VvTextarea.umd.js +1 -1
  58. package/dist/components/VvTextarea/VvTextarea.vue.d.ts +23 -16
  59. package/dist/components/VvTextarea/index.d.ts +1 -1
  60. package/dist/components/VvTooltip/VvTooltip.vue.d.ts +1 -1
  61. package/dist/components/{VvInputText → common}/VvInputClearAction.d.ts +10 -0
  62. package/dist/components/{VvInputText → common}/VvInputPasswordAction.d.ts +9 -0
  63. package/dist/components/{VvInputText → common}/VvInputStepAction.d.ts +9 -0
  64. package/dist/components/index.es.js +201 -79
  65. package/dist/components/index.umd.js +1 -1
  66. package/dist/composables/alert/useAlert.d.ts +4 -4
  67. package/dist/composables/dropdown/useDropdownContextmenu.d.ts +1 -1
  68. package/dist/composables/dropdown/useDropdownVirtualElement.d.ts +1 -1
  69. package/dist/icons.es.js +3 -3
  70. package/dist/icons.umd.js +1 -1
  71. package/dist/props/index.d.ts +3 -3
  72. package/dist/stories/AccordionGroup/AccordionGroupSlots.stories.d.ts +44 -22
  73. package/dist/stories/Alert/Alert.settings.d.ts +1 -1
  74. package/dist/stories/Button/Button.settings.d.ts +1 -1
  75. package/dist/stories/Combobox/Combobox.settings.d.ts +1 -1
  76. package/dist/stories/Nav/Nav.settings.d.ts +1 -1
  77. package/dist/stories/Tab/Tab.settings.d.ts +1 -1
  78. package/dist/utils/FileUtilities.d.ts +14 -0
  79. package/package.json +31 -31
@@ -1,8 +1,8 @@
1
+ import type { PropType } from 'vue';
1
2
  import type { VvIconProps } from '@/components/VvIcon';
2
3
  import type { AutoPlacementOptions, FlipOptions, OffsetOptions, ShiftOptions, SizeOptions } from '@/types/floating-ui';
3
4
  import type { Option } from '@/types/generic';
4
5
  import type { NavItem } from '@/types/nav';
5
- import type { PropType } from 'vue';
6
6
  import { ActionTag, ButtonType, Placement, Position, Side, StorageType, Strategy } from '@/constants';
7
7
  export declare const LinkProps: {
8
8
  /**
@@ -215,7 +215,7 @@ export declare const DebounceProps: {
215
215
  export declare const IconProps: {
216
216
  /**
217
217
  * VvIcon name or props
218
- * @see VVIcon
218
+ * @see VvIcon
219
219
  */
220
220
  icon: {
221
221
  type: PropType<string | VvIconProps>;
@@ -451,7 +451,7 @@ export declare const InputTextareaProps: {
451
451
  };
452
452
  /**
453
453
  * VvIcon name or props
454
- * @see VVIcon
454
+ * @see VvIcon
455
455
  */
456
456
  icon: {
457
457
  type: PropType<string | VvIconProps>;
@@ -144,6 +144,7 @@ declare const _default: {
144
144
  groupExpand: (name?: string | string[]) => void;
145
145
  groupCollapse: (name?: string | string[]) => void;
146
146
  }) => any) | undefined;
147
+ } & {
147
148
  [x: `content::${string}`]: ((props: {
148
149
  isExpanded: boolean;
149
150
  expand: () => void;
@@ -151,11 +152,12 @@ declare const _default: {
151
152
  groupExpand: (name?: string | string[]) => void;
152
153
  groupCollapse: (name?: string | string[]) => void;
153
154
  }) => any) | undefined;
154
- default?: ((props: {
155
+ } & {
156
+ default?: (props: {
155
157
  expandedAccordions: Set<string>;
156
158
  expand: (name?: string | string[]) => void;
157
159
  collapse: boolean & ((name?: string | string[]) => void);
158
- }) => any) | undefined;
160
+ }) => any;
159
161
  };
160
162
  })>> | undefined;
161
163
  globals?: import("@storybook/types").Globals;
@@ -353,6 +355,7 @@ declare const _default: {
353
355
  groupExpand: (name?: string | string[]) => void;
354
356
  groupCollapse: (name?: string | string[]) => void;
355
357
  }) => any) | undefined;
358
+ } & {
356
359
  [x: `content::${string}`]: ((props: {
357
360
  isExpanded: boolean;
358
361
  expand: () => void;
@@ -360,11 +363,12 @@ declare const _default: {
360
363
  groupExpand: (name?: string | string[]) => void;
361
364
  groupCollapse: (name?: string | string[]) => void;
362
365
  }) => any) | undefined;
363
- default?: ((props: {
366
+ } & {
367
+ default?: (props: {
364
368
  expandedAccordions: Set<string>;
365
369
  expand: (name?: string | string[]) => void;
366
370
  collapse: boolean & ((name?: string | string[]) => void);
367
- }) => any) | undefined;
371
+ }) => any;
368
372
  };
369
373
  })>> | undefined;
370
374
  argTypes?: Partial<import("@storybook/vue3").ArgTypes<import("@storybook/vue3").ComponentPropsAndSlots<{
@@ -505,6 +509,7 @@ declare const _default: {
505
509
  groupExpand: (name?: string | string[]) => void;
506
510
  groupCollapse: (name?: string | string[]) => void;
507
511
  }) => any) | undefined;
512
+ } & {
508
513
  [x: `content::${string}`]: ((props: {
509
514
  isExpanded: boolean;
510
515
  expand: () => void;
@@ -512,11 +517,12 @@ declare const _default: {
512
517
  groupExpand: (name?: string | string[]) => void;
513
518
  groupCollapse: (name?: string | string[]) => void;
514
519
  }) => any) | undefined;
515
- default?: ((props: {
520
+ } & {
521
+ default?: (props: {
516
522
  expandedAccordions: Set<string>;
517
523
  expand: (name?: string | string[]) => void;
518
524
  collapse: boolean & ((name?: string | string[]) => void);
519
- }) => any) | undefined;
525
+ }) => any;
520
526
  };
521
527
  })>>> | undefined;
522
528
  loaders?: import("@storybook/types").LoaderFunction<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
@@ -657,6 +663,7 @@ declare const _default: {
657
663
  groupExpand: (name?: string | string[]) => void;
658
664
  groupCollapse: (name?: string | string[]) => void;
659
665
  }) => any) | undefined;
666
+ } & {
660
667
  [x: `content::${string}`]: ((props: {
661
668
  isExpanded: boolean;
662
669
  expand: () => void;
@@ -664,11 +671,12 @@ declare const _default: {
664
671
  groupExpand: (name?: string | string[]) => void;
665
672
  groupCollapse: (name?: string | string[]) => void;
666
673
  }) => any) | undefined;
667
- default?: ((props: {
674
+ } & {
675
+ default?: (props: {
668
676
  expandedAccordions: Set<string>;
669
677
  expand: (name?: string | string[]) => void;
670
678
  collapse: boolean & ((name?: string | string[]) => void);
671
- }) => any) | undefined;
679
+ }) => any;
672
680
  };
673
681
  })>> | import("@storybook/types").LoaderFunction<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
674
682
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
@@ -808,6 +816,7 @@ declare const _default: {
808
816
  groupExpand: (name?: string | string[]) => void;
809
817
  groupCollapse: (name?: string | string[]) => void;
810
818
  }) => any) | undefined;
819
+ } & {
811
820
  [x: `content::${string}`]: ((props: {
812
821
  isExpanded: boolean;
813
822
  expand: () => void;
@@ -815,11 +824,12 @@ declare const _default: {
815
824
  groupExpand: (name?: string | string[]) => void;
816
825
  groupCollapse: (name?: string | string[]) => void;
817
826
  }) => any) | undefined;
818
- default?: ((props: {
827
+ } & {
828
+ default?: (props: {
819
829
  expandedAccordions: Set<string>;
820
830
  expand: (name?: string | string[]) => void;
821
831
  collapse: boolean & ((name?: string | string[]) => void);
822
- }) => any) | undefined;
832
+ }) => any;
823
833
  };
824
834
  })>>[] | undefined;
825
835
  beforeEach?: import("@storybook/types").BeforeEach<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
@@ -960,6 +970,7 @@ declare const _default: {
960
970
  groupExpand: (name?: string | string[]) => void;
961
971
  groupCollapse: (name?: string | string[]) => void;
962
972
  }) => any) | undefined;
973
+ } & {
963
974
  [x: `content::${string}`]: ((props: {
964
975
  isExpanded: boolean;
965
976
  expand: () => void;
@@ -967,11 +978,12 @@ declare const _default: {
967
978
  groupExpand: (name?: string | string[]) => void;
968
979
  groupCollapse: (name?: string | string[]) => void;
969
980
  }) => any) | undefined;
970
- default?: ((props: {
981
+ } & {
982
+ default?: (props: {
971
983
  expandedAccordions: Set<string>;
972
984
  expand: (name?: string | string[]) => void;
973
985
  collapse: boolean & ((name?: string | string[]) => void);
974
- }) => any) | undefined;
986
+ }) => any;
975
987
  };
976
988
  })>> | import("@storybook/types").BeforeEach<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
977
989
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
@@ -1111,6 +1123,7 @@ declare const _default: {
1111
1123
  groupExpand: (name?: string | string[]) => void;
1112
1124
  groupCollapse: (name?: string | string[]) => void;
1113
1125
  }) => any) | undefined;
1126
+ } & {
1114
1127
  [x: `content::${string}`]: ((props: {
1115
1128
  isExpanded: boolean;
1116
1129
  expand: () => void;
@@ -1118,11 +1131,12 @@ declare const _default: {
1118
1131
  groupExpand: (name?: string | string[]) => void;
1119
1132
  groupCollapse: (name?: string | string[]) => void;
1120
1133
  }) => any) | undefined;
1121
- default?: ((props: {
1134
+ } & {
1135
+ default?: (props: {
1122
1136
  expandedAccordions: Set<string>;
1123
1137
  expand: (name?: string | string[]) => void;
1124
1138
  collapse: boolean & ((name?: string | string[]) => void);
1125
- }) => any) | undefined;
1139
+ }) => any;
1126
1140
  };
1127
1141
  })>>[] | undefined;
1128
1142
  experimental_afterEach?: import("@storybook/types").AfterEach<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
@@ -1263,6 +1277,7 @@ declare const _default: {
1263
1277
  groupExpand: (name?: string | string[]) => void;
1264
1278
  groupCollapse: (name?: string | string[]) => void;
1265
1279
  }) => any) | undefined;
1280
+ } & {
1266
1281
  [x: `content::${string}`]: ((props: {
1267
1282
  isExpanded: boolean;
1268
1283
  expand: () => void;
@@ -1270,11 +1285,12 @@ declare const _default: {
1270
1285
  groupExpand: (name?: string | string[]) => void;
1271
1286
  groupCollapse: (name?: string | string[]) => void;
1272
1287
  }) => any) | undefined;
1273
- default?: ((props: {
1288
+ } & {
1289
+ default?: (props: {
1274
1290
  expandedAccordions: Set<string>;
1275
1291
  expand: (name?: string | string[]) => void;
1276
1292
  collapse: boolean & ((name?: string | string[]) => void);
1277
- }) => any) | undefined;
1293
+ }) => any;
1278
1294
  };
1279
1295
  })>> | import("@storybook/types").AfterEach<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
1280
1296
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
@@ -1414,6 +1430,7 @@ declare const _default: {
1414
1430
  groupExpand: (name?: string | string[]) => void;
1415
1431
  groupCollapse: (name?: string | string[]) => void;
1416
1432
  }) => any) | undefined;
1433
+ } & {
1417
1434
  [x: `content::${string}`]: ((props: {
1418
1435
  isExpanded: boolean;
1419
1436
  expand: () => void;
@@ -1421,11 +1438,12 @@ declare const _default: {
1421
1438
  groupExpand: (name?: string | string[]) => void;
1422
1439
  groupCollapse: (name?: string | string[]) => void;
1423
1440
  }) => any) | undefined;
1424
- default?: ((props: {
1441
+ } & {
1442
+ default?: (props: {
1425
1443
  expandedAccordions: Set<string>;
1426
1444
  expand: (name?: string | string[]) => void;
1427
1445
  collapse: boolean & ((name?: string | string[]) => void);
1428
- }) => any) | undefined;
1446
+ }) => any;
1429
1447
  };
1430
1448
  })>>[] | undefined;
1431
1449
  render?: import("@storybook/types").ArgsStoryFn<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
@@ -1566,6 +1584,7 @@ declare const _default: {
1566
1584
  groupExpand: (name?: string | string[]) => void;
1567
1585
  groupCollapse: (name?: string | string[]) => void;
1568
1586
  }) => any) | undefined;
1587
+ } & {
1569
1588
  [x: `content::${string}`]: ((props: {
1570
1589
  isExpanded: boolean;
1571
1590
  expand: () => void;
@@ -1573,11 +1592,12 @@ declare const _default: {
1573
1592
  groupExpand: (name?: string | string[]) => void;
1574
1593
  groupCollapse: (name?: string | string[]) => void;
1575
1594
  }) => any) | undefined;
1576
- default?: ((props: {
1595
+ } & {
1596
+ default?: (props: {
1577
1597
  expandedAccordions: Set<string>;
1578
1598
  expand: (name?: string | string[]) => void;
1579
1599
  collapse: boolean & ((name?: string | string[]) => void);
1580
- }) => any) | undefined;
1600
+ }) => any;
1581
1601
  };
1582
1602
  })>> | undefined;
1583
1603
  tags?: import("@storybook/types").Tag[];
@@ -1719,6 +1739,7 @@ declare const _default: {
1719
1739
  groupExpand: (name?: string | string[]) => void;
1720
1740
  groupCollapse: (name?: string | string[]) => void;
1721
1741
  }) => any) | undefined;
1742
+ } & {
1722
1743
  [x: `content::${string}`]: ((props: {
1723
1744
  isExpanded: boolean;
1724
1745
  expand: () => void;
@@ -1726,11 +1747,12 @@ declare const _default: {
1726
1747
  groupExpand: (name?: string | string[]) => void;
1727
1748
  groupCollapse: (name?: string | string[]) => void;
1728
1749
  }) => any) | undefined;
1729
- default?: ((props: {
1750
+ } & {
1751
+ default?: (props: {
1730
1752
  expandedAccordions: Set<string>;
1731
1753
  expand: (name?: string | string[]) => void;
1732
1754
  collapse: boolean & ((name?: string | string[]) => void);
1733
- }) => any) | undefined;
1755
+ }) => any;
1734
1756
  };
1735
1757
  })>>) => (Component?: import("vue").ComponentOptions<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any, string, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions> | import("vue").FunctionalComponent<any, {}, any, {}>, options?: {
1736
1758
  props?: Record<string, any>;
@@ -1,4 +1,4 @@
1
- import type { VvAlert } from '@/components';
2
1
  import type { ArgTypes, Meta } from '@storybook/vue3';
2
+ import type { VvAlert } from '@/components';
3
3
  export declare const defaultArgs: Meta<typeof VvAlert>['args'];
4
4
  export declare const argTypes: ArgTypes;
@@ -1,4 +1,4 @@
1
- import type { VvButton } from '@/components';
2
1
  import type { ArgTypes, Meta } from '@storybook/vue3';
2
+ import type { VvButton } from '@/components';
3
3
  export declare const defaultArgs: Meta<typeof VvButton>['args'];
4
4
  export declare const argTypes: ArgTypes;
@@ -1,4 +1,4 @@
1
- import type { VvCombobox } from '@/components';
2
1
  import type { ArgTypes, Meta } from '@storybook/vue3';
2
+ import type { VvCombobox } from '@/components';
3
3
  export declare const defaultArgs: Meta<typeof VvCombobox>['args'];
4
4
  export declare const argTypes: ArgTypes;
@@ -1,4 +1,4 @@
1
- import type { VvNav } from '@/components';
2
1
  import type { ArgTypes, Meta } from '@storybook/vue3';
2
+ import type { VvNav } from '@/components';
3
3
  export declare const defaultArgs: Meta<typeof VvNav>['args'];
4
4
  export declare const argTypes: ArgTypes;
@@ -1,4 +1,4 @@
1
- import type { VvTab } from '@/components';
2
1
  import type { ArgTypes, Meta } from '@storybook/vue3';
2
+ import type { VvTab } from '@/components';
3
3
  export declare const defaultArgs: Meta<typeof VvTab>['args'];
4
4
  export declare const defaultArgTypes: ArgTypes;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Validates if all files in a FileList meet the restrictions of the accept attribute
3
+ * @param {FileList} fileList - The FileList object to validate
4
+ * @param {string} [acceptValue] - The value of the accept attribute (e.g. ".jpg,.png,image/*")
5
+ * @returns {boolean} - true if all files are valid, false otherwise
6
+ */
7
+ export declare function validateFileList(fileList: FileList, acceptValue?: string): boolean;
8
+ /**
9
+ * Filters a FileList and returns only the files that match the accept attribute criteria
10
+ * @param {FileList} fileList - The FileList object to filter
11
+ * @param {string} [acceptValue] - The value of the accept attribute (e.g. ".jpg,.png,image/*")
12
+ * @returns {File[]} - Array of files that match the accept criteria
13
+ */
14
+ export declare function filterFileList(fileList: FileList, acceptValue?: string): File[];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@volverjs/ui-vue",
3
3
  "type": "module",
4
- "version": "0.0.10-beta.68",
4
+ "version": "0.0.10-beta.69",
5
5
  "description": "@volverjs/ui-vue is a lightweight Vue 3 component library to accompany @volverjs/style.",
6
6
  "author": "8 wave S.r.l.",
7
7
  "license": "MIT",
@@ -383,7 +383,7 @@
383
383
  "dependencies": {
384
384
  "@floating-ui/vue": "^1.1.6",
385
385
  "@iconify/tools": "^4.1.2",
386
- "@iconify/vue": "^4.3.0",
386
+ "@iconify/vue": "^5.0.0",
387
387
  "blurhash": "^2.0.5",
388
388
  "chokidar": "^4.0.3",
389
389
  "comlink": "^4.4.2",
@@ -396,42 +396,42 @@
396
396
  "yargs": "^17.7.2"
397
397
  },
398
398
  "devDependencies": {
399
- "@antfu/eslint-config": "4.12.0",
400
- "@babel/core": "^7.26.10",
401
- "@babel/preset-env": "^7.26.9",
402
- "@babel/preset-typescript": "^7.27.0",
399
+ "@antfu/eslint-config": "4.13.2",
400
+ "@babel/core": "^7.27.1",
401
+ "@babel/preset-env": "^7.27.2",
402
+ "@babel/preset-typescript": "^7.27.1",
403
403
  "@iconify/types": "^2.0.0",
404
404
  "@iconify/utils": "^2.3.0",
405
405
  "@nabla/vite-plugin-eslint": "^2.0.5",
406
- "@storybook/addon-a11y": "^8.6.12",
407
- "@storybook/addon-actions": "^8.6.12",
408
- "@storybook/addon-docs": "^8.6.12",
409
- "@storybook/addon-essentials": "^8.6.12",
410
- "@storybook/addon-interactions": "^8.6.12",
411
- "@storybook/addon-links": "^8.6.12",
412
- "@storybook/cli": "^8.6.12",
413
- "@storybook/client-logger": "^8.6.12",
414
- "@storybook/core-common": "^8.6.12",
415
- "@storybook/preview-api": "^8.6.12",
416
- "@storybook/test": "^8.6.12",
406
+ "@storybook/addon-a11y": "^8.6.14",
407
+ "@storybook/addon-actions": "^8.6.14",
408
+ "@storybook/addon-docs": "^8.6.14",
409
+ "@storybook/addon-essentials": "^8.6.14",
410
+ "@storybook/addon-interactions": "^8.6.14",
411
+ "@storybook/addon-links": "^8.6.14",
412
+ "@storybook/cli": "^8.6.14",
413
+ "@storybook/client-logger": "^8.6.14",
414
+ "@storybook/core-common": "^8.6.14",
415
+ "@storybook/preview-api": "^8.6.14",
416
+ "@storybook/test": "^8.6.14",
417
417
  "@storybook/test-runner": "^0.22.0",
418
- "@storybook/types": "^8.6.12",
419
- "@storybook/vue3": "^8.6.12",
420
- "@storybook/vue3-vite": "^8.6.12",
418
+ "@storybook/types": "^8.6.14",
419
+ "@storybook/vue3": "^8.6.14",
420
+ "@storybook/vue3-vite": "^8.6.14",
421
421
  "@tsconfig/node18": "^18.2.4",
422
422
  "@types/jest-axe": "^3.5.9",
423
423
  "@types/jsdom": "^21.1.7",
424
- "@types/node": "^22.14.1",
424
+ "@types/node": "^22.15.21",
425
425
  "@types/pica": "^9.0.5",
426
426
  "@types/yargs": "^17.0.33",
427
- "@vitejs/plugin-vue": "^5.2.3",
428
- "@vue/compiler-sfc": "^3.5.13",
427
+ "@vitejs/plugin-vue": "^5.2.4",
428
+ "@vue/compiler-sfc": "^3.5.14",
429
429
  "@vue/eslint-config-typescript": "^14.5.0",
430
430
  "@vue/test-utils": "^2.4.6",
431
431
  "@vue/tsconfig": "^0.7.0",
432
432
  "change-case": "^5.4.4",
433
- "eslint": "^9.24.0",
434
- "glob": "^11.0.1",
433
+ "eslint": "^9.27.0",
434
+ "glob": "^11.0.2",
435
435
  "jest-axe": "^10.0.0",
436
436
  "jest-diff": "^29.7.0",
437
437
  "jest-get-type": "^29.6.3",
@@ -440,18 +440,18 @@
440
440
  "prettier": "^3.5.3",
441
441
  "pretty-format": "^29.7.0",
442
442
  "remark": "^15.0.1",
443
- "sass": "^1.86.3",
444
- "storybook": "^8.6.12",
443
+ "sass": "^1.89.0",
444
+ "storybook": "^8.6.14",
445
445
  "storybook-addon-markdown-docs": "^2.0.0",
446
446
  "storybook-dark-mode": "^4.0.2",
447
- "terser": "^5.39.0",
447
+ "terser": "^5.39.2",
448
448
  "ts-node": "^10.9.2",
449
449
  "typescript": "~5.8.3",
450
- "unplugin-auto-import": "^19.1.2",
450
+ "unplugin-auto-import": "^19.2.0",
451
451
  "unplugin-vue-components": "^28.5.0",
452
- "vite": "^6.3.1",
452
+ "vite": "^6.3.5",
453
453
  "vite-plugin-externalize-deps": "^0.9.0",
454
- "vue-tsc": "^2.2.8"
454
+ "vue-tsc": "^2.2.10"
455
455
  },
456
456
  "scripts": {
457
457
  "dev": "storybook dev -p 6006",