ode-csslib-panda 3.4.24-develop-b2school.202511191527 → 3.4.24-develop-integration.202511251744

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.
@@ -91,7 +91,7 @@
91
91
  {{! Users that are not activated }}
92
92
  {{#activationCode}}
93
93
  <div{{^end}} style="page-break-after: always"{{/end}}>
94
- <img id="logo" src="logo.png" alt="logo"></img>
94
+ <img id="logo" src="illustrations/logo.png" alt="logo"></img>
95
95
  <div class="banner">
96
96
  <span class="content">Ce document s'adresse à <b>{{firstName}} {{lastName}}</b></span><br/>
97
97
  {{^isGuestOrPersonnel}}
@@ -184,7 +184,7 @@
184
184
  {{! Users that are activated }}
185
185
  {{^activationCode}}
186
186
  <div{{^end}} style="page-break-after: always"{{/end}}>
187
- <img id="logo" src="logo.png" alt="logo"></img>
187
+ <img id="logo" src="illustrations/logo.png" alt="logo"></img>
188
188
  <div class="banner">
189
189
  <span class="content">Ce document s'adresse à <b>{{firstName}} {{lastName}}</b></span><br/>
190
190
  {{^isGuestOrPersonnel}}
package/dist/version.txt CHANGED
@@ -1,2 +1,2 @@
1
- entcore-css-lib 10/11/2025 14:42:59
2
- ode-csslib-panda 19/11/2025 15:27:48
1
+ entcore-css-lib 24/10/2025 17:49:10
2
+ ode-csslib-panda 25/11/2025 17:44:51
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ode-csslib-panda",
3
- "version": "3.4.24-develop-b2school.202511191527",
3
+ "version": "3.4.24-develop-integration.202511251744",
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@develop-b2school"
17
+ "entcore-css-lib": "npm:ode-csslib@develop-integration"
18
18
  },
19
19
  "devDependencies": {
20
20
  "concurrently": "5.3.0",