@wwtdev/bsds-css 3.4.1 → 3.5.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,319 +2,420 @@
2
2
  .flow > * + * {
3
3
  margin-top: var(--flow-space, 1.25em);
4
4
  }
5
+
5
6
  .flow > :where(h1, h2, h3, h4, h5, h6) {
6
7
  --flow-space: 2em;
7
8
  }
9
+
8
10
  .flow > :where(hr) + * {
9
11
  --flow-space: 1.5em;
10
12
  }
13
+
11
14
  .flow > :where(h1, h2, h3, h4, h5, h6) + * {
12
15
  --flow-space: 0.5em;
13
16
  }
17
+
14
18
  .flow > :where(ul, ol) > :where(li) {
15
19
  margin-top: var(--flow-space, 0.625em);
16
20
  }
21
+
17
22
  /* -------------- Deprecated Ink Colors -------------- */
23
+
18
24
  /* Ink Blue (replaced by Ink Primary) */
19
25
  .bs-text-ink-blue {
20
26
  color: var(--bs-ink-blue);
21
27
  }
28
+
22
29
  .bs-bg-ink-blue {
23
30
  background-color: var(--bs-ink-blue);
24
31
  }
32
+
25
33
  /* Ink Orange (replaced by Ink Warning) */
26
34
  .bs-text-ink-orange {
27
35
  color: var(--bs-ink-orange);
28
36
  }
37
+
29
38
  .bs-bg-ink-orange {
30
39
  background-color: var(--bs-ink-orange);
31
40
  }
41
+
32
42
  /* Ink Pink (replaced by Ink Accent 3) */
33
43
  .bs-text-ink-pink {
34
44
  color: var(--bs-ink-pink);
35
45
  }
46
+
36
47
  .bs-bg-ink-pink {
37
48
  background-color: var(--bs-ink-pink);
38
49
  }
50
+
39
51
  /* Ink Plum (replaced by Ink Secondary) */
40
52
  .bs-text-ink-plum {
41
53
  color: var(--bs-ink-plum);
42
54
  }
55
+
43
56
  .bs-bg-ink-plum {
44
57
  background-color: var(--bs-ink-plum);
45
58
  }
59
+
46
60
  /* Ink Purple (replaced by Ink Positive) */
47
61
  .bs-text-ink-purple {
48
62
  color: var(--bs-ink-purple);
49
63
  }
64
+
50
65
  .bs-bg-ink-purple {
51
66
  background-color: var(--bs-ink-purple);
52
67
  }
68
+
53
69
  /* Ink Red (replaced by Ink Negative) */
54
70
  .bs-text-ink-red {
55
71
  color: var(--bs-ink-red);
56
72
  }
73
+
57
74
  .bs-bg-ink-red {
58
75
  background-color: var(--bs-ink-red);
59
76
  }
77
+
60
78
  /* Ink Royal (replaced by Ink Accent 1) */
61
79
  .bs-text-ink-royal {
62
80
  color: var(--bs-ink-royal);
63
81
  }
82
+
64
83
  .bs-bg-ink-royal {
65
84
  background-color: var(--bs-ink-royal);
66
85
  }
86
+
67
87
  /* Ink Violet (replaced by Ink Accent 2) */
68
88
  .bs-text-ink-violet {
69
89
  color: var(--bs-ink-violet);
70
90
  }
91
+
71
92
  .bs-bg-ink-violet {
72
93
  background-color: var(--bs-ink-violet);
73
94
  }
95
+
74
96
  /* Removed in v3 */
75
97
  .bs-text-ink-accent {
76
98
  color: var(--bs-ink-accent);
77
99
  }
100
+
78
101
  .bs-bg-ink-accent {
79
102
  background-color: var(--bs-ink-accent);
80
103
  }
104
+
81
105
  /* DEPRECATED (use --bs-primary instead) */
106
+
82
107
  .bs-text-blue-base {
83
108
  color: var(--bs-blue-base);
84
109
  }
110
+
85
111
  .bs-bg-blue-base {
86
112
  background-color: var(--bs-blue-base);
87
113
  }
114
+
88
115
  .bs-text-blue-medium {
89
116
  color: var(--bs-blue-medium);
90
117
  }
118
+
91
119
  .bs-bg-blue-medium {
92
120
  background-color: var(--bs-blue-medium);
93
121
  }
122
+
94
123
  .bs-text-blue-light {
95
124
  color: var(--bs-blue-light);
96
125
  }
126
+
97
127
  .bs-bg-blue-light {
98
128
  background-color: var(--bs-blue-light);
99
129
  }
130
+
100
131
  .bs-text-blue-lightest {
101
132
  color: var(--bs-blue-lightest);
102
133
  }
134
+
103
135
  .bs-bg-blue-lightest {
104
136
  background-color: var(--bs-blue-lightest);
105
137
  }
106
138
  /* DEPRECATED (use --bs-neutral instead) */
139
+
107
140
  .bs-text-gray-dark {
108
141
  color: var(--bs-gray-dark);
109
142
  }
143
+
110
144
  .bs-bg-gray-dark {
111
145
  background-color: var(--bs-gray-dark);
112
146
  }
147
+
113
148
  .bs-text-gray-base {
114
149
  color: var(--bs-gray-base);
115
150
  }
151
+
116
152
  .bs-bg-gray-base {
117
153
  background-color: var(--bs-gray-base);
118
154
  }
155
+
119
156
  .bs-text-gray-medium {
120
157
  color: var(--bs-gray-medium);
121
158
  }
159
+
122
160
  .bs-bg-gray-medium {
123
161
  background-color: var(--bs-gray-medium);
124
162
  }
163
+
125
164
  .bs-text-gray-light {
126
165
  color: var(--bs-gray-light);
127
166
  }
167
+
128
168
  .bs-bg-gray-light {
129
169
  background-color: var(--bs-gray-light);
130
170
  }
171
+
131
172
  .bs-text-gray-lightest {
132
173
  color: var(--bs-gray-lightest);
133
174
  }
175
+
134
176
  .bs-bg-gray-lightest {
135
177
  background-color: var(--bs-gray-lightest);
136
178
  }
137
179
  /* DEPRECATED (use --bs-accent-4 instead) */
180
+
138
181
  .bs-text-navy-base {
139
182
  color: var(--bs-navy-base);
140
183
  }
184
+
141
185
  .bs-bg-navy-base {
142
186
  background-color: var(--bs-navy-base);
143
187
  }
188
+
144
189
  .bs-text-navy-medium {
145
190
  color: var(--bs-navy-medium);
146
191
  }
192
+
147
193
  .bs-bg-navy-medium {
148
194
  background-color: var(--bs-navy-medium);
149
195
  }
196
+
150
197
  .bs-text-navy-light {
151
198
  color: var(--bs-navy-light);
152
199
  }
200
+
153
201
  .bs-bg-navy-light {
154
202
  background-color: var(--bs-navy-light);
155
203
  }
204
+
156
205
  .bs-text-navy-lightest {
157
206
  color: var(--bs-navy-lightest);
158
207
  }
208
+
159
209
  .bs-bg-navy-lightest {
160
210
  background-color: var(--bs-navy-lightest);
161
211
  }
