@infonomic/uikit 5.43.0 → 5.43.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 (57) hide show
  1. package/dist/components/accordion/accordion.js +5 -5
  2. package/dist/components/accordion/accordion.module.js +1 -1
  3. package/dist/components/avatar/avatar.module.js +1 -1
  4. package/dist/components/badge/badge.module.js +1 -1
  5. package/dist/components/button/button-group.module.js +1 -1
  6. package/dist/components/button/button.module.js +1 -1
  7. package/dist/components/button/button_module.css +8 -3
  8. package/dist/components/button/combo-button.module.js +1 -1
  9. package/dist/components/button/control-buttons.module.js +1 -1
  10. package/dist/components/button/copy-button.module.js +1 -1
  11. package/dist/components/card/card.module.js +1 -1
  12. package/dist/components/chips/chip.module.js +1 -1
  13. package/dist/components/chips/chip_module.css +2 -1
  14. package/dist/components/container/container.module.js +1 -1
  15. package/dist/components/dropdown/dropdown.js +11 -11
  16. package/dist/components/dropdown/dropdown.module.js +1 -1
  17. package/dist/components/forms/calendar.module.js +1 -1
  18. package/dist/components/forms/checkbox.module.js +1 -1
  19. package/dist/components/forms/error-text.module.js +1 -1
  20. package/dist/components/forms/help-text.module.js +1 -1
  21. package/dist/components/forms/input-adornment.module.js +1 -1
  22. package/dist/components/forms/input.module.js +1 -1
  23. package/dist/components/forms/label.module.js +1 -1
  24. package/dist/components/forms/radio-group.js +1 -1
  25. package/dist/components/forms/radio-group.module.js +1 -1
  26. package/dist/components/forms/select.js +1 -1
  27. package/dist/components/forms/select.module.js +1 -1
  28. package/dist/components/forms/text-area.module.js +1 -1
  29. package/dist/components/notifications/alert.module.js +1 -1
  30. package/dist/components/notifications/toast.js +1 -1
  31. package/dist/components/notifications/toast.module.js +1 -1
  32. package/dist/components/overlay/overlay.module.js +1 -1
  33. package/dist/components/pager/pagination.module.js +1 -1
  34. package/dist/components/scroll-area/scroll-area.module.js +1 -1
  35. package/dist/components/scroll-to-top/scroll-to-top.module.js +1 -1
  36. package/dist/components/section/section.module.js +1 -1
  37. package/dist/components/shimmer/shimmer.module.js +1 -1
  38. package/dist/components/table/table.module.js +1 -1
  39. package/dist/components/tabs/tabs.module.js +1 -1
  40. package/dist/components/tooltip/tooltip.module.js +1 -1
  41. package/dist/icons/icons.module.js +1 -1
  42. package/dist/react.js +1 -2
  43. package/dist/theme/theme-provider/provider.js +1 -1
  44. package/dist/utils/externalLinkProps.js +1 -1
  45. package/dist/utils/findMatch.js +1 -1
  46. package/dist/utils/isTouchDevice.js +1 -1
  47. package/dist/utils/objectsToArray.js +1 -1
  48. package/dist/utils/objectsToString.js +1 -1
  49. package/dist/widgets/datepicker/datepicker.module.js +1 -1
  50. package/dist/widgets/drawer/drawer.module.js +1 -1
  51. package/dist/widgets/drawer/motionDomAnimation.js +1 -1
  52. package/dist/widgets/drawer/motionDomMax.js +1 -1
  53. package/dist/widgets/modal/modal.module.js +1 -1
  54. package/dist/widgets/modal/motionDomAnimation.js +1 -1
  55. package/dist/widgets/modal/motionDomMax.js +1 -1
  56. package/dist/widgets/timeline/timeline.module.js +1 -1
  57. package/package.json +20 -20
@@ -42,10 +42,10 @@ const Content = function({ ref, children, className, ...props }) {
42
42
  });
43
43
  };
44
44
  const accordion_Accordion = {
45
- Root,
46
- Item,
47
- Header,
48
- Trigger,
49
- Content
45
+ Root: Root,
46
+ Item: Item,
47
+ Header: Header,
48
+ Trigger: Trigger,
49
+ Content: Content
50
50
  };
51
51
  export { accordion_Accordion as Accordion };
