@hybr1d-tech/charizard 0.7.61 → 0.7.63

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
@@ -11314,7 +11314,7 @@ function Rf({
11314
11314
  ] }),
11315
11315
  /* @__PURE__ */ l.jsx("div", { className: Q.smallCircle }),
11316
11316
  "Max size: ",
11317
- /* @__PURE__ */ l.jsx("b", { children: " 5 MB" }),
11317
+ /* @__PURE__ */ l.jsx("b", { children: `${r || 5} MB` }),
11318
11318
  /* @__PURE__ */ l.jsx("div", { className: Q.smallCircle }),
11319
11319
  "Upload allowed: ",
11320
11320
  /* @__PURE__ */ l.jsx("b", { children: a })
@@ -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
  },