@rogieking/figui3 6.33.0 → 6.33.1

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/components.css CHANGED
@@ -2280,6 +2280,10 @@ fig-combo-input fig-button[type="select"] {
2280
2280
  margin-left: -1px;
2281
2281
  }
2282
2282
 
2283
+ input[type="checkbox"] {
2284
+ flex-shrink: 0;
2285
+ }
2286
+
2283
2287
  /* Switch */
2284
2288
  input[type="checkbox"].switch {
2285
2289
  --knob-width: 0.75rem;
@@ -3257,8 +3261,6 @@ fig-dropdown {
3257
3261
 
3258
3262
  fig-checkbox,
3259
3263
  fig-radio {
3260
-
3261
- align-items: center;
3262
3264
  padding-top: 0.25rem;
3263
3265
  padding-bottom: 0.25rem;
3264
3266
 
@@ -3267,8 +3269,16 @@ fig-radio {
3267
3269
  }
3268
3270
  }
3269
3271
 
3270
- fig-switch {
3272
+ fig-checkbox {
3273
+ align-items: flex-start;
3274
+ }
3275
+
3276
+ fig-radio {
3271
3277
  align-items: center;
3278
+ }
3279
+
3280
+ fig-switch {
3281
+ align-items: flex-start;
3272
3282
  padding-top: 0.25rem;
3273
3283
  padding-bottom: 0.25rem;
3274
3284
  }