@wwtdev/bsds-css 3.0.0-rc.47 → 3.0.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.
package/dist/wwt-bsds.css CHANGED
@@ -25,6 +25,7 @@
25
25
  --bs-cobalt-200: #948be1;
26
26
  --bs-cobalt-300: #5f52d3;
27
27
  --bs-cobalt-400: #2918c4;
28
+ --bs-gold-10: rgba(235, 223, 212, 0.1);
28
29
  --bs-gold-100: #f9f5f1;
29
30
  --bs-gold-200: #ebdfd4;
30
31
  --bs-gold-300: #e0c7ac;
@@ -110,98 +111,79 @@
110
111
  --bs-yellow-100: #fdeed3;
111
112
  --bs-yellow-200: #fcdea7;
112
113
  --bs-yellow-300: #f8c464;
113
- --bs-yellow-400: #ffb834;
114
- --bs-yellow-450: #c18300;
114
+ --bs-yellow-400: #c18300;
115
115
  --bs-yellow-500: #805a14;
116
116
  --bs-shadow-primary: rgba(0, 0, 0, 0.06);
117
117
  --bs-shadow-secondary: rgba(28, 0, 135, 0.2);
118
118
  --bs-gradient-dark: linear-gradient(
119
119
  90deg,
120
120
  #1c0087 0%,
121
- #ee282a 35%,
122
- #ffffff 50%,
121
+ #ee282a 35.01%,
122
+ #fff 49.99%,
123
123
  #0086ea 65%,
124
124
  #1c0087 100%
125
125
  );
126
126
  --bs-gradient-light: linear-gradient(
127
127
  90deg,
128
128
  #1c0087 0%,
129
- #ee282a 20%,
130
- #ee282a 40%,
131
- #1c0087 50%,
129
+ #ee282a 19.93%,
130
+ #ee282a 39.91%,
131
+ #1c0087 49.9%,
132
132
  #0086ea 60%,
133
- #0086ea 80%,
133
+ #0086ea 79.99%,
134
134
  #1c0087 100%
135
135
  );
136
136
  --bs-gradient-line: linear-gradient(
137
137
  90deg,
138
138
  #ee282a 0%,
139
- #1c0087 50%,
139
+ #1c0087 49.35%,
140
140
  #0086ea 100%
141
141
  );
