@woosmap/ui 4.236.11 → 4.236.12

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.236.11",
3
+ "version": "4.236.12",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -341,6 +341,7 @@ Card.propTypes = {
341
341
  'DISTANCE_ASYNC',
342
342
  'DISTANCE_WITH_TOLLS',
343
343
  'TRANSIT',
344
+ 'MERCHANTS',
344
345
  ]),
345
346
  iconSize: PropTypes.number,
346
347
  isClickable: PropTypes.bool,