@useloops/design-system 1.4.648 → 1.4.649
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/theme/theme.hooks.d.ts +1 -1
- package/package.json +11 -11
|
@@ -4,7 +4,7 @@ import { PaletteMode, Direction } from '@mui/material';
|
|
|
4
4
|
import { ScreenSize, CustomTheme } from './types.js';
|
|
5
5
|
|
|
6
6
|
declare const useThemeBuilder: (initialMode?: PaletteMode, initialScreenSize?: ScreenSize, initialDirection?: Direction) => {
|
|
7
|
-
breakpoint: "" | "sm" | "
|
|
7
|
+
breakpoint: "" | "sm" | "md" | "lg" | "xl";
|
|
8
8
|
custom: CustomTheme;
|
|
9
9
|
gridOverlayVisible: boolean;
|
|
10
10
|
mode: PaletteMode;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@useloops/design-system",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.649",
|
|
4
4
|
"description": "The official React based Loops design system",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -160,11 +160,11 @@
|
|
|
160
160
|
"@rollup/plugin-node-resolve": "^15.3.0",
|
|
161
161
|
"@rollup/plugin-terser": "^0.4.4",
|
|
162
162
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
163
|
-
"@storybook/addon-docs": "^10.
|
|
164
|
-
"@storybook/addon-links": "^10.
|
|
165
|
-
"@storybook/addon-onboarding": "^10.
|
|
166
|
-
"@storybook/addon-themes": "^10.
|
|
167
|
-
"@storybook/react-vite": "^10.
|
|
163
|
+
"@storybook/addon-docs": "^10.3.5",
|
|
164
|
+
"@storybook/addon-links": "^10.3.5",
|
|
165
|
+
"@storybook/addon-onboarding": "^10.3.5",
|
|
166
|
+
"@storybook/addon-themes": "^10.3.5",
|
|
167
|
+
"@storybook/react-vite": "^10.3.5",
|
|
168
168
|
"@swc/core": "^1.10.18",
|
|
169
169
|
"@testing-library/react": "^16.3.0",
|
|
170
170
|
"@types/react": "^19.2.2",
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
"eslint": "^9.14.0",
|
|
179
179
|
"eslint-plugin-prettier": "^5.2.1",
|
|
180
180
|
"eslint-plugin-react": "^7.37.2",
|
|
181
|
-
"eslint-plugin-storybook": "^10.
|
|
181
|
+
"eslint-plugin-storybook": "^10.3.5",
|
|
182
182
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
183
183
|
"happy-dom": "^20.0.1",
|
|
184
184
|
"prettier": "^3.3.3",
|
|
@@ -196,11 +196,11 @@
|
|
|
196
196
|
"rollup-plugin-preserve-directives": "^0.4.0",
|
|
197
197
|
"rollup-plugin-svg": "^2.0.0",
|
|
198
198
|
"rollup-preserve-directives": "^1.1.3",
|
|
199
|
-
"storybook": "^10.
|
|
200
|
-
"tsx": "^4.
|
|
199
|
+
"storybook": "^10.3.5",
|
|
200
|
+
"tsx": "^4.21.0",
|
|
201
201
|
"typescript": "^5.6.3",
|
|
202
|
-
"vite": "^
|
|
203
|
-
"vite-plugin-svgr": "^
|
|
202
|
+
"vite": "^8.0.10",
|
|
203
|
+
"vite-plugin-svgr": "^5.2.0"
|
|
204
204
|
},
|
|
205
205
|
"eslintConfig": {
|
|
206
206
|
"extends": [
|