@wwtdev/bsds-css 3.0.0 → 3.0.2

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.
@@ -4097,13 +4097,13 @@ label:where(.bs-label) {
4097
4097
  }
4098
4098
  /* Deprecated; use "data-status positive" instead */
4099
4099
  .bs-pill:where([data-status^="complete"]) {
4100
- --status-color: var(--bs-purple-500);
4100
+ --status-color: var(--bs-purple-400);
4101
4101
  --pill-background: var(--bs-purple-100);
4102
4102
  }
4103
4103
  /* Dark mode selector for complete */
4104
4104
  :where(.dark) .bs-pill:where([data-status^="complete"]) {
4105
4105
  --status-color: var(--bs-purple-100);
4106
- --pill-background: var(--bs-purple-500);
4106
+ --pill-background: var(--bs-purple-400);
4107
4107
  }
4108
4108
  /* ------------------------------ Filter Styles ------------------------------ */
4109
4109
  .bs-pill:where([data-variant^="filter"]) {
@@ -5247,6 +5247,11 @@ a.bs-text-button {
5247
5247
  visibility: visible;
5248
5248
  pointer-events: auto;
5249
5249
  width: var(--bs-vertical-nav-width);
5250
+ position: fixed;
5251
+ }
5252
+
5253
+ .bs-vertical-nav:where([data-sticky="true"]) {
5254
+ position: sticky;
5250
5255
  }
5251
5256
 
5252
5257
  .bs-vertical-nav:where([data-narrow="true"]) {
@@ -6044,8 +6049,8 @@ a.bs-text-button {
6044
6049
  }
6045
6050
  .bs-toast:where([data-variant="negative"]) {
6046
6051
  --toast-icon: var(--toast-icon-warning);
6047
- --toast-icon-color: var(--bs-negative-dark);
6048
- --toast-variant-color: var(--bs-negative-dark);
6052
+ --toast-icon-color: var(--bs-negative-base);
6053
+ --toast-variant-color: var(--bs-negative-base);
6049
6054
  }
6050
6055
  /* Toast Header - auto-add the icon */
6051
6056
  .bs-toast :where(.bs-pop-header:not(:has(.bs-pop-title, .bs-pop-subtitle)))::before,