@@ -7,4 +7,4 @@ const accordion_module = {
7
7
  accordionSlideDown: "accordionSlideDown-gllXUs",
8
8
  accordionSlideUp: "accordionSlideUp-mpDLB0"
9
9
  };
10
- export { accordion_module as default };
10
+ export default accordion_module;
@@ -9,4 +9,4 @@ const avatar_module = {
9
9
  "avatar-text": "avatar-text-Xf0G6q",
10
10
  avatarText: "avatar-text-Xf0G6q"
11
11
  };
12
- export { avatar_module as default };
12
+ export default avatar_module;
@@ -9,4 +9,4 @@ const badge_module = {
9
9
  warning: "warning-zTXksZ",
10
10
  danger: "danger-hKF7l_"
11
11
  };
12
- export { badge_module as default };
12
+ export default badge_module;
@@ -3,4 +3,4 @@ const button_group_module = {
3
3
  "button-group": "button-group-uqvOi8",
4
4
  buttonGroup: "button-group-uqvOi8"
5
5
  };
6
- export { button_group_module as default };
6
+ export default button_group_module;
@@ -23,4 +23,4 @@ const button_module = {
23
23
  danger: "danger-rwIV_i",
24
24
  fullWidth: "fullWidth-wXvP0v"
25
25
  };
26
- export { button_module as default };
26
+ export default button_module;
@@ -7,7 +7,8 @@
7
7
  gap: var(--gap-2);
8
8
  white-space: nowrap;
9
9
  outline-offset: 2px;
10
- transition: background-color var(--transition-normal), box-shadow var(--transition-normal);
10
+ transition: background-color var(--transition-normal),
11
+ box-shadow var(--transition-normal);
11
12
  border-radius: var(--border-radius-sm);
12
13
  border: none;
13
14
  outline: 2px solid #0000;
@@ -140,7 +141,9 @@
140
141
 
141
142
  :is(.gradient-ySC3O3, .infonomic-button-gradient) {
142
143
  color: var(--button-variant-gradient-foreground);
143
- background: linear-gradient(45deg, var(--button-variant-gradient-start), var(--button-variant-gradient-end));
144
+ background: linear-gradient(45deg,
145
+ var(--button-variant-gradient-start),
146
+ var(--button-variant-gradient-end));
144
147
  }
145
148
 
