@partbot/stockist-map 0.1.8 → 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.
@@ -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({ closeButton: !0, closeOnClick: !1, offset: 16 })), dt.current.setLngLat([vt._geo.lng, vt._geo.lat]).setDOMContent(C_(vt, d == null ? void 0 : d.search.categoryColors)).addTo(Ie), Ie.easeTo({
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)