@datatechsolutions/ui 2.8.4 → 2.8.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/{chunk-6MKK5VHN.mjs → chunk-EZ6ILPV7.mjs} +3 -3
- package/dist/chunk-EZ6ILPV7.mjs.map +1 -0
- package/dist/{chunk-7EWMQZRC.mjs → chunk-U2GPZ7ZD.mjs} +3 -3
- package/dist/{chunk-7EWMQZRC.mjs.map → chunk-U2GPZ7ZD.mjs.map} +1 -1
- package/dist/{chunk-Q2O7XJN5.js → chunk-WVOP4MJE.js} +3 -3
- package/dist/chunk-WVOP4MJE.js.map +1 -0
- package/dist/{chunk-IM5CRBU2.js → chunk-ZL3RFCE3.js} +52 -52
- package/dist/{chunk-IM5CRBU2.js.map → chunk-ZL3RFCE3.js.map} +1 -1
- package/dist/index.js +340 -340
- package/dist/index.mjs +1 -1
- package/dist/workflow/index.js +119 -119
- package/dist/workflow/index.mjs +3 -3
- package/dist/workflow/workflow-canvas.js +3 -3
- package/dist/workflow/workflow-canvas.mjs +2 -2
- package/package.json +1 -1
- package/dist/chunk-6MKK5VHN.mjs.map +0 -1
- package/dist/chunk-Q2O7XJN5.js.map +0 -1
|
@@ -9809,7 +9809,7 @@ function BrandedLoader({
|
|
|
9809
9809
|
{
|
|
9810
9810
|
className: clsx__default.default(
|
|
9811
9811
|
"flex w-full items-center justify-center",
|
|
9812
|
-
compact ? "py-8" : "min-h-[
|
|
9812
|
+
compact ? "py-8" : "fixed inset-0 z-50 min-h-dvh bg-gray-50 dark:bg-[#0b1120]",
|
|
9813
9813
|
className
|
|
9814
9814
|
),
|
|
9815
9815
|
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col items-center gap-6", children: [
|
|
@@ -17733,5 +17733,5 @@ exports.useGeoMapState = useGeoMapState;
|
|
|
17733
17733
|
exports.useNotifications = useNotifications;
|
|
17734
17734
|
exports.usePlatformShellStore = usePlatformShellStore;
|
|
17735
17735
|
exports.usePullToRefresh = usePullToRefresh;
|
|
17736
|
-
//# sourceMappingURL=chunk-
|
|
17737
|
-
//# sourceMappingURL=chunk-
|
|
17736
|
+
//# sourceMappingURL=chunk-WVOP4MJE.js.map
|
|
17737
|
+
//# sourceMappingURL=chunk-WVOP4MJE.js.map
|