@planningcenter/tapestry 3.2.1-rc.9 → 3.2.2-rc.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/dist/unstable.css CHANGED
@@ -2279,6 +2279,7 @@ a[class="tds-btn"]{
2279
2279
  .tds-input--auto-width{
2280
2280
  inline-size:-moz-fit-content;
2281
2281
  inline-size:fit-content;
2282
+ min-inline-size:min(100%, 122px);
2282
2283
  }
2283
2284
 
2284
2285
  .tds-input--auto-width input{
@@ -3432,12 +3433,16 @@ a[class="tds-btn"]{
3432
3433
  --tds-checkbox-group-description-invalid-icon-display:inline-block;
3433
3434
  }
3434
3435
 
3435
- .tds-checkbox-group:has(input:required) legend::after{
3436
+ .tds-checkbox-group:has(.tds-checkbox input:required):not(:has(.tds-checkbox input:not(:required))) legend::after{
3436
3437
  margin-left:.25ch;
3437
3438
  color:var(--t-text-color-status-error);
3438
3439
  content:"*";
3439
3440
  }
3440
3441
 
3442
+ .tds-checkbox-group:has(.tds-checkbox input:required):not(:has(.tds-checkbox input:not(:required))) .tds-checkbox label::after{
3443
+ content:none;
3444
+ }
3445
+
3441
3446
  .tds-checkbox-group-fields{
3442
3447
  display:flex;
3443
3448
  flex-direction:column;