162
212
  /* DEPRECATED (use --bs-warning instead) */
213
+
163
214
  .bs-text-warning {
164
215
  color: var(--bs-warning);
165
216
  }
217
+
166
218
  .bs-bg-warning {
167
219
  background-color: var(--bs-warning);
168
220
  }
221
+
169
222
  .bs-text-orange-base {
170
223
  color: var(--bs-orange-base);
171
224
  }
225
+
172
226
  .bs-bg-orange-base {
173
227
  background-color: var(--bs-orange-base);
174
228
  }
229
+
175
230
  .bs-text-orange-medium {
176
231
  color: var(--bs-orange-medium);
177
232
  }
233
+
178
234
  .bs-bg-orange-medium {
179
235
  background-color: var(--bs-orange-medium);
180
236
  }
237
+
181
238
  .bs-text-orange-light {
182
239
  color: var(--bs-orange-light);
183
240
  }
241
+
184
242
  .bs-bg-orange-light {
185
243
  background-color: var(--bs-orange-light);
186
244
  }
245
+
187
246
  .bs-text-orange-lightest {
188
247
  color: var(--bs-orange-lightest);
189
248
  }
249
+
190
250
  .bs-bg-orange-lightest {
191
251
  background-color: var(--bs-orange-lightest);
192
252
  }
193
253
  /* DEPRECATED (use --bs-accent-3 instead) */
254
+
194
255
  .bs-text-pink-base {
195
256
  color: var(--bs-pink-base);
196
257
  }
258
+
197
259
  .bs-bg-pink-base {
198
260
  background-color: var(--bs-pink-base);
199
261
  }
262
+
200
263
  .bs-text-pink-medium {
201
264
  color: var(--bs-pink-medium);
202
265
  }
266
+
203
267
  .bs-bg-pink-medium {
204
268
  background-color: var(--bs-pink-medium);
205
269
  }
270
+
206
271
  .bs-text-pink-light {
207
272
  color: var(--bs-pink-light);
208
273
  }
274
+
209
275
  .bs-bg-pink-light {
210
276
  background-color: var(--bs-pink-light);
211
277
  }
278
+
212
279
  .bs-text-pink-lightest {
213
280
  color: var(--bs-pink-lightest);
214
281
  }
282
+
215
283
  .bs-bg-pink-lightest {
216
284
  background-color: var(--bs-pink-lightest);
217
285
  }
218
286
  /* DEPRECATED (use --bs-secondary instead) */
287
+
219
288
  .bs-text-plum-base {
220
289
  color: var(--bs-plum-base);
221
290
  }
291
+
222
292
  .bs-bg-plum-base {
223
293
  background-color: var(--bs-plum-base);
224
294
  }
295
+
225
296
  .bs-text-plum-medium {
226
297
  color: var(--bs-plum-medium);
227
298
  }
299
+
228
300
  .bs-bg-plum-medium {
229
301
  background-color: var(--bs-plum-medium);
230
302
  }
303
+
231
304
  .bs-text-plum-light {
232
305
  color: var(--bs-plum-light);
233
306
  }
307
+
234
308
  .bs-bg-plum-light {
235
309
  background-color: var(--bs-plum-light);
236
310
  }
311
+
237
312
  .bs-text-plum-lightest {
238
313
  color: var(--bs-plum-lightest);
239
314
  }
315
+
240
316
  .bs-bg-plum-lightest {
241
317
  background-color: var(--bs-plum-lightest);
242
318
  }
243
319
  /* DEPRECATED (use --bs-negative instead) */
320
+
244
321
  .bs-text-red-base {
245
322
  color: var(--bs-red-base);
246
323
  }
324
+
247
325
  .bs-bg-red-base {
248
326
  background-color: var(--bs-red-base);
249
327
  }
328
+
250
329
  .bs-text-red-medium {
251
330
  color: var(--bs-red-medium);
252
331
  }
332
+
253
333
  .bs-bg-red-medium {
254
334
  background-color: var(--bs-red-medium);
255
335
  }
336
+
256
337
  .bs-text-red-light {
257
338
  color: var(--bs-red-light);
258
339
  }
340
+
259
341
  .bs-bg-red-light {
260
342
  background-color: var(--bs-red-light);
261
343
  }
344
+
262
345
  .bs-text-red-lightest {
263
346
  color: var(--bs-red-lightest);
264
347
  }
348
+
265
349
  .bs-bg-red-lightest {
266
350
  background-color: var(--bs-red-lightest);
267
351
  }
268
352
  /* DEPRECATED (use --bs-accent-1 instead) */
353
+
269
354
  .bs-text-royal-base {
270
355
  color: var(--bs-royal-base);
271
356
  }
357
+
272
358
  .bs-bg-royal-base {
273
359
  background-color: var(--bs-royal-base);
274
360
  }
361
+
275
362
  .bs-text-royal-medium {
276
363
  color: var(--bs-royal-medium);
277
364
  }
365
+
278
366
  .bs-bg-royal-medium {
279
367
  background-color: var(--bs-royal-medium);
280
368
  }
369
+
281
370
  .bs-text-royal-light {
282
371
  color: var(--bs-royal-light);
283
372
  }
373
+
284
374
  .bs-bg-royal-light {
285
375
  background-color: var(--bs-royal-light);
286
376
  }
377
+
287
378
  .bs-text-royal-lightest {
288
379
  color: var(--bs-royal-lightest);
289
380
  }
381
+
290
382
  .bs-bg-royal-lightest {
291
383
  background-color: var(--bs-royal-lightest);
292
384
  }
293
385
  /* DEPRECATED (use --bs-accent-2 instead) */
386
+
294
387
  .bs-text-violet-base {
295
388
  color: var(--bs-violet-base);
296
389
  }
390
+
297
391
  .bs-bg-violet-base {
298
392
  background-color: var(--bs-violet-base);
299
393
  }
394
+
300
395
  .bs-text-violet-medium {
301
396
  color: var(--bs-violet-medium);
302
397
  }
398
+
303
399
  .bs-bg-violet-medium {
304
400
  background-color: var(--bs-violet-medium);
305
401
  }
402
+
306
403
  .bs-text-violet-light {
307
404
  color: var(--bs-violet-light);
308
405
  }
406
+
309
407
  .bs-bg-violet-light {
310
408
  background-color: var(--bs-violet-light);
311
409
  }
410
+
312
411
  .bs-text-violet-lightest {
313
412
  color: var(--bs-violet-lightest);
314
413
  }
414
+
315
415
  .bs-bg-violet-lightest {
316
416
  background-color: var(--bs-violet-lightest);
317
417
  }
418
+
318
419
  .bs-visually-hidden {
319
420
  border: 0;
320
421
  clip: rect(0 0 0 0);
@@ -326,13 +427,28 @@
326
427
  white-space: nowrap;
327
428
  width: 1px;
328
429
  }
