ados-rcm 1.0.399 → 1.0.401
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 +8 -8
- package/dist/index.es.js +3 -3
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -6728,8 +6728,8 @@ const pt = {
|
|
6728
6728
|
...x
|
6729
6729
|
} = n, C = F(() => c !== void 0 ? Math.log10(c) + 1 : void 0, [c]), [w, I] = Rt(f, a !== void 0 ? Math.max(0, a) : 0), [E, S] = Rt(d, `${w}`), T = L(
|
6730
6730
|
(j) => {
|
6731
|
-
if (j === ""
|
6732
|
-
S == null || S(`${a}`), I == null || I(a);
|
6731
|
+
if (j === "") {
|
6732
|
+
S == null || S(`${a ?? 0}`), I == null || I(a ?? 0);
|
6733
6733
|
return;
|
6734
6734
|
} else if (v && j.includes("*")) {
|
6735
6735
|
S == null || S("*"), I == null || I("*");
|
@@ -6776,7 +6776,7 @@ const pt = {
|
|
6776
6776
|
}
|
6777
6777
|
},
|
6778
6778
|
[S, v, a]
|
6779
|
-
), q = F(() => `${a}~${c}`, [a, c]);
|
6779
|
+
), q = F(() => `${a ?? ""}~${c ?? ""}`, [a, c]);
|
6780
6780
|
return /* @__PURE__ */ l.jsx(
|
6781
6781
|
Ur,
|
6782
6782
|
{
|