@arenarium/maps 1.3.12 → 1.3.13
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/main.js +2 -2
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -3198,7 +3198,7 @@ function $(...t) {
|
|
|
3198
3198
|
};
|
|
3199
3199
|
}
|
|
3200
3200
|
var ba = /* @__PURE__ */ $(/* @__PURE__ */ ce(), /* @__PURE__ */ Br(32)), _a = /* @__PURE__ */ $(/* @__PURE__ */ ce(), /* @__PURE__ */ hn(1)), bt = /* @__PURE__ */ Zr((t) => t instanceof HTMLElement, "Must be an HTMLElement"), Wt = /* @__PURE__ */ $(/* @__PURE__ */ Yr(), /* @__PURE__ */ jr(/* @__PURE__ */ Jr([/* @__PURE__ */ ce(), bt]))), Bt = /* @__PURE__ */ $(/* @__PURE__ */ ge({ width: /* @__PURE__ */ $(/* @__PURE__ */ ue(), /* @__PURE__ */ le(0)), height: /* @__PURE__ */ $(/* @__PURE__ */ ue(), /* @__PURE__ */ le(0)), padding: /* @__PURE__ */ $(/* @__PURE__ */ ue(), /* @__PURE__ */ le(0)) }), /* @__PURE__ */ Wr((t) => Math.min(t.width, t.height) / t.padding >= 4, "Minimum of width or height must be greater than or equal to 4 * padding")), Ma = /* @__PURE__ */ ge({ background: /* @__PURE__ */ S(/* @__PURE__ */ ce()), radius: /* @__PURE__ */ S(/* @__PURE__ */ $(/* @__PURE__ */ ue(), /* @__PURE__ */ le(0))), shadow: /* @__PURE__ */ S(/* @__PURE__ */ ce()) }), Hn = /* @__PURE__ */ ge({ background: /* @__PURE__ */ S(/* @__PURE__ */ ce()), radius: /* @__PURE__ */ S(/* @__PURE__ */ $(/* @__PURE__ */ ue(), /* @__PURE__ */ le(0))), filter: /* @__PURE__ */ S(/* @__PURE__ */ ce()) }), Ea = /* @__PURE__ */ ge({ id: /* @__PURE__ */ $(/* @__PURE__ */ ce(), /* @__PURE__ */ hn(1)), rank: /* @__PURE__ */ $(/* @__PURE__ */ ue(), /* @__PURE__ */ le(0)), lat: /* @__PURE__ */ $(/* @__PURE__ */ ue(), /* @__PURE__ */ le(-90), /* @__PURE__ */ Kt(90)), lng: /* @__PURE__ */ $(/* @__PURE__ */ ue(), /* @__PURE__ */ le(-180), /* @__PURE__ */ Kt(180)), tooltip: /* @__PURE__ */ ge({ element: bt, style: /* @__PURE__ */ S(Hn), dimensions: /* @__PURE__ */ S(Bt), initialize: /* @__PURE__ */ S(Wt) }), pin: /* @__PURE__ */ S(/* @__PURE__ */ ge({ element: /* @__PURE__ */ S(bt), style: /* @__PURE__ */ S(Ma), dimensions: /* @__PURE__ */ S(Bt), initialize: /* @__PURE__ */ S(Wt) })), popup: /* @__PURE__ */ S(/* @__PURE__ */ ge({ element: bt, style: /* @__PURE__ */ S(Hn), dimensions: /* @__PURE__ */ S(Bt), initialize: /* @__PURE__ */ S(Wt) })) });
|
|
3201
|
-
const xa = "1.3.
|
|
3201
|
+
const xa = "1.3.12";
|
|
3202
3202
|
class Sa {
|
|
3203
3203
|
apiKey;
|
|
3204
3204
|
apiJwt;
|
|
@@ -3254,7 +3254,7 @@ class Pa {
|
|
|
3254
3254
|
throw Error("Must override static create method!");
|
|
3255
3255
|
}
|
|
3256
3256
|
}
|
|
3257
|
-
const qn = "1.3.
|
|
3257
|
+
const qn = "1.3.12", Ta = "https://maps.api.arenarium.dev/auth", Ia = "https://maps.api.arenarium.dev/log", Zn = 500;
|
|
3258
3258
|
class Xr extends Pa {
|
|
3259
3259
|
apiKey;
|
|
3260
3260
|
mapProvider;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arenarium/maps",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.13",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "arenarium",
|
|
6
6
|
"description": "Visualize complex map markers clearly. A JavaScript library for effective display of map markers, compatible with MapLibre, Mapbox, and Google Maps.",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"**/*.css"
|
|
39
39
|
],
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@arenarium/maps-core": "1.0.
|
|
41
|
+
"@arenarium/maps-core": "1.0.19",
|
|
42
42
|
"svelte": "^5.53.5",
|
|
43
43
|
"valibot": "^1.2.0"
|
|
44
44
|
},
|