@local-logic/maps 0.0.19 → 0.0.21

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 (38) hide show
  1. package/dist/index-29Y5fJR0.js +24 -0
  2. package/dist/{index-DnE7POcz.js → index-6JzOJU8O.js} +1 -1
  3. package/dist/{index-C_RtwL3E.js → index-AcZakyxd.js} +5 -5
  4. package/dist/{index-r9nwo0R7.js → index-CHSsiFtN.js} +1 -1
  5. package/dist/{index-DUdSU2pv.js → index-CqUTGwL0.js} +2 -2
  6. package/dist/{index-Be6RGKzc.js → index-Cwn0dgP_.js} +3 -3
  7. package/dist/{index-C1QREXT1.js → index-D--WdzK4.js} +2 -2
  8. package/dist/{index-DMwjyhBt.js → index-D1Phs0fA.js} +2 -2
  9. package/dist/{index-pztBT1mz.js → index-D1vI6Ww_.js} +1 -1
  10. package/dist/{index-Dvg9jDs5.js → index-DHHG0vNa.js} +1 -1
  11. package/dist/{index-C0nB-ZYI.js → index-DKFcZs0A.js} +2 -2
  12. package/dist/{index-CBfuS_n2.js → index-DZTFM839.js} +1 -1
  13. package/dist/index-DdYanSGw.js +23 -0
  14. package/dist/index-Dxh7aMoG.js +23 -0
  15. package/dist/{index-C9z8YU4t.js → index-_8n5sl1B.js} +3 -3
  16. package/dist/{index-gTk5Txmy.js → index-_n1FGHXc.js} +2 -2
  17. package/dist/index.es.js +1 -1
  18. package/dist/index.umd.js +305 -206
  19. package/dist/{logo-control-BALqfBGo.js → logo-control-C5ZdRec5.js} +1 -1
  20. package/dist/{mapbox-gl-Coz2msiN.js → mapbox-gl-D6JObe4m.js} +15957 -15589
  21. package/dist/{maplibre-gl-CAHhS7Ky.js → maplibre-gl-DDfJU6SR.js} +7506 -7216
  22. package/dist/scale-control-Cflgzbvb.js +744 -0
  23. package/dist/src/components/Map/Root/CenterPin/Google/index.d.ts +1 -1
  24. package/dist/src/components/Map/Root/CenterPin/Google/index.d.ts.map +1 -1
  25. package/dist/src/components/Map/Root/CenterPin/Mapbox/index.d.ts +1 -1
  26. package/dist/src/components/Map/Root/CenterPin/Mapbox/index.d.ts.map +1 -1
  27. package/dist/src/components/Map/Root/CenterPin/Maptiler/index.d.ts +1 -1
  28. package/dist/src/components/Map/Root/CenterPin/Maptiler/index.d.ts.map +1 -1
  29. package/dist/src/components/Map/Root/CenterPin/types.d.ts +1 -0
  30. package/dist/src/components/Map/Root/CenterPin/types.d.ts.map +1 -1
  31. package/dist/style.css +1 -1
  32. package/dist/styles-B8oT_wcC.js +2772 -0
  33. package/package.json +5 -4
  34. package/dist/index-C7cTTXxY.js +0 -24
  35. package/dist/index-DjQpPQGI.js +0 -23
  36. package/dist/index-t8m-nFSa.js +0 -23
  37. package/dist/scale-control-BOI2g14-.js +0 -726
  38. package/dist/styles-Do-o-qNU.js +0 -48
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@local-logic/maps",
3
- "version": "0.0.19",
3
+ "version": "0.0.21",
4
4
  "description": "This is a maps implementation allowing for the display of Local Logic data on a map.",
5
5
  "author": "Local Logic",
6
6
  "license": "ISC",
@@ -82,10 +82,11 @@
82
82
  "@phosphor-icons/react": "^2.1.10",
83
83
  "@turf/turf": "^7.2.0",
84
84
  "@vis.gl/react-google-maps": "^1.5.4",
85
- "mapbox-gl": "^3.14.0",
86
- "maplibre-gl": "^5.6.2",
87
- "react-map-gl": "^8.0.4",
85
+ "mapbox-gl": "^3.15.0",
86
+ "maplibre-gl": "^5.9.0",
87
+ "react-map-gl": "^8.1.0",
88
88
  "supercluster": "^8.0.1",
89
+ "tailwind-merge": "^3.3.1",
89
90
  "use-supercluster": "^1.2.0"
90
91
  }
91
92
  }
@@ -1,24 +0,0 @@
1
- import { jsxs as e, jsx as a } from "react/jsx-runtime";
2
- import { a as i } from "./index.modern-fpUBOYPT.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,23 +0,0 @@
1
- import { jsxs as i, jsx as a } from "react/jsx-runtime";
2
- import { a as e } from "./logo-control-BALqfBGo.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
- };
@@ -1,23 +0,0 @@
1
- import { jsxs as i, jsx as a } from "react/jsx-runtime";
2
- import { a as o } from "./scale-control-BOI2g14-.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
- };