430
+ .bs-rounded-none {
431
+ border-radius: 0;
432
+ }
433
+
434
+ .bs-rounded-base {
435
+ border-radius: var(--bs-rounded-base);
436
+ }
437
+
438
+ .bs-rounded-half {
439
+ border-radius: var(--bs-rounded-half);
440
+ }
441
+
442
+ .bs-rounded-full {
443
+ border-radius: var(--bs-rounded-full);
444
+ }
329
445
  .bs-box {
330
446
  --bg-color: var(--bs-bg-medium-to-light);
331
447
  --border-color: transparent;
332
448
  --box-space: var(--bs-space-6);
333
449
  --text-color: var(--bs-ink-base);
334
450
  background: var(--bg-color);
335
- border-radius: 0.25rem;
451
+ border-radius: var(--bs-rounded-base);
336
452
  border: 1px solid var(--border-color);
337
453
  color: var(--text-color);
338
454
  padding-bottom: var(--box-space);
@@ -340,13 +456,16 @@
340
456
  padding-right: var(--box-space);
341
457
  padding-top: var(--box-space);
342
458
  }
459
+
343
460
  .bs-box:where([data-invert="true"]) {
344
461
  --bg-color: var(--bs-bg-invert-light);
345
462
  --text-color: var(--bs-ink-invert-base);
346
463
  }
464
+
347
465
  .bs-box:where([data-border="true"]) {
348
466
  --border-color: var(--bs-border-base);
349
467
  }
468
+
350
469
  /* Some input overrides */
351
470
  :where(.bs-box) :is(input, textarea, select):where(:focus-visible),
