@woosmap/ui 4.251.1 → 4.251.6
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
|
@@ -37,6 +37,8 @@ import transitImgSq from '../../images/products/product-transit-sq.png';
|
|
|
37
37
|
import distanceTollImgSq from '../../images/products/product-distance-toll-sq.png';
|
|
38
38
|
import localitiesIeImg from '../../images/products/product-localities-ie.png';
|
|
39
39
|
import localitiesIeImgSq from '../../images/products/product-localities-ie-sq.png';
|
|
40
|
+
import mapSatelliteImgSq from '../../images/products/product-satellite-sq.png';
|
|
41
|
+
import mapSatelliteImg from '../../images/products/product-satellite.png';
|
|
40
42
|
|
|
41
43
|
const productImg = {
|
|
42
44
|
DATASETS: datasetsImg,
|
|
@@ -55,6 +57,7 @@ const productImg = {
|
|
|
55
57
|
TRANSIT: transitImg,
|
|
56
58
|
DISTANCE_WITH_TOLLS: distanceTollImg,
|
|
57
59
|
DISTANCE_ASYNC: distanceImgAsync,
|
|
60
|
+
MAP_SATELLITE: mapSatelliteImg,
|
|
58
61
|
};
|
|
59
62
|
const productImgSq = {
|
|
60
63
|
DATASETS: datasetsImgSq,
|
|
@@ -73,6 +76,7 @@ const productImgSq = {
|
|
|
73
76
|
TRANSIT: transitImgSq,
|
|
74
77
|
DISTANCE_WITH_TOLLS: distanceTollImgSq,
|
|
75
78
|
DISTANCE_ASYNC: distanceImgSqAsync,
|
|
79
|
+
MAP_SATELLITE: mapSatelliteImgSq,
|
|
76
80
|
};
|
|
77
81
|
|
|
78
82
|
class Header extends Component {
|
|
@@ -347,6 +351,7 @@ Card.propTypes = {
|
|
|
347
351
|
'DISTANCE_WITH_TOLLS',
|
|
348
352
|
'TRANSIT',
|
|
349
353
|
'MERCHANTS',
|
|
354
|
+
'MAP_SATELLITE',
|
|
350
355
|
]),
|
|
351
356
|
iconSize: PropTypes.number,
|
|
352
357
|
isClickable: PropTypes.bool,
|
|
Binary file
|
|
Binary file
|