@deix/rossini-core 3.1.2 → 4.1.0
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/lib/components/display/PaginatedList/ListItem.d.ts +20 -0
- package/lib/components/display/PaginatedList/ListItem.d.ts.map +1 -0
- package/lib/components/display/PaginatedList/ListItem.js +83 -0
- package/lib/components/display/PaginatedList/PaginatedList.d.ts +21 -0
- package/lib/components/display/PaginatedList/PaginatedList.d.ts.map +1 -0
- package/lib/components/display/PaginatedList/PaginatedList.js +109 -0
- package/lib/components/display/index.d.ts +4 -0
- package/lib/components/display/index.d.ts.map +1 -1
- package/lib/components/display/index.js +2 -0
- package/lib/components/index.d.ts +2 -2
- package/lib/components/index.d.ts.map +1 -1
- package/lib/components/index.js +1 -1
- package/lib/components/layout/components/Sidebar/Sidebar.d.ts +2 -2
- package/lib/components/layout/components/Sidebar/Sidebar.d.ts.map +1 -1
- package/lib/index.d.ts +2 -2
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +11 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deix/rossini-core",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.1.0",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"@emotion/react": "^11.13.3",
|
|
23
23
|
"@emotion/styled": "^11.13.0",
|
|
24
24
|
"@fontsource/raleway": "^5.1.0",
|
|
25
|
-
"@mui/icons-material": "^
|
|
26
|
-
"@mui/material": "^
|
|
25
|
+
"@mui/icons-material": "^7.2.0",
|
|
26
|
+
"@mui/material": "^7.2.0",
|
|
27
27
|
"@tanstack/react-query": "^5.59.20",
|
|
28
28
|
"@tanstack/react-query-devtools": "^5.59.20",
|
|
29
29
|
"@types/react": "^19.0.10",
|
|
@@ -38,21 +38,15 @@
|
|
|
38
38
|
"@emotion/styled": "^11.13.0",
|
|
39
39
|
"@eslint/js": "^9.15.0",
|
|
40
40
|
"@fontsource/raleway": "^5.1.0",
|
|
41
|
-
"@mui/icons-material": "^
|
|
42
|
-
"@mui/material": "^
|
|
43
|
-
"@storybook/addon-
|
|
44
|
-
"@storybook/addon-
|
|
45
|
-
"@storybook/addon-
|
|
46
|
-
"@storybook/
|
|
47
|
-
"@storybook/blocks": "^8.5.0-alpha.8",
|
|
48
|
-
"@storybook/manager-api": "^8.5.0-alpha.8",
|
|
49
|
-
"@storybook/nextjs": "^8.5.0-alpha.8",
|
|
50
|
-
"@storybook/react": "^8.5.0-alpha.8",
|
|
51
|
-
"@storybook/test": "^8.5.0-alpha.8",
|
|
52
|
-
"@storybook/theming": "^8.5.0-alpha.8",
|
|
41
|
+
"@mui/icons-material": "^7.2.0",
|
|
42
|
+
"@mui/material": "^7.2.0",
|
|
43
|
+
"@storybook/addon-docs": "9.0.15",
|
|
44
|
+
"@storybook/addon-links": "^9.0.15",
|
|
45
|
+
"@storybook/addon-onboarding": "^9.0.15",
|
|
46
|
+
"@storybook/nextjs": "^9.0.15",
|
|
53
47
|
"@tanstack/react-query": "^5.60.6",
|
|
54
48
|
"@tanstack/react-query-devtools": "^5.60.6",
|
|
55
|
-
"@types/node": "^
|
|
49
|
+
"@types/node": "^24.0.10",
|
|
56
50
|
"@types/react": "^19.0.10",
|
|
57
51
|
"@types/react-dom": "^19.0.4",
|
|
58
52
|
"axios": "^1.7.7",
|
|
@@ -62,6 +56,7 @@
|
|
|
62
56
|
"eslint": "^9.15.0",
|
|
63
57
|
"eslint-config-prettier": "^10.1.1",
|
|
64
58
|
"eslint-plugin-prettier": "^5.2.1",
|
|
59
|
+
"eslint-plugin-storybook": "9.0.15",
|
|
65
60
|
"react": "^19.0.0",
|
|
66
61
|
"react-docgen-typescript-plugin": "^1.0.8",
|
|
67
62
|
"react-dom": "^19.0.0",
|