@wwtdev/bsds-css 3.0.0-rc.26 → 3.0.0-rc.28

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.css CHANGED
@@ -868,11 +868,11 @@ body {
868
868
  scroll-margin-top: var(--bs-content-top);
869
869
  }
870
870
  ::-moz-selection {
871
- background-color: var(--bs-royal-base);
871
+ background-color: var(--bs-accent-1-base);
872
872
  color: var(--bs-ink-white);
873
873
  }
874
874
  ::selection {
875
- background-color: var(--bs-royal-base);
875
+ background-color: var(--bs-accent-1-base);
876
876
  color: var(--bs-ink-white);
877
877
  }
878
878
  *:where([data-scroll="false"]) {
@@ -888,7 +888,7 @@ hr {
888
888
  }
889
889
  blockquote {
890
890
  background-color: var(--bs-bg-medium);
891
- border-left: 4px solid var(--bs-blue-base);
891
+ border-left: 4px solid var(--bs-primary-base);
892
892
  color: var(--bs-ink-light);
893
893
  font-style: italic;
894
894
  font-weight: var(--bs-font-normal);
@@ -896,9 +896,9 @@ blockquote {
896
896
  }
897
897
  a {
898
898
  border-radius: 0.25rem;
899
- color: var(--bs-ink-blue);
899
+ color: var(--bs-ink-primary);
900
900
  cursor: pointer;
901
- outline-color: var(--bs-blue-base);
901
+ outline-color: var(--bs-primary-base);
902
902
  text-decoration: underline;
903
903
  text-underline-offset: 2px;
904
904
  transition: all var(--bs-transition-quick) var(--bs-transition-ease);
@@ -907,7 +907,7 @@ a:where(:hover) {
907
907
  text-decoration: underline;
908
908
  }
909
909
  a:where(:visited) {
910
- color: var(--bs-ink-plum);
910
+ color: var(--bs-ink-secondary);
911
911
  }
912
912
  a:where(:focus-visible) {
913
913
  outline-offset: var(--bs-space-1);
@@ -1254,8 +1254,8 @@ h6 {
1254
1254
  .bs-dropdown-options-deprecated :where(li:not([role="separator"]):hover),
1255
1255
  .bs-dropdown-options-deprecated :where(li[data-selected]) {
1256
1256
  background-color: var(--bs-bg-medium-to-light);
1257
- border-left: 4px solid var(--bs-ink-blue);
1258
- color: var(--bs-ink-blue);
1257
+ border-left: 4px solid var(--bs-ink-primary);
1258
+ color: var(--bs-ink-primary);
1259
1259
  outline: none;
1260
1260
  }
1261
1261
  /* Variant: negative */
@@ -1264,8 +1264,8 @@ h6 {
1264
1264
  .bs-dropdown-options-deprecated :where(li[data-variant~="negative"][data-selected]:hover) {
1265
1265
  /* 25% alpha version of --bs-red-400 */
1266
1266
  background-color: rgba(248, 169, 170, 0.25);
1267
- border-left: 4px solid var(--bs-ink-red);
1268
- color: var(--bs-ink-red);
1267
+ border-left: 4px solid var(--bs-ink-negative);
1268
+ color: var(--bs-ink-negative);
1269
1269
  }
1270
1270
  /* Hover or data-selected for 2-col/3-col/description variants */
1271
1271
  .bs-dropdown-options-deprecated :where(li:not([data-variant*="-col"])[data-variant~="description"]:hover > :nth-child(2)),
@@ -1274,7 +1274,7 @@ h6 {
1274
1274
  .bs-dropdown-options-deprecated :where(li:not([data-variant*="-col"])[data-variant~="description"][data-selected] > :nth-child(2)),
1275
1275
  .bs-dropdown-options-deprecated :where(li[data-variant~="2-col"][data-variant~="description"][data-selected] > :nth-child(3)),
1276
1276
  .bs-dropdown-options-deprecated :where(li[data-variant~="3-col"][data-variant~="description"][data-selected] > :nth-child(4)) {
1277
- color: var(--bs-ink-blue);
1277
+ color: var(--bs-ink-primary);
1278
1278
  }
1279
1279
  /* Hover or data-selected for negative + 2-col/3-col/description variants */
1280
1280
  .bs-dropdown-options-deprecated :where(li[data-variant~="negative"]:not([data-variant*="-col"])[data-variant~="description"]:hover > :nth-child(2)),
@@ -1283,11 +1283,11 @@ h6 {
1283
1283
  .bs-dropdown-options-deprecated :where(li[data-variant~="negative"]:not([data-variant*="-col"])[data-variant~="description"][data-selected] > :nth-child(2)),
1284
1284
  .bs-dropdown-options-deprecated :where(li[data-variant~="negative"][data-variant~="2-col"][data-variant~="description"][data-selected] > :nth-child(3)),
1285
1285
  .bs-dropdown-options-deprecated :where(li[data-variant~="negative"][data-variant~="3-col"][data-variant~="description"][data-selected] > :nth-child(4)) {
1286
- color: var(--bs-ink-red);
1286
+ color: var(--bs-ink-negative);
1287
1287
  }
1288
1288
  /* List option keyboard navigation focus */
1289
1289
  .bs-dropdown-options-deprecated:where(:focus-visible) :where(li[data-active]) {
1290
- --focus-border-color: var(--bs-blue-base);
1290
+ --focus-border-color: var(--bs-primary-base);
1291
1291
  border: 2px solid var(--focus-border-color);
1292
1292
  outline: none;
1293
1293
  padding-left: 1.375rem;
@@ -1299,7 +1299,7 @@ h6 {
1299
1299
  }
1300
1300
  /* data-variant="negative" list option keyboard navigation focus */
1301
1301
  .bs-dropdown-options-deprecated:where(:focus-visible) :where(li[data-variant~="negative"][data-active]) {
1302
- --focus-border-color: var(--bs-red-200);
1302
+ --focus-border-color: var(--bs-negative-light);
1303
1303
  }
1304
1304
  /* Multi-select divider */
1305
1305
  .bs-dropdown-options-deprecated :where(li[role="separator"]) {
@@ -1604,7 +1604,7 @@ h6 {
1604
1604
  --toast-transform: translate(0, calc(100% + 1.5rem));
1605
1605
 
1606
1606
  background-color: var(--bs-bg-base-to-light);
1607
- border-top: 4px solid var(--bs-blue-base);
1607
+ border-top: 4px solid var(--bs-primary-base);
1608
1608
  bottom: 1.5rem;
1609
1609
  box-shadow: var(--bs-shadow-contentMedium);
1610
1610
  left: 0;
@@ -1641,7 +1641,7 @@ h6 {
1641
1641
  padding: 1rem;
1642
1642
  }
1643
1643
  .bs-toast-header-deprecated :where(.bs-toast-header-icon-deprecated) {
1644
- color: var(--bs-blue-base);
1644
+ color: var(--bs-primary-base);
1645
1645
  }
1646
1646
  .bs-toast-header-deprecated :where(h5) {
1647
1647
  font-weight: 400;
@@ -1669,30 +1669,30 @@ h6 {
1669
1669
  }
1670
1670
  /* Warning Toast Styles */
1671
1671
  .bs-toast-deprecated:where([data-variant^='warning']) {
1672
- border-top: 4px solid var(--bs-warning);
1672
+ border-top: 4px solid var(--bs-warning-base);
1673
1673
  }
1674
1674
  .bs-toast-deprecated:where([data-variant^='warning']) :where(.bs-toast-header-deprecated .bs-toast-header-icon-deprecated) {
1675
- color: var(--bs-warning);
1675
+ color: var(--bs-ink-warning);
1676
1676
  }
1677
1677
  /* Positive Toast Styles */
1678
1678
  .bs-toast-deprecated:where([data-variant^='positive']) {
1679
- border-top: 4px solid var(--bs-purple-400);
1679
+ border-top: 4px solid var(--bs-positive-base);
1680
1680
  }
1681
1681
  .bs-toast-deprecated:where([data-variant^='positive']) :where(.bs-toast-header-deprecated .bs-toast-header-icon-deprecated) {
1682
- color: var(--bs-purple-400);
1682
+ color: var(--bs-ink-positive);
1683
1683
  }
1684
1684
  :where(.dark) .bs-toast-deprecated:where([data-variant^='positive']) {
1685
- border-top: 4px solid var(--bs-purple-200);
1685
+ border-top: 4px solid var(--bs-positive-light);
1686
1686
  }
1687
1687
  :where(.dark) .bs-toast-deprecated:where([data-variant^='positive']) :where(.bs-toast-header-deprecated .bs-toast-header-icon-deprecated) {
1688
- color: var(--bs-purple-200);
1688
+ color: var(--bs-positive-light);
1689
1689
  }
1690
1690
  /* Negative Toast Styles */
1691
1691
  .bs-toast-deprecated:where([data-variant^='negative']) {
1692
- border-top: 4px solid var(--bs-red-400);
1692
+ border-top: 4px solid var(--bs-negative-dark);
1693
1693
  }
1694
1694
  .bs-toast-deprecated:where([data-variant^='negative']) :where(.bs-toast-header-deprecated .bs-toast-header-icon-deprecated) {
1695
- color: var(--bs-red-400);
1695
+ color: var(--bs-negative-dark);
1696
1696
  }
1697
1697
  @media (min-width: 440px) {
1698
1698
  .bs-toast-deprecated {
@@ -1914,8 +1914,8 @@ This must go last to properly override the other classes
1914
1914
  transform: translateY(-50%) scale(0.5);
1915
1915
  }
1916
1916
  .bs-accordion {
1917
- --accordion-link-color: var(--bs-purple-400);
1918
- --accordion-link-outline-color: var(--bs-blue-base);
1917
+ --accordion-link-color: var(--bs-positive-base-fixed);
1918
+ --accordion-link-outline-color: var(--bs-primary-base);
1919
1919
  --accordion-outline-color: transparent;
1920
1920
  --accordion-padding-inline: 0;
1921
1921
  --accordion-text-size: var(--bs-text-sm);
@@ -1952,7 +1952,7 @@ This must go last to properly override the other classes
1952
1952
  }
1953
1953
  .bs-accordion :where(.bs-accordion-toggle:focus-visible),
1954
1954
  .bs-accordion > :where(header) > :where(button:focus-visible) {
1955
- --accordion-outline-color: var(--bs-blue-base);
1955
+ --accordion-outline-color: var(--bs-primary-base);
1956
1956
  }
1957
1957
  .bs-accordion :where(.bs-accordion-toggle) > *,
1958
1958
  .bs-accordion > :where(header) > :where(button) > * {
@@ -2015,10 +2015,9 @@ This must go last to properly override the other classes
2015
2015
  border-block-start-color: transparent;
2016
2016
  }
2017
2017
  .bs-alert {
2018
- /* bs-blue-100 @ 10% */
2019
- background-color: #99cff71a;
2018
+ background-color: var(--bs-primary-highlight);
2020
2019
  border-radius: 8px;
2021
- border: 2px solid var(--bs-ink-blue);
2020
+ border: 2px solid var(--bs-ink-primary);
2022
2021
  -moz-column-gap: 0.75rem;
2023
2022
  column-gap: 0.75rem;
2024
2023
  display: grid;
@@ -2047,7 +2046,7 @@ This must go last to properly override the other classes
2047
2046
  .bs-alert :where(.bs-alert-icon) {
2048
2047
  margin-top: 0.25rem;
2049
2048
  align-self: start;
2050
- color: var(--bs-ink-blue);
2049
+ color: var(--bs-ink-primary);
2051
2050
  grid-area: icon;
2052
2051
  height: 1.125rem;
2053
2052
  width: 1.125rem;
@@ -2108,28 +2107,25 @@ This must go last to properly override the other classes
2108
2107
  }
2109
2108
  /* COLOR VARIANTS */
2110
2109
  .bs-alert:where([data-variant="success"]) {
2111
- /* bs-purple-100 @ 10% */
2112
- background-color: #e0c5ef1a;
2113
- border-color: var(--bs-ink-purple);
2110
+ background-color: var(--bs-positive-highlight);
2111
+ border-color: var(--bs-ink-positive);
2114
2112
  }
2115
2113
  .bs-alert:where([data-variant="success"]) :where(.bs-alert-icon) {
2116
- color: var(--bs-ink-purple);
2114
+ color: var(--bs-ink-positive);
2117
2115
  }
2118
2116
  .bs-alert:where([data-variant="warning"]) {
2119
- /* bs-orange-100 @ 10% */
2120
- background-color: #f3c4a81a;
2121
- border-color: var(--bs-ink-orange);
2117
+ background-color: var(--bs-warning-highlight);
2118
+ border-color: var(--bs-ink-warning);
2122
2119
  }
2123
2120
  .bs-alert:where([data-variant="warning"]) :where(.bs-alert-icon) {
2124
- color: var(--bs-ink-orange);
2121
+ color: var(--bs-ink-warning);
2125
2122
  }
2126
2123
  .bs-alert:where([data-variant="negative"]) {
2127
- /* bs-red-100 @ 10% */
2128
- background-color: #f8a9aa1a;
2129
- border-color: var(--bs-ink-red);
2124
+ background-color: var(--bs-negative-highlight);
2125
+ border-color: var(--bs-ink-negative);
2130
2126
  }
2131
2127
  .bs-alert:where([data-variant="negative"]) :where(.bs-alert-icon) {
2132
- color: var(--bs-ink-red);
2128
+ color: var(--bs-ink-negative);
2133
2129
  }
2134
2130
  /* DARK MODE SPECIAL CASE */
2135
2131
  .dark .bs-alert :where(.bs-alert-action) {
@@ -2152,7 +2148,7 @@ This must go last to properly override the other classes
2152
2148
  z-index: var(--bs-backdrop-z-index, var(--bs-popover-z-index));
2153
2149
  }
2154
2150
  .bs-badge {
2155
- --badge-bg: var(--bs-red-400);
2151
+ --badge-bg: var(--bs-negative-dark);
2156
2152
  --badge-text: var(--bs-white);
2157
2153
  display: inline-block;
2158
2154
  }
@@ -2207,7 +2203,7 @@ This must go last to properly override the other classes
2207
2203
  }
2208
2204
  /* Badge COLORS */
2209
2205
  .bs-badge:where([data-badge-color^='blue']) {
2210
- --badge-bg: var(--bs-blue-base);
2206
+ --badge-bg: var(--bs-primary-base);
2211
2207
  }
2212
2208
  .bs-badge:where([data-badge-color^='white']) {
2213
2209
  --badge-bg: var(--bs-white);
@@ -2228,7 +2224,7 @@ This must go last to properly override the other classes
2228
2224
  top: unset;
2229
2225
  }
2230
2226
  :where(.bs-banner) {
2231
- --banner-bg: var(--bs-royal-400);
2227
+ --banner-bg: var(--bs-accent-1-base);
2232
2228
  --banner-icon-display: none;
2233
2229
  --banner-padding: var(--banner-padding-m);
2234
2230
  --banner-padding-m: 1rem 1.5rem;
@@ -2276,6 +2272,9 @@ This must go last to properly override the other classes
2276
2272
  .bs-banner:where([data-variant="negative"]) {
2277
2273
  --banner-bg: var(--bs-red-300);
2278
2274
  }
2275
+ :where(.softchoice) .bs-banner:where([data-variant="negative"]) {
2276
+ --banner-bg: var(--bs-maroon-400);
2277
+ }
2279
2278
  @media (min-width: 957px) {
2280
2279
  .bs-banner {
2281
2280
  --banner-icon-display: inline-flex;
@@ -2306,12 +2305,12 @@ text color:
2306
2305
  .bs-button {
2307
2306
  --btn-focus-inset: -0.25rem;
2308
2307
  --btn-focus-pseudo-width: calc(100% + 0.5rem);
2309
- --btn-ghost-ink: var(--bs-ink-blue);
2310
- --btn-highlight: var(--bs-blue-100);
2308
+ --btn-ghost-ink: var(--bs-ink-primary);
2309
+ --btn-highlight: var(--bs-primary-lightest);
2311
2310
  --btn-ink: var(--bs-white);
2312
- --btn-main: var(--bs-blue-400);
2311
+ --btn-main: var(--bs-primary-base-fixed);
2313
2312
  --btn-padding: .25rem .75rem;
2314
- --btn-secondary: var(--bs-blue-medium);
2313
+ --btn-secondary: var(--bs-primary-medium);
2315
2314
  --btn-text-size: var(--bs-text-md);
2316
2315
  --btn-weight: 600;
2317
2316
  --btn-height: 2.5rem;
@@ -2373,8 +2372,8 @@ text color:
2373
2372
  /* ------------ Ghost Buttons ------------ */
2374
2373
  .bs-button:where([data-ghost]:not([data-ghost="false"])) {
2375
2374
  --btn-ink: var(--btn-ghost-ink);
2376
- --btn-light: var(--bs-blue-10);
2377
- --btn-secondary: var(--bs-blue-10);
2375
+ --btn-light: var(--bs-primary-highlight);
2376
+ --btn-secondary: var(--bs-primary-highlight);
2378
2377
  background-color: transparent;
2379
2378
  box-shadow: inset 0 0 0 1px var(--btn-ghost-ink);
2380
2379
  }
@@ -2392,52 +2391,52 @@ text color:
2392
2391
  }
2393
2392
  /* ------------ VARIANTS ------------ */
2394
2393
  .bs-button:where([data-variant^='secondary']) {
2395
- --btn-ghost-ink: var(--bs-ink-plum);
2396
- --btn-highlight: var(--bs-plum-100);
2397
- --btn-light: var(--bs-plum-10);
2398
- --btn-main: var(--bs-plum-base);
2399
- --btn-secondary: var(--bs-plum-medium);
2394
+ --btn-ghost-ink: var(--bs-ink-secondary);
2395
+ --btn-highlight: var(--bs-secondary-lightest);
2396
+ --btn-light: var(--bs-secondary-highlight);
2397
+ --btn-main: var(--bs-secondary-base-fixed);
2398
+ --btn-secondary: var(--bs-secondary-medium);
2400
2399
  }
2401
2400
  .dark .bs-button:where([data-variant^='secondary']) {
2402
- --btn-highlight: var(--bs-plum-400);
2401
+ --btn-highlight: var(--bs-secondary-base-fixed);
2403
2402
  --btn-light: var(--bs-navy-400);
2404
2403
  }
2405
2404
  .bs-button:where([data-variant^='positive']) {
2406
- --btn-ghost-ink: var(--bs-ink-purple);
2407
- --btn-highlight: var(--bs-purple-100);
2408
- --btn-light: var(--bs-purple-10);
2409
- --btn-main: var(--bs-purple-400);
2410
- --btn-secondary: var(--bs-purple-medium);
2405
+ --btn-ghost-ink: var(--bs-ink-positive);
2406
+ --btn-highlight: var(--bs-positive-lightest);
2407
+ --btn-light: var(--bs-positive-highlight);
2408
+ --btn-main: var(--bs-positive-base-fixed);
2409
+ --btn-secondary: var(--bs-positive-medium);
2411
2410
  }
2412
2411
  .bs-button:where([data-variant^='warning']) {
2413
- --btn-ghost-ink: var(--bs-ink-orange);
2414
- --btn-highlight: var(--bs-orange-100);
2415
- --btn-light: var(--bs-orange-10);
2416
- --btn-main: var(--bs-warning);
2417
- --btn-secondary: var(--bs-orange-base);
2412
+ --btn-ghost-ink: var(--bs-ink-warning);
2413
+ --btn-highlight: var(--bs-warning-lightest);
2414
+ --btn-light: var(--bs-warning-highlight);
2415
+ --btn-main: var(--bs-warning-dark);
2416
+ --btn-secondary: var(--bs-warning-medium);
2418
2417
  }
2419
2418
  .bs-button:where([data-variant^='negative']) {
2420
- --btn-ghost-ink: var(--bs-ink-red);
2421
- --btn-highlight: var(--bs-red-100);
2422
- --btn-light: var(--bs-red-10);
2423
- --btn-main: var(--bs-red-400);
2424
- --btn-secondary: var(--bs-red-medium);
2419
+ --btn-ghost-ink: var(--bs-ink-negative);
2420
+ --btn-highlight: var(--bs-negative-lightest);
2421
+ --btn-light: var(--bs-negative-highlight);
2422
+ --btn-main: var(--bs-negative-dark);
2423
+ --btn-secondary: var(--bs-negative-medium);
2425
2424
  }
2426
2425
  /* pink variant */
2427
2426
  .bs-button:where([data-variant^='pink']) {
2428
- --btn-ghost-ink: var(--bs-ink-pink);
2429
- --btn-highlight: var(--bs-pink-400);
2430
- --btn-light: var(--bs-pink-10);
2431
- --btn-main: var(--bs-pink-400);
2432
- --btn-secondary: var(--bs-pink-300);
2427
+ --btn-ghost-ink: var(--bs-ink-accent-3);
2428
+ --btn-highlight: var(--bs-accent-3-base-fixed);
2429
+ --btn-light: var(--bs-accent-3-highlight);
2430
+ --btn-main: var(--bs-accent-3-base-fixed);
2431
+ --btn-secondary: var(--bs-accent-3-medium);
2433
2432
  }
2434
2433
  /* royal blue variant */
2435
2434
  .bs-button:where([data-variant^='royal']) {
2436
- --btn-ghost-ink: var(--bs-ink-royal);
2437
- --btn-highlight: var(--bs-royal-400);
2438
- --btn-light: var(--bs-royal-10);
2439
- --btn-main: var(--bs-royal-400);
2440
- --btn-secondary: var(--bs-royal-300);
2435
+ --btn-ghost-ink: var(--bs-ink-accent-1);
2436
+ --btn-highlight: var(--bs-accent-1-base-fixed);
2437
+ --btn-light: var(--bs-accent-1-highlight);
2438
+ --btn-main: var(--bs-accent-1-base-fixed);
2439
+ --btn-secondary: var(--bs-accent-1-medium);
2441
2440
  }
2442
2441
  /* white variant - for dark backgrounds + ghost btn or text btn only */
2443
2442
  .bs-button:where([data-variant^='white'][data-ghost]:not([data-ghost="false"])) {
@@ -2452,7 +2451,7 @@ text color:
2452
2451
  --btn-focus-inset: -0.25rem -0.5rem;
2453
2452
  --btn-focus-pseudo-width: calc(100% + 1rem); /* text btns don't have side padding, but we do want focus outline to look padded */
2454
2453
  --btn-height: auto;
2455
- --btn-ink: var(--bs-ink-blue);
2454
+ --btn-ink: var(--bs-ink-primary);
2456
2455
  --btn-padding: 0;
2457
2456
  --btn-secondary: transparent;
2458
2457
  --btn-text-size: var(--bs-text-md);
@@ -2463,7 +2462,7 @@ text color:
2463
2462
  }
2464
2463
  /* DEPRECATED */
2465
2464
  .bs-button:where([data-text]:not([data-text="false"]):not(:disabled):not([aria-disabled="true"]):hover) {
2466
- --btn-ink: var(--bs-blue-base);
2465
+ --btn-ink: var(--bs-primary-base);
2467
2466
  background-color: transparent;
2468
2467
  text-decoration: underline;
2469
2468
  }
@@ -2479,7 +2478,7 @@ text color:
2479
2478
  /* DEPRECATED */
2480
2479
  .bs-button:where([data-variant^='negative'][data-text]:not([data-text="false"])),
2481
2480
  .bs-button:where([data-variant^='negative'][data-text]:not([data-text="false"]):not(:disabled):not([aria-disabled="true"]):hover) {
2482
- --btn-ink: var(--bs-ink-red);
2481
+ --btn-ink: var(--bs-ink-negative);
2483
2482
  }
2484
2483
  /* DEPRECATED */
2485
2484
  .bs-button:where([data-variant^='white'][data-text]:not([data-text="false"])),
@@ -2641,7 +2640,7 @@ a.bs-button {
2641
2640
  position: absolute;
2642
2641
  }
2643
2642
  .bs-chart :where(li:focus-visible) {
2644
- --focus-color: var(--bs-blue-base);
2643
+ --focus-color: var(--bs-primary-base);
2645
2644
  }
2646
2645
  .bs-chart :where(li span) {
2647
2646
  background: var(--legend-item-box-fill);
@@ -2669,7 +2668,7 @@ If we want to make these responsive in the future, can wrap in media query.
2669
2668
  .bs-chart:where([data-layout="chart-right"], [data-layout="chart-left"]) {
2670
2669
  --chart-gridrows: minmax(0px, auto);
2671
2670
  --legend-bg-color: var(--bs-bg-base);
2672
- --legend-border-color: var(--bs-gray-light);
2671
+ --legend-border-color: var(--bs-neutral-light);
2673
2672
  --legend-clip-path: border-box;
2674
2673
  --legend-flexalign: start;
2675
2674
  --legend-flexdir: column;
@@ -2717,13 +2716,13 @@ Properties : Defaults // Description
2717
2716
  --btn-icon-padding: .75rem; // padding around icon svg
2718
2717
  --btn-icon-size: 1.5rem; // svg width and height
2719
2718
  --btn-icon-stroke-color: var(--bs-white);
2720
- --btn-main: var(--bs-blue-base); // many things... should probably break this up
2719
+ --btn-main: var(--bs-primary-base); // many things... should probably break this up
2721
2720
  --btn-text-color: var(--bs-ink-base);
2722
2721
  --btn-text-size: var(--bs-text-md);
2723
2722
 
2724
2723
  --btn-border-color: transparent; // focus state outline color - transparent base state, --btn-main base focus state
2725
2724
  --btn-border-color-focused: var(--btn-main); // focus state ring color set on variants
2726
- --btn-secondary: var(--bs-blue-medium); // hover state icon bg
2725
+ --btn-secondary: var(--bs-primary-medium); // hover state icon bg
2727
2726
  --btn-shadow-color-active: var(--btn-main); // active state shadow color (icon bg)
2728
2727
  --btn-text-color-hovered: var(--bs-ink-base); // hover state text color
2729
2728
  */
@@ -2736,8 +2735,8 @@ Properties : Defaults // Description
2736
2735
  --btn-icon-padding: .75rem;
2737
2736
  --btn-icon-size: 1.5rem;
2738
2737
  --btn-icon-stroke-color: var(--bs-white);
2739
- --btn-main: var(--bs-blue-base);
2740
- --btn-secondary: var(--bs-blue-medium);
2738
+ --btn-main: var(--bs-primary-base);
2739
+ --btn-secondary: var(--bs-primary-medium);
2741
2740
  --btn-shadow-color-active: var(--btn-main);
2742
2741
  --btn-text-color-hovered: var(--bs-ink-base);
2743
2742
  --btn-text-color: var(--bs-ink-base);
@@ -2804,8 +2803,8 @@ a.bs-circle-button {
2804
2803
  .bs-circle-button:where([data-ghost]:not([data-ghost="false"])) {
2805
2804
  --btn-icon-bg-color: transparent;
2806
2805
  --btn-icon-stroke-color: var(--btn-main);
2807
- --btn-light: var(--bs-blue-10);
2808
- --btn-secondary: var(--bs-blue-10);
2806
+ --btn-light: var(--bs-primary-10);
2807
+ --btn-secondary: var(--bs-primary-10);
2809
2808
  }
2810
2809
  /* Active, Hover, Focus states */
2811
2810
  .bs-circle-button:active, .bs-circle-button:hover {
@@ -2867,34 +2866,34 @@ a.bs-circle-button {
2867
2866
  --btn-shadow-color-active: transparent;
2868
2867
  }
2869
2868
  .bs-circle-button:where([data-variant="color-blue"]) {
2870
- --btn-border-color-focused: var(--bs-ink-blue);
2871
- --btn-text-color: var(--bs-ink-blue);
2872
- --btn-text-color-hovered: var(--bs-blue-base);
2869
+ --btn-border-color-focused: var(--bs-ink-primary);
2870
+ --btn-text-color: var(--bs-ink-primary);
2871
+ --btn-text-color-hovered: var(--bs-primary-base);
2873
2872
  }
2874
2873
  .bs-circle-button:where([data-variant="color-royal"]) {
2875
- --btn-border-color-focused: var(--bs-ink-royal);
2876
- --btn-text-color: var(--bs-ink-royal);
2877
- --btn-text-color-hovered: var(--bs-royal-medium);
2874
+ --btn-border-color-focused: var(--bs-ink-accent-1);
2875
+ --btn-text-color: var(--bs-ink-accent-1);
2876
+ --btn-text-color-hovered: var(--bs-accent-1-medium);
2878
2877
  }
2879
2878
  .bs-circle-button:where([data-variant="color-purple"]) {
2880
- --btn-border-color-focused: var(--bs-purple-400);
2881
- --btn-text-color: var(--bs-ink-purple);
2882
- --btn-text-color-hovered: var(--bs-purple-medium);
2879
+ --btn-border-color-focused: var(--bs-positive-base);
2880
+ --btn-text-color: var(--bs-ink-positive);
2881
+ --btn-text-color-hovered: var(--bs-positive-medium);
2883
2882
  }
2884
2883
  .bs-circle-button:where([data-variant="color-pink"]) {
2885
- --btn-border-color-focused: var(--bs-pink-400);
2886
- --btn-text-color: var(--bs-ink-pink);
2887
- --btn-text-color-hovered: var(--bs-pink-base);
2884
+ --btn-border-color-focused: var(--bs-accent-3-base);
2885
+ --btn-text-color: var(--bs-ink-accent-3);
2886
+ --btn-text-color-hovered: var(--bs-accent-3-base);
2888
2887
  }
2889
2888
  .bs-circle-button:where([data-variant="color-orange"]) {
2890
- --btn-border-color-focused: var(--bs-ink-orange);
2891
- --btn-text-color: var(--bs-ink-orange);
2892
- --btn-text-color-hovered: var(--bs-orange-base);
2889
+ --btn-border-color-focused: var(--bs-ink-warning);
2890
+ --btn-text-color: var(--bs-ink-warning);
2891
+ --btn-text-color-hovered: var(--bs-warning-base);
2893
2892
  }
2894
2893
  .bs-circle-button:where([data-variant="color-red"]) {
2895
- --btn-border-color-focused: var(--bs-ink-red);
2896
- --btn-text-color: var(--bs-ink-red);
2897
- --btn-text-color-hovered: var(--bs-red-base);
2894
+ --btn-border-color-focused: var(--bs-ink-regative);
2895
+ --btn-text-color: var(--bs-ink-negative);
2896
+ --btn-text-color-hovered: var(--bs-negative-base);
2898
2897
  }
2899
2898
  .bs-circle-button:where([data-variant="color-white"]) {
2900
2899
  --btn-border-color-focused: var(--bs-ink-white);
@@ -2955,7 +2954,7 @@ a.bs-circle-button {
2955
2954
  line-height: var(--description-line-height);
2956
2955
  }
2957
2956
  .bs-empty-state :where(a) {
2958
- color: var(--bs-ink-blue);
2957
+ color: var(--bs-ink-primary);
2959
2958
  text-decoration: underline;
2960
2959
  }
2961
2960
  .bs-empty-state :where(a:hover) {
@@ -3008,7 +3007,7 @@ custom properties:
3008
3007
  button:where(.bs-filter-button) {
3009
3008
  --filterbtn-caret-size: 1rem;
3010
3009
  --filterbtn-caret-transform: rotate(0deg);
3011
- --filterbtn-color: var(--bs-ink-blue);
3010
+ --filterbtn-color: var(--bs-ink-primary);
3012
3011
  --filterbtn-focus-color: transparent;
3013
3012
  --filterbtn-height: 1.5rem;
3014
3013
  --filterbtn-text-size: var(--bs-text-base);
@@ -3065,12 +3064,12 @@ button:where(.bs-filter-button) {
3065
3064
  }
3066
3065
  /* Hover state */
3067
3066
  .bs-filter-button:hover {
3068
- --filterbtn-color: var(--bs-blue-base);
3067
+ --filterbtn-color: var(--bs-primary-base);
3069
3068
  }
3070
3069
  /* Focus state */
3071
3070
  .bs-filter-button:where(:focus-visible) {
3072
3071
  outline: none;
3073
- --filterbtn-focus-color: var(--bs-blue-base);
3072
+ --filterbtn-focus-color: var(--bs-primary-base);
3074
3073
  }
3075
3074
  /* Filter open state */
3076
3075
  .bs-filter-button:where([aria-expanded="true"],[data-open="true"]) {
@@ -3078,10 +3077,10 @@ button:where(.bs-filter-button) {
3078
3077
  }
3079
3078
  /* Badge non-standard color */
3080
3079
  .bs-filter-button :where(.bs-badge) {
3081
- --badge-bg: var(--bs-ink-blue);
3080
+ --badge-bg: var(--bs-ink-primary);
3082
3081
  }
3083
3082
  :where(.dark) .bs-filter-button :where(.bs-badge) {
3084
- --badge-bg: var(--bs-blue-medium);
3083
+ --badge-bg: var(--bs-primary-medium);
3085
3084
  }
3086
3085
  .bs-filter-button:hover :where(.bs-badge) {
3087
3086
  --badge-bg: var(--filterbtn-color);
@@ -3143,7 +3142,7 @@ button:where(.bs-filter-button) {
3143
3142
  :is(.bs-boolean :where(input), .bs-checkbox):focus-visible {
3144
3143
  box-shadow: inset 0 0 0 0.125rem var(--box-shadow, var(--bs-ink-base)),
3145
3144
  0 0 0 2px var(--offset-color, var(--bs-bg-base)),
3146
- 0 0 0 4px var(--outline-color, var(--bs-blue-base));
3145
+ 0 0 0 4px var(--outline-color, var(--bs-primary-base));
3147
3146
  outline: 2px solid transparent;
3148
3147
  }
3149
3148
  :where(input[type='checkbox']),
@@ -3160,7 +3159,7 @@ input:where([type='checkbox'])::before,
3160
3159
  --cb-filled-size: var(--filled-size, 1rem);
3161
3160
  content: '';
3162
3161
  border-radius: 0.125rem;
3163
- box-shadow: inset var(--cb-filled-size) var(--cb-filled-size) var(--fill-bg-color, var(--bs-blue-base));
3162
+ box-shadow: inset var(--cb-filled-size) var(--cb-filled-size) var(--fill-bg-color, var(--bs-primary-base));
3164
3163
  height: var(--cb-filled-size);
3165
3164
  visibility: hidden;
3166
3165
  width: var(--cb-filled-size);
@@ -3192,7 +3191,7 @@ input:where([type='checkbox']):where(:indeterminate)::after,
3192
3191
  input:where([type='radio'])::before,
3193
3192
  .bs-boolean :where([type="radio"])::before {
3194
3193
  --radio-filled-size: var(--filled-size, 1rem);
3195
- background-color: var(--fill-bg-color, var(--bs-blue-base));
3194
+ background-color: var(--fill-bg-color, var(--bs-primary-base));
3196
3195
  border-radius: 50%;
3197
3196
  box-sizing: content-box;
3198
3197
  content: '';
@@ -3248,8 +3247,8 @@ input:where([type='checkbox'], [type='radio'])[data-error]:where(:not([data-erro
3248
3247
  .bs-boolean :where(input[data-error="true"]), /* deprecate this one in favor of next line */
3249
3248
  .bs-boolean:where([data-error="true"]),
3250
3249
  .bs-checkbox:where([data-error="true"]) {
3251
- --box-shadow: var(--bs-red-base);
3252
- --outline-color: var(--bs-red-base);
3250
+ --box-shadow: var(--bs-negative-base);
3251
+ --outline-color: var(--bs-negative-base);
3253
3252
  }
3254
3253
  .bs-character-count {
3255
3254
  color: var(--bs-ink-base);
@@ -3264,7 +3263,7 @@ input:where([type='checkbox'], [type='radio'])[data-error]:where(:not([data-erro
3264
3263
  visibility: hidden;
3265
3264
  }
3266
3265
  .bs-character-count:where([data-error="true"]) {
3267
- color: var(--bs-ink-red);
3266
+ color: var(--bs-ink-negative);
3268
3267
  }
3269
3268
  .bs-form-container {
3270
3269
  background: var(--bs-bg-base-to-light);
@@ -3338,11 +3337,11 @@ input:where([type='checkbox'], [type='radio'])[data-error]:where(:not([data-erro
3338
3337
  }
3339
3338
 
3340
3339
  &:where([data-component="bs-icon-edit"]):hover {
3341
- color: var(--bs-ink-blue);
3340
+ color: var(--bs-ink-primary);
3342
3341
  }
3343
3342
 
3344
3343
  &:where([data-component="bs-icon-delete"]):hover {
3345
- color: var(--bs-ink-red);
3344
+ color: var(--bs-ink-negative);
3346
3345
  }
3347
3346
  }
3348
3347
  .bs-form-container :where(.bs-form-container-header-actions):where([data-open="true"]) {
@@ -3361,7 +3360,7 @@ input:where([type='checkbox'], [type='radio'])[data-error]:where(:not([data-erro
3361
3360
  }
3362
3361
  /* Generally applicable (all input types) */
3363
3362
  :where([data-required]:not([data-required="false"])) {
3364
- color: var(--bs-ink-red);
3363
+ color: var(--bs-ink-negative);
3365
3364
  font-weight: var(--bs-font-semibold);
3366
3365
  }
3367
3366
  :where([data-disabled]:not([data-disabled="false"]), [data-disabled]:not([data-disabled="false"]) [data-required]:not([data-required="false"])) {
@@ -3378,7 +3377,7 @@ input:where([type='checkbox'], [type='radio'])[data-error]:where(:not([data-erro
3378
3377
  /* Errors and Messages */
3379
3378
  :is(input, select, textarea):where([data-error]:not([data-error="false"])),
3380
3379
  :is(.bs-input, .bs-select, .bs-textarea):where([data-error]:not([data-error="false"])) {
3381
- --input-border: var(--bs-ink-red);
3380
+ --input-border: var(--bs-ink-negative);
3382
3381
  }
3383
3382
  /* Fieldset */
3384
3383
  :where(fieldset) {
@@ -3415,7 +3414,7 @@ input:where([type='checkbox'], [type='radio'])[data-error]:where(:not([data-erro
3415
3414
  padding: 0;
3416
3415
  }
3417
3416
  .bs-hint:where([data-error]:not([data-error="false"])) {
3418
- --hint-color: var(--bs-ink-red);
3417
+ --hint-color: var(--bs-ink-negative);
3419
3418
  }
3420
3419
  :where(:disabled, [data-disabled="true"]) .bs-hint {
3421
3420
  --hint-color: var(--bs-ink-disabled);
@@ -3581,7 +3580,7 @@ and issues with box-sizing
3581
3580
  }
3582
3581
  /* -------- Focus styles -------- */
3583
3582
  .bs-input-addon {
3584
- --focus-border: var(--bs-blue-base);
3583
+ --focus-border: var(--bs-primary-base);
3585
3584
  }
3586
3585
  .bs-input-addon:where(:not([data-multifocus]):focus-within),
3587
3586
  .bs-input-addon:where([data-multifocus="false"]:focus-within),
@@ -3646,8 +3645,8 @@ and issues with box-sizing
3646
3645
  /* -------- Error styles -------- */
3647
3646
  .bs-input-addon:where([data-error]:not([data-error="false"])),
3648
3647
  .bs-input-addon:where([data-error]:not([data-error="false"])) :where(.bs-input-addon) {
3649
- --focus-border: var(--bs-ink-red);
3650
- --input-border: var(--bs-ink-red);
3648
+ --focus-border: var(--bs-ink-negative);
3649
+ --input-border: var(--bs-ink-negative);
3651
3650
  }
3652
3651
  .bs-input-addon:where([data-error]:not([data-error="false"]),[data-disabled]:not([data-disabled="false"])) > *::before,
3653
3652
  .bs-input-addon:where(.bs-input-addon[data-error]:not([data-error="false"]) .bs-input-addon, .bs-input-addon[data-disabled]:not([data-disabled="false"]) .bs-input-addon) > *::before {
@@ -3723,7 +3722,7 @@ data-autosize-icons="true" - see above
3723
3722
  .bs-input-search button:where(:active) {
3724
3723
  transform: scale(0.97);
3725
3724
  transform-origin: center;
3726
- box-shadow: inset 0px 0px 4px 1px var(--bs-blue-base);
3725
+ box-shadow: inset 0px 0px 4px 1px var(--bs-primary-base);
3727
3726
  }
3728
3727
  .bs-input-search button:where(:focus) {
3729
3728
  border-radius: .25rem;
@@ -3735,7 +3734,7 @@ data-autosize-icons="true" - see above
3735
3734
  --focus-border: transparent;
3736
3735
  --input-border: transparent;
3737
3736
  --input-addon-height: 1.5rem;
3738
- --input-caret: var(--bs-blue-base);
3737
+ --input-caret: var(--bs-primary-base);
3739
3738
  --input-padding-block: 0 0.125rem;
3740
3739
  --input-padding-inline: 0.5rem;
3741
3740
  --input-placeholder: var(--bs-ink-light);
@@ -3777,7 +3776,7 @@ label:where(.bs-label) {
3777
3776
  /* Required asterisk */
3778
3777
  :where(label, legend) :where([data-required]:not([data-required="false"])),
3779
3778
  .bs-label :where([data-required="true"]) {
3780
- color: var(--label-asterisk-color, var(--bs-ink-red));
3779
+ color: var(--label-asterisk-color, var(--bs-ink-negative));
3781
3780
  }
3782
3781
  /* Disabled state */
3783
3782
  :where(label[data-disabled]:not([data-disabled="false"])),
@@ -3846,7 +3845,7 @@ label:where(.bs-label) {
3846
3845
  }
3847
3846
  .bs-switch :where(input:checked) ~ :where(span),
3848
3847
  .bs-switch:where([aria-pressed]:not([aria-pressed="false"])) :where(span) {
3849
- --switch-background: var(--bs-blue-base);
3848
+ --switch-background: var(--bs-primary-base);
3850
3849
  }
3851
3850
  /* Toggle "ball" */
3852
3851
  .bs-switch :where(span)::before {
@@ -3905,7 +3904,7 @@ label:where(.bs-label) {
3905
3904
  .bs-switch :where(input:focus-visible) + :where(span),
3906
3905
  .bs-switch:where(:focus-visible) :where(button span) {
3907
3906
  box-shadow: 0 0 0 2px var(--offset-color, var(--bs-bg-base)),
3908
- 0 0 0 4px var(--outline-color, var(--bs-blue-base));
3907
+ 0 0 0 4px var(--outline-color, var(--bs-primary-base));
3909
3908
  outline: 2px solid transparent;
3910
3909
  }
3911
3910
  :where(.bs-box) .bs-switch :where(input:focus-visible) + :where(span),
@@ -3953,7 +3952,7 @@ select,
3953
3952
  border-radius: 0.25rem;
3954
3953
  border-style: solid;
3955
3954
  border-width: var(--input-border-width, 1px);
3956
- caret-color: var(--input-caret, var(--bs-blue-base));
3955
+ caret-color: var(--input-caret, var(--bs-primary-base));
3957
3956
  color: var(--bs-ink-base);
3958
3957
  font-size: var(--input-text-size, var(--bs-text-base));
3959
3958
  font-weight: 400;
@@ -4013,7 +4012,7 @@ textarea {
4013
4012
  :is(input:where(:not([type='checkbox'], [type='radio'])), textarea, select):where(:focus-visible),
4014
4013
  :is(.bs-input, .bs-select, .bs-textarea):where(:focus-visible),
4015
4014
  :is(select, .bs-select):where(:focus) {
4016
- --input-border: var(--bs-blue-base);
4015
+ --input-border: var(--bs-primary-base);
4017
4016
  outline-style: none;
4018
4017
  outline-width: 0px;
4019
4018
  }
@@ -4038,7 +4037,7 @@ select:where(:disabled),
4038
4037
  /* Errors and Messages */
4039
4038
  :is(input, select, textarea):where([data-error]:not([data-error="false"])),
4040
4039
  :is(.bs-input, .bs-select, .bs-textarea):where([data-error="true"]) {
4041
- --input-border: var(--bs-ink-red);
4040
+ --input-border: var(--bs-ink-negative);
4042
4041
  }
4043
4042
  /*
4044
4043
  Removes the built-in 'margin' on bottom of textarea
@@ -4154,7 +4153,7 @@ select[multiple],
4154
4153
  gap: 0.5rem;
4155
4154
  }
4156
4155
  .bs-horizontal-nav-mobile :where(.bs-horizontal-nav-mobile-toggle-title-icon) {
4157
- color: var(--bs-ink-blue);
4156
+ color: var(--bs-ink-primary);
4158
4157
  height: 1rem;
4159
4158
  width: 1rem;
4160
4159
  }
@@ -4219,7 +4218,7 @@ select[multiple],
4219
4218
  }
4220
4219
  .bs-horizontal-nav-mobile :where(.bs-horizontal-nav-mobile-menu > ul > li > a:hover),
4221
4220
  .bs-horizontal-nav-mobile :where(.bs-horizontal-nav-mobile-nested-menu > li > a:hover) {
4222
- color: var(--bs-ink-blue);
4221
+ color: var(--bs-ink-primary);
4223
4222
  }
4224
4223
  .bs-horizontal-nav-mobile :where(.bs-horizontal-nav-mobile-menu > ul > li > a[data-active="true"]),
4225
4224
  .bs-horizontal-nav-mobile :where(.bs-horizontal-nav-mobile-nested-menu > li > a[data-active="true"]) {
@@ -4228,7 +4227,7 @@ select[multiple],
4228
4227
  }
4229
4228
  .bs-horizontal-nav-mobile :where(.bs-horizontal-nav-mobile-menu > ul > li > a[data-active="true"]:hover),
4230
4229
  .bs-horizontal-nav-mobile :where(.bs-horizontal-nav-mobile-nested-menu > li > a[data-active="true"]:hover) {
4231
- color: var(--bs-ink-blue);
4230
+ color: var(--bs-ink-primary);
4232
4231
  text-decoration: none;
4233
4232
  }
4234
4233
  /* ===== Nested Nav Items ===== */
@@ -4249,11 +4248,11 @@ select[multiple],
4249
4248
  }
4250
4249
  .bs-horizontal-nav-mobile :where(.bs-horizontal-nav-mobile-menu > ul > li[data-expanded="true"] > .bs-horizontal-nav-mobile-nested-toggle) {
4251
4250
  background-color: var(--bs-bg-medium);
4252
- color: var(--bs-ink-blue);
4251
+ color: var(--bs-ink-primary);
4253
4252
  font-weight: 600;
4254
4253
  }
4255
4254
  .bs-horizontal-nav-mobile :where(.bs-horizontal-nav-mobile-nested-toggle:hover) {
4256
- color: var(--bs-ink-blue);
4255
+ color: var(--bs-ink-primary);
4257
4256
  text-decoration: none;
4258
4257
  }
4259
4258
  .bs-horizontal-nav-mobile :where(.bs-horizontal-nav-mobile-nested-toggle-caret) {
@@ -4358,7 +4357,7 @@ select[multiple],
4358
4357
  }
4359
4358
  /* ===== Optional Title Icon ===== */
4360
4359
  .bs-horizontal-nav :where(.bs-horizontal-nav-title-icon) {
4361
- color: var(--bs-ink-blue);
4360
+ color: var(--bs-ink-primary);
4362
4361
  height: 1rem;
4363
4362
  margin-right: 0.5rem;
4364
4363
  width: 1rem;
@@ -4387,14 +4386,14 @@ select[multiple],
4387
4386
  width: 100%;
4388
4387
  }
4389
4388
  .bs-horizontal-nav :where(nav > ul > li > a:hover) {
4390
- color: var(--bs-ink-blue);
4389
+ color: var(--bs-ink-primary);
4391
4390
  }
4392
4391
  .bs-horizontal-nav :where(nav > ul > li > a[data-active="true"]) {
4393
4392
  color: var(--bs-ink-base);
4394
4393
  font-weight: 600;
4395
4394
  }
4396
4395
  .bs-horizontal-nav :where(nav > ul > li > a[data-active="true"]:hover) {
4397
- color: var(--bs-ink-blue);
4396
+ color: var(--bs-ink-primary);
4398
4397
  text-decoration: none;
4399
4398
  }
4400
4399
  /* ===== Nested Nav Items ===== */
@@ -4408,7 +4407,7 @@ select[multiple],
4408
4407
  padding-top: 0.5rem;
4409
4408
  }
4410
4409
  .bs-horizontal-nav :where(.bs-horizontal-nav-nested-toggle:hover) {
4411
- color: var(--bs-ink-blue);
4410
+ color: var(--bs-ink-primary);
4412
4411
  text-decoration: none;
4413
4412
  }
4414
4413
  .bs-horizontal-nav :where(.bs-horizontal-nav-nested-toggle[data-active="true"]) {
@@ -4416,7 +4415,7 @@ select[multiple],
4416
4415
  font-weight: 600;
4417
4416
  }
4418
4417
  .bs-horizontal-nav :where(.bs-horizontal-nav-nested-toggle[data-active="true"]:hover) {
4419
- color: var(--bs-ink-blue);
4418
+ color: var(--bs-ink-primary);
4420
4419
  text-decoration: none;
4421
4420
  }
4422
4421
  .bs-horizontal-nav :where(.bs-horizontal-nav-nested-toggle-caret) {
@@ -4428,10 +4427,10 @@ select[multiple],
4428
4427
  width: 0.75rem;
4429
4428
  }
4430
4429
  .bs-horizontal-nav :where(.bs-horizontal-nav-nested-toggle:hover ~ .bs-horizontal-nav-caret) {
4431
- color: var(--bs-ink-blue);
4430
+ color: var(--bs-ink-primary);
4432
4431
  }
4433
4432
  .bs-horizontal-nav :where(.bs-horizontal-nav-nested-toggle[data-expanded="true"]) {
4434
- color: var(--bs-ink-blue);
4433
+ color: var(--bs-ink-primary);
4435
4434
  font-weight: 600;
4436
4435
  }
4437
4436
  .bs-horizontal-nav :where(.bs-horizontal-nav-nested-toggle[data-expanded="true"] .bs-horizontal-nav-nested-toggle-caret) {
@@ -4455,7 +4454,7 @@ select[multiple],
4455
4454
  font-size: 0.875rem;
4456
4455
  }
4457
4456
  .bs-horizontal-nav :where(.bs-horizontal-nav-nested-menu > ul > li > a:hover) {
4458
- color: var(--bs-ink-blue);
4457
+ color: var(--bs-ink-primary);
4459
4458
  text-decoration: underline;
4460
4459
  }
4461
4460
  .bs-horizontal-nav :where(.bs-horizontal-nav-nested-menu > ul > li > a[data-active="true"]) {
@@ -4463,7 +4462,7 @@ select[multiple],
4463
4462
  font-weight: 600;
4464
4463
  }
4465
4464
  .bs-horizontal-nav :where(.bs-horizontal-nav-nested-menu > ul > li > a[data-active="true"]:hover) {
4466
- color: var(--bs-ink-blue);
4465
+ color: var(--bs-ink-primary);
4467
4466
  }
4468
4467
  /* ===== End Items ===== */
4469
4468
  .bs-horizontal-nav :where(.bs-horizontal-nav-end-items) {
@@ -4501,7 +4500,7 @@ select[multiple],
4501
4500
  font-size: var(--bs-text-sm);
4502
4501
  font-weight: 600;
4503
4502
  line-height: 1.5;
4504
- color: var(--bs-ink-royal);
4503
+ color: var(--bs-royal-400);
4505
4504
  text-align: center; /* needed for "as link" wrap cases */
4506
4505
  text-decoration: none;
4507
4506
  background-color: var(--bs-bg-medium);
@@ -4517,11 +4516,11 @@ select[multiple],
4517
4516
  }
4518
4517
  /* Hover */
4519
4518
  .bs-inline-tab:where(:not([data-selected]):hover) {
4520
- border-color: var(--bs-ink-royal); /* "ink-royal" instead of "royal-base", matches Figma design */
4519
+ border-color: var(--bs-royal-400);
4521
4520
  }
4522
4521
  /* Keyboard Focus */
4523
4522
  .bs-inline-tab:where(:focus-visible) {
4524
- outline: 2px solid var(--bs-ink-royal);
4523
+ outline: 2px solid var(--bs-royal-400);
4525
4524
 
4526
4525
  &:where([data-selected]) {
4527
4526
  outline-offset: 2px;
@@ -4530,26 +4529,26 @@ select[multiple],
4530
4529
  /* Selected */
4531
4530
  .bs-inline-tab:where([data-selected]) {
4532
4531
  color: var(--bs-ink-white);
4533
- background-color: var(--bs-royal-400); /* "400" instead of "base", matches Figma design */
4532
+ background-color: var(--bs-accent-1-base);
4534
4533
  }
4535
4534
  /* Disabled (as button or link) */
4536
4535
  .bs-inline-tab:where(:disabled, [aria-disabled="true"]) {
4537
- color: var(--bs-ink-light);
4538
- background-color: var(--bs-gray-light);
4536
+ color: var(--bs-ink-disabled);
4537
+ background-color: var(--bs-bg-disabled);
4539
4538
  cursor: default;
4540
4539
  pointer-events: none;
4541
4540
  }
4542
4541
  /* Selected & Disabled */
4543
4542
  .bs-inline-tab:where([data-selected]):where(:disabled, [aria-disabled="true"]) {
4544
4543
  color: var(--bs-ink-white);
4545
- background-color: var(--bs-gray-base);
4544
+ background-color: var(--bs-neutral-base);
4546
4545
  }
4547
4546
  /* -- Dark Mode Overrides -- */
4548
4547
  :where(.dark .bs-inline-tab) {
4549
4548
 
4550
4549
  /* Ink */
4551
4550
  &:not([data-selected], :disabled, [aria-disabled="true"]) {
4552
- color: var(--bs-ink-medium);
4551
+ color: var(--bs-royal-200);
4553
4552
  }
4554
4553
 
4555
4554
  /* Selected & Disabled */
@@ -4558,13 +4557,37 @@ select[multiple],
4558
4557
  }
4559
4558
 
4560
4559
  /* Keyboard Focus */
4561
- &[data-selected]:where(:focus-visible) {
4562
- outline-offset: 0;
4560
+ &:not([disabled]):where(:focus-visible) {
4561
+ outline-color: var(--bs-royal-200);
4562
+ }
4563
+
4564
+ /* Hover */
4565
+ &:not([disabled]):where(:not([data-selected]):hover) {
4566
+ border-color: var(--bs-royal-200);
4567
+ }
4568
+
4569
+ }
4570
+ /* -- Softchoice Mode Overrides -- */
4571
+ :where(.softchoice .bs-inline-tab) {
4572
+
4573
+ /* Ink */
4574
+ &:not([data-selected], :disabled, [aria-disabled="true"]) {
4575
+ color: var(--bs-cobalt-400);
4576
+ }
4577
+
4578
+ /* Keyboard Focus */
4579
+ &:not([disabled]):where(:focus-visible) {
4580
+ outline-color: var(--bs-cobalt-400);
4581
+ }
4582
+
4583
+ /* Hover */
4584
+ &:not([disabled]):where(:not([data-selected]):hover) {
4585
+ border-color: var(--bs-cobalt-400);
4563
4586
  }
4564
4587
 
4565
4588
  }
4566
4589
  .bs-loader {
4567
- --loader-dot-bg: var(--bs-blue-500);
4590
+ --loader-dot-bg: var(--bs-ink-primary);
4568
4591
  --loader-dot-size: .75rem;
4569
4592
  --loader-dot-top: calc(50% - var(--loader-dot-size)/2);
4570
4593
  --loader-dot-translate: 1.75rem; /* i.e., calc(var(--loader-width)/2 - var(--loader-dot-size)/2); */
@@ -4683,9 +4706,9 @@ select[multiple],
4683
4706
  /* -- SELECTED -- */
4684
4707
  .bs-option:where(:not([aria-disabled="true"])):hover,
4685
4708
  .bs-option:where([aria-selected="true"]) {
4686
- color: var(--bs-ink-blue);
4709
+ color: var(--bs-ink-primary);
4687
4710
  background: var(--bs-bg-medium-to-light);
4688
- border-left-color: var(--bs-ink-blue);
4711
+ border-left-color: var(--bs-ink-primary);
4689
4712
  }
4690
4713
  /* selected yet disabled...should be a very rare scenario, but need to handle it */
4691
4714
  .bs-option:where([aria-disabled="true"]):where([aria-selected="true"]) {
@@ -4694,7 +4717,7 @@ select[multiple],
4694
4717
  }
4695
4718
  /* -- FOCUSED -- */
4696
4719
  .bs-option:where([data-active="true"]) {
4697
- border: 2px solid var(--bs-blue-base);
4720
+ border: 2px solid var(--bs-primary-base);
4698
4721
  border-radius: 3px;
4699
4722
  outline: none;
4700
4723
  }
@@ -4788,7 +4811,7 @@ select[multiple],
4788
4811
  }
4789
4812
  .bs-pagination button:where(:focus),
4790
4813
  .bs-pagination button:where(:focus-visible) {
4791
- outline: 2px solid var(--bs-blue-base);
4814
+ outline: 2px solid var(--bs-primary-base);
4792
4815
  }
4793
4816
  .bs-pagination button:where(:focus:not(:focus-visible)) {
4794
4817
  outline: 2px solid transparent;
@@ -4798,7 +4821,7 @@ select[multiple],
4798
4821
  cursor: default;
4799
4822
  }
4800
4823
  .bs-pagination button:where([data-selected]:not([data-selected="false"])) {
4801
- background-color: var(--bs-blue-base);
4824
+ background-color: var(--bs-primary-base);
4802
4825
  color: var(--bs-gray-50);
4803
4826
  }
4804
4827
  .bs-pagination:where([data-fixed]:not([data-fixed="false"])) {
@@ -4834,7 +4857,7 @@ select[multiple],
4834
4857
  .bs-pill {
4835
4858
  --pill-background: var(--bs-bg-medium);
4836
4859
  --pill-border: transparent;
4837
- --pill-text: #162FB4; /* one-off component-specific */
4860
+ --pill-text: var(--bs-royal-400);
4838
4861
  --pill-gap: var(--bs-space-2);
4839
4862
 
4840
4863
  align-items: center;
@@ -4859,7 +4882,11 @@ select[multiple],
4859
4882
  }
4860
4883
  /* ------------------------------- Dark mode (basic & status types only) ------------------------------- */
4861
4884
  :where(.dark) .bs-pill {
4862
- --pill-text: #7585D1;
4885
+ --pill-text: var(--bs-royal-200);
4886
+ }
4887
+ /* ------------------------------- Softchoice mode (basic & status types only) ------------------------------- */
4888
+ :where(.softchoice) .bs-pill {
4889
+ --pill-text: var(--bs-cobalt-400);
4863
4890
  }
4864
4891
  /* ------------------------------ Auto-truncation for content ------------------------------ */
4865
4892
  .bs-pill:has([data-truncate="true"]) {
@@ -4884,7 +4911,7 @@ select[multiple],
4884
4911
  transition: all var(--bs-transition-moderate) var(--bs-transition-ease);
4885
4912
  }
4886
4913
  :is(a, button).bs-pill:is(:hover, :focus) {
4887
- --pill-border: var(--bs-royal-base);
4914
+ --pill-border: var(--bs-accent-1-base);
4888
4915
 
4889
4916
  color: var(--pill-text);
4890
4917
  outline: transparent;
@@ -4898,10 +4925,10 @@ select[multiple],
4898
4925
  --pill-border: var(--bs-gray-100);
4899
4926
  }
4900
4927
  :where(.dark .bs-box[data-invert]) .bs-pill {
4901
- --pill-text: var(--bs-royal-400);
4928
+ --pill-text: var(--bs-accent-1-base);
4902
4929
  }
4903
4930
  :where(.dark .bs-box[data-invert]) :is(a, button).bs-pill:is(:hover, :focus) {
4904
- --pill-border: var(--bs-royal-400);
4931
+ --pill-border: var(--bs-accent-1-base);
4905
4932
  }
4906
4933
  /* ------------------ Generally Applicable ::Before Styles ------------------ */
4907
4934
  .bs-pill::before {
@@ -4909,7 +4936,7 @@ select[multiple],
4909
4936
  }
4910
4937
  /* ------------------------------ Status Styles ------------------------------ */
4911
4938
  .bs-pill:where([data-status]) {
4912
- --status-color: var(--bs-blue-base);
4939
+ --status-color: var(--bs-primary-base-fixed);
4913
4940
  }
4914
4941
  .bs-pill:where([data-status])::before {
4915
4942
  background-color: var(--status-color);
@@ -4920,22 +4947,22 @@ select[multiple],
4920
4947
  }
4921
4948
  /* ----- Status Colors ----- */
4922
4949
  .bs-pill:where([data-status^="active"]) {
4923
- --status-color: var(--bs-blue-base);
4950
+ --status-color: var(--bs-primary-base-fixed);
4924
4951
  }
4925
4952
  .bs-pill:where([data-status^="complete"]) {
4926
- --status-color: var(--bs-purple-400);
4953
+ --status-color: var(--bs-positive-base-fixed);
4927
4954
  }
4928
4955
  .bs-pill:where([data-status^="disabled"]) {
4929
- --status-color: var(--bs-gray-300);
4956
+ --status-color: var(--bs-ink-disabled);
4930
4957
  }
4931
4958
  .bs-pill:where([data-status^="error"]) {
4932
- --status-color: var(--bs-red-400);
4959
+ --status-color: var(--bs-negative-dark);
4933
4960
  }
4934
4961
  .bs-pill:where([data-status^="positive"]) {
4935
- --status-color: #16986D;
4962
+ --status-color: var(--bs-ecomm-positive-base-fixed);
4936
4963
  }
4937
4964
  .bs-pill:where([data-status^="warning"]) {
4938
- --status-color: var(--bs-warning);
4965
+ --status-color: var(--bs-warning-dark);
4939
4966
  }
4940
4967
  /* Deprecated; use "data-status disabled" instead */
4941
4968
  .bs-pill:where([data-status^="inactive"]) {
@@ -4973,7 +5000,7 @@ select[multiple],
4973
5000
  }
4974
5001
  /* ------------------------------ Variant: "Filter Active" Styles ------------------------------ */
4975
5002
  .bs-pill:where([data-variant^="filter"][data-active]:not([data-active="false"])) {
4976
- --pill-background: var(--bs-blue-base);
5003
+ --pill-background: var(--bs-primary-base-fixed);
4977
5004
  --pill-border: transparent;
4978
5005
  --pill-text: var(--bs-white);
4979
5006
  }
@@ -4981,7 +5008,7 @@ select[multiple],
4981
5008
  --pill-border: transparent;
4982
5009
  }
4983
5010
  :is(a, button).bs-pill:where([data-variant^="filter"][data-active]:not([data-active="false"])):is(:hover, :focus) {
4984
- --pill-background: var(--bs-blue-500);
5011
+ --pill-background: var(--bs-ink-primary);
4985
5012
  --pill-border: transparent;
4986
5013
  }
4987
5014
  /* White X */
@@ -4994,7 +5021,7 @@ select[multiple],
4994
5021
  }
4995
5022
  /* ------------------------------ Variant: "Live Now" Styles ------------------------------ */
4996
5023
  .bs-pill:where([data-variant^="live"]) {
4997
- --pill-background: var(--bs-plum-base);
5024
+ --pill-background: var(--bs-secondary-base);
4998
5025
  --pill-text: var(--bs-white);
4999
5026
  --pill-gap: var(--bs-space-1);
5000
5027
  text-transform: uppercase;
@@ -5012,7 +5039,7 @@ select[multiple],
5012
5039
  }
5013
5040
  /* ------------------------------ Variant: "Inactive" Styles ------------------------------ */
5014
5041
  .bs-pill:where([data-variant^="inactive"]) {
5015
- --pill-background: var(--bs-gray-base);
5042
+ --pill-background: var(--bs-neutral-base);
5016
5043
  --pill-text: var(--bs-ink-invert-base);
5017
5044
  }
5018
5045
  /* ------------------------------ Disabled Styles ------------------------------ */
@@ -5041,7 +5068,7 @@ select[multiple],
5041
5068
  }
5042
5069
  /* Action button aka Follow toggle. */
5043
5070
  .bs-profile-details > :where(button:first-child) {
5044
- color: var(--profile-action-color, var(--bs-warning));
5071
+ color: var(--profile-action-color, var(--bs-ink-warning));
5045
5072
  font-size: inherit;
5046
5073
  }
5047
5074
  .bs-profile-details > :where(button:first-child:hover) {
@@ -5106,7 +5133,7 @@ select[multiple],
5106
5133
  .bs-profile-img:where([data-no-img]:not([data-no-img="false"]))::after {
5107
5134
  align-items: center;
5108
5135
  border: 1px solid currentColor;
5109
- color: var(--bs-blue-500);
5136
+ color: var(--bs-ink-primary);
5110
5137
  content: attr(data-initials);
5111
5138
  display: flex;
5112
5139
  font-size: var(--profile-text);
@@ -5148,7 +5175,7 @@ a.bs-profile:where([data-layout]) {
5148
5175
  text-decoration: none;
5149
5176
  }
5150
5177
  a.bs-profile:where([data-layout]) {
5151
- --profile-name-color: var(--bs-ink-blue);
5178
+ --profile-name-color: var(--bs-ink-primary);
5152
5179
  }
5153
5180
  a.bs-profile:where([data-layout]):hover {
5154
5181
  --profile-name-decoration: underline;
@@ -5183,21 +5210,21 @@ a.bs-profile:where([data-layout]):hover {
5183
5210
  animation: bs-spin 1s linear infinite, bs-stroke-change 2s linear infinite;
5184
5211
  }
5185
5212
  .bs-spinner :where(circle) {
5186
- --bs-spinner-color-1: var(--bs-blue-400);
5187
- --bs-spinner-color-2: var(--bs-blue-200);
5213
+ --bs-spinner-color-1: var(--bs-primary-base-fixed);
5214
+ --bs-spinner-color-2: var(--bs-primary-light);
5188
5215
  }
5189
5216
  .bs-spinner:where([data-variant="white"]) :where(circle) {
5190
5217
  --bs-spinner-color-1: white;
5191
5218
  --bs-spinner-color-2: white;
5192
5219
  }
5193
5220
  :where(#bs-spinner-gradient stop) {
5194
- stop-color: var(--bs-plum-400);
5221
+ stop-color: var(--bs-secondary-base-fixed);
5195
5222
  }
5196
5223
  :where(#bs-spinner-gradient stop:first-child) {
5197
- stop-color: var(--bs-blue-400);
5224
+ stop-color: var(--bs-primary-base-fixed);
5198
5225
  }
5199
5226
  :where(#bs-spinner-gradient stop:last-child) {
5200
- stop-color: var(--bs-red-400);
5227
+ stop-color: var(--bs-negative-dark);
5201
5228
  }
5202
5229
  @keyframes bs-spin {
5203
5230
  0% {
@@ -5293,7 +5320,7 @@ a.bs-profile:where([data-layout]):hover {
5293
5320
  font-weight: var(--tab-weight, var(--bs-font-normal));
5294
5321
  height: 2.5rem;
5295
5322
  justify-content: var(--tab-justify-self, center);
5296
- outline-color: var(--bs-blue-base);
5323
+ outline-color: var(--bs-primary-base);
5297
5324
  outline-offset: -1px;
5298
5325
  padding: 0.5rem;
5299
5326
  text-decoration: none;
@@ -5325,7 +5352,7 @@ a.bs-profile:where([data-layout]):hover {
5325
5352
  }
5326
5353
  /* ------------- Active line ------------- */
5327
5354
  .bs-tab-list::after {
5328
- background-color: var(--bs-blue-base);
5355
+ background-color: var(--bs-primary-base);
5329
5356
  bottom: 0;
5330
5357
  content: '';
5331
5358
  height: 0.25rem;
@@ -5588,7 +5615,7 @@ a.bs-profile:where([data-layout]):hover {
5588
5615
  position: absolute;
5589
5616
  top: 0;
5590
5617
  left: 0;
5591
- background: var(--bs-table-col-resizer-color, var(--bs-blue-base));
5618
+ background: var(--bs-table-col-resizer-color, var(--bs-primary-base));
5592
5619
  }
5593
5620
 
5594
5621
  /* resizer handle */
@@ -5763,47 +5790,47 @@ table:where([data-sticky^="left"]) :is(td:first-child, th:first-child) {
5763
5790
  /* ------------ Status colors ------------ */
5764
5791
  .bs-timeline :where(.bs-step-item[data-status="in-progress"]) {
5765
5792
  --step-color: var(--bs-ink-base);
5766
- --progress-step-bg: var(--bs-purple-light);
5793
+ --progress-step-bg: var(--bs-positive-light);
5767
5794
  }
5768
5795
  .bs-progress-bar :where(.bs-step-item[data-status="not-started"]) {
5769
5796
  --step-color: var(--bs-ink-light);
5770
- --progress-step-bg: var(--bs-gray-light);
5797
+ --progress-step-bg: var(--bs-neutral-light);
5771
5798
  }
5772
5799
  .bs-progress-bar :where(.bs-step-item[data-status="in-progress"]),
5773
5800
  .bs-progress-bar :where(.bs-step-item[data-status="complete"]),
5774
5801
  .bs-progress-bar :where(.bs-step-item[data-status="paused"]),
5775
5802
  .bs-progress-bar :where(.bs-step-item[data-status="ongoing"]) {
5776
- --step-color: var(--bs-ink-plum);
5777
- --progress-step-bg: var(--bs-plum-medium);
5803
+ --step-color: var(--bs-ink-secondary);
5804
+ --progress-step-bg: var(--bs-secondary-medium);
5778
5805
  }
5779
5806
  .bs-timeline :where(.bs-step-item[data-status="complete"]),
5780
5807
  .bs-timeline :where(.bs-step-item[data-status="paused"]),
5781
5808
  .bs-timeline :where(.bs-step-item[data-status="ongoing"]) {
5782
- --step-color: var(--bs-ink-purple);
5783
- --progress-step-bg: var(--bs-purple-medium);
5809
+ --step-color: var(--bs-ink-positive);
5810
+ --progress-step-bg: var(--bs-positive-medium);
5784
5811
  }
5785
5812
  :is(.bs-progress-bar, .bs-timeline) :where(.bs-step-item[data-status="base"]) {
5786
- --progress-step-bg: var(--bs-purple-base);
5813
+ --progress-step-bg: var(--bs-positive-base);
5787
5814
  }
5788
5815
  .bs-timeline :where(.bs-step-item[data-status="warning"]) {
5789
- --step-color: var(--bs-ink-orange);
5790
- --progress-step-bg: var(--bs-orange-base);
5816
+ --step-color: var(--bs-ink-warning);
5817
+ --progress-step-bg: var(--bs-warning-base);
5791
5818
  }
5792
5819
  .bs-progress-bar :where(.bs-step-item[data-status="warning"]) {
5793
- --step-color: var(--bs-warning);
5794
- --progress-step-bg: var(--bs-warning);
5820
+ --step-color: var(--bs-ink-warning);
5821
+ --progress-step-bg: var(--bs-warning-base);
5795
5822
  }
5796
5823
  :is(.bs-progress-bar, .bs-timeline) :where(.bs-step-item[data-status="error"]),
5797
5824
  :is(.bs-progress-bar, .bs-timeline) :where(.bs-step-item[data-status="cancelled"]) {
5798
- --step-color: var(--bs-ink-red);
5799
- --progress-step-bg: var(--bs-red-base);
5825
+ --step-color: var(--bs-ink-negative);
5826
+ --progress-step-bg: var(--bs-negative-base);
5800
5827
  }
5801
5828
  /* ------------ Text Button ------------ */
5802
5829
  .bs-text-button {
5803
5830
  --btn-focus-inset: -0.25rem -0.5rem;
5804
5831
  --btn-focus-pseudo-width: calc(100% + 1rem); /* text btns don't have side padding, but we do want focus outline to look padded */
5805
5832
  --btn-height: auto;
5806
- --btn-ink: var(--bs-ink-blue);
5833
+ --btn-ink: var(--bs-ink-primary);
5807
5834
  --btn-padding: 0;
5808
5835
  --btn-text-size: var(--bs-text-base);
5809
5836
  --btn-weight: 400;
@@ -5854,14 +5881,14 @@ table:where([data-sticky^="left"]) :is(td:first-child, th:first-child) {
5854
5881
  }
5855
5882
  /* ------------ VARIANTS ------------ */
5856
5883
  .bs-text-button:where([data-variant^='negative']) {
5857
- --btn-main: var(--bs-ink-red);
5884
+ --btn-main: var(--bs-ink-negative);
5858
5885
  }
5859
5886
  /* white variant - for dark backgrounds only */
5860
5887
  .bs-text-button:where([data-variant^='white']) {
5861
5888
  --btn-main: var(--bs-ink-white);
5862
5889
  }
5863
5890
  .bs-text-button:where(:not(:disabled):not([aria-disabled="true"]):hover) {
5864
- --btn-ink: var(--bs-blue-base);
5891
+ --btn-ink: var(--bs-primary-base);
5865
5892
  background-color: transparent;
5866
5893
  text-decoration: underline;
5867
5894
  }
@@ -5876,7 +5903,7 @@ table:where([data-sticky^="left"]) :is(td:first-child, th:first-child) {
5876
5903
  }
5877
5904
  .bs-text-button:where([data-variant^='negative']),
5878
5905
  .bs-text-button:where([data-variant^='negative']:not(:disabled):not([aria-disabled="true"]):hover) {
5879
- --btn-ink: var(--bs-ink-red);
5906
+ --btn-ink: var(--bs-ink-negative);
5880
5907
  }
5881
5908
  .bs-text-button:where([data-variant^='white']),
5882
5909
  .bs-text-button:where([data-variant^='white']:not(:disabled):not([aria-disabled="true"]):hover) {
@@ -5887,14 +5914,14 @@ table:where([data-sticky^="left"]) :is(td:first-child, th:first-child) {
5887
5914
  --btn-ink: var(--bs-ink-light);
5888
5915
  }
5889
5916
  .bs-text-button:where([data-variant^='alt-base']:not(:disabled):not([aria-disabled="true"]):hover) {
5890
- --btn-ink: var(--bs-ink-blue);
5917
+ --btn-ink: var(--bs-ink-primary);
5891
5918
  text-decoration: none;
5892
5919
  }
5893
5920
  .bs-text-button:where([data-variant^='alt-negative']) {
5894
5921
  --btn-ink: var(--bs-ink-light);
5895
5922
  }
5896
5923
  .bs-text-button:where([data-variant^='alt-negative']:not(:disabled):not([aria-disabled="true"]):hover) {
5897
- --btn-ink: var(--bs-ink-red);
5924
+ --btn-ink: var(--bs-ink-negative);
5898
5925
  text-decoration: none;
5899
5926
  }
5900
5927
  .bs-text-button:where([data-size^='xs']) {
@@ -6179,6 +6206,10 @@ a.bs-text-button {
6179
6206
  POP SYSTEM COMPONENTS
6180
6207
  Components that are built on top of BsPopover. The popover.css must come first.
6181
6208
  */
6209
+ #bs-popover-teleport-target {
6210
+ z-index: var(--bs-popover-z-index);
6211
+ position: relative;
6212
+ }
6182
6213
  .bs-popover-wrap {
6183
6214
  position: fixed;
6184
6215
  inset: 0;
@@ -6232,51 +6263,51 @@ a.bs-text-button {
6232
6263
  position: relative;
6233
6264
  top: unset;
6234
6265
  left: unset;
6235
- margin: var(--bs-space-6) 2.25rem;
6266
+ margin: var(--bs-space-6) 2.25rem;
6236
6267
  }
6237
6268
  /* CENTER */
6238
- .bs-popover:where([data-place-self="center"]) {
6239
- place-self: center;
6269
+ .bs-popover:where([data-place-self="center"]) {
6270
+ place-self: center;
6240
6271
  }
6241
6272
  /* TOP OPTIONS... */
6242
- .bs-popover:where([data-place-self="top-start"]) {
6243
- place-self: start start;
6273
+ .bs-popover:where([data-place-self="top-start"]) {
6274
+ place-self: start start;
6244
6275
  }
6245
- .bs-popover:where([data-place-self="top"]) {
6246
- place-self: start center;
6276
+ .bs-popover:where([data-place-self="top"]) {
6277
+ place-self: start center;
6247
6278
  }
6248
- .bs-popover:where([data-place-self="top-end"]) {
6249
- place-self: start end;
6279
+ .bs-popover:where([data-place-self="top-end"]) {
6280
+ place-self: start end;
6250
6281
  }
6251
6282
  /* RIGHT OPTIONS... */
6252
- .bs-popover:where([data-place-self="right-start"]) {
6283
+ .bs-popover:where([data-place-self="right-start"]) {
6253
6284
  place-self: start end;
6254
6285
  }
6255
6286
  .bs-popover:where([data-place-self="right"]) {
6256
- place-self: center end;
6287
+ place-self: center end;
6257
6288
  }
6258
- .bs-popover:where([data-place-self="right-end"]) {
6259
- place-self: end end;
6289
+ .bs-popover:where([data-place-self="right-end"]) {
6290
+ place-self: end end;
6260
6291
  }
6261
6292
  /* BOTTOM OPTIONS... */
6262
- .bs-popover:where([data-place-self="bottom-start"]) {
6263
- place-self: end start;
6293
+ .bs-popover:where([data-place-self="bottom-start"]) {
6294
+ place-self: end start;
6264
6295
  }
6265
- .bs-popover:where([data-place-self="bottom"]) {
6266
- place-self: end center;
6296
+ .bs-popover:where([data-place-self="bottom"]) {
6297
+ place-self: end center;
6267
6298
  }
6268
- .bs-popover:where([data-place-self="bottom-end"]) {
6269
- place-self: end end;
6299
+ .bs-popover:where([data-place-self="bottom-end"]) {
6300
+ place-self: end end;
6270
6301
  }
6271
6302
  /* LEFT OPTIONS... */
6272
- .bs-popover:where([data-place-self="left-start"]) {
6273
- place-self: start start;
6303
+ .bs-popover:where([data-place-self="left-start"]) {
6304
+ place-self: start start;
6274
6305
  }
6275
- .bs-popover:where([data-place-self="left"]) {
6276
- place-self: center start;
6306
+ .bs-popover:where([data-place-self="left"]) {
6307
+ place-self: center start;
6277
6308
  }
6278
- .bs-popover:where([data-place-self="left-end"]) {
6279
- place-self: end start;
6309
+ .bs-popover:where([data-place-self="left-end"]) {
6310
+ place-self: end start;
6280
6311
  }
6281
6312
  /* -- TRANSITIONS -- */
6282
6313
  .bs-popover-enter-active,
@@ -6356,7 +6387,7 @@ a.bs-text-button {
6356
6387
  }
6357
6388
  .bs-dropdown-filter-button:where(:focus-visible) {
6358
6389
  border-radius: var(--bs-space-1);
6359
- box-shadow: 0px 0px 0px 1px inset var(--bs-blue-base);
6390
+ box-shadow: 0px 0px 0px 1px inset var(--bs-primary-base);
6360
6391
  }
6361
6392
  /* -- SIZING -- */
6362
6393
  .bs-dropdown:where([data-size="sm"]) {
@@ -6688,6 +6719,7 @@ a.bs-text-button {
6688
6719
  position: fixed;
6689
6720
  right: 0;
6690
6721
  top: auto;
6722
+ z-index: calc(var(--bs-popover-z-index) + 1);
6691
6723
  }
6692
6724
  #bs-toast-teleport-target .bs-popover-wrap {
6693
6725
  display: contents;
@@ -6702,7 +6734,7 @@ a.bs-text-button {
6702
6734
  /* Toast */
6703
6735
  .bs-toast {
6704
6736
  --toast-transform: translate(0, calc(100% + 1.5rem));
6705
- --toast-variant-color: var(--bs-blue-base);
6737
+ --toast-variant-color: var(--bs-primary-base);
6706
6738
  background-color: var(--bs-bg-base-to-light);
6707
6739
  border-radius: 0;
6708
6740
  border-top: 4px solid var(--toast-variant-color);
@@ -6718,16 +6750,25 @@ a.bs-text-button {
6718
6750
  }
6719
6751
  }
6720
6752
  .bs-toast:where([data-variant="warning"]) {
6721
- --toast-variant-color: var(--bs-warning);
6753
+ --toast-variant-color: var(--bs-warning-base);
6754
+
6755
+ .bs-toast-header-icon {
6756
+ color: var(--bs-ink-warning);
6757
+ }
6722
6758
  }
6723
6759
  .bs-toast:where([data-variant="positive"]) {
6724
- --toast-variant-color: var(--bs-purple-400);
6725
- }
6726
- :where(.dark) .bs-toast:where([data-variant="positive"]) {
6727
- --toast-variant-color: var(--bs-purple-200);
6760
+ --toast-variant-color: var(--bs-positive-base);
6761
+
6762
+ .bs-toast-header-icon {
6763
+ color: var(--bs-ink-positive);
6764
+ }
6728
6765
  }
6729
6766
  .bs-toast:where([data-variant="negative"]) {
6730
- --toast-variant-color: var(--bs-red-400);
6767
+ --toast-variant-color: var(--bs-negative-base);
6768
+
6769
+ .bs-toast-header-icon {
6770
+ color: var(--bs-ink-negative);
6771
+ }
6731
6772
  }
6732
6773
  /* Toast Header */
6733
6774
  .bs-toast :where(.bs-toast-header) {
@@ -6738,7 +6779,7 @@ a.bs-text-button {
6738
6779
  padding: 1rem;
6739
6780
  }
6740
6781
  .bs-toast :where(.bs-toast-header .bs-toast-header-icon) {
6741
- color: var(--toast-variant-color);
6782
+ color: var(--bs-ink-primary);
6742
6783
  }
6743
6784
  .bs-toast :where(.bs-toast-header .bs-toast-header-text) {
6744
6785
  font-size: var(--bs-text-md);