@local-logic/maps 0.0.27 → 0.0.29

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.
Files changed (31) hide show
  1. package/dist/{index-DWhC5cZK.js → index--TOrExMa.js} +2 -2
  2. package/dist/index-5JWsWx8g.js +107 -0
  3. package/dist/index-7WiriOPf.js +108 -0
  4. package/dist/{index-DqtKFLcm.js → index-B1UUkU25.js} +2 -2
  5. package/dist/index-B9irDFVS.js +126 -0
  6. package/dist/{index-B1pyYX8E.js → index-BCEeluIN.js} +2 -2
  7. package/dist/{index-DZDCWEAt.js → index-Bn4XgGCE.js} +2 -2
  8. package/dist/{index-C9omoY_W.js → index-Cnab0xsb.js} +2 -2
  9. package/dist/{index-DoUM-dTH.js → index-D5oT0rvy.js} +4 -3
  10. package/dist/{index-C6dKnCta.js → index-DImiFUoC.js} +2 -2
  11. package/dist/{index-DBpXJh_8.js → index-DRdXfLHP.js} +1 -1
  12. package/dist/index.es.js +1 -1
  13. package/dist/index.umd.js +5 -5
  14. package/dist/src/components/Map/Root/BaseMap/Google/index.d.ts.map +1 -1
  15. package/dist/src/components/Map/Root/BaseMap/Mapbox/index.d.ts.map +1 -1
  16. package/dist/src/components/Map/Root/BaseMap/Mapbox/translations.d.ts +33 -0
  17. package/dist/src/components/Map/Root/BaseMap/Mapbox/translations.d.ts.map +1 -0
  18. package/dist/src/components/Map/Root/BaseMap/Maptiler/index.d.ts.map +1 -1
  19. package/dist/src/components/Map/Root/BaseMap/Maptiler/translations.d.ts +57 -0
  20. package/dist/src/components/Map/Root/BaseMap/Maptiler/translations.d.ts.map +1 -0
  21. package/dist/src/components/Map/Root/context.d.ts +1 -0
  22. package/dist/src/components/Map/Root/context.d.ts.map +1 -1
  23. package/dist/src/components/Map/Root/index.d.ts.map +1 -1
  24. package/dist/src/components/Map/Root/types.d.ts +1 -0
  25. package/dist/src/components/Map/Root/types.d.ts.map +1 -1
  26. package/dist/style.css +1 -1
  27. package/dist/{styles-Lnv5-v_D.js → styles-mseP7Fna.js} +1 -1
  28. package/package.json +1 -1
  29. package/dist/index-BfcWqVMc.js +0 -98
  30. package/dist/index-D-wKsZtO.js +0 -69
  31. package/dist/index-k7gr6NRM.js +0 -75
@@ -1,8 +1,8 @@
1
1
  import { jsxs as f, jsx as i } from "react/jsx-runtime";
2
2
  import { a as k } from "./scale-control-Dsir9fWY.js";
3
3
  import "react";
4
- import { u, M } from "./index-DoUM-dTH.js";
5
- import { C as g, c as C, M as b } from "./index-DBpXJh_8.js";
4
+ import { u, M } from "./index-D5oT0rvy.js";
5
+ import { C as g, c as C, M as b } from "./index-DRdXfLHP.js";
6
6
  function _({
7
7
  clusters: n,
8
8
  colors: r,
@@ -0,0 +1,107 @@
1
+ import { jsx as y, jsxs as x, Fragment as A } from "react/jsx-runtime";
2
+ import { useState as P, useEffect as h, useRef as C, useCallback as E } from "react";
3
+ import { APIProvider as O, Map as z, ControlPosition as c, useMap as G } from "@vis.gl/react-google-maps";
4
+ import { u as B, D as g, W as L, a as Z, m as k } from "./index-D5oT0rvy.js";
5
+ import { t as I } from "./index-DscDx7HE.js";
6
+ const R = {
7
+ "top-left": c.LEFT_TOP,
8
+ "top-right": c.RIGHT_TOP,
9
+ "bottom-left": c.LEFT_BOTTOM,
10
+ "bottom-right": c.RIGHT_BOTTOM
11
+ }, D = ({ isMapLoaded: M }) => {
12
+ const o = G(), { markerPoints: s, setZoom: i, mapPadding: m } = B(), [t, n] = P(void 0), l = C(void 0), d = E(() => {
13
+ if (!o)
14
+ return;
15
+ const e = o.getZoom();
16
+ typeof e < "u" && i(e + 1);
17
+ }, [o, i]);
18
+ return h(() => {
19
+ d();
20
+ const e = o?.addListener("zoom_changed", d);
21
+ return () => {
22
+ e?.remove();
23
+ };
24
+ }, [o, d]), h(() => {
25
+ if (!o || typeof s > "u" || s.length === 0)
26
+ return;
27
+ const e = I(k(s));
28
+ (!l.current || !e.every((a, r) => a === l.current?.[r])) && (l.current = e, n(e));
29
+ }, [o, s]), h(() => {
30
+ if (!o || typeof t > "u")
31
+ return;
32
+ const [e, a, r, u] = t, f = (r - e) * 0.05 || 1e-3, p = (u - a) * 0.05 || 1e-3;
33
+ o.fitBounds(
34
+ {
35
+ south: a - p,
36
+ west: e - f,
37
+ north: u + p,
38
+ east: r + f
39
+ },
40
+ m
41
+ );
42
+ }, [M, o, t, m]), null;
43
+ };
44
+ function j({ children: M }) {
45
+ const [o, s] = P(!1), [i, m] = P(!1), {
46
+ mapProvider: t,
47
+ mapPadding: n,
48
+ locale: l,
49
+ center: d,
50
+ zoom: e = g.zoom,
51
+ minZoom: a,
52
+ maxZoom: r,
53
+ pitch: u = g.pitch,
54
+ bearing: f = g.bearing,
55
+ cooperativeGestures: p = g.cooperativeGestures,
56
+ zoomPosition: v
57
+ } = B();
58
+ if (h(() => {
59
+ if (!i)
60
+ return;
61
+ const T = document.querySelector(".gm-style-moc");
62
+ T && n && (T.style.paddingLeft = `${n.left}px`, T.style.paddingRight = `${n.right}px`);
63
+ }, [i, n?.left, n?.right]), t.name !== "google")
64
+ return null;
65
+ const _ = () => {
66
+ s(!0);
67
+ }, b = () => {
68
+ m(!0);
69
+ };
70
+ return /* @__PURE__ */ y(O, { apiKey: t.apiKey, language: l, onLoad: _, children: o && /* @__PURE__ */ x(A, { children: [
71
+ /* @__PURE__ */ y(D, { isMapLoaded: i }),
72
+ /* @__PURE__ */ y(
73
+ z,
74
+ {
75
+ mapId: t.theme || Z.google,
76
+ defaultCenter: {
77
+ lat: d.latitude,
78
+ lng: d.longitude
79
+ },
80
+ defaultBounds: {
81
+ north: L[3],
82
+ south: L[1],
83
+ east: L[2],
84
+ west: L[0]
85
+ },
86
+ defaultZoom: e + 1,
87
+ defaultTilt: u,
88
+ defaultHeading: f,
89
+ gestureHandling: p ? "cooperative" : "greedy",
90
+ streetViewControl: !1,
91
+ fullscreenControl: !1,
92
+ clickableIcons: !1,
93
+ mapTypeControl: !1,
94
+ zoomControlOptions: {
95
+ position: v && R[v]
96
+ },
97
+ minZoom: typeof a == "number" ? a + 1 : void 0,
98
+ maxZoom: typeof r == "number" ? r + 1 : void 0,
99
+ onTilesLoaded: b,
100
+ children: M
101
+ }
102
+ )
103
+ ] }) });
104
+ }
105
+ export {
106
+ j as default
107
+ };
@@ -0,0 +1,108 @@
1
+ import { jsxs as b, jsx as M } from "react/jsx-runtime";
2
+ import { useState as v, useRef as x, useCallback as Z, useEffect as p } from "react";
3
+ import { M as B, N as L, u as T } from "./scale-control-Dsir9fWY.js";
4
+ import { u as C, D as m, a as h, m as k } from "./index-D5oT0rvy.js";
5
+ import { t as z } from "./index-DscDx7HE.js";
6
+ const A = {
7
+ en: {
8
+ "AttributionControl.ToggleAttribution": "Toggle attribution",
9
+ "FullscreenControl.Enter": "Enter fullscreen",
10
+ "FullscreenControl.Exit": "Exit fullscreen",
11
+ "GeolocateControl.FindMyLocation": "Find my location",
12
+ "GeolocateControl.LocationNotAvailable": "Location not available",
13
+ "LogoControl.Title": "Mapbox homepage",
14
+ "Map.Title": "Map",
15
+ "NavigationControl.ResetBearing": "Reset bearing to north",
16
+ "NavigationControl.ZoomIn": "Zoom in",
17
+ "NavigationControl.ZoomOut": "Zoom out",
18
+ "ScrollZoomBlocker.CtrlMessage": "Use ctrl + scroll to zoom the map",
19
+ "ScrollZoomBlocker.CmdMessage": "Use ⌘ + scroll to zoom the map",
20
+ "TouchPanBlocker.Message": "Use two fingers to move the map"
21
+ },
22
+ fr: {
23
+ "AttributionControl.ToggleAttribution": "Afficher/Masquer l’attribution",
24
+ "FullscreenControl.Enter": "Passer en plein écran",
25
+ "FullscreenControl.Exit": "Quitter le plein écran",
26
+ "GeolocateControl.FindMyLocation": "Trouver ma position",
27
+ "GeolocateControl.LocationNotAvailable": "Position non disponible",
28
+ "LogoControl.Title": "Page d’accueil Mapbox",
29
+ "Map.Title": "Carte",
30
+ "NavigationControl.ResetBearing": "Réinitialiser l’orientation au nord",
31
+ "NavigationControl.ZoomIn": "Zoomer",
32
+ "NavigationControl.ZoomOut": "Dézoomer",
33
+ "ScrollZoomBlocker.CtrlMessage": "Utilisez ctrl + défilement pour zoomer sur la carte",
34
+ "ScrollZoomBlocker.CmdMessage": "Utilisez ⌘ + défilement pour zoomer sur la carte",
35
+ "TouchPanBlocker.Message": "Utilisez deux doigts pour déplacer la carte"
36
+ }
37
+ }, E = () => {
38
+ const { current: o } = T(), { markerPoints: e, setZoom: s, mapPadding: c } = C(), [i, u] = v(void 0), l = x(void 0), n = Z(() => {
39
+ o && s(o.getZoom());
40
+ }, [o, s]);
41
+ return p(() => (n(), o?.on("zoom", n), () => {
42
+ o?.off("zoom", n);
43
+ }), [o, n]), p(() => {
44
+ if (!o || typeof e > "u" || e.length === 0)
45
+ return;
46
+ const t = z(k(e));
47
+ (!l.current || !t.every((a, r) => a === l.current?.[r])) && (l.current = t, u(t));
48
+ }, [o, e]), p(() => {
49
+ if (!o || typeof i > "u")
50
+ return;
51
+ const [t, a, r, d] = i, f = (r - t) * 0.05 || 1e-3, g = (d - a) * 0.05 || 1e-3;
52
+ o.fitBounds(
53
+ [
54
+ [t - f, a - g],
55
+ [r + f, d + g]
56
+ ],
57
+ {
58
+ // Mapbox seems to retain padding, thus further calls
59
+ // to map.getBounds() include the padding and make calculations
60
+ // harder. Explicitly turning this off.
61
+ retainPadding: !1,
62
+ padding: c,
63
+ maxZoom: 17,
64
+ duration: 700
65
+ }
66
+ );
67
+ }, [o, i, c]), null;
68
+ };
69
+ function U({ children: o }) {
70
+ const {
71
+ mapProvider: e,
72
+ locale: s,
73
+ center: c,
74
+ zoom: i = m.zoom,
75
+ minZoom: u,
76
+ maxZoom: l,
77
+ pitch: n = m.pitch,
78
+ bearing: t = m.bearing,
79
+ cooperativeGestures: a = m.cooperativeGestures,
80
+ zoomPosition: r
81
+ } = C();
82
+ return e.name !== "mapbox" ? null : /* @__PURE__ */ b(
83
+ B,
84
+ {
85
+ mapboxAccessToken: e.apiKey,
86
+ initialViewState: {
87
+ ...c,
88
+ zoom: i,
89
+ pitch: n,
90
+ bearing: t
91
+ },
92
+ cooperativeGestures: a,
93
+ minZoom: u,
94
+ maxZoom: l,
95
+ mapStyle: `mapbox://styles/${e.theme || h.mapbox}`,
96
+ interactiveLayerIds: ["road-label", "waterway-label"],
97
+ locale: A[s],
98
+ children: [
99
+ /* @__PURE__ */ M(E, {}),
100
+ r && /* @__PURE__ */ M(L, { position: r }),
101
+ o
102
+ ]
103
+ }
104
+ );
105
+ }
106
+ export {
107
+ U as default
108
+ };
@@ -1,8 +1,8 @@
1
1
  import { jsx as E } from "react/jsx-runtime";
2
2
  import { useRef as d, useEffect as M } from "react";
3
3
  import { u as D, P as H } from "./logo-control-CHapR1Dt.js";
4
- import { u as j, P as T } from "./index-DoUM-dTH.js";
5
- import { c as x, m as A } from "./styles-Lnv5-v_D.js";
4
+ import { u as j, P as T } from "./index-D5oT0rvy.js";
5
+ import { c as x, m as A } from "./styles-mseP7Fna.js";
6
6
  function Z({
7
7
  latitude: l,
8
8
  longitude: h,
@@ -0,0 +1,126 @@
1
+ import { jsxs as g, jsx as f } from "react/jsx-runtime";
2
+ import { useState as v, useRef as T, useCallback as E, useEffect as p } from "react";
3
+ import { M as x, N as L, u as A } from "./logo-control-CHapR1Dt.js";
4
+ import { u as M, D as c, a as G, m as k } from "./index-D5oT0rvy.js";
5
+ import { t as S } from "./index-DscDx7HE.js";
6
+ const F = {
7
+ en: {
8
+ "AttributionControl.ToggleAttribution": "Toggle attribution",
9
+ "AttributionControl.MapFeedback": "Map feedback",
10
+ "FullscreenControl.Enter": "Enter fullscreen",
11
+ "FullscreenControl.Exit": "Exit fullscreen",
12
+ "GeolocateControl.FindMyLocation": "Find my location",
13
+ "GeolocateControl.LocationNotAvailable": "Location not available",
14
+ "LogoControl.Title": "MapLibre logo",
15
+ "Map.Title": "Map",
16
+ "Marker.Title": "Map marker",
17
+ "NavigationControl.ResetBearing": "Reset bearing to north",
18
+ "NavigationControl.ZoomIn": "Zoom in",
19
+ "NavigationControl.ZoomOut": "Zoom out",
20
+ "Popup.Close": "Close popup",
21
+ "ScaleControl.Feet": "ft",
22
+ "ScaleControl.Meters": "m",
23
+ "ScaleControl.Kilometers": "km",
24
+ "ScaleControl.Miles": "mi",
25
+ "ScaleControl.NauticalMiles": "nm",
26
+ "GlobeControl.Enable": "Enable globe",
27
+ "GlobeControl.Disable": "Disable globe",
28
+ "TerrainControl.Enable": "Enable terrain",
29
+ "TerrainControl.Disable": "Disable terrain",
30
+ "CooperativeGesturesHandler.WindowsHelpText": "Use Ctrl + scroll to zoom the map",
31
+ "CooperativeGesturesHandler.MacHelpText": "Use ⌘ + scroll to zoom the map",
32
+ "CooperativeGesturesHandler.MobileHelpText": "Use two fingers to move the map"
33
+ },
34
+ fr: {
35
+ "AttributionControl.ToggleAttribution": "Afficher/Masquer l’attribution",
36
+ "AttributionControl.MapFeedback": "Retour sur la carte",
37
+ "FullscreenControl.Enter": "Passer en plein écran",
38
+ "FullscreenControl.Exit": "Quitter le plein écran",
39
+ "GeolocateControl.FindMyLocation": "Trouver ma position",
40
+ "GeolocateControl.LocationNotAvailable": "Position non disponible",
41
+ "LogoControl.Title": "Logo MapLibre",
42
+ "Map.Title": "Carte",
43
+ "Marker.Title": "Marqueur de carte",
44
+ "NavigationControl.ResetBearing": "Réinitialiser l’orientation au nord",
45
+ "NavigationControl.ZoomIn": "Zoomer",
46
+ "NavigationControl.ZoomOut": "Dézoomer",
47
+ "Popup.Close": "Fermer la fenêtre",
48
+ "ScaleControl.Feet": "pi",
49
+ "ScaleControl.Meters": "m",
50
+ "ScaleControl.Kilometers": "km",
51
+ "ScaleControl.Miles": "mi",
52
+ "ScaleControl.NauticalMiles": "mn",
53
+ "GlobeControl.Enable": "Activer le globe",
54
+ "GlobeControl.Disable": "Désactiver le globe",
55
+ "TerrainControl.Enable": "Activer le relief",
56
+ "TerrainControl.Disable": "Désactiver le relief",
57
+ "CooperativeGesturesHandler.WindowsHelpText": "Utilisez Ctrl + défilement pour zoomer sur la carte",
58
+ "CooperativeGesturesHandler.MacHelpText": "Utilisez ⌘ + défilement pour zoomer sur la carte",
59
+ "CooperativeGesturesHandler.MobileHelpText": "Utilisez deux doigts pour déplacer la carte"
60
+ }
61
+ }, z = () => {
62
+ const { current: e } = A(), { markerPoints: o, setZoom: s, mapPadding: u } = M(), [a, m] = v(void 0), i = T(void 0), l = E(() => {
63
+ e && s(e.getZoom());
64
+ }, [e, s]);
65
+ return p(() => (l(), e?.on("zoom", l), () => {
66
+ e?.off("zoom", l);
67
+ }), [e, l]), p(() => {
68
+ if (!e || typeof o > "u" || o.length === 0)
69
+ return;
70
+ const t = S(k(o));
71
+ (!i.current || !t.every((n, r) => n === i.current?.[r])) && (i.current = t, m(t));
72
+ }, [e, o]), p(() => {
73
+ if (!e || typeof a > "u")
74
+ return;
75
+ const [t, n, r, C] = a, b = (r - t) * 0.05 || 1e-3, d = (C - n) * 0.05 || 1e-3;
76
+ e.fitBounds(
77
+ [
78
+ [t - b, n - d],
79
+ [r + b, C + d]
80
+ ],
81
+ {
82
+ padding: u,
83
+ maxZoom: 17,
84
+ duration: 700
85
+ }
86
+ );
87
+ }, [e, a, u]), null;
88
+ };
89
+ function P({ children: e }) {
90
+ const {
91
+ mapProvider: o,
92
+ locale: s,
93
+ center: u,
94
+ zoom: a = c.zoom,
95
+ minZoom: m,
96
+ maxZoom: i,
97
+ pitch: l = c.pitch,
98
+ bearing: t = c.bearing,
99
+ cooperativeGestures: n = c.cooperativeGestures,
100
+ zoomPosition: r
101
+ } = M();
102
+ return o.name !== "maptiler" ? null : /* @__PURE__ */ g(
103
+ x,
104
+ {
105
+ initialViewState: {
106
+ ...u,
107
+ zoom: a,
108
+ pitch: l,
109
+ bearing: t
110
+ },
111
+ cooperativeGestures: n,
112
+ minZoom: m,
113
+ maxZoom: i,
114
+ mapStyle: `https://api.maptiler.com/maps/${o.theme || G.maptiler}/style.json?key=${o.apiKey}`,
115
+ locale: F[s],
116
+ children: [
117
+ /* @__PURE__ */ f(z, {}),
118
+ r && /* @__PURE__ */ f(L, { position: r }),
119
+ e
120
+ ]
121
+ }
122
+ );
123
+ }
124
+ export {
125
+ P as default
126
+ };
@@ -1,8 +1,8 @@
1
1
  import { jsx as E } from "react/jsx-runtime";
2
2
  import { useRef as d, useEffect as M } from "react";
3
3
  import { u as z, P as D } from "./scale-control-Dsir9fWY.js";
4
- import { u as H, P as T } from "./index-DoUM-dTH.js";
5
- import { c as j, m as A } from "./styles-Lnv5-v_D.js";
4
+ import { u as H, P as T } from "./index-D5oT0rvy.js";
5
+ import { c as j, m as A } from "./styles-mseP7Fna.js";
6
6
  function Z({
7
7
  latitude: h,
8
8
  longitude: l,
@@ -1,7 +1,7 @@
1
1
  import { jsxs as f, jsx as r } from "react/jsx-runtime";
2
2
  import { useMap as k, AdvancedMarker as u } from "@vis.gl/react-google-maps";
3
- import { u as M, M as g } from "./index-DoUM-dTH.js";
4
- import { C, c as v, M as I } from "./index-DBpXJh_8.js";
3
+ import { u as M, M as g } from "./index-D5oT0rvy.js";
4
+ import { C, c as v, M as I } from "./index-DRdXfLHP.js";
5
5
  function x({
6
6
  clusters: a,
7
7
  colors: o,
@@ -1,8 +1,8 @@
1
1
  import { jsx as E } from "react/jsx-runtime";
2
2
  import { useState as L, useRef as M, useCallback as N, useEffect as f, useMemo as W } from "react";
3
3
  import { useMap as _, InfoWindow as x } from "@vis.gl/react-google-maps";
4
- import { u as z, P as y } from "./index-DoUM-dTH.js";
5
- import { c as H, m as j } from "./styles-Lnv5-v_D.js";
4
+ import { u as z, P as y } from "./index-D5oT0rvy.js";
5
+ import { c as H, m as j } from "./styles-mseP7Fna.js";
6
6
  function Z({
7
7
  latitude: g,
8
8
  longitude: m,
@@ -15,7 +15,7 @@ const et = at.createContext({}), R = () => ct(et), C = {
15
15
  bottom: 10,
16
16
  left: 10,
17
17
  right: 10
18
- }, J = 10, pt = 22, Jt = 10, ht = 30, lt = 60, Wt = 15, ft = [-180, -85.0511, 180, 85.0511], dt = "w-full h-full relative overflow-hidden", mt = w(() => import("./index-D-wKsZtO.js")), gt = w(() => import("./index-BfcWqVMc.js")), yt = w(() => import("./index-k7gr6NRM.js")), wt = w(() => import("./index-qqbvBkdn.js")), Mt = ({ children: r }) => {
18
+ }, J = 10, pt = 22, Jt = 10, ht = 30, lt = 60, Wt = 15, ft = [-180, -85.0511, 180, 85.0511], dt = "w-full h-full relative overflow-hidden", mt = w(() => import("./index-B9irDFVS.js")), gt = w(() => import("./index-5JWsWx8g.js")), yt = w(() => import("./index-7WiriOPf.js")), wt = w(() => import("./index-qqbvBkdn.js")), Mt = ({ children: r }) => {
19
19
  const {
20
20
  mapProvider: t,
21
21
  center: e,
@@ -569,7 +569,7 @@ var Lt = function(t) {
569
569
  supercluster: c.current
570
570
  };
571
571
  };
572
- const Rt = w(() => import("./index-C6dKnCta.js")), It = w(() => import("./index-DZDCWEAt.js")), Ut = w(() => import("./index-DWhC5cZK.js"));
572
+ const Rt = w(() => import("./index-DImiFUoC.js")), It = w(() => import("./index-Bn4XgGCE.js")), Ut = w(() => import("./index--TOrExMa.js"));
573
573
  function Dt({ markers: r, onClick: t, ...e }) {
574
574
  const { mapProvider: n, activeMarker: o, center: i, zoom: a, setMarkerPoints: c, setClusterPoints: s } = R();
575
575
  H(() => {
@@ -650,7 +650,7 @@ function Dt({ markers: r, onClick: t, ...e }) {
650
650
  }
651
651
  ) : null;
652
652
  }
653
- const Zt = w(() => import("./index-DqtKFLcm.js")), Ft = w(() => import("./index-C9omoY_W.js")), Bt = w(() => import("./index-B1pyYX8E.js"));
653
+ const Zt = w(() => import("./index-B1UUkU25.js")), Ft = w(() => import("./index-Cnab0xsb.js")), Bt = w(() => import("./index-BCEeluIN.js"));
654
654
  function Nt({ children: r, anchor: t = "bottom", ...e }) {
655
655
  const { mapProvider: n } = R(), o = S(() => {
656
656
  switch (n?.name) {
@@ -689,6 +689,7 @@ function kt(r) {
689
689
  {
690
690
  value: {
691
691
  ...r,
692
+ locale: r.locale || "en",
692
693
  mapPadding: r.mapPadding || ut,
693
694
  markerPoints: t,
694
695
  setMarkerPoints: e,
@@ -1,8 +1,8 @@
1
1
  import { jsxs as f, jsx as i } from "react/jsx-runtime";
2
2
  import { a as k } from "./logo-control-CHapR1Dt.js";
3
3
  import "react";
4
- import { u, M } from "./index-DoUM-dTH.js";
5
- import { C as g, c as C, M as v } from "./index-DBpXJh_8.js";
4
+ import { u, M } from "./index-D5oT0rvy.js";
5
+ import { C as g, c as C, M as v } from "./index-DRdXfLHP.js";
6
6
  function x({
7
7
  clusters: n,
8
8
  colors: o,
@@ -1,6 +1,6 @@
1
1
  import { jsx as r, jsxs as l, Fragment as d } from "react/jsx-runtime";
2
2
  import { useMemo as f } from "react";
3
- import { u as h, M as n } from "./index-DoUM-dTH.js";
3
+ import { u as h, M as n } from "./index-D5oT0rvy.js";
4
4
  import { MapPinIcon as g } from "@phosphor-icons/react";
5
5
  const a = `
6
6
  group/marker cursor-pointer rounded-full
package/dist/index.es.js CHANGED
@@ -1,4 +1,4 @@
1
- import { i as c } from "./index-DoUM-dTH.js";
1
+ import { i as c } from "./index-D5oT0rvy.js";
2
2
  export {
3
3
  c as LocalLogicMap
4
4
  };