@skalar-saas/design-system 0.3.4 → 0.3.5
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-B3U8f8uq.js → index-CIqnbZF0.js} +3 -3
- package/dist/{index-B3U8f8uq.js.map → index-CIqnbZF0.js.map} +1 -1
- package/dist/{index-sFoxY7GQ.cjs → index-CyhqHhjh.cjs} +2 -2
- package/dist/{index-sFoxY7GQ.cjs.map → index-CyhqHhjh.cjs.map} +1 -1
- package/dist/{index-R5eau4Xd.js → index-DEViGjGu.js} +2 -2
- package/dist/{index-R5eau4Xd.js.map → index-DEViGjGu.js.map} +1 -1
- package/dist/{index-tV9X7WiM.cjs → index-WjLSBSOr.cjs} +2 -2
- package/dist/{index-tV9X7WiM.cjs.map → index-WjLSBSOr.cjs.map} +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -994,7 +994,7 @@ const bO = O.forwardRef(
|
|
|
994
994
|
({ variant: e = "full", sidebar: t, className: r, children: n, ...a }, i) => e === "sidebar-left" ? /* @__PURE__ */ w("div", { ref: i, className: J(A("flex h-full w-full", r)), ...a, children: [
|
|
995
995
|
/* @__PURE__ */ s("aside", { className: "h-full w-64 shrink-0 overflow-y-auto border-r border-surface-3 bg-white", children: t }),
|
|
996
996
|
/* @__PURE__ */ s("div", { className: "min-w-0 flex-1 overflow-auto", children: n })
|
|
997
|
-
] }) : e === "centered" ? /* @__PURE__ */ s("div", { ref: i, className: J(A("h-full w-full overflow-auto", r)), ...a, children: /* @__PURE__ */ s(ml, { size: "medium", className: "
|
|
997
|
+
] }) : e === "centered" ? /* @__PURE__ */ s("div", { ref: i, className: J(A("h-full w-full overflow-auto", r)), ...a, children: /* @__PURE__ */ s(ml, { size: "medium", className: "h-full", children: n }) }) : /* @__PURE__ */ s("div", { ref: i, className: J(A("h-full w-full overflow-auto", r)), ...a, children: n })
|
|
998
998
|
);
|
|
999
999
|
bO.displayName = "PageLayout";
|
|
1000
1000
|
const Mr = (e) => e !== void 0 && {
|
|
@@ -4947,7 +4947,7 @@ const C4 = {
|
|
|
4947
4947
|
)
|
|
4948
4948
|
] }) })
|
|
4949
4949
|
}
|
|
4950
|
-
), T4 = O.lazy(() => import("./index-
|
|
4950
|
+
), T4 = O.lazy(() => import("./index-DEViGjGu.js")), ig = ({ children: e }) => /* @__PURE__ */ s(g6, { fallback: /* @__PURE__ */ s("span", { children: e }), children: /* @__PURE__ */ s(T4, { children: e }) }), E4 = O.memo(({
|
|
4951
4951
|
messages: e,
|
|
4952
4952
|
showTypingIndicator: t = !1,
|
|
4953
4953
|
children: r,
|
|
@@ -39777,4 +39777,4 @@ export {
|
|
|
39777
39777
|
yO as y,
|
|
39778
39778
|
bO as z
|
|
39779
39779
|
};
|
|
39780
|
-
//# sourceMappingURL=index-
|
|
39780
|
+
//# sourceMappingURL=index-CIqnbZF0.js.map
|