@woosmap/ui 3.125.0 → 3.126.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": "3.125.0",
3
+ "version": "3.126.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -5,6 +5,7 @@ import PropTypes from 'prop-types';
5
5
  import { tr } from '../utils/locale';
6
6
  import Icon from '../Icon/Icon';
7
7
  import localitiesImg from '../../images/products/product-localities.png';
8
+ import localitiesUkImg from '../../images/products/product-localities-uk.png';
8
9
  import geolocationImg from '../../images/products/product-geolocation.png';
9
10
  import storesImg from '../../images/products/product-stores.png';
10
11
  import distanceImg from '../../images/products/product-distance.png';
@@ -23,6 +24,7 @@ import merchantImgSq from '../../images/products/product-merchant-sq.png';
23
24
 
24
25
  const productImg = {
25
26
  LOCALITIES: localitiesImg,
27
+ LOCALITIES_ADDRESS_UK: localitiesUkImg,
26
28
  GEOLOCATION: geolocationImg,
27
29
  STORES: storesImg,
28
30
  DISTANCE: distanceImg,
@@ -183,6 +185,7 @@ Card.propTypes = {
183
185
  onClick: PropTypes.func,
184
186
  product: PropTypes.oneOf([
185
187
  'LOCALITIES',
188
+ 'LOCALITIES_ADDRESS_UK',
186
189
  'GEOLOCATION',
187
190
  'STORES',
188
191
  'DISTANCE',