ode-csslib 4.3.6-develop-pedago.202510061721 → 4.3.6-develop-integration.202510101757

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 06/10/2025 17:21:48
1
+ entcore-css-lib 10/10/2025 17:58:02
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ode-csslib",
3
- "version": "4.3.6-develop-pedago.202510061721",
3
+ "version": "4.3.6-develop-integration.202510101757",
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
- }