@loadsmart/loadsmart-ui 8.0.0-rc.1 → 8.0.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 (184) hide show
  1. package/dist/DragDropFile.context-oKnUu6d3.js.map +1 -1
  2. package/dist/common/BackButton/BackButton.d.ts +2 -1
  3. package/dist/common/CloseButton/CloseButton.d.ts +3 -2
  4. package/dist/common/SelectionWrapper.d.ts +8 -8
  5. package/dist/components/Accordion/Accordion.context.d.ts +6 -6
  6. package/dist/components/Accordion/Accordion.d.ts +11 -11
  7. package/dist/components/Accordion/Accordion.stories.d.ts +5 -4
  8. package/dist/components/Banner/Banner.d.ts +14 -14
  9. package/dist/components/Banner/Banner.stories.d.ts +11 -11
  10. package/dist/components/Breadcrumbs/Breadcrumb.d.ts +5 -5
  11. package/dist/components/Breadcrumbs/Breadcrumbs.d.ts +6 -6
  12. package/dist/components/Button/Button.d.ts +8 -8
  13. package/dist/components/Button/Button.stories.d.ts +7 -7
  14. package/dist/components/Calendar/Calendar.d.ts +3 -2
  15. package/dist/components/Calendar/Calendar.stories.d.ts +3 -2
  16. package/dist/components/Calendar/Calendar.types.d.ts +4 -4
  17. package/dist/components/Calendar/Date.helper.d.ts +27 -54
  18. package/dist/components/Calendar/DateFormat.helper.d.ts +1 -3
  19. package/dist/components/Calendar/Month.helper.d.ts +5 -5
  20. package/dist/components/Calendar/PickerModeToggle.d.ts +2 -1
  21. package/dist/components/Calendar/Pickers/DayPicker.d.ts +2 -1
  22. package/dist/components/Calendar/Pickers/MonthPicker.d.ts +2 -1
  23. package/dist/components/Calendar/Pickers/YearPicker.d.ts +2 -1
  24. package/dist/components/Calendar/useCalendar.d.ts +4 -9
  25. package/dist/components/Card/Card.d.ts +5 -5
  26. package/dist/components/Card/CardTitle.d.ts +3 -3
  27. package/dist/components/Checkbox/Checkbox.d.ts +6 -6
  28. package/dist/components/Checkbox/Checkbox.stories.d.ts +2 -1
  29. package/dist/components/DatePicker/DatePicker.d.ts +2 -2
  30. package/dist/components/DatePicker/DatePicker.stories.d.ts +2 -1
  31. package/dist/components/DatePicker/DateRangePicker.d.ts +2 -1
  32. package/dist/components/DatePicker/DateRangePicker.stories.d.ts +2 -1
  33. package/dist/components/Dialog/Dialog.d.ts +13 -13
  34. package/dist/components/Dialog/Dialog.stories.d.ts +10 -9
  35. package/dist/components/DragDropFile/DragDropFile.context.d.ts +1 -1
  36. package/dist/components/DragDropFile/DragDropFile.d.ts +2 -2
  37. package/dist/components/DragDropFile/DragDropFile.stories.d.ts +5 -4
  38. package/dist/components/DragDropFile/components/DropZone.d.ts +2 -1
  39. package/dist/components/DragDropFile/components/FileItem.d.ts +2 -1
  40. package/dist/components/DragDropFile/components/FileList.d.ts +2 -1
  41. package/dist/components/DragDropFile/types.d.ts +4 -4
  42. package/dist/components/Drawer/Drawer.d.ts +7 -7
  43. package/dist/components/Dropdown/Dropdown.d.ts +2 -5
  44. package/dist/components/Dropdown/Dropdown.types.d.ts +1 -1
  45. package/dist/components/Dropdown/DropdownMenu.d.ts +2 -2
  46. package/dist/components/Dropdown/DropdownTrigger.d.ts +9 -9
  47. package/dist/components/EmptyState/EmptyState.d.ts +1 -1
  48. package/dist/components/EmptyState/EmptyState.stories.d.ts +8 -7
  49. package/dist/components/EmptyState/EmptyState.types.d.ts +2 -2
  50. package/dist/components/EmptyState/index.d.ts +1 -1
  51. package/dist/components/ErrorMessage/ErrorMessage.stories.d.ts +3 -2
  52. package/dist/components/HighlightMatch/HighlightMatch.d.ts +4 -4
  53. package/dist/components/IconFactory/IconFactory.d.ts +8 -8
  54. package/dist/components/IconFactory/IconFactory.fixtures.d.ts +6 -6
  55. package/dist/components/Label/Label.d.ts +9 -9
  56. package/dist/components/Label/Label.stories.d.ts +2 -1
  57. package/dist/components/Layout/Box.d.ts +8 -9
  58. package/dist/components/Layout/Grid.d.ts +4 -5
  59. package/dist/components/Layout/Group.d.ts +5 -6
  60. package/dist/components/Layout/Layout.stories.d.ts +8 -7
  61. package/dist/components/Layout/Sidebar.d.ts +6 -7
  62. package/dist/components/Layout/Stack.d.ts +5 -6
  63. package/dist/components/Layout/Switcher.d.ts +5 -6
  64. package/dist/components/Link/Link.d.ts +3 -3
  65. package/dist/components/Link/Link.stories.d.ts +2 -1
  66. package/dist/components/Loaders/LoadingBar.d.ts +6 -6
  67. package/dist/components/Loaders/LoadingDots.d.ts +4 -3
  68. package/dist/components/Loaders/Spinner.d.ts +4 -3
  69. package/dist/components/Modal/Modal.d.ts +3 -3
  70. package/dist/components/Modal/Modal.stories.d.ts +4 -3
  71. package/dist/components/Pagination/Pagination.d.ts +2 -1
  72. package/dist/components/Pagination/Pagination.types.d.ts +4 -4
  73. package/dist/components/Pagination/PaginationItem.d.ts +2 -1
  74. package/dist/components/Popover/Popover.d.ts +4 -3
  75. package/dist/components/ProgressBar/ProgressBar.d.ts +6 -6
  76. package/dist/components/ProgressBar/ProgressBar.stories.d.ts +2 -1
  77. package/dist/components/Radio/Radio.d.ts +6 -6
  78. package/dist/components/Radio/Radio.stories.d.ts +2 -1
  79. package/dist/components/Section/Section.d.ts +4 -4
  80. package/dist/components/Section/Sections.stories.d.ts +2 -1
  81. package/dist/components/Select/Select.d.ts +1 -1
  82. package/dist/components/Select/Select.fixtures.d.ts +4 -4
  83. package/dist/components/Select/Select.types.d.ts +14 -14
  84. package/dist/components/Select/SelectCreatableOption.d.ts +2 -1
  85. package/dist/components/Select/SelectEmpty.d.ts +2 -1
  86. package/dist/components/Select/SelectOption.d.ts +2 -1
  87. package/dist/components/Select/useSelect.d.ts +0 -2
  88. package/dist/components/SideNavigation/Logo/Logo.d.ts +4 -4
  89. package/dist/components/SideNavigation/Menu/Menu.d.ts +5 -5
  90. package/dist/components/SideNavigation/Menu/MenuBaseItem.d.ts +7 -7
  91. package/dist/components/SideNavigation/Menu/MenuExpandable.d.ts +3 -3
  92. package/dist/components/SideNavigation/Menu/MenuLink.d.ts +5 -5
  93. package/dist/components/SideNavigation/Separator/Separator.d.ts +3 -2
  94. package/dist/components/SideNavigation/SideNavigation.d.ts +13 -13
  95. package/dist/components/SideNavigation/SideNavigation.stories.d.ts +2 -1
  96. package/dist/components/Steps/ProgressSteps/ProgressStep.d.ts +5 -5
  97. package/dist/components/Steps/ProgressSteps/ProgressSteps.d.ts +4 -3
  98. package/dist/components/Steps/Steps.d.ts +7 -7
  99. package/dist/components/Steps/Steps.types.d.ts +2 -2
  100. package/dist/components/Steps/StepsStep.d.ts +4 -4
  101. package/dist/components/Steps/useSteps.d.ts +2 -2
  102. package/dist/components/Switch/Switch.d.ts +6 -6
  103. package/dist/components/Table/Selection.d.ts +5 -5
  104. package/dist/components/Table/Table.d.ts +14 -13
  105. package/dist/components/Table/Table.stories.d.ts +7 -6
  106. package/dist/components/Table/Table.types.d.ts +5 -5
  107. package/dist/components/Table/TableSortHandle.d.ts +3 -2
  108. package/dist/components/Table/useSortBy.d.ts +3 -3
  109. package/dist/components/TablePagination/RowsPerPage.d.ts +2 -1
  110. package/dist/components/TablePagination/TablePagination.d.ts +2 -1
  111. package/dist/components/TablePagination/TablePaginationActions.d.ts +1 -1
  112. package/dist/components/Tabs/Tabs.d.ts +10 -10
  113. package/dist/components/Tabs/Tabs.stories.d.ts +3 -2
  114. package/dist/components/Tag/Tag.d.ts +11 -11
  115. package/dist/components/Tag/Tag.stories.d.ts +28 -7
  116. package/dist/components/TextField/TextField.d.ts +7 -7
  117. package/dist/components/TextField/TextField.stories.d.ts +2 -1
  118. package/dist/components/Textarea/Textarea.d.ts +7 -7
  119. package/dist/components/Textarea/Textarea.stories.d.ts +2 -1
  120. package/dist/components/Toast/Toast.d.ts +7 -7
  121. package/dist/components/Toast/Toast.stories.d.ts +2 -1
  122. package/dist/components/ToggleGroup/Toggle.d.ts +2 -1
  123. package/dist/components/ToggleGroup/ToggleGroup.d.ts +3 -2
  124. package/dist/components/Tooltip/Tooltip.d.ts +6 -6
  125. package/dist/components/Tooltip/Tooltip.stories.d.ts +4 -3
  126. package/dist/components/TopNavigation/Logo/Logo.d.ts +4 -4
  127. package/dist/components/TopNavigation/Menu/Menu.d.ts +7 -7
  128. package/dist/components/TopNavigation/Menu/MenuItemDropdown.d.ts +8 -8
  129. package/dist/components/TopNavigation/Menu/MenuItemIcon.d.ts +7 -7
  130. package/dist/components/TopNavigation/OpenSideNavButton/OpenSideNavButton.d.ts +6 -5
  131. package/dist/components/TopNavigation/TopNavigation.d.ts +5 -5
  132. package/dist/components/TopNavigation/TopNavigation.stories.d.ts +2 -1
  133. package/dist/components/VisuallyHidden/VisuallyHidden.stories.d.ts +2 -1
  134. package/dist/hooks/useDidMount/useDidMount.d.ts +1 -1
  135. package/dist/hooks/useFingerprint/useFingerprint.d.ts +0 -1
  136. package/dist/hooks/useFocusTrap/useFocusTrap.d.ts +7 -8
  137. package/dist/hooks/useFocusWithin/useFocusWithin.d.ts +1 -1
  138. package/dist/hooks/useHeightExpansionToggler/useHeightExpansionToggler.d.ts +3 -3
  139. package/dist/hooks/useSelectable/SelectableStrategy.d.ts +4 -4
  140. package/dist/hooks/useSelectable/useSelectable.types.d.ts +2 -2
  141. package/dist/index.js +316 -257
  142. package/dist/index.js.map +1 -1
  143. package/dist/{miranda-compatibility.theme-kYNEZ7mW.js → miranda-compatibility.theme-CIu9fa89.js} +2 -2
  144. package/dist/miranda-compatibility.theme-CIu9fa89.js.map +1 -0
  145. package/dist/{prop-K2Z3EsyG.js → prop-Fs2axl9W.js} +12 -18
  146. package/dist/prop-Fs2axl9W.js.map +1 -0
  147. package/dist/styles/activatable.d.ts +2 -3
  148. package/dist/styles/disableable.d.ts +3 -3
  149. package/dist/styles/ellipsizable.d.ts +1 -2
  150. package/dist/styles/focusable.d.ts +3 -3
  151. package/dist/styles/font.d.ts +0 -1
  152. package/dist/styles/hidden.d.ts +1 -2
  153. package/dist/styles/hoverable.d.ts +3 -3
  154. package/dist/styles/transition.d.ts +0 -1
  155. package/dist/styles/typography.d.ts +6 -7
  156. package/dist/testing/DatePickerEvent/DatePickerEvent.d.ts +7 -12
  157. package/dist/testing/DatePickerEvent/DateRangePickerEvent.d.ts +7 -12
  158. package/dist/testing/SelectEvent/SelectEvent.d.ts +11 -19
  159. package/dist/testing/getInterpolatedStyles/getInterpolatedStyles.d.ts +2 -2
  160. package/dist/testing/index.js +7 -9
  161. package/dist/testing/index.js.map +1 -1
  162. package/dist/tests/generator.d.ts +2 -2
  163. package/dist/tests/renderer.d.ts +5 -4
  164. package/dist/theming/index.d.ts +3 -3
  165. package/dist/theming/index.js +2 -2
  166. package/dist/theming/index.js.map +1 -1
  167. package/dist/theming/theming.helpers.d.ts +2 -2
  168. package/dist/toArray-BJJzFRD1.js +13 -0
  169. package/dist/toArray-BJJzFRD1.js.map +1 -0
  170. package/dist/tools/conditional.d.ts +3 -3
  171. package/dist/tools/index.js +1 -1
  172. package/dist/tools/prop.d.ts +1 -1
  173. package/dist/utils/toolset/getID.d.ts +0 -6
  174. package/dist/utils/toolset/highlightMatch.d.ts +5 -6
  175. package/dist/utils/toolset/keyboard.d.ts +3 -4
  176. package/dist/utils/toolset/toArray.d.ts +7 -1
  177. package/package.json +53 -56
  178. package/dist/miranda-compatibility.theme-kYNEZ7mW.js.map +0 -1
  179. package/dist/prop-K2Z3EsyG.js.map +0 -1
  180. package/dist/toArray-Dxb1kUxx.js +0 -14
  181. package/dist/toArray-Dxb1kUxx.js.map +0 -1
  182. package/dist/utils/toolset/flatten.d.ts +0 -2
  183. package/dist/utils/toolset/isThenable.d.ts +0 -5
  184. package/dist/utils/toolset/isThenable.test.d.ts +0 -1
