@linzjs/lui 23.14.4 → 24.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/CHANGELOG.md +9 -0
- package/dist/components/Drawer/Drawer.d.ts +1 -1
- package/dist/components/Drawer/DrawerGlobal.d.ts +1 -1
- package/dist/components/LuiAccordion/LuiAccordion.d.ts +2 -2
- package/dist/components/LuiButton/LuiButton.d.ts +3 -3
- package/dist/components/LuiColourPicker/ColorInput.d.ts +2 -2
- package/dist/components/LuiColourPicker/ColorPalette.d.ts +1 -1
- package/dist/components/LuiCounter/LuiCounter.d.ts +1 -1
- package/dist/components/LuiError/LuiError.d.ts +2 -2
- package/dist/components/LuiFormElements/LuiDateInput/DateInput.d.ts +1 -1
- package/dist/components/LuiFormElements/LuiDateInput/LuiDateInput.d.ts +1 -1
- package/dist/components/LuiFormElements/LuiMoneyInput/LuiMoneyInput.d.ts +1 -1
- package/dist/components/LuiFormElements/LuiRadioInput/LuiRadioInput.d.ts +2 -2
- package/dist/components/LuiFormElements/LuiSelectInput/LuiSelectInput.d.ts +2 -2
- package/dist/components/LuiForms/LuiFormSection/LuiFormSectionHeader.d.ts +2 -2
- package/dist/components/LuiHeaderMenuV2/LuiHeaderMenusV2.d.ts +2 -2
- package/dist/components/LuiHeaderV2/LuiHeaderV2.d.ts +1 -1
- package/dist/components/LuiListBox/LuiListBox.d.ts +4 -3
- package/dist/components/LuiListBox/LuiListBoxGroup.d.ts +2 -2
- package/dist/components/LuiListBox/Renderers/CheckboxItemRenderer.d.ts +2 -2
- package/dist/components/LuiListBox/Renderers/RadioItemRenderer.d.ts +2 -2
- package/dist/components/LuiLoadingSpinner/LuiLoadingSpinner.d.ts +2 -2
- package/dist/components/LuiLoadingSpinner/LuiLottieLight.d.ts +2 -2
- package/dist/components/LuiMenuTrigger/LuiMenuTrigger.d.ts +2 -2
- package/dist/components/LuiMultiSwitch/LuiMultiSwitch.d.ts +2 -2
- package/dist/components/LuiMultiSwitch/LuiMultiSwitch.examples.d.ts +4 -4
- package/dist/components/LuiProgressBar/LuiProgressBar.d.ts +2 -2
- package/dist/components/LuiSearchBox/LuiSearchBox.d.ts +1 -1
- package/dist/components/LuiSearchInput/LuiPassiveSearchInput.d.ts +2 -2
- package/dist/components/LuiSearchInput/LuiSearchInput.d.ts +1 -1
- package/dist/components/LuiSideMenu/LuiSideMenu.d.ts +2 -2
- package/dist/components/LuiSideMenu/LuiSideMenuItem.d.ts +1 -1
- package/dist/components/LuiSidePanel/LuiSidePanelHelper.d.ts +2 -2
- package/dist/components/LuiSideToolbar/ToolbarIcon.d.ts +2 -2
- package/dist/components/LuiSideToolbar/ToolbarItem.d.ts +2 -2
- package/dist/components/LuiSwitchButton/LuiSwitchButton.d.ts +2 -2
- package/dist/components/LuiTooltip/LuiTooltip.d.ts +2 -2
- package/dist/components/LuiUpdateSplashModal/LuiUpdatesSplashModal.d.ts +2 -2
- package/dist/components/Splitter/Control/Control.d.ts +1 -1
- package/dist/components/Splitter/Control/ControlIcon.d.ts +2 -2
- package/dist/components/Splitter/Separator/Separator.d.ts +1 -1
- package/dist/components/Splitter/Stories/RangeAsPx.d.ts +2 -2
- package/dist/components/Splitter/Stories/Section.d.ts +3 -3
- package/dist/components/Toast/Helpers/toastUsage.d.ts +2 -2
- package/dist/components/Toast/ToastBanner.d.ts +2 -2
- package/dist/components/Toast/ToastProvider.d.ts +1 -1
- package/dist/components/Toast/Upgrade/LuiToastMessageCompatibleInterface.d.ts +2 -2
- package/dist/components/Toast/Upgrade/index.d.ts +3 -3
- package/dist/contexts/LuiMessagingContextProvider.d.ts +2 -2
- package/dist/index.js +16624 -10866
- package/dist/index.js.map +1 -1
- package/dist/lui.esm.js +16705 -10947
- package/dist/lui.esm.js.map +1 -1
- package/package.json +24 -18
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "
|
|
2
|
+
"version": "24.0.1",
|
|
3
3
|
"license": "MIT",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"generate-svgs": "echo 'CHECK THAT YOUR SVG HAS A VIEW BOX, otherwise it will not work'; node ./svg-generator"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
|
-
"react": ">=
|
|
38
|
-
"react-dom": ">=
|
|
37
|
+
"react": ">=18",
|
|
38
|
+
"react-dom": ">=18"
|
|
39
39
|
},
|
|
40
40
|
"husky": {
|
|
41
41
|
"hooks": {
|
|
@@ -50,14 +50,19 @@
|
|
|
50
50
|
"\\.(css|less|scss)$": "<rootDir>/src/__mocks__/styleMock.js"
|
|
51
51
|
},
|
|
52
52
|
"transform": {
|
|
53
|
-
"^.+\\.tsx?$": "esbuild-jest"
|
|
53
|
+
"^.+\\.tsx?$": "esbuild-jest",
|
|
54
|
+
"^.+\\.jsx?$": "esbuild-jest"
|
|
54
55
|
},
|
|
56
|
+
"transformIgnorePatterns": [
|
|
57
|
+
"node_modules/(?!(nanoid)/)"
|
|
58
|
+
],
|
|
55
59
|
"setupFilesAfterEnv": [
|
|
56
60
|
"./setupTests.ts"
|
|
57
61
|
],
|
|
58
62
|
"roots": [
|
|
59
63
|
"<rootDir>/src/"
|
|
60
|
-
]
|
|
64
|
+
],
|
|
65
|
+
"testEnvironment": "jsdom"
|
|
61
66
|
},
|
|
62
67
|
"size-limit": [
|
|
63
68
|
{
|
|
@@ -80,18 +85,18 @@
|
|
|
80
85
|
"@semantic-release/git": "^10.0.1",
|
|
81
86
|
"@size-limit/preset-small-lib": "^7.0.8",
|
|
82
87
|
"@storybook/addon-a11y": "9.0.10",
|
|
83
|
-
"@storybook/addon-docs": "
|
|
88
|
+
"@storybook/addon-docs": "9.0.10",
|
|
84
89
|
"@storybook/addon-links": "9.0.10",
|
|
85
90
|
"@storybook/preset-scss": "^1.0.3",
|
|
86
91
|
"@storybook/react-vite": "9.0.10",
|
|
87
|
-
"@testing-library/jest-dom": "
|
|
88
|
-
"@testing-library/react": "
|
|
89
|
-
"@testing-library/user-event": "
|
|
92
|
+
"@testing-library/jest-dom": "5.16.5",
|
|
93
|
+
"@testing-library/react": "13.4.0",
|
|
94
|
+
"@testing-library/user-event": "14.4.3",
|
|
90
95
|
"@types/camelcase": "^5.2.0",
|
|
91
96
|
"@types/jest": "^25.2.3",
|
|
92
97
|
"@types/jest-axe": "^3.5.0",
|
|
93
|
-
"@types/react": "
|
|
94
|
-
"@types/react-dom": "
|
|
98
|
+
"@types/react": "18.2.31",
|
|
99
|
+
"@types/react-dom": "18.2.14",
|
|
95
100
|
"@types/react-helmet": "^6.1.2",
|
|
96
101
|
"@types/react-modal": "^3.13.1",
|
|
97
102
|
"@types/uuid": "^8.3.1",
|
|
@@ -107,15 +112,16 @@
|
|
|
107
112
|
"fetch-mock": "^9.11.0",
|
|
108
113
|
"html-loader": "^1.1.0",
|
|
109
114
|
"husky": "^4.3.0",
|
|
110
|
-
"jest": "^
|
|
115
|
+
"jest": "^30.0.2",
|
|
111
116
|
"jest-axe": "^3.5.0",
|
|
112
|
-
"jest-canvas-mock": "2.5.
|
|
117
|
+
"jest-canvas-mock": "2.5.2",
|
|
118
|
+
"jest-environment-jsdom": "29.7.0",
|
|
113
119
|
"msw": "^0.22.2",
|
|
114
120
|
"pretty-quick": "^3.1.1",
|
|
115
|
-
"react": "
|
|
116
|
-
"react-dom": "
|
|
121
|
+
"react": "18.2.0",
|
|
122
|
+
"react-dom": "18.2.0",
|
|
117
123
|
"react-helmet": "^6.1.0",
|
|
118
|
-
"react-is": "
|
|
124
|
+
"react-is": "18.2.0",
|
|
119
125
|
"rollup": "^2.56.3",
|
|
120
126
|
"rollup-plugin-copy": "^3.4.0",
|
|
121
127
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
@@ -145,11 +151,11 @@
|
|
|
145
151
|
"@tippyjs/react": "^4.2.6",
|
|
146
152
|
"camelcase": "^6.0.0",
|
|
147
153
|
"clsx": "^1.1.0",
|
|
148
|
-
"framer-motion": "4.1.17",
|
|
149
154
|
"lottie-web": "^5.9.1",
|
|
155
|
+
"motion": "^12.23.22",
|
|
150
156
|
"react-loading-skeleton": "^3.1.0",
|
|
151
157
|
"react-modal": "^3.16.1",
|
|
152
|
-
"react-select": "^5.
|
|
158
|
+
"react-select": "^5.10.2",
|
|
153
159
|
"react-split-grid": "1.0.4",
|
|
154
160
|
"resolve-url-loader": "^5.0.0",
|
|
155
161
|
"storybook-addon-tag-badges": "^2.0.1",
|