ode-csslib-openent 3.4.12 → 3.4.13-develop-integration.202607191446
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 +1 -3
- package/dist/fonts/generic-icons/generic-icons.ttf +0 -0
- package/dist/fonts/generic-icons/generic-icons.woff +0 -0
- package/dist/portal-v2.html +167 -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 +3 -3
package/dist/version.txt
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
entcore-css-lib
|
|
2
|
-
ode-csslib-openent
|
|
1
|
+
entcore-css-lib 18/02/2026 17:35:11
|
|
2
|
+
ode-csslib-openent 19/07/2026 14:47:09
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ode-csslib-openent",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.13-develop-integration.202607191446",
|
|
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",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"prettier:all": "npm run prettier:write && npm run prettier:check",
|
|
46
46
|
"release:clean": "rimraf ${DIST_DIR}",
|
|
47
47
|
"release:dependencies": "cpr node_modules/entcore-css-lib/assets/ ${DIST_DIR}/ -o",
|
|
48
|
-
"release:prepare": "npm run release:clean && npm run release:dependencies && cpr template/ ${DIST_DIR}/template/ -o && cpr portal.html ${DIST_DIR}/ -o && cpr assets/ ${DIST_DIR}/ -o",
|
|
48
|
+
"release:prepare": "npm run release:clean && npm run release:dependencies && cpr template/ ${DIST_DIR}/template/ -o && cpr portal.html ${DIST_DIR}/ -o && cpr portal-v2.html ${DIST_DIR}/ -o && cpr assets/ ${DIST_DIR}/ -o",
|
|
49
49
|
"release:build": "npm run release:prepare && SKIN=default npm run sass:build:release",
|
|
50
50
|
"watch": "sass --watch --style compressed --load-path=node_modules/ --no-source-map scss/index.scss ../recette/assets/themes/cg77/skins/default/theme.css"
|
|
51
51
|
}
|