352
471
  :where(.bs-box) :is(.bs-input, .bs-textarea, .bs-select-deprecated):where(:focus-visible) {
@@ -356,6 +475,7 @@
356
475
  :where(.bs-box[data-invert="true"]) :is(.bs-input, .bs-textarea, .bs-select-deprecated):where(:focus-visible) {
357
476
  --offset-color: var(--bs-bg-invert-base);
358
477
  }
478
+
359
479
  /* Some pill overrides */
360
480
  :where(.bs-box[data-invert="true"]) .bs-pill {
361
481
  --pill-background: var(--bs-bg-invert-light);
@@ -370,6 +490,7 @@
370
490
  :where(:where(.dark, [data-theme="wwt-dark"], [data-theme="softchoice-dark"]) .bs-box[data-invert="true"]) :is(a, button).bs-pill:is(:hover, :focus) {
371
491
  --pill-border: var(--bs-accent-1-base);
372
492
  }
493
+
373
494
  /* Some switch overrides */
374
495
  :where(.bs-box) .bs-switch :where(input:focus-visible) + :where(span),
375
496
  :where(.bs-box) .bs-switch:where(:focus-visible) :where(button span) {
@@ -387,31 +508,39 @@
387
508
  gap: var(--cluster-space);
388
509
  justify-content: flex-start;
389
510
  }
511
+
390
512
  .bs-cluster:where([data-brick="true"]) > * {
391
513
  align-self: stretch;
392
514
  flex-grow: 1;
393
515
  }
516
+
394
517
  .bs-cluster:where([data-gap="tight"]) {
395
518
  --cluster-space: var(--bs-space-2);
396
519
  }
397
520
  .bs-box-shadow-low {
398
521
  box-shadow: var(--bs-shadow-contentLow);
399
522
  }
523
+
400
524
  .bs-box-shadow-low-center {
401
525
  box-shadow: var(--bs-shadow-contentLowCenter);
402
526
  }
527
+
403
528
  .bs-box-shadow-medium {
404
529
  box-shadow: var(--bs-shadow-contentMedium);
405
530
  }
531
+
406
532
  .bs-box-shadow-high {
407
533
  box-shadow: var(--bs-shadow-contentHigh);
408
534
  }
535
+
409
536
  .bs-box-shadow-left-panel {
410
537
  box-shadow: var(--bs-shadow-drawerLeft);
411
538
  }
539
+
412
540
  .bs-box-shadow-right-panel {
413
541
  box-shadow: var(--bs-shadow-drawerRight);
414
542
  }
543
+
415
544
  .bs-box-shadow-profile {
416
545
  box-shadow: var(--bs-shadow-profilePhoto);
417
546
  }
@@ -420,91 +549,109 @@
420
549
  font-weight: var(--bs-font-semibold);
421
550
  line-height: var(--bs-leading-lg);
422
551
  }
552
+
423
553
  .bs-text-sm {
424
554
  font-size: var(--bs-text-sm);
425
555
  font-weight: var(--bs-font-normal);
426
556
  line-height: var(--bs-leading-lg);
427
557
  }
558
+
428
559
  .bs-text-base {
429
560
  font-size: var(--bs-text-base);
430
561
  font-weight: var(--bs-font-normal);
431
562
  line-height: var(--bs-leading-lg);
432
563
  }
564
+
433
565
  .bs-text-md {
434
566
  font-size: var(--bs-text-base);
435
567
  font-weight: var(--bs-font-normal);
436
568
  line-height: var(--bs-leading-lg);
437
569
  }
570
+
438
571
  @media (min-width: 1166px) {
439
572
  .bs-text-md {
440
573
  font-size: var(--bs-text-md);
441
574
  }
442
575
  }
576
+
443
577
  .bs-text-lg {
444
578
  font-size: var(--bs-text-md);
445
579
  font-weight: var(--bs-font-normal);
446
580
  line-height: var(--bs-leading-regular);
447
581
  }
582
+
448
583
  @media (min-width: 1166px) {
449
584
  .bs-text-lg {
450
585
  font-size: var(--bs-text-lg);
451
586
  }
452
587
  }
588
+
453
589
  .bs-text-xl {
454
590
  font-size: var(--bs-text-lg);
455
591
  font-weight: var(--bs-font-normal);
456
592
  line-height: var(--bs-leading-sm);
457
593
  }
594
+
458
595
  @media (min-width: 1166px) {
459
596
  .bs-text-xl {
460
597
  font-size: var(--bs-text-xl);
461
598
  }
462
599
  }
600
+
463
601
  .bs-text-2xl {
464
602
  font-size: var(--bs-text-xl);
465
603
  font-weight: var(--bs-font-light);
466
604
  line-height: var(--bs-leading-sm);
467
605
  }
606
+
468
607
  @media (min-width: 1166px) {
469
608
  .bs-text-2xl {
470
609
  font-size: var(--bs-text-2xl);
471
610
  }
472
611
  }
612
+
473
613
  .bs-text-3xl {
474
614
  font-size: var(--bs-text-2xl);
475
615
  font-weight: var(--bs-font-light);
476
616
  line-height: var(--bs-leading-sm);
477
617
  }
618
+
478
619
  @media (min-width: 1166px) {
479
620
  .bs-text-3xl {
480
621
  font-size: var(--bs-text-3xl);
481
622
  }
482
623
  }
624
+
483
625
  .bs-text-4xl {
484
626
  font-size: var(--bs-text-3xl);
485
627
  font-weight: var(--bs-font-light);
486
628
  line-height: var(--bs-leading-sm);
487
629
  }
630
+
488
631
  @media (min-width: 1166px) {
489
632
  .bs-text-4xl {
490
633
  font-size: var(--bs-text-4xl);
491
634
  }
492
635
  }
636
+
493
637
  .bs-text-5xl {
494
638
  font-size: var(--bs-text-4xl);
495
639
  font-weight: var(--bs-font-light);
496
640
  line-height: var(--bs-leading-sm);
497
641
  }
642
+
498
643
  @media (min-width: 1166px) {
499
644
  .bs-text-5xl {
500
645
  font-size: var(--bs-text-5xl);
501
646
  }
502
647
  }
648
+
503
649
  .bs-text-6xl {
504
650
  font-size: var(--bs-text-5xl);
505
651
  font-weight: var(--bs-font-light);
506
652
  line-height: var(--bs-leading-sm);
507
653
  }
654
+
508
655
  @media (min-width: 1166px) {
509
656
  .bs-text-6xl {
510
657
  font-size: var(--bs-text-6xl);
@@ -513,6 +660,7 @@
513
660
  .bs-font-light {
514
661
  font-weight: var(--bs-font-light);
515
662
  }
663
+
516
664
  .bs-font-normal {
517
665
  font-weight: var(--bs-font-normal);
518
666
  }
@@ -522,12 +670,15 @@
522
670
  .bs-leading-none {
523
671
  line-height: var(--bs-leading-none);
524
672
  }
673
+
525
674
  .bs-leading-sm {
526
675
  line-height: var(--bs-leading-sm);
527
676
  }
677
+
528
678
  .bs-leading-regular {
529
679
  line-height: var(--bs-leading-regular);
530
680
  }
681
+
531
682
  .bs-leading-lg {
532
683
  line-height: var(--bs-leading-lg);
533
684
  }
@@ -538,31 +689,39 @@
538
689
  line-height: var(--bs-leading-lg);
539
690
  max-width: var(--prose-width);
540
691
  }
692
+
541
693
  @media (min-width: 1166px) {
542
694
  .bs-prose {
543
695
  font-size: var(--bs-text-md);
544
696
  }
545
697
  }
698
+
546
699
  .bs-prose:where([data-width="wide"]) {
547
700
  --prose-width: 90%;
548
701
  }
702
+
549
703
  .bs-prose:where([data-width="full"]) {
550
704
  --prose-width: 100%;
551
705
  }
706
+
552
707
  .bs-prose > * + * {
553
708
  --prose-space: 1.25em;
554
709
  margin-top: var(--prose-space);
555
710
  }
711
+
556
712
  /* Prose will use em to base space on element font-size */
557
713
  .bs-prose > :where(h1, h2, h3, h4, h5, h6) {
558
714
  --prose-space: 2em;
559
715
  }
716
+
560
717
  .bs-prose > :where(hr) + * {
561
718
  --prose-space: 1.5em;
562
719
  }
720
+
563
721
  .bs-prose > :where(h1, h2, h3, h4, h5, h6) + * {
564
722
  --prose-space: 0.5em;
565
723
  }
724
+
566
725
  .bs-prose > :where(ul, ol) > :where(li) {
567
726
  --prose-space: 0.625em;
568
727
  /* Set margin-top here since list items are not captured by the `* + *` selector */
@@ -573,36 +732,46 @@
573
732
  padding-top: var(--region-space);
574
733
  padding-bottom: var(--region-space);
575
734
  }
735
+
576
736
  .bs-region:where([data-space='sm']) {
577
737
  --region-space: var(--bs-space-3);
578
738
  }
739
+
579
740
  .bs-region:where([data-space='lg']) {
580
741
  --region-space: var(--bs-space-12);
581
742
  }
582
743
  .bs-transition-quick {
583
744
  transition-duration: var(--bs-transition-quick);
584
745
  }
746
+
585
747
  .bs-transition-fast {
586
748
  transition-duration: var(--bs-transition-fast);
587
749
  }
750
+
588
751
  .bs-transition-moderate {
589
752
  transition-duration: var(--bs-transition-moderate);
590
753
  }
754
+
591
755
  .bs-transition-medium {
592
756
  transition-duration: var(--bs-transition-medium);
593
757
  }
758
+
594
759
  .bs-transition-slow {
595
760
  transition-duration: var(--bs-transition-slow);
596
761
  }
762
+
597
763
  .bs-transition-leisurely {
598
764
  transition-duration: var(--bs-transition-leisurely);
599
765
  }
766
+
600
767
  .bs-transition-long {
601
768
  transition-duration: var(--bs-transition-long);
602
769
  }
770
+
603
771
  .bs-transition-ease {
604
772
  transition-timing-function: var(--bs-transition-ease);
605
773
  }
774
+
606
775
  .bs-transition-cubic {
607
776
  transition-timing-function: var(--bs-transition-cubic);
608
777
  }
@@ -618,99 +787,128 @@
618
787
  position: relative;
619
788
  width: 100%;
620
789
  }
790
+
621
791
  .bs-wrapper:where([data-flush="true"]) {
622
792
  padding-left: 0;
623
793
  padding-right: 0;
624
794
  }
795
+
625
796
  /* Colors last so that they override other utilities */
626
797
  /* Base Colors */
627
798
  .bs-bg-base {
628
799
  background-color: var(--bs-bg-base);
629
800
  }
801
+
630
802
  .bs-bg-light {
631
803
  background-color: var(--bs-bg-light);
632
804
  }
805
+
633
806
  .bs-bg-medium {
634
807
  background-color: var(--bs-bg-medium);
635
808
  }
809
+
636
810
  .bs-bg-disabled {
637
811
  background-color: var(--bs-bg-disabled);
638
812
  }
813
+
639
814
  .bs-bg-invert-base {
640
815
  background-color: var(--bs-bg-invert-base);
641
816
  }
817
+
642
818
  .bs-bg-invert-medium {
643
819
  background-color: var(--bs-bg-invert-medium);
644
820
  }
821
+
645
822
  .bs-bg-invert-light {
646
823
  background-color: var(--bs-bg-invert-light);
647
824
  }
825
+
648
826
  .bs-bg-base-to-light {
649
827
  background-color: var(--bs-bg-base-to-light);
650
828
  }
829
+
651
830
  .bs-bg-base-to-medium {
652
831
  background-color: var(--bs-bg-base-to-medium);
653
832
  }
833
+
654
834
  .bs-bg-medium-to-base {
655
835
  background-color: var(--bs-bg-medium-to-base);
656
836
  }
837
+
657
838
  .bs-bg-medium-to-light {
658
839
  background-color: var(--bs-bg-medium-to-light);
659
840
  }
841
+
660
842
  .bs-bg-light-to-base {
661
843
  background-color: var(--bs-bg-light-to-base);
662
844
  }
845
+
663
846
  .bs-bg-light-to-medium {
664
847
  background-color: var(--bs-bg-light-to-medium);
665
848
  }
666
849
  .bs-border-base {
667
850
  border-color: var(--bs-border-base);
668
851
  }
852
+
669
853
  .bs-border-medium {
670
854
  border-color: var(--bs-border-medium);
671
855
  }
856
+
672
857
  .bs-border-light {
673
858
  border-color: var(--bs-border-light);
674
859
  }
860
+
675
861
  .bs-border-dark {
676
862
  border-color: var(--bs-border-dark);
677
863
  }
864
+
678
865
  .bs-border-medium-to-light {
679
866
  border-color: var(--bs-border-medium-to-light);
680
867
  }
868
+
681
869
  .bs-border-input {
682
870
  border-color: var(--bs-border-input);
683
871
  }
872
+
684
873
  .bs-border-active {
685
874
  border-color: var(--bs-border-active);
686
875
  }
876
+
687
877
  .bs-border-error {
688
878
  border-color: var(--bs-border-error);
689
879
  }
690
880
  .bs-text-transparent {
691
881
  color: var(--bs-transparent);
692
882
  }
883
+
693
884
  .bs-bg-transparent {
694
885
  background-color: var(--bs-transparent);
695
886
  }
887
+
696
888
  .bs-border-transparent {
697
889
  border-color: var(--bs-transparent);
698
890
  }
891
+
699
892
  .bs-text-inherit {
700
893
  color: var(--bs-inherit);
701
894
  }
895
+
702
896
  .bs-bg-inherit {
703
897
  background-color: var(--bs-inherit);
704
898
  }
899
+
705
900
  .bs-border-inherit {
706
901
  border-color: var(--bs-inherit);
707
902
  }
903
+
708
904
  .bs-text-current {
709
905
  color: var(--bs-current);
710
906
  }
907
+
711
908
  .bs-bg-current {
712
909
  background-color: var(--bs-current);
713
910
  }
911
+
714
912
  .bs-border-current {
715
913
  border-color: var(--bs-current);
716
914
  }
@@ -723,554 +921,724 @@
723
921
  var(--bs-gradient-atom-ai-border) border-box;
724
922
  border: 2px solid transparent;
725
923
  }
