@woosmap/ui 4.27.0 → 4.28.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.27.0",
3
+ "version": "4.28.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -13,7 +13,7 @@ export default Story;
13
13
 
14
14
  const Template = () => (
15
15
  <div className="mbib flex-column">
16
- <UseCase isSelectable useCaseStory="products">
16
+ <UseCase isSelectable useCaseStory="ecommerceCheckout">
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
@@ -91,6 +91,11 @@
91
91
  background-color $light
92
92
  padding .4rem 1rem
93
93
  margin 0 0 4rem 0
94
+
94
95
  @media screen and (max-width 768px)
95
96
  .use-case
96
- flex-direction column
97
+ flex-direction column
98
+ &__image
99
+ max-width unset
100
+ &__content
101
+ border 0