@datatechsolutions/ui 2.10.3 → 2.10.4
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/astrlabe/index.js +119 -119
- package/dist/astrlabe/index.mjs +3 -3
- package/dist/astrlabe/workflow-canvas.js +3 -3
- package/dist/astrlabe/workflow-canvas.mjs +2 -2
- package/dist/{chunk-JSWH22BB.mjs → chunk-CTE5XQJR.mjs} +4 -4
- package/dist/chunk-CTE5XQJR.mjs.map +1 -0
- package/dist/{chunk-Q5ILCWVP.js → chunk-MRXTY7XN.js} +4 -4
- package/dist/chunk-MRXTY7XN.js.map +1 -0
- package/dist/{chunk-456PIDWM.mjs → chunk-NOTM2YHN.mjs} +3 -3
- package/dist/{chunk-456PIDWM.mjs.map → chunk-NOTM2YHN.mjs.map} +1 -1
- package/dist/{chunk-5H553L6R.js → chunk-OQAALOP2.js} +52 -52
- package/dist/{chunk-5H553L6R.js.map → chunk-OQAALOP2.js.map} +1 -1
- package/dist/index.js +710 -710
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-JSWH22BB.mjs.map +0 -1
- package/dist/chunk-Q5ILCWVP.js.map +0 -1
|
@@ -12588,9 +12588,9 @@ function InteractiveGeoMapInner({
|
|
|
12588
12588
|
"div",
|
|
12589
12589
|
{
|
|
12590
12590
|
ref,
|
|
12591
|
-
className: `space-y-4 ${className ?? ""}`,
|
|
12591
|
+
className: `space-y-4 h-full ${className ?? ""}`,
|
|
12592
12592
|
"data-testid": "interactive-geo-map-container",
|
|
12593
|
-
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative", children: [
|
|
12593
|
+
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative h-full", children: [
|
|
12594
12594
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
12595
12595
|
GeoMapCanvas,
|
|
12596
12596
|
{
|
|
@@ -23919,5 +23919,5 @@ exports.useGeoMapState = useGeoMapState;
|
|
|
23919
23919
|
exports.useNotifications = useNotifications;
|
|
23920
23920
|
exports.usePlatformShellStore = usePlatformShellStore;
|
|
23921
23921
|
exports.usePullToRefresh = usePullToRefresh;
|
|
23922
|
-
//# sourceMappingURL=chunk-
|
|
23923
|
-
//# sourceMappingURL=chunk-
|
|
23922
|
+
//# sourceMappingURL=chunk-MRXTY7XN.js.map
|
|
23923
|
+
//# sourceMappingURL=chunk-MRXTY7XN.js.map
|