@arenarium/maps 1.0.212 → 1.0.213
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/index.css +1 -1
- package/dist/index.d.ts +2 -28
- package/dist/index.js +1 -1
- package/dist/main.cjs.js +1 -1
- package/dist/main.d.ts +2 -28
- package/dist/main.es.js +840 -842
- package/dist/style.css +1 -1
- package/package.json +20 -20
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.pin.svelte-
|
|
1
|
+
.pin.svelte-zz3jrb{position:absolute;background-color:var(--arenarium-maps-pin-border, white);padding:2px;box-sizing:border-box;box-shadow:var(--arenarium-maps-pin-shadow, 0px 2px 2px rgba(0, 0, 0, .5));transform-origin:0% 0%;transform-style:preserve-3d;transform:translate(-50%,-50%);backface-visibility:hidden;will-change:scale}.pin.svelte-zz3jrb .body:where(.svelte-zz3jrb){background-color:var(--arenarium-maps-pin-background, darkgreen);overflow:hidden;will-change:opacity}.pin.svelte-zz3jrb{scale:0;filter:brightness(0)}.pin.svelte-zz3jrb{display:none;content-visibility:hidden}.pin.displayed.svelte-zz3jrb{display:initial;content-visibility:initial}.anchor.svelte-11extwn{display:block;position:absolute;width:0px;height:0px;filter:drop-shadow(var(--arenarium-maps-tooltip-shadow, 0px 2px 2px rgba(0, 0, 0, .5)));transition:filter ease-in-out 125ms}.anchor.svelte-11extwn .bubble:where(.svelte-11extwn){position:absolute;left:0;top:0}.anchor.svelte-11extwn .bubble:where(.svelte-11extwn) .body:where(.svelte-11extwn){position:relative;background-color:var(--arenarium-maps-tooltip-background, white);cursor:pointer}.anchor.svelte-11extwn .pointer:where(.svelte-11extwn){position:absolute;left:0;top:0;background-color:var(--arenarium-maps-tooltip-background, white);transform-origin:0% 0%}.anchor.svelte-11extwn:hover{transform-style:preserve-3d;backface-visibility:hidden;filter:drop-shadow(var(--arenarium-maps-tooltip-shadow-hover, 0px 2px 4px rgba(0, 0, 0, .5)))}.anchor.svelte-11extwn:hover .bubble:where(.svelte-11extwn){transform-style:preserve-3d;backface-visibility:hidden}.anchor.svelte-11extwn{opacity:0;will-change:opacity}.anchor.svelte-11extwn .bubble:where(.svelte-11extwn){scale:0;transform-origin:0% 0%;will-change:transform,scale}.anchor.svelte-11extwn .pointer:where(.svelte-11extwn){scale:0;transform-origin:0% 0%;will-change:transform,scale}.anchor.svelte-11extwn{display:none;content-visibility:hidden}.anchor.displayed.svelte-11extwn{display:initial;content-visibility:initial}
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arenarium/maps",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.213",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "arenarium.dev",
|
|
6
|
-
"description": "Visualize complex map markers clearly. A JavaScript
|
|
6
|
+
"description": "Visualize complex map markers clearly. A JavaScript lib for effective display of map markers, compatible with MapLibre, Mapbox, and Google Maps.",
|
|
7
7
|
"homepage": "https://arenarium.dev",
|
|
8
8
|
"keywords": [
|
|
9
9
|
"arenarium",
|
|
@@ -58,24 +58,24 @@
|
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@rollup/plugin-typescript": "^12.1.4",
|
|
60
60
|
"@sveltejs/adapter-auto": "^6.1.0",
|
|
61
|
-
"@sveltejs/kit": "^2.
|
|
61
|
+
"@sveltejs/kit": "^2.39.0",
|
|
62
62
|
"@sveltejs/package": "^2.5.0",
|
|
63
63
|
"@sveltejs/vite-plugin-svelte": "^5.1.1",
|
|
64
64
|
"@types/node": "^24.3.1",
|
|
65
65
|
"dts-bundle-generator": "^9.5.1",
|
|
66
66
|
"eslint": "^9.35.0",
|
|
67
67
|
"eslint-config-prettier": "^10.1.8",
|
|
68
|
-
"eslint-plugin-svelte": "^3.12.
|
|
69
|
-
"globals": "^16.
|
|
68
|
+
"eslint-plugin-svelte": "^3.12.3",
|
|
69
|
+
"globals": "^16.4.0",
|
|
70
70
|
"less": "^4.4.1",
|
|
71
71
|
"prettier": "^3.6.2",
|
|
72
72
|
"prettier-plugin-svelte": "^3.4.0",
|
|
73
73
|
"publint": "^0.3.12",
|
|
74
|
-
"svelte": "^5.38.
|
|
74
|
+
"svelte": "^5.38.10",
|
|
75
75
|
"svelte-check": "^4.3.1",
|
|
76
76
|
"typescript": "^5.9.2",
|
|
77
|
-
"typescript-eslint": "^8.
|
|
78
|
-
"vite": "^6.3.
|
|
77
|
+
"typescript-eslint": "^8.43.0",
|
|
78
|
+
"vite": "^6.3.6",
|
|
79
79
|
"vite-plugin-dts": "^4.5.4",
|
|
80
80
|
"arenarium-maps-shared": "1.0.0"
|
|
81
81
|
},
|
|
@@ -103,17 +103,17 @@
|
|
|
103
103
|
"zod": "^3.25.76"
|
|
104
104
|
},
|
|
105
105
|
"scripts": {
|
|
106
|
-
"
|
|
107
|
-
"
|
|
108
|
-
"
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
"
|
|
116
|
-
"
|
|
117
|
-
"
|
|
106
|
+
"lib_dev": "vite dev --host",
|
|
107
|
+
"lib_dev_browser": "vite dev --mode browser --host",
|
|
108
|
+
"lib_check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
109
|
+
"lib_check_watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
110
|
+
"lib_build_vite_modular": "vite build -c ./vite/modular/vite.config.ts",
|
|
111
|
+
"lib_build_vite_browser": "vite build -c ./vite/browser/vite.config.ts",
|
|
112
|
+
"lib_build_types_browser": "dts-bundle-generator --export-referenced-types --umd-module-name=arenarium -o ./dist/index.d.ts ./src/lib/index.ts",
|
|
113
|
+
"lib_build": "pnpm run lib_build_vite_modular && pnpm run lib_build_vite_browser && pnpm run lib_build_types_browser",
|
|
114
|
+
"lib_patch_push": "pnpm version patch --no-git-tag-version && git push",
|
|
115
|
+
"lib_publish_public": "pnpm publish --access public",
|
|
116
|
+
"lib_build_patch_commit_publish": "pnpm run build && pnpm run lib_patch_push && pnpm run lib_publish_public",
|
|
117
|
+
"lib_preview": "vite preview"
|
|
118
118
|
}
|
|
119
119
|
}
|