@fluityy/designsystem 0.2.17 → 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 ADDED
@@ -0,0 +1,5 @@
1
+ /assets/*.js
2
+ Content-Type: application/javascript; charset=utf-8
3
+
4
+ /assets/*
5
+ Cache-Control: public, max-age=31536000, immutable
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: {
@@ -22895,7 +22895,7 @@ function J3({ value: e, className: t, ...r }) {
22895
22895
  "aria-selected": a,
22896
22896
  onClick: () => n.setValue(e),
22897
22897
  className: D(
22898
- "px-4 py-2 text-sm font-medium transition-colors outline-none cursor-pointer",
22898
+ "px-4 pt-2 pb-3.5 text-sm font-medium transition-colors outline-none cursor-pointer",
22899
22899
  "focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2 ring-offset-bg",
22900
22900
  a ? "text-fg" : "text-fg-muted hover:text-fg",
22901
22901
  t