@eclass/ui-kit 1.5.6 → 1.6.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/eclass-ui-kit.es.js +446 -127
- package/dist/eclass-ui-kit.es.js.map +1 -1
- package/dist/eclass-ui-kit.umd.js +18 -18
- package/dist/eclass-ui-kit.umd.js.map +1 -1
- package/dist/organisms/CourseList/CourseBox.d.ts +2 -1
- package/dist/organisms/CourseList/CourseList.d.ts +1 -1
- package/dist/organisms/CourseList/components/Footer.d.ts +5 -1
- package/dist/organisms/CourseList/types.d.ts +1 -0
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/package.json +36 -36
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.6.0",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
7
7
|
],
|
|
@@ -63,68 +63,68 @@
|
|
|
63
63
|
"@commitlint/config-conventional": "13.2.0",
|
|
64
64
|
"@semantic-release/changelog": "5.0.1",
|
|
65
65
|
"@semantic-release/git": "9.0.1",
|
|
66
|
-
"@storybook/addon-actions": "6.4.
|
|
67
|
-
"@storybook/addon-essentials": "6.4.
|
|
68
|
-
"@storybook/addon-links": "6.4.
|
|
69
|
-
"@storybook/react": "6.4.
|
|
70
|
-
"@storybook/storybook-deployer": "2.8.
|
|
71
|
-
"@testing-library/dom": "8.
|
|
72
|
-
"@testing-library/jest-dom": "5.16.
|
|
73
|
-
"@testing-library/react": "12.1.
|
|
66
|
+
"@storybook/addon-actions": "6.4.19",
|
|
67
|
+
"@storybook/addon-essentials": "6.4.19",
|
|
68
|
+
"@storybook/addon-links": "6.4.19",
|
|
69
|
+
"@storybook/react": "6.4.19",
|
|
70
|
+
"@storybook/storybook-deployer": "2.8.11",
|
|
71
|
+
"@testing-library/dom": "8.12.0",
|
|
72
|
+
"@testing-library/jest-dom": "5.16.3",
|
|
73
|
+
"@testing-library/react": "12.1.4",
|
|
74
74
|
"@testing-library/user-event": "13.5.0",
|
|
75
75
|
"@types/eclass__api": "git+ssh://git@gitlab.com/eclass/types-eclass-api.git#v3.71.1",
|
|
76
76
|
"@types/eclass__sequelize-models": "git+ssh://git@gitlab.com/eclass/types-sequelize-models.git#v5.3.0",
|
|
77
|
-
"@types/jest": "27.4.
|
|
78
|
-
"@types/react": "17.0.
|
|
79
|
-
"@types/react-dom": "17.0.
|
|
80
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
81
|
-
"@typescript-eslint/parser": "5.
|
|
82
|
-
"@vitejs/plugin-react": "1.
|
|
77
|
+
"@types/jest": "27.4.1",
|
|
78
|
+
"@types/react": "17.0.43",
|
|
79
|
+
"@types/react-dom": "17.0.14",
|
|
80
|
+
"@typescript-eslint/eslint-plugin": "5.17.0",
|
|
81
|
+
"@typescript-eslint/parser": "5.17.0",
|
|
82
|
+
"@vitejs/plugin-react": "1.3.0",
|
|
83
83
|
"copyfiles": "2.4.1",
|
|
84
|
-
"eslint": "8.
|
|
85
|
-
"eslint-config-prettier": "8.
|
|
84
|
+
"eslint": "8.12.0",
|
|
85
|
+
"eslint-config-prettier": "8.5.0",
|
|
86
86
|
"eslint-config-standard": "16.0.3",
|
|
87
87
|
"eslint-config-standard-jsx": "10.0.0",
|
|
88
88
|
"eslint-config-standard-react": "11.0.1",
|
|
89
89
|
"eslint-config-standard-with-typescript": "21.0.1",
|
|
90
|
-
"eslint-import-resolver-typescript": "2.
|
|
90
|
+
"eslint-import-resolver-typescript": "2.7.0",
|
|
91
91
|
"eslint-plugin-import": "2.25.4",
|
|
92
92
|
"eslint-plugin-jest": "25.7.0",
|
|
93
93
|
"eslint-plugin-jest-dom": "4.0.1",
|
|
94
94
|
"eslint-plugin-jsx-a11y": "6.5.1",
|
|
95
|
-
"eslint-plugin-mdx": "1.
|
|
95
|
+
"eslint-plugin-mdx": "1.17.0",
|
|
96
96
|
"eslint-plugin-node": "11.1.0",
|
|
97
97
|
"eslint-plugin-prettier": "4.0.0",
|
|
98
98
|
"eslint-plugin-promise": "6.0.0",
|
|
99
|
-
"eslint-plugin-react": "7.
|
|
100
|
-
"eslint-plugin-react-hooks": "4.
|
|
99
|
+
"eslint-plugin-react": "7.29.4",
|
|
100
|
+
"eslint-plugin-react-hooks": "4.4.0",
|
|
101
101
|
"eslint-plugin-simple-import-sort": "7.0.0",
|
|
102
|
-
"eslint-plugin-testing-library": "5.0
|
|
102
|
+
"eslint-plugin-testing-library": "5.1.0",
|
|
103
103
|
"graphql": "16.3.0",
|
|
104
104
|
"husky": "7.0.4",
|
|
105
105
|
"identity-obj-proxy": "3.0.0",
|
|
106
|
-
"jest": "27.
|
|
106
|
+
"jest": "27.5.1",
|
|
107
107
|
"jest-watch-typeahead": "1.0.0",
|
|
108
|
-
"lint-staged": "12.3.
|
|
109
|
-
"prettier": "2.
|
|
108
|
+
"lint-staged": "12.3.7",
|
|
109
|
+
"prettier": "2.6.1",
|
|
110
110
|
"react": "17.0.2",
|
|
111
111
|
"react-dom": "17.0.2",
|
|
112
112
|
"semantic-release": "19.0.2",
|
|
113
|
-
"storybook-builder-vite": "0.1.
|
|
114
|
-
"ts-jest": "27.1.
|
|
113
|
+
"storybook-builder-vite": "0.1.22",
|
|
114
|
+
"ts-jest": "27.1.4",
|
|
115
115
|
"ts-patch": "2.0.1",
|
|
116
|
-
"typescript": "4.
|
|
116
|
+
"typescript": "4.6.3",
|
|
117
117
|
"typescript-transform-paths": "3.3.1",
|
|
118
|
-
"vite": "2.
|
|
119
|
-
"vite-tsconfig-paths": "3.
|
|
118
|
+
"vite": "2.9.0",
|
|
119
|
+
"vite-tsconfig-paths": "3.4.1"
|
|
120
120
|
},
|
|
121
121
|
"dependencies": {
|
|
122
|
-
"@chakra-ui/react": "1.8.
|
|
123
|
-
"@emotion/react": "11.
|
|
124
|
-
"@emotion/styled": "11.
|
|
125
|
-
"@fontsource/lora": "4.5.
|
|
126
|
-
"@fontsource/roboto": "4.5.
|
|
127
|
-
"framer-motion": "6.2.
|
|
122
|
+
"@chakra-ui/react": "1.8.7",
|
|
123
|
+
"@emotion/react": "11.8.2",
|
|
124
|
+
"@emotion/styled": "11.8.1",
|
|
125
|
+
"@fontsource/lora": "4.5.6",
|
|
126
|
+
"@fontsource/roboto": "4.5.5",
|
|
127
|
+
"framer-motion": "6.2.8",
|
|
128
128
|
"react-ripples": "2.2.1"
|
|
129
129
|
}
|
|
130
130
|
}
|