@luxonis/depthai-pipeline-lib 3.5.2 → 3.7.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 CHANGED
@@ -869,6 +869,12 @@
869
869
  border-bottom-style: var(--tw-border-style);
870
870
  border-bottom-width: 1px;
871
871
  }
872
+ .border-\[color-mix\(in_srgb\,var\(--lux-muted-foreground\)_65\%\,var\(--lux-background\)\)\] {
873
+ border-color: var(--lux-muted-foreground);
874
+ @supports (color: color-mix(in lab, red, red)) {
875
+ border-color: color-mix(in srgb,var(--lux-muted-foreground) 65%,var(--lux-background));
876
+ }
877
+ }
872
878
  .border-\[var\(--lux-intent-active-text\)\]\/30 {
873
879
  border-color: var(--lux-intent-active-text);
874
880
  @supports (color: color-mix(in lab, red, red)) {
@@ -920,6 +926,12 @@
920
926
  .bg-\[\#F04438\] {
921
927
  background-color: #F04438;
922
928
  }
929
+ .bg-\[color-mix\(in_srgb\,var\(--lux-muted-foreground\)_65\%\,var\(--lux-background\)\)\] {
930
+ background-color: var(--lux-muted-foreground);
931
+ @supports (color: color-mix(in lab, red, red)) {
932
+ background-color: color-mix(in srgb,var(--lux-muted-foreground) 65%,var(--lux-background));
933
+ }
934
+ }
923
935
  .bg-\[var\(--lux-intent-active-text\)\]\/10 {
924
936
  background-color: var(--lux-intent-active-text);
925
937
  @supports (color: color-mix(in lab, red, red)) {
@@ -1206,6 +1218,10 @@
1206
1218
  --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1207
1219
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1208
1220
  }
1221
+ .shadow-none {
1222
+ --tw-shadow: 0 0 #0000;
1223
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1224
+ }
1209
1225
  .shadow-sm {
1210
1226
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1211
1227
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
@@ -1327,6 +1343,14 @@
1327
1343
  }
1328
1344
  }
1329
1345
  }
1346
+ .hover\:ring-0 {
1347
+ &:hover {
1348
+ @media (hover: hover) {
1349
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1350
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1351
+ }
1352
+ }
1353
+ }
1330
1354
  .hover\:ring-4 {
1331
1355
  &:hover {
1332
1356
  @media (hover: hover) {
@@ -1 +1 @@
1
- export declare const PACKAGE_VERSION = "3.5.2";
1
+ export declare const PACKAGE_VERSION = "3.7.0";
@@ -1,2 +1,2 @@
1
1
  // Do not edit it manually.
2
- export const PACKAGE_VERSION = '3.5.2';
2
+ export const PACKAGE_VERSION = '3.7.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luxonis/depthai-pipeline-lib",
3
- "version": "3.5.2",
3
+ "version": "3.7.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.3.0",
18
+ "@luxonis/ui-components": "^1.3.2",
19
19
  "@xyflow/react": "^12.0.4",
20
20
  "postcss-import": "^16.1.0",
21
21
  "postcss-nested": "^6.2.0",