ode-csslib-openent-hdf 3.4.4 → 3.4.6-develop-integration.202602022347
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 +6 -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 +14 -0
- package/dist/skins/default/theme.css +1 -1
- package/dist/skins/default/theme.css.map +1 -1
- package/dist/skins/dyslexic/theme.css +1 -1
- package/dist/skins/dyslexic/theme.css.map +1 -1
- package/dist/version.txt +2 -2
- package/package.json +2 -2
package/dist/version.txt
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
entcore-css-lib
|
|
2
|
-
ode-csslib-openent-hdf
|
|
1
|
+
entcore-css-lib 30/01/2026 16:59:43
|
|
2
|
+
ode-csslib-openent-hdf 02/02/2026 23:47:25
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ode-csslib-openent-hdf",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.6-develop-integration.202602022347",
|
|
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": "AGPL-3.0",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"entcore-css-lib": "npm:ode-csslib@
|
|
17
|
+
"entcore-css-lib": "npm:ode-csslib@develop-integration"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"concurrently": "^5.0.2",
|