@woosmap/ui 4.12.0 → 4.14.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
|
@@ -12,10 +12,7 @@ import addressImgSq from '../../images/products/product-address-sq.png';
|
|
|
12
12
|
import mapImgSq from '../../images/products/product-map-sq.png';
|
|
13
13
|
import trafficImgSq from '../../images/products/product-traffic-sq.png';
|
|
14
14
|
import merchantImgSq from '../../images/products/product-merchant-sq.png';
|
|
15
|
-
import
|
|
16
|
-
import indoorSearchImgSq from '../../images/products/product-indoor-search-sq.png';
|
|
17
|
-
import indoorDistanceImgSq from '../../images/products/product-indoor-distance-sq.png';
|
|
18
|
-
import indoorDatabaseImgSq from '../../images/products/product-indoor-database-sq.png';
|
|
15
|
+
import indoorImgSq from '../../images/products/product-indoor-sq.png';
|
|
19
16
|
|
|
20
17
|
const productImg = {
|
|
21
18
|
LOCALITIES: localitiesImgSq,
|
|
@@ -27,10 +24,7 @@ const productImg = {
|
|
|
27
24
|
MAP: mapImgSq,
|
|
28
25
|
TRAFFIC: trafficImgSq,
|
|
29
26
|
MERCHANTS: merchantImgSq,
|
|
30
|
-
INDOOR_MAP:
|
|
31
|
-
INDOOR_SEARCH: indoorSearchImgSq,
|
|
32
|
-
INDOOR_DISTANCE: indoorDistanceImgSq,
|
|
33
|
-
INDOOR_DATABASE: indoorDatabaseImgSq,
|
|
27
|
+
INDOOR_MAP: indoorImgSq,
|
|
34
28
|
};
|
|
35
29
|
class Footer extends Component {
|
|
36
30
|
render() {
|
|
@@ -102,10 +96,7 @@ UseCase.defaultProps = {
|
|
|
102
96
|
'TRAFFIC',
|
|
103
97
|
'MERCHANTS',
|
|
104
98
|
'LOCALITIES',
|
|
105
|
-
'
|
|
106
|
-
'INDOOR_SEARCH',
|
|
107
|
-
'INDOOR_DISTANCE',
|
|
108
|
-
'INDOOR_DATABASE',
|
|
99
|
+
'INDOOR',
|
|
109
100
|
]),
|
|
110
101
|
};
|
|
111
102
|
|