@faststore/ui 2.0.142-alpha.0 → 2.0.151-alpha.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": "@faststore/ui",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.151-alpha.0",
|
|
4
4
|
"description": "A lightweight, framework agnostic component library for React",
|
|
5
5
|
"author": "emersonlaurentino",
|
|
6
6
|
"license": "MIT",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"node": "16.18.0",
|
|
59
59
|
"yarn": "1.19.1"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "6e3e406c91c7dd87beff20ddf090f4ad724b3a7d"
|
|
62
62
|
}
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
// Content Section
|
|
164
164
|
// -----------------------------
|
|
165
165
|
|
|
166
|
-
[data-fs-product-
|
|
166
|
+
[data-fs-product-description] {
|
|
167
167
|
@include media(">=tablet") {
|
|
168
168
|
grid-row: span 10;
|
|
169
169
|
grid-column: span 7;
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
}
|
|
176
176
|
}
|
|
177
177
|
|
|
178
|
-
[data-fs-image-gallery="with-selector"] ~ [data-fs-product-
|
|
178
|
+
[data-fs-image-gallery="with-selector"] ~ [data-fs-product-description] {
|
|
179
179
|
@include media(">=notebook") {
|
|
180
180
|
grid-column: 2 / 9;
|
|
181
181
|
}
|