@wwtdev/bsds-css 3.3.0 → 3.4.0-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/wwt-bsds-components.css +6 -0
- package/dist/wwt-bsds-components.min.css +1 -1
- package/dist/wwt-bsds-preset-v4.css +0 -1
- package/dist/wwt-bsds-preset.js +64 -18
- package/dist/wwt-bsds-tokens.css +227 -8
- package/dist/wwt-bsds-tokens.min.css +1 -1
- package/dist/wwt-bsds.css +233 -8
- package/dist/wwt-bsds.min.css +1 -1
- package/package.json +1 -1
|
@@ -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 {
|