@eclass/ui-kit 1.19.2 → 1.21.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/Icons/Alerts/ErrorWhite.d.ts +6 -0
- package/dist/atoms/Icons/Alerts/InfoWhite.d.ts +6 -0
- package/dist/atoms/Icons/Alerts/SuccessWhite.d.ts +6 -0
- package/dist/atoms/Icons/Alerts/WarningWhite.d.ts +6 -0
- package/dist/atoms/Icons/Alerts/index.d.ts +4 -0
- package/dist/atoms/Icons/Close.d.ts +6 -0
- package/dist/atoms/Icons/index.d.ts +2 -0
- package/dist/eclass-ui-kit.es.js +3824 -2754
- package/dist/eclass-ui-kit.es.js.map +1 -1
- package/dist/eclass-ui-kit.umd.js +214 -63
- package/dist/eclass-ui-kit.umd.js.map +1 -1
- package/dist/organisms/Alerts/Alert.d.ts +17 -0
- package/dist/organisms/Alerts/FlashNotification.d.ts +16 -0
- package/dist/organisms/Alerts/index.d.ts +3 -0
- package/dist/organisms/Alerts/types.d.ts +62 -0
- package/dist/organisms/Alerts/utils/alertStates.d.ts +23 -0
- package/dist/organisms/Alerts/utils/handleTime.d.ts +1 -0
- package/dist/organisms/Alerts/utils/useFlashNotification.d.ts +18 -0
- package/dist/organisms/index.d.ts +1 -0
- package/dist/style.css +1 -1
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/package.json +32 -31
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.21.0",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
7
7
|
],
|
|
@@ -61,45 +61,46 @@
|
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@commitlint/cli": "13.2.1",
|
|
63
63
|
"@commitlint/config-conventional": "13.2.0",
|
|
64
|
-
"@semantic-release/changelog": "
|
|
64
|
+
"@semantic-release/changelog": "6.0.1",
|
|
65
65
|
"@semantic-release/git": "9.0.1",
|
|
66
66
|
"@storybook/addon-actions": "6.4.19",
|
|
67
67
|
"@storybook/addon-essentials": "6.4.19",
|
|
68
68
|
"@storybook/addon-links": "6.4.19",
|
|
69
|
+
"@storybook/builder-vite": "^0.1.41",
|
|
69
70
|
"@storybook/react": "6.4.19",
|
|
70
|
-
"@storybook/storybook-deployer": "2.8.
|
|
71
|
-
"@testing-library/dom": "8.
|
|
72
|
-
"@testing-library/jest-dom": "5.
|
|
73
|
-
"@testing-library/react": "12.1.
|
|
74
|
-
"@testing-library/user-event": "
|
|
71
|
+
"@storybook/storybook-deployer": "2.8.16",
|
|
72
|
+
"@testing-library/dom": "8.20.1",
|
|
73
|
+
"@testing-library/jest-dom": "5.17.0",
|
|
74
|
+
"@testing-library/react": "12.1.5",
|
|
75
|
+
"@testing-library/user-event": "14.4.3",
|
|
75
76
|
"@types/eclass__api": "git+ssh://git@gitlab.com/eclass/types-eclass-api.git#v3.104.6",
|
|
76
77
|
"@types/eclass__sequelize-models": "git+ssh://git@gitlab.com/eclass/types-sequelize-models.git#v5.38.3",
|
|
77
|
-
"@types/jest": "27.
|
|
78
|
-
"@types/react": "17.0.
|
|
79
|
-
"@types/react-dom": "17.0.
|
|
78
|
+
"@types/jest": "27.5.2",
|
|
79
|
+
"@types/react": "17.0.64",
|
|
80
|
+
"@types/react-dom": "17.0.20",
|
|
80
81
|
"@typescript-eslint/eslint-plugin": "5.17.0",
|
|
81
82
|
"@typescript-eslint/parser": "5.17.0",
|
|
82
|
-
"@vitejs/plugin-react": "1.3.
|
|
83
|
+
"@vitejs/plugin-react": "1.3.2",
|
|
83
84
|
"copyfiles": "2.4.1",
|
|
84
|
-
"eslint": "8.
|
|
85
|
-
"eslint-config-prettier": "8.
|
|
85
|
+
"eslint": "8.46.0",
|
|
86
|
+
"eslint-config-prettier": "8.10.0",
|
|
86
87
|
"eslint-config-standard": "16.0.3",
|
|
87
88
|
"eslint-config-standard-jsx": "10.0.0",
|
|
88
89
|
"eslint-config-standard-react": "11.0.1",
|
|
89
90
|
"eslint-config-standard-with-typescript": "21.0.1",
|
|
90
|
-
"eslint-import-resolver-typescript": "2.7.
|
|
91
|
-
"eslint-plugin-import": "2.
|
|
91
|
+
"eslint-import-resolver-typescript": "2.7.1",
|
|
92
|
+
"eslint-plugin-import": "2.28.0",
|
|
92
93
|
"eslint-plugin-jest": "25.7.0",
|
|
93
|
-
"eslint-plugin-jest-dom": "4.0.
|
|
94
|
-
"eslint-plugin-jsx-a11y": "6.
|
|
95
|
-
"eslint-plugin-mdx": "1.17.
|
|
94
|
+
"eslint-plugin-jest-dom": "4.0.3",
|
|
95
|
+
"eslint-plugin-jsx-a11y": "6.7.1",
|
|
96
|
+
"eslint-plugin-mdx": "1.17.1",
|
|
96
97
|
"eslint-plugin-node": "11.1.0",
|
|
97
|
-
"eslint-plugin-prettier": "4.
|
|
98
|
-
"eslint-plugin-promise": "6.
|
|
99
|
-
"eslint-plugin-react": "7.
|
|
100
|
-
"eslint-plugin-react-hooks": "4.
|
|
98
|
+
"eslint-plugin-prettier": "4.2.1",
|
|
99
|
+
"eslint-plugin-promise": "6.1.1",
|
|
100
|
+
"eslint-plugin-react": "7.33.1",
|
|
101
|
+
"eslint-plugin-react-hooks": "4.6.0",
|
|
101
102
|
"eslint-plugin-simple-import-sort": "7.0.0",
|
|
102
|
-
"eslint-plugin-testing-library": "5.1
|
|
103
|
+
"eslint-plugin-testing-library": "5.11.1",
|
|
103
104
|
"graphql": "16.3.0",
|
|
104
105
|
"husky": "7.0.4",
|
|
105
106
|
"identity-obj-proxy": "3.0.0",
|
|
@@ -109,23 +110,23 @@
|
|
|
109
110
|
"prettier": "2.6.1",
|
|
110
111
|
"react": "17.0.2",
|
|
111
112
|
"react-dom": "17.0.2",
|
|
112
|
-
"semantic-release": "
|
|
113
|
-
"
|
|
114
|
-
"ts-jest": "27.1.4",
|
|
113
|
+
"semantic-release": "18.0.1",
|
|
114
|
+
"ts-jest": "27.1.5",
|
|
115
115
|
"ts-patch": "2.0.1",
|
|
116
116
|
"typescript": "4.6.3",
|
|
117
117
|
"typescript-transform-paths": "3.3.1",
|
|
118
|
-
"vite": "2.9.
|
|
118
|
+
"vite": "2.9.16",
|
|
119
119
|
"vite-tsconfig-paths": "3.4.1"
|
|
120
120
|
},
|
|
121
121
|
"dependencies": {
|
|
122
|
-
"@chakra-ui/react": "1.8.
|
|
122
|
+
"@chakra-ui/react": "1.8.9",
|
|
123
123
|
"@emotion/react": "11.8.2",
|
|
124
124
|
"@emotion/styled": "11.8.1",
|
|
125
|
-
"@fontsource/lora": "4.5.
|
|
126
|
-
"@fontsource/roboto": "4.5.
|
|
127
|
-
"framer-motion": "6.2.8",
|
|
125
|
+
"@fontsource/lora": "4.5.13",
|
|
126
|
+
"@fontsource/roboto": "4.5.8",
|
|
128
127
|
"@types/eclass-api": "git+ssh://git@gitlab.com/eclass/types-eclass-api.git#v3.104.6",
|
|
128
|
+
"framer-motion": "6.2.8",
|
|
129
|
+
"react-hot-toast": "2.4.1",
|
|
129
130
|
"react-ripples": "2.2.1"
|
|
130
131
|
}
|
|
131
132
|
}
|