@ioai/lerobot-studio 1.1.0 → 1.2.0
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 +7 -0
- package/README.md +2 -1
- package/README.zh-CN.md +2 -1
- package/dist-lib/{DockviewLayout-DeRL52Yo.js → DockviewLayout-BDK9-nmD.js} +3245 -3221
- package/dist-lib/{LeRobotDataLoader-B8wZijIi.js → LeRobotDataLoader-CgLRJ0U1.js} +1885 -1809
- package/dist-lib/assets/parquetImage.worker-DJN4vgFr.js +7 -0
- package/dist-lib/lerobot-studio.css +39 -1
- package/dist-lib/lerobot.es.js +3618 -2512
- package/dist-lib/{react-window-BIZRp3dx.js → react-window-DufFyc3b.js} +999 -763
- package/dist-lib/workerManager-CvezHmhd.js +436 -0
- package/package.json +13 -10
- package/dist-lib/assets/parquetImage.worker-CsyqAWyH.js +0 -7
- package/dist-lib/workerManager-D6ovn2ln.js +0 -270
|
@@ -998,6 +998,10 @@
|
|
|
998
998
|
max-height: calc(var(--spacing) * 32);
|
|
999
999
|
}
|
|
1000
1000
|
|
|
1001
|
+
.lerobot-root .max-h-36 {
|
|
1002
|
+
max-height: calc(var(--spacing) * 36);
|
|
1003
|
+
}
|
|
1004
|
+
|
|
1001
1005
|
.lerobot-root .max-h-\[38vh\] {
|
|
1002
1006
|
max-height: 38vh;
|
|
1003
1007
|
}
|
|
@@ -1050,6 +1054,10 @@
|
|
|
1050
1054
|
min-height: 100vh;
|
|
1051
1055
|
}
|
|
1052
1056
|
|
|
1057
|
+
.lerobot-root .w-0\.5 {
|
|
1058
|
+
width: calc(var(--spacing) * .5);
|
|
1059
|
+
}
|
|
1060
|
+
|
|
1053
1061
|
.lerobot-root .w-1 {
|
|
1054
1062
|
width: var(--spacing);
|
|
1055
1063
|
}
|
|
@@ -1170,6 +1178,10 @@
|
|
|
1170
1178
|
max-width: 120px;
|
|
1171
1179
|
}
|
|
1172
1180
|
|
|
1181
|
+
.lerobot-root .max-w-\[140px\] {
|
|
1182
|
+
max-width: 140px;
|
|
1183
|
+
}
|
|
1184
|
+
|
|
1173
1185
|
.lerobot-root .max-w-\[200px\] {
|
|
1174
1186
|
max-width: 200px;
|
|
1175
1187
|
}
|
|
@@ -2012,6 +2024,16 @@
|
|
|
2012
2024
|
}
|
|
2013
2025
|
}
|
|
2014
2026
|
|
|
2027
|
+
.lerobot-root .bg-primary\/70 {
|
|
2028
|
+
background-color: var(--primary);
|
|
2029
|
+
}
|
|
2030
|
+
|
|
2031
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2032
|
+
.lerobot-root .bg-primary\/70 {
|
|
2033
|
+
background-color: color-mix(in oklab, var(--primary) 70%, transparent);
|
|
2034
|
+
}
|
|
2035
|
+
}
|
|
2036
|
+
|
|
2015
2037
|
.lerobot-root .bg-secondary {
|
|
2016
2038
|
background-color: var(--secondary);
|
|
2017
2039
|
}
|
|
@@ -2706,6 +2728,11 @@
|
|
|
2706
2728
|
outline-width: 1px;
|
|
2707
2729
|
}
|
|
2708
2730
|
|
|
2731
|
+
.lerobot-root .grayscale {
|
|
2732
|
+
--tw-grayscale: grayscale(100%);
|
|
2733
|
+
filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
|
|
2734
|
+
}
|
|
2735
|
+
|
|
2709
2736
|
.lerobot-root .filter {
|
|
2710
2737
|
filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
|
|
2711
2738
|
}
|
|
@@ -2721,7 +2748,7 @@
|
|
|
2721
2748
|
}
|
|
2722
2749
|
|
|
2723
2750
|
.lerobot-root .transition {
|
|
2724
|
-
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
|
|
2751
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
|
|
2725
2752
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
2726
2753
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
2727
2754
|
}
|
|
@@ -2806,10 +2833,12 @@
|
|
|
2806
2833
|
}
|
|
2807
2834
|
|
|
2808
2835
|
.lerobot-root .select-none {
|
|
2836
|
+
-webkit-user-select: none;
|
|
2809
2837
|
user-select: none;
|
|
2810
2838
|
}
|
|
2811
2839
|
|
|
2812
2840
|
.lerobot-root .select-text {
|
|
2841
|
+
-webkit-user-select: text;
|
|
2813
2842
|
user-select: text;
|
|
2814
2843
|
}
|
|
2815
2844
|
|
|
@@ -7519,6 +7548,9 @@
|
|
|
7519
7548
|
|
|
7520
7549
|
.lerobot-root .dv-split-view-container .dv-sash-container .dv-sash {
|
|
7521
7550
|
z-index: 99;
|
|
7551
|
+
-webkit-user-select: none;
|
|
7552
|
+
-moz-user-select: none;
|
|
7553
|
+
-ms-user-select: none;
|
|
7522
7554
|
user-select: none;
|
|
7523
7555
|
touch-action: none;
|
|
7524
7556
|
background-color: var(--dv-sash-color, transparent);
|
|
@@ -7752,6 +7784,9 @@
|
|
|
7752
7784
|
}
|
|
7753
7785
|
|
|
7754
7786
|
.lerobot-root .dv-tab {
|
|
7787
|
+
-webkit-user-select: none;
|
|
7788
|
+
-moz-user-select: none;
|
|
7789
|
+
-ms-user-select: none;
|
|
7755
7790
|
user-select: none;
|
|
7756
7791
|
cursor: pointer;
|
|
7757
7792
|
box-sizing: border-box;
|
|
@@ -8001,6 +8036,9 @@
|
|
|
8001
8036
|
}
|
|
8002
8037
|
|
|
8003
8038
|
.lerobot-root .dv-tabs-and-actions-container .dv-void-container {
|
|
8039
|
+
-webkit-user-select: none;
|
|
8040
|
+
-moz-user-select: none;
|
|
8041
|
+
-ms-user-select: none;
|
|
8004
8042
|
user-select: none;
|
|
8005
8043
|
touch-action: none;
|
|
8006
8044
|
flex-grow: 1;
|