@luxonis/component-lib 1.0.7 → 1.0.8

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.js CHANGED
@@ -1439,7 +1439,7 @@ function ChatButton(props) {
1439
1439
  animationDuration: "150ms",
1440
1440
  animationTimingFunction: "ease-in"
1441
1441
  },
1442
- className: "flex w-full items-center justify-center",
1442
+ className: "flex size-full items-center justify-center",
1443
1443
  children: chatOpened ? /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_react13.Icon, { icon: "mdi:close", className: "size-[32px] text-white" }) : /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("img", { src: "https://docs.luxonis.com/static/images/icons/chat-icon.svg", width: "32", height: "32", alt: "Chat" })
1444
1444
  },
1445
1445
  iconKey
package/dist/index.mjs CHANGED
@@ -1349,7 +1349,7 @@ function ChatButton(props) {
1349
1349
  animationDuration: "150ms",
1350
1350
  animationTimingFunction: "ease-in"
1351
1351
  },
1352
- className: "flex w-full items-center justify-center",
1352
+ className: "flex size-full items-center justify-center",
1353
1353
  children: chatOpened ? /* @__PURE__ */ jsx24(Icon7, { icon: "mdi:close", className: "size-[32px] text-white" }) : /* @__PURE__ */ jsx24("img", { src: "https://docs.luxonis.com/static/images/icons/chat-icon.svg", width: "32", height: "32", alt: "Chat" })
1354
1354
  },
1355
1355
  iconKey
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luxonis/component-lib",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Luxonis website-component-lib",
5
5
  "publishConfig": {
6
6
  "access": "public"