@tracktor/design-system 4.26.0 → 4.26.1
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/main.cjs +1 -1
- package/dist/main.js +2 -2
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -21796,11 +21796,11 @@ const So = (e) => e.endsWith("Z") || /[+-]\d{2}:\d{2}$/.test(e) ? e : `${e}Z`, g
|
|
|
21796
21796
|
}) => {
|
|
21797
21797
|
const v = lt(null), E = lt(void 0), T = f ?? C2;
|
|
21798
21798
|
return Pn(() => {
|
|
21799
|
-
if (!o)
|
|
21799
|
+
if (!o || r)
|
|
21800
21800
|
return;
|
|
21801
21801
|
const x = E.current !== e;
|
|
21802
21802
|
E.current = e, v.current?.scrollTo({ behavior: x ? "instant" : "smooth", top: v.current.scrollHeight });
|
|
21803
|
-
}, [o, e]), !e && r ? /* @__PURE__ */ j(He, { flex: 1, alignItems: "center", justifyContent: "center", children: [
|
|
21803
|
+
}, [o, e, r]), !e && r ? /* @__PURE__ */ j(He, { flex: 1, alignItems: "center", justifyContent: "center", children: [
|
|
21804
21804
|
/* @__PURE__ */ d(Cr, { variant: "circular", width: 48, height: 48, sx: { mb: 2 } }),
|
|
21805
21805
|
/* @__PURE__ */ d(Cr, { variant: "text", width: 200 }),
|
|
21806
21806
|
/* @__PURE__ */ d(Cr, { variant: "rounded", width: 140, height: 36, sx: { borderRadius: 2, mt: 2 } })
|