@clidey/ux 0.21.1 → 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 +2 -2
- 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(
|