@basis-ng/styles 0.0.1-alpha.17 → 0.0.1-alpha.19

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.17",
3
+ "version": "0.0.1-alpha.19",
4
4
  "description": "CSS foundation for @basis-ng/primitives components",
5
5
  "main": "src/index.css",
6
6
  "exports": {
@@ -147,18 +147,21 @@ button[b-button] {
147
147
  &.size-1 {
148
148
  padding-inline: 0.571rem;
149
149
  height: 1.714rem;
150
+ min-height: 1.714rem;
150
151
  font-size: 0.857rem;
151
152
  }
152
153
 
153
154
  &.size-2 {
154
155
  padding-inline: 0.857rem;
155
156
  height: 2.286rem;
157
+ min-height: 2.286rem;
156
158
  font-size: 1rem;
157
159
  }
158
160
 
159
161
  &.size-3 {
160
162
  padding-inline: 1.143rem;
161
163
  height: 2.857rem;
164
+ min-height: 2.857rem;
162
165
  font-size: 1.143rem;
163
166
  }
164
167
  }