@woovi/ui 6.8.26 → 6.8.28
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/index.cjs +2 -2
- package/dist/index.js +2 -2
- package/dist/theme/Themes.d.ts +0 -4
- package/package.json +16 -17
package/dist/theme/Themes.d.ts
CHANGED
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
import '@fontsource/nunito-sans/400.css';
|
|
2
|
-
import '@fontsource/nunito-sans/500.css';
|
|
3
|
-
import '@fontsource/nunito-sans/600.css';
|
|
4
|
-
import '@fontsource/nunito-sans/700.css';
|
|
5
1
|
import type { Palette, PaletteColor, Theme } from "@mui/material/styles";
|
|
6
2
|
declare module "@mui/material/styles" {
|
|
7
3
|
interface Theme {
|
package/package.json
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@woovi/ui",
|
|
3
3
|
"description": "Woovi UI component library",
|
|
4
|
-
"version": "6.8.
|
|
4
|
+
"version": "6.8.28",
|
|
5
5
|
"packageManager": "pnpm@10.28.1",
|
|
6
6
|
"author": "Woovi",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@emotion/react": "^11.14.0",
|
|
9
9
|
"@emotion/styled": "^11.14.1",
|
|
10
|
-
"@fontsource/nunito-sans": "^5.2.7",
|
|
11
10
|
"@mui/icons-material": "7.3.8",
|
|
12
11
|
"@mui/lab": "7.0.1-beta.22",
|
|
13
12
|
"@mui/material": "7.3.8",
|
|
@@ -15,7 +14,7 @@
|
|
|
15
14
|
"@mui/x-data-grid-pro": "8.27.1",
|
|
16
15
|
"@mui/x-license": "^8.26.0",
|
|
17
16
|
"@tanstack/react-virtual": "3.13.18",
|
|
18
|
-
"@woovi-private/release": "^1.
|
|
17
|
+
"@woovi-private/release": "^1.1.0",
|
|
19
18
|
"brazilian-values": "0.13.1",
|
|
20
19
|
"dot-object": "2.1.5",
|
|
21
20
|
"formik": "3.0.0-next.6",
|
|
@@ -44,8 +43,8 @@
|
|
|
44
43
|
"zx": "^8.8.5"
|
|
45
44
|
},
|
|
46
45
|
"devDependencies": {
|
|
47
|
-
"@biomejs/biome": "^2.4.
|
|
48
|
-
"@chromatic-com/storybook": "^5.
|
|
46
|
+
"@biomejs/biome": "^2.4.11",
|
|
47
|
+
"@chromatic-com/storybook": "^5.1.1",
|
|
49
48
|
"@eslint/js": "^9.39.1",
|
|
50
49
|
"@mui/x-date-pickers-pro": "^8.27.2",
|
|
51
50
|
"@octokit/rest": "^22.0.1",
|
|
@@ -53,24 +52,24 @@
|
|
|
53
52
|
"@rsbuild/plugin-react": "^1.4.5",
|
|
54
53
|
"@rslib/core": "^0.19.5",
|
|
55
54
|
"@rspack/core": "^1.7.5",
|
|
56
|
-
"@storybook/addon-a11y": "^10.3.
|
|
57
|
-
"@storybook/addon-docs": "^10.3.
|
|
58
|
-
"@storybook/addon-mcp": "^0.
|
|
59
|
-
"@storybook/addon-onboarding": "^10.3.
|
|
60
|
-
"@storybook/addon-vitest": "^10.3.
|
|
61
|
-
"@storybook/react-vite": "^10.3.
|
|
55
|
+
"@storybook/addon-a11y": "^10.3.5",
|
|
56
|
+
"@storybook/addon-docs": "^10.3.5",
|
|
57
|
+
"@storybook/addon-mcp": "^0.5.0",
|
|
58
|
+
"@storybook/addon-onboarding": "^10.3.5",
|
|
59
|
+
"@storybook/addon-vitest": "^10.3.5",
|
|
60
|
+
"@storybook/react-vite": "^10.3.5",
|
|
62
61
|
"@types/dot-object": "^2.1.6",
|
|
63
|
-
"@types/node": "^25.
|
|
62
|
+
"@types/node": "^25.6.0",
|
|
64
63
|
"@types/react": "^18.3.12",
|
|
65
64
|
"@types/react-dom": "^18.3.0",
|
|
66
65
|
"@types/react-relay": "^18.2.1",
|
|
67
66
|
"@typescript/native-preview": "7.0.0-dev.20260207.1",
|
|
68
67
|
"@vitest/browser-playwright": "^4.1.0",
|
|
69
|
-
"@vitest/coverage-v8": "^4.1.
|
|
68
|
+
"@vitest/coverage-v8": "^4.1.4",
|
|
70
69
|
"eslint": "^9.39.1",
|
|
71
70
|
"eslint-plugin-react": "^7.37.5",
|
|
72
71
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
73
|
-
"eslint-plugin-storybook": "^10.
|
|
72
|
+
"eslint-plugin-storybook": "^10.3.5",
|
|
74
73
|
"generate-changelog": "^1.8.0",
|
|
75
74
|
"glob": "^13.0.1",
|
|
76
75
|
"globals": "^17.3.0",
|
|
@@ -78,12 +77,12 @@
|
|
|
78
77
|
"moment-timezone": "^0.6.0",
|
|
79
78
|
"playwright": "^1.58.2",
|
|
80
79
|
"simple-git": "^3.30.0",
|
|
81
|
-
"storybook": "^10.3.
|
|
82
|
-
"turbo": "^2.
|
|
80
|
+
"storybook": "^10.3.5",
|
|
81
|
+
"turbo": "^2.9.6",
|
|
83
82
|
"typescript": "^5.9.3",
|
|
84
83
|
"typescript-eslint": "^8.54.0",
|
|
85
84
|
"vite": "^7.3.1",
|
|
86
|
-
"vitest": "^4.1.
|
|
85
|
+
"vitest": "^4.1.4"
|
|
87
86
|
},
|
|
88
87
|
"engines": {
|
|
89
88
|
"node": ">=18.0.0"
|