@luxonis/depthai-pipeline-lib 3.5.0-rc.2 → 3.5.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/dist/index.css +33 -34
- package/dist/src/version.d.ts +1 -1
- package/dist/src/version.js +1 -1
- package/package.json +2 -2
package/dist/index.css
CHANGED
|
@@ -235,6 +235,9 @@
|
|
|
235
235
|
.top-auto {
|
|
236
236
|
top: auto;
|
|
237
237
|
}
|
|
238
|
+
.top-full {
|
|
239
|
+
top: 100%;
|
|
240
|
+
}
|
|
238
241
|
.right-0 {
|
|
239
242
|
right: calc(var(--spacing) * 0);
|
|
240
243
|
}
|
|
@@ -316,9 +319,6 @@
|
|
|
316
319
|
.-mx-1 {
|
|
317
320
|
margin-inline: calc(var(--spacing) * -1);
|
|
318
321
|
}
|
|
319
|
-
.-my-2 {
|
|
320
|
-
margin-block: calc(var(--spacing) * -2);
|
|
321
|
-
}
|
|
322
322
|
.my-1 {
|
|
323
323
|
margin-block: calc(var(--spacing) * 1);
|
|
324
324
|
}
|
|
@@ -334,6 +334,9 @@
|
|
|
334
334
|
.mb-2 {
|
|
335
335
|
margin-bottom: calc(var(--spacing) * 2);
|
|
336
336
|
}
|
|
337
|
+
.mb-6 {
|
|
338
|
+
margin-bottom: calc(var(--spacing) * 6);
|
|
339
|
+
}
|
|
337
340
|
.ml-2 {
|
|
338
341
|
margin-left: calc(var(--spacing) * 2);
|
|
339
342
|
}
|
|
@@ -490,12 +493,18 @@
|
|
|
490
493
|
.min-w-0 {
|
|
491
494
|
min-width: calc(var(--spacing) * 0);
|
|
492
495
|
}
|
|
496
|
+
.min-w-9 {
|
|
497
|
+
min-width: calc(var(--spacing) * 9);
|
|
498
|
+
}
|
|
499
|
+
.min-w-10 {
|
|
500
|
+
min-width: calc(var(--spacing) * 10);
|
|
501
|
+
}
|
|
502
|
+
.min-w-11 {
|
|
503
|
+
min-width: calc(var(--spacing) * 11);
|
|
504
|
+
}
|
|
493
505
|
.min-w-48 {
|
|
494
506
|
min-width: calc(var(--spacing) * 48);
|
|
495
507
|
}
|
|
496
|
-
.min-w-\[2\.25rem\] {
|
|
497
|
-
min-width: 2.25rem;
|
|
498
|
-
}
|
|
499
508
|
.min-w-\[120px\] {
|
|
500
509
|
min-width: 120px;
|
|
501
510
|
}
|
|
@@ -860,6 +869,12 @@
|
|
|
860
869
|
border-bottom-style: var(--tw-border-style);
|
|
861
870
|
border-bottom-width: 1px;
|
|
862
871
|
}
|
|
872
|
+
.border-\[var\(--lux-intent-active-text\)\]\/30 {
|
|
873
|
+
border-color: var(--lux-intent-active-text);
|
|
874
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
875
|
+
border-color: color-mix(in oklab, var(--lux-intent-active-text) 30%, transparent);
|
|
876
|
+
}
|
|
877
|
+
}
|
|
863
878
|
.border-\[var\(--lux-intent-error-border\)\] {
|
|
864
879
|
border-color: var(--lux-intent-error-border);
|
|
865
880
|
}
|
|
@@ -905,6 +920,12 @@
|
|
|
905
920
|
.bg-\[\#F04438\] {
|
|
906
921
|
background-color: #F04438;
|
|
907
922
|
}
|
|
923
|
+
.bg-\[var\(--lux-intent-active-text\)\]\/10 {
|
|
924
|
+
background-color: var(--lux-intent-active-text);
|
|
925
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
926
|
+
background-color: color-mix(in oklab, var(--lux-intent-active-text) 10%, transparent);
|
|
927
|
+
}
|
|
928
|
+
}
|
|
908
929
|
.bg-\[var\(--lux-intent-error-border\)\]\/10 {
|
|
909
930
|
background-color: var(--lux-intent-error-border);
|
|
910
931
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -977,6 +998,9 @@
|
|
|
977
998
|
.px-\[5px\] {
|
|
978
999
|
padding-inline: 5px;
|
|
979
1000
|
}
|
|
1001
|
+
.\!py-0 {
|
|
1002
|
+
padding-block: calc(var(--spacing) * 0) !important;
|
|
1003
|
+
}
|
|
980
1004
|
.py-0 {
|
|
981
1005
|
padding-block: calc(var(--spacing) * 0);
|
|
982
1006
|
}
|
|
@@ -1128,6 +1152,9 @@
|
|
|
1128
1152
|
.whitespace-pre-wrap {
|
|
1129
1153
|
white-space: pre-wrap;
|
|
1130
1154
|
}
|
|
1155
|
+
.text-\[var\(--lux-intent-active-text\)\] {
|
|
1156
|
+
color: var(--lux-intent-active-text);
|
|
1157
|
+
}
|
|
1131
1158
|
.text-\[var\(--lux-intent-error-border\)\] {
|
|
1132
1159
|
color: var(--lux-intent-error-border);
|
|
1133
1160
|
}
|
|
@@ -1257,16 +1284,6 @@
|
|
|
1257
1284
|
}
|
|
1258
1285
|
}
|
|
1259
1286
|
}
|
|
1260
|
-
.hover\:scale-110 {
|
|
1261
|
-
&:hover {
|
|
1262
|
-
@media (hover: hover) {
|
|
1263
|
-
--tw-scale-x: 110%;
|
|
1264
|
-
--tw-scale-y: 110%;
|
|
1265
|
-
--tw-scale-z: 110%;
|
|
1266
|
-
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
1267
|
-
}
|
|
1268
|
-
}
|
|
1269
|
-
}
|
|
1270
1287
|
.hover\:border-\[var\(--ui-color-border-hover\)\] {
|
|
1271
1288
|
&:hover {
|
|
1272
1289
|
@media (hover: hover) {
|
|
@@ -1624,21 +1641,6 @@
|
|
|
1624
1641
|
syntax: "*";
|
|
1625
1642
|
inherits: false;
|
|
1626
1643
|
}
|
|
1627
|
-
@property --tw-scale-x {
|
|
1628
|
-
syntax: "*";
|
|
1629
|
-
inherits: false;
|
|
1630
|
-
initial-value: 1;
|
|
1631
|
-
}
|
|
1632
|
-
@property --tw-scale-y {
|
|
1633
|
-
syntax: "*";
|
|
1634
|
-
inherits: false;
|
|
1635
|
-
initial-value: 1;
|
|
1636
|
-
}
|
|
1637
|
-
@property --tw-scale-z {
|
|
1638
|
-
syntax: "*";
|
|
1639
|
-
inherits: false;
|
|
1640
|
-
initial-value: 1;
|
|
1641
|
-
}
|
|
1642
1644
|
@keyframes spin {
|
|
1643
1645
|
to {
|
|
1644
1646
|
transform: rotate(360deg);
|
|
@@ -1691,9 +1693,6 @@
|
|
|
1691
1693
|
--tw-backdrop-sepia: initial;
|
|
1692
1694
|
--tw-duration: initial;
|
|
1693
1695
|
--tw-ease: initial;
|
|
1694
|
-
--tw-scale-x: 1;
|
|
1695
|
-
--tw-scale-y: 1;
|
|
1696
|
-
--tw-scale-z: 1;
|
|
1697
1696
|
}
|
|
1698
1697
|
}
|
|
1699
1698
|
}
|
package/dist/src/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const PACKAGE_VERSION = "3.5.0
|
|
1
|
+
export declare const PACKAGE_VERSION = "3.5.0";
|
package/dist/src/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Do not edit it manually.
|
|
2
|
-
export const PACKAGE_VERSION = '3.5.0
|
|
2
|
+
export const PACKAGE_VERSION = '3.5.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@luxonis/depthai-pipeline-lib",
|
|
3
|
-
"version": "3.5.0
|
|
3
|
+
"version": "3.5.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"main": "./dist/src/index.js",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@dagrejs/dagre": "^1.1.3",
|
|
18
|
-
"@luxonis/ui-components": "^1.
|
|
18
|
+
"@luxonis/ui-components": "^1.3.0",
|
|
19
19
|
"@xyflow/react": "^12.0.4",
|
|
20
20
|
"postcss-import": "^16.1.0",
|
|
21
21
|
"postcss-nested": "^6.2.0",
|