@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.
@@ -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-FJLCYEFL.js.map
17678
- //# sourceMappingURL=chunk-FJLCYEFL.js.map
17677
+ //# sourceMappingURL=chunk-EBSYPO4E.js.map
17678
+ //# sourceMappingURL=chunk-EBSYPO4E.js.map