@wwtdev/bsds-css 3.3.0 → 3.4.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.
@@ -3318,6 +3318,12 @@ data-autosize-icons="true" - see above
3318
3318
  grid-template-columns: auto 1fr auto auto;
3319
3319
  align-items: center;
3320
3320
  cursor: pointer;
3321
+
3322
+ &:where([data-show-pill-group="true"]) {
3323
+ --input-height: auto;
3324
+ --input-padding-block: var(--bs-space-2);
3325
+ min-height: var(--bs-space-10);
3326
+ }
3321
3327
  }
3322
3328
  /* -- Multiselect Count -- */
3323
3329
  .bs-input-button-count {
@@ -4154,7 +4160,7 @@ label:where(.bs-label) {
4154
4160
  }
4155
4161
  /* ------------------------------ Variant: "Live Now" Styles ------------------------------ */
4156
4162
  .bs-pill:where([data-variant^="live"]) {
4157
- --pill-background: var(--bs-secondary-base);
4163
+ --pill-background: var(--bs-accent-2-base);
4158
4164
  --pill-text: var(--bs-white);
4159
4165
  --pill-gap: var(--bs-space-1);
4160
4166
  text-transform: uppercase;