@eclass/ui-kit 1.22.0 → 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 +0 -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 -3
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
|
],
|
|
@@ -53,6 +53,8 @@
|
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@commitlint/cli": "13.2.1",
|
|
55
55
|
"@commitlint/config-conventional": "13.2.0",
|
|
56
|
+
"@fontsource/lora": "4.5.13",
|
|
57
|
+
"@fontsource/roboto": "4.5.8",
|
|
56
58
|
"@semantic-release/changelog": "6.0.1",
|
|
57
59
|
"@semantic-release/git": "9.0.1",
|
|
58
60
|
"@testing-library/dom": "8.20.1",
|
|
@@ -96,6 +98,8 @@
|
|
|
96
98
|
"prettier": "2.6.1",
|
|
97
99
|
"react": "17.0.2",
|
|
98
100
|
"react-dom": "17.0.2",
|
|
101
|
+
"react-router-dom": "6.14.2",
|
|
102
|
+
"react-code-blocks": "0.1.3",
|
|
99
103
|
"semantic-release": "18.0.1",
|
|
100
104
|
"ts-jest": "27.1.5",
|
|
101
105
|
"ts-patch": "2.0.1",
|
|
@@ -108,8 +112,6 @@
|
|
|
108
112
|
"@chakra-ui/react": "1.8.9",
|
|
109
113
|
"@emotion/react": "11.8.2",
|
|
110
114
|
"@emotion/styled": "11.8.1",
|
|
111
|
-
"@fontsource/lora": "4.5.13",
|
|
112
|
-
"@fontsource/roboto": "4.5.8",
|
|
113
115
|
"framer-motion": "6.2.8",
|
|
114
116
|
"react-hot-toast": "2.4.1",
|
|
115
117
|
"react-ripples": "2.2.1"
|