@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.133-alpha.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": "d6ccdde94a4a7210b6e2ebf77a6caf358ecb07b2"
61
+ "gitHead": "a24f1d249e4f9e42fafda321739111e259e62a82"
62
62
  }
@@ -88,7 +88,7 @@
88
88
  }
89
89
  }
90
90
 
91
- [data-fs-gift-icon] {
91
+ [data-fs-icon] {
92
92
  position: absolute;
93
93
  top: calc(-1 * var(--fs-gift-icon-size) / 2);
94
94
  left: calc(-1 * var(--fs-gift-icon-size) / 2);
@@ -116,11 +116,8 @@
116
116
 
117
117
  [data-fs-hero-icon] {
118
118
  color: var(--fs-hero-text-color);
119
- height: fit-content;
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
  }
@@ -92,6 +92,7 @@
92
92
  margin-top: var(--fs-spacing-4);
93
93
 
94
94
  [data-fs-button-inverse] {
95
+ width: 100%;
95
96
  margin-top: var(--fs-spacing-3);
96
97
  }
97
98
  }