@wwtdev/bsds-css 3.5.0-rc.0 → 3.5.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.
@@ -1509,7 +1509,7 @@ This must go last to properly override the other classes
1509
1509
  opacity: 0;
1510
1510
  }
1511
1511
  .bs-badge {
1512
- --badge-bg: var(--bs-accent-6-base);
1512
+ --badge-bg: var(--bs-negative-base);
1513
1513
  --badge-text: var(--bs-white);
1514
1514
  display: inline-block;
1515
1515
  }
@@ -1576,7 +1576,7 @@ This must go last to properly override the other classes
1576
1576
  /* Badge COLORS */
1577
1577
 
1578
1578
  .bs-badge:where([data-badge-color^='blue']) {
1579
- --badge-bg: var(--bs-primary-base);
1579
+ --badge-bg: var(--bs-primary-base-fixed);
1580
1580
  }
1581
1581
  .bs-badge:where([data-badge-color^='white']) {
1582
1582
  --badge-bg: var(--bs-white);
@@ -1661,7 +1661,7 @@ This must go last to properly override the other classes
1661
1661
  }
1662
1662
 
1663
1663
  .bs-banner:where([data-variant="negative"]) {
1664
- --banner-bg: var(--bs-accent-6-medium);
1664
+ --banner-bg: var(--bs-negative-base);
1665
1665
  }
1666
1666
 
1667
1667
  @media (min-width: 752px) {
@@ -1677,7 +1677,7 @@ This must go last to properly override the other classes
1677
1677
  --btn-ghost-ink: var(--bs-ink-primary);
1678
1678
  --btn-highlight: var(--bs-primary-lightest);
1679
1679
  --btn-ink: var(--bs-white);
1680
- --btn-main: var(--bs-primary-base);
1680
+ --btn-main: var(--bs-primary-base-fixed);
1681
1681
  --btn-padding: .25rem .75rem;
1682
1682
  --btn-secondary: var(--bs-primary-medium);
1683
1683
  --btn-text-size: var(--bs-text-md);
@@ -2399,7 +2399,7 @@ a.bs-circle-button {
2399
2399
  align-items: center;
2400
2400
  background-color: var(--btn-icon-bg-color);
2401
2401
  border: none;
2402
- border-radius: var(--bs-rounded-half);
2402
+ border-radius: var(--bs-rounded-full);
2403
2403
  color: var(--btn-icon-stroke-color);
2404
2404
  display: inline-flex;
2405
2405
  justify-content: center;
@@ -2411,7 +2411,7 @@ a.bs-circle-button {
2411
2411
 
2412
2412
  .bs-circle-button :where(.bs-circle-button-icon)::before {
2413
2413
  border-color: var(--btn-border-color);
2414
- border-radius: var(--bs-rounded-half);
2414
+ border-radius: var(--bs-rounded-full);
2415
2415
  border-style: solid;
2416
2416
  border-width: 0.125rem;
2417
2417
  content: '';
@@ -3860,7 +3860,7 @@ data-autosize-icons="true" - see above
3860
3860
 
3861
3861
  .bs-boolean :where([type='radio']),
3862
3862
  .bs-radio {
3863
- border-radius: var(--bs-rounded-half);
3863
+ border-radius: var(--bs-rounded-full);
3864
3864
  }
3865
3865
 
3866
3866
  /* Checkbox's checkbox, checkmark. Checkmark is hidden unless checked/indeterminate. */
@@ -3902,7 +3902,7 @@ data-autosize-icons="true" - see above
3902
3902
  .bs-radio::before {
3903
3903
  --radio-filled-size: var(--filled-size, 1rem);
3904
3904
  background-color: var(--fill-bg-color, var(--bs-primary-base));
3905
- border-radius: var(--bs-rounded-half);
3905
+ border-radius: var(--bs-rounded-full);
3906
3906
  box-sizing: content-box;
3907
3907
  content: '';
3908
3908
  height: var(--radio-filled-size);
@@ -3913,7 +3913,7 @@ data-autosize-icons="true" - see above
3913
3913
  .bs-boolean :where([type="radio"])::after,
3914
3914
  .bs-radio::after {
3915
3915
  background-color: var(--bs-bg-base);
3916
- border-radius: var(--bs-rounded-half);
3916
+ border-radius: var(--bs-rounded-full);
3917
3917
  box-sizing: content-box;
3918
3918
  content: '';
3919
3919
  height: var(--inner-dot-size, 0.375rem);
@@ -4436,7 +4436,7 @@ label:where(.bs-label) {
4436
4436
  /* ----- loader dots ----- */
4437
4437
  .bs-loader > :where(*:not(.bs-visually-hidden)) {
4438
4438
  background-color: var(--loader-dot-bg);
4439
- border-radius: var(--bs-rounded-half);
4439
+ border-radius: var(--bs-rounded-full);
4440
4440
  display: block;
4441
4441
  height: var(--loader-dot-size);
4442
4442
  position: absolute;
@@ -5075,7 +5075,7 @@ label:where(.bs-label) {
5075
5075
  --profile-text: 0.8125rem;
5076
5076
 
5077
5077
  aspect-ratio: 1/1;
5078
- border-radius: var(--bs-rounded-half);
5078
+ border-radius: var(--bs-rounded-full);
5079
5079
  color: var(--bs-ink-primary);
5080
5080
  height: var(--profile-size);
5081
5081
  overflow: hidden;
@@ -5095,7 +5095,7 @@ label:where(.bs-label) {
5095
5095
 
5096
5096
  .bs-profile-img::before,
5097
5097
  .bs-profile-img::after {
5098
- border-radius: var(--bs-rounded-half);
5098
+ border-radius: var(--bs-rounded-full);
5099
5099
  border-collapse: collapse;
5100
5100
  height: 100%;
5101
5101
  inset: 0;
@@ -5315,7 +5315,7 @@ a.bs-profile:where([data-layout]):hover {
5315
5315
  }
5316
5316
 
5317
5317
  .bs-spinner:where([data-variant="gradient"]) :where(linearGradient stop) {
5318
- stop-color: var(--bs-secondary-base-fixed);
5318
+ stop-color: var(--bs-secondary-base);
5319
5319
  }
5320
5320
  .bs-spinner:where([data-variant="gradient"]) :where(linearGradient stop:first-child) {
5321
5321
  stop-color: var(--bs-primary-base-fixed);
@@ -5422,7 +5422,7 @@ a.bs-profile:where([data-layout]):hover {
5422
5422
  /* Toggle "ball" */
5423
5423
  .bs-switch :where(span)::before {
5424
5424
  background-color: var(--ball-background);
5425
- border-radius: var(--bs-rounded-half);
5425
+ border-radius: var(--bs-rounded-full);
5426
5426
  box-sizing: border-box;
5427
5427
  content: '';
5428
5428
  height: var(--ball-diameter);
@@ -6367,7 +6367,7 @@ a.bs-text-button {
6367
6367
 
6368
6368
  .bs-vertical-nav-wrapper:where([data-bg-variant="bg-base"]),
6369
6369
  :is(.dark, [data-theme="wwt-dark"], [data-theme="softchoice-dark"]) :where(.bs-vertical-nav-wrapper:where([data-bg-variant="bg-base"])) {
6370
- --active-color: var(--bs-blue-10);
6370
+ --active-color: var(--bs-primary-highlight);
6371
6371
  --bg-color: var(--bs-bg-base);
6372
6372
  --border-color: var(--bs-border-medium);
6373
6373
  --text-color: var(--bs-ink-medium);