@datatechsolutions/ui 2.10.0 → 2.10.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/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-22PQRY3Q.mjs → chunk-EWXJ367U.mjs} +5 -4
- package/dist/chunk-EWXJ367U.mjs.map +1 -0
- package/dist/{chunk-N4S2HJGM.mjs → chunk-T5YYJU4N.mjs} +3 -3
- package/dist/{chunk-N4S2HJGM.mjs.map → chunk-T5YYJU4N.mjs.map} +1 -1
- package/dist/{chunk-AFEELRUB.js → chunk-WMPZ6UTF.js} +5 -4
- package/dist/chunk-WMPZ6UTF.js.map +1 -0
- package/dist/{chunk-DVKLFLI3.js → chunk-ZOHSW7US.js} +52 -52
- package/dist/{chunk-DVKLFLI3.js.map → chunk-ZOHSW7US.js.map} +1 -1
- package/dist/index.js +710 -710
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-22PQRY3Q.mjs.map +0 -1
- package/dist/chunk-AFEELRUB.js.map +0 -1
|
@@ -12281,14 +12281,15 @@ function GeoMapCanvasInner({
|
|
|
12281
12281
|
"div",
|
|
12282
12282
|
{
|
|
12283
12283
|
ref,
|
|
12284
|
-
className: "relative w-full overflow-hidden rounded-2xl border border-white/20 dark:border-white/[0.12] shadow-lg shadow-black/5 dark:shadow-black/30",
|
|
12284
|
+
className: "relative w-full h-full overflow-hidden rounded-2xl border border-white/20 dark:border-white/[0.12] shadow-lg shadow-black/5 dark:shadow-black/30",
|
|
12285
12285
|
"data-testid": "map-canvas",
|
|
12286
12286
|
children: /* @__PURE__ */ jsxRuntime.jsxs(
|
|
12287
12287
|
"svg",
|
|
12288
12288
|
{
|
|
12289
12289
|
ref: svgRef,
|
|
12290
12290
|
viewBox,
|
|
12291
|
-
|
|
12291
|
+
preserveAspectRatio: "xMidYMid slice",
|
|
12292
|
+
className: "w-full h-full cursor-grab active:cursor-grabbing",
|
|
12292
12293
|
"aria-label": ariaLabel,
|
|
12293
12294
|
style: { touchAction: "none", background: "transparent" },
|
|
12294
12295
|
onMouseDown: handleMouseDown,
|
|
@@ -23902,5 +23903,5 @@ exports.useGeoMapState = useGeoMapState;
|
|
|
23902
23903
|
exports.useNotifications = useNotifications;
|
|
23903
23904
|
exports.usePlatformShellStore = usePlatformShellStore;
|
|
23904
23905
|
exports.usePullToRefresh = usePullToRefresh;
|
|
23905
|
-
//# sourceMappingURL=chunk-
|
|
23906
|
-
//# sourceMappingURL=chunk-
|
|
23906
|
+
//# sourceMappingURL=chunk-WMPZ6UTF.js.map
|
|
23907
|
+
//# sourceMappingURL=chunk-WMPZ6UTF.js.map
|