@hybr1d-tech/charizard 0.7.61 → 0.7.62
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/hybr1d-ui.js +8 -1
- package/dist/hybr1d-ui.umd.cjs +2 -2
- package/package.json +1 -1
package/dist/hybr1d-ui.js
CHANGED
|
@@ -11467,7 +11467,14 @@ function Lf() {
|
|
|
11467
11467
|
"aria-current": n.active,
|
|
11468
11468
|
className: N2(R0.item, n.active && R0.active),
|
|
11469
11469
|
children: [
|
|
11470
|
-
/* @__PURE__ */ l.jsx(
|
|
11470
|
+
n.active ? /* @__PURE__ */ l.jsx("div", { className: "zap-content-medium", children: n.label }) : /* @__PURE__ */ l.jsx(
|
|
11471
|
+
y1,
|
|
11472
|
+
{
|
|
11473
|
+
to: n.href || "",
|
|
11474
|
+
className: N2("zap-content-medium", R0.link),
|
|
11475
|
+
children: n.label
|
|
11476
|
+
}
|
|
11477
|
+
),
|
|
11471
11478
|
s < e.length - 1 ? /* @__PURE__ */ l.jsx("span", { className: R0.separator, children: "/" }) : null
|
|
11472
11479
|
]
|
|
11473
11480
|
},
|