epfl-elements 4.9.2 → 5.0.1
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/README.md +1 -1
- package/dist/components/atoms/select/select.yml +1 -1
- package/dist/components/content-types/study-plan/study-plan.yml +0 -2
- package/dist/css/elements.css +903 -3141
- package/dist/css/elements.min.css +1 -1
- package/dist/css/elements.min.css.map +1 -1
- package/dist/css/reader.css +33 -128
- package/dist/css/reader.min.css +1 -1
- package/dist/css/reader.min.css.map +1 -1
- package/dist/docs/contribute/support-and-request.html +7 -8
- package/dist/icons/icons.svg +1 -1
- package/dist/index.html +0 -1
- package/dist/js/elements.js +1 -251
- package/dist/js/elements.min.js +1 -1
- package/dist/js/elements.min.js.LICENSE.txt +0 -2
- package/dist/js/elements.min.js.map +1 -1
- package/dist/js/reader.js +223 -213
- package/dist/js/reader.min.js +1 -1
- package/dist/js/reader.min.js.map +1 -1
- package/dist/package.json +13 -12
- package/package.json +13 -12
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "epfl-elements",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -40,7 +40,8 @@
|
|
|
40
40
|
"main": "dist/js/elements.min.js",
|
|
41
41
|
"browserslist": [
|
|
42
42
|
"> 1% in CH",
|
|
43
|
-
"last 2 versions"
|
|
43
|
+
"last 2 versions",
|
|
44
|
+
"not dead"
|
|
44
45
|
],
|
|
45
46
|
"eslintConfig": {
|
|
46
47
|
"parser": "@babel/eslint-parser",
|
|
@@ -168,7 +169,6 @@
|
|
|
168
169
|
"jquery": "^3.7.1",
|
|
169
170
|
"jquery-mousewheel": "^3.1.13",
|
|
170
171
|
"multiple-select": "^1.5.2",
|
|
171
|
-
"object-fit-images": "^3.2.4",
|
|
172
172
|
"pickadate": "^3.6.4",
|
|
173
173
|
"popper.js": "^1.16.1",
|
|
174
174
|
"tablesaw": "^3.1.2"
|
|
@@ -178,14 +178,15 @@
|
|
|
178
178
|
"@babel/eslint-parser": "^7.21.3",
|
|
179
179
|
"@babel/preset-env": "^7.14.7",
|
|
180
180
|
"@babel/preset-react": "^7.14.5",
|
|
181
|
+
"@types/react": "^18.3.3",
|
|
181
182
|
"babel-loader": "^9.1.3",
|
|
182
183
|
"backstopjs": "^6.1.3",
|
|
183
|
-
"browser-sync": "^
|
|
184
|
-
"browser-sync-webpack-plugin": "^
|
|
184
|
+
"browser-sync": "^3.0.2",
|
|
185
|
+
"browser-sync-v3-webpack-plugin": "^0.1.0",
|
|
185
186
|
"colorable": "https://github.com/epfl-si/colorable",
|
|
186
|
-
"copy-webpack-plugin": "^
|
|
187
|
+
"copy-webpack-plugin": "^12.0.2",
|
|
187
188
|
"core-js": "3",
|
|
188
|
-
"css-loader": "^
|
|
189
|
+
"css-loader": "^7.1.2",
|
|
189
190
|
"css-minimizer-webpack-plugin": "^3.3.1",
|
|
190
191
|
"eslint": "^8.36.0",
|
|
191
192
|
"eslint-config-airbnb": "^19.0.4",
|
|
@@ -195,9 +196,9 @@
|
|
|
195
196
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
196
197
|
"js-beautify": "^1.15.1",
|
|
197
198
|
"mini-css-extract-plugin": "^2.1.0",
|
|
198
|
-
"node-polyfill-webpack-plugin": "^
|
|
199
|
+
"node-polyfill-webpack-plugin": "^4.0.0",
|
|
199
200
|
"postcss": "^8.4.31",
|
|
200
|
-
"postcss-loader": "^
|
|
201
|
+
"postcss-loader": "^8.1.1",
|
|
201
202
|
"postcss-preset-env": "^9.3.0",
|
|
202
203
|
"prop-types": "^15.7.2",
|
|
203
204
|
"rc-tooltip": "^6.2.0",
|
|
@@ -212,16 +213,16 @@
|
|
|
212
213
|
"react-router-dom": "^5.2.0",
|
|
213
214
|
"react-syntax-highlighter": "^15.5.0",
|
|
214
215
|
"redux": "4",
|
|
215
|
-
"release-it": "^
|
|
216
|
+
"release-it": "^17.3.0",
|
|
216
217
|
"sass": "^1.55.0",
|
|
217
218
|
"sass-loader": "^12.1.0",
|
|
218
|
-
"style-loader": "^
|
|
219
|
+
"style-loader": "^4.0.0",
|
|
219
220
|
"styled-components": "^5.3.0",
|
|
220
221
|
"stylelint": "^15.10.1",
|
|
221
222
|
"stylelint-config-recommended-scss": "^9.0.1",
|
|
222
223
|
"stylelint-order": "^6.0.3",
|
|
223
224
|
"stylelint-scss": "^4.5.0",
|
|
224
|
-
"stylelint-webpack-plugin": "^
|
|
225
|
+
"stylelint-webpack-plugin": "^5.0.1",
|
|
225
226
|
"svg-spritemap-webpack-plugin": "^4.5.0",
|
|
226
227
|
"twig-html-loader": "^0.1.9",
|
|
227
228
|
"unminified-webpack-plugin": "^3.0.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "epfl-elements",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -40,7 +40,8 @@
|
|
|
40
40
|
"main": "dist/js/elements.min.js",
|
|
41
41
|
"browserslist": [
|
|
42
42
|
"> 1% in CH",
|
|
43
|
-
"last 2 versions"
|
|
43
|
+
"last 2 versions",
|
|
44
|
+
"not dead"
|
|
44
45
|
],
|
|
45
46
|
"eslintConfig": {
|
|
46
47
|
"parser": "@babel/eslint-parser",
|
|
@@ -168,7 +169,6 @@
|
|
|
168
169
|
"jquery": "^3.7.1",
|
|
169
170
|
"jquery-mousewheel": "^3.1.13",
|
|
170
171
|
"multiple-select": "^1.5.2",
|
|
171
|
-
"object-fit-images": "^3.2.4",
|
|
172
172
|
"pickadate": "^3.6.4",
|
|
173
173
|
"popper.js": "^1.16.1",
|
|
174
174
|
"tablesaw": "^3.1.2"
|
|
@@ -178,14 +178,15 @@
|
|
|
178
178
|
"@babel/eslint-parser": "^7.21.3",
|
|
179
179
|
"@babel/preset-env": "^7.14.7",
|
|
180
180
|
"@babel/preset-react": "^7.14.5",
|
|
181
|
+
"@types/react": "^18.3.3",
|
|
181
182
|
"babel-loader": "^9.1.3",
|
|
182
183
|
"backstopjs": "^6.1.3",
|
|
183
|
-
"browser-sync": "^
|
|
184
|
-
"browser-sync-webpack-plugin": "^
|
|
184
|
+
"browser-sync": "^3.0.2",
|
|
185
|
+
"browser-sync-v3-webpack-plugin": "^0.1.0",
|
|
185
186
|
"colorable": "https://github.com/epfl-si/colorable",
|
|
186
|
-
"copy-webpack-plugin": "^
|
|
187
|
+
"copy-webpack-plugin": "^12.0.2",
|
|
187
188
|
"core-js": "3",
|
|
188
|
-
"css-loader": "^
|
|
189
|
+
"css-loader": "^7.1.2",
|
|
189
190
|
"css-minimizer-webpack-plugin": "^3.3.1",
|
|
190
191
|
"eslint": "^8.36.0",
|
|
191
192
|
"eslint-config-airbnb": "^19.0.4",
|
|
@@ -195,9 +196,9 @@
|
|
|
195
196
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
196
197
|
"js-beautify": "^1.15.1",
|
|
197
198
|
"mini-css-extract-plugin": "^2.1.0",
|
|
198
|
-
"node-polyfill-webpack-plugin": "^
|
|
199
|
+
"node-polyfill-webpack-plugin": "^4.0.0",
|
|
199
200
|
"postcss": "^8.4.31",
|
|
200
|
-
"postcss-loader": "^
|
|
201
|
+
"postcss-loader": "^8.1.1",
|
|
201
202
|
"postcss-preset-env": "^9.3.0",
|
|
202
203
|
"prop-types": "^15.7.2",
|
|
203
204
|
"rc-tooltip": "^6.2.0",
|
|
@@ -212,16 +213,16 @@
|
|
|
212
213
|
"react-router-dom": "^5.2.0",
|
|
213
214
|
"react-syntax-highlighter": "^15.5.0",
|
|
214
215
|
"redux": "4",
|
|
215
|
-
"release-it": "^
|
|
216
|
+
"release-it": "^17.3.0",
|
|
216
217
|
"sass": "^1.55.0",
|
|
217
218
|
"sass-loader": "^12.1.0",
|
|
218
|
-
"style-loader": "^
|
|
219
|
+
"style-loader": "^4.0.0",
|
|
219
220
|
"styled-components": "^5.3.0",
|
|
220
221
|
"stylelint": "^15.10.1",
|
|
221
222
|
"stylelint-config-recommended-scss": "^9.0.1",
|
|
222
223
|
"stylelint-order": "^6.0.3",
|
|
223
224
|
"stylelint-scss": "^4.5.0",
|
|
224
|
-
"stylelint-webpack-plugin": "^
|
|
225
|
+
"stylelint-webpack-plugin": "^5.0.1",
|
|
225
226
|
"svg-spritemap-webpack-plugin": "^4.5.0",
|
|
226
227
|
"twig-html-loader": "^0.1.9",
|
|
227
228
|
"unminified-webpack-plugin": "^3.0.0",
|