epfl-elements 4.9.2 → 5.0.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/README.md +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/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 +225 -215
- package/dist/js/reader.min.js +1 -1
- package/dist/js/reader.min.js.map +1 -1
- package/dist/package.json +12 -12
- package/package.json +12 -12
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "epfl-elements",
|
|
3
|
-
"version": "4.9.
|
|
3
|
+
"version": "4.9.2",
|
|
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"
|
|
@@ -180,12 +180,12 @@
|
|
|
180
180
|
"@babel/preset-react": "^7.14.5",
|
|
181
181
|
"babel-loader": "^9.1.3",
|
|
182
182
|
"backstopjs": "^6.1.3",
|
|
183
|
-
"browser-sync": "^
|
|
184
|
-
"browser-sync-webpack-plugin": "^
|
|
183
|
+
"browser-sync": "^3.0.2",
|
|
184
|
+
"browser-sync-v3-webpack-plugin": "^0.1.0",
|
|
185
185
|
"colorable": "https://github.com/epfl-si/colorable",
|
|
186
|
-
"copy-webpack-plugin": "^
|
|
186
|
+
"copy-webpack-plugin": "^12.0.2",
|
|
187
187
|
"core-js": "3",
|
|
188
|
-
"css-loader": "^
|
|
188
|
+
"css-loader": "^7.1.2",
|
|
189
189
|
"css-minimizer-webpack-plugin": "^3.3.1",
|
|
190
190
|
"eslint": "^8.36.0",
|
|
191
191
|
"eslint-config-airbnb": "^19.0.4",
|
|
@@ -195,9 +195,9 @@
|
|
|
195
195
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
196
196
|
"js-beautify": "^1.15.1",
|
|
197
197
|
"mini-css-extract-plugin": "^2.1.0",
|
|
198
|
-
"node-polyfill-webpack-plugin": "^
|
|
198
|
+
"node-polyfill-webpack-plugin": "^4.0.0",
|
|
199
199
|
"postcss": "^8.4.31",
|
|
200
|
-
"postcss-loader": "^
|
|
200
|
+
"postcss-loader": "^8.1.1",
|
|
201
201
|
"postcss-preset-env": "^9.3.0",
|
|
202
202
|
"prop-types": "^15.7.2",
|
|
203
203
|
"rc-tooltip": "^6.2.0",
|
|
@@ -212,16 +212,16 @@
|
|
|
212
212
|
"react-router-dom": "^5.2.0",
|
|
213
213
|
"react-syntax-highlighter": "^15.5.0",
|
|
214
214
|
"redux": "4",
|
|
215
|
-
"release-it": "^
|
|
215
|
+
"release-it": "^17.3.0",
|
|
216
216
|
"sass": "^1.55.0",
|
|
217
217
|
"sass-loader": "^12.1.0",
|
|
218
|
-
"style-loader": "^
|
|
218
|
+
"style-loader": "^4.0.0",
|
|
219
219
|
"styled-components": "^5.3.0",
|
|
220
220
|
"stylelint": "^15.10.1",
|
|
221
221
|
"stylelint-config-recommended-scss": "^9.0.1",
|
|
222
222
|
"stylelint-order": "^6.0.3",
|
|
223
223
|
"stylelint-scss": "^4.5.0",
|
|
224
|
-
"stylelint-webpack-plugin": "^
|
|
224
|
+
"stylelint-webpack-plugin": "^5.0.1",
|
|
225
225
|
"svg-spritemap-webpack-plugin": "^4.5.0",
|
|
226
226
|
"twig-html-loader": "^0.1.9",
|
|
227
227
|
"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.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"
|
|
@@ -180,12 +180,12 @@
|
|
|
180
180
|
"@babel/preset-react": "^7.14.5",
|
|
181
181
|
"babel-loader": "^9.1.3",
|
|
182
182
|
"backstopjs": "^6.1.3",
|
|
183
|
-
"browser-sync": "^
|
|
184
|
-
"browser-sync-webpack-plugin": "^
|
|
183
|
+
"browser-sync": "^3.0.2",
|
|
184
|
+
"browser-sync-v3-webpack-plugin": "^0.1.0",
|
|
185
185
|
"colorable": "https://github.com/epfl-si/colorable",
|
|
186
|
-
"copy-webpack-plugin": "^
|
|
186
|
+
"copy-webpack-plugin": "^12.0.2",
|
|
187
187
|
"core-js": "3",
|
|
188
|
-
"css-loader": "^
|
|
188
|
+
"css-loader": "^7.1.2",
|
|
189
189
|
"css-minimizer-webpack-plugin": "^3.3.1",
|
|
190
190
|
"eslint": "^8.36.0",
|
|
191
191
|
"eslint-config-airbnb": "^19.0.4",
|
|
@@ -195,9 +195,9 @@
|
|
|
195
195
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
196
196
|
"js-beautify": "^1.15.1",
|
|
197
197
|
"mini-css-extract-plugin": "^2.1.0",
|
|
198
|
-
"node-polyfill-webpack-plugin": "^
|
|
198
|
+
"node-polyfill-webpack-plugin": "^4.0.0",
|
|
199
199
|
"postcss": "^8.4.31",
|
|
200
|
-
"postcss-loader": "^
|
|
200
|
+
"postcss-loader": "^8.1.1",
|
|
201
201
|
"postcss-preset-env": "^9.3.0",
|
|
202
202
|
"prop-types": "^15.7.2",
|
|
203
203
|
"rc-tooltip": "^6.2.0",
|
|
@@ -212,16 +212,16 @@
|
|
|
212
212
|
"react-router-dom": "^5.2.0",
|
|
213
213
|
"react-syntax-highlighter": "^15.5.0",
|
|
214
214
|
"redux": "4",
|
|
215
|
-
"release-it": "^
|
|
215
|
+
"release-it": "^17.3.0",
|
|
216
216
|
"sass": "^1.55.0",
|
|
217
217
|
"sass-loader": "^12.1.0",
|
|
218
|
-
"style-loader": "^
|
|
218
|
+
"style-loader": "^4.0.0",
|
|
219
219
|
"styled-components": "^5.3.0",
|
|
220
220
|
"stylelint": "^15.10.1",
|
|
221
221
|
"stylelint-config-recommended-scss": "^9.0.1",
|
|
222
222
|
"stylelint-order": "^6.0.3",
|
|
223
223
|
"stylelint-scss": "^4.5.0",
|
|
224
|
-
"stylelint-webpack-plugin": "^
|
|
224
|
+
"stylelint-webpack-plugin": "^5.0.1",
|
|
225
225
|
"svg-spritemap-webpack-plugin": "^4.5.0",
|
|
226
226
|
"twig-html-loader": "^0.1.9",
|
|
227
227
|
"unminified-webpack-plugin": "^3.0.0",
|