@rafal.lemieszewski/tide-ui 0.12.5 → 0.12.6
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 +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -21281,7 +21281,7 @@ const Ha = {
|
|
|
21281
21281
|
let s;
|
|
21282
21282
|
if (c?.type === "range-area" && o.payload) {
|
|
21283
21283
|
const l = o.payload[o.dataKey];
|
|
21284
|
-
Array.isArray(l) && l.length === 2 ? s = `${l[0].toLocaleString()}
|
|
21284
|
+
Array.isArray(l) && l.length === 2 ? s = `${l[0].toLocaleString()} – ${l[1].toLocaleString()}` : s = typeof o.value == "number" ? o.value.toLocaleString() : o.value;
|
|
21285
21285
|
} else
|
|
21286
21286
|
s = typeof o.value == "number" ? o.value.toLocaleString() : o.value;
|
|
21287
21287
|
return /* @__PURE__ */ G("div", { className: "flex items-center gap-[var(--space-xsm)] text-body-sm", children: [
|