@datatechsolutions/ui 2.8.1 → 2.8.2
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-5UH7FKFC.mjs → chunk-BMPCP2ME.mjs} +4 -4
- package/dist/chunk-BMPCP2ME.mjs.map +1 -0
- package/dist/{chunk-FJLCYEFL.js → chunk-EBSYPO4E.js} +4 -4
- package/dist/chunk-EBSYPO4E.js.map +1 -0
- package/dist/{chunk-5AXMHSXY.js → chunk-MRKMIFVG.js} +52 -52
- package/dist/{chunk-5AXMHSXY.js.map → chunk-MRKMIFVG.js.map} +1 -1
- package/dist/{chunk-GMCT3H22.mjs → chunk-VYKQP6MP.mjs} +3 -3
- package/dist/{chunk-GMCT3H22.mjs.map → chunk-VYKQP6MP.mjs.map} +1 -1
- package/dist/index.d.mts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +339 -339
- 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-5UH7FKFC.mjs.map +0 -1
- package/dist/chunk-FJLCYEFL.js.map +0 -1
|
@@ -9713,7 +9713,7 @@ var ACCENT_MAP = {
|
|
|
9713
9713
|
icon: "text-emerald-500 dark:text-emerald-400"
|
|
9714
9714
|
}
|
|
9715
9715
|
};
|
|
9716
|
-
function PageEmptyState({ title, message, iconName }) {
|
|
9716
|
+
function PageEmptyState({ title, message, iconName, customIcon }) {
|
|
9717
9717
|
const Icon = ICON_MAP[iconName] || FallbackIcon;
|
|
9718
9718
|
const accent = ACCENT_MAP[iconName] || ACCENT_MAP["folder-open"];
|
|
9719
9719
|
const prefersReducedMotion2 = framerMotion.useReducedMotion();
|
|
@@ -9741,7 +9741,7 @@ function PageEmptyState({ title, message, iconName }) {
|
|
|
9741
9741
|
animate: prefersReducedMotion2 ? noMotion : { scale: 1, opacity: 1 },
|
|
9742
9742
|
transition: prefersReducedMotion2 ? noTransition : springPresets.bouncy,
|
|
9743
9743
|
className: "mx-auto mb-6",
|
|
9744
|
-
children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: `inline-flex h-20 w-20 items-center justify-center rounded-full backdrop-blur-md border ${accent.container}`, children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { className: `h-10 w-10 ${accent.icon}` }) })
|
|
9744
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: `inline-flex h-20 w-20 items-center justify-center rounded-full backdrop-blur-md border ${accent.container}`, children: customIcon ?? /* @__PURE__ */ jsxRuntime.jsx(Icon, { className: `h-10 w-10 ${accent.icon}` }) })
|
|
9745
9745
|
}
|
|
9746
9746
|
),
|
|
9747
9747
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -17674,5 +17674,5 @@ exports.useGeoMapState = useGeoMapState;
|
|
|
17674
17674
|
exports.useNotifications = useNotifications;
|
|
17675
17675
|
exports.usePlatformShellStore = usePlatformShellStore;
|
|
17676
17676
|
exports.usePullToRefresh = usePullToRefresh;
|
|
17677
|
-
//# sourceMappingURL=chunk-
|
|
17678
|
-
//# sourceMappingURL=chunk-
|
|
17677
|
+
//# sourceMappingURL=chunk-EBSYPO4E.js.map
|
|
17678
|
+
//# sourceMappingURL=chunk-EBSYPO4E.js.map
|