@datatechsolutions/ui 2.10.5 → 2.10.7
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/astrlabe/index.js +119 -119
- package/dist/astrlabe/index.mjs +3 -3
- package/dist/astrlabe/workflow-canvas.js +3 -3
- package/dist/astrlabe/workflow-canvas.mjs +2 -2
- package/dist/{chunk-XMJPTH6U.mjs → chunk-2XQ2GYYV.mjs} +3 -3
- package/dist/{chunk-XMJPTH6U.mjs.map → chunk-2XQ2GYYV.mjs.map} +1 -1
- package/dist/{chunk-DAAXCGC3.js → chunk-UPTU224P.js} +4 -4
- package/dist/{chunk-DAAXCGC3.js.map → chunk-UPTU224P.js.map} +1 -1
- package/dist/{chunk-IBVJVWHM.mjs → chunk-WURR63IK.mjs} +4 -4
- package/dist/{chunk-IBVJVWHM.mjs.map → chunk-WURR63IK.mjs.map} +1 -1
- package/dist/{chunk-L7XTIXFU.js → chunk-XJV5ERUJ.js} +52 -52
- package/dist/{chunk-L7XTIXFU.js.map → chunk-XJV5ERUJ.js.map} +1 -1
- package/dist/index.js +710 -710
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -9818,14 +9818,14 @@ function PageErrorState({
|
|
|
9818
9818
|
role: "alert",
|
|
9819
9819
|
"aria-label": title,
|
|
9820
9820
|
"data-testid": "error-state",
|
|
9821
|
-
className: "flex items-center justify-center py-20",
|
|
9821
|
+
className: "flex w-full items-center justify-center py-20",
|
|
9822
9822
|
children: /* @__PURE__ */ jsxRuntime.jsxs(
|
|
9823
9823
|
framerMotion.motion.div,
|
|
9824
9824
|
{
|
|
9825
9825
|
initial: prefersReducedMotion2 ? false : { opacity: 0, scale: 0.95 },
|
|
9826
9826
|
animate: prefersReducedMotion2 ? noMotion : { opacity: 1, scale: 1 },
|
|
9827
9827
|
transition: prefersReducedMotion2 ? noTransition : springPresets.gentle,
|
|
9828
|
-
className: "liquid-surface w-full max-w-2xl rounded-2xl px-
|
|
9828
|
+
className: "liquid-surface w-full max-w-2xl rounded-2xl px-12 py-14 text-center",
|
|
9829
9829
|
children: [
|
|
9830
9830
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
9831
9831
|
framerMotion.motion.div,
|
|
@@ -23919,5 +23919,5 @@ exports.useGeoMapState = useGeoMapState;
|
|
|
23919
23919
|
exports.useNotifications = useNotifications;
|
|
23920
23920
|
exports.usePlatformShellStore = usePlatformShellStore;
|
|
23921
23921
|
exports.usePullToRefresh = usePullToRefresh;
|
|
23922
|
-
//# sourceMappingURL=chunk-
|
|
23923
|
-
//# sourceMappingURL=chunk-
|
|
23922
|
+
//# sourceMappingURL=chunk-UPTU224P.js.map
|
|
23923
|
+
//# sourceMappingURL=chunk-UPTU224P.js.map
|