@basis-ng/styles 0.0.1-alpha.16 → 0.0.1-alpha.18

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": "@basis-ng/styles",
3
- "version": "0.0.1-alpha.16",
3
+ "version": "0.0.1-alpha.18",
4
4
  "description": "CSS foundation for @basis-ng/primitives components",
5
5
  "main": "src/index.css",
6
6
  "exports": {
@@ -7,7 +7,6 @@ button[b-button] {
7
7
  box-sizing: border-box;
8
8
  gap: 0.5rem;
9
9
  position: relative;
10
- overflow: hidden;
11
10
  transition:
12
11
  background-color 0.2s,
13
12
  opacity 0.2s;
@@ -147,19 +146,19 @@ button[b-button] {
147
146
 
148
147
  &.size-1 {
149
148
  padding-inline: 0.571rem;
150
- height: 1.714rem;
149
+ min-height: 1.714rem;
151
150
  font-size: 0.857rem;
152
151
  }
153
152
 
154
153
  &.size-2 {
155
154
  padding-inline: 0.857rem;
156
- height: 2.286rem;
155
+ min-height: 2.286rem;
157
156
  font-size: 1rem;
158
157
  }
159
158
 
160
159
  &.size-3 {
161
160
  padding-inline: 1.143rem;
162
- height: 2.857rem;
161
+ min-height: 2.857rem;
163
162
  font-size: 1.143rem;
164
163
  }
165
164
  }