@htmlbricks/hb-map 0.65.22 → 0.66.0
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/manifest.json +4 -4
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -350,7 +350,7 @@
|
|
|
350
350
|
}
|
|
351
351
|
}
|
|
352
352
|
},
|
|
353
|
-
"description": "",
|
|
353
|
+
"description": "Interactive map: `center`, `zoom`, `source` (OSM or CARTO vector styles), `options` (e.g. `centerFromGeometries`, marker text layout), and `data` with markers (lng/lat, icon, popup HTML, text). Set `screenshot` to capture; emits map clicks, marker clicks, and screenshot payloads.",
|
|
354
354
|
"storybookArgs": {
|
|
355
355
|
"options": {
|
|
356
356
|
"control": {
|
|
@@ -759,12 +759,12 @@
|
|
|
759
759
|
],
|
|
760
760
|
"readmePath": "README.md",
|
|
761
761
|
"name": "hb-map",
|
|
762
|
-
"category": "
|
|
762
|
+
"category": "maps",
|
|
763
763
|
"tags": [
|
|
764
|
-
"
|
|
764
|
+
"maps"
|
|
765
765
|
],
|
|
766
766
|
"size": {},
|
|
767
767
|
"iifePath": "main.iife.js",
|
|
768
768
|
"repoName": "@htmlbricks/hb-map",
|
|
769
|
-
"version": "0.
|
|
769
|
+
"version": "0.66.0"
|
|
770
770
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-map",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.66.0",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "",
|
|
5
|
+
"description": "Interactive map: `center`, `zoom`, `source` (OSM or CARTO vector styles), `options` (e.g. `centerFromGeometries`, marker text layout), and `data` with markers (lng/lat, icon, popup HTML, text). Set `screenshot` to capture; emits map clicks, marker clicks, and screenshot payloads.",
|
|
6
6
|
"licenses": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|