@woosmap/ui 4.136.0 → 4.137.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
|
@@ -38,7 +38,7 @@ const productImg = {
|
|
|
38
38
|
GEOLOCATION: geolocationImg,
|
|
39
39
|
STORES: storesImg,
|
|
40
40
|
DISTANCE: distanceImg,
|
|
41
|
-
DISTANCE_WITH_TRAFFIC:
|
|
41
|
+
DISTANCE_WITH_TRAFFIC: trafficImg,
|
|
42
42
|
ADDRESS: addressImg,
|
|
43
43
|
MAP: mapImg,
|
|
44
44
|
TRAFFIC: trafficImg,
|
|
@@ -53,7 +53,7 @@ const productImgSq = {
|
|
|
53
53
|
GEOLOCATION: geolocationImgSq,
|
|
54
54
|
STORES: storesImgSq,
|
|
55
55
|
DISTANCE: distanceImgSq,
|
|
56
|
-
DISTANCE_WITH_TRAFFIC:
|
|
56
|
+
DISTANCE_WITH_TRAFFIC: trafficImgSq,
|
|
57
57
|
ADDRESS: addressImgSq,
|
|
58
58
|
MAP: mapImgSq,
|
|
59
59
|
TRAFFIC: trafficImgSq,
|
|
@@ -330,6 +330,7 @@ import { ReactComponent as MapPin } from '../../icons/map-pin.svg';
|
|
|
330
330
|
import { ReactComponent as MapSearch } from '../../icons/map-search.svg';
|
|
331
331
|
import { ReactComponent as MapArrowTop } from '../../icons/map-arrow-top.svg';
|
|
332
332
|
import { ReactComponent as MapArrowBottom } from '../../icons/map-arrow-bottom.svg';
|
|
333
|
+
import { ReactComponent as MapCrosshair } from '../../icons/map-crosshair.svg';
|
|
333
334
|
|
|
334
335
|
const WebsiteIcons = {
|
|
335
336
|
autocomplete: Autocomplete,
|
|
@@ -649,6 +650,7 @@ const MapDemo = {
|
|
|
649
650
|
'map-search': MapSearch,
|
|
650
651
|
'map-arrow-top': MapArrowTop,
|
|
651
652
|
'map-arrow-bottom': MapArrowBottom,
|
|
653
|
+
'map-crosshair': MapCrosshair,
|
|
652
654
|
};
|
|
653
655
|
|
|
654
656
|
const ProductsIcons = {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><line x1="12" y1="15.296" x2="12" y2="23.574"/><line x1="12" y1=".426" x2="12" y2="8.704"/><line x1="15.296" y1="12" x2="23.574" y2="12"/><line x1=".426" y1="12" x2="8.704" y2="12"/><circle cx="12" cy="12" r=".66" /><circle cx="12" cy="12" r="7.883"/></svg>
|