rbro-tat-uds 1.6.21 → 1.6.23

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.es.js CHANGED
@@ -8307,22 +8307,20 @@ const Re = R.svg`
8307
8307
  bgColor: t = "gray_950",
8308
8308
  textColor: i = "white",
8309
8309
  fontWeight: a = 400,
8310
- variant: n = "default",
8311
- size: r = "small",
8312
- text: c = "Utilizat",
8313
- radius: o = "99999px",
8314
- ...C
8310
+ size: n = "small",
8311
+ text: r = "Utilizat",
8312
+ radius: c = "99999px",
8313
+ ...o
8315
8314
  }) => /* @__PURE__ */ L.jsx(
8316
8315
  je,
8317
8316
  {
8318
8317
  $bgColor: t,
8319
8318
  $textColor: i,
8320
8319
  $fontWeight: a,
8321
- $variant: n,
8322
- $size: r,
8323
- $radius: o,
8324
- ...C,
8325
- children: /* @__PURE__ */ L.jsx("span", { children: c })
8320
+ $size: n,
8321
+ $radius: c,
8322
+ ...o,
8323
+ children: /* @__PURE__ */ L.jsx("span", { children: r })
8326
8324
  }
8327
8325
  ), Ae = R.button`
8328
8326
  appearance: none;
@@ -15871,7 +15869,7 @@ const Ct = R.button`
15871
15869
  }, [t, i]);
15872
15870
  return L1(() => {
15873
15871
  V.current && u(
15874
- V.current.getBoundingClientRect().width ?? 28
15872
+ V.current.width.baseVal.value ?? V.current.getBoundingClientRect().width ?? 28
15875
15873
  );
15876
15874
  }, [V]), L1(() => {
15877
15875
  if (g.current) {
@@ -15892,15 +15890,15 @@ const Ct = R.button`
15892
15890
  x: 0,
15893
15891
  y: 2,
15894
15892
  fill: "url(#heatGradient)",
15895
- height: `${C - 4}px`,
15896
- width: "calc(100% - 12px)"
15893
+ height: Math.max(C - 4, 0) + "px",
15894
+ width: "70%"
15897
15895
  }
15898
15896
  ),
15899
15897
  /* @__PURE__ */ L.jsx(
15900
15898
  "rect",
15901
15899
  {
15902
15900
  x: 0,
15903
- y: "calc(100% - 2px)",
15901
+ y: `${C - 2}`,
15904
15902
  fill: l.gray_950,
15905
15903
  height: 2,
15906
15904
  width: "100%"