ode-csslib-openent-adm 3.4.10 → 3.4.11-develop.202606041807
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/fonts/generic-icons/generic-icons.svg +3 -1
- package/dist/fonts/generic-icons/generic-icons.ttf +0 -0
- package/dist/fonts/generic-icons/generic-icons.woff +0 -0
- package/dist/portal.html +13 -5
- package/dist/skins/default/theme.css +13 -13
- package/dist/skins/default/theme.css.map +1 -1
- package/dist/skins/dyslexic/theme.css +13 -13
- package/dist/skins/dyslexic/theme.css.map +1 -1
- package/dist/version.txt +2 -2
- package/package.json +3 -3
package/dist/version.txt
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
entcore-css-lib
|
|
2
|
-
ode-csslib-openent-adm
|
|
1
|
+
entcore-css-lib 04/06/2026 18:03:13
|
|
2
|
+
ode-csslib-openent-adm 04/06/2026 18:07:46
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ode-csslib-openent-adm",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.11-develop.202606041807",
|
|
4
4
|
"description": "Open ENT theme by Edifice",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"author": "Edifice",
|
|
15
15
|
"license": "NONE",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"entcore-css-lib": "npm:ode-csslib@
|
|
17
|
+
"entcore-css-lib": "npm:ode-csslib@develop"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"concurrently": "^5.0.2",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"cpr": "^3.0.1",
|
|
23
23
|
"prettier": "2.6.0",
|
|
24
24
|
"rimraf": "^3.0.2",
|
|
25
|
-
"sass": "
|
|
25
|
+
"sass": "1.49.9",
|
|
26
26
|
"entcore-generic-icons": "git+https://github.com/edificeio/generic-icons.git#master"
|
|
27
27
|
},
|
|
28
28
|
"files": [
|