rbro-tat-uds 1.6.21 → 1.6.22

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
@@ -15871,7 +15871,7 @@ const Ct = R.button`
15871
15871
  }, [t, i]);
15872
15872
  return L1(() => {
15873
15873
  V.current && u(
15874
- V.current.getBoundingClientRect().width ?? 28
15874
+ V.current.width.baseVal.value ?? V.current.getBoundingClientRect().width ?? 28
15875
15875
  );
15876
15876
  }, [V]), L1(() => {
15877
15877
  if (g.current) {
@@ -15892,15 +15892,15 @@ const Ct = R.button`
15892
15892
  x: 0,
15893
15893
  y: 2,
15894
15894
  fill: "url(#heatGradient)",
15895
- height: `${C - 4}px`,
15896
- width: "calc(100% - 12px)"
15895
+ height: Math.max(C - 4, 0) + "px",
15896
+ width: "70%"
15897
15897
  }
15898
15898
  ),
15899
15899
  /* @__PURE__ */ L.jsx(
15900
15900
  "rect",
15901
15901
  {
15902
15902
  x: 0,
15903
- y: "calc(100% - 2px)",
15903
+ y: `${C - 2}`,
15904
15904
  fill: l.gray_950,
15905
15905
  height: 2,
15906
15906
  width: "100%"