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.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +4 -4
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
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:
|
15896
|
-
width: "
|
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:
|
15903
|
+
y: `${C - 2}`,
|
15904
15904
|
fill: l.gray_950,
|
15905
15905
|
height: 2,
|
15906
15906
|
width: "100%"
|