rbro-tat-uds 1.5.2 → 1.5.3
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 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -11600,7 +11600,10 @@ const o4 = M.svg`
|
|
11600
11600
|
height: h = 80,
|
11601
11601
|
selected: d = !1
|
11602
11602
|
}) => {
|
11603
|
-
const C = new Intl.NumberFormat("RO"
|
11603
|
+
const C = new Intl.NumberFormat("RO", {
|
11604
|
+
minimumFractionDigits: 2,
|
11605
|
+
maximumFractionDigits: 2
|
11606
|
+
}), g = i1(null), [u, f] = e1(0), [x, v] = e1(0), y = _1(() => {
|
11604
11607
|
const V = x / 2 - 12, S = Math.min(u, Math.max(u * o / e, 0)), A = o * u / e - 1, D = Math.min(u, Math.max(A, 0.5)), _ = n * u / e - 1, L = Math.min(u, Math.max(_, 1));
|
11605
11608
|
return {
|
11606
11609
|
bar_h: 24,
|