@woosmap/ui 3.185.0 → 3.187.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@woosmap/ui",
3
- "version": "3.185.0",
3
+ "version": "3.187.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -6,7 +6,6 @@ import { ReactComponent as AutocompleteCheck } from '../../icons/autocomplete-ch
6
6
  import { ReactComponent as Buildings } from '../../icons/buildings.svg';
7
7
  import { ReactComponent as Battery } from '../../icons/battery.svg';
8
8
  import { ReactComponent as Blog } from '../../icons/blog.svg';
9
- import { ReactComponent as MarkerPng } from '../../images/marker.png';
10
9
  import { ReactComponent as Book } from '../../icons/book.svg';
11
10
  import { ReactComponent as Calendar } from '../../icons/calendar.svg';
12
11
  import { ReactComponent as Care } from '../../icons/care.svg';
@@ -539,7 +538,6 @@ const ConsoleIcons = {
539
538
  longitude: Longitude,
540
539
  manage: Manage,
541
540
  marker: Marker,
542
- markerPng: MarkerPng,
543
541
  member: Member,
544
542
  members: Members,
545
543
  'menu-circle-horizontal': MenuCircleHorizontal,