924
+
726
925
  .bs-bg-atom-ai {
727
926
  background-image: var(--bs-gradient-atom-ai-bg);
728
927
  }
928
+
729
929
  /* Basic Gradients */
730
930
  .bs-bg-gradient-dark {
731
931
  background: var(--bs-gradient-dark);
732
932
  }
933
+
733
934
  .bs-bg-gradient-light {
734
935
  background: var(--bs-gradient-light);
735
936
  }
937
+
736
938
  .bs-bg-gradient-line {
737
939
  background: var(--bs-gradient-line);
738
940
  }
941
+
739
942
  /* Light Blue / Gray Gradients */
740
943
  .bs-bg-gradient-light-blue-transparent {
741
944
  background: var(--bs-gradient-light-blue-transparent);
742
945
  }
946
+
743
947
  .bs-bg-gradient-light-blue-opaque {
744
948
  background: var(--bs-gradient-light-blue-opaque);
745
949
  }
950
+
746
951
  .bs-bg-gradient-light-gray {
747
952
  background: var(--bs-gradient-light-gray);
748
953
  }
954
+
749
955
  /* Blue Gradients */
750
956
  /* Top */
751
957
  .bs-bg-gradient-blue-top-left {
752
958
  background: var(--bs-gradient-blue-top-left);
753
959
  }
960
+
754
961
  .bs-bg-gradient-blue-top-center {
755
962
  background: var(--bs-gradient-blue-top-center);
756
963
  }
964
+
757
965
  .bs-bg-gradient-blue-top-right {
758
966
  background: var(--bs-gradient-blue-top-right);
759
967
  }
968
+
760
969
  /* Mid */
761
970
  .bs-bg-gradient-blue-mid-left {
762
971
  background: var(--bs-gradient-blue-mid-left);
763
972
  }
973
+
764
974
  .bs-bg-gradient-blue-mid-right {
765
975
  background: var(--bs-gradient-blue-mid-right);
766
976
  }
977
+
767
978
  /* Center */
768
979
  .bs-bg-gradient-blue-center {
769
980
  background: var(--bs-gradient-blue-center);
770
981
  }
982
+
771
983
  /* Bottom */
772
984
  .bs-bg-gradient-blue-bottom-left {
773
985
  background: var(--bs-gradient-blue-bottom-left);
774
986
  }
987
+
775
988
  .bs-bg-gradient-blue-bottom-center {
776
989
  background: var(--bs-gradient-blue-bottom-center);
777
990
  }
991
+
778
992
  .bs-bg-gradient-blue-bottom-right {
779
993
  background: var(--bs-gradient-blue-bottom-right);
780
994
  }
995
+
781
996
  /* Softchoice Gradients */
782
997
  .bs-bg-gradient-softchoice-light {
783
998
  background: var(--bs-gradient-softchoice-light);
784
999
  }
1000
+
785
1001
  .bs-bg-gradient-softchoice-dark {
786
1002
  background: var(--bs-gradient-softchoice-dark);
787
1003
  }
788
1004
  .bs-text-ink-base {
789
1005
  color: var(--bs-ink-base);
790
1006
  }
1007
+
791
1008
  .bs-bg-ink-base {
792
1009
  background-color: var(--bs-ink-base);
793
1010
  }
1011
+
794
1012
  .bs-text-ink-medium {
795
1013
  color: var(--bs-ink-medium);
796
1014
  }
1015
+
797
1016
  .bs-bg-ink-medium {
798
1017
  background-color: var(--bs-ink-medium);
799
1018
  }
1019
+
800
1020
  .bs-text-ink-light {
801
1021
  color: var(--bs-ink-light);
802
1022
  }
1023
+
803
1024
  .bs-bg-ink-light {
804
1025
  background-color: var(--bs-ink-light);
805
1026
  }
1027
+
806
1028
  .bs-text-ink-disabled {
807
1029
  color: var(--bs-ink-disabled);
808
1030
  }
1031
+
809
1032
  .bs-bg-ink-disabled {
810
1033
  background-color: var(--bs-ink-disabled);
811
1034
  }
1035
+
812
1036
  .bs-text-ink-invert-base {
813
1037
  color: var(--bs-ink-invert-base);
814
1038
  }
1039
+
815
1040
  .bs-bg-ink-invert-base {
816
1041
  background-color: var(--bs-ink-invert-base);
817
1042
  }
1043
+
818
1044
  .bs-text-ink-invert-medium {
819
1045
  color: var(--bs-ink-invert-medium);
820
1046
  }
1047
+
821
1048
  .bs-bg-ink-invert-medium {
822
1049
  background-color: var(--bs-ink-invert-medium);
823
1050
  }
1051
+
824
1052
  .bs-text-ink-invert-light {
825
1053
  color: var(--bs-ink-invert-light);
826
1054
  }
1055
+
827
1056
  .bs-bg-ink-invert-light {
828
1057
  background-color: var(--bs-ink-invert-light);
829
1058
  }
1059
+
830
1060
  .bs-text-ink-primary {
831
1061
  color: var(--bs-ink-primary);
832
1062
  }
1063
+
833
1064
  .bs-bg-ink-primary {
834
1065
  background-color: var(--bs-ink-primary);
835
1066
  }
1067
+
836
1068
  .bs-text-ink-secondary {
837
1069
  color: var(--bs-ink-secondary);
838
1070
  }
1071
+
839
1072
  .bs-bg-ink-secondary {
840
1073
  background-color: var(--bs-ink-secondary);
841
1074
  }
