@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.
- package/dist/DragDropFile.context-oKnUu6d3.js.map +1 -1
- package/dist/common/BackButton/BackButton.d.ts +2 -1
- package/dist/common/CloseButton/CloseButton.d.ts +3 -2
- package/dist/common/SelectionWrapper.d.ts +8 -8
- package/dist/components/Accordion/Accordion.context.d.ts +6 -6
- package/dist/components/Accordion/Accordion.d.ts +11 -11
- package/dist/components/Accordion/Accordion.stories.d.ts +5 -4
- package/dist/components/Banner/Banner.d.ts +14 -14
- package/dist/components/Banner/Banner.stories.d.ts +11 -11
- package/dist/components/Breadcrumbs/Breadcrumb.d.ts +5 -5
- package/dist/components/Breadcrumbs/Breadcrumbs.d.ts +6 -6
- package/dist/components/Button/Button.d.ts +8 -8
- package/dist/components/Button/Button.stories.d.ts +7 -7
- package/dist/components/Calendar/Calendar.d.ts +3 -2
- package/dist/components/Calendar/Calendar.stories.d.ts +3 -2
- package/dist/components/Calendar/Calendar.types.d.ts +4 -4
- package/dist/components/Calendar/Date.helper.d.ts +27 -54
- package/dist/components/Calendar/DateFormat.helper.d.ts +1 -3
- package/dist/components/Calendar/Month.helper.d.ts +5 -5
- package/dist/components/Calendar/PickerModeToggle.d.ts +2 -1
- package/dist/components/Calendar/Pickers/DayPicker.d.ts +2 -1
- package/dist/components/Calendar/Pickers/MonthPicker.d.ts +2 -1
- package/dist/components/Calendar/Pickers/YearPicker.d.ts +2 -1
- package/dist/components/Calendar/useCalendar.d.ts +4 -9
- package/dist/components/Card/Card.d.ts +5 -5
- package/dist/components/Card/CardTitle.d.ts +3 -3
- package/dist/components/Checkbox/Checkbox.d.ts +6 -6
- package/dist/components/Checkbox/Checkbox.stories.d.ts +2 -1
- package/dist/components/DatePicker/DatePicker.d.ts +2 -2
- package/dist/components/DatePicker/DatePicker.stories.d.ts +2 -1
- package/dist/components/DatePicker/DateRangePicker.d.ts +2 -1
- package/dist/components/DatePicker/DateRangePicker.stories.d.ts +2 -1
- package/dist/components/Dialog/Dialog.d.ts +13 -13
- package/dist/components/Dialog/Dialog.stories.d.ts +10 -9
- package/dist/components/DragDropFile/DragDropFile.context.d.ts +1 -1
- package/dist/components/DragDropFile/DragDropFile.d.ts +2 -2
- package/dist/components/DragDropFile/DragDropFile.stories.d.ts +5 -4
- package/dist/components/DragDropFile/components/DropZone.d.ts +2 -1
- package/dist/components/DragDropFile/components/FileItem.d.ts +2 -1
- package/dist/components/DragDropFile/components/FileList.d.ts +2 -1
- package/dist/components/DragDropFile/types.d.ts +4 -4
- package/dist/components/Drawer/Drawer.d.ts +7 -7
- package/dist/components/Dropdown/Dropdown.d.ts +2 -5
- package/dist/components/Dropdown/Dropdown.types.d.ts +1 -1
- package/dist/components/Dropdown/DropdownMenu.d.ts +2 -2
- package/dist/components/Dropdown/DropdownTrigger.d.ts +9 -9
- package/dist/components/EmptyState/EmptyState.d.ts +1 -1
- package/dist/components/EmptyState/EmptyState.stories.d.ts +8 -7
- package/dist/components/EmptyState/EmptyState.types.d.ts +2 -2
- package/dist/components/EmptyState/index.d.ts +1 -1
- package/dist/components/ErrorMessage/ErrorMessage.stories.d.ts +3 -2
- package/dist/components/HighlightMatch/HighlightMatch.d.ts +4 -4
- package/dist/components/IconFactory/IconFactory.d.ts +8 -8
- package/dist/components/IconFactory/IconFactory.fixtures.d.ts +6 -6
- package/dist/components/Label/Label.d.ts +9 -9
- package/dist/components/Label/Label.stories.d.ts +2 -1
- package/dist/components/Layout/Box.d.ts +8 -9
- package/dist/components/Layout/Grid.d.ts +4 -5
- package/dist/components/Layout/Group.d.ts +5 -6
- package/dist/components/Layout/Layout.stories.d.ts +8 -7
- package/dist/components/Layout/Sidebar.d.ts +6 -7
- package/dist/components/Layout/Stack.d.ts +5 -6
- package/dist/components/Layout/Switcher.d.ts +5 -6
- package/dist/components/Link/Link.d.ts +3 -3
- package/dist/components/Link/Link.stories.d.ts +2 -1
- package/dist/components/Loaders/LoadingBar.d.ts +6 -6
- package/dist/components/Loaders/LoadingDots.d.ts +4 -3
- package/dist/components/Loaders/Spinner.d.ts +4 -3
- package/dist/components/Modal/Modal.d.ts +3 -3
- package/dist/components/Modal/Modal.stories.d.ts +4 -3
- package/dist/components/Pagination/Pagination.d.ts +2 -1
- package/dist/components/Pagination/Pagination.types.d.ts +4 -4
- package/dist/components/Pagination/PaginationItem.d.ts +2 -1
- package/dist/components/Popover/Popover.d.ts +4 -3
- package/dist/components/ProgressBar/ProgressBar.d.ts +6 -6
- package/dist/components/ProgressBar/ProgressBar.stories.d.ts +2 -1
- package/dist/components/Radio/Radio.d.ts +6 -6
- package/dist/components/Radio/Radio.stories.d.ts +2 -1
- package/dist/components/Section/Section.d.ts +4 -4
- package/dist/components/Section/Sections.stories.d.ts +2 -1
- package/dist/components/Select/Select.d.ts +1 -1
- package/dist/components/Select/Select.fixtures.d.ts +4 -4
- package/dist/components/Select/Select.types.d.ts +14 -14
- package/dist/components/Select/SelectCreatableOption.d.ts +2 -1
- package/dist/components/Select/SelectEmpty.d.ts +2 -1
- package/dist/components/Select/SelectOption.d.ts +2 -1
- package/dist/components/Select/useSelect.d.ts +0 -2
- package/dist/components/SideNavigation/Logo/Logo.d.ts +4 -4
- package/dist/components/SideNavigation/Menu/Menu.d.ts +5 -5
- package/dist/components/SideNavigation/Menu/MenuBaseItem.d.ts +7 -7
- package/dist/components/SideNavigation/Menu/MenuExpandable.d.ts +3 -3
- package/dist/components/SideNavigation/Menu/MenuLink.d.ts +5 -5
- package/dist/components/SideNavigation/Separator/Separator.d.ts +3 -2
- package/dist/components/SideNavigation/SideNavigation.d.ts +13 -13
- package/dist/components/SideNavigation/SideNavigation.stories.d.ts +2 -1
- package/dist/components/Steps/ProgressSteps/ProgressStep.d.ts +5 -5
- package/dist/components/Steps/ProgressSteps/ProgressSteps.d.ts +4 -3
- package/dist/components/Steps/Steps.d.ts +7 -7
- package/dist/components/Steps/Steps.types.d.ts +2 -2
- package/dist/components/Steps/StepsStep.d.ts +4 -4
- package/dist/components/Steps/useSteps.d.ts +2 -2
- package/dist/components/Switch/Switch.d.ts +6 -6
- package/dist/components/Table/Selection.d.ts +5 -5
- package/dist/components/Table/Table.d.ts +14 -13
- package/dist/components/Table/Table.stories.d.ts +7 -6
- package/dist/components/Table/Table.types.d.ts +5 -5
- package/dist/components/Table/TableSortHandle.d.ts +3 -2
- package/dist/components/Table/useSortBy.d.ts +3 -3
- package/dist/components/TablePagination/RowsPerPage.d.ts +2 -1
- package/dist/components/TablePagination/TablePagination.d.ts +2 -1
- package/dist/components/TablePagination/TablePaginationActions.d.ts +1 -1
- package/dist/components/Tabs/Tabs.d.ts +10 -10
- package/dist/components/Tabs/Tabs.stories.d.ts +3 -2
- package/dist/components/Tag/Tag.d.ts +11 -11
- package/dist/components/Tag/Tag.stories.d.ts +28 -7
- package/dist/components/TextField/TextField.d.ts +7 -7
- package/dist/components/TextField/TextField.stories.d.ts +2 -1
- package/dist/components/Textarea/Textarea.d.ts +7 -7
- package/dist/components/Textarea/Textarea.stories.d.ts +2 -1
- package/dist/components/Toast/Toast.d.ts +7 -7
- package/dist/components/Toast/Toast.stories.d.ts +2 -1
- package/dist/components/ToggleGroup/Toggle.d.ts +2 -1
- package/dist/components/ToggleGroup/ToggleGroup.d.ts +3 -2
- package/dist/components/Tooltip/Tooltip.d.ts +6 -6
- package/dist/components/Tooltip/Tooltip.stories.d.ts +4 -3
- package/dist/components/TopNavigation/Logo/Logo.d.ts +4 -4
- package/dist/components/TopNavigation/Menu/Menu.d.ts +7 -7
- package/dist/components/TopNavigation/Menu/MenuItemDropdown.d.ts +8 -8
- package/dist/components/TopNavigation/Menu/MenuItemIcon.d.ts +7 -7
- package/dist/components/TopNavigation/OpenSideNavButton/OpenSideNavButton.d.ts +6 -5
- package/dist/components/TopNavigation/TopNavigation.d.ts +5 -5
- package/dist/components/TopNavigation/TopNavigation.stories.d.ts +2 -1
- package/dist/components/VisuallyHidden/VisuallyHidden.stories.d.ts +2 -1
- package/dist/hooks/useDidMount/useDidMount.d.ts +1 -1
- package/dist/hooks/useFingerprint/useFingerprint.d.ts +0 -1
- package/dist/hooks/useFocusTrap/useFocusTrap.d.ts +7 -8
- package/dist/hooks/useFocusWithin/useFocusWithin.d.ts +1 -1
- package/dist/hooks/useHeightExpansionToggler/useHeightExpansionToggler.d.ts +3 -3
- package/dist/hooks/useSelectable/SelectableStrategy.d.ts +4 -4
- package/dist/hooks/useSelectable/useSelectable.types.d.ts +2 -2
- package/dist/index.js +316 -257
- package/dist/index.js.map +1 -1
- package/dist/{miranda-compatibility.theme-kYNEZ7mW.js → miranda-compatibility.theme-CIu9fa89.js} +2 -2
- package/dist/miranda-compatibility.theme-CIu9fa89.js.map +1 -0
- package/dist/{prop-K2Z3EsyG.js → prop-Fs2axl9W.js} +12 -18
- package/dist/prop-Fs2axl9W.js.map +1 -0
- package/dist/styles/activatable.d.ts +2 -3
- package/dist/styles/disableable.d.ts +3 -3
- package/dist/styles/ellipsizable.d.ts +1 -2
- package/dist/styles/focusable.d.ts +3 -3
- package/dist/styles/font.d.ts +0 -1
- package/dist/styles/hidden.d.ts +1 -2
- package/dist/styles/hoverable.d.ts +3 -3
- package/dist/styles/transition.d.ts +0 -1
- package/dist/styles/typography.d.ts +6 -7
- package/dist/testing/DatePickerEvent/DatePickerEvent.d.ts +7 -12
- package/dist/testing/DatePickerEvent/DateRangePickerEvent.d.ts +7 -12
- package/dist/testing/SelectEvent/SelectEvent.d.ts +11 -19
- package/dist/testing/getInterpolatedStyles/getInterpolatedStyles.d.ts +2 -2
- package/dist/testing/index.js +7 -9
- package/dist/testing/index.js.map +1 -1
- package/dist/tests/generator.d.ts +2 -2
- package/dist/tests/renderer.d.ts +5 -4
- package/dist/theming/index.d.ts +3 -3
- package/dist/theming/index.js +2 -2
- package/dist/theming/index.js.map +1 -1
- package/dist/theming/theming.helpers.d.ts +2 -2
- package/dist/toArray-BJJzFRD1.js +13 -0
- package/dist/toArray-BJJzFRD1.js.map +1 -0
- package/dist/tools/conditional.d.ts +3 -3
- package/dist/tools/index.js +1 -1
- package/dist/tools/prop.d.ts +1 -1
- package/dist/utils/toolset/getID.d.ts +0 -6
- package/dist/utils/toolset/highlightMatch.d.ts +5 -6
- package/dist/utils/toolset/keyboard.d.ts +3 -4
- package/dist/utils/toolset/toArray.d.ts +7 -1
- package/package.json +53 -56
- package/dist/miranda-compatibility.theme-kYNEZ7mW.js.map +0 -1
- package/dist/prop-K2Z3EsyG.js.map +0 -1
- package/dist/toArray-Dxb1kUxx.js +0 -14
- package/dist/toArray-Dxb1kUxx.js.map +0 -1
- package/dist/utils/toolset/flatten.d.ts +0 -2
- package/dist/utils/toolset/isThenable.d.ts +0 -5
- 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
|
|
19
|
-
* @returns
|
|
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
|
|
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;
|
package/dist/tools/index.js
CHANGED
package/dist/tools/prop.d.ts
CHANGED
|
@@ -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
|
|
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,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
|
-
* @
|
|
4
|
-
*
|
|
5
|
-
* @
|
|
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
|
|
8
|
+
export default function highlightMatch(str?: string, match?: string): React.ReactNode;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
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
|
-
|
|
21
|
-
|
|
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
|
-
|
|
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.
|
|
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
|
-
"
|
|
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": "^
|
|
45
|
-
"@commitlint/config-conventional": "^
|
|
46
|
-
"@loadsmart/miranda-tokens": "^4.
|
|
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.
|
|
55
|
-
"@swc/jest": "^0.2.
|
|
56
|
-
"@tailwindcss/vite": "^4.1
|
|
57
|
-
"@testing-library/dom": "^10.4.
|
|
58
|
-
"@testing-library/jest-dom": "^6.
|
|
59
|
-
"@testing-library/react": "^16.3.
|
|
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.
|
|
58
|
+
"@types/chance": "^1.1.7",
|
|
63
59
|
"@types/jest": "^29.5.14",
|
|
64
|
-
"@types/node": "^22.
|
|
65
|
-
"@types/react": "^18.3.
|
|
66
|
-
"@types/react-dom": "^18.3.
|
|
67
|
-
"@types/styled-components": "^5.1.
|
|
68
|
-
"@
|
|
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.
|
|
73
|
-
"commitizen": "^4.
|
|
66
|
+
"chance": "^1.1.13",
|
|
67
|
+
"commitizen": "^4.3.1",
|
|
74
68
|
"cz-conventional-changelog": "^3.3.0",
|
|
75
|
-
"eslint": "^
|
|
76
|
-
"eslint-config-prettier": "^10.1.
|
|
77
|
-
"eslint-plugin-jest-dom": "^
|
|
78
|
-
"eslint-plugin-jsx-a11y": "^6.
|
|
79
|
-
"eslint-plugin-prettier": "^5.
|
|
80
|
-
"eslint-plugin-
|
|
81
|
-
"eslint-plugin-react
|
|
82
|
-
"eslint-plugin-
|
|
83
|
-
"eslint-plugin-testing-library": "^
|
|
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": "^
|
|
91
|
-
"nanoid": "^5.1.
|
|
92
|
-
"
|
|
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.
|
|
90
|
+
"react-docgen-typescript": "^2.4.0",
|
|
95
91
|
"react-dom": "^18.3.1",
|
|
96
|
-
"react-is": "^18.
|
|
97
|
-
"semantic-release": "^
|
|
98
|
-
"storybook": "^8.6.
|
|
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
|
|
96
|
+
"tailwindcss": "^4.2.1",
|
|
101
97
|
"ts-toolbelt": "^9.6.0",
|
|
102
|
-
"typescript": "^5.
|
|
103
|
-
"
|
|
104
|
-
"vite
|
|
105
|
-
"vite-plugin-
|
|
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.
|
|
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.
|
|
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@
|
|
137
|
+
"packageManager": "yarn@4.13.0+sha512.5c20ba010c99815433e5c8453112165e673f1c7948d8d2b267f4b5e52097538658388ebc9f9580656d9b75c5cc996f990f611f99304a2197d4c56d21eea370e7"
|
|
141
138
|
}
|