@basis-ng/styles 0.0.1-alpha.40 → 0.0.1-alpha.41

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.40",
3
+ "version": "0.0.1-alpha.41",
4
4
  "description": "CSS foundation for @basis-ng/primitives components",
5
5
  "main": "src/index.css",
6
6
  "exports": {
@@ -153,6 +153,7 @@ button[b-button] {
153
153
 
154
154
  &.squared {
155
155
  width: 1.714rem;
156
+ min-width: 1.714rem;
156
157
  }
157
158
  }
158
159
 
@@ -163,6 +164,7 @@ button[b-button] {
163
164
 
164
165
  &.squared {
165
166
  width: 2.286rem;
167
+ min-width: 2.286rem;
166
168
  }
167
169
  }
168
170
 
@@ -173,6 +175,7 @@ button[b-button] {
173
175
 
174
176
  &.squared {
175
177
  width: 2.857rem;
178
+ min-width: 2.857rem;
176
179
  }
177
180
  }
178
181
  }