@skalar-saas/design-system 0.3.13 → 0.3.15
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-XZn4-pcW.cjs → index-B20euKqJ.cjs} +3 -3
- package/dist/index-B20euKqJ.cjs.map +1 -0
- package/dist/{index-BMkSah-2.js → index-C62HNh_u.js} +5 -5
- package/dist/index-C62HNh_u.js.map +1 -0
- package/dist/{index-BM5SGKq4.js → index-CXWmDs0p.js} +2 -2
- package/dist/{index-BM5SGKq4.js.map → index-CXWmDs0p.js.map} +1 -1
- package/dist/{index-Dv3pe3q3.cjs → index-D0k9sg2J.cjs} +2 -2
- package/dist/{index-Dv3pe3q3.cjs.map → index-D0k9sg2J.cjs.map} +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/index-BMkSah-2.js.map +0 -1
- package/dist/index-XZn4-pcW.cjs.map +0 -1
|
@@ -993,7 +993,7 @@ const k6 = O.memo(({
|
|
|
993
993
|
k6.displayName = "SplitPanelLayout";
|
|
994
994
|
const T6 = O.forwardRef(
|
|
995
995
|
({ 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: [
|
|
996
|
-
/* @__PURE__ */ s("aside", { className: "h-full w-64 shrink-0 overflow-y-auto border-r border-surface-3 bg-white", children: t }),
|
|
996
|
+
/* @__PURE__ */ s("aside", { className: "h-full w-64 shrink-0 overflow-y-auto border-r border-surface-3 bg-white px-3 py-3", children: t }),
|
|
997
997
|
/* @__PURE__ */ s("div", { className: "min-w-0 flex-1 overflow-auto", children: n })
|
|
998
998
|
] }) : e === "centered" ? /* @__PURE__ */ s("div", { ref: i, className: J(A("h-full w-full overflow-auto", r)), ...a, children: /* @__PURE__ */ s(gl, { 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 })
|
|
999
999
|
);
|
|
@@ -4948,7 +4948,7 @@ const I4 = {
|
|
|
4948
4948
|
)
|
|
4949
4949
|
] }) })
|
|
4950
4950
|
}
|
|
4951
|
-
), B4 = O.lazy(() => import("./index-
|
|
4951
|
+
), B4 = O.lazy(() => import("./index-CXWmDs0p.js")), cg = ({ children: e }) => /* @__PURE__ */ s(AO, { fallback: /* @__PURE__ */ s("span", { children: e }), children: /* @__PURE__ */ s(B4, { children: e }) }), q4 = O.memo(({
|
|
4952
4952
|
messages: e,
|
|
4953
4953
|
showTypingIndicator: t = !1,
|
|
4954
4954
|
children: r,
|
|
@@ -8689,8 +8689,8 @@ const gU = ({
|
|
|
8689
8689
|
{
|
|
8690
8690
|
"aria-label": v ? "Contraer" : "Expandir",
|
|
8691
8691
|
variant: "neutral",
|
|
8692
|
-
hierarchy: "
|
|
8693
|
-
size: "
|
|
8692
|
+
hierarchy: "secondary",
|
|
8693
|
+
size: "xs",
|
|
8694
8694
|
icons: "only",
|
|
8695
8695
|
leadingIcon: v ? /* @__PURE__ */ s(Mr, {}) : /* @__PURE__ */ s(yo, {}),
|
|
8696
8696
|
onClick: () => l(u.id)
|
|
@@ -39906,4 +39906,4 @@ export {
|
|
|
39906
39906
|
k6 as y,
|
|
39907
39907
|
T6 as z
|
|
39908
39908
|
};
|
|
39909
|
-
//# sourceMappingURL=index-
|
|
39909
|
+
//# sourceMappingURL=index-C62HNh_u.js.map
|