@faststore/ui 2.0.133-alpha.0 → 2.0.137-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.137-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": "a24f1d249e4f9e42fafda321739111e259e62a82"
|
|
62
62
|
}
|
|
@@ -116,11 +116,8 @@
|
|
|
116
116
|
|
|
117
117
|
[data-fs-hero-icon] {
|
|
118
118
|
color: var(--fs-hero-text-color);
|
|
119
|
-
height:
|
|
120
|
-
|
|
121
|
-
height: var(--fs-spacing-6);
|
|
122
|
-
width: var(--fs-spacing-6);
|
|
123
|
-
}
|
|
119
|
+
height: var(--fs-spacing-4);
|
|
120
|
+
width: var(--fs-spacing-4);
|
|
124
121
|
}
|
|
125
122
|
|
|
126
123
|
// --------------------------------------------------------
|
|
@@ -201,8 +201,6 @@
|
|
|
201
201
|
|
|
202
202
|
&:hover [data-fs-button-wrapper] { box-shadow: var(--fs-image-gallery-selector-control-shadow); }
|
|
203
203
|
|
|
204
|
-
&:hover { box-shadow: var(--fs-image-gallery-selector-control-shadow); }
|
|
205
|
-
|
|
206
204
|
@include media(">=notebook") {
|
|
207
205
|
transform: rotate(90deg);
|
|
208
206
|
}
|