@woosmap/ui 4.189.0 → 4.191.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": "4.189.0",
3
+ "version": "4.191.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -137,6 +137,8 @@ import { ReactComponent as MapItinerary } from '../../icons/map-itinerary.svg';
137
137
  import { ReactComponent as MapClose } from '../../icons/map-close.svg';
138
138
  import { ReactComponent as MapOrigin } from '../../icons/map-origin.svg';
139
139
  import { ReactComponent as MapPin } from '../../icons/map-pin.svg';
140
+ import { ReactComponent as MapMarker } from '../../icons/map-marker.svg';
141
+ import { ReactComponent as MapPushPin } from '../../icons/map-push-pin.svg';
140
142
  import { ReactComponent as MapSearch } from '../../icons/map-search.svg';
141
143
  import { ReactComponent as MapArrowTop } from '../../icons/map-arrow-top.svg';
142
144
  import { ReactComponent as MapArrowBottom } from '../../icons/map-arrow-bottom.svg';
@@ -428,6 +430,8 @@ const MapDemo = {
428
430
  'map-close': MapClose,
429
431
  'map-origin': MapOrigin,
430
432
  'map-pin': MapPin,
433
+ 'map-push-pin': MapPushPin,
434
+ 'map-marker': MapMarker,
431
435
  'map-search': MapSearch,
432
436
  'map-arrow-top': MapArrowTop,
433
437
  'map-arrow-bottom': MapArrowBottom,
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12,2.677c-3.626,0-6.565,2.939-6.565,6.565,0,4.717,5.949,7.22,5.949,11.544,0,.353.29.538.616.538s.616-.191.616-.538c0-4.323,5.949-6.826,5.949-11.544,0-3.626-2.939-6.565-6.565-6.565ZM12,12c-1.456,0-2.637-1.18-2.637-2.637s1.18-2.637,2.637-2.637,2.637,1.18,2.637,2.637-1.18,2.637-2.637,2.637Z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12,2.176c-3.82,0-6.918,3.097-6.918,6.918,0,4.971,6.268,7.608,6.268,12.163,0,.372.306.567.649.567s.649-.201.649-.567c0-4.555,6.268-7.193,6.268-12.163,0-3.82-3.097-6.918-6.917-6.918ZM12,12c-1.534,0-2.778-1.244-2.778-2.778s1.244-2.778,2.778-2.778,2.778,1.244,2.778,2.778-1.244,2.778-2.778,2.778Z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12,11.962c2.825,0,5.19-1.764,5.761-4.109-.594-2.636-2.945-4.607-5.761-4.607s-5.167,1.971-5.761,4.607c.571,2.345,2.936,4.109,5.761,4.109Z"/><path d="M6.38,10.978c.719,2.216,2.714,3.841,5.116,4.046v5.226c0,.279.225.504.504.504s.504-.225.504-.504v-5.226c2.402-.205,4.398-1.83,5.116-4.046-1.341,1.462-3.363,2.395-5.62,2.395s-4.279-.933-5.62-2.395Z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12,11.957c3.17,0,5.823-1.979,6.465-4.611-.667-2.958-3.305-5.169-6.465-5.169s-5.798,2.211-6.465,5.169c.641,2.632,3.295,4.611,6.465,4.611Z"/><path d="M5.693,10.854c.806,2.487,3.046,4.31,5.741,4.54v5.865c0,.313.253.565.565.565s.565-.253.565-.565v-5.865c2.696-.23,4.935-2.053,5.741-4.54-1.505,1.64-3.773,2.687-6.307,2.687s-4.802-1.047-6.307-2.687Z"/></svg>