@woosmap/ui 4.25.0 → 4.26.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.25.0",
3
+ "version": "4.26.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -96,6 +96,7 @@ UseCase.defaultProps = {
96
96
  'fleetTracking',
97
97
  'geocoding',
98
98
  'indoorMapping',
99
+ 'products',
99
100
  ]),
100
101
  product: PropTypes.oneOf([
101
102
  'LOCALITIES',
@@ -13,7 +13,7 @@ export default Story;
13
13
 
14
14
  const Template = () => (
15
15
  <div className="mbib flex-column">
16
- <UseCase isSelectable useCaseStory="addressAutocomplete">
16
+ <UseCase isSelectable useCaseStory="products">
17
17
  <div className="use-case__header">Store Locator</div>
18
18
  <div className="use-case__body">
19
19
  Help your visitors searching for your stores and increase your store footfall
@@ -53,6 +53,9 @@
53
53
  &--indoorMapping
54
54
  .use-case__image
55
55
  background-image url('../../images/usecases/indoor-mapping.png')
56
+ &--products
57
+ .use-case__image
58
+ background-image url('../../images/usecases/products.png')
56
59
  &__header
57
60
  font-size $title
58
61
  font-weight 600
Binary file