ode-csslib 4.3.7-develop-pedago.202512081029 → 4.3.7-develop-b2school.202601061444

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 08/12/2025 10:29:54
1
+ entcore-css-lib 06/01/2026 14:44:29
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ode-csslib",
3
- "version": "4.3.7-develop-pedago.202512081029",
3
+ "version": "4.3.7-develop-b2school.202601061444",
4
4
  "description": "Edifice Legacy CSS framework",
5
5
  "repository": {
6
6
  "type": "git",
@@ -34,7 +34,6 @@
34
34
  @import "./magneto/magneto";
35
35
  @import "./minibadge/minibadge";
36
36
  @import "./rack/rack";
37
- @import "./timeline/timeline";
38
37
 
39
38
  // TO DO: Remove these specifics rules for calendar (WB-870)
40
39
 
@@ -1,8 +0,0 @@
1
- .timeline-js {
2
- #timeline {
3
- .vco-slider .slider-item .content .content-container .media {
4
- position: sticky;
5
- top: 0;
6
- }
7
- }
8
- }