@producteca/producteca-ui-kit 1.19.0 → 1.20.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/dist/locales/es.d.ts +10 -0
- package/dist/producteca-ui-kit.es.js +8035 -8022
- package/dist/producteca-ui-kit.umd.js +96 -96
- package/package.json +13 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@producteca/producteca-ui-kit",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.20.0",
|
|
4
4
|
"main": "./dist/producteca-ui-kit.umd.js",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"repository": {
|
|
@@ -38,20 +38,12 @@
|
|
|
38
38
|
]
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@chromatic-com/storybook": "^1.
|
|
42
|
-
"@storybook/addon-
|
|
43
|
-
"@storybook/addon-
|
|
44
|
-
"@storybook/addon-
|
|
45
|
-
"@storybook/addon-
|
|
46
|
-
"@storybook/
|
|
47
|
-
"@storybook/addon-onboarding": "^8.0.9",
|
|
48
|
-
"@storybook/addon-themes": "^8.0.9",
|
|
49
|
-
"@storybook/addon-webpack5-compiler-swc": "^3.0.0",
|
|
50
|
-
"@storybook/blocks": "^8.0.9",
|
|
51
|
-
"@storybook/manager-api": "^8.1.6",
|
|
52
|
-
"@storybook/react": "^8.0.9",
|
|
53
|
-
"@storybook/react-vite": "^8.0.9",
|
|
54
|
-
"@storybook/test": "^8.0.9",
|
|
41
|
+
"@chromatic-com/storybook": "^4.1.1",
|
|
42
|
+
"@storybook/addon-designs": "^10.0.2",
|
|
43
|
+
"@storybook/addon-links": "^9.1.2",
|
|
44
|
+
"@storybook/addon-onboarding": "^9.1.2",
|
|
45
|
+
"@storybook/addon-themes": "^9.1.2",
|
|
46
|
+
"@storybook/react-vite": "^9.1.2",
|
|
55
47
|
"@testing-library/react": "^16.0.0",
|
|
56
48
|
"@types/lodash": "^4.17.14",
|
|
57
49
|
"@types/react": "^18.2.66",
|
|
@@ -59,7 +51,6 @@
|
|
|
59
51
|
"@typescript-eslint/eslint-plugin": "^7.2.0",
|
|
60
52
|
"@typescript-eslint/parser": "^7.2.0",
|
|
61
53
|
"@vitejs/plugin-react": "^4.3.1",
|
|
62
|
-
"@vitejs/plugin-react-refresh": "^1.3.6",
|
|
63
54
|
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
64
55
|
"@vitest/coverage-v8": "^1.6.0",
|
|
65
56
|
"bluebird": "^3.7.2",
|
|
@@ -77,21 +68,24 @@
|
|
|
77
68
|
},
|
|
78
69
|
"devDependencies": {
|
|
79
70
|
"@producteca/linterteca": "^1.3.2",
|
|
71
|
+
"@storybook/addon-a11y": "^9.1.2",
|
|
80
72
|
"autoprefixer": "^10.4.19",
|
|
81
73
|
"chromatic": "^11.3.0",
|
|
82
74
|
"clsx": "^2.1.1",
|
|
83
75
|
"eslint": "^8.57.0",
|
|
84
76
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
85
77
|
"eslint-plugin-react-refresh": "^0.4.6",
|
|
86
|
-
"eslint-plugin-storybook": "^
|
|
78
|
+
"eslint-plugin-storybook": "^9.1.2",
|
|
87
79
|
"husky": "^9.1.7",
|
|
88
80
|
"i18next": "^23.11.5",
|
|
81
|
+
"jest-axe": "^10.0.0",
|
|
89
82
|
"prettier": "3.0.1",
|
|
90
83
|
"prop-types": "15.8.1",
|
|
91
84
|
"react-i18next": "^14.1.2",
|
|
92
|
-
"storybook": "^
|
|
85
|
+
"storybook": "^9.1.2",
|
|
93
86
|
"storybook-i18n": "^3.0.1",
|
|
94
|
-
"storybook-react-i18next": "^3.1.1"
|
|
87
|
+
"storybook-react-i18next": "^3.1.1",
|
|
88
|
+
"@storybook/addon-docs": "^9.1.2"
|
|
95
89
|
},
|
|
96
90
|
"peerDependencies": {
|
|
97
91
|
"@emotion/react": "^11.14.0",
|