ode-csslib-panda-cg77 3.4.25 → 3.4.26-develop-integration.202601231556
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/img/icons/widgets/widget-screen-time.svg +3 -13
- package/dist/portal.html +14 -0
- package/dist/skins/circus/theme.css +1 -1
- package/dist/skins/circus/theme.css.map +1 -1
- package/dist/skins/default/theme.css +1 -1
- package/dist/skins/default/theme.css.map +1 -1
- package/dist/skins/desert/theme.css +1 -1
- package/dist/skins/desert/theme.css.map +1 -1
- package/dist/skins/neutre/theme.css +1 -1
- package/dist/skins/neutre/theme.css.map +1 -1
- package/dist/skins/ocean/theme.css +1 -1
- package/dist/skins/ocean/theme.css.map +1 -1
- package/dist/skins/panda-food/theme.css +1 -1
- package/dist/skins/panda-food/theme.css.map +1 -1
- package/dist/skins/sparkly/theme.css +1 -1
- package/dist/skins/sparkly/theme.css.map +1 -1
- package/dist/version.txt +2 -2
- package/package.json +2 -2
- package/dist/i18n/Timeline/co.json +0 -12
package/dist/version.txt
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
entcore-css-lib
|
|
2
|
-
ode-csslib-panda-cg77
|
|
1
|
+
entcore-css-lib 05/01/2026 14:56:21
|
|
2
|
+
ode-csslib-panda-cg77 23/01/2026 15:57:40
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ode-csslib-panda-cg77",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.26-develop-integration.202601231556",
|
|
4
4
|
"description": "Panda 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-integration"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"concurrently": "5.3.0",
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"timeline.mail.body.bgcolor": "#f9f9f9",
|
|
3
|
-
"timeline.mail.body.bg": "background-color: #f9f9f9;",
|
|
4
|
-
"timeline.mail.main": "background-color: #fff;",
|
|
5
|
-
"timeline.mail.main.border": "border: 1px solid #e9e9e9;",
|
|
6
|
-
"timeline.mail.maincolor": "#fff",
|
|
7
|
-
"timeline.mail.text.color": "color: #fff;",
|
|
8
|
-
"timeline.mail.header.bg": "background-color: #209DCC;",
|
|
9
|
-
"timeline.mail.header.bgcolor": "#209DCC",
|
|
10
|
-
"timeline.mail.main.text.color": "color: #000;",
|
|
11
|
-
"timeline.mail.footer.color": "color: #999;"
|
|
12
|
-
}
|