@luxonis/component-lib 1.1.8 → 1.1.9
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2474,7 +2474,7 @@ function CertificationLogo(props) {
|
|
|
2474
2474
|
return props.element;
|
|
2475
2475
|
}
|
|
2476
2476
|
function CertificationLogos({ className }) {
|
|
2477
|
-
return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("section", { className: (0, import_class_variance_authority25.cx)("grid w-full grid-cols-2 justify-items-center gap-8 md:grid-cols-3 2xl:grid-cols-6"), children: logos.map((logo) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CertificationLogo, { ...logo },
|
|
2477
|
+
return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("section", { className: (0, import_class_variance_authority25.cx)("grid w-full grid-cols-2 justify-items-center gap-8 md:grid-cols-3 2xl:grid-cols-6", className), children: logos.map((logo, i) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CertificationLogo, { ...logo }, i)) });
|
|
2478
2478
|
}
|
|
2479
2479
|
|
|
2480
2480
|
// src/useChat.tsx
|
package/dist/index.mjs
CHANGED
|
@@ -2320,7 +2320,7 @@ function CertificationLogo(props) {
|
|
|
2320
2320
|
return props.element;
|
|
2321
2321
|
}
|
|
2322
2322
|
function CertificationLogos({ className }) {
|
|
2323
|
-
return /* @__PURE__ */ jsx33("section", { className: cx25("grid w-full grid-cols-2 justify-items-center gap-8 md:grid-cols-3 2xl:grid-cols-6"), children: logos.map((logo) => /* @__PURE__ */ jsx33(CertificationLogo, { ...logo },
|
|
2323
|
+
return /* @__PURE__ */ jsx33("section", { className: cx25("grid w-full grid-cols-2 justify-items-center gap-8 md:grid-cols-3 2xl:grid-cols-6", className), children: logos.map((logo, i) => /* @__PURE__ */ jsx33(CertificationLogo, { ...logo }, i)) });
|
|
2324
2324
|
}
|
|
2325
2325
|
|
|
2326
2326
|
// src/useChat.tsx
|