@woosmap/ui 4.190.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
|
@@ -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,
|