@hybr1d-tech/charizard 0.7.60 → 0.7.61
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 +2 -2
- package/dist/hybr1d-ui.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/hybr1d-ui.js
CHANGED
|
@@ -11476,7 +11476,7 @@ function Lf() {
|
|
|
11476
11476
|
const t = e[0], c = e[e.length - 1], a = e.slice(1, -1);
|
|
11477
11477
|
return /* @__PURE__ */ l.jsx("nav", { "aria-label": "Breadcrumb", children: /* @__PURE__ */ l.jsxs("ol", { className: R0.box, children: [
|
|
11478
11478
|
/* @__PURE__ */ l.jsxs("li", { className: N2(R0.item), children: [
|
|
11479
|
-
/* @__PURE__ */ l.jsx(
|
|
11479
|
+
t.active ? /* @__PURE__ */ l.jsx("div", { className: "zap-content-medium", children: t.label }) : /* @__PURE__ */ l.jsx(
|
|
11480
11480
|
y1,
|
|
11481
11481
|
{
|
|
11482
11482
|
to: t.href || "",
|
|
@@ -11498,7 +11498,7 @@ function Lf() {
|
|
|
11498
11498
|
) }, n.label)) }),
|
|
11499
11499
|
/* @__PURE__ */ l.jsx("span", { className: R0.separator, children: "/" })
|
|
11500
11500
|
] }),
|
|
11501
|
-
/* @__PURE__ */ l.jsx("li", { className: N2(R0.item, R0.active), children: c.active ? /* @__PURE__ */ l.jsx("div", { className: "zap-content-medium", children:
|
|
11501
|
+
/* @__PURE__ */ l.jsx("li", { className: N2(R0.item, R0.active), children: c.active ? /* @__PURE__ */ l.jsx("div", { className: "zap-content-medium", children: c.label }) : /* @__PURE__ */ l.jsx(
|
|
11502
11502
|
y1,
|
|
11503
11503
|
{
|
|
11504
11504
|
to: c.href || "",
|