146
149
  :is(.gradient-ySC3O3:disabled, .gradient-ySC3O3[disabled], .infonomic-button-gradient:disabled, .infonomic-button-gradient[disabled]) {
@@ -151,7 +154,9 @@
151
154
 
152
155
  :is(.gradient-ySC3O3:hover, .infonomic-button-gradient:hover) {
153
156
  color: var(--button-variant-gradient-foreground);
154
- background: linear-gradient(45deg, var(--button-variant-gradient-start), var(--button-variant-gradient-end));
157
+ background: linear-gradient(45deg,
158
+ var(--button-variant-gradient-start),
159
+ var(--button-variant-gradient-end));
155
160
  }
156
161
 
157
162
  :is(.gradient-ySC3O3:focus, .gradient-ySC3O3:active, .infonomic-button-gradient:focus, .infonomic-button-gradient:active) {
@@ -9,4 +9,4 @@ const combo_button_module = {
9
9
  "combo-button-options": "combo-button-options-T9vVC9",
10
10
  comboButtonOptions: "combo-button-options-T9vVC9"
11
11
  };
12
- export { combo_button_module as default };
12
+ export default combo_button_module;
@@ -17,4 +17,4 @@ const control_buttons_module = {
17
17
  left: "left-B6s4j6",
18
18
  right: "right-nFxLqo"
19
19
  };
20
- export { control_buttons_module as default };
20
+ export default control_buttons_module;
@@ -10,4 +10,4 @@ const copy_button_module = {
10
10
  lg: "lg-uu5ujz",
11
11
  xl: "xl-pFYyrS"
12
12
  };
13
- export { copy_button_module as default };
13
+ export default copy_button_module;
@@ -14,4 +14,4 @@ const card_module = {
14
14
  "card-footer": "card-footer-BxTa4b",
15
15
  cardFooter: "card-footer-BxTa4b"
16
16
  };
17
- export { card_module as default };
17
+ export default card_module;
@@ -24,4 +24,4 @@ const chip_module = {
24
24
  warning: "warning-ua4NGH",
25
25
  danger: "danger-ftQS7Y"
26
26
  };
27
- export { chip_module as default };
27
+ export default chip_module;
@@ -19,7 +19,8 @@
19
19
  font-weight: 500;
20
20
  line-height: 1.1;
21
21
  font-size: var(--chip-font-size);
22
- transition: background-color var(--transition-normal), box-shadow var(--transition-normal);
22
+ transition: background-color var(--transition-normal),
23
+ box-shadow var(--transition-normal);
23
24
  outline: 2px solid #0000;
24
25
  text-decoration: none;
25
26
  display: inline-flex;
@@ -2,4 +2,4 @@ import "./container_module.css";
2
2
  const container_module = {
3
3
  container: "container-tSpizY"
4
4
  };
5
- export { container_module as default };
5
+ export default container_module;
@@ -77,16 +77,16 @@ const SubTrigger = ({ ref, className, children, ...rest })=>/*#__PURE__*/ jsx(Dr
77
77
  });
78
78
  SubTrigger.displayName = 'SubTrigger';
79
79
  const Dropdown = {
80
- Root,
81
- Trigger,
82
- Portal,
83
- Content,
84
- Group,
85
- Item,
86
- Label,
87
- Separator,
88
- Sub,
89
- SubContent,
90
- SubTrigger
80
+ Root: Root,
81
+ Trigger: Trigger,
82
+ Portal: Portal,
83
+ Content: Content,
84
+ Group: Group,
85
+ Item: Item,
86
+ Label: Label,
87
+ Separator: Separator,
88
+ Sub: Sub,
89
+ SubContent: SubContent,
90
+ SubTrigger: SubTrigger
91
91
  };
92
92
  export { Dropdown };
@@ -13,4 +13,4 @@ const dropdown_module = {
13
13
  "dropdown-separator": "dropdown-separator-scM_7b",
14
14
  dropdownSeparator: "dropdown-separator-scM_7b"
15
15
  };
16
- export { dropdown_module as default };
16
+ export default dropdown_module;
@@ -42,4 +42,4 @@ const calendar_module = {
42
42
  "range-middle": "range-middle-ZVXPRk",
43
43
  rangeMiddle: "range-middle-ZVXPRk"
44
44
  };
45
- export { calendar_module as default };
45
+ export default calendar_module;
@@ -22,4 +22,4 @@ const checkbox_module = {
22
22
  warning: "warning-leHmkw",
23
23
  danger: "danger-LGwa4G"
24
24
  };
25
- export { checkbox_module as default };
25
+ export default checkbox_module;
@@ -5,4 +5,4 @@ const error_text_module = {
5
5
  md: "md-b7GT8M",
6
6
  lg: "lg-q2oWv7"
7
7
  };
8
- export { error_text_module as default };
8
+ export default error_text_module;
@@ -5,4 +5,4 @@ const help_text_module = {
5
5
  md: "md-BEtXW1",
6
6
  lg: "lg-han8YY"
7
7
  };
8
- export { help_text_module as default };
8
+ export default help_text_module;
@@ -4,4 +4,4 @@ const input_adornment_module = {
4
4
  start: "start-hcDqEk",
5
5
  end: "end-j0ZhyO"
6
6
  };
7
- export { input_adornment_module as default };
7
+ export default input_adornment_module;
@@ -31,4 +31,4 @@ const input_module = {
31
31
  warning: "warning-mHL8O2",
32
32
  danger: "danger-Rzx3WQ"
33
33
  };
34
- export { input_module as default };
34
+ export default input_module;
@@ -3,4 +3,4 @@ const label_module = {
3
3
  label: "label-Q88hWY",
4
4
  required: "required-uod5eu"
5
5
  };
6
- export { label_module as default };
6
+ export default label_module;
@@ -29,4 +29,4 @@ const radio_group_RadioGroup = ({ ref: forwardedRef, className, direction = 'col
29
29
  ...props,
30
30
  children: children
31
31
  });
32
- export { radio_group_RadioGroup as RadioGroup, RadioGroupItem };
32
+ export { RadioGroupItem, radio_group_RadioGroup as RadioGroup };
@@ -17,4 +17,4 @@ const radio_group_module = {
17
17
  warning: "warning-mURb_m",
18
18
  danger: "danger-OJLXV7"
19
19
  };
20
- export { radio_group_module as default };
20
+ export default radio_group_module;
@@ -81,4 +81,4 @@ const SelectItem = ({ ref: forwardedRef, children, className, ...props })=>/*#__
81
81
  ]
82
82
  });
83
83
  SelectItem.displayName = 'SelectItem';
84
- export { select_Select as Select, SelectItem };
84
+ export { SelectItem, select_Select as Select };
@@ -20,4 +20,4 @@ const select_module = {
20
20
  "select-item-indicator": "select-item-indicator-nXFGV7",
21
21
  selectItemIndicator: "select-item-indicator-nXFGV7"
22
22
  };
23
- export { select_module as default };
23
+ export default select_module;
@@ -4,4 +4,4 @@ const text_area_module = {
4
4
  textArea: "text-area-P_aQjC",
5
5
  underlined: "underlined-a9hkur"
6
6
  };
7
- export { text_area_module as default };
7
+ export default text_area_module;
@@ -17,4 +17,4 @@ const alert_module = {
17
17
  warning: "warning-UtouDH",
18
18
  danger: "danger-QFtDqI"
19
19
  };
20
- export { alert_module as default };
20
+ export default alert_module;
@@ -79,4 +79,4 @@ const toast_Toast = function({ ref, intent = 'success', position = 'bottom-right
79
79
  ]
80
80
  });
81
81
  };
82
- export { toast_Toast as Toast, ToastProvider, ToastViewport };
82
+ export { ToastProvider, ToastViewport, toast_Toast as Toast };
@@ -21,4 +21,4 @@ const toast_module = {
21
21
  slideInFromRight: "slideInFromRight-G4Hu_M",
22
22
  slideInFromLeft: "slideInFromLeft-m703fy"
23
23
  };
24
- export { toast_module as default };
24
+ export default toast_module;
@@ -10,4 +10,4 @@ const overlay_module = {
10
10
  "fade-out": "fade-out-i2NoTL",
11
11
  fadeOut: "fade-out-i2NoTL"
12
12
  };
13
- export { overlay_module as default };
13
+ export default overlay_module;
@@ -26,4 +26,4 @@ const pagination_module = {
26
26
  "mobile-toggle": "mobile-toggle-iw4kkx",
27
27
  mobileToggle: "mobile-toggle-iw4kkx"
28
28
  };
29
- export { pagination_module as default };
29
+ export default pagination_module;
@@ -6,4 +6,4 @@ const scroll_area_module = {
6
6
  thumb: "thumb-G2gkhj",
7
7
  corner: "corner-kCiYUz"
8
8
  };
9
- export { scroll_area_module as default };
9
+ export default scroll_area_module;
@@ -5,4 +5,4 @@ const scroll_to_top_module = {
5
5
  "scroll-to-top-shown": "scroll-to-top-shown-Wemu5m",
6
6
  scrollToTopShown: "scroll-to-top-shown-Wemu5m"
7
7
  };
8
- export { scroll_to_top_module as default };
8
+ export default scroll_to_top_module;
@@ -2,4 +2,4 @@ import "./section_module.css";
2
2
  const section_module = {
3
3
  section: "section-CEcZOp"
4
4
  };
5
- export { section_module as default };
5
+ export default section_module;
@@ -6,4 +6,4 @@ const shimmer_module = {
6
6
  text: "text-syTLNh",
7
7
  circular: "circular-KqBjEv"
8
8
  };
9
- export { shimmer_module as default };
9
+ export default shimmer_module;
@@ -16,4 +16,4 @@ const table_module = {
16
16
  "table-footer": "table-footer-JabMFD",
17
17
  tableFooter: "table-footer-JabMFD"
18
18
  };
19
- export { table_module as default };
19
+ export default table_module;
@@ -9,4 +9,4 @@ const tabs_module = {
9
9
  "tabs-content": "tabs-content-d2NTGs",
10
10
  tabsContent: "tabs-content-d2NTGs"
11
11
  };
12
- export { tabs_module as default };
12
+ export default tabs_module;
@@ -4,4 +4,4 @@ const tooltip_module = {
4
4
  "tooltip-arrow": "tooltip-arrow-a77zEa",
5
5
  tooltipArrow: "tooltip-arrow-a77zEa"
6
6
  };
7
- export { tooltip_module as default };
7
+ export default tooltip_module;
@@ -43,4 +43,4 @@ const icons_module = {
43
43
  "fill-danger": "fill-danger-ON0cOW",
44
44
  fillDanger: "fill-danger-ON0cOW"
45
45
  };
46
- export { icons_module as default };
46
+ export default icons_module;
package/dist/react.js CHANGED
@@ -1,4 +1,3 @@
1
- import { variant } from "./components/button/@types/button.js";
2
1
  export * from "./components/@types/shared.js";
3
2
  export * from "./components/accordion/accordion.js";
4
3
  export * from "./components/animation/fade-in-lift.js";
@@ -101,4 +100,4 @@ export * from "./widgets/drawer/drawer-context.js";
101
100
  export * from "./widgets/modal/modal.js";
102
101
  export * from "./widgets/search/search.js";
103
102
  export * from "./widgets/timeline/timeline.js";
104
- export { variant as buttonVariant };
103
+ export { variant as buttonVariant } from "./components/button/@types/button.js";
@@ -22,4 +22,4 @@ function useTheme() {
22
22
  if (void 0 === context) throw new Error('useTheme must be used within a ThemeProvider');
23
23
  return context;
24
24
  }
25
- export { provider_Theme as Theme, ThemeProvider, useTheme };
25
+ export { ThemeProvider, provider_Theme as Theme, useTheme };
@@ -3,4 +3,4 @@ const EXTERNAL_LINK_PROPS = {
3
3
  rel: 'noreferrer noopener'
4
4
  };
5
5
  const externalLinkProps = EXTERNAL_LINK_PROPS;
6
- export { externalLinkProps as default };
6
+ export default externalLinkProps;
@@ -3,4 +3,4 @@ function findMatch(data, find, defaultValue) {
3
3
  return founded >= 0 ? find : defaultValue;
4
4
  }
5
5
  const utils_findMatch = findMatch;
6
- export { utils_findMatch as default };
6
+ export default utils_findMatch;
@@ -1,3 +1,3 @@
1
1
  const isTouchDevice = ()=>"u" > typeof window && ('ontouchstart' in window || navigator.maxTouchPoints > 0 || navigator.msMaxTouchPoints > 0);
2
2
  const utils_isTouchDevice = isTouchDevice;
3
- export { utils_isTouchDevice as default };
3
+ export default utils_isTouchDevice;
@@ -6,4 +6,4 @@ function objectsToArray(object) {
6
6
  });
7
7
  return result;
8
8
  }
9
- export { objectsToArray as default };
9
+ export default objectsToArray;
@@ -2,4 +2,4 @@ import objectsToArray from "./objectsToArray.js";
2
2
  function objectsToString(object) {
3
3
  return objectsToArray(object).join(' ');
4
4
  }
5
- export { objectsToString as default };
5
+ export default objectsToString;
@@ -30,4 +30,4 @@ const datepicker_module = {
30
30
  "time-picker-button": "time-picker-button-WA4IUz",
31
31
  timePickerButton: "time-picker-button-WA4IUz"
32
32
  };
33
- export { datepicker_module as default };
33
+ export default datepicker_module;
@@ -26,4 +26,4 @@ const drawer_module = {
26
26
  "drawer-content": "drawer-content-QQqzOR",
27
27
  drawerContent: "drawer-content-QQqzOR"
28
28
  };
29
- export { drawer_module as default };
29
+ export default drawer_module;
@@ -1,4 +1,4 @@
1
1
  "use client";
2
2
  import { domAnimation } from "motion/react";
3
3
  const motionDomAnimation = domAnimation;
4
- export { motionDomAnimation as default };
4
+ export default motionDomAnimation;
@@ -1,4 +1,4 @@
1
1
  "use client";
2
2
  import { domMax } from "motion/react";
3
3
  const motionDomMax = domMax;
4
- export { motionDomMax as default };
4
+ export default motionDomMax;
@@ -11,4 +11,4 @@ const modal_module = {
11
11
  "modal-actions": "modal-actions-FxnG8C",
12
12
  modalActions: "modal-actions-FxnG8C"
13
13
  };
14
- export { modal_module as default };
14
+ export default modal_module;
@@ -1,4 +1,4 @@
1
1
  "use client";
2
2
  import { domAnimation } from "motion/react";
3
3
  const motionDomAnimation = domAnimation;
4
- export { motionDomAnimation as default };
4
+ export default motionDomAnimation;
@@ -1,4 +1,4 @@
1
1
  "use client";
2
2
  import { domMax } from "motion/react";
3
3
  const motionDomMax = domMax;
4
- export { motionDomMax as default };
4
+ export default motionDomMax;
@@ -14,4 +14,4 @@ const timeline_module = {
14
14
  "timeline-content": "timeline-content-rwFfPc",
15
15
  timelineContent: "timeline-content-rwFfPc"
16
16
  };
17
- export { timeline_module as default };
17
+ export default timeline_module;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@infonomic/uikit",
3
3
  "private": false,
4
4
  "license": "MIT",
5
- "version": "5.43.0",
5
+ "version": "5.43.1",
6
6
  "type": "module",
7
7
  "description": "Infonomic UI kit is a collection of reusable UI components and utilities for React and Astro.",
8
8
  "keywords": [
@@ -58,17 +58,17 @@
58
58
  }
59
59
  },
60
60
  "dependencies": {
61
- "@mantine/hooks": "^8.3.15",
61
+ "@mantine/hooks": "^8.3.16",
62
62
  "@radix-ui/react-icons": "^1.3.2",
63
63
  "@radix-ui/react-slot": "^1.2.4",
64
64
  "classnames": "^2.5.1",
65
65
  "date-fns": "^4.1.0",
66
66
  "material-ripple-effects": "^2.0.1",
67
- "motion": "^12.34.2",
67
+ "motion": "^12.35.2",
68
68
  "npm-run-all": "^4.1.5",
69
69
  "prism-react-renderer": "^2.4.1",
70
70
  "radix-ui": "^1.4.3",
71
- "react-day-picker": "^9.13.2",
71
+ "react-day-picker": "^9.14.0",
72
72
  "zod": "^4.3.6",
73
73
  "zod-form-data": "^3.0.1"
74
74
  },
@@ -77,30 +77,30 @@
77
77
  "react-dom": "^19.0.0"
78
78
  },
79
79
  "devDependencies": {
80
- "@astrojs/check": "0.9.6",
81
- "@astrojs/node": "9.5.4",
82
- "@biomejs/biome": "2.4.3",
80
+ "@astrojs/check": "0.9.7",
81
+ "@astrojs/node": "10.0.0",
82
+ "@biomejs/biome": "2.4.6",
83
83
  "@rsbuild/plugin-react": "^1.4.5",
84
- "@rslib/core": "^0.19.6",
85
- "@storybook/addon-a11y": "^10.2.10",
86
- "@storybook/addon-docs": "^10.2.10",
87
- "@storybook/addon-links": "^10.2.10",
88
- "@storybook/addon-themes": "^10.2.10",
89
- "@storybook/react-vite": "^10.2.10",
90
- "@types/lodash": "^4.17.23",
91
- "@types/node": "^25.3.0",
84
+ "@rslib/core": "^0.20.0",
85
+ "@storybook/addon-a11y": "^10.2.17",
86
+ "@storybook/addon-docs": "^10.2.17",
87
+ "@storybook/addon-links": "^10.2.17",
88
+ "@storybook/addon-themes": "^10.2.17",
89
+ "@storybook/react-vite": "^10.2.17",
90
+ "@types/lodash": "^4.17.24",
91
+ "@types/node": "^25.4.0",
92
92
  "@types/react": "19.2.14",
93
93
  "@types/react-dom": "19.2.3",
94
94
  "@vitejs/plugin-react": "^5.1.4",
95
- "astro": "5.17.3",
95
+ "astro": "6.0.2",
96
96
  "chokidar": "^5.0.0",
97
- "eslint-plugin-storybook": "^10.2.10",
98
- "lightningcss": "^1.31.1",
99
- "lightningcss-cli": "^1.31.1",
97
+ "eslint-plugin-storybook": "^10.2.17",
98
+ "lightningcss": "^1.32.0",
99
+ "lightningcss-cli": "^1.32.0",
100
100
  "react": "19.2.4",
101
101
  "react-dom": "19.2.4",
102
102
  "rimraf": "^6.1.3",
103
- "storybook": "^10.2.10",
103
+ "storybook": "^10.2.17",
104
104
  "typescript": "5.9.3",
105
105
  "typescript-plugin-css-modules": "^5.2.0",
106
106
  "vite": "^7.3.1",