@eclass/ui-kit 1.21.1 → 1.22.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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eclass/ui-kit",
|
|
3
3
|
"description": "Elementos UI transversales eClass",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.22.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
|
},
|
|
@@ -63,18 +55,12 @@
|
|
|
63
55
|
"@commitlint/config-conventional": "13.2.0",
|
|
64
56
|
"@semantic-release/changelog": "6.0.1",
|
|
65
57
|
"@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
58
|
"@testing-library/dom": "8.20.1",
|
|
73
59
|
"@testing-library/jest-dom": "5.17.0",
|
|
74
60
|
"@testing-library/react": "12.1.5",
|
|
75
61
|
"@testing-library/user-event": "14.4.3",
|
|
76
|
-
"@types/eclass__api": "git+ssh://git@gitlab.com/eclass/types-eclass-api.git#v3.
|
|
77
|
-
"@types/eclass__sequelize-models": "git+ssh://git@gitlab.com/eclass/types-sequelize-models.git#v5.
|
|
62
|
+
"@types/eclass__api": "git+ssh://git@gitlab.com/eclass/types-eclass-api.git#v3.108.0",
|
|
63
|
+
"@types/eclass__sequelize-models": "git+ssh://git@gitlab.com/eclass/types-sequelize-models.git#v5.40.0",
|
|
78
64
|
"@types/jest": "27.5.2",
|
|
79
65
|
"@types/react": "17.0.64",
|
|
80
66
|
"@types/react-dom": "17.0.20",
|
|
@@ -124,7 +110,6 @@
|
|
|
124
110
|
"@emotion/styled": "11.8.1",
|
|
125
111
|
"@fontsource/lora": "4.5.13",
|
|
126
112
|
"@fontsource/roboto": "4.5.8",
|
|
127
|
-
"@types/eclass-api": "git+ssh://git@gitlab.com/eclass/types-eclass-api.git#v3.104.6",
|
|
128
113
|
"framer-motion": "6.2.8",
|
|
129
114
|
"react-hot-toast": "2.4.1",
|
|
130
115
|
"react-ripples": "2.2.1"
|