1075
+
842
1076
  .bs-text-ink-accent-1 {
843
1077
  color: var(--bs-ink-accent-1);
844
1078
  }
1079
+
845
1080
  .bs-bg-ink-accent-1 {
846
1081
  background-color: var(--bs-ink-accent-1);
847
1082
  }
1083
+
848
1084
  .bs-text-ink-accent-2 {
849
1085
  color: var(--bs-ink-accent-2);
850
1086
  }
1087
+
851
1088
  .bs-bg-ink-accent-2 {
852
1089
  background-color: var(--bs-ink-accent-2);
853
1090
  }
1091
+
854
1092
  .bs-text-ink-accent-3 {
855
1093
  color: var(--bs-ink-accent-3);
856
1094
  }
1095
+
857
1096
  .bs-bg-ink-accent-3 {
858
1097
  background-color: var(--bs-ink-accent-3);
859
1098
  }
1099
+
860
1100
  .bs-text-ink-negative {
861
1101
  color: var(--bs-ink-negative);
862
1102
  }
1103
+
863
1104
  .bs-bg-ink-negative {
864
1105
  background-color: var(--bs-ink-negative);
865
1106
  }
1107
+
866
1108
  .bs-text-ink-positive {
867
1109
  color: var(--bs-ink-positive);
868
1110
  }
1111
+
869
1112
  .bs-bg-ink-positive {
870
1113
  background-color: var(--bs-ink-positive);
871
1114
  }
1115
+
872
1116
  .bs-text-ink-warning {
873
1117
  color: var(--bs-ink-warning);
874
1118
  }
1119
+
875
1120
  .bs-bg-ink-warning {
876
1121
  background-color: var(--bs-ink-warning);
877
1122
  }
1123
+
878
1124
  .bs-text-ink-white {
879
1125
  color: var(--bs-ink-white);
880
1126
  }
1127
+
881
1128
  .bs-bg-ink-white {
882
1129
  background-color: var(--bs-ink-white);
883
1130
  }
1131
+
884
1132
  /* Brand Colors */
1133
+
885
1134
  .bs-text-primary-base-fixed {
886
1135
  color: var(--bs-primary-base-fixed);
887
1136
  }
1137
+
888
1138
  .bs-bg-primary-base-fixed {
889
1139
  background-color: var(--bs-primary-base-fixed);
890
1140
  }
1141
+
891
1142
  .bs-text-primary-base {
892
1143
  color: var(--bs-primary-base);
893
1144
  }
1145
+
894
1146
  .bs-bg-primary-base {
895
1147
  background-color: var(--bs-primary-base);
896
1148
  }
1149
+
897
1150
  .bs-text-primary-medium {
898
1151
  color: var(--bs-primary-medium);
899
1152
  }
1153
+
900
1154
  .bs-bg-primary-medium {
901
1155
  background-color: var(--bs-primary-medium);
902
1156
  }
1157
+
903
1158
  .bs-text-primary-light {
904
1159
  color: var(--bs-primary-light);
905
1160
  }
1161
+
906
1162
  .bs-bg-primary-light {
907
1163
  background-color: var(--bs-primary-light);
908
1164
  }
1165
+
909
1166
  .bs-text-primary-lightest {
910
1167
  color: var(--bs-primary-lightest);
911
1168
  }
1169
+
912
1170
  .bs-bg-primary-lightest {
913
1171
  background-color: var(--bs-primary-lightest);
914
1172
  }
1173
+
915
1174
  .bs-text-primary-highlight {
916
1175
  color: var(--bs-primary-highlight);
917
1176
  }
1177
+
918
1178
  .bs-bg-primary-highlight {
919
1179
  background-color: var(--bs-primary-highlight);
920
1180
  }
921
1181
  .bs-text-secondary-base-fixed {
922
1182
  color: var(--bs-secondary-base-fixed);
923
1183
  }
1184
+
924
1185
  .bs-bg-secondary-base-fixed {
925
1186
  background-color: var(--bs-secondary-base-fixed);
926
1187
  }
1188
+
927
1189
  .bs-text-secondary-base {
928
1190
  color: var(--bs-secondary-base);
929
1191
  }
1192
+
930
1193
  .bs-bg-secondary-base {
931
1194
  background-color: var(--bs-secondary-base);
932
1195
  }
1196
+
933
1197
  .bs-text-secondary-medium {
934
1198
  color: var(--bs-secondary-medium);
935
1199
  }
1200
+
936
1201
  .bs-bg-secondary-medium {
937
1202
  background-color: var(--bs-secondary-medium);
938
1203
  }
1204
+
939
1205
  .bs-text-secondary-light {
940
1206
  color: var(--bs-secondary-light);
941
1207
  }
1208
+
942
1209
  .bs-bg-secondary-light {
943
1210
  background-color: var(--bs-secondary-light);
944
1211
  }
1212
+
945
1213
  .bs-text-secondary-lightest {
946
1214
  color: var(--bs-secondary-lightest);
947
1215
  }
1216
+
948
1217
  .bs-bg-secondary-lightest {
949
1218
  background-color: var(--bs-secondary-lightest);
950
1219
  }
1220
+
951
1221
  .bs-text-secondary-highlight {
952
1222
  color: var(--bs-secondary-highlight);
953
1223
  }
1224
+
954
1225
  .bs-bg-secondary-highlight {
955
1226
  background-color: var(--bs-secondary-highlight);
956
1227
  }
957
1228
  .bs-text-neutral-dark {
958
1229
  color: var(--bs-neutral-dark);
959
1230
  }
1231
+
960
1232
  .bs-bg-neutral-dark {
961
1233
  background-color: var(--bs-neutral-dark);
962
1234
  }
1235
+
963
1236
  .bs-text-neutral-base {
964
1237
  color: var(--bs-neutral-base);
965
1238
  }
1239
+
966
1240
  .bs-bg-neutral-base {
967
1241
  background-color: var(--bs-neutral-base);
968
1242
  }
1243
+
969
1244
  .bs-text-neutral-medium {
970
1245
  color: var(--bs-neutral-medium);
971
1246
  }
1247
+
972
1248
  .bs-bg-neutral-medium {
973
1249
  background-color: var(--bs-neutral-medium);
974
1250
  }
1251
+
975
1252
  .bs-text-neutral-light {
976
1253
  color: var(--bs-neutral-light);
977
1254
  }
1255
+
978
1256
  .bs-bg-neutral-light {
979
1257
  background-color: var(--bs-neutral-light);
980
1258
  }
1259
+
981
1260
  .bs-text-neutral-lightest {
982
1261
  color: var(--bs-neutral-lightest);
983
1262
  }
1263
+
984
1264
  .bs-bg-neutral-lightest {
985
1265
  background-color: var(--bs-neutral-lightest);
986
1266
  }
987
1267
  /* Accent Colors */
1268
+
988
1269
  .bs-text-accent-1-base-fixed {
989
1270
  color: var(--bs-accent-1-base-fixed);
990
1271
  }
1272
+
991
1273
  .bs-bg-accent-1-base-fixed {
992
1274
  background-color: var(--bs-accent-1-base-fixed);
993
1275
  }
1276
+
994
1277
  .bs-text-accent-1-base {
995
1278
  color: var(--bs-accent-1-base);
996
1279
  }
1280
+
997
1281
  .bs-bg-accent-1-base {
998
1282
  background-color: var(--bs-accent-1-base);
999
1283
  }
1284
+
1000
1285
  .bs-text-accent-1-medium {
1001
1286
  color: var(--bs-accent-1-medium);
1002
1287
  }
1288
+
1003
1289
  .bs-bg-accent-1-medium {
1004
1290
  background-color: var(--bs-accent-1-medium);
1005
1291
  }
1292
+
1006
1293
  .bs-text-accent-1-light {
1007
1294
  color: var(--bs-accent-1-light);
1008
1295
  }
1296
+
1009
1297
  .bs-bg-accent-1-light {
1010
1298
  background-color: var(--bs-accent-1-light);
1011
1299
  }
1300
+
1012
1301
  .bs-text-accent-1-lightest {
1013
1302
  color: var(--bs-accent-1-lightest);
1014
1303
  }
1304
+
1015
1305
  .bs-bg-accent-1-lightest {
1016
1306
  background-color: var(--bs-accent-1-lightest);
1017
1307
  }
1308
+
1018
1309
  .bs-text-accent-1-highlight {
1019
1310
  color: var(--bs-accent-1-highlight);
1020
1311
  }
1312
+
1021
1313
  .bs-bg-accent-1-highlight {
1022
1314
  background-color: var(--bs-accent-1-highlight);
1023
1315
  }
1024
1316
  .bs-text-accent-2-base-fixed {
1025
1317
  color: var(--bs-accent-2-base-fixed);
1026
1318
  }
1319
+
1027
1320
  .bs-bg-accent-2-base-fixed {
1028
1321
  background-color: var(--bs-accent-2-base-fixed);
1029
1322
  }
1323
+
1030
1324
  .bs-text-accent-2-base {
1031
1325
  color: var(--bs-accent-2-base);
1032
1326
  }
1327
+
1033
1328
  .bs-bg-accent-2-base {
1034
1329
  background-color: var(--bs-accent-2-base);
1035
1330
  }
1331
+
1036
1332
  .bs-text-accent-2-medium {
1037
1333
  color: var(--bs-accent-2-medium);
1038
1334
  }
1335
+
1039
1336
  .bs-bg-accent-2-medium {
1040
1337
  background-color: var(--bs-accent-2-medium);
1041
1338
  }
1339
+
1042
1340
  .bs-text-accent-2-light {
1043
1341
  color: var(--bs-accent-2-light);
1044
1342
  }
1343
+
1045
1344
  .bs-bg-accent-2-light {
1046
1345
  background-color: var(--bs-accent-2-light);
1047
1346
  }
1347
+
1048
1348
  .bs-text-accent-2-lightest {
1049
1349
  color: var(--bs-accent-2-lightest);
1050
1350
  }
1351
+
1051
1352
  .bs-bg-accent-2-lightest {
1052
1353
  background-color: var(--bs-accent-2-lightest);
1053
1354
  }
1355
+
1054
1356
  .bs-text-accent-2-highlight {
1055
1357
  color: var(--bs-accent-2-highlight);
1056
1358
  }
1359
+
1057
1360
  .bs-bg-accent-2-highlight {
1058
1361
  background-color: var(--bs-accent-2-highlight);
1059
1362
  }
1060
1363
  .bs-text-accent-3-base-fixed {
1061
1364
  color: var(--bs-accent-3-base-fixed);
1062
1365
  }
1366
+
1063
1367
  .bs-bg-accent-3-base-fixed {
1064
1368
  background-color: var(--bs-accent-3-base-fixed);
1065
1369
  }
1370
+
1066
1371
  .bs-text-accent-3-base {
1067
1372
  color: var(--bs-accent-3-base);
1068
1373
  }
1374
+
1069
1375
  .bs-bg-accent-3-base {
1070
1376
  background-color: var(--bs-accent-3-base);
1071
1377
  }
1378
+
1072
1379
  .bs-text-accent-3-medium {
1073
1380
  color: var(--bs-accent-3-medium);
1074
1381
  }
1382
+
1075
1383
  .bs-bg-accent-3-medium {
1076
1384
  background-color: var(--bs-accent-3-medium);
1077
1385
  }
1386
+
1078
1387
  .bs-text-accent-3-light {
1079
1388
  color: var(--bs-accent-3-light);
1080
1389
  }
1390
+
1081
1391
  .bs-bg-accent-3-light {
1082
1392
  background-color: var(--bs-accent-3-light);
1083
1393
  }
1394
+
1084
1395
  .bs-text-accent-3-lightest {
1085
1396
  color: var(--bs-accent-3-lightest);
1086
1397
  }
1398
+
1087
1399
  .bs-bg-accent-3-lightest {
1088
1400
  background-color: var(--bs-accent-3-lightest);
1089
1401
  }
1402
+
1090
1403
  .bs-text-accent-3-highlight {
1091
1404
  color: var(--bs-accent-3-highlight);
1092
1405
  }
1406
+
1093
1407
  .bs-bg-accent-3-highlight {
1094
1408
  background-color: var(--bs-accent-3-highlight);
1095
1409
  }
1096
1410
  .bs-text-accent-4-base-fixed {
1097
1411
  color: var(--bs-accent-4-base-fixed);
1098
1412
  }
1413
+
1099
1414
  .bs-bg-accent-4-base-fixed {
1100
1415
  background-color: var(--bs-accent-4-base-fixed);
1101
1416
  }
1417
+
1102
1418
  .bs-text-accent-4-base {
1103
1419
  color: var(--bs-accent-4-base);
1104
1420
  }
1421
+
1105
1422
  .bs-bg-accent-4-base {
1106
1423
  background-color: var(--bs-accent-4-base);
1107
1424
  }
1425
+
1108
1426
  .bs-text-accent-4-medium {
1109
1427
  color: var(--bs-accent-4-medium);
1110
1428
  }
1429
+
1111
1430
  .bs-bg-accent-4-medium {
1112
1431
  background-color: var(--bs-accent-4-medium);
1113
1432
  }
1433
+
1114
1434
  .bs-text-accent-4-light {
1115
1435
  color: var(--bs-accent-4-light);
1116
1436
  }
1437
+
1117
1438
  .bs-bg-accent-4-light {
1118
1439
  background-color: var(--bs-accent-4-light);
1119
1440
  }
1441
+
1120
1442
  .bs-text-accent-4-lightest {
1121
1443
  color: var(--bs-accent-4-lightest);
1122
1444
  }
1445
+
1123
1446
  .bs-bg-accent-4-lightest {
1124
1447
  background-color: var(--bs-accent-4-lightest);
1125
1448
  }
1449
+
1126
1450
  .bs-text-accent-4-highlight {
1127
1451
  color: var(--bs-accent-4-highlight);
1128
1452
  }
1453
+
1129
1454
  .bs-bg-accent-4-highlight {
1130
1455
  background-color: var(--bs-accent-4-highlight);
1131
1456
  }
1132
1457
  .bs-text-accent-5-base {
1133
1458
  color: var(--bs-accent-5-base);
1134
1459
  }
1460
+
1135
1461
  .bs-bg-accent-5-base {
1136
1462
  background-color: var(--bs-accent-5-base);
1137
1463
  }
1464
+
1138
1465
  .bs-text-accent-5-medium {
1139
1466
  color: var(--bs-accent-5-medium);
1140
1467
  }
1468
+
1141
1469
  .bs-bg-accent-5-medium {
1142
1470
  background-color: var(--bs-accent-5-medium);
1143
1471
  }
1472
+
1144
1473
  .bs-text-accent-5-light {
1145
1474
  color: var(--bs-accent-5-light);
1146
1475
  }
1476
+
1147
1477
  .bs-bg-accent-5-light {
1148
1478
  background-color: var(--bs-accent-5-light);
1149
1479
  }
1480
+
1150
1481
  .bs-text-accent-5-lightest {
1151
1482
  color: var(--bs-accent-5-lightest);
1152
1483
  }
1484
+
1153
1485
  .bs-bg-accent-5-lightest {
1154
1486
  background-color: var(--bs-accent-5-lightest);
1155
1487
  }
1488
+
1156
1489
  .bs-text-accent-5-highlight {
1157
1490
  color: var(--bs-accent-5-highlight);
1158
1491
  }
1492
+
1159
1493
  .bs-bg-accent-5-highlight {
1160
1494
  background-color: var(--bs-accent-5-highlight);
1161
1495
  }
1162
1496
  .bs-text-accent-6-base {
1163
1497
  color: var(--bs-accent-6-base);
1164
1498
  }
1499
+
1165
1500
  .bs-bg-accent-6-base {
1166
1501
  background-color: var(--bs-accent-6-base);
1167
1502
  }
1503
+
1168
1504
  .bs-text-accent-6-medium {
1169
1505
  color: var(--bs-accent-6-medium);
1170
1506
  }
1507
+
1171
1508
  .bs-bg-accent-6-medium {
1172
1509
  background-color: var(--bs-accent-6-medium);
1173
1510
  }
1511
+
1174
1512
  .bs-text-accent-6-light {
1175
1513
  color: var(--bs-accent-6-light);
1176
1514
  }
1515
+
1177
1516
  .bs-bg-accent-6-light {
1178
1517
  background-color: var(--bs-accent-6-light);
1179
1518
  }
1519
+
1180
1520
  .bs-text-accent-6-lightest {
1181
1521
  color: var(--bs-accent-6-lightest);
1182
1522
  }
1523
+
1183
1524
  .bs-bg-accent-6-lightest {
1184
1525
  background-color: var(--bs-accent-6-lightest);
1185
1526
  }
1527
+
1186
1528
  .bs-text-accent-6-highlight {
1187
1529
  color: var(--bs-accent-6-highlight);
1188
1530
  }
1531
+
1189
1532
  .bs-bg-accent-6-highlight {
1190
1533
  background-color: var(--bs-accent-6-highlight);
1191
1534
  }
1192
1535
  .bs-text-accent-7-base {
1193
1536
  color: var(--bs-accent-7-base);
1194
1537
  }
1538
+
1195
1539
  .bs-bg-accent-7-base {
1196
1540
  background-color: var(--bs-accent-7-base);
1197
1541
  }
1542
+
1198
1543
  .bs-text-accent-7-medium {
1199
1544
  color: var(--bs-accent-7-medium);
1200
1545
  }
1546
+
1201
1547
  .bs-bg-accent-7-medium {
1202
1548
  background-color: var(--bs-accent-7-medium);
1203
1549
  }
1550
+
1204
1551
  .bs-text-accent-7-light {
1205
1552
  color: var(--bs-accent-7-light);
1206
1553
  }
1554
+
1207
1555
  .bs-bg-accent-7-light {
1208
1556
  background-color: var(--bs-accent-7-light);
1209
1557
  }
1558
+
1210
1559
  .bs-text-accent-7-lightest {
1211
1560
  color: var(--bs-accent-7-lightest);
1212
1561
  }
1562
+
1213
1563
  .bs-bg-accent-7-lightest {
1214
1564
  background-color: var(--bs-accent-7-lightest);
1215
1565
  }
1566
+
1216
1567
  .bs-text-accent-7-highlight {
1217
1568
  color: var(--bs-accent-7-highlight);
1218
1569
  }
1570
+
1219
1571
  .bs-bg-accent-7-highlight {
1220
1572
  background-color: var(--bs-accent-7-highlight);
1221
1573
  }
1222
1574
  /* Status Colors */
1575
+
1223
1576
  .bs-text-positive-base {
1224
1577
  color: var(--bs-positive-base);
1225
1578
  }
1579
+
1226
1580
  .bs-bg-positive-base {
1227
1581
  background-color: var(--bs-positive-base);
1228
1582
  }
1583
+
1229
1584
  .bs-text-positive-medium {
1230
1585
  color: var(--bs-positive-medium);
1231
1586
  }
1587
+
1232
1588
  .bs-bg-positive-medium {
1233
1589
  background-color: var(--bs-positive-medium);
1234
1590
  }
1591
+
1235
1592
  .bs-text-positive-highlight {
1236
1593
  color: var(--bs-positive-highlight);
1237
1594
  }
1595
+
1238
1596
  .bs-bg-positive-highlight {
1239
1597
  background-color: var(--bs-positive-highlight);
1240
1598
  }
1241
1599
  .bs-text-warning-base {
1242
1600
  color: var(--bs-warning-base);
1243
1601
  }
1602
+
1244
1603
  .bs-bg-warning-base {
1245
1604
  background-color: var(--bs-warning-base);
1246
1605
  }
1606
+
1247
1607
  .bs-text-warning-medium {
1248
1608
  color: var(--bs-warning-medium);
1249
1609
  }
1610
+
1250
1611
  .bs-bg-warning-medium {
1251
1612
  background-color: var(--bs-warning-medium);
1252
1613
  }
1614
+
1253
1615
  .bs-text-warning-highlight {
1254
1616
  color: var(--bs-warning-highlight);
1255
1617
  }
1618
+
1256
1619
  .bs-bg-warning-highlight {
1257
1620
  background-color: var(--bs-warning-highlight);
1258
1621
  }
1259
1622
  .bs-text-negative-base {
1260
1623
  color: var(--bs-negative-base);
1261
1624
  }
1625
+
1262
1626
  .bs-bg-negative-base {
1263
1627
  background-color: var(--bs-negative-base);
1264
1628
  }
1629
+
1265
1630
  .bs-text-negative-medium {
1266
1631
  color: var(--bs-negative-medium);
1267
1632
  }
1633
+
1268
1634
  .bs-bg-negative-medium {
1269
1635
  background-color: var(--bs-negative-medium);
1270
1636
  }
1637
+
1271
1638
  .bs-text-negative-highlight {
1272
1639
  color: var(--bs-negative-highlight);
1273
1640
  }
1641
+
1274
1642
  .bs-bg-negative-highlight {
1275
1643
  background-color: var(--bs-negative-highlight);
1276
1644
  }