@lax-wp/design-system 0.5.13 → 0.5.14
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.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -2562,7 +2562,7 @@ const Br = () => {
|
|
|
2562
2562
|
backgroundColor: m ? "rgb(10 10 10)" : "rgb(255 255 255)",
|
|
2563
2563
|
border: m ? "1px solid rgb(64 64 64)" : "1px solid rgb(229 229 229)"
|
|
2564
2564
|
})
|
|
2565
|
-
}, S = () => /* @__PURE__ */ n("div", { children: /* @__PURE__ */ n(po, { className: "-rotate-90", sx: { fontSize: "16px" } }) }), M = ({ ...C }) => /* @__PURE__ */ n("div", { className: "absolute top-0 left-0 h-full flex items-center dark:text-black-100", children: C.data.label }), w = !!l?.length, D = i ? w || !!d : !1;
|
|
2565
|
+
}, S = () => /* @__PURE__ */ n("div", { children: /* @__PURE__ */ n(po, { className: "-rotate-90 dark:text-black-100", sx: { fontSize: "16px" } }) }), M = ({ ...C }) => /* @__PURE__ */ n("div", { className: "absolute top-0 left-0 h-full flex items-center dark:text-black-100", children: C.data.label }), w = !!l?.length, D = i ? w || !!d : !1;
|
|
2566
2566
|
return /* @__PURE__ */ P("div", { id: A, className: q("flex flex-col", u), children: [
|
|
2567
2567
|
e && /* @__PURE__ */ P(
|
|
2568
2568
|
"label",
|