@producteca/producteca-ui-kit 1.63.5 → 1.64.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@producteca/producteca-ui-kit",
3
- "version": "1.63.5",
3
+ "version": "1.64.0",
4
4
  "type": "module",
5
5
  "main": "./dist/producteca-ui-kit.umd.js",
6
6
  "types": "./dist/index.d.ts",
@@ -39,42 +39,15 @@
39
39
  ]
40
40
  },
41
41
  "dependencies": {
42
- "@babel/cli": "^7.28.3",
43
- "@babel/core": "^7.28.4",
44
- "@babel/preset-env": "^7.28.3",
45
- "@chromatic-com/storybook": "^5.0.0",
46
42
  "@dnd-kit/core": "^6.3.1",
47
43
  "@dnd-kit/sortable": "^10.0.0",
48
44
  "@dnd-kit/utilities": "^3.2.2",
49
- "@storybook/addon-designs": "^11.1.1",
50
- "@storybook/addon-links": "^10.2.1",
51
- "@storybook/addon-onboarding": "^10.2.1",
52
- "@storybook/addon-themes": "^10.2.1",
53
- "@storybook/react-vite": "^10.2.1",
54
- "@testing-library/react": "^16.0.0",
55
- "@types/lodash": "^4.17.14",
56
- "@types/react": "^18.2.66",
57
- "@types/react-dom": "^18.2.22",
58
- "@typescript-eslint/eslint-plugin": "^7.2.0",
59
- "@typescript-eslint/parser": "^7.2.0",
60
- "@vitejs/plugin-react": "^4.3.1",
61
- "@vitejs/plugin-react-swc": "^3.5.0",
62
- "@vitest/coverage-v8": "^1.6.0",
63
- "bluebird": "^3.7.2",
64
- "jsdom": "^24.1.0",
65
- "json": "11.0.0",
66
- "react": "^18.2.0",
67
- "react-dom": "^18.2.0",
68
45
  "react-pro-sidebar": "^1.1.0",
69
- "react-select": "^5.8.3",
70
- "sass": "^1.77.4",
71
- "typescript": "^5.2.2",
72
- "vite": "^5.2.0",
73
- "vite-plugin-css-modules": "^0.0.1",
74
- "vite-plugin-dts": "^3.9.1",
75
- "vitest": "^1.6.0"
46
+ "react-select": "^5.8.3"
76
47
  },
77
48
  "devDependencies": {
49
+ "@babel/cli": "^7.28.3",
50
+ "@babel/core": "^7.28.4",
78
51
  "@babel/plugin-proposal-class-properties": "^7.18.6",
79
52
  "@babel/plugin-transform-arrow-functions": "^7.27.1",
80
53
  "@babel/plugin-transform-class-properties": "^7.27.1",
@@ -83,18 +56,34 @@
83
56
  "@babel/plugin-transform-parameters": "^7.27.7",
84
57
  "@babel/plugin-transform-runtime": "^7.28.3",
85
58
  "@babel/plugin-transform-template-literals": "^7.27.1",
59
+ "@babel/preset-env": "^7.28.3",
86
60
  "@babel/preset-react": "^7.27.1",
87
61
  "@babel/preset-typescript": "^7.27.1",
62
+ "@chromatic-com/storybook": "^5.0.0",
88
63
  "@emotion/react": "^11.14.0",
89
64
  "@emotion/styled": "^11.14.1",
90
- "@mui/icons-material": "^6.4.0",
91
- "@mui/material": "^6.4.0",
92
- "@mui/x-date-pickers": "^7.0.0",
65
+ "@mui/icons-material": "^9.0.1",
66
+ "@mui/material": "^9.0.1",
67
+ "@mui/x-date-pickers": "^9.3.0",
93
68
  "@producteca/linterteca": "^1.3.2",
94
69
  "@radix-ui/react-popover": "^1.0.7",
95
70
  "@rollup/plugin-babel": "^6.0.4",
96
71
  "@storybook/addon-a11y": "^10.2.1",
72
+ "@storybook/addon-designs": "^11.1.1",
97
73
  "@storybook/addon-docs": "^10.2.1",
74
+ "@storybook/addon-links": "^10.2.1",
75
+ "@storybook/addon-onboarding": "^10.2.1",
76
+ "@storybook/addon-themes": "^10.2.1",
77
+ "@storybook/react-vite": "^10.2.1",
78
+ "@testing-library/react": "^16.0.0",
79
+ "@types/lodash": "^4.17.14",
80
+ "@types/react": "^18.2.66",
81
+ "@types/react-dom": "^18.2.22",
82
+ "@typescript-eslint/eslint-plugin": "^7.2.0",
83
+ "@typescript-eslint/parser": "^7.2.0",
84
+ "@vitejs/plugin-react": "^4.3.1",
85
+ "@vitejs/plugin-react-swc": "^3.5.0",
86
+ "@vitest/coverage-v8": "^1.6.0",
98
87
  "autoprefixer": "^10.4.19",
99
88
  "chromatic": "^11.3.0",
100
89
  "clsx": "^2.1.1",
@@ -108,26 +97,38 @@
108
97
  "husky": "^9.1.7",
109
98
  "i18next": "^23.11.5",
110
99
  "jest-axe": "^10.0.0",
100
+ "jsdom": "^24.1.0",
101
+ "json": "11.0.0",
111
102
  "postcss-custom-properties": "^14.0.6",
112
103
  "prettier": "3.0.1",
113
104
  "prop-types": "15.8.1",
105
+ "react": "^18.2.0",
114
106
  "react-day-picker": "^9.4.0",
107
+ "react-dom": "^18.2.0",
115
108
  "react-i18next": "^14.1.2",
109
+ "sass": "^1.77.4",
116
110
  "storybook": "^10.2.1",
117
111
  "storybook-i18n": "^3.0.1",
118
112
  "storybook-react-i18next": "^3.1.1",
119
113
  "terser": "^5.44.0",
114
+ "typescript": "^5.2.2",
115
+ "vite": "^5.2.0",
116
+ "vite-plugin-css-modules": "^0.0.1",
117
+ "vite-plugin-dts": "^3.9.1",
118
+ "vitest": "^1.6.0",
120
119
  "whatwg-url": "^15.1.0"
121
120
  },
122
121
  "peerDependencies": {
123
122
  "@emotion/react": "^11.14.0",
124
123
  "@emotion/styled": "^11.14.0",
125
- "@mui/icons-material": "^6.4.0",
126
- "@mui/material": "^6.4.0",
127
- "@mui/x-date-pickers": "^7.0.0",
124
+ "@mui/icons-material": "^9.0.1",
125
+ "@mui/material": "^9.0.1",
126
+ "@mui/x-date-pickers": "^9.3.0",
128
127
  "@radix-ui/react-popover": "^1.0.7",
129
128
  "dayjs": "^1.11.13",
130
- "react-day-picker": "^9.4.0"
129
+ "react": "^18.2.0",
130
+ "react-day-picker": "^9.4.0",
131
+ "react-dom": "^18.2.0"
131
132
  },
132
133
  "trustedDependencies": [
133
134
  "@parcel/watcher",