@ioai/lerobot-studio 1.0.2 → 1.0.3
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/CHANGELOG.md +6 -0
- package/dist-lib/{DockviewLayout-DjLrI3Yt.js → DockviewLayout-DeRL52Yo.js} +3001 -2981
- package/dist-lib/{LeRobotDataLoader-DYBXb4dz.js → LeRobotDataLoader-B8wZijIi.js} +1308 -1277
- package/dist-lib/lerobot-studio.css +11 -1
- package/dist-lib/lerobot.es.js +1008 -947
- package/dist-lib/{react-window-B1KnRC6j.js → react-window-BIZRp3dx.js} +83 -69
- package/package.json +1 -1
|
@@ -1854,7 +1854,17 @@
|
|
|
1854
1854
|
background-color: var(--card);
|
|
1855
1855
|
}
|
|
1856
1856
|
|
|
1857
|
-
.lerobot-root .bg-destructive, .lerobot-root .bg-destructive\/
|
|
1857
|
+
.lerobot-root .bg-destructive, .lerobot-root .bg-destructive\/5 {
|
|
1858
|
+
background-color: var(--destructive);
|
|
1859
|
+
}
|
|
1860
|
+
|
|
1861
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1862
|
+
.lerobot-root .bg-destructive\/5 {
|
|
1863
|
+
background-color: color-mix(in oklab, var(--destructive) 5%, transparent);
|
|
1864
|
+
}
|
|
1865
|
+
}
|
|
1866
|
+
|
|
1867
|
+
.lerobot-root .bg-destructive\/10 {
|
|
1858
1868
|
background-color: var(--destructive);
|
|
1859
1869
|
}
|
|
1860
1870
|
|