@@ -15,8 +15,8 @@ export type When<P> = {
15
15
  * 'prop-d': Boolean // checks `Boolean(Boolean(props['prop-d']))`
16
16
  * })
17
17
  * ```
18
- * @param {...Object} conditions
19
- * @returns {(props: Object}) => boolean} Returns function that consumes component props.
18
+ * @param conditions
19
+ * @returns Returns function that consumes component props.
20
20
  */
21
21
  export declare function whenProps<P>(conditions: When<F.Narrow<P>> | When<F.Narrow<P>>[]): (props: P) => boolean;
22
22
  type ConditionObject<P> = Record<string, string | number | boolean | ((props: P) => boolean) | undefined>;
@@ -33,7 +33,7 @@ type Condition<P> = number | string | ConditionObject<P> | ((props: P) => string
33
33
  * }, (props) => props.className)
34
34
  * ```
35
35
  * @param conditions
36
- * @returns {(props: ThemedProps) => string} Returns function that consumes component props.
36
+ * @returns Returns function that consumes component props.
37
37
  */
38
38
  declare function conditional<P>(...conditions: Condition<P>[]): (props: P) => string;
39
39
  export default conditional;
@@ -1,4 +1,4 @@
1
- import { c, p, w } from "../prop-K2Z3EsyG.js";
1
+ import { c, p, w } from "../prop-Fs2axl9W.js";
2
2
  export {
3
3
  c as conditional,
4
4
  p as prop,
@@ -9,7 +9,7 @@ declare function compare(...args: any[]): unknown;
9
9
  * @param name a valid property name from the object
10
10
  * @param defaultValue a fallback value in case the property value is invalid
11
11
  * @param comparatorFn a function to be used to decide between value or defaultValue
12
- * @returns {(props: ThemedProps) => string} Returns function that consumes component props.
12
+ * @returns Returns function that consumes component props.
13
13
  */
14
14
  declare function prop<P, K extends keyof P = keyof P>(name: K, defaultValue?: NonNullable<P[K]>, comparatorFn?: typeof compare): (props: P) => P[K];
15
15
  export default prop;
@@ -1,9 +1,3 @@
1
- /**
2
- *
3
- * @param {Object} options - Options
4
- * @param
5
- * @returns
6
- */
7
1
  export declare function IDGenerator({ maxIDLength, initialIDLength, alphabet, }: {
8
2
  maxIDLength: number;
9
3
  initialIDLength: number;
@@ -1,9 +1,8 @@
1
+ import { default as React } from 'react';
1
2
  /**
2
3
  * A function that wraps a match into `mark` element to be highlighted.
3
- * @example
4
- *
5
- * @param {string} - label to be split
6
- * @param {string} - match to be found
7
- * @returns {ReactNode} - an element with marked match
4
+ * @param label to be split
5
+ * @param match to be found
6
+ * @returns an element with marked match
8
7
  */
9
- export default function highlightMatch(str: string, match: string): JSX.Element;
8
+ export default function highlightMatch(str?: string, match?: string): React.ReactNode;
@@ -1,4 +1,4 @@
1
- import { KeyboardEvent } from 'react';
1
+ import { default as React } from 'react';
2
2
  declare const SUPPORTED_KEYS: {
3
3
  ALT: string;
4
4
  ARROW_DOWN: string;
@@ -17,8 +17,7 @@ declare const SUPPORTED_KEYS: {
17
17
  MINUS: string;
18
18
  };
19
19
  export type SupportedKey = keyof typeof SUPPORTED_KEYS;
20
- export declare function getKeyboardKey(e: KeyboardEvent): KeyboardEvent['key'];
21
- declare function KeyboardKey(e: KeyboardEvent): {
22
- is(otherKeys: SupportedKey | SupportedKey[]): boolean;
20
+ declare function KeyboardKey(event: KeyboardEvent | React.KeyboardEvent): {
21
+ is: (otherKeys: SupportedKey | SupportedKey[]) => boolean;
23
22
  };
24
23
  export default KeyboardKey;
@@ -1,2 +1,8 @@
1
- declare function toArray<T>(value: T | T[]): T[];
1
+ /**
2
+ * Produces array for non-array value.
3
+ * @param value - Value to be converted/returned.
4
+ * @return Returns `value` itself if it is an array or
5
+ * an array containing the provided `value`.
6
+ */
7
+ declare const toArray: <T>(value: T | T[] | readonly T[] | undefined | null) => T[];
2
8
  export default toArray;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loadsmart/loadsmart-ui",
3
- "version": "8.0.0-rc.1",
3
+ "version": "8.0.1",
4
4
  "description": "Miranda UI, a React UI library",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -19,31 +19,27 @@
19
19
  "release:ci": "semantic-release",
20
20
  "build:ci": "yarn build",
21
21
  "test:ci": "yarn test --ci --coverage --reporters=default --reporters=jest-junit -w 4",
22
- "check:lint:ci": "yarn lint",
22
+ "check:lint:ci": "yarn lint --quiet",
23
23
  "docs:build:ci": "yarn docs:build --disable-telemetry",
24
24
  "docs:deploy:ci": "gh-pages -d docs -m \"chore(docs): update gh-pages [skip ci]\"",
25
- "prepare": "husky"
25
+ "_postinstall": "node .husky/install.js",
26
+ "prepack": "pinst --disable",
27
+ "postpack": "pinst --enable",
28
+ "format": "prettier . --write",
29
+ "check:format:ci": "prettier . --check",
30
+ "check:type": "tsc",
31
+ "check:type:ci": "yarn check:type"
26
32
  },
27
33
  "storybook-deployer": {
28
34
  "commitMessage": "chore(docs): deploy storybook to GitHub pages [skip ci]"
29
35
  },
30
- "lint-staged": {
31
- "src/**/*.{js,ts,jsx,tsx,json}": [
32
- "eslint --fix",
33
- "prettier --write"
34
- ],
35
- "src/{common,components,styles}/**/*.{js,ts,jsx,tsx}": [
36
- "eslint --fix",
37
- "prettier --write"
38
- ]
39
- },
40
36
  "jest-junit": {
41
37
  "addFileAttribute": "true"
42
38
  },
43
39
  "devDependencies": {
44
- "@commitlint/cli": "^19.8.0",
45
- "@commitlint/config-conventional": "^19.8.0",
46
- "@loadsmart/miranda-tokens": "^4.0.0-beta.60",
40
+ "@commitlint/cli": "^20.4.3",
41
+ "@commitlint/config-conventional": "^20.4.3",
42
+ "@loadsmart/miranda-tokens": "^4.25.2",
47
43
  "@storybook/addon-a11y": "^8.6.12",
48
44
  "@storybook/addon-docs": "^8.6.12",
49
45
  "@storybook/addon-essentials": "^8.6.12",
@@ -51,58 +47,59 @@
51
47
  "@storybook/react": "^8.6.12",
52
48
  "@storybook/react-vite": "^8.6.12",
53
49
  "@storybook/theming": "^8.6.12",
54
- "@swc/core": "^1.11.18",
55
- "@swc/jest": "^0.2.37",
56
- "@tailwindcss/vite": "^4.1.3",
57
- "@testing-library/dom": "^10.4.0",
58
- "@testing-library/jest-dom": "^6.6.3",
59
- "@testing-library/react": "^16.3.0",
50
+ "@swc/core": "^1.15.18",
51
+ "@swc/jest": "^0.2.39",
52
+ "@tailwindcss/vite": "^4.2.1",
53
+ "@testing-library/dom": "^10.4.1",
54
+ "@testing-library/jest-dom": "^6.9.1",
55
+ "@testing-library/react": "^16.3.2",
60
56
  "@testing-library/react-hooks": "^8.0.1",
61
57
  "@testing-library/user-event": "^13.5.0",
62
- "@types/chance": "^1.1.1",
58
+ "@types/chance": "^1.1.7",
63
59
  "@types/jest": "^29.5.14",
64
- "@types/node": "^22.13.16",
65
- "@types/react": "^18.3.20",
66
- "@types/react-dom": "^18.3.6",
67
- "@types/styled-components": "^5.1.34",
68
- "@typescript-eslint/eslint-plugin": "^4.22.1",
69
- "@typescript-eslint/parser": "^4.22.1",
70
- "@vitejs/plugin-react": "^4.3.4",
60
+ "@types/node": "^22.19.15",
61
+ "@types/react": "^18.3.28",
62
+ "@types/react-dom": "^18.3.7",
63
+ "@types/styled-components": "^5.1.36",
64
+ "@vitejs/plugin-react": "^5.1.4",
71
65
  "babel-plugin-styled-components": "^2.1.4",
72
- "chance": "^1.1.8",
73
- "commitizen": "^4.2.4",
66
+ "chance": "^1.1.13",
67
+ "commitizen": "^4.3.1",
74
68
  "cz-conventional-changelog": "^3.3.0",
75
- "eslint": "^7.26.0",
76
- "eslint-config-prettier": "^10.1.1",
77
- "eslint-plugin-jest-dom": "^3.8.1",
78
- "eslint-plugin-jsx-a11y": "^6.4.1",
79
- "eslint-plugin-prettier": "^5.2.6",
80
- "eslint-plugin-react": "^7.23.2",
81
- "eslint-plugin-react-hooks": "^4.2.0",
82
- "eslint-plugin-storybook": "^0.6.12",
83
- "eslint-plugin-testing-library": "^5.9.1",
69
+ "eslint": "^9.39.4",
70
+ "eslint-config-prettier": "^10.1.8",
71
+ "eslint-plugin-jest-dom": "^5.5.0",
72
+ "eslint-plugin-jsx-a11y": "^6.10.2",
73
+ "eslint-plugin-prettier": "^5.5.5",
74
+ "eslint-plugin-promise": "^7.2.1",
75
+ "eslint-plugin-react": "^7.37.5",
76
+ "eslint-plugin-react-hooks": "^7.0.1",
77
+ "eslint-plugin-testing-library": "^7.16.0",
78
+ "eslint-plugin-unicorn": "^63.0.0",
84
79
  "gh-pages": "^6.3.0",
85
80
  "husky": "^9.1.7",
86
81
  "jest": "^29.7.0",
87
82
  "jest-environment-jsdom": "^29.7.0",
88
83
  "jest-junit": "^16.0.0",
89
84
  "jest-transformer-svg": "^2.1.0",
90
- "lint-staged": "^15.5.0",
91
- "nanoid": "^5.1.5",
92
- "prettier": "^3.5.3",
85
+ "lint-staged": "^16.3.2",
86
+ "nanoid": "^5.1.6",
87
+ "pinst": "^3.0.0",
88
+ "prettier": "^3.8.1",
93
89
  "react": "^18.3.1",
94
- "react-docgen-typescript": "^2.2.2",
90
+ "react-docgen-typescript": "^2.4.0",
95
91
  "react-dom": "^18.3.1",
96
- "react-is": "^18.0.2",
97
- "semantic-release": "^24.2.3",
98
- "storybook": "^8.6.12",
92
+ "react-is": "^18.3.1",
93
+ "semantic-release": "^25.0.3",
94
+ "storybook": "^8.6.18",
99
95
  "styled-components": "^5.3.11",
100
- "tailwindcss": "^4.1.3",
96
+ "tailwindcss": "^4.2.1",
101
97
  "ts-toolbelt": "^9.6.0",
102
- "typescript": "^5.8.3",
103
- "vite": "^6.2.5",
104
- "vite-plugin-dts": "^4.5.3",
105
- "vite-plugin-svgr": "^4.3.0"
98
+ "typescript": "^5.9.3",
99
+ "typescript-eslint": "^8.57.0",
100
+ "vite": "^7.3.1",
101
+ "vite-plugin-dts": "^4.5.4",
102
+ "vite-plugin-svgr": "^4.5.0"
106
103
  },
107
104
  "peerDependencies": {
108
105
  "@loadsmart/miranda-tokens": ">=1.3.0",
@@ -112,13 +109,13 @@
112
109
  "styled-components": ">=5.3.0"
113
110
  },
114
111
  "dependencies": {
115
- "@floating-ui/react-dom": "^2.1.2",
112
+ "@floating-ui/react-dom": "^2.1.8",
116
113
  "@loadsmart/utils-function": "0.3.1",
117
114
  "@loadsmart/utils-object": "0.3.1",
118
115
  "@loadsmart/utils-string": "0.3.1",
119
116
  "@types/lodash-es": "^4.17.12",
120
117
  "clsx": "^2.1.1",
121
- "lodash-es": "^4.17.21"
118
+ "lodash-es": "^4.17.23"
122
119
  },
123
120
  "repository": {
124
121
  "type": "git",
@@ -137,5 +134,5 @@
137
134
  "@types/react": "18.3.20",
138
135
  "@types/react-dom": "18.3.6"
139
136
  },
140
- "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
137
+ "packageManager": "yarn@4.13.0+sha512.5c20ba010c99815433e5c8453112165e673f1c7948d8d2b267f4b5e52097538658388ebc9f9580656d9b75c5cc996f990f611f99304a2197d4c56d21eea370e7"
141
138
  }