@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.
- package/dist/{chunk-J4LJFUTW.mjs → chunk-3VSRFFI6.mjs} +3 -3
- package/dist/chunk-3VSRFFI6.mjs.map +1 -0
- package/dist/{chunk-RIZB23TT.js → chunk-4RB4JPCM.js} +52 -52
- package/dist/{chunk-RIZB23TT.js.map → chunk-4RB4JPCM.js.map} +1 -1
- package/dist/{chunk-IFGMRQET.js → chunk-S4MECSAK.js} +3 -3
- package/dist/chunk-S4MECSAK.js.map +1 -0
- package/dist/{chunk-4R5BRIVH.mjs → chunk-TGE53WHS.mjs} +3 -3
- package/dist/{chunk-4R5BRIVH.mjs.map → chunk-TGE53WHS.mjs.map} +1 -1
- package/dist/index.js +360 -360
- 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-IFGMRQET.js.map +0 -1
- package/dist/chunk-J4LJFUTW.mjs.map +0 -1
|
@@ -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-
|
|
15263
|
-
//# sourceMappingURL=chunk-
|
|
15262
|
+
//# sourceMappingURL=chunk-S4MECSAK.js.map
|
|
15263
|
+
//# sourceMappingURL=chunk-S4MECSAK.js.map
|