@woosmap/ui 4.227.1 → 4.227.3
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
|
@@ -12,6 +12,7 @@ import localitiesUkImg from '../../images/products/product-localities-uk.png';
|
|
|
12
12
|
import geolocationImg from '../../images/products/product-geolocation.png';
|
|
13
13
|
import storesImg from '../../images/products/product-stores.png';
|
|
14
14
|
import distanceImg from '../../images/products/product-distance.png';
|
|
15
|
+
import distanceImgAsync from '../../images/products/product-distance-asnyc.png';
|
|
15
16
|
import addressImg from '../../images/products/product-address.png';
|
|
16
17
|
import mapImg from '../../images/products/product-map.png';
|
|
17
18
|
import trafficImg from '../../images/products/product-traffic.png';
|
|
@@ -26,6 +27,7 @@ import localitiesUkImgSq from '../../images/products/product-localities-uk-sq.pn
|
|
|
26
27
|
import geolocationImgSq from '../../images/products/product-geolocation-sq.png';
|
|
27
28
|
import storesImgSq from '../../images/products/product-stores-sq.png';
|
|
28
29
|
import distanceImgSq from '../../images/products/product-distance-sq.png';
|
|
30
|
+
import distanceImgSqAsync from '../../images/products/product-distance-asnyc-sq.png';
|
|
29
31
|
import addressImgSq from '../../images/products/product-address-sq.png';
|
|
30
32
|
import mapImgSq from '../../images/products/product-map-sq.png';
|
|
31
33
|
import trafficImgSq from '../../images/products/product-traffic-sq.png';
|
|
@@ -49,6 +51,7 @@ const productImg = {
|
|
|
49
51
|
W3W: what3wordsImg,
|
|
50
52
|
TRANSIT: transitImg,
|
|
51
53
|
DISTANCE_WITH_TOLLS: distanceTollImg,
|
|
54
|
+
DISTANCE_ASYNC: distanceImg,
|
|
52
55
|
};
|
|
53
56
|
const productImgSq = {
|
|
54
57
|
DATASETS: datasetsImgSq,
|
|
@@ -65,6 +68,7 @@ const productImgSq = {
|
|
|
65
68
|
W3W: what3wordsImgSq,
|
|
66
69
|
TRANSIT: transitImgSq,
|
|
67
70
|
DISTANCE_WITH_TOLLS: distanceTollImgSq,
|
|
71
|
+
DISTANCE_ASYNC: distanceImgSq,
|
|
68
72
|
};
|
|
69
73
|
|
|
70
74
|
class Header extends Component {
|
|
Binary file
|
|
Binary file
|