@faststore/ui 3.28.0 → 3.28.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": "@faststore/ui",
3
- "version": "3.28.0",
3
+ "version": "3.28.1",
4
4
  "description": "A lightweight, framework agnostic component library for React",
5
5
  "author": "emersonlaurentino",
6
6
  "license": "MIT",
@@ -69,5 +69,5 @@
69
69
  "volta": {
70
70
  "extends": "../../package.json"
71
71
  },
72
- "gitHead": "b7dfa5da8e48113e96d0b234d7416aa9e67cdc41"
72
+ "gitHead": "6167020f8efa49b723639e063715eb4b489b5746"
73
73
  }
@@ -27,8 +27,8 @@
27
27
  [data-fs-product-listing-content-grid] {
28
28
  display: flex;
29
29
  flex-direction: column;
30
- height: 100%;
31
30
  width: 100%;
31
+ height: 100%;
32
32
 
33
33
  @include media("<notebook") {
34
34
  padding-right: 0;
@@ -128,6 +128,8 @@
128
128
  background-color: unset;
129
129
  }
130
130
 
131
+ [data-fs-product-grid] { min-height: rem(290px); }
132
+
131
133
  [data-fs-product-card] { min-width: 100%; }
132
134
  }
133
135