@luxonis/common-fe-components 1.23.11 → 1.23.12

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.
@@ -9,7 +9,7 @@ import { css } from '../../../styled-system/css/css.mjs';
9
9
  const TROUBLESHOOTING_DOCS_URL = 'https://docs.luxonis.com/cloud/connect-oak/#Connect%20OAK%20to%20Luxonis%20Hub-OAK%204-Connect%20your%20OAK%204';
10
10
  const OAKCTL_DOCS_URL = 'https://docs.luxonis.com/software-v3/oak-apps/oakctl/';
11
11
  export function DistanceImage() {
12
- return (_jsx("img", { src: "/images/oak4-setup-distance.webp", alt: "OAK 4 Setup Distance", className: css({ maxWidth: 'md', width: 'full' }) }));
12
+ return (_jsx("img", { src: "/images/oak4-setup-distance.webp", alt: "OAK 4 Setup Distance", className: css({ maxWidth: 'sm', width: 'full' }) }));
13
13
  }
14
14
  export function getDeviceInformationByModel(device, setupCommend, onCopyCommand) {
15
15
  // If the device value is matching any of known device IDs from enum we can use that
@@ -337,7 +337,7 @@
337
337
  "minHeight]___[value:skeleton.height",
338
338
  "minWidth]___[value:skeleton.textarea.width",
339
339
  "minHeight]___[value:skeleton.textarea.height",
340
- "maxWidth]___[value:md",
340
+ "maxWidth]___[value:sm",
341
341
  "fontWeight]___[value:semibold",
342
342
  "fontWeight]___[value:lighter",
343
343
  "textDecoration]___[value:underline"
package/dist/panda.css CHANGED
@@ -3172,8 +3172,8 @@
3172
3172
  min-height: var(--sizes-skeleton-textarea-height);
3173
3173
  }
3174
3174
 
3175
- .max-w_md {
3176
- max-width: var(--sizes-md);
3175
+ .max-w_sm {
3176
+ max-width: var(--sizes-sm);
3177
3177
  }
3178
3178
 
3179
3179
  .td_underline {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luxonis/common-fe-components",
3
- "version": "1.23.11",
3
+ "version": "1.23.12",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {
@@ -24,7 +24,7 @@
24
24
  "@hookform/resolvers": "^3.9.0",
25
25
  "@luxonis-public/shadow-panda-preset": "^0.7.2",
26
26
  "@luxonis-public/shadow-panda-style-context": "^0.7.2",
27
- "@luxonis/common-fe-utils": "^1.23.11",
27
+ "@luxonis/common-fe-utils": "^1.23.12",
28
28
  "@radix-ui/react-accordion": "^1.2.0",
29
29
  "@radix-ui/react-alert-dialog": "^1.1.1",
30
30
  "@radix-ui/react-aspect-ratio": "^1.1.0",
@@ -86,6 +86,6 @@
86
86
  "registry": "https://registry.npmjs.org",
87
87
  "access": "public"
88
88
  },
89
- "gitHead": "1a80aa9b6551a610e367317401deb59b5ff4a417",
89
+ "gitHead": "2a051af30d023d99177d13126d036fdbccdeaa53",
90
90
  "license": "UNLICENSED"
91
91
  }