@pautena/react-design-system 0.20.0 → 0.20.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.
@@ -1,3 +1,3 @@
1
- export * from './notification-center.provider';
2
1
  export * from './notification-center.context';
3
2
  export * from './notification-center.hooks';
3
+ export * from './notification-center.provider';
@@ -1,4 +1,4 @@
1
1
  export * from './arrays';
2
- export * from './theme';
3
2
  export * from './breakpoints';
4
3
  export * from './forms';
4
+ export * from './theme';
@@ -1,2 +1,2 @@
1
- export * from './value-edit';
2
1
  export * from './value-displays.types';
2
+ export * from './value-edit';
package/package.json CHANGED
@@ -1,11 +1,13 @@
1
1
  {
2
2
  "name": "@pautena/react-design-system",
3
- "version": "0.20.0",
3
+ "version": "0.20.1",
4
4
  "description": "My custom design system on top of MUI",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.es.js",
7
7
  "types": "dist/index.d.ts",
8
- "files": ["/dist"],
8
+ "files": [
9
+ "/dist"
10
+ ],
9
11
  "scripts": {
10
12
  "build": "tsc && vite build",
11
13
  "publish:npm": "npm publish --access public",
@@ -19,57 +21,61 @@
19
21
  "check": "biome check ./",
20
22
  "check:ts": "tsc -p ."
21
23
  },
22
- "keywords": ["mui", "design", "system"],
24
+ "keywords": [
25
+ "mui",
26
+ "design",
27
+ "system"
28
+ ],
23
29
  "author": "Pau Tena Vidal",
24
30
  "license": "MIT",
25
31
  "dependencies": {
26
32
  "@emotion/react": "^11.14.0",
27
- "@emotion/styled": "^11.14.0",
33
+ "@emotion/styled": "^11.14.1",
28
34
  "@emotion/utils": "^1.4.2",
29
- "@mui/icons-material": "^7.1.0",
30
- "@mui/material": "^7.1.0",
31
- "@mui/system": "^7.1.0",
32
- "@mui/x-data-grid": "^8.5.0",
33
- "@mui/x-date-pickers": "^8.5.0",
35
+ "@mui/icons-material": "^7.3.4",
36
+ "@mui/material": "^7.3.4",
37
+ "@mui/system": "^7.3.3",
38
+ "@mui/x-data-grid": "^8.14.0",
39
+ "@mui/x-date-pickers": "^8.14.0",
34
40
  "date-fns": "^4.1.0",
35
- "react": "^19.1.0",
36
- "react-dom": "^19.1.0"
41
+ "react": "^19.2.0",
42
+ "react-dom": "^19.2.0"
37
43
  },
38
44
  "devDependencies": {
39
- "@babel/core": "^7.27.4",
40
- "@babel/preset-env": "^7.27.2",
45
+ "@babel/core": "^7.28.4",
46
+ "@babel/preset-env": "^7.28.3",
41
47
  "@babel/preset-react": "^7.27.1",
42
48
  "@babel/preset-typescript": "^7.27.1",
43
- "@biomejs/biome": "1.9.4",
44
- "@faker-js/faker": "^9.8.0",
45
- "@mui/x-data-grid-generator": "^8.5.0",
46
- "@storybook/addon-docs": "^9.0.1",
47
- "@storybook/addon-links": "^9.0.1",
48
- "@storybook/addon-onboarding": "^9.0.1",
49
- "@storybook/addon-themes": "^9.0.1",
50
- "@storybook/react": "^9.0.1",
51
- "@storybook/react-vite": "^9.0.1",
52
- "@testing-library/dom": "^10.4.0",
53
- "@testing-library/jest-dom": "^6.6.3",
49
+ "@biomejs/biome": "2.2.6",
50
+ "@faker-js/faker": "^10.1.0",
51
+ "@mui/x-data-grid-generator": "^8.14.0",
52
+ "@storybook/addon-docs": "^9.1.10",
53
+ "@storybook/addon-links": "^9.1.10",
54
+ "@storybook/addon-onboarding": "^9.1.10",
55
+ "@storybook/addon-themes": "^9.1.10",
56
+ "@storybook/react": "^9.1.10",
57
+ "@storybook/react-vite": "^9.1.10",
58
+ "@testing-library/dom": "^10.4.1",
59
+ "@testing-library/jest-dom": "^6.9.1",
54
60
  "@testing-library/react": "^16.3.0",
55
61
  "@testing-library/user-event": "^14.6.1",
56
- "@types/ramda": "^0.30.2",
57
- "@types/react": "^19.1.6",
62
+ "@types/ramda": "^0.31.1",
63
+ "@types/react": "^19.2.2",
58
64
  "babel-loader": "^10.0.0",
59
65
  "babel-plugin-module-resolver": "^5.0.2",
60
66
  "gh-pages": "^6.3.0",
61
- "globals": "^16.2.0",
67
+ "globals": "^16.4.0",
62
68
  "husky": "^9.1.7",
63
- "jsdom": "^26.1.0",
64
- "ramda": "^0.30.1",
65
- "react-test-renderer": "^19.1.0",
66
- "storybook": "^9.0.1",
69
+ "jsdom": "^27.0.0",
70
+ "ramda": "^0.32.0",
71
+ "react-test-renderer": "^19.2.0",
72
+ "storybook": "^9.1.10",
67
73
  "tslib": "^2.8.1",
68
- "typescript": "^5.8.3",
69
- "vite": "^6.3.5",
74
+ "typescript": "^5.9.3",
75
+ "vite": "^7.1.10",
70
76
  "vite-plugin-dts": "^4.5.4",
71
77
  "vite-tsconfig-paths": "^5.1.4",
72
- "vitest": "^3.1.4"
78
+ "vitest": "^3.2.4"
73
79
  },
74
80
  "peerDependencies": {
75
81
  "@emotion/react": "^11.0.0",