@symfony/ux-leaflet-map 2.33.0 → 2.35.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.
@@ -1,5 +1,4 @@
1
1
  import { Controller } from "@hotwired/stimulus";
2
- import "leaflet/dist/leaflet.min.css";
3
2
  import * as L from "leaflet";
4
3
  import { CircleOptions, ControlPosition, MapOptions, MarkerOptions, PolylineOptions, PopupOptions } from "leaflet";
5
4
  type Point = {
@@ -350,4 +350,4 @@ var map_controller_default = class extends _Class {
350
350
  });
351
351
  }
352
352
  };
353
- export { map_controller_default as default };
353
+ export { map_controller_default as default };
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@symfony/ux-leaflet-map",
3
3
  "description": "Leaflet bridge for Symfony UX Map, integrate interactive maps in your Symfony applications",
4
4
  "license": "MIT",
5
- "version": "2.33.0",
5
+ "version": "2.35.0",
6
6
  "keywords": [
7
7
  "symfony-ux",
8
8
  "leaflet",