@woosmap/ui 3.127.0 → 3.128.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
|
@@ -14,6 +14,7 @@ import mapImg from '../../images/products/product-map.png';
|
|
|
14
14
|
import trafficImg from '../../images/products/product-traffic.png';
|
|
15
15
|
import merchantImg from '../../images/products/product-merchant.png';
|
|
16
16
|
import localitiesImgSq from '../../images/products/product-localities-sq.png';
|
|
17
|
+
import localitiesUkImgSq from '../../images/products/product-localities-uk-sq.png';
|
|
17
18
|
import geolocationImgSq from '../../images/products/product-geolocation-sq.png';
|
|
18
19
|
import storesImgSq from '../../images/products/product-stores-sq.png';
|
|
19
20
|
import distanceImgSq from '../../images/products/product-distance-sq.png';
|
|
@@ -35,6 +36,7 @@ const productImg = {
|
|
|
35
36
|
};
|
|
36
37
|
const productImgSq = {
|
|
37
38
|
LOCALITIES: localitiesImgSq,
|
|
39
|
+
LOCALITIES_ADDRESS_UK: localitiesUkImgSq,
|
|
38
40
|
GEOLOCATION: geolocationImgSq,
|
|
39
41
|
STORES: storesImgSq,
|
|
40
42
|
DISTANCE: distanceImgSq,
|
|
Binary file
|