@hybr1d-tech/charizard 0.7.60 → 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 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(y1, { to: n.href || "", className: N2("zap-content-medium", R0.link), children: n.label }),
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
  },
@@ -11476,7 +11483,7 @@ function Lf() {
11476
11483
  const t = e[0], c = e[e.length - 1], a = e.slice(1, -1);
11477
11484
  return /* @__PURE__ */ l.jsx("nav", { "aria-label": "Breadcrumb", children: /* @__PURE__ */ l.jsxs("ol", { className: R0.box, children: [
11478
11485
  /* @__PURE__ */ l.jsxs("li", { className: N2(R0.item), children: [
11479
- /* @__PURE__ */ l.jsx(
11486
+ t.active ? /* @__PURE__ */ l.jsx("div", { className: "zap-content-medium", children: t.label }) : /* @__PURE__ */ l.jsx(
11480
11487
  y1,
11481
11488
  {
11482
11489
  to: t.href || "",
@@ -11498,7 +11505,7 @@ function Lf() {
11498
11505
  ) }, n.label)) }),
11499
11506
  /* @__PURE__ */ l.jsx("span", { className: R0.separator, children: "/" })
11500
11507
  ] }),
11501
- /* @__PURE__ */ l.jsx("li", { className: N2(R0.item, R0.active), children: c.active ? /* @__PURE__ */ l.jsx("div", { className: "zap-content-medium", children: "lastBreadcrumb.label" }) : /* @__PURE__ */ l.jsx(
11508
+ /* @__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
11509
  y1,
11503
11510
  {
11504
11511
  to: c.href || "",