142
- --bs-gradient-atom-ai-border: conic-gradient(
143
- from 180deg at 50% 50%,
144
- var(--bs-royal-400) -96.8deg,
145
- var(--bs-pink-400) 74.2deg,
146
- var(--bs-blue-400) 98.8deg,
147
- var(--bs-orange-400) 259.6deg,
148
- var(--bs-royal-400) 283.2deg,
149
- var(--bs-pink-400) 414.4deg
150
- );
151
- --bs-gradient-atom-ai-bg: conic-gradient(
152
- from 180deg at 50% 50%,
153
- rgba(22, 47, 180, 0.05) -96.8deg,
154
- rgba(227, 28, 121, 0.05) 74.2deg,
155
- rgba(0, 134, 234, 0.05) 98.8deg,
156
- rgba(251, 85, 14, 0.05) 259.6deg,
157
- rgba(22, 47, 180, 0.05) 283.2deg,
158
- rgba(227, 28, 121, 0.05) 414.4deg
159
- );
160
- --bs-gradient-blue-top-left: radial-gradient(
161
- 312.54% 141.42% at 0% 0%,
142
+ --bs-gradient-blue-center: radial-gradient(
143
+ 154.77% 52.27% at 47.08% 49.86%,
162
144
  #162fb4 0%,
163
145
  #1d1e48 100%
164
146
  );
165
- --bs-gradient-blue-top-center: radial-gradient(
166
- 201.14% 201.14% at 50% -51.28%,
167
- #162fb4 26.06%,
168
- #1d1e48 100%
169
- );
170
- --bs-gradient-blue-top-right: radial-gradient(
171
- 312.54% 141.42% at 100% 0%,
147
+ --bs-gradient-blue-mid-left: linear-gradient(
148
+ 90deg,
172
149
  #162fb4 0%,
173
- #1d1e48 100%
150
+ #1d1e48 98.9%
174
151
  );
175
- --bs-gradient-blue-mid-left: radial-gradient(
176
- 347.1% 117.22% at -9.27% 49.86%,
177
- #162fb4 8.19%,
178
- #1d1e48 100%
152
+ --bs-gradient-blue-mid-right: linear-gradient(
153
+ 90deg,
154
+ #1d1e48 0%,
155
+ #162fb4 99.27%
179
156
  );
180
- --bs-gradient-blue-mid-right: radial-gradient(
181
- 347.1% 117.22% at 109.27% 49.86%,
182
- #162fb4 8.19%,
183
- #1d1e48 100%
157
+ --bs-gradient-blue-bottom-center: radial-gradient(
158
+ 100% 100% at 50% 0%,
159
+ #1d1e48 0%,
160
+ #162fb4 100%
184
161
  );
185
- --bs-gradient-blue-center: radial-gradient(
186
- 172.57% 58.28% at 50% 49.86%,
187
- #162fb4 0%,
162
+ --bs-gradient-blue-top-center: radial-gradient(
163
+ 96.7% 96.7% at 50% 0%,
164
+ #162fb4 5%,
188
165
  #1d1e48 100%
189
166
  );
190
- --bs-gradient-blue-bottom-left: radial-gradient(
191
- 312.54% 141.42% at 0% 100%,
167
+ --bs-gradient-blue-top-left: radial-gradient(
168
+ 312.54% 141.42% at 0% 0%,
192
169
  #162fb4 0%,
193
170
  #1d1e48 100%
194
171
  );
195
- --bs-gradient-blue-bottom-center: radial-gradient(
196
- 201.14% 201.14% at 50% 151.28%,
197
- #162fb4 26.06%,
198
- #1d1e48 100%
199
- );
200
172
  --bs-gradient-blue-bottom-right: radial-gradient(
201
- 312.54% 141.42% at 100% 100%,
173
+ 312.54% 141.42% at 0% 0%,
174
+ #1d1e48 0%,
175
+ #162fb4 100%
176
+ );
177
+ --bs-gradient-blue-top-right: radial-gradient(
178
+ 312.54% 141.42% at 100% 0%,
202
179
  #162fb4 0%,
203
180
  #1d1e48 100%
204
181
  );
182
+ --bs-gradient-blue-bottom-left: radial-gradient(
183
+ 312.54% 141.42% at 100% 0%,
184
+ #1d1e48 0%,
185
+ #162fb4 100%
186
+ );
205
187
  --bs-gradient-light-blue-transparent: radial-gradient(
206
188
  236% 114.71% at 94.24% 7.6%,
207
189
  rgba(153, 207, 247, 0.2) 0%,
@@ -214,8 +196,8 @@
214
196
  );
215
197
  --bs-gradient-light-gray: linear-gradient(
216
198
  180deg,
217
- #f7f7fc 24.82%,
218
- #f0f0fa 100%
199
+ var(--background-light, #f7f7fc) 24.82%,
200
+ var(--background-medium, #f0f0fa) 100%
219
201
  );
220
202
  --bs-gradient-softchoice-light: linear-gradient(
221
203
  252deg,
@@ -227,6 +209,24 @@
227
209
  #ff5100 66.87%,
228
210
  #7d00ff 97.9%
229
211
  );
212
+ --bs-gradient-atom-ai-border: conic-gradient(
213
+ from 180deg at 50% 50%,
214
+ var(--bs-royal-400) -96.8deg,
215
+ var(--bs-pink-400) 74.2deg,
216
+ var(--bs-blue-400) 98.8deg,
217
+ var(--bs-orange-400) 259.6deg,
218
+ var(--bs-royal-400) 283.2deg,
219
+ var(--bs-pink-400) 414.4deg
220
+ );
221
+ --bs-gradient-atom-ai-bg: conic-gradient(
222
+ from 180deg at 50% 50%,
223
+ rgba(22, 47, 180, 0.05) -96.8deg,
224
+ rgba(227, 28, 121, 0.05) 74.2deg,
225
+ rgba(0, 134, 234, 0.05) 98.8deg,
226
+ rgba(251, 85, 14, 0.05) 259.6deg,
227
+ rgba(22, 47, 180, 0.05) 283.2deg,
228
+ rgba(227, 28, 121, 0.05) 414.4deg
229
+ );
230
230
  --bs-space-0: var(--bs-space-none);
231
231
  --bs-space-1: var(--bs-space-3xs);
232
232
  --bs-space-2: var(--bs-space-2xs);
@@ -263,6 +263,7 @@
263
263
  --bs-font-light: 300;
264
264
  --bs-font-normal: 400;
265
265
  --bs-font-semibold: 600;
266
+ --bs-font-bold: 600;
266
267
  --bs-leading-none: 1;
267
268
  --bs-leading-sm: 1.1;
268
269
  --bs-leading-regular: 1.3;
@@ -297,8 +298,8 @@
297
298
  /* Navigation */
298
299
  --bs-horizontal-nav-height: 48px;
299
300
  --bs-vertical-nav-narrow-width: 4.5rem;
300
- --bs-vertical-nav-width: 9.875rem;
301
- --bs-vertical-nav-collapsed-width: 4rem;
301
+ --bs-vertical-nav-width: 11.25rem;
302
+ --bs-vertical-nav-collapsed-width: 4.5rem;
302
303
  /* Dynamic width set by the navigation component for page layout */
303
304
  --bs-page-nav-width: 0px;
304
305
 
@@ -318,7 +319,7 @@
318
319
  --bs-ink-base: var(--bs-black);
319
320
  --bs-ink-medium: var(--bs-gray-500);
320
321
  --bs-ink-light: var(--bs-gray-400);
321
- --bs-ink-disabled: rgba(78, 79, 95, 0.6); /* --bs-gray-400 at .6 */
322
+ --bs-ink-disabled: rgba(78, 79, 95, 0.6); /* gray-400 at 60% */
322
323
  --bs-ink-invert-base: var(--bs-white);
323
324
  --bs-ink-invert-medium: var(--bs-gray-100);
324
325
  --bs-ink-invert-light: var(--bs-gray-200);
@@ -327,37 +328,12 @@
327
328
  --bs-ink-accent-1: var(--bs-royal-400);
328
329
  --bs-ink-accent-2: var(--bs-violet-400);
329
330
  --bs-ink-accent-3: var(--bs-pink-500);
330
- --bs-ink-negative: var(--bs-red-500);
331
- --bs-ink-ecomm-positive: var(--bs-green-500);
332
- --bs-ink-positive: var(--bs-purple-400);
331
+ --bs-ink-accent-4: var(--bs-purple-400);
332
+ --bs-ink-positive: var(--bs-green-500);
333
333
  --bs-ink-warning: var(--bs-orange-500);
334
+ --bs-ink-negative: var(--bs-red-500);
334
335
  --bs-ink-white: var(--bs-white);
335
336
 
336
- /* Background */
337
- --bs-bg-base: var(--bs-white);
338
- --bs-bg-light: var(--bs-gray-50);
339
- --bs-bg-medium: var(--bs-gray-100);
340
- --bs-bg-disabled: var(--bs-gray-200);
341
- --bs-bg-invert-base: var(--bs-slate-600);
342
- --bs-bg-invert-light: var(--bs-slate-500);
343
- --bs-bg-invert-medium: var(--bs-slate-400);
344
- --bs-bg-base-to-light: var(--bs-white);
345
- --bs-bg-base-to-medium: var(--bs-white);
346
- --bs-bg-medium-to-base: var(--bs-gray-100);
347
- --bs-bg-medium-to-light: var(--bs-gray-100);
348
- --bs-bg-light-to-base: var(--bs-gray-50);
349
- --bs-bg-light-to-medium: var(--bs-gray-50);
350
-
351
- /* Borders */
352
- --bs-border-base: var(--bs-gray-200);
353
- --bs-border-medium: var(--bs-gray-150);
354
- --bs-border-light: var(--bs-gray-100);
355
- --bs-border-dark: var(--bs-gray-400);
356
- --bs-border-medium-to-light: var(--bs-gray-150);
357
- --bs-border-input: rgba(99, 66, 145, 0.75); /* --bs-violet-300 at .75 opacity */
358
- --bs-border-active: var(--bs-blue-400);
359
- --bs-border-error: var(--bs-red-500);
360
-
361
337
  /* Primary */
362
338
  --bs-primary-base-fixed: var(--bs-blue-400);
363
339
  --bs-primary-base: var(--bs-blue-400);
@@ -374,13 +350,6 @@
374
350
  --bs-secondary-lightest: var(--bs-plum-100);
375
351
  --bs-secondary-highlight: var(--bs-plum-10);
376
352
 
377
- /* Neutral */
378
- --bs-neutral-dark: var(--bs-gray-500);
379
- --bs-neutral-base: var(--bs-gray-400);
380
- --bs-neutral-medium: var(--bs-gray-300);
381
- --bs-neutral-light: var(--bs-gray-200);
382
- --bs-neutral-lightest: var(--bs-gray-100);
383
-
384
353
  /* Accent 1 */
385
354
  --bs-accent-1-base-fixed: var(--bs-royal-400);
386
355
  --bs-accent-1-base: var(--bs-royal-400);
@@ -406,46 +375,91 @@
406
375
  --bs-accent-3-highlight: var(--bs-pink-10);
407
376
 
408
377
  /* Accent 4 */
409
- --bs-accent-4-base: var(--bs-navy-400);
410
- --bs-accent-4-medium: var(--bs-navy-300);
411
- --bs-accent-4-light: var(--bs-navy-200);
412
- --bs-accent-4-lightest: var(--bs-navy-100);
413
- --bs-accent-4-highlight: var(--bs-navy-10);
378
+ --bs-accent-4-base-fixed: var(--bs-purple-400);
379
+ --bs-accent-4-base: var(--bs-purple-400);
380
+ --bs-accent-4-medium: var(--bs-purple-300);
381
+ --bs-accent-4-light: var(--bs-purple-200);
382
+ --bs-accent-4-lightest: var(--bs-purple-100);
383
+ --bs-accent-4-highlight: var(--bs-purple-10);
384
+
385
+ /* Accent 5 */
386
+ --bs-accent-5-base: var(--bs-orange-400);
387
+ --bs-accent-5-medium: var(--bs-orange-300);
388
+ --bs-accent-5-light: var(--bs-orange-200);
389
+ --bs-accent-5-lightest: var(--bs-orange-100);
390
+ --bs-accent-5-highlight: var(--bs-orange-10);
391
+
392
+ /* Accent 6 */
393
+ --bs-accent-6-base: var(--bs-red-400);
394
+ --bs-accent-6-medium: var(--bs-red-300);
395
+ --bs-accent-6-light: var(--bs-red-200);
396
+ --bs-accent-6-lightest: var(--bs-red-100);
397
+ --bs-accent-6-highlight: var(--bs-red-10);
398
+
399
+ /* Accent 7 */
400
+ --bs-accent-7-base: var(--bs-navy-400);
401
+ --bs-accent-7-medium: var(--bs-navy-300);
402
+ --bs-accent-7-light: var(--bs-navy-200);
403
+ --bs-accent-7-lightest: var(--bs-navy-100);
404
+ --bs-accent-7-highlight: var(--bs-navy-10);
405
+
406
+ /* Neutral */
407
+ --bs-neutral-dark: var(--bs-gray-500);
408
+ --bs-neutral-base: var(--bs-gray-400);
409
+ --bs-neutral-medium: var(--bs-gray-300);
410
+ --bs-neutral-light: var(--bs-gray-200);
411
+ --bs-neutral-lightest: var(--bs-gray-100);
414
412
 
415
413
  /* Positive */
416
- --bs-positive-base-fixed: var(--bs-purple-400);
417
- --bs-positive-base: var(--bs-purple-400);
418
- --bs-positive-medium: var(--bs-purple-300);
419
- --bs-positive-light: var(--bs-purple-200);
420
- --bs-positive-lightest: var(--bs-purple-100);
421
- --bs-positive-highlight: var(--bs-purple-10);
422
-
423
- /* Ecommerce Positive */
424
- --bs-ecomm-positive-base-fixed: var(--bs-green-400);
425
- --bs-ecomm-positive-base: var(--bs-green-400);
426
- --bs-ecomm-positive-medium: var(--bs-green-300);
427
- --bs-ecomm-positive-light: var(--bs-green-200);
428
- --bs-ecomm-positive-lightest: var(--bs-green-100);
429
- --bs-ecomm-positive-highlight: var(--bs-green-10);
414
+ --bs-positive-base: var(--bs-green-400);
415
+ --bs-positive-medium: var(--bs-green-300);
416
+ --bs-positive-highlight: var(--bs-green-10);
430
417
 
431
418
  /* Warning */
432
- --bs-warning-dark: var(--bs-orange-500);
433
- --bs-warning-base: var(--bs-orange-400);
419
+ --bs-warning-base: var(--bs-orange-500);
434
420
  --bs-warning-medium: var(--bs-orange-300);
435
- --bs-warning-light: var(--bs-orange-200);
436
- --bs-warning-lightest: var(--bs-orange-100);
437
421
  --bs-warning-highlight: var(--bs-orange-10);
438
422
 
439
423
  /* Negative */
440
- --bs-negative-dark: var(--bs-red-500);
441
- --bs-negative-base: var(--bs-red-400);
424
+ --bs-negative-base: var(--bs-red-500);
442
425
  --bs-negative-medium: var(--bs-red-300);
443
- --bs-negative-light: var(--bs-red-200);
444
- --bs-negative-lightest: var(--bs-red-100);
445
426
  --bs-negative-highlight: var(--bs-red-10);
446
427
 
447
-
428
+ /* Background */
429
+ --bs-bg-base: var(--bs-white);
430
+ --bs-bg-light: var(--bs-gray-50);
431
+ --bs-bg-medium: var(--bs-gray-100);
432
+ --bs-bg-disabled: var(--bs-gray-200);
433
+ --bs-bg-invert-base: var(--bs-slate-600);
434
+ --bs-bg-invert-light: var(--bs-slate-500);
435
+ --bs-bg-invert-medium: var(--bs-slate-400);
436
+ --bs-bg-base-to-light: var(--bs-white);
437
+ --bs-bg-base-to-medium: var(--bs-white);
438
+ --bs-bg-medium-to-base: var(--bs-gray-100);
439
+ --bs-bg-medium-to-light: var(--bs-gray-100);
440
+ --bs-bg-light-to-base: var(--bs-gray-50);
441
+ --bs-bg-light-to-medium: var(--bs-gray-50);
442
+
443
+ /* Borders */
444
+ --bs-border-dark: var(--bs-gray-300);
445
+ --bs-border-base: var(--bs-gray-200);
446
+ --bs-border-medium: var(--bs-gray-150);
447
+ --bs-border-light: var(--bs-gray-100);
448
+ --bs-border-medium-to-light: var(--bs-gray-150);
449
+ --bs-border-input: rgba(99, 66, 145, 0.75); /* violet-300 at 75% */
450
+ --bs-border-active: var(--bs-blue-400);
451
+ --bs-border-error: var(--bs-red-500);
452
+
448
453
  /* -------------- Deprecated Color Tokens -------------- */
454
+ /* Ink */
455
+ --bs-ink-blue: var(--bs-blue-500); /* replaced by Ink Primary */
456
+ --bs-ink-orange: var(--bs-orange-500); /* replaced by Ink Warning */
457
+ --bs-ink-pink: var(--bs-pink-500); /* replaced by Ink Accent 3 */
458
+ --bs-ink-plum: var(--bs-plum-400); /* replaced by Ink Secondary */
459
+ --bs-ink-purple: var(--bs-purple-400); /* replaced by Ink Accent 4 */
460
+ --bs-ink-red: var(--bs-red-500); /* replaced by Ink Negative */
461
+ --bs-ink-royal: var(--bs-royal-400); /* replaced by Ink Accent 1 */
462
+ --bs-ink-violet: var(--bs-violet-400); /* replaced by Ink Accent 2 */
449
463
 
450
464
  /* Blue (replaced by Primary) */
451
465
  --bs-blue-base: var(--bs-blue-400);
@@ -460,7 +474,7 @@
460
474
  --bs-gray-light: var(--bs-gray-200);
461
475
  --bs-gray-lightest: var(--bs-gray-100);
462
476
 
463
- /* Navy (replaced by Accent 4) */
477
+ /* Navy (replaced by Accent 7) */
464
478
  --bs-navy-base: var(--bs-navy-400);
465
479
  --bs-navy-medium: var(--bs-navy-300);
466
480
  --bs-navy-light: var(--bs-navy-200);
@@ -485,7 +499,7 @@
485
499
  --bs-plum-light: var(--bs-plum-200);
486
500
  --bs-plum-lightest: var(--bs-plum-100);
487
501
 
488
- /* Purple (replaced by Positive) */
502
+ /* Purple (replaced by Accent 4) */
489
503
  --bs-purple-base: var(--bs-purple-400);
490
504
  --bs-purple-medium: var(--bs-purple-300);
491
505
  --bs-purple-light: var(--bs-purple-200);
@@ -508,121 +522,107 @@
508
522
  --bs-violet-medium: var(--bs-violet-300);
509
523
  --bs-violet-light: var(--bs-violet-200);
510
524
  --bs-violet-lightest: var(--bs-violet-100);
511
-
512
-
513
- /* ------------ Deprecated Ink Color Tokens ------------ */
514
-
515
- /* Ink Blue (replaced by Ink Primary) */
516
- --bs-ink-blue: var(--bs-blue-500);
517
-
518
- /* Ink Orange (replaced by Ink Warning) */
519
- --bs-ink-orange: var(--bs-orange-500);
520
-
521
- /* Ink Pink (replaced by Ink Accent 3) */
522
- --bs-ink-pink: var(--bs-pink-500);
523
-
524
- /* Ink Plum (replaced by Ink Secondary) */
525
- --bs-ink-plum: var(--bs-plum-400);
526
-
527
- /* Ink Purple (replaced by Ink Positive) */
528
- --bs-ink-purple: var(--bs-purple-400);
529
-
530
- /* Ink Red (replaced by Ink Negative) */
531
- --bs-ink-red: var(--bs-red-500);
532
-
533
- /* Ink Royal (replaced by Ink Accent 1) */
534
- --bs-ink-royal: var(--bs-royal-400);
535
-
536
- /* Ink Violet (replaced by Ink Accent 2) */
537
- --bs-ink-violet: var(--bs-violet-400);
538
525
  }
539
- /* Token Overrides */
526
+ /* put browser scrollbars into dark mode */
527
+ /* html selector needed since .dark class gets added to body, but scrolling may be on <html> */
528
+ html:where(:has(.dark)),
529
+ .dark {
530
+ color-scheme: dark;
531
+ }
540
532
  .dark {
541
533
  /* Ink */
542
534
  --bs-ink-base: var(--bs-white);
543
535
  --bs-ink-medium: var(--bs-gray-100);
544
536
  --bs-ink-light: var(--bs-gray-200);
545
- --bs-ink-disabled: rgba(163, 164, 183, 0.5); /* --bs-gray-300 at .5 opacity */
546
- --bs-ink-invert-base: var(--bs-black);
547
- --bs-ink-invert-medium: var(--bs-gray-500);
548
- --bs-ink-invert-light: var(--bs-gray-400);
537
+ --bs-ink-disabled: rgba(163, 164, 183, 0.7); /* gray-300 at 70% */
549
538
  --bs-ink-primary: var(--bs-blue-100);
550
539
  --bs-ink-secondary: var(--bs-plum-100);
551
540
  --bs-ink-accent-1: var(--bs-royal-200);
552
- --bs-ink-accent-2: var(--bs-violet-200);
541
+ --bs-ink-accent-2: var(--bs-violet-100);
553
542
  --bs-ink-accent-3: var(--bs-pink-200);
554
- --bs-ink-negative: var(--bs-red-200);
555
- --bs-ink-ecomm-positive: var(--bs-green-200);
556
- --bs-ink-positive: var(--bs-purple-200);
543
+ --bs-ink-accent-4: var(--bs-purple-200);
544
+ --bs-ink-positive: var(--bs-green-200);
557
545
  --bs-ink-warning: var(--bs-orange-200);
546
+ --bs-ink-negative: var(--bs-red-200);
558
547
  --bs-ink-white: var(--bs-white);
559
-
560
- /* Background */
561
- --bs-bg-base: var(--bs-slate-600);
562
- --bs-bg-light: var(--bs-slate-500);
563
- --bs-bg-medium: var(--bs-slate-400);
564
- --bs-bg-disabled: rgba(78, 79, 95, 0.3); /* --bs-gray-400 at .3 opacity */
565
- --bs-bg-invert-base: var(--bs-white);
566
- --bs-bg-invert-light: var(--bs-gray-50);
567
- --bs-bg-invert-medium: var(--bs-gray-100);
568
- --bs-bg-base-to-light: var(--bs-slate-500);
569
- --bs-bg-base-to-medium: var(--bs-slate-400);
570
- --bs-bg-medium-to-base: var(--bs-slate-600);
571
- --bs-bg-medium-to-light: var(--bs-slate-500);
572
- --bs-bg-light-to-base: var(--bs-slate-600);
573
- --bs-bg-light-to-medium: var(--bs-slate-400);
574
-
575
- /* Borders */
576
- --bs-border-base: rgba(163, 164, 183, 0.7); /* --bs-gray-300 at .7 opacity */
577
- --bs-border-medium: var(--bs-gray-400);
578
- --bs-border-light: rgba(78, 79, 95, 0.5); /* --bs-gray-400 at .5 opacity */
579
- --bs-border-dark: var(--bs-gray-300);
580
- --bs-border-medium-to-light: rgba(78, 79, 95, 0.5); /* --bs-gray-400 at .5 opacity */
581
- --bs-border-input: var(--bs-violet-200);
582
- --bs-border-active: var(--bs-blue-400);
583
- --bs-border-error: var(--bs-red-200);
548
+ --bs-ink-invert-base: var(--bs-black);
549
+ --bs-ink-invert-medium: var(--bs-gray-500);
550
+ --bs-ink-invert-light: var(--bs-gray-400);
584
551
 
585
552
  /* Primary */
586
553
  --bs-primary-base: var(--bs-blue-300);
554
+ --bs-primary-medium: var(--bs-blue-200);
587
555
 
588
556
  /* Secondary */
589
557
  --bs-secondary-base: var(--bs-plum-300);
590
558
  --bs-secondary-medium: var(--bs-plum-200);
591
559
 
592
- /* Neutral */
593
- --bs-neutral-dark: var(--bs-gray-100);
594
- --bs-neutral-base: var(--bs-gray-200);
595
- --bs-neutral-medium: var(--bs-gray-300);
596
- --bs-neutral-light: var(--bs-gray-400);
597
- --bs-neutral-lightest: var(--bs-gray-500);
598
-
599
560
  /* Accent 1 */
600
561
  --bs-accent-1-base: var(--bs-royal-300);
601
562
  --bs-accent-1-medium: var(--bs-royal-200);
602
563
 
603
564
  /* Accent 2 */
604
565
  --bs-accent-2-base: var(--bs-violet-300);
566
+ --bs-accent-2-medium: var(--bs-violet-200);
605
567
 
606
568
  /* Accent 3 */
607
569
  --bs-accent-3-base: var(--bs-pink-300);
570
+ --bs-accent-3-medium: var(--bs-pink-200);
608
571
 
609
572
  /* Accent 4 */
610
- --bs-accent-4-base: var(--bs-navy-200);
573
+ --bs-accent-4-base: var(--bs-purple-300);
574
+ --bs-accent-4-medium: var(--bs-purple-200);
611
575
 
612
- /* Positive */
613
- --bs-positive-base: var(--bs-purple-300);
576
+ /* Accent 5 */
577
+ --bs-accent-5-base: var(--bs-orange-300);
578
+ --bs-accent-5-medium: var(--bs-orange-200);
579
+
580
+ /* Accent 6 */
581
+ --bs-accent-6-base: var(--bs-red-300);
614
582
 
615
- /* Ecommerce Positive */
616
- --bs-ecomm-positive-base: var(--bs-green-300);
583
+ /* Accent 7 */
584
+ --bs-accent-7-base: var(--bs-navy-300);
585
+ --bs-accent-7-medium: var(--bs-navy-200);
586
+
587
+ /* Neutral */
588
+ --bs-neutral-dark: var(--bs-gray-100);
589
+ --bs-neutral-base: var(--bs-gray-200);
590
+ --bs-neutral-medium: var(--bs-gray-300);
591
+ --bs-neutral-light: var(--bs-gray-400);
592
+ --bs-neutral-lightest: var(--bs-gray-500);
617
593
 
618
594
  /* Warning */
619
- --bs-warning-dark: var(--bs-orange-400);
620
- --bs-warning-base: var(--bs-orange-300);
595
+ --bs-warning-base: var(--bs-orange-400);
596
+ --bs-warning-medium: var(--bs-orange-200);
621
597
 
622
598
  /* Negative */
623
- --bs-negative-dark: var(--bs-red-400);
624
599
  --bs-negative-base: var(--bs-red-300);
600
+ --bs-negative-medium: var(--bs-red-200);
625
601
 
602
+ /* Background */
603
+ --bs-bg-base: var(--bs-slate-600);
604
+ --bs-bg-light: var(--bs-slate-500);
605
+ --bs-bg-medium: var(--bs-slate-400);
606
+ --bs-bg-disabled: rgba(78, 79, 95, 0.3); /* gray-400 at 30% */
607
+ --bs-bg-invert-base: var(--bs-white);
608
+ --bs-bg-invert-light: var(--bs-gray-50);
609
+ --bs-bg-invert-medium: var(--bs-gray-100);
610
+ --bs-bg-base-to-light: var(--bs-slate-500);
611
+ --bs-bg-base-to-medium: var(--bs-slate-400);
612
+ --bs-bg-medium-to-base: var(--bs-slate-600);
613
+ --bs-bg-medium-to-light: var(--bs-slate-500);
614
+ --bs-bg-light-to-base: var(--bs-slate-600);
615
+ --bs-bg-light-to-medium: var(--bs-slate-400);
616
+
617
+ /* Borders */
618
+ --bs-border-dark: var(--bs-gray-300);
619
+ --bs-border-base: rgba(163, 164, 183, 0.7); /* gray-300 at 70% */
620
+ --bs-border-medium: var(--bs-gray-400);
621
+ --bs-border-light: rgba(78, 79, 95, 0.5); /* gray-400 at 50% */
622
+ --bs-border-medium-to-light: rgba(78, 79, 95, 0.5); /* gray-400 at 50% */
623
+ --bs-border-input: var(--bs-violet-200);
624
+ --bs-border-active: var(--bs-blue-300);
625
+ --bs-border-error: var(--bs-red-300);
626
626
 
627
627
  /* Atom gradients */
628
628
  --bs-gradient-atom-ai-bg: conic-gradient(from 180deg at 50% 50%, rgba(83, 101, 196, 0.2) -96.8deg, rgba(228, 94, 155, 0.2) 74.2deg, rgba(51, 158, 238, 0.2) 98.8deg, rgba(249, 124, 76, 0.2) 259.6deg, rgba(83, 101, 196, 0.2) 283.2deg, rgba(228, 94, 155, 0.2) 414.4deg);
@@ -640,9 +640,16 @@
640
640
  --bs-shadow-drawerRight: 16px 20px 40px 0 #000;
641
641
  --bs-shadow-profilePhoto: inset 0px 0px 0.5em var(--bs-shadow-secondary);
642
642
 
643
-
644
-
645
643
  /* -------------- Deprecated Color Tokens -------------- */
644
+ /* Ink */
645
+ --bs-ink-blue: var(--bs-blue-200); /* replaced by Ink Primary */
646
+ --bs-ink-orange: var(--bs-orange-200); /* replaced by Ink Warning */
647
+ --bs-ink-pink: var(--bs-pink-200); /* replaced by Ink Accent 3 */
648
+ --bs-ink-plum: var(--bs-plum-100); /* replaced by Ink Secondary */
649
+ --bs-ink-purple: var(--bs-purple-200); /* replaced by Ink Accent 4 */
650
+ --bs-ink-red: var(--bs-red-200); /* replaced by Ink Negative */
651
+ --bs-ink-royal: var(--bs-royal-200); /* replaced by Ink Accent 1 */
652
+ --bs-ink-violet: var(--bs-violet-200); /* replaced by Ink Accent 2 */
646
653
 
647
654
  /* Blue (replaced by Primary) */
648
655
  --bs-blue-base: var(--bs-blue-300);
@@ -653,7 +660,7 @@
653
660
  --bs-gray-light: var(--bs-gray-400);
654
661
  --bs-gray-lightest: var(--bs-gray-500);
655
662
 
656
- /* Navy (replaced by Accent 4) */
663
+ /* Navy (replaced by Accent 7) */
657
664
  --bs-navy-base: var(--bs-navy-200);
658
665
 
659
666
  /* Orange (replaced by Warning) */
@@ -667,7 +674,7 @@
667
674
  --bs-plum-base: var(--bs-plum-300);
668
675
  --bs-plum-medium: var(--bs-plum-200);
669
676
 
670
- /* Purple (replaced by Positive) */
677
+ /* Purple (replaced by Accent 4) */
671
678
  --bs-purple-base: var(--bs-purple-300);
672
679
 
673
680
  /* Red (replaced by Negative) */
@@ -679,52 +686,16 @@
679
686
 
680
687
  /* Violet (replaced by Accent 2) */
681
688
  --bs-violet-base: var(--bs-violet-300);
682
-
683
-
684
- /* ------------ Deprecated Ink Color Tokens ------------ */
685
-
686
- /* Ink Blue (replaced by Ink Primary) */
687
- --bs-ink-blue: var(--bs-blue-200);
688
-
689
- /* Ink Orange (replaced by Ink Warning) */
690
- --bs-ink-orange: var(--bs-orange-200);
691
-
692
- /* Ink Pink (replaced by Ink Accent 3) */
693
- --bs-ink-pink: var(--bs-pink-200);
694
-
695
- /* Ink Plum (replaced by Ink Secondary) */
696
- --bs-ink-plum: var(--bs-plum-100);
697
-
698
- /* Ink Purple (replaced by Ink Positive) */
699
- --bs-ink-purple: var(--bs-purple-200);
700
-
701
- /* Ink Red (replaced by Ink Negative) */
702
- --bs-ink-red: var(--bs-red-200);
703
-
704
- /* Ink Royal (replaced by Ink Accent 1) */
705
- --bs-ink-royal: var(--bs-royal-200);
706
-
707
- /* Ink Violet (replaced by Ink Accent 2) */
708
- --bs-ink-violet: var(--bs-violet-200);
709
689
  }
710
- /* Token Overrides (Softchoice branding) */
711
690
  .softchoice {
712
691
  /* Ink */
713
692
  --bs-ink-primary: var(--bs-cobalt-400);
714
- --bs-ink-secondary: var(--bs-midnight-400);
715
- --bs-ink-accent-1: var(--bs-orange-500);
716
- --bs-ink-negative: var(--bs-maroon-500);
693
+ --bs-ink-secondary: var(--bs-orange-500);
694
+ --bs-ink-accent-1: var(--bs-midnight-400);
695
+ --bs-ink-accent-4: var(--bs-orchid-400);
717
696
  --bs-ink-positive: var(--bs-green-500);
718
697
  --bs-ink-warning: var(--bs-yellow-500);
719
-
720
- /* Background */
721
- --bs-bg-light: var(--bs-charcoal-100);
722
- --bs-bg-medium: var(--bs-charcoal-200);
723
- --bs-bg-disabled: var(--bs-charcoal-300);
724
- --bs-bg-medium-to-base: var(--bs-charcoal-200);
725
- --bs-bg-medium-to-light: var(--bs-charcoal-200);
726
- --bs-bg-light-to-base: var(--bs-charcoal-100);
727
- --bs-bg-light-to-medium: var(--bs-charcoal-100);
698
+ --bs-ink-negative: var(--bs-maroon-500);
728
699
 
729
700
  /* Primary */
730
701
  --bs-primary-base-fixed: var(--bs-cobalt-400);
@@ -735,12 +706,35 @@
735
706
  --bs-primary-highlight: var(--bs-cobalt-10);
736
707
 
737
708
  /* Secondary */
738
- --bs-secondary-base-fixed: var(--bs-midnight-400);
739
- --bs-secondary-base: var(--bs-midnight-400);
740
- --bs-secondary-medium: var(--bs-midnight-300);
741
- --bs-secondary-light: var(--bs-midnight-200);
742
- --bs-secondary-lightest: var(--bs-midnight-100);
743
- --bs-secondary-highlight: var(--bs-midnight-10);
709
+ --bs-secondary-base-fixed: var(--bs-orange-400);
710
+ --bs-secondary-base: var(--bs-orange-400);
711
+ --bs-secondary-medium: var(--bs-orange-300);
712
+ --bs-secondary-light: var(--bs-orange-200);
713
+ --bs-secondary-lightest: var(--bs-orange-100);
714
+ --bs-secondary-highlight: var(--bs-orange-10);
715
+
716
+ /* Accent 1 */
717
+ --bs-accent-1-base-fixed: var(--bs-midnight-400);
718
+ --bs-accent-1-base: var(--bs-midnight-400);
719
+ --bs-accent-1-medium: var(--bs-midnight-300);
720
+ --bs-accent-1-light: var(--bs-midnight-200);
721
+ --bs-accent-1-lightest: var(--bs-midnight-100);
722
+ --bs-accent-1-highlight: var(--bs-midnight-10);
723
+
724
+ /* Accent 4 */
725
+ --bs-accent-4-base-fixed: var(--bs-orchid-400);
726
+ --bs-accent-4-base: var(--bs-orchid-400);
727
+ --bs-accent-4-medium: var(--bs-orchid-300);
728
+ --bs-accent-4-light: var(--bs-orchid-200);
729
+ --bs-accent-4-lightest: var(--bs-orchid-100);
730
+ --bs-accent-4-highlight: var(--bs-orchid-10);
731
+
732
+ /* Accent 5 */
733
+ --bs-accent-5-base: var(--bs-gold-400);
734
+ --bs-accent-5-medium: var(--bs-gold-300);
735
+ --bs-accent-5-light: var(--bs-gold-200);
736
+ --bs-accent-5-lightest: var(--bs-gold-100);
737
+ --bs-accent-5-highlight: var(--bs-gold-10);
744
738
 
745
739
  /* Neutral */
746
740
  --bs-neutral-dark: var(--bs-charcoal-500);
@@ -749,37 +743,28 @@
749
743
  --bs-neutral-light: var(--bs-charcoal-200);
750
744
  --bs-neutral-lightest: var(--bs-charcoal-100);
751
745
 
752
- /* Accent 1 */
753
- --bs-accent-1-base-fixed: var(--bs-cobalt-400);
754
- --bs-accent-1-base: var(--bs-cobalt-400);
755
- --bs-accent-1-medium: var(--bs-cobalt-300);
756
- --bs-accent-1-light: var(--bs-cobalt-200);
757
- --bs-accent-1-lightest: var(--bs-cobalt-100);
758
- --bs-accent-1-highlight: var(--bs-cobalt-10);
759
-
760
- /* Positive */
761
- --bs-positive-base-fixed: var(--bs-green-400);
762
- --bs-positive-base: var(--bs-green-400);
763
- --bs-positive-medium: var(--bs-green-300);
764
- --bs-positive-light: var(--bs-green-200);
765
- --bs-positive-lightest: var(--bs-green-100);
766
- --bs-positive-highlight: var(--bs-green-10);
767
-
768
746
  /* Warning */
769
- --bs-warning-dark: var(--bs-yellow-450);
770
747
  --bs-warning-base: var(--bs-yellow-400);
771
748
  --bs-warning-medium: var(--bs-yellow-300);
772
- --bs-warning-light: var(--bs-yellow-200);
773
- --bs-warning-lightest: var(--bs-yellow-100);
774
749
  --bs-warning-highlight: var(--bs-yellow-10);
775
750
 
776
751
  /* Negative */
777
- --bs-negative-dark: var(--bs-maroon-500);
778
- --bs-negative-base: var(--bs-maroon-400);
752
+ --bs-negative-base: var(--bs-maroon-500);
779
753
  --bs-negative-medium: var(--bs-maroon-300);
780
- --bs-negative-light: var(--bs-maroon-200);
781
- --bs-negative-lightest: var(--bs-maroon-100);
782
754
  --bs-negative-highlight: var(--bs-maroon-10);
755
+
756
+ /* Background */
757
+ --bs-bg-light: var(--bs-charcoal-100);
758
+ --bs-bg-medium: var(--bs-charcoal-200);
759
+ --bs-bg-disabled: var(--bs-charcoal-300);
760
+ --bs-bg-medium-to-base: var(--bs-charcoal-200);
761
+ --bs-bg-medium-to-light: var(--bs-charcoal-200);
762
+ --bs-bg-light-to-base: var(--bs-charcoal-100);
763
+ --bs-bg-light-to-medium: var(--bs-charcoal-100);
764
+
765
+ /* Borders */
766
+ --bs-border-active: var(--bs-cobalt-400);
767
+ --bs-border-error: var(--bs-maroon-500);
783
768
  }
784
769
  /* Reset */
785
770
  /* Provides the minimum reset needed for CSS components to function properly */
@@ -852,6 +837,16 @@ textarea,
852
837
  select {
853
838
  font: inherit;
854
839
  }
840
+ button {
841
+ background-color: inherit;
842
+ border-color: transparent;
843
+ color: inherit;
844
+ font-family: inherit;
845
+ font-size: inherit;
846
+ padding: 0;
847
+ position: relative;
848
+ text-decoration: none;
849
+ }
855
850
  /* Remove all animations and transitions for people that prefer not to see them */
856
851
  @media (prefers-reduced-motion: reduce) {
857
852
  html:where(:focus-within) {
@@ -1104,8 +1099,8 @@ input:where([type='checkbox']:checked, [type='checkbox']:indeterminate, [type='r
1104
1099
  }
1105
1100
  /* ---------- Error state ----------- */
1106
1101
  input:where([type='checkbox'], [type='radio'])[data-error]:where(:not([data-error="false"])) {
1107
- --box-shadow: var(--bs-negative-base);
1108
- --outline-color: var(--bs-negative-base);
1102
+ --box-shadow: var(--bs-ink-negative);
1103
+ --outline-color: var(--bs-ink-negative);
1109
1104
  }
1110
1105
  /* !! Styles duplicated from components/input-general.css !! */
1111
1106
  /* Includes text inputs & textarea */
@@ -1235,9 +1230,6 @@ a {
1235
1230
  text-underline-offset: 2px;
1236
1231
  transition: all var(--bs-transition-quick) var(--bs-transition-ease);
1237
1232
  }
1238
- a:where(:hover) {
1239
- text-decoration: underline;
1240
- }
1241
1233
  a:where(:visited) {
1242
1234
  color: var(--bs-ink-secondary);
1243
1235
  }
@@ -1249,17 +1241,6 @@ a:where(:focus-visible) {
1249
1241
  a:where(:focus:not(:focus-visible)) {
1250
1242
  outline: none;
1251
1243
  }
1252
- /* Links */
1253
- .dark :where(a) {
1254
- color: var(--bs-purple-200);
1255
- outline-color: var(--bs-blue-300);
1256
- }
1257
- .dark :where(a):where(:hover),
1258
- .dark :where(a):where(:focus),
1259
- .dark :where(a):where(:focus-visible) {
1260
- color: var(--bs-pink-300);
1261
- text-decoration-color: var(--bs-purple-200);
1262
- }
1263
1244
  /* !! Styles duplicated from components/_deprecated/select.css !! */
1264
1245
  /*
1265
1246
  Custom properties:
@@ -1589,7 +1570,7 @@ table:where([data-sticky^="left"]) :is(td:first-child, th:first-child) {
1589
1570
  }
1590
1571
  /* data-variant="negative" list option keyboard navigation focus */
1591
1572
  .bs-dropdown-options-deprecated:where(:focus-visible) :where(li[data-variant~="negative"][data-active]) {
1592
- --focus-border-color: var(--bs-negative-light);
1573
+ --focus-border-color: var(--bs-red-light);
1593
1574
  }
1594
1575
  /* Multi-select divider */
1595
1576
  .bs-dropdown-options-deprecated :where(li[role="separator"]) {
@@ -2294,12 +2275,6 @@ Custom properties:
2294
2275
  .bs-toast-deprecated:where([data-variant^='positive']) :where(.bs-toast-header-deprecated .bs-toast-header-deprecated-icon) {
2295
2276
  color: var(--bs-ink-positive);
2296
2277
  }
2297
- :where(.dark) .bs-toast-deprecated:where([data-variant^='positive']) {
2298
- border-top: 4px solid var(--bs-positive-light);
2299
- }
2300
- :where(.dark) .bs-toast-deprecated:where([data-variant^='positive']) :where(.bs-toast-header-deprecated .bs-toast-header-deprecated-icon) {
2301
- color: var(--bs-positive-light);
2302
- }
2303
2278
  /* Negative Toast Styles */
2304
2279
  .bs-toast-deprecated:where([data-variant^='negative']) {
2305
2280
  border-top: 4px solid var(--bs-negative-dark);
@@ -2759,16 +2734,16 @@ This must go last to properly override the other classes
2759
2734
  -webkit-backdrop-filter: blur(4px);
2760
2735
  backdrop-filter: blur(4px);
2761
2736
  background: rgba(29, 30, 72, 0.05);
2762
- /*
2763
- Should be very rare, but below is an optional way for consumer to override z-index.
2764
- See note in popover.css for more info...most often (but still rare) the consumer
2765
- would override the --bs-popover-z-index instead, which would take care of this bs-backdrop too.
2766
- Should be a very very rare use case to need to override both independently to different values.
2767
- */
2768
- z-index: var(--bs-backdrop-z-index, var(--bs-popover-z-index));
2737
+ transition-property: opacity;
2738
+ transition-duration: var(--bs-backdrop-transition-duration);
2739
+ transition-timing-function: var(--bs-transition-cubic);
2740
+ }
2741
+ .bs-backdrop-enter-from,
2742
+ .bs-backdrop-leave-to {
2743
+ opacity: 0;
2769
2744
  }
2770
2745
  .bs-badge {
2771
- --badge-bg: var(--bs-negative-dark);
2746
+ --badge-bg: var(--bs-accent-6-base);
2772
2747
  --badge-text: var(--bs-white);
2773
2748
  display: inline-block;
2774
2749
  }
@@ -2896,10 +2871,7 @@ This must go last to properly override the other classes
2896
2871
  text-decoration: none;
2897
2872
  }
2898
2873
  .bs-banner:where([data-variant="negative"]) {
2899
- --banner-bg: var(--bs-red-300);
2900
- }
2901
- :where(.softchoice) .bs-banner:where([data-variant="negative"]) {
2902
- --banner-bg: var(--bs-maroon-400);
2874
+ --banner-bg: var(--bs-accent-6-medium);
2903
2875
  }
2904
2876
  @media (min-width: 957px) {
2905
2877
  .bs-banner {
@@ -2914,7 +2886,7 @@ This must go last to properly override the other classes
2914
2886
  --btn-ghost-ink: var(--bs-ink-primary);
2915
2887
  --btn-highlight: var(--bs-primary-lightest);
2916
2888
  --btn-ink: var(--bs-white);
2917
- --btn-main: var(--bs-primary-base-fixed);
2889
+ --btn-main: var(--bs-primary-base);
2918
2890
  --btn-padding: .25rem .75rem;
2919
2891
  --btn-secondary: var(--bs-primary-medium);
2920
2892
  --btn-text-size: var(--bs-text-md);
@@ -3015,50 +2987,67 @@ See: https://github.wwt.com/custom-apps/wwt-blue-steel/pull/917
3015
2987
  --btn-ghost-ink: var(--bs-ink-secondary);
3016
2988
  --btn-highlight: var(--bs-secondary-lightest);
3017
2989
  --btn-light: var(--bs-secondary-highlight);
3018
- --btn-main: var(--bs-secondary-base-fixed);
2990
+ --btn-main: var(--bs-secondary-base);
3019
2991
  --btn-secondary: var(--bs-secondary-medium);
3020
2992
  }
3021
- .dark .bs-button:where([data-variant^='secondary']) {
3022
- --btn-highlight: var(--bs-secondary-base-fixed);
3023
- --btn-light: var(--bs-navy-400);
3024
- }
3025
2993
  .bs-button:where([data-variant^='positive']) {
3026
2994
  --btn-ghost-ink: var(--bs-ink-positive);
3027
- --btn-highlight: var(--bs-positive-lightest);
2995
+ --btn-highlight: var(--bs-positive-highlight);
3028
2996
  --btn-light: var(--bs-positive-highlight);
3029
- --btn-main: var(--bs-positive-base-fixed);
2997
+ --btn-main: var(--bs-positive-base);
3030
2998
  --btn-secondary: var(--bs-positive-medium);
3031
2999
  }
3032
3000
  .bs-button:where([data-variant^='warning']) {
3033
3001
  --btn-ghost-ink: var(--bs-ink-warning);
3034
- --btn-highlight: var(--bs-warning-lightest);
3002
+ --btn-highlight: var(--bs-warning-highlight);
3035
3003
  --btn-light: var(--bs-warning-highlight);
3036
- --btn-main: var(--bs-warning-dark);
3004
+ --btn-main: var(--bs-warning-base);
3037
3005
  --btn-secondary: var(--bs-warning-medium);
3038
3006
  }
3039
3007
  .bs-button:where([data-variant^='negative']) {
3040
3008
  --btn-ghost-ink: var(--bs-ink-negative);
3041
- --btn-highlight: var(--bs-negative-lightest);
3009
+ --btn-highlight: var(--bs-negative-highlight);
3042
3010
  --btn-light: var(--bs-negative-highlight);
3043
- --btn-main: var(--bs-negative-dark);
3011
+ --btn-main: var(--bs-negative-base);
3044
3012
  --btn-secondary: var(--bs-negative-medium);
3045
3013
  }
3046
- /* pink variant */
3047
- .bs-button:where([data-variant^='pink']) {
3048
- --btn-ghost-ink: var(--bs-ink-accent-3);
3049
- --btn-highlight: var(--bs-accent-3-base-fixed);
3050
- --btn-light: var(--bs-accent-3-highlight);
3051
- --btn-main: var(--bs-accent-3-base-fixed);
3052
- --btn-secondary: var(--bs-accent-3-medium);
3014
+ .bs-button:where([data-variant^='accent-1']) {
3015
+ --btn-ghost-ink: var(--bs-ink-accent-1);
3016
+ --btn-highlight: var(--bs-accent-1-base);
3017
+ --btn-light: var(--bs-accent-1-highlight);
3018
+ --btn-main: var(--bs-accent-1-base);
3019
+ --btn-secondary: var(--bs-accent-1-medium);
3053
3020
  }
3054
- /* royal blue variant */
3021
+ /* DEPRECATED - royal blue variant (use accent-1 instead) */
3055
3022
  .bs-button:where([data-variant^='royal']) {
3056
3023
  --btn-ghost-ink: var(--bs-ink-accent-1);
3057
- --btn-highlight: var(--bs-accent-1-base-fixed);
3024
+ --btn-highlight: var(--bs-accent-1-base);
3058
3025
  --btn-light: var(--bs-accent-1-highlight);
3059
- --btn-main: var(--bs-accent-1-base-fixed);
3026
+ --btn-main: var(--bs-accent-1-base);
3060
3027
  --btn-secondary: var(--bs-accent-1-medium);
3061
3028
  }
3029
+ .bs-button:where([data-variant^='accent-2']) {
3030
+ --btn-ghost-ink: var(--bs-ink-accent-2);
3031
+ --btn-highlight: var(--bs-accent-2-base);
3032
+ --btn-light: var(--bs-accent-2-highlight);
3033
+ --btn-main: var(--bs-accent-2-base);
3034
+ --btn-secondary: var(--bs-accent-2-medium);
3035
+ }
3036
+ .bs-button:where([data-variant^='accent-3']) {
3037
+ --btn-ghost-ink: var(--bs-ink-accent-3);
3038
+ --btn-highlight: var(--bs-accent-3-base);
3039
+ --btn-light: var(--bs-accent-3-highlight);
3040
+ --btn-main: var(--bs-accent-3-base);
3041
+ --btn-secondary: var(--bs-accent-3-medium);
3042
+ }
3043
+ /* DEPRECATED - pink variant (use accent-3 instead) */
3044
+ .bs-button:where([data-variant^='pink']) {
3045
+ --btn-ghost-ink: var(--bs-ink-accent-3);
3046
+ --btn-highlight: var(--bs-accent-3-base);
3047
+ --btn-light: var(--bs-accent-3-highlight);
3048
+ --btn-main: var(--bs-accent-3-base);
3049
+ --btn-secondary: var(--bs-accent-3-medium);
3050
+ }
3062
3051
  /* white variant - for dark backgrounds + ghost btn or text btn only */
3063
3052
  .bs-button:where([data-variant^='white'][data-ghost]:not([data-ghost="false"])) {
3064
3053
  --btn-ghost-ink: var(--bs-ink-white);
@@ -3511,36 +3500,72 @@ a.bs-circle-button {
3511
3500
  --btn-secondary: transparent;
3512
3501
  --btn-shadow-color-active: transparent;
3513
3502
  }
3503
+ .bs-circle-button:where([data-variant="color-primary"]) {
3504
+ --btn-border-color-focused: var(--bs-ink-primary);
3505
+ --btn-text-color: var(--bs-ink-primary);
3506
+ --btn-text-color-hovered: var(--bs-primary-base);
3507
+ }
3508
+ /* DEPRECATED - blue variant (use primary instead) */
3514
3509
  .bs-circle-button:where([data-variant="color-blue"]) {
3515
3510
  --btn-border-color-focused: var(--bs-ink-primary);
3516
3511
  --btn-text-color: var(--bs-ink-primary);
3517
3512
  --btn-text-color-hovered: var(--bs-primary-base);
3518
3513
  }
3519
- .bs-circle-button:where([data-variant="color-royal"]) {
3520
- --btn-border-color-focused: var(--bs-ink-accent-1);
3521
- --btn-text-color: var(--bs-ink-accent-1);
3522
- --btn-text-color-hovered: var(--bs-accent-1-medium);
3514
+ .bs-circle-button:where([data-variant="color-positive"]) {
3515
+ --btn-border-color-focused: var(--bs-positive-base);
3516
+ --btn-text-color: var(--bs-ink-positive);
3517
+ --btn-text-color-hovered: var(--bs-positive-medium);
3523
3518
  }
3519
+ /* DEPRECATED - purple variant (use positive instead) */
3524
3520
  .bs-circle-button:where([data-variant="color-purple"]) {
3525
3521
  --btn-border-color-focused: var(--bs-positive-base);
3526
3522
  --btn-text-color: var(--bs-ink-positive);
3527
3523
  --btn-text-color-hovered: var(--bs-positive-medium);
3528
3524
  }
3529
- .bs-circle-button:where([data-variant="color-pink"]) {
3530
- --btn-border-color-focused: var(--bs-accent-3-base);
3531
- --btn-text-color: var(--bs-ink-accent-3);
3532
- --btn-text-color-hovered: var(--bs-accent-3-base);
3525
+ .bs-circle-button:where([data-variant="color-warning"]) {
3526
+ --btn-border-color-focused: var(--bs-ink-warning);
3527
+ --btn-text-color: var(--bs-ink-warning);
3528
+ --btn-text-color-hovered: var(--bs-warning-base);
3533
3529
  }
3530
+ /* DEPRECATED - orange variant (use warning instead) */
3534
3531
  .bs-circle-button:where([data-variant="color-orange"]) {
3535
3532
  --btn-border-color-focused: var(--bs-ink-warning);
3536
3533
  --btn-text-color: var(--bs-ink-warning);
3537
3534
  --btn-text-color-hovered: var(--bs-warning-base);
3538
3535
  }
3536
+ .bs-circle-button:where([data-variant="color-negative"]) {
3537
+ --btn-border-color-focused: var(--bs-ink-negative);
3538
+ --btn-text-color: var(--bs-ink-negative);
3539
+ --btn-text-color-hovered: var(--bs-negative-base);
3540
+ }
3541
+ /* DEPRECATED - red variant (use negative instead) */
3539
3542
  .bs-circle-button:where([data-variant="color-red"]) {
3540
3543
  --btn-border-color-focused: var(--bs-ink-regative);
3541
3544
  --btn-text-color: var(--bs-ink-negative);
3542
3545
  --btn-text-color-hovered: var(--bs-negative-base);
3543
3546
  }
3547
+ .bs-circle-button:where([data-variant="color-accent-1"]) {
3548
+ --btn-border-color-focused: var(--bs-ink-accent-1);
3549
+ --btn-text-color: var(--bs-ink-accent-1);
3550
+ --btn-text-color-hovered: var(--bs-accent-1-medium);
3551
+ }
3552
+ /* DEPRECATED - royal blue variant (use accent-1 instead) */
3553
+ .bs-circle-button:where([data-variant="color-royal"]) {
3554
+ --btn-border-color-focused: var(--bs-ink-accent-1);
3555
+ --btn-text-color: var(--bs-ink-accent-1);
3556
+ --btn-text-color-hovered: var(--bs-accent-1-medium);
3557
+ }
3558
+ .bs-circle-button:where([data-variant="color-accent-3"]) {
3559
+ --btn-border-color-focused: var(--bs-accent-3-base);
3560
+ --btn-text-color: var(--bs-ink-accent-3);
3561
+ --btn-text-color-hovered: var(--bs-accent-3-medium);
3562
+ }
3563
+ /* DEPRECATED - pink variant (use accent-3 instead) */
3564
+ .bs-circle-button:where([data-variant="color-pink"]) {
3565
+ --btn-border-color-focused: var(--bs-accent-3-base);
3566
+ --btn-text-color: var(--bs-ink-accent-3);
3567
+ --btn-text-color-hovered: var(--bs-accent-3-medium);
3568
+ }
3544
3569
  .bs-circle-button:where([data-variant="color-white"]) {
3545
3570
  --btn-border-color-focused: var(--bs-ink-white);
3546
3571
  --btn-text-color: var(--bs-ink-white);
@@ -3558,7 +3583,7 @@ a.bs-circle-button {
3558
3583
  }
3559
3584
  .bs-empty-state {
3560
3585
  --bs-empty-state-description-color: var(--bs-ink-light);
3561
- --bs-empty-state-icon-color: var(--bs-violet-300);
3586
+ --bs-empty-state-icon-color: var(--bs-accent-2-medium);
3562
3587
  --bs-empty-state-title-color: var(--bs-ink-base);
3563
3588
  --col-gap: var(--bs-space-6);
3564
3589
  --cta-spacing: var(--bs-space-4);
@@ -4279,7 +4304,7 @@ button:where(.bs-filter-button) {
4279
4304
  border-color: transparent;
4280
4305
  border-radius: var(--bs-space-1);
4281
4306
  border: 1px solid transparent;
4282
- color: var(--bs-royal-400);
4307
+ color: var(--bs-ink-accent-1);
4283
4308
  cursor: pointer;
4284
4309
  display: inline-flex;
4285
4310
  font-family: inherit;
@@ -4300,11 +4325,11 @@ button:where(.bs-filter-button) {
4300
4325
  }
4301
4326
  /* Hover */
4302
4327
  .bs-inline-tab:where(:not([data-selected]):hover) {
4303
- border-color: var(--bs-royal-400);
4328
+ border-color: var(--bs-ink-accent-1);
4304
4329
  }
4305
4330
  /* Keyboard Focus */
4306
4331
  .bs-inline-tab:where(:focus-visible) {
4307
- outline: 2px solid var(--bs-royal-400);
4332
+ outline: 2px solid var(--bs-ink-accent-1);
4308
4333
 
4309
4334
  &:where([data-selected]) {
4310
4335
  outline-offset: 2px;
@@ -4330,45 +4355,10 @@ button:where(.bs-filter-button) {
4330
4355
  /* -- Dark Mode Overrides -- */
4331
4356
  :where(.dark .bs-inline-tab) {
4332
4357
 
4333
- /* Ink */
4334
- &:not([data-selected], :disabled, [aria-disabled="true"]) {
4335
- color: var(--bs-royal-200);
4336
- }
4337
-
4338
4358
  /* Selected & Disabled */
4339
4359
  &[data-selected]:where(:disabled, [aria-disabled="true"]) {
4340
4360
  color: var(--bs-ink-invert-base);
4341
4361
  }
4342
-
4343
- /* Keyboard Focus */
4344
- &:not([disabled]):where(:focus-visible) {
4345
- outline-color: var(--bs-royal-200);
4346
- }
4347
-
4348
- /* Hover */
4349
- &:not([disabled]):where(:not([data-selected]):hover) {
4350
- border-color: var(--bs-royal-200);
4351
- }
4352
-
4353
- }
4354
- /* -- Softchoice Mode Overrides -- */
4355
- :where(.softchoice .bs-inline-tab) {
4356
-
4357
- /* Ink */
4358
- &:not([data-selected], :disabled, [aria-disabled="true"]) {
4359
- color: var(--bs-cobalt-400);
4360
- }
4361
-
4362
- /* Keyboard Focus */
4363
- &:not([disabled]):where(:focus-visible) {
4364
- outline-color: var(--bs-cobalt-400);
4365
- }
4366
-
4367
- /* Hover */
4368
- &:not([disabled]):where(:not([data-selected]):hover) {
4369
- border-color: var(--bs-cobalt-400);
4370
- }
4371
-
4372
4362
  }
4373
4363
  /* 0 0 1 for width to allow e.g. tailwind override */
4374
4364
  :is(div, *):where(.bs-input-addon) {
@@ -4475,7 +4465,7 @@ and issues with box-sizing
4475
4465
  /* -------- Inner-bordered styles -------- */
4476
4466
  /** Inner borders should be straight; shown only if variant: "inner-bordered" */
4477
4467
  .bs-input-addon:where([data-variant="inner-bordered"]) {
4478
- --input-addon-nested-border: var(--bs-violet-200);
4468
+ --input-addon-nested-border: var(--bs-border-input);
4479
4469
  }
4480
4470
  .bs-input-addon > :where(.bs-input-addon:not(:last-child, :focus-within, [data-part="right"])),
4481
4471
  .bs-input-addon > :where(:not(:last-child, :focus-within, [data-part="right"]))::after {
@@ -4569,7 +4559,7 @@ and issues with box-sizing
4569
4559
  /* Straight-lined ::before border to fill the gap below the rounded ::after border */
4570
4560
  .bs-input-addon:where([data-multifocus]:not([data-multifocus="false"])) :where(:focus-within)::before {
4571
4561
  border-bottom-width: 1px;
4572
- border-color: var(--bs-violet-300);
4562
+ border-color: var(--bs-border-input);
4573
4563
  border-radius: 0;
4574
4564
  border-top-width: 1px;
4575
4565
  z-index: 1;
@@ -4772,8 +4762,8 @@ data-autosize-icons="true" - see above
4772
4762
  .bs-boolean :where(input[data-error="true"]), /* deprecate this one in favor of next line */
4773
4763
  .bs-boolean:where([data-error="true"]),
4774
4764
  .bs-checkbox:where([data-error="true"]) {
4775
- --box-shadow: var(--bs-negative-base);
4776
- --outline-color: var(--bs-negative-base);
4765
+ --box-shadow: var(--bs-ink-negative);
4766
+ --outline-color: var(--bs-ink-negative);
4777
4767
  }
4778
4768
  /*
4779
4769
  HEADS-UP! Styling to look like an input is inherited from .bs-input
@@ -4872,73 +4862,88 @@ data-autosize-icons="true" - see above
4872
4862
  .bs-input-phone ul:where(.bs-dropdown-options-deprecated) {
4873
4863
  min-width: 7.5rem;
4874
4864
  }
4875
- :where(.bs-input-search) {
4876
- display: inline-block;
4865
+ .bs-input-search {
4866
+ display: grid;
4867
+ grid-template-columns: 1fr 2.5rem;
4868
+ align-items: center;
4877
4869
  width: 100%;
4870
+ height: var(--input-search-height, 2.5rem);
4878
4871
  }
4879
- .bs-input-search :where(.bs-icon svg) {
4880
- box-sizing: content-box;
4881
- }
4882
- .bs-input-search :where([data-component="bs-icon-search"]) {
4872
+ /* -- Icon -- */
4873
+ .bs-input-search-icon {
4883
4874
  --icon-size: var(--search-icon-size, 1.75rem);
4875
+ position: relative;
4876
+ grid-area: 1 / 1;
4884
4877
  padding: var(--search-icon-padding, 0 0 0 .75rem);
4878
+ height: 100%;
4879
+ pointer-events: none;
4880
+ z-index: 1;
4885
4881
  }
4886
- /* Clear Button */
4887
- .bs-input-search button {
4888
- align-items: center;
4889
- background-color: transparent;
4890
- border-color: transparent;
4891
- color: inherit;
4892
- cursor: pointer;
4882
+ .bs-input-search-icon :where(svg) {
4883
+ box-sizing: content-box;
4884
+ }
4885
+ /* -- Input -- */
4886
+ .bs-input-search-input {
4887
+ --input-padding-inline: .75rem;
4888
+ grid-area: 1 / 1 / 1 / -1;
4889
+ pointer-events: auto;
4890
+ }
4891
+ /* make room for search icon */
4892
+ /* can't use 0,1,0 here due to :is() usage in input-text.css trumping it */
4893
+ .bs-input-search-icon + .bs-input-search-input {
4894
+ padding-inline-start: 2.25rem;
4895
+ }
4896
+ /* make room for X button (so text doesn't overlap) */
4897
+ /* can't use 0,1,0 here due to :is() usage in input-text.css trumping it */
4898
+ .bs-input-search-input:has(+ .bs-input-search-button) {
4899
+ padding-inline-end: 2.25rem;
4900
+ }
4901
+ .bs-input-search:where(:focus-within) :where(.bs-input-search-input) {
4902
+ --input-border: var(--bs-blue-base);
4903
+ }
4904
+ /* -- Button -- */
4905
+ .bs-input-search-button {
4906
+ grid-area: 1 / 2 / 1 / -1;
4893
4907
  display: flex;
4894
- font-family: inherit;
4895
- font-size: var(--bs-text-base);
4908
+ align-items: center;
4909
+ justify-content: center;
4896
4910
  height: 100%;
4897
- padding-bottom: var(--bs-space-0);
4898
- padding-left: 0.75rem;
4899
- padding-right: 0.75rem;
4900
- padding-top: var(--bs-space-0);
4901
- position: relative;
4902
- text-decoration: none;
4911
+ cursor: pointer;
4912
+ background-color: inherit;
4903
4913
  transition: transform var(--bs-transition-fast) var(--bs-transition-ease);
4904
4914
  }
4905
- .bs-input-search button:where(:active) {
4906
- transform: scale(0.97);
4907
- transform-origin: center;
4908
- box-shadow: inset 0px 0px 4px 1px var(--bs-primary-base);
4909
- }
4910
- .bs-input-search button:where(:focus) {
4915
+ .bs-input-search-button:where(:focus-visible) {
4916
+ outline: none;
4911
4917
  border-radius: .25rem;
4912
- box-shadow: var(--focus-border) 0px 0px 0px 1px inset;
4913
- z-index: 1;
4918
+ box-shadow: var(--bs-blue-base) 0px 0px 0px 1px inset;
4919
+ }
4920
+ /* -- Disabled -- */
4921
+ .bs-input-search:where(:has(:disabled)) {
4922
+ color: var(--bs-ink-disabled);
4914
4923
  }
4915
- /* Filter variant */
4916
- .bs-input-search:where([data-variant="filter"]) {
4924
+ /* -- Filter Variant -- */
4925
+ .bs-input-search:where([data-variant="filter"]) :where(.bs-input-search-input) {
4917
4926
  --focus-border: transparent;
4918
4927
  --input-border: transparent;
4919
4928
  --input-addon-height: 1.5rem;
4920
- --input-caret: var(--bs-primary-base);
4929
+ --input-caret: var(--bs-blue-base);
4921
4930
  --input-padding-block: 0 0.125rem;
4922
- --input-padding-inline: 0.5rem;
4931
+ --input-padding-inline: 2.5rem 0.5rem;
4923
4932
  --input-placeholder: var(--bs-ink-light);
4924
4933
  --input-text-size: var(--bs-text-sm);
4925
4934
  --search-icon-size: 1rem;
4926
4935
  --search-icon-padding: 0;
4927
4936
  }
4928
- /* Filter variant: persist placeholder text color (`ink-light`) in dark mode */
4929
- :where(.dark) .bs-input-search:where([data-variant="filter"]) :is(input.bs-input)::-moz-placeholder {
4930
- --input-placeholder: var(--bs-ink-light);
4937
+ .bs-input-search:where([data-variant="filter"]):where(:focus-within) .bs-input-search-input {
4938
+ --input-border: transparent;
4931
4939
  }
4932
- :where(.dark) .bs-input-search:where([data-variant="filter"]) :is(input.bs-input)::placeholder {
4940
+ :where(.dark) .bs-input-search:where([data-variant="filter"]) .bs-input-search-input::-moz-placeholder {
4933
4941
  --input-placeholder: var(--bs-ink-light);
4934
4942
  }
4935
- /* Filter variant: cancels out base hover state styles */
4936
- .bs-input-addon:where([data-variant="filter"]):hover {
4937
- --input-bg: var(--bs-bg-base);
4943
+ :where(.dark) .bs-input-search:where([data-variant="filter"]) .bs-input-search-input::placeholder {
4944
+ --input-placeholder: var(--bs-ink-light);
4938
4945
  }
4939
- /* -------- Disabled styles -------- */
4940
- .bs-input-addon:where([data-variant="filter"][data-disabled="true"]),
4941
- .bs-input-addon:where([data-variant="filter"][data-disabled="true"]) :is(.bs-button, .bs-input) {
4946
+ .bs-input-search:where([data-variant="filter"]):where(:has(:disabled)) .bs-input-search-input {
4942
4947
  --input-bg: var(--bs-bg-base);
4943
4948
  --input-border: transparent;
4944
4949
  }
@@ -5171,11 +5176,17 @@ label:where(.bs-label) {
5171
5176
  }
5172
5177
  }
5173
5178
  .bs-option-group {
5174
- margin: var(--bs-space-3) 0;
5179
+ margin-bottom: var(--bs-space-6);
5175
5180
  padding-top: var(--bs-space-3);
5176
5181
  border-top: 1px solid var(--bs-border-base);
5182
+ display: flex;
5183
+ flex-direction: column;
5184
+ }
5185
+ .bs-option-group:where(:first-child) {
5186
+ padding-top: 0;
5187
+ border-top: none;
5177
5188
  }
5178
- .bs-option-group:where(:last-child) {
5189
+ .bs-option-group:where(:nth-last-child(1 of [data-visible="true"])) {
5179
5190
  margin-bottom: 0;
5180
5191
  }
5181
5192
  .bs-option-group:where(:has(.bs-option-group-title)) {
@@ -5191,27 +5202,47 @@ label:where(.bs-label) {
5191
5202
  display: flex;
5192
5203
  font-size: var(--bs-text-xs);
5193
5204
  font-weight: var(--bs-font-semibold);
5194
- margin: 0 0 var(--bs-space-3);
5195
- min-height: var(--bs-space-8);
5196
- padding: var(--bs-space-1) var(--bs-space-3);
5205
+ height: var(--bs-space-8);
5206
+ margin: 0 0 var(--bs-space-2);
5207
+ padding: var(--bs-space-1) var(--bs-space-3) var(--bs-space-1) 1.75rem;
5197
5208
  position: sticky;
5198
5209
  top: 0;
5210
+ order: -2;
5211
+ z-index: 1;
5212
+ }
5213
+ /* Separator for multiple selected options */
5214
+ .bs-option-group-multiple-hr {
5215
+ margin: 0 var(--bs-space-3) var(--bs-space-3);
5216
+ border-bottom: 0.0625rem solid var(--bs-border-base);
5217
+ }
5218
+ @media (min-width: 1166px) {
5219
+ .bs-option-group-title {
5220
+ padding: var(--bs-space-1) var(--bs-space-3);
5221
+ }
5199
5222
  }
5200
5223
  .bs-option {
5201
- padding: var(--bs-space-1) var(--bs-space-2);
5202
- color: var(--bs-ink-base);
5203
5224
  --description-color: var(--bs-ink-light);
5204
- cursor: pointer;
5205
5225
  border-left: 4px solid transparent;
5206
5226
  border-right: 4px solid transparent;
5227
+ color: var(--bs-ink-base);
5228
+ cursor: pointer;
5207
5229
  overflow-wrap: break-word;
5230
+ padding: var(--bs-space-1) var(--bs-space-3) var(--bs-space-1) var(--bs-space-6);
5208
5231
  scroll-margin-bottom: var(--bs-space-3);
5232
+ /* Make sure options are visible when scrolling with group title */
5233
+ /* This is group title height + margin + padding + border */
5234
+ scroll-margin-top: 2.5rem;
5235
+ }
5236
+ @media (min-width: 1166px) {
5237
+ .bs-option {
5238
+ padding: var(--bs-space-1) var(--bs-space-2);
5239
+ }
5209
5240
  }
5210
5241
  .bs-option {
5211
5242
  margin-bottom: var(--bs-space-2); /* ask ux: 12px is too much, can't see many menu options in view */
5212
5243
  }
5213
- /* is basically doing a last visible child selector, since filtered options and groups are hidden by v-show */
5214
- .bs-option:where(:not(:has(~ [data-visible="true"]))) {
5244
+ /* is basically doing a last visible child selector ignoring selectToTop, since filtered options and groups are hidden by v-show */
5245
+ .bs-option:where(:nth-last-child(1 of [data-visible="true"][data-selected-to-top="false"])) {
5215
5246
  margin-bottom: 0;
5216
5247
  }
5217
5248
  /* -- DISABLED -- */
@@ -5397,10 +5428,11 @@ label:where(.bs-label) {
5397
5428
  padding-right: 2px;
5398
5429
  width: auto;
5399
5430
  }
5431
+ /* todo: waiting to hear back from UX on disabled, but there is at least 1 exmple in code of a pill w/ disable */
5400
5432
  .bs-pill {
5401
5433
  --pill-background: var(--bs-bg-medium);
5402
5434
  --pill-border: transparent;
5403
- --pill-text: var(--bs-royal-400);
5435
+ --pill-text: var(--bs-ink-accent-1);
5404
5436
  --pill-gap: var(--bs-space-2);
5405
5437
 
5406
5438
  align-items: center;
@@ -5422,33 +5454,24 @@ label:where(.bs-label) {
5422
5454
  position: relative;
5423
5455
  text-decoration: none;
5424
5456
  }
5425
- :where(.bs-pill .bs-icon) {
5426
- height: 1rem;
5427
- width: 1rem;
5428
- }
5429
- /* ------------------------------- Dark mode (basic & status types only) ------------------------------- */
5430
- :where(.dark) .bs-pill {
5431
- --pill-text: var(--bs-royal-200);
5457
+ .bs-pill-content {
5458
+ display: inline-flex;
5459
+ align-items: center;
5460
+ gap: var(--pill-gap);
5432
5461
  }
5433
- /* ------------------------------- Softchoice mode (basic & status types only) ------------------------------- */
5434
- :where(.softchoice) .bs-pill {
5435
- --pill-text: var(--bs-cobalt-400);
5462
+ .bs-pill :where(.bs-icon) {
5463
+ height: 0.75rem;
5464
+ width: 0.75rem;
5465
+ flex-shrink: 0;
5436
5466
  }
5437
5467
  /* ------------------------------ Auto-truncation for content ------------------------------ */
5438
5468
  .bs-pill:has([data-truncate="true"]) {
5439
5469
  max-width: 100%;
5440
5470
  }
5441
- .bs-pill > :where([data-truncate="true"]) {
5442
- display: inline-block;
5471
+ .bs-pill-content:where([data-truncate="true"]) {
5472
+ white-space: nowrap;
5443
5473
  overflow: hidden;
5444
5474
  text-overflow: ellipsis;
5445
- white-space: nowrap;
5446
- }
5447
- /* If false, pass thru .bs-pill display styles */
5448
- .bs-pill > :where([data-truncate="false"]) {
5449
- display: inline-flex;
5450
- align-items: center;
5451
- gap: var(--pill-gap);
5452
5475
  }
5453
5476
  /* ------------------------------ Button and Link Styles ------------------------------ */
5454
5477
  :is(a, button).bs-pill {
@@ -5468,37 +5491,47 @@ label:where(.bs-label) {
5468
5491
  }
5469
5492
  /* ------------------------------ Status Styles ------------------------------ */
5470
5493
  .bs-pill:where([data-status]) {
5471
- --status-color: var(--bs-primary-base-fixed);
5472
- }
5473
- .bs-pill:where([data-status])::before {
5474
- background-color: var(--status-color);
5475
- border-radius: 100%;
5476
- content: '';
5477
- height: 12px;
5478
- width: 12px;
5494
+ font-size: var(--bs-text-xs);
5495
+ font-weight: var(--bs-font-semibold);
5496
+ color: var(--status-color);
5479
5497
  }
5480
5498
  /* ----- Status Colors ----- */
5481
- .bs-pill:where([data-status^="active"]) {
5482
- --status-color: var(--bs-primary-base-fixed);
5483
- }
5484
- .bs-pill:where([data-status^="complete"]) {
5485
- --status-color: var(--bs-positive-base-fixed);
5486
- }
5487
- .bs-pill:where([data-status^="disabled"]) {
5488
- --status-color: var(--bs-ink-disabled);
5499
+ /* Disabled is being renamed to Neutral */
5500
+ .bs-pill:where([data-status^="neutral"], [data-status^="disabled"]) {
5501
+ --status-color: var(--bs-ink-light);
5502
+ --pill-background: var(--bs-accent-7-highlight);
5489
5503
  }
5490
- .bs-pill:where([data-status^="error"]) {
5491
- --status-color: var(--bs-negative-dark);
5504
+ .bs-pill:where([data-status^="active"]) {
5505
+ --status-color: var(--bs-ink-primary);
5506
+ --pill-background: var(--bs-primary-highlight);
5492
5507
  }
5493
5508
  .bs-pill:where([data-status^="positive"]) {
5494
- --status-color: var(--bs-ecomm-positive-base-fixed);
5509
+ --status-color: var(--bs-ink-positive);
5510
+ --pill-background: var(--bs-positive-highlight);
5495
5511
  }
5496
5512
  .bs-pill:where([data-status^="warning"]) {
5497
- --status-color: var(--bs-warning-dark);
5513
+ --status-color: var(--bs-ink-warning);
5514
+ --pill-background: var(--bs-warning-highlight);
5515
+ }
5516
+ /* Error is being renamed to Negative */
5517
+ .bs-pill:where([data-status^="negative"],[data-status^="error"]) {
5518
+ --status-color: var(--bs-ink-negative);
5519
+ --pill-background: var(--bs-negative-highlight);
5498
5520
  }
5499
5521
  /* Deprecated; use "data-status disabled" instead */
5500
5522
  .bs-pill:where([data-status^="inactive"]) {
5501
- --status-color: var(--bs-gray-300);
5523
+ --status-color: var(--bs-gray-400);
5524
+ --pill-background: var(--bs-gray-100);
5525
+ }
5526
+ /* Deprecated; use "data-status positive" instead */
5527
+ .bs-pill:where([data-status^="complete"]) {
5528
+ --status-color: var(--bs-purple-500);
5529
+ --pill-background: var(--bs-purple-100);
5530
+ }
5531
+ /* Dark mode selector for complete */
5532
+ :where(.dark) .bs-pill:where([data-status^="complete"]) {
5533
+ --status-color: var(--bs-purple-100);
5534
+ --pill-background: var(--bs-purple-500);
5502
5535
  }
5503
5536
  /* ------------------------------ Filter Styles ------------------------------ */
5504
5537
  .bs-pill:where([data-variant^="filter"]) {
@@ -5512,6 +5545,10 @@ label:where(.bs-label) {
5512
5545
  :is(a, button).bs-pill:where([data-variant^="filter"]):is(:hover, :focus) {
5513
5546
  --pill-border: var(--bs-ink-base);
5514
5547
  }
5548
+ /* ------------------------------ Variant: "White" Styles ------------------------------ */
5549
+ .bs-pill:where([data-variant="white"]) {
5550
+ background-color: var(--bs-bg-base-to-medium);
5551
+ }
5515
5552
  /* ------------------------------ Variant: "Filter Add" Styles ------------------------------ */
5516
5553
  /* Black + */
5517
5554
  .bs-pill:where([data-variant^="filter"][data-variant*="add"])::after {
@@ -5530,7 +5567,7 @@ label:where(.bs-label) {
5530
5567
  :where(.dark) .bs-pill:where([data-variant^="filter"][data-variant*="remove"]):not(:disabled, [aria-disabled="true"])::after {
5531
5568
  content: url("data:image/svg+xml,%3Csvg width='8' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 .703 7.297 0 4 3.297.703 0 0 .703 3.297 4 0 7.297.703 8 4 4.703 7.297 8 8 7.297 4.703 4 8 .703Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
5532
5569
  }
5533
- /* ------------------------------ Variant: "Filter Active" Styles ------------------------------ */
5570
+ /* ------------------------------ Variant: "Filter Active" Styles DEPRECATED ------------------------------ */
5534
5571
  .bs-pill:where([data-variant^="filter"][data-active]:not([data-active="false"])) {
5535
5572
  --pill-background: var(--bs-primary-base-fixed);
5536
5573
  --pill-border: transparent;
@@ -5557,6 +5594,8 @@ label:where(.bs-label) {
5557
5594
  --pill-text: var(--bs-white);
5558
5595
  --pill-gap: var(--bs-space-1);
5559
5596
  text-transform: uppercase;
5597
+ font-size: var(--bs-text-xs);
5598
+ font-weight: var(--bs-font-semibold);
5560
5599
  }
5561
5600
  .bs-pill:where([data-variant^="live"]):hover {
5562
5601
  --pill-border: transparent;
@@ -5570,6 +5609,7 @@ label:where(.bs-label) {
5570
5609
  width: 12px;
5571
5610
  }
5572
5611
  /* ------------------------------ Variant: "Inactive" Styles ------------------------------ */
5612
+ /* Deprecated; use Status Neutral instead */
5573
5613
  .bs-pill:where([data-variant^="inactive"]) {
5574
5614
  --pill-background: var(--bs-neutral-base);
5575
5615
  --pill-text: var(--bs-ink-invert-base);
@@ -6524,7 +6564,7 @@ a.bs-text-button {
6524
6564
  /* ------------ Status colors ------------ */
6525
6565
  .bs-timeline :where(.bs-step-item[data-status="in-progress"]) {
6526
6566
  --step-color: var(--bs-ink-base);
6527
- --progress-step-bg: var(--bs-positive-light);
6567
+ --progress-step-bg: var(--bs-accent-4-base);
6528
6568
  }
6529
6569
  .bs-progress-bar :where(.bs-step-item[data-status="not-started"]) {
6530
6570
  --step-color: var(--bs-ink-light);
@@ -6540,11 +6580,11 @@ a.bs-text-button {
6540
6580
  .bs-timeline :where(.bs-step-item[data-status="complete"]),
6541
6581
  .bs-timeline :where(.bs-step-item[data-status="paused"]),
6542
6582
  .bs-timeline :where(.bs-step-item[data-status="ongoing"]) {
6543
- --step-color: var(--bs-ink-positive);
6544
- --progress-step-bg: var(--bs-positive-medium);
6583
+ --step-color: var(--bs-ink-accent-4);
6584
+ --progress-step-bg: var(--bs-accent-4-medium);
6545
6585
  }
6546
6586
  :is(.bs-progress-bar, .bs-timeline) :where(.bs-step-item[data-status="base"]) {
6547
- --progress-step-bg: var(--bs-positive-base);
6587
+ --progress-step-bg: var(--bs-accent-4-base);
6548
6588
  }
6549
6589
  .bs-timeline :where(.bs-step-item[data-status="warning"]) {
6550
6590
  --step-color: var(--bs-ink-warning);
@@ -6571,6 +6611,27 @@ a.bs-text-button {
6571
6611
  --toggle-color: var(--bs-white);
6572
6612
  --top-offset: 48px;
6573
6613
  }
6614
+ .bs-vertical-nav-wrapper:where([data-bg-variant="bg-base"]) {
6615
+ --active-color: var(--bs-blue-10);
6616
+ --bg-color: var(--bs-bg-base);
6617
+ --border-color: var(--bs-border-medium);
6618
+ --text-color: var(--bs-ink-medium);
6619
+ --link-color: var(--bs-ink-medium);
6620
+ --link-hover-color: var(--bs-ink-blue);
6621
+ --link-active-color: var(--bs-ink-blue);
6622
+ --toggle-bg-color: var(--bs-bg-base);
6623
+ --toggle-color: var(--bs-ink-medium);
6624
+ }
6625
+ .dark :where(.bs-vertical-nav-wrapper),
6626
+ .dark :where(.bs-vertical-nav-wrapper:where([data-bg-variant="bg-base"])) {
6627
+ --active-color: rgba(255, 255, 255, 0.25);
6628
+ --bg-color: var(--bs-bg-base);
6629
+ --border-color: var(--bs-border-medium);
6630
+ --text-color: var(--bs-white);
6631
+ --link-color: var(--bs-white);
6632
+ --link-hover-color: var(--bs-white);
6633
+ --link-active-color: var(--bs-white);
6634
+ }
6574
6635
  .bs-vertical-nav {
6575
6636
  -ms-overflow-style: none; /* Internet Explorer 10+ */
6576
6637
  background-color: var(--bg-color);
@@ -6594,30 +6655,25 @@ a.bs-text-button {
6594
6655
  /* Slight delay for visibility to change prior to opacity */
6595
6656
  transition: opacity var(--bs-transition-medium) var(--bs-transition-ease) 10ms;
6596
6657
  visibility: hidden;
6658
+ pointer-events: none;
6597
6659
  width: auto;
6598
- z-index: 1000;
6660
+ z-index: 999;
6599
6661
  }
6600
6662
  .bs-vertical-nav:where([data-mobile-shown="true"]) {
6601
6663
  opacity: 1;
6602
6664
  visibility: visible;
6665
+ pointer-events: auto;
6603
6666
  }
6604
6667
  .bs-vertical-nav:where([data-collapsible="true"]) {
6605
6668
  transition: opacity 200ms ease 10ms, width 350ms cubic-bezier(0.4, 0, 0.2, 1);
6606
6669
  }
6607
- .dark .bs-vertical-nav-wrapper {
6608
- --active-color: rgba(255, 255, 255, 0.25);
6609
- --bg-color: var(--bs-bg-base);
6610
- --border-color: var(--bs-border-medium);
6611
- }
6612
6670
  @media (min-width: 1166px) {
6613
6671
  .bs-vertical-nav {
6614
6672
  opacity: 1;
6615
- padding-bottom: 1rem;
6616
- padding-left: 0.5rem;
6617
- padding-right: 0.5rem;
6618
- padding-top: 1rem;
6673
+ padding: 1rem;
6619
6674
  right: auto;
6620
6675
  visibility: visible;
6676
+ pointer-events: auto;
6621
6677
  width: var(--bs-vertical-nav-width);
6622
6678
  }
6623
6679
 
@@ -6648,7 +6704,7 @@ a.bs-text-button {
6648
6704
  position: fixed;
6649
6705
  left: calc(var(--bs-vertical-nav-width) - 0.5rem);
6650
6706
  pointer-events: auto; /* Ensure button is clickable */
6651
- top: calc(var(--top-offset) + 3rem); /* top-offset + 3rem */
6707
+ top: calc(var(--top-offset) + 1.125rem); /* top-offset + 18px */
6652
6708
  transition: left 300ms ease-out, opacity 100ms ease-out;
6653
6709
  z-index: 1002; /* Above nav to prevent hover conflicts */
6654
6710
  }
@@ -6658,11 +6714,11 @@ a.bs-text-button {
6658
6714
  opacity: 1;
6659
6715
  transition: left 300ms ease-out, opacity 100ms ease-out;
6660
6716
  }
6661
-
6717
+
6662
6718
  .bs-vertical-nav-toggle:where([data-collapsed="true"]) {
6663
6719
  left: calc(var(--bs-vertical-nav-collapsed-width) - 0.5rem);
6664
6720
  }
6665
-
6721
+
6666
6722
  /* Adjust position for narrow variant when NOT collapsed */
6667
6723
  .bs-vertical-nav-toggle:where([data-narrow="true"]:not([data-collapsed="true"])) {
6668
6724
  left: calc(var(--bs-vertical-nav-narrow-width) - 0.5rem);
@@ -6678,18 +6734,18 @@ a.bs-text-button {
6678
6734
  }
6679
6735
  /* ===== Sections ===== */
6680
6736
  .bs-vertical-nav :where(.bs-vertical-nav-section) {
6681
- border-top: 2px solid var(--border-color);
6737
+ border-top: 1px solid var(--border-color);
6682
6738
  margin-top: 0.5rem;
6683
6739
  padding-top: 0.5rem;
6684
6740
  }
6685
6741
  @media (min-width: 1166px) {
6686
6742
  .bs-vertical-nav :where(.bs-vertical-nav-section) {
6687
- margin-top: 0.25rem;
6743
+ margin-top: 0.5rem;
6688
6744
  }
6689
6745
  }
6690
6746
  /* Divider-only sections have no additional padding since no toggle button */
6691
6747
  .bs-vertical-nav :where(.bs-vertical-nav-section[data-divider-only="true"]) {
6692
- padding-top: 0.25rem;
6748
+ padding-top: 0.5rem;
6693
6749
  }
6694
6750
  /* Don't show border if the very first item is a section */
6695
6751
  .bs-vertical-nav :where(ul li:first-child) {
@@ -6719,7 +6775,7 @@ a.bs-text-button {
6719
6775
  @media (min-width: 1166px) {
6720
6776
  .bs-vertical-nav :where(.bs-vertical-nav-section-toggle) {
6721
6777
  /* nav width - nav left padding - nav right padding */
6722
- width: calc(var(--bs-vertical-nav-width) - 0.5rem - 0.5rem);
6778
+ width: calc(var(--bs-vertical-nav-width) - 1rem - 1rem);
6723
6779
  }
6724
6780
 
6725
6781
  .bs-vertical-nav :where(.bs-vertical-nav-section-toggle span:first-child) {
@@ -6727,7 +6783,7 @@ a.bs-text-button {
6727
6783
  text-align: start;
6728
6784
  text-overflow: ellipsis;
6729
6785
  /* nav width - nav left padding - nav right padding - link left padding - link right padding - caret width */
6730
- width: calc(var(--bs-vertical-nav-width) - 0.5rem - 0.5rem - 0.75rem - 0.75rem - 0.75rem);
6786
+ width: calc(var(--bs-vertical-nav-width) - 1rem - 1rem - 0.75rem - 0.75rem - 0.75rem);
6731
6787
  }
6732
6788
  }
6733
6789
  .bs-vertical-nav :where(.bs-vertical-nav-section-toggle-caret) {
@@ -6750,11 +6806,6 @@ a.bs-text-button {
6750
6806
  margin-top: 0;
6751
6807
  padding-left: 0;
6752
6808
  }
6753
- @media (min-width: 1166px) {
6754
- .bs-vertical-nav :where(ul) {
6755
- gap: 0.25rem;
6756
- }
6757
- }
6758
6809
  /* ===== Nav List Items / Links */
6759
6810
  .bs-vertical-nav :where(ul li a) {
6760
6811
  align-items: center;
@@ -6784,13 +6835,13 @@ a.bs-text-button {
6784
6835
  min-height: 2.5rem; /* Fixed minimum height to prevent height changes */
6785
6836
  padding: 0.5rem 0.75rem; /* Explicit padding for consistency */
6786
6837
  /* nav width - nav left padding - nav right padding */
6787
- width: calc(var(--bs-vertical-nav-width) - 0.5rem - 0.5rem);
6838
+ width: calc(var(--bs-vertical-nav-width) - 1rem - 1rem);
6788
6839
  }
6789
6840
 
6790
6841
  /* Collapsed state width */
6791
6842
  .bs-vertical-nav:where([data-collapsed="true"]) :where(ul li a) {
6792
6843
  /* collapsed width - nav left padding - nav right padding */
6793
- width: calc(var(--bs-vertical-nav-collapsed-width) - 0.5rem - 0.5rem);
6844
+ width: calc(var(--bs-vertical-nav-collapsed-width) - 1rem - 1rem);
6794
6845
  }
6795
6846
 
6796
6847
  /* Text overflow - normal width - no icon */
@@ -6799,7 +6850,7 @@ a.bs-text-button {
6799
6850
  text-overflow: ellipsis;
6800
6851
  white-space: nowrap;
6801
6852
  /* nav width - nav left padding - nav right padding - link left padding - link right padding */
6802
- width: calc(var(--bs-vertical-nav-width) - 0.5rem - 0.5rem - 0.75rem - 0.75rem);
6853
+ width: calc(var(--bs-vertical-nav-width) - 1rem - 1rem - 0.75rem - 0.75rem);
6803
6854
  }
6804
6855
 
6805
6856
  /* Text overflow - normal width - with icon */
@@ -6808,7 +6859,7 @@ a.bs-text-button {
6808
6859
  text-overflow: ellipsis;
6809
6860
  white-space: nowrap;
6810
6861
  /* nav width - nav left padding - nav right padding - link left padding - link right padding - icon width - icon gap */
6811
- width: calc(var(--bs-vertical-nav-width) - 0.5rem - 0.5rem - 0.75rem - 0.75rem - 1rem - 0.5rem);
6862
+ width: calc(var(--bs-vertical-nav-width) - 1rem - 1rem - 0.75rem - 0.75rem - 1rem - 0.5rem);
6812
6863
  }
6813
6864
 
6814
6865
  .bs-vertical-nav:where([data-narrow="true"]) :where(ul li a) {
@@ -6819,7 +6870,7 @@ a.bs-text-button {
6819
6870
  padding: 0.5rem 0.75rem; /* 8px 12px - matches Figma */
6820
6871
  text-align: center;
6821
6872
  /* nav width - nav left padding - nav right padding */
6822
- width: calc(var(--bs-vertical-nav-narrow-width) - 0.5rem - 0.5rem);
6873
+ width: calc(var(--bs-vertical-nav-narrow-width) - 1rem - 1rem);
6823
6874
  }
6824
6875
 
6825
6876
  /* Text overflow - narrow width */
@@ -6832,10 +6883,21 @@ a.bs-text-button {
6832
6883
  width: calc(var(--bs-vertical-nav-narrow-width) - 0.5rem - 0.5rem);
6833
6884
  }
6834
6885
  }
6886
+ .bs-vertical-nav-section:where([data-app-links="true"]) {
6887
+ padding-top: 1rem;
6888
+ }
6889
+ .bs-vertical-nav-section:where([data-app-links="true"]) :where(ul li a) {
6890
+ padding: 0.375rem 0.5rem;
6891
+ font-size: 0.75rem;
6892
+ font-weight: 600;
6893
+ }
6835
6894
  .bs-vertical-nav :where(ul li a:hover) {
6836
6895
  color: var(--link-hover-color);
6837
6896
  font-weight: 600;
6838
6897
  }
6898
+ .bs-vertical-nav-section:where([data-app-links="true"]) :where(ul li a:hover) {
6899
+ color: var(--bs-ink-blue);
6900
+ }
6839
6901
  .bs-vertical-nav :where(ul li a[data-active="true"]) {
6840
6902
  background-color: var(--active-color);
6841
6903
  color: var(--link-active-color);
@@ -6853,7 +6915,6 @@ a.bs-text-button {
6853
6915
  .bs-vertical-nav:not([data-narrow="true"]) :where(.bs-vertical-nav-link-icon) {
6854
6916
  height: 0.875rem;
6855
6917
  width: 0.875rem;
6856
- margin-left: 0.25rem; /* Visual centering adjustment */
6857
6918
  }
6858
6919
 
6859
6920
  /* Narrow variant icons - 16px (inherits from base) */
@@ -6862,6 +6923,11 @@ a.bs-text-button {
6862
6923
  width: 1rem;
6863
6924
  }
6864
6925
  }
6926
+ .bs-vertical-nav-section:where([data-app-links="true"]) .bs-vertical-nav-link-icon {
6927
+ height: 1.5rem;
6928
+ width: 1.5rem;
6929
+ margin-left: 0;
6930
+ }
6865
6931
  /* Default: Show text on mobile */
6866
6932
  .bs-vertical-nav :where(ul li a > span:last-child) {
6867
6933
  opacity: 1;
@@ -6912,7 +6978,7 @@ a.bs-text-button {
6912
6978
 
6913
6979
  /* Expand link widths on hover when collapsed */
6914
6980
  .bs-vertical-nav-wrapper:where(:hover:not(:has(.bs-vertical-nav-toggle:hover))) :where(.bs-vertical-nav[data-collapsed="true"]) :where(ul li a) {
6915
- width: calc(var(--bs-vertical-nav-width) - 0.5rem - 0.5rem);
6981
+ width: calc(var(--bs-vertical-nav-width) - 1rem - 1rem);
6916
6982
  }
6917
6983
 
6918
6984
  /* Narrow variant links should respect narrow width on hover */
@@ -6925,7 +6991,6 @@ a.bs-text-button {
6925
6991
  opacity: 1;
6926
6992
  visibility: visible;
6927
6993
  width: auto;
6928
- overflow: visible;
6929
6994
  }
6930
6995
 
6931
6996
  /* Hide toggle button on hover when collapsed - but NOT when hovering the button itself */
@@ -6939,6 +7004,16 @@ a.bs-text-button {
6939
7004
  display: flex;
6940
7005
  }
6941
7006
  }
7007
+ /* ===== Top Content ===== */
7008
+ .bs-vertical-nav :where(.bs-vertical-nav-top-content) {
7009
+ margin-bottom: 0.5rem;
7010
+ padding: 0;
7011
+ }
7012
+ @media (min-width: 1166px) {
7013
+ .bs-vertical-nav :where(.bs-vertical-nav-top-content) {
7014
+ margin-bottom: 0.75rem;
7015
+ }
7016
+ }
6942
7017
  /* ===== End Items ===== */
6943
7018
  .bs-vertical-nav :where(.bs-vertical-nav-end-items) {
6944
7019
  display: flex;
@@ -7010,9 +7085,6 @@ a.bs-text-button {
7010
7085
  overflow: hidden;
7011
7086
  z-index: var(--bs-popover-z-index);
7012
7087
  }
7013
- .bs-popover-wrap .bs-backdrop {
7014
- z-index: -1;
7015
- }
7016
7088
  .bs-popover {
7017
7089
  /* absolute positioning is needed for floating-ui, i.e. to anchor to element (is unset if anchored to viewport) */
7018
7090
  position: absolute;
@@ -7102,13 +7174,6 @@ a.bs-text-button {
7102
7174
  .bs-popover-leave-active {
7103
7175
  transition-duration: var(--bs-popover-transition-duration)
7104
7176
  }
7105
- .bs-popover-enter-active .bs-backdrop,
7106
- .bs-popover-leave-active .bs-backdrop {
7107
- transition-property: opacity;
7108
- transition-duration: var(--bs-popover-transition-duration);
7109
- transition-timing-function: var(--bs-transition-cubic);
7110
- }
7111
- .bs-popover-enter-from .bs-backdrop,
7112
7177
  .bs-popover-leave-to .bs-backdrop {
7113
7178
  opacity: 0;
7114
7179
  }
@@ -7245,13 +7310,6 @@ a.bs-text-button {
7245
7310
  .bs-flyout-leave-active {
7246
7311
  transition-duration: var(--bs-popover-transition-duration);
7247
7312
  }
7248
- .bs-flyout-enter-active .bs-backdrop,
7249
- .bs-flyout-leave-active .bs-backdrop {
7250
- transition-property: opacity;
7251
- transition-duration: var(--bs-transition-leisurely);
7252
- transition-timing-function: var(--bs-transition-cubic);
7253
- }
7254
- .bs-flyout-enter-from .bs-backdrop,
7255
7313
  .bs-flyout-leave-to .bs-backdrop {
7256
7314
  opacity: 0;
7257
7315
  }
@@ -7327,13 +7385,6 @@ a.bs-text-button {
7327
7385
  .bs-modal-leave-active {
7328
7386
  transition-duration: var(--bs-popover-transition-duration);
7329
7387
  }
7330
- .bs-modal-enter-active .bs-backdrop,
7331
- .bs-modal-leave-active .bs-backdrop {
7332
- transition-property: opacity;
7333
- transition-duration: var(--bs-transition-leisurely);
7334
- transition-timing-function: var(--bs-transition-cubic);
7335
- }
7336
- .bs-modal-enter-from .bs-backdrop,
7337
7388
  .bs-modal-leave-to .bs-backdrop {
7338
7389
  opacity: 0;
7339
7390
  }
@@ -7419,14 +7470,10 @@ a.bs-text-button {
7419
7470
  --toast-icon-color: var(--bs-ink-positive);
7420
7471
  --toast-variant-color: var(--bs-positive-base);
7421
7472
  }
7422
- .dark :where(.bs-toast[data-variant="positive"]) {
7423
- --toast-icon-color: var(--bs-positive-light);
7424
- --toast-variant-color: var(--bs-positive-light);
7425
- }
7426
7473
  .bs-toast:where([data-variant="negative"]) {
7427
7474
  --toast-icon: var(--toast-icon-warning);
7428
- --toast-icon-color: var(--bs-negative-dark);
7429
- --toast-variant-color: var(--bs-negative-dark);
7475
+ --toast-icon-color: var(--bs-negative-base);
7476
+ --toast-variant-color: var(--bs-negative-base);
7430
7477
  }
7431
7478
  /* Toast Header - auto-add the icon */
7432
7479
  .bs-toast :where(.bs-pop-header:not(:has(.bs-pop-title, .bs-pop-subtitle)))::before,
@@ -7465,52 +7512,185 @@ a.bs-text-button {
7465
7512
  BsDropdown inherits base styles from its BsPopover root element
7466
7513
  ...so some of these styles override those defaults.
7467
7514
  */
7515
+ /* -- DROPDOWN -- */
7516
+ /* Note: Assumes mobile sheet by default */
7517
+ /* Note: Some heights for reference */
7518
+ /* filter (desktop): 4rem (64px) */
7519
+ /* filter (mobile sheet): 5.5rem (88px) */
7520
+ /* mobile header (heading and description): 6rem (96px) */
7521
+ /* mobile header (just heading text): 4.25rem (68px) */
7522
+ /* mobile sheet footer: 3rem (48px) */
7468
7523
  .bs-dropdown {
7524
+ --bs-popover-width: 100dvw;
7469
7525
  background-color: var(--bs-bg-base-to-medium);
7470
- max-height: 20rem;
7526
+ height: 60dvh;
7527
+ margin: 0;
7528
+ max-width: 100dvw;
7471
7529
  padding: 0;
7472
7530
  }
7473
- /* filter could be "display: none" if mounted for it's logic, yet hidden due to using an outside input/model */
7474
- .bs-dropdown:where(:has(.bs-dropdown-filter:not([style*="display: none"]))) {
7475
- padding-top: 0;
7531
+ /* Don't use mobile sheet at any breakpoint */
7532
+ .bs-dropdown:where(:not([data-mobile-sheet])) {
7533
+ --bs-popover-width: 20rem;
7534
+ height: unset;
7535
+ max-height: 20rem; /* 320px */
7536
+ max-width: calc(100dvw - 3rem);
7476
7537
  }
7477
- .bs-dropdown :where(hr) {
7478
- margin: var(--bs-space-3) 0;
7538
+ @media (min-width: 752px) {
7539
+ /* Remove bottom drawer at tablet breakpoint */
7540
+ .bs-dropdown:where([data-mobile-sheet="mobile"]) {
7541
+ --bs-popover-width: 20rem;
7542
+ height: unset;
7543
+ max-height: 20rem; /* 320px */
7544
+ max-width: calc(100dvw - 3rem);
7545
+ }
7479
7546
  }
7480
- .bs-dropdown:where(:focus-visible) {
7481
- outline: none;
7547
+ @media (min-width: 1166px) {
7548
+ /* Remove bottom drawer at desktop breakpoint */
7549
+ .bs-dropdown:where([data-mobile-sheet="tablet"]) {
7550
+ --bs-popover-width: 20rem;
7551
+ height: unset;
7552
+ max-height: 20rem; /* 320px */
7553
+ max-width: calc(100dvw - 3rem);
7554
+ }
7482
7555
  }
7556
+ /* Here if a consumer adds their own hr between BsOptions. Just don't override the internal option group separator. */
7557
+ .bs-dropdown :where(hr:not(.bs-option-group-multiple-hr)) {
7558
+ margin: var(--bs-space-3) 0;
7559
+ }
7560
+ /* -- LIST -- */
7483
7561
  .bs-dropdown-list {
7484
- max-height: 20rem;
7562
+ display: flex;
7563
+ flex-direction: column;
7564
+ }
7565
+ /* Only add padding, etc when there is at least one child visible */
7566
+ .bs-dropdown-list:where(:has(.bs-option[data-visible="true"], .bs-option-group[data-visible="true"])) {
7567
+ flex: 1;
7485
7568
  overflow-y: auto;
7486
7569
  overscroll-behavior: contain;
7487
7570
  padding: var(--bs-space-3) 0;
7488
7571
  }
7572
+ .bs-dropdown-list:where(:has( .bs-option-group)) {
7573
+ padding-top: 0;
7574
+ }
7489
7575
  .bs-dropdown-list:where(:focus-visible) {
7490
7576
  outline: none;
7491
7577
  }
7492
7578
  .bs-dropdown:where(:has(.bs-dropdown-filter)) :where(.bs-dropdown-list) {
7493
7579
  padding-top: 0;
7494
- /* filter input is 4rem, so 20rem (default) - 4rem = 16rem */
7495
- max-height: 16rem;
7580
+ }
7581
+ /* Move selected options to the top */
7582
+ .bs-dropdown-list:where([aria-multiselectable="true"]) :where(.bs-option:where([data-selected-to-top="true"])) {
7583
+ order: -1;
7584
+ }
7585
+ /* Separator for multiple selected options */
7586
+ .bs-dropdown-multiple-hr {
7587
+ margin: 0 var(--bs-space-3) var(--bs-space-3);
7588
+ border-bottom: 0.0625rem solid var(--bs-accent-7-light);
7589
+ }
7590
+ /* -- MOBILE HEADER -- */
7591
+ /* Mobile sheet header */
7592
+ .bs-dropdown :where(.bs-dropdown-mobile-header) {
7593
+ border-bottom: 1px solid var(--bs-border-base);
7594
+ padding: var(--bs-space-6);
7595
+ }
7596
+ /* Hide header if not using mobile sheet */
7597
+ .bs-dropdown:where(:not([data-mobile-sheet])) :where(.bs-dropdown-mobile-header) {
7598
+ display: none;
7599
+ }
7600
+ /* Hide header at tablet breakpoint if only using mobile sheet */
7601
+ @media (min-width: 752px) {
7602
+ .bs-dropdown:where([data-mobile-sheet="mobile"]) :where(.bs-dropdown-mobile-header) {
7603
+ display: none;
7604
+ }
7605
+ }
7606
+ /* Hide header at desktop breakpoint if only using tablet sheet */
7607
+ @media (min-width: 1166px) {
7608
+ .bs-dropdown:where([data-mobile-sheet="tablet"]) :where(.bs-dropdown-mobile-header) {
7609
+ display: none;
7610
+ }
7611
+ }
7612
+ .bs-dropdown :where(.bs-dropdown-mobile-heading) {
7613
+ font-size: var(--bs-text-lg);
7614
+ line-height: var(--bs-leading-none);
7615
+ }
7616
+ .bs-dropdown :where(.bs-dropdown-mobile-description) {
7617
+ color: var(--bs-ink-light);
7618
+ font-size: var(--bs-text-base);
7619
+ padding-top: var(--bs-space-1);
7620
+ }
7621
+ /* -- MOBILE FOOTER -- */
7622
+ /* Mobile sheet footer, show by default */
7623
+ .bs-dropdown-mobile-footer {
7624
+ display: flex;
7625
+ }
7626
+ /* Hide footer if not using mobile sheet */
7627
+ .bs-dropdown:where(:not([data-mobile-sheet])) :where(.bs-dropdown-mobile-footer) {
7628
+ display: none;
7629
+ }
7630
+ @media (min-width: 752px) {
7631
+ /* Hide footer at tablet breakpoint if only using mobile sheet */
7632
+ .bs-dropdown:where([data-mobile-sheet="mobile"]) :where(.bs-dropdown-mobile-footer) {
7633
+ display: none;
7634
+ }
7635
+ }
7636
+ @media (min-width: 1166px) {
7637
+ /* Hide footer at desktop breakpoint if only using tablet sheet */
7638
+ .bs-dropdown:where([data-mobile-sheet="tablet"]) :where(.bs-dropdown-mobile-footer) {
7639
+ display: none;
7640
+ }
7641
+ }
7642
+ .bs-dropdown-mobile-footer :where(.bs-button) {
7643
+ margin: var(--bs-space-2) var(--bs-space-6);
7644
+ width: 100%;
7645
+ }
7646
+ /* -- CLOSE BUTTON -- */
7647
+ /* Override popover button positioning for mobile drawer */
7648
+ .bs-dropdown :where(.bs-popover-close-button) {
7649
+ right: var(--bs-space-4);
7650
+ top: var(--bs-space-4);
7496
7651
  }
7497
7652
  /* -- FILTER -- */
7498
7653
  .bs-dropdown-filter {
7499
7654
  position: sticky;
7500
7655
  top: 0;
7501
- padding: var(--bs-space-3);
7502
- /* fade to transparent in bottom padding area, so scrolling menu items under filter looks better */
7503
- background-image: linear-gradient(
7504
- var(--bs-bg-base-to-medium) calc(100% - var(--bs-space-3)),
7505
- transparent 100%
7506
- );
7656
+ padding: var(--bs-space-6) var(--bs-space-3);
7507
7657
  z-index: 1;
7508
7658
  }
7659
+ /* No mobile sheet, so always use desktop padding */
7660
+ .bs-dropdown:where(:not([data-mobile-sheet])) :where(.bs-dropdown-filter) {
7661
+ padding: var(--bs-space-3);
7662
+ }
7663
+ /* Mobile sheet, so use desktop padding at tablet breakpoint */
7664
+ @media (min-width: 752px) {
7665
+ .bs-dropdown:where([data-mobile-sheet="mobile"]) :where(.bs-dropdown-filter) {
7666
+ padding: var(--bs-space-3);
7667
+ }
7668
+ }
7669
+ /* Tablet sheet, so use desktop padding at desktop breakpoint */
7670
+ @media (min-width: 1166px) {
7671
+ .bs-dropdown:where([data-mobile-sheet="tablet"]) :where(.bs-dropdown-filter) {
7672
+ padding: var(--bs-space-3);
7673
+ }
7674
+ }
7675
+ .bs-dropdown-filter:where([data-hide-input="true"]) {
7676
+ padding-top: 0;
7677
+ }
7509
7678
  .bs-dropdown-filter-icon {
7510
7679
  margin-left: var(--bs-space-3);
7511
7680
  }
7512
7681
  .bs-dropdown-filter-input {
7682
+ overflow: hidden;
7513
7683
  padding-inline: var(--bs-space-2);
7684
+ text-overflow: ellipsis;
7685
+ white-space: nowrap;
7686
+ }
7687
+ .bs-dropdown-filter-hint {
7688
+ color: var(--bs-ink-light);
7689
+ font-size: var(--bs-text-xs);
7690
+ padding-top: var(--bs-space-2);
7691
+ }
7692
+ .bs-dropdown-filter:where([data-hide-input="true"]) :where(.bs-dropdown-filter-hint) {
7693
+ padding-top: var(--bs-space-4);
7514
7694
  }
7515
7695
  /* override form-text-fields.css style that hides placeholder when inputs are focused */
7516
7696
  .bs-dropdown-filter-input::-moz-placeholder {
@@ -7534,14 +7714,19 @@ a.bs-text-button {
7534
7714
  box-shadow: 0px 0px 0px 1px inset var(--bs-primary-base);
7535
7715
  }
7536
7716
  /* -- SIZING -- */
7537
- .bs-dropdown:where([data-size="sm"]) {
7538
- --bs-popover-width: 10rem; /* 160px */
7539
- }
7540
- .bs-dropdown:where([data-size="md"]) {
7541
- --bs-popover-width: 20rem; /* 320px */
7542
- }
7543
- .bs-dropdown:where([data-size="lg"]) {
7544
- --bs-popover-width: 28rem; /* 448px */
7717
+ /* Only applies to non-mobile */
7718
+ @media (min-width: 1166px) {
7719
+ .bs-dropdown:where([data-size="sm"]) {
7720
+ --bs-popover-width: 10rem; /* 160px */
7721
+ }
7722
+
7723
+ .bs-dropdown:where([data-size="md"]) {
7724
+ --bs-popover-width: 20rem; /* 320px */
7725
+ }
7726
+
7727
+ .bs-dropdown:where([data-size="lg"]) {
7728
+ --bs-popover-width: 28rem; /* 448px */
7729
+ }
7545
7730
  }
7546
7731
  /*
7547
7732
  HEADS-UP:
@@ -7549,16 +7734,14 @@ a.bs-text-button {
7549
7734
  so some of these styles are there to override those defaults.
7550
7735
  */
7551
7736
  .bs-tooltip {
7737
+ display: block;
7552
7738
  padding: var(--bs-space-4);
7553
7739
  font-size: var(--bs-text-sm);
7554
- color: var(--bs-ink-violet);
7740
+ color: var(--bs-ink-accent-2);
7555
7741
  text-align: center;
7556
7742
  line-height: var(--bs-leading-lg);
7557
7743
  background-color: var(--bs-bg-base-to-medium);
7558
7744
  }
7559
- .dark :where(.bs-tooltip) {
7560
- color: var(--bs-ink-base);
7561
- }
7562
7745
  /* Prevent tiny empty tooltip from showing if empty string is rendered into slot. */
7563
7746
  .bs-tooltip:where(:empty) {
7564
7747
  display: none;
@@ -8672,6 +8855,12 @@ a.bs-text-button {
8672
8855
  .bs-bg-accent-3-highlight {
8673
8856
  background-color: var(--bs-accent-3-highlight);
8674
8857
  }
8858
+ .bs-text-accent-4-base-fixed {
8859
+ color: var(--bs-accent-4-base-fixed);
8860
+ }
8861
+ .bs-bg-accent-4-base-fixed {
8862
+ background-color: var(--bs-accent-4-base-fixed);
8863
+ }
8675
8864
  .bs-text-accent-4-base {
8676
8865
  color: var(--bs-accent-4-base);
8677
8866
  }
@@ -8702,84 +8891,114 @@ a.bs-text-button {
8702
8891
  .bs-bg-accent-4-highlight {
8703
8892
  background-color: var(--bs-accent-4-highlight);
8704
8893
  }
8705
- /* Status Colors */
8706
- .bs-text-positive-base-fixed {
8707
- color: var(--bs-positive-base-fixed);
8894
+ .bs-text-accent-5-base {
8895
+ color: var(--bs-accent-5-base);
8708
8896
  }
8709
- .bs-bg-positive-base-fixed {
8710
- background-color: var(--bs-positive-base-fixed);
8897
+ .bs-bg-accent-5-base {
8898
+ background-color: var(--bs-accent-5-base);
8711
8899
  }
8712
- .bs-text-positive-base {
8713
- color: var(--bs-positive-base);
8900
+ .bs-text-accent-5-medium {
8901
+ color: var(--bs-accent-5-medium);
8714
8902
  }
8715
- .bs-bg-positive-base {
8716
- background-color: var(--bs-positive-base);
8903
+ .bs-bg-accent-5-medium {
8904
+ background-color: var(--bs-accent-5-medium);
8717
8905
  }
8718
- .bs-text-positive-medium {
8719
- color: var(--bs-positive-medium);
8906
+ .bs-text-accent-5-light {
8907
+ color: var(--bs-accent-5-light);
8720
8908
  }
8721
- .bs-bg-positive-medium {
8722
- background-color: var(--bs-positive-medium);
8909
+ .bs-bg-accent-5-light {
8910
+ background-color: var(--bs-accent-5-light);
8723
8911
  }
8724
- .bs-text-positive-light {
8725
- color: var(--bs-positive-light);
8912
+ .bs-text-accent-5-lightest {
8913
+ color: var(--bs-accent-5-lightest);
8726
8914
  }
8727
- .bs-bg-positive-light {
8728
- background-color: var(--bs-positive-light);
8915
+ .bs-bg-accent-5-lightest {
8916
+ background-color: var(--bs-accent-5-lightest);
8729
8917
  }
8730
- .bs-text-positive-lightest {
8731
- color: var(--bs-positive-lightest);
8918
+ .bs-text-accent-5-highlight {
8919
+ color: var(--bs-accent-5-highlight);
8732
8920
  }
8733
- .bs-bg-positive-lightest {
8734
- background-color: var(--bs-positive-lightest);
8921
+ .bs-bg-accent-5-highlight {
8922
+ background-color: var(--bs-accent-5-highlight);
8735
8923
  }
8736
- .bs-text-positive-highlight {
8737
- color: var(--bs-positive-highlight);
8924
+ .bs-text-accent-6-base {
8925
+ color: var(--bs-accent-6-base);
8738
8926
  }
8739
- .bs-bg-positive-highlight {
8740
- background-color: var(--bs-positive-highlight);
8927
+ .bs-bg-accent-6-base {
8928
+ background-color: var(--bs-accent-6-base);
8929
+ }
8930
+ .bs-text-accent-6-medium {
8931
+ color: var(--bs-accent-6-medium);
8741
8932
  }
8742
- .bs-text-ecomm-positive-base-fixed {
8743
- color: var(--bs-ecomm-positive-base-fixed);
8933
+ .bs-bg-accent-6-medium {
8934
+ background-color: var(--bs-accent-6-medium);
8744
8935
  }
8745
- .bs-bg-ecomm-positive-base-fixed {
8746
- background-color: var(--bs-ecomm-positive-base-fixed);
8936
+ .bs-text-accent-6-light {
8937
+ color: var(--bs-accent-6-light);
8747
8938
  }
8748
- .bs-text-ecomm-positive-base {
8749
- color: var(--bs-ecomm-positive-base);
8939
+ .bs-bg-accent-6-light {
8940
+ background-color: var(--bs-accent-6-light);
8750
8941
  }
8751
- .bs-bg-ecomm-positive-base {
8752
- background-color: var(--bs-ecomm-positive-base);
8942
+ .bs-text-accent-6-lightest {
8943
+ color: var(--bs-accent-6-lightest);
8753
8944
  }
8754
- .bs-text-ecomm-positive-medium {
8755
- color: var(--bs-ecomm-positive-medium);
8945
+ .bs-bg-accent-6-lightest {
8946
+ background-color: var(--bs-accent-6-lightest);
8756
8947
  }
8757
- .bs-bg-ecomm-positive-medium {
8758
- background-color: var(--bs-ecomm-positive-medium);
8948
+ .bs-text-accent-6-highlight {
8949
+ color: var(--bs-accent-6-highlight);
8759
8950
  }
8760
- .bs-text-ecomm-positive-light {
8761
- color: var(--bs-ecomm-positive-light);
8951
+ .bs-bg-accent-6-highlight {
8952
+ background-color: var(--bs-accent-6-highlight);
8762
8953
  }
8763
- .bs-bg-ecomm-positive-light {
8764
- background-color: var(--bs-ecomm-positive-light);
8954
+ .bs-text-accent-7-base {
8955
+ color: var(--bs-accent-7-base);
8765
8956
  }
8766
- .bs-text-ecomm-positive-lightest {
8767
- color: var(--bs-ecomm-positive-lightest);
8957
+ .bs-bg-accent-7-base {
8958
+ background-color: var(--bs-accent-7-base);
8768
8959
  }
8769
- .bs-bg-ecomm-positive-lightest {
8770
- background-color: var(--bs-ecomm-positive-lightest);
8960
+ .bs-text-accent-7-medium {
8961
+ color: var(--bs-accent-7-medium);
8771
8962
  }
8772
- .bs-text-ecomm-positive-highlight {
8773
- color: var(--bs-ecomm-positive-highlight);
8963
+ .bs-bg-accent-7-medium {
8964
+ background-color: var(--bs-accent-7-medium);
8774
8965
  }
8775
- .bs-bg-ecomm-positive-highlight {
8776
- background-color: var(--bs-ecomm-positive-highlight);
8966
+ .bs-text-accent-7-light {
8967
+ color: var(--bs-accent-7-light);
8777
8968
  }
8778
- .bs-text-warning-dark {
8779
- color: var(--bs-warning-dark);
8969
+ .bs-bg-accent-7-light {
8970
+ background-color: var(--bs-accent-7-light);
8780
8971
  }
8781
- .bs-bg-warning-dark {
8782
- background-color: var(--bs-warning-dark);
8972
+ .bs-text-accent-7-lightest {
8973
+ color: var(--bs-accent-7-lightest);
8974
+ }
8975
+ .bs-bg-accent-7-lightest {
8976
+ background-color: var(--bs-accent-7-lightest);
8977
+ }
8978
+ .bs-text-accent-7-highlight {
8979
+ color: var(--bs-accent-7-highlight);
8980
+ }
8981
+ .bs-bg-accent-7-highlight {
8982
+ background-color: var(--bs-accent-7-highlight);
8983
+ }
8984
+ /* Status Colors */
8985
+ .bs-text-positive-base {
8986
+ color: var(--bs-positive-base);
8987
+ }
8988
+ .bs-bg-positive-base {
8989
+ background-color: var(--bs-positive-base);
8990
+ }
8991
+ .bs-text-positive-medium {
8992
+ color: var(--bs-positive-medium);
8993
+ }
8994
+ .bs-bg-positive-medium {
8995
+ background-color: var(--bs-positive-medium);
8996
+ }
8997
+ .bs-text-positive-highlight {
8998
+ color: var(--bs-positive-highlight);
8999
+ }
9000
+ .bs-bg-positive-highlight {
9001
+ background-color: var(--bs-positive-highlight);
8783
9002
  }
8784
9003
  .bs-text-warning-base {
8785
9004
  color: var(--bs-warning-base);
@@ -8793,30 +9012,12 @@ a.bs-text-button {
8793
9012
  .bs-bg-warning-medium {
8794
9013
  background-color: var(--bs-warning-medium);
8795
9014
  }
8796
- .bs-text-warning-light {
8797
- color: var(--bs-warning-light);
8798
- }
8799
- .bs-bg-warning-light {
8800
- background-color: var(--bs-warning-light);
8801
- }
8802
- .bs-text-warning-lightest {
8803
- color: var(--bs-warning-lightest);
8804
- }
8805
- .bs-bg-warning-lightest {
8806
- background-color: var(--bs-warning-lightest);
8807
- }
8808
9015
  .bs-text-warning-highlight {
8809
9016
  color: var(--bs-warning-highlight);
8810
9017
  }
8811
9018
  .bs-bg-warning-highlight {
8812
9019
  background-color: var(--bs-warning-highlight);
8813
9020
  }
8814
- .bs-text-negative-dark {
8815
- color: var(--bs-negative-dark);
8816
- }
8817
- .bs-bg-negative-dark {
8818
- background-color: var(--bs-negative-dark);
8819
- }
8820
9021
  .bs-text-negative-base {
8821
9022
  color: var(--bs-negative-base);
8822
9023
  }
@@ -8829,18 +9030,6 @@ a.bs-text-button {
8829
9030
  .bs-bg-negative-medium {
8830
9031
  background-color: var(--bs-negative-medium);
8831
9032
  }
8832
- .bs-text-negative-light {
8833
- color: var(--bs-negative-light);
8834
- }
8835
- .bs-bg-negative-light {
8836
- background-color: var(--bs-negative-light);
8837
- }
8838
- .bs-text-negative-lightest {
8839
- color: var(--bs-negative-lightest);
8840
- }
8841
- .bs-bg-negative-lightest {
8842
- background-color: var(--bs-negative-lightest);
8843
- }
8844
9033
  .bs-text-negative-highlight {
8845
9034
  color: var(--bs-negative-highlight);
8846
9035
  }