ode-csslib 4.3.10-develop-pedago.202605131342 → 4.3.10-develop.202606041803

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 13/05/2026 13:42:49
1
+ entcore-css-lib 04/06/2026 18:03:13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ode-csslib",
3
- "version": "4.3.10-develop-pedago.202605131342",
3
+ "version": "4.3.10-develop.202606041803",
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
- }