@clidey/ux 0.21.0 → 0.21.2
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.js +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2565,7 +2565,7 @@ const Ur = ({
|
|
|
2565
2565
|
"aria-hidden": "true"
|
|
2566
2566
|
}
|
|
2567
2567
|
),
|
|
2568
|
-
/* @__PURE__ */ a("
|
|
2568
|
+
/* @__PURE__ */ a("p", { className: "text-sm truncate", children: l.name })
|
|
2569
2569
|
]
|
|
2570
2570
|
}
|
|
2571
2571
|
),
|
|
@@ -2609,7 +2609,7 @@ const Ur = ({
|
|
|
2609
2609
|
children: [
|
|
2610
2610
|
t.icon && /* @__PURE__ */ a(t.icon, { className: "h-4 w-4 shrink-0 mr-2 text-accent-foreground/50", "aria-hidden": "true" }),
|
|
2611
2611
|
!t.icon && n && /* @__PURE__ */ a(n, { className: "h-4 w-4 shrink-0 mr-2 text-accent-foreground/50", "aria-hidden": "true" }),
|
|
2612
|
-
/* @__PURE__ */ a("
|
|
2612
|
+
/* @__PURE__ */ a("p", { className: "flex-grow text-sm truncate", children: t.name })
|
|
2613
2613
|
]
|
|
2614
2614
|
}
|
|
2615
2615
|
)), fe = k.forwardRef(({ className: e, children: t, ...o }, n) => /* @__PURE__ */ a(y.Header, { children: /* @__PURE__ */ i(
|
|
@@ -3058,7 +3058,7 @@ const It = () => {
|
|
|
3058
3058
|
function vo() {
|
|
3059
3059
|
const { setTheme: e } = It();
|
|
3060
3060
|
return /* @__PURE__ */ i(He, { children: [
|
|
3061
|
-
/* @__PURE__ */ a(Fe, { children: /* @__PURE__ */ i(J, { variant: "outline", size: "icon", children: [
|
|
3061
|
+
/* @__PURE__ */ a(Fe, { children: /* @__PURE__ */ i(J, { variant: "outline", size: "icon", className: "relative", children: [
|
|
3062
3062
|
/* @__PURE__ */ a(Q, { className: "h-[1.2rem] w-[1.2rem] scale-100 rotate-0 transition-all dark:scale-0 dark:-rotate-90" }),
|
|
3063
3063
|
/* @__PURE__ */ a(Z, { className: "absolute h-[1.2rem] w-[1.2rem] scale-0 rotate-90 transition-all dark:scale-100 dark:rotate-0" }),
|
|
3064
3064
|
/* @__PURE__ */ a("span", { className: "sr-only", children: "Toggle theme" })
|