@partbot/stockist-map 0.1.9 → 0.1.10
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/stockist-map.js +6 -1
- package/dist/stockist-map.umd.js +1 -1
- package/package.json +1 -1
package/dist/stockist-map.js
CHANGED
|
@@ -30858,7 +30858,12 @@ function Kg({
|
|
|
30858
30858
|
(Ct = dt.current) == null || Ct.remove(), dt.current = null;
|
|
30859
30859
|
return;
|
|
30860
30860
|
}
|
|
30861
|
-
dt.current || (dt.current = new ep.Popup({
|
|
30861
|
+
dt.current || (dt.current = new ep.Popup({
|
|
30862
|
+
closeButton: !0,
|
|
30863
|
+
closeOnClick: !1,
|
|
30864
|
+
focusAfterOpen: !1,
|
|
30865
|
+
offset: 16
|
|
30866
|
+
})), dt.current.setLngLat([vt._geo.lng, vt._geo.lat]).setDOMContent(C_(vt, d == null ? void 0 : d.search.categoryColors)).addTo(Ie), Ie.easeTo({
|
|
30862
30867
|
center: [vt._geo.lng, vt._geo.lat],
|
|
30863
30868
|
duration: 250,
|
|
30864
30869
|
zoom: Math.max(Ie.getZoom(), 10)
|