ode-csslib 4.2.1 → 4.2.2-develop-pedago.202410071033

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/version.txt CHANGED
@@ -1 +1 @@
1
- entcore-css-lib 28/11/2023 11:32:04
1
+ entcore-css-lib 07/10/2024 10:33:45
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "ode-csslib",
3
- "version": "4.2.1",
4
- "description": "Open Digital Education Legacy CSS framework",
3
+ "version": "4.2.2-develop-pedago.202410071033",
4
+ "description": "Edifice Legacy CSS framework",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "git+https://github.com/opendigitaleducation/entcore-css-lib"
7
+ "url": "git+https://github.com/edificeio/entcore-css-lib"
8
8
  },
9
9
  "keywords": [
10
10
  "ODE",
11
11
  "CSS lib",
12
12
  "framework"
13
13
  ],
14
- "author": "OpenDigitalEducation",
14
+ "author": "Edifice",
15
15
  "license": "AGPL-3.0",
16
16
  "bugs": {
17
- "url": "https://github.com/opendigitaleducation/entcore-css-lib/issues"
17
+ "url": "https://github.com/edificeio/entcore-css-lib/issues"
18
18
  },
19
19
  "homepage": "",
20
20
  "devDependencies": {
@@ -26,7 +26,7 @@
26
26
  "sass": "1.66.1"
27
27
  },
28
28
  "dependencies": {
29
- "entcore-generic-icons": "git+https://github.com/opendigitaleducation/generic-icons.git#master"
29
+ "entcore-generic-icons": "git+https://github.com/edificeio/generic-icons.git#master"
30
30
  },
31
31
  "files": [
32
32
  "assets",
@@ -1,3 +1,4 @@
1
+ @import "./actualites/actualites";
1
2
  @import "./cahier-de-textes/cahier-de-textes";
2
3
  @import "./calendar/calendar";
3
4
  @import "./class-admin/class-admin";
@@ -32,6 +33,8 @@
32
33
  @import "./statistics-presences/statistics-presences";
33
34
  @import "./magneto/magneto";
34
35
  @import "./minibadge/minibadge";
36
+ @import "./rack/rack";
37
+ @import "./workspace-app/workspace-app";
35
38
 
36
39
  // TO DO: Remove these specifics rules for calendar (WB-870)
37
40
 
@@ -0,0 +1,3 @@
1
+ .actualites .rigid-grid .four{
2
+ position: absolute;
3
+ }
@@ -0,0 +1,3 @@
1
+ .rigid-grid section .vertical.four{
2
+ position: absolute;
3
+ }
@@ -0,0 +1,3 @@
1
+ .workspace-app .rigid-grid .four{
2
+ position: absolute;
3
+ }