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