@opencxh/ui-kit 3.159.0 → 3.160.0
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 +10 -0
- package/dist/index.js.map +1 -1
- package/dist/src/navigation/Sidebar.d.ts +8 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5560,6 +5560,16 @@ const As = ({
|
|
|
5560
5560
|
children: t.count
|
|
5561
5561
|
}
|
|
5562
5562
|
),
|
|
5563
|
+
t.count === void 0 && t.meta !== void 0 && /* @__PURE__ */ e(
|
|
5564
|
+
"span",
|
|
5565
|
+
{
|
|
5566
|
+
className: i(
|
|
5567
|
+
"shrink-0 text-xs text-text-subtle",
|
|
5568
|
+
o && u && "group-hover/item:hidden group-focus-within/item:hidden"
|
|
5569
|
+
),
|
|
5570
|
+
children: t.meta
|
|
5571
|
+
}
|
|
5572
|
+
),
|
|
5563
5573
|
o && /* @__PURE__ */ e(
|
|
5564
5574
|
"button",
|
|
5565
5575
|
{
|