@fluityy/designsystem 0.2.18 → 0.2.19
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/_headers +5 -0
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +5 -1
package/dist/_headers
ADDED
package/dist/index.js
CHANGED
|
@@ -795,7 +795,7 @@ function Zw() {
|
|
|
795
795
|
return /* @__PURE__ */ _("li", { "aria-hidden": !0, className: "text-fg-muted", children: "/" });
|
|
796
796
|
}
|
|
797
797
|
const Qw = dt(
|
|
798
|
-
"flex h-14 shrink-0 items-center justify-between gap-4 border-b border-border-default bg-bg px-4",
|
|
798
|
+
"flex h-14 shrink-0 items-center justify-between gap-4 border-b border-border-default bg-bg-subtle px-4",
|
|
799
799
|
{
|
|
800
800
|
variants: {
|
|
801
801
|
sticky: {
|
|
@@ -1059,7 +1059,7 @@ function u1() {
|
|
|
1059
1059
|
return de(Lu);
|
|
1060
1060
|
}
|
|
1061
1061
|
const c1 = dt(
|
|
1062
|
-
"flex shrink-0 flex-col min-h-0 border-r border-border-default bg-bg transition-[width] duration-200 ease-out",
|
|
1062
|
+
"flex shrink-0 flex-col min-h-0 border-r border-border-default bg-bg-subtle transition-[width] duration-200 ease-out",
|
|
1063
1063
|
{
|
|
1064
1064
|
variants: {
|
|
1065
1065
|
expanded: {
|