@producteca/producteca-ui-kit 1.22.0-alpha.1 → 1.22.0-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.
Files changed (1) hide show
  1. package/package.json +3 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@producteca/producteca-ui-kit",
3
- "version": "1.22.0-alpha.1",
3
+ "version": "1.22.0-beta.1",
4
4
  "main": "./dist/producteca-ui-kit.cjs.js",
5
5
  "module": "./dist/producteca-ui-kit.es.js",
6
6
  "unpkg": "./dist/producteca-ui-kit.umd.js",
@@ -22,9 +22,6 @@
22
22
  "scripts": {
23
23
  "dev": "storybook dev -p 6006",
24
24
  "build": "rm -rf dist && tsc && vite build",
25
- "build:babel": "rm -rf dist && tsc -p tsconfig.babel.json && babel temp-ts --out-dir dist --extensions .js,.jsx --ignore '**/*.stories.*','**/*.test.*' && rm -rf temp-ts",
26
- "build:babel:full": "rm -rf dist && tsc -p tsconfig.babel.json && babel temp-ts --out-dir dist --extensions .js,.jsx --ignore '**/*.stories.*','**/*.test.*' && tsc --declaration --emitDeclarationOnly --outDir dist && rm -rf temp-ts",
27
- "build:legacy": "rm -rf dist && tsc -p tsconfig.babel.json && babel temp-ts --out-dir dist --extensions .js,.jsx --ignore '**/*.stories.*','**/*.test.*' && rm -rf temp-ts && vite build",
28
25
  "build:storybook": "storybook build",
29
26
  "deploy": "make deploy",
30
27
  "lint": "node linterteca-lint",
@@ -88,18 +85,7 @@
88
85
  "devDependencies": {
89
86
  "@producteca/linterteca": "^1.3.2",
90
87
  "@storybook/addon-a11y": "^9.1.2",
91
- "@storybook/addon-docs": "^9.1.2",
92
88
  "autoprefixer": "^10.4.19",
93
- "babel-cli": "^6.26.0",
94
- "babel-core": "^6.26.3",
95
- "babel-plugin-transform-class-properties": "^6.24.1",
96
- "babel-plugin-transform-decorators-legacy": "^1.3.5",
97
- "babel-plugin-transform-object-rest-spread": "^6.26.0",
98
- "babel-plugin-transform-runtime": "^6.23.0",
99
- "babel-preset-env": "^1.7.0",
100
- "babel-preset-react": "^6.24.1",
101
- "babel-preset-stage-0": "^6.24.1",
102
- "babel-runtime": "^6.26.0",
103
89
  "chromatic": "^11.3.0",
104
90
  "clsx": "^2.1.1",
105
91
  "eslint": "^8.57.0",
@@ -114,7 +100,8 @@
114
100
  "react-i18next": "^14.1.2",
115
101
  "storybook": "^9.1.2",
116
102
  "storybook-i18n": "^3.0.1",
117
- "storybook-react-i18next": "^3.1.1"
103
+ "storybook-react-i18next": "^3.1.1",
104
+ "@storybook/addon-docs": "^9.1.2"
118
105
  },
119
106
  "peerDependencies": {
120
107
  "@emotion/react": "^11.14.0",