@nation-a/ui 0.17.1 → 0.17.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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/dist/stats.html +1 -1
- package/dist/types/components/Select/index.d.ts +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8949,7 +8949,10 @@ const ey = mt({
|
|
|
8949
8949
|
radius: "md",
|
|
8950
8950
|
disabled: !1
|
|
8951
8951
|
}
|
|
8952
|
-
}), { withProvider: ny, withContext: jt } = Nt(ey), ry = ny(
|
|
8952
|
+
}), { withProvider: ny, withContext: jt } = Nt(ey), ry = ny(
|
|
8953
|
+
(t) => /* @__PURE__ */ x(sc, { ...t }),
|
|
8954
|
+
"root"
|
|
8955
|
+
), oy = jt(ic, "label"), sy = jt(
|
|
8953
8956
|
({ description: t, ...e }) => /* @__PURE__ */ B(Ie, { children: [
|
|
8954
8957
|
/* @__PURE__ */ x(ac, { ...e }),
|
|
8955
8958
|
t && /* @__PURE__ */ x(Bl, { text: t })
|