@datatechsolutions/ui 2.7.126 → 2.7.127

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.
@@ -9296,7 +9296,7 @@ function MonthPicker({
9296
9296
  var FallbackIcon = ({ className }) => /* @__PURE__ */ jsxRuntime.jsx(HeroIcons__namespace.FolderOpenIcon, { className });
9297
9297
  function getIcon(name) {
9298
9298
  const icon = HeroIcons__namespace[name];
9299
- if (typeof icon === "function") {
9299
+ if (icon && (typeof icon === "function" || typeof icon === "object")) {
9300
9300
  return icon;
9301
9301
  }
9302
9302
  return FallbackIcon;
@@ -15259,5 +15259,5 @@ exports.useGeoMapState = useGeoMapState;
15259
15259
  exports.useNotifications = useNotifications;
15260
15260
  exports.usePlatformShellStore = usePlatformShellStore;
15261
15261
  exports.usePullToRefresh = usePullToRefresh;
15262
- //# sourceMappingURL=chunk-IFGMRQET.js.map
15263
- //# sourceMappingURL=chunk-IFGMRQET.js.map
15262
+ //# sourceMappingURL=chunk-S4MECSAK.js.map
15263
+ //# sourceMappingURL=chunk-S4MECSAK.js.map