@woosmap/ui 4.13.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@woosmap/ui",
3
- "version": "4.13.0",
3
+ "version": "4.14.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -12,7 +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 indoorMapSq from '../../images/products/product-indoor-sq.png';
15
+ import indoorImgSq from '../../images/products/product-indoor-sq.png';
16
16
 
17
17
  const productImg = {
18
18
  LOCALITIES: localitiesImgSq,
@@ -24,7 +24,7 @@ const productImg = {
24
24
  MAP: mapImgSq,
25
25
  TRAFFIC: trafficImgSq,
26
26
  MERCHANTS: merchantImgSq,
27
- INDOOR_MAP: indoorMapSq,
27
+ INDOOR_MAP: indoorImgSq,
28
28
  };
29
29
  class Footer extends Component {
30
30
  render() {
@@ -96,10 +96,7 @@ UseCase.defaultProps = {
96
96
  'TRAFFIC',
97
97
  'MERCHANTS',
98
98
  'LOCALITIES',
99
- 'INDOOR_MAP',
100
- 'INDOOR_SEARCH',
101
- 'INDOOR_DISTANCE',
102
- 'INDOOR_DATABASE',
99
+ 'INDOOR',
103
100
  ]),
104
101
  };
105
102