@local-logic/maps 0.0.15 → 0.0.17

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.
@@ -1,8 +1,8 @@
1
1
  import { jsxs as M, jsx as p } from "react/jsx-runtime";
2
2
  import { a as u } from "./logo-control-NE-LlsRy.js";
3
3
  import "react";
4
- import { u as _, M as b } from "./index-D4zzctTs.js";
5
- import { C as h, c as k, M as I } from "./index-pGewpik1.js";
4
+ import { u as _, M as b } from "./index-gQWdQJQa.js";
5
+ import { C as h, c as k, M as I } from "./index-Dt3mhHy8.js";
6
6
  function N({
7
7
  clusters: t,
8
8
  colors: e,
@@ -2,7 +2,7 @@ import { jsxs as x, jsx as d } from "react/jsx-runtime";
2
2
  import { useState as y, useEffect as c } from "react";
3
3
  import { M as g, N as h, u as b } from "./logo-control-NE-LlsRy.js";
4
4
  import { b as B } from "./index-CFomI3Il.js";
5
- import { u as M, d as u, a as Z, m as z } from "./index-D4zzctTs.js";
5
+ import { u as M, d as u, a as Z, m as z } from "./index-gQWdQJQa.js";
6
6
  const L = ({ padding: i }) => {
7
7
  const { current: o } = b(), { markerPoints: n, setBounds: m, setZoom: f } = M(), [r, p] = y(void 0), s = () => {
8
8
  var e;
@@ -2,7 +2,7 @@ import { jsxs as M, jsx as d } from "react/jsx-runtime";
2
2
  import { useState as v, useEffect as l } from "react";
3
3
  import { M as y, N as g, u as h } from "./scale-control-CyJd4u6j.js";
4
4
  import { b as B } from "./index-CFomI3Il.js";
5
- import { u as b, d as u, a as Z, m as z } from "./index-D4zzctTs.js";
5
+ import { u as b, d as u, a as Z, m as z } from "./index-gQWdQJQa.js";
6
6
  const L = ({ padding: i }) => {
7
7
  const { current: o } = h(), { markerPoints: n, setBounds: m, setZoom: f } = b(), [r, p] = v(void 0), a = () => {
8
8
  var t;
@@ -1,8 +1,8 @@
1
1
  import { jsxs as M, jsx as p } from "react/jsx-runtime";
2
2
  import { a as b } from "./scale-control-CyJd4u6j.js";
3
3
  import "react";
4
- import { u, M as h } from "./index-D4zzctTs.js";
5
- import { C as k, c as x, M as I } from "./index-pGewpik1.js";
4
+ import { u, M as h } from "./index-gQWdQJQa.js";
5
+ import { C as k, c as x, M as I } from "./index-Dt3mhHy8.js";
6
6
  function N({
7
7
  clusters: t,
8
8
  colors: e,
@@ -1,7 +1,7 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
2
  import { useEffect as a } from "react";
3
3
  import { P as c } from "./scale-control-CyJd4u6j.js";
4
- import { u as i } from "./index-D4zzctTs.js";
4
+ import { u as i } from "./index-gQWdQJQa.js";
5
5
  import { c as n } from "./styles-ChFj97uV.js";
6
6
  function l({
7
7
  latitude: p,
@@ -1,7 +1,7 @@
1
1
  import { jsx as p } from "react/jsx-runtime";
2
2
  import { useEffect as a } from "react";
3
3
  import { P as i } from "./logo-control-NE-LlsRy.js";
4
- import { u as c } from "./index-D4zzctTs.js";
4
+ import { u as c } from "./index-gQWdQJQa.js";
5
5
  import { c as n } from "./styles-ChFj97uV.js";
6
6
  function y({
7
7
  latitude: e,
@@ -0,0 +1,23 @@
1
+ import { jsxs as i, jsx as a } from "react/jsx-runtime";
2
+ import { a as o } from "./scale-control-CyJd4u6j.js";
3
+ import "react";
4
+ import { c as n, b as e, S as r, o as s, i as c } from "./styles-Do-o-qNU.js";
5
+ function p({ marker: t }) {
6
+ return /* @__PURE__ */ i(
7
+ o,
8
+ {
9
+ anchor: "bottom",
10
+ longitude: t.longitude,
11
+ latitude: t.latitude,
12
+ className: n.trim(),
13
+ children: [
14
+ /* @__PURE__ */ a("span", { className: e, children: /* @__PURE__ */ a(r, {}) }),
15
+ /* @__PURE__ */ a(s, { className: c })
16
+ ]
17
+ },
18
+ `center-pin-marker-${t.longitude}-${t.latitude}`
19
+ );
20
+ }
21
+ export {
22
+ p as default
23
+ };
@@ -0,0 +1,24 @@
1
+ import { jsxs as e, jsx as a } from "react/jsx-runtime";
2
+ import { a as i } from "./index.modern-CLRs8JwI.js";
3
+ import { c as t, b as o, S as s, o as r, i as l } from "./styles-Do-o-qNU.js";
4
+ function u({ marker: n }) {
5
+ return /* @__PURE__ */ e(
6
+ i,
7
+ {
8
+ position: {
9
+ lat: n.latitude,
10
+ lng: n.longitude
11
+ },
12
+ className: t.trim(),
13
+ zIndex: 10,
14
+ children: [
15
+ /* @__PURE__ */ a("span", { className: o, children: /* @__PURE__ */ a(s, {}) }),
16
+ /* @__PURE__ */ a(r, { className: l })
17
+ ]
18
+ },
19
+ `center-pin-marker-${n.longitude}-${n.latitude}`
20
+ );
21
+ }
22
+ export {
23
+ u as default
24
+ };
@@ -1,7 +1,7 @@
1
1
  import { jsx as r, jsxs as o, Fragment as f } from "react/jsx-runtime";
2
2
  import * as e from "react";
3
3
  import { useMemo as g } from "react";
4
- import { u as p, M as c } from "./index-D4zzctTs.js";
4
+ import { u as p, M as c } from "./index-gQWdQJQa.js";
5
5
  import { p as Z } from "./IconBase.es-rM5tt24D.js";
6
6
  const A = /* @__PURE__ */ new Map([
7
7
  [
@@ -2,7 +2,7 @@ import { jsxs as v, jsx as T } from "react/jsx-runtime";
2
2
  import { useState as h, useEffect as M } from "react";
3
3
  import { A as y, M as L, C as f, u as P } from "./index.modern-CLRs8JwI.js";
4
4
  import { b as x } from "./index-CFomI3Il.js";
5
- import { u as b, d as p, a as B, m as O } from "./index-D4zzctTs.js";
5
+ import { u as b, d as p, a as B, m as O } from "./index-gQWdQJQa.js";
6
6
  const Z = {
7
7
  "top-left": f.LEFT_TOP,
8
8
  "top-right": f.RIGHT_TOP,
@@ -1,7 +1,7 @@
1
1
  import { jsx as n } from "react/jsx-runtime";
2
2
  import { useEffect as a, useMemo as f } from "react";
3
3
  import { u as o, I as s } from "./index.modern-CLRs8JwI.js";
4
- import { u as y } from "./index-D4zzctTs.js";
4
+ import { u as y } from "./index-gQWdQJQa.js";
5
5
  import { c as x } from "./styles-ChFj97uV.js";
6
6
  function I({
7
7
  latitude: u,
@@ -0,0 +1,23 @@
1
+ import { jsxs as i, jsx as a } from "react/jsx-runtime";
2
+ import { a as e } from "./logo-control-NE-LlsRy.js";
3
+ import "react";
4
+ import { c as n, b as o, S as r, o as s, i as l } from "./styles-Do-o-qNU.js";
5
+ function p({ marker: t }) {
6
+ return /* @__PURE__ */ i(
7
+ e,
8
+ {
9
+ anchor: "bottom",
10
+ longitude: t.longitude,
11
+ latitude: t.latitude,
12
+ className: n.trim(),
13
+ children: [
14
+ /* @__PURE__ */ a("span", { className: o, children: /* @__PURE__ */ a(r, {}) }),
15
+ /* @__PURE__ */ a(s, { className: l })
16
+ ]
17
+ },
18
+ `center-pin-marker-${t.longitude}-${t.latitude}`
19
+ );
20
+ }
21
+ export {
22
+ p as default
23
+ };
@@ -10,7 +10,7 @@ const tt = it.createContext({}), R = () => at(tt), I = {
10
10
  maptiler: "600d69cb-288d-445e-9839-3dfe4d76b31a",
11
11
  mapbox: "locallogic/cmb9nz9kb011501ru8drq8fqf",
12
12
  google: "a7ff20eb973126bb"
13
- }, Y = 13, ut = 22, Ht = 12.5, ht = 30, pt = 60, lt = "w-full h-full relative overflow-hidden", ft = w(() => import("./index-DAov3leT.js")), dt = w(() => import("./index-DgzwPaj5.js")), gt = w(() => import("./index-DcbaLZSy.js")), mt = w(() => import("./index-qqbvBkdn.js")), yt = ({ padding: r = 1e-3, children: t }) => {
13
+ }, Y = 13, ut = 22, Ht = 12.5, ht = 30, pt = 60, lt = "w-full h-full relative overflow-hidden", ft = w(() => import("./index-BjEh3n_u.js")), dt = w(() => import("./index-DxGEMfzT.js")), gt = w(() => import("./index-C-DWzOya.js")), mt = w(() => import("./index-qqbvBkdn.js")), yt = ({ padding: r = 1e-3, children: t }) => {
14
14
  const {
15
15
  mapProvider: e,
16
16
  center: n,
@@ -48,7 +48,7 @@ const tt = it.createContext({}), R = () => at(tt), I = {
48
48
  children: /* @__PURE__ */ T(p, { padding: r, children: t })
49
49
  }
50
50
  );
51
- }, wt = w(() => import("./index-Do_dW76Q.js")), Mt = w(() => import("./index-BCa658u4.js")), _t = w(() => import("./index-CNxLnZ8O.js"));
51
+ }, wt = w(() => import("./index-_YvDHCeI.js")), Mt = w(() => import("./index-DnawJzMq.js")), _t = w(() => import("./index-DS_C78Lv.js"));
52
52
  function At(r) {
53
53
  const { mapProvider: t } = R(), e = P(() => {
54
54
  switch (t == null ? void 0 : t.name) {
@@ -564,7 +564,7 @@ var Lt = function(t) {
564
564
  supercluster: c.current
565
565
  };
566
566
  };
567
- const It = w(() => import("./index-Dxhpxh8s.js")), vt = w(() => import("./index-BsV7l4S5.js")), Rt = w(() => import("./index-DLKjaFD7.js"));
567
+ const It = w(() => import("./index-B1Omdmxd.js")), vt = w(() => import("./index-rvV2PJV8.js")), Rt = w(() => import("./index-CtwDDX_3.js"));
568
568
  function Zt({ markers: r, onClick: t, ...e }) {
569
569
  const { mapProvider: n, activeMarker: o, center: i, bounds: a, zoom: c, setMarkerPoints: s } = R();
570
570
  ct(() => {
@@ -629,7 +629,7 @@ function Zt({ markers: r, onClick: t, ...e }) {
629
629
  }
630
630
  ) : null;
631
631
  }
632
- const Ct = w(() => import("./index-DQ-QUYzC.js")), Ut = w(() => import("./index-BiSKh6cm.js")), Bt = w(() => import("./index-CJL604iU.js"));
632
+ const Ct = w(() => import("./index-DRwDYyiE.js")), Ut = w(() => import("./index-JSENtNiR.js")), Bt = w(() => import("./index-DKwlSz0j.js"));
633
633
  function Ft({ children: r, anchor: t = "bottom", ...e }) {
634
634
  const { mapProvider: n } = R(), o = P(() => {
635
635
  switch (n == null ? void 0 : n.name) {
@@ -1,7 +1,7 @@
1
1
  import { jsxs as u, jsx as o } from "react/jsx-runtime";
2
2
  import { u as M, a as k } from "./index.modern-CLRs8JwI.js";
3
- import { u as I, M as O } from "./index-D4zzctTs.js";
4
- import { C as _, c as b, M as h } from "./index-pGewpik1.js";
3
+ import { u as I, M as O } from "./index-gQWdQJQa.js";
4
+ import { C as _, c as b, M as h } from "./index-Dt3mhHy8.js";
5
5
  function C({
6
6
  clusters: a,
7
7
  colors: i,
package/dist/index.es.js CHANGED
@@ -1,4 +1,4 @@
1
- import { i as c } from "./index-D4zzctTs.js";
1
+ import { i as c } from "./index-gQWdQJQa.js";
2
2
  export {
3
3
  c as LocalLogicMap
4
4
  };