@eclass/ui-kit 1.21.2 → 1.23.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/atoms/Label/Label.d.ts +0 -3
- package/dist/atoms/Progress/Progress.d.ts +0 -3
- package/dist/atoms/Ripples/Ripples.d.ts +0 -3
- package/dist/eclass-ui-kit.es.js +2 -3
- package/dist/eclass-ui-kit.es.js.map +1 -1
- package/dist/eclass-ui-kit.umd.js +30 -30
- package/dist/eclass-ui-kit.umd.js.map +1 -1
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/package.json +5 -17
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eclass/ui-kit",
|
|
3
3
|
"description": "Elementos UI transversales eClass",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.23.0",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
7
7
|
],
|
|
@@ -36,21 +36,13 @@
|
|
|
36
36
|
"serve": "vite preview",
|
|
37
37
|
"test": "jest --coverage",
|
|
38
38
|
"test-local": "jest --watch",
|
|
39
|
-
"storybook": "start-storybook -p 6006",
|
|
40
|
-
"build-storybook": "build-storybook -o docs/ ",
|
|
41
39
|
"lint": "npm run format && npm run eslint",
|
|
42
40
|
"format": "prettier --write 'src/**/*.{ts,tsx,mdx}'",
|
|
43
41
|
"eslint": "eslint 'src/**/*.{ts,tsx,mdx}' --fix --cache",
|
|
44
42
|
"lint:check": "eslint 'src/**/*.{ts,tsx,mdx}'",
|
|
45
43
|
"ts-compile-check": "tsc -p tsconfig.json",
|
|
46
|
-
"deploy-storybook": "storybook-to-ghpages",
|
|
47
44
|
"prepare": "ts-patch install -s && node ./prepare.js"
|
|
48
45
|
},
|
|
49
|
-
"storybook-deployer": {
|
|
50
|
-
"gitUsername": "SeGonzalezR",
|
|
51
|
-
"gitEmail": "sebastian@gonzalezr.cl",
|
|
52
|
-
"commitMessage": "docs(story): deploy storybook [skip ci]"
|
|
53
|
-
},
|
|
54
46
|
"publishConfig": {
|
|
55
47
|
"access": "public"
|
|
56
48
|
},
|
|
@@ -61,14 +53,10 @@
|
|
|
61
53
|
"devDependencies": {
|
|
62
54
|
"@commitlint/cli": "13.2.1",
|
|
63
55
|
"@commitlint/config-conventional": "13.2.0",
|
|
56
|
+
"@fontsource/lora": "4.5.13",
|
|
57
|
+
"@fontsource/roboto": "4.5.8",
|
|
64
58
|
"@semantic-release/changelog": "6.0.1",
|
|
65
59
|
"@semantic-release/git": "9.0.1",
|
|
66
|
-
"@storybook/addon-actions": "6.4.19",
|
|
67
|
-
"@storybook/addon-essentials": "6.4.19",
|
|
68
|
-
"@storybook/addon-links": "6.4.19",
|
|
69
|
-
"@storybook/builder-vite": "^0.1.41",
|
|
70
|
-
"@storybook/react": "6.4.19",
|
|
71
|
-
"@storybook/storybook-deployer": "2.8.16",
|
|
72
60
|
"@testing-library/dom": "8.20.1",
|
|
73
61
|
"@testing-library/jest-dom": "5.17.0",
|
|
74
62
|
"@testing-library/react": "12.1.5",
|
|
@@ -110,6 +98,8 @@
|
|
|
110
98
|
"prettier": "2.6.1",
|
|
111
99
|
"react": "17.0.2",
|
|
112
100
|
"react-dom": "17.0.2",
|
|
101
|
+
"react-router-dom": "6.14.2",
|
|
102
|
+
"react-code-blocks": "0.1.3",
|
|
113
103
|
"semantic-release": "18.0.1",
|
|
114
104
|
"ts-jest": "27.1.5",
|
|
115
105
|
"ts-patch": "2.0.1",
|
|
@@ -122,8 +112,6 @@
|
|
|
122
112
|
"@chakra-ui/react": "1.8.9",
|
|
123
113
|
"@emotion/react": "11.8.2",
|
|
124
114
|
"@emotion/styled": "11.8.1",
|
|
125
|
-
"@fontsource/lora": "4.5.13",
|
|
126
|
-
"@fontsource/roboto": "4.5.8",
|
|
127
115
|
"framer-motion": "6.2.8",
|
|
128
116
|
"react-hot-toast": "2.4.1",
|
|
129
117
|
"react-ripples": "2.2.1"
|