@woosmap/ui 4.36.0 → 4.36.1

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.36.0",
3
+ "version": "4.36.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -15,6 +15,7 @@ import addressImg from '../../images/products/product-address.png';
15
15
  import mapImg from '../../images/products/product-map.png';
16
16
  import trafficImg from '../../images/products/product-traffic.png';
17
17
  import merchantImg from '../../images/products/product-merchant.png';
18
+ import indoorImg from '../../images/products/product-indoor.png';
18
19
 
19
20
  import localitiesImgSq from '../../images/products/product-localities-sq.png';
20
21
  import localitiesUkImgSq from '../../images/products/product-localities-uk-sq.png';
@@ -37,6 +38,7 @@ const productImg = {
37
38
  MAP: mapImg,
38
39
  TRAFFIC: trafficImg,
39
40
  MERCHANTS: merchantImg,
41
+ INDOOR: indoorImg,
40
42
  };
41
43
  const productImgSq = {
42
44
  LOCALITIES: localitiesImgSq,