@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.
Files changed (2) hide show
  1. package/dist/index.js +2 -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("span", { className: "text-sm truncate", children: l.name })
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("span", { className: "flex-grow text-sm truncate", children: t.name })
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(
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@clidey/ux",
3
3
  "private": false,
4
- "version": "0.21.1",
4
+ "version": "0.21.2",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",