@woosmap/ui 4.190.0 → 4.192.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.190.0",
3
+ "version": "4.192.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -23,8 +23,10 @@ import { ReactComponent as Cars } from '../../icons/cars.svg';
23
23
  import { ReactComponent as Cb } from '../../icons/cb.svg';
24
24
  import { ReactComponent as ChatLove } from '../../icons/chat-love.svg';
25
25
  import { ReactComponent as ChatConversation } from '../../icons/chat-conversation.svg';
26
+ import { ReactComponent as Check } from '../../icons/check.svg';
26
27
  import { ReactComponent as CheckBig } from '../../icons/check-big.svg';
27
28
  import { ReactComponent as CallToAction } from '../../icons/call-to-action.svg';
29
+ import { ReactComponent as Cube } from '../../icons/cube.svg';
28
30
  import { ReactComponent as CubeBig } from '../../icons/cube-big.svg';
29
31
  import { ReactComponent as CustomersServices } from '../../icons/customers-services.svg';
30
32
  import { ReactComponent as Customize } from '../../icons/customize.svg';
@@ -137,6 +139,8 @@ import { ReactComponent as MapItinerary } from '../../icons/map-itinerary.svg';
137
139
  import { ReactComponent as MapClose } from '../../icons/map-close.svg';
138
140
  import { ReactComponent as MapOrigin } from '../../icons/map-origin.svg';
139
141
  import { ReactComponent as MapPin } from '../../icons/map-pin.svg';
142
+ import { ReactComponent as MapMarker } from '../../icons/map-marker.svg';
143
+ import { ReactComponent as MapPushPin } from '../../icons/map-push-pin.svg';
140
144
  import { ReactComponent as MapSearch } from '../../icons/map-search.svg';
141
145
  import { ReactComponent as MapArrowTop } from '../../icons/map-arrow-top.svg';
142
146
  import { ReactComponent as MapArrowBottom } from '../../icons/map-arrow-bottom.svg';
@@ -246,9 +250,11 @@ const WebsiteIcons = {
246
250
  cars: Cars,
247
251
  'call-to-action': CallToAction,
248
252
  cb: Cb,
253
+ check: Check,
249
254
  'check-big': CheckBig,
250
255
  'chat-love': ChatLove,
251
256
  'chat-conversation': ChatConversation,
257
+ cube: Cube,
252
258
  'cube-big': CubeBig,
253
259
  'customers-services': CustomersServices,
254
260
  customize: Customize,
@@ -428,6 +434,8 @@ const MapDemo = {
428
434
  'map-close': MapClose,
429
435
  'map-origin': MapOrigin,
430
436
  'map-pin': MapPin,
437
+ 'map-push-pin': MapPushPin,
438
+ 'map-marker': MapMarker,
431
439
  'map-search': MapSearch,
432
440
  'map-arrow-top': MapArrowTop,
433
441
  'map-arrow-bottom': MapArrowBottom,