@woosmap/ui 4.12.0 → 4.13.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.12.0",
3
+ "version": "4.13.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -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 indoorMapImgSq from '../../images/products/product-indoor-map-sq.png';
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 indoorMapSq 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: indoorMapImgSq,
31
- INDOOR_SEARCH: indoorSearchImgSq,
32
- INDOOR_DISTANCE: indoorDistanceImgSq,
33
- INDOOR_DATABASE: indoorDatabaseImgSq,
27
+ INDOOR_MAP: indoorMapSq,
34
28
  };
35
29
  class Footer extends Component {
36
30
  render() {