@dialpad/dialtone 7.23.0 → 7.24.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.
@@ -631,7 +631,7 @@ body {
631
631
  --badge-color-background: var(--theme-mention-color-background);
632
632
  }
633
633
  .d-badge--ai {
634
- --badge-color-text: var(--white);
634
+ --badge-color-text: var(--theme-mention-color-foreground);
635
635
  --badge-color-background: var(--magenta-300);
636
636
  background-image: var(--badge-color-background-ai);
637
637
  }
@@ -7388,45 +7388,56 @@ body.theme-dark .d\:d-bgc-black-600 {
7388
7388
  .d-fc-black-500,
7389
7389
  .h\:d-fc-black-500:hover,
7390
7390
  .f\:d-fc-black-500:focus,
7391
- .d-fc-muted,
7392
- .h\:d-fc-muted:hover,
7393
- .f\:d-fc-muted:focus,
7394
- .f\:d-fc-muted:focus-within,
7395
- .fv\:d-fc-muted.focus-visible.js-focus-visible,
7396
- .js-focus-visible .fv\:d-fc-muted.focus-visible,
7397
7391
  .d-fc-placeholder,
7398
7392
  .h\:d-fc-placeholder:hover,
7399
7393
  .f\:d-fc-placeholder:focus,
7400
7394
  .f\:d-fc-placeholder:focus-within,
7401
7395
  .fv\:d-fc-placeholder.focus-visible.js-focus-visible,
7402
7396
  .js-focus-visible .fv\:d-fc-placeholder.focus-visible,
7397
+ .d-fc-placeholder-inverted,
7398
+ .h\:d-fc-placeholder-inverted:hover,
7399
+ .f\:d-fc-placeholder-inverted:focus,
7400
+ .f\:d-fc-placeholder-inverted:focus-within,
7401
+ .fv\:d-fc-placeholder-inverted.focus-visible.js-focus-visible,
7402
+ .js-focus-visible .fv\:d-fc-placeholder-inverted.focus-visible,
7403
7403
  .d-fc-disabled,
7404
7404
  .h\:d-fc-disabled:hover,
7405
7405
  .f\:d-fc-disabled:focus,
7406
7406
  .f\:d-fc-disabled:focus-within,
7407
7407
  .fv\:d-fc-disabled.focus-visible.js-focus-visible,
7408
- .js-focus-visible .fv\:d-fc-disabled.focus-visible {
7408
+ .js-focus-visible .fv\:d-fc-disabled.focus-visible,
7409
+ .d-fc-disabled-inverted,
7410
+ .h\:d-fc-disabled-inverted:hover,
7411
+ .f\:d-fc-disabled-inverted:focus,
7412
+ .f\:d-fc-disabled-inverted:focus-within,
7413
+ .fv\:d-fc-disabled-inverted.focus-visible.js-focus-visible,
7414
+ .js-focus-visible .fv\:d-fc-disabled-inverted.focus-visible {
7409
7415
  --fco: 100%;
7410
7416
  color: hsla(var(--black-500-h) var(--black-500-s) var(--black-500-l) / var(--fco)) !important;
7411
7417
  }
7412
7418
  .d-fc-black-500,
7413
7419
  .h\:d-fc-black-500:hover,
7414
7420
  .f\:d-fc-black-500:focus,
7415
- .d-fc-muted,
7416
- .h\:d-fc-muted:hover,
7417
- .f\:d-fc-muted:focus,
7418
- .f\:d-fc-muted:focus-within,
7419
- .fv\:d-fc-muted:focus-visible,
7420
7421
  .d-fc-placeholder,
7421
7422
  .h\:d-fc-placeholder:hover,
7422
7423
  .f\:d-fc-placeholder:focus,
7423
7424
  .f\:d-fc-placeholder:focus-within,
7424
7425
  .fv\:d-fc-placeholder:focus-visible,
7426
+ .d-fc-placeholder-inverted,
7427
+ .h\:d-fc-placeholder-inverted:hover,
7428
+ .f\:d-fc-placeholder-inverted:focus,
7429
+ .f\:d-fc-placeholder-inverted:focus-within,
7430
+ .fv\:d-fc-placeholder-inverted:focus-visible,
7425
7431
  .d-fc-disabled,
7426
7432
  .h\:d-fc-disabled:hover,
7427
7433
  .f\:d-fc-disabled:focus,
7428
7434
  .f\:d-fc-disabled:focus-within,
7429
- .fv\:d-fc-disabled:focus-visible {
7435
+ .fv\:d-fc-disabled:focus-visible,
7436
+ .d-fc-disabled-inverted,
7437
+ .h\:d-fc-disabled-inverted:hover,
7438
+ .f\:d-fc-disabled-inverted:focus,
7439
+ .f\:d-fc-disabled-inverted:focus-within,
7440
+ .fv\:d-fc-disabled-inverted:focus-visible {
7430
7441
  --fco: 100%;
7431
7442
  color: hsla(var(--black-500-h) var(--black-500-s) var(--black-500-l) / var(--fco)) !important;
7432
7443
  }
@@ -7760,7 +7771,13 @@ body.theme-dark .d\:d-bgc-black-300 {
7760
7771
  .f\:fc-secondary-inverted:focus,
7761
7772
  .f\:fc-secondary-inverted:focus-within,
7762
7773
  .fv\:fc-secondary-inverted.focus-visible.js-focus-visible,
7763
- .js-focus-visible .fv\:fc-secondary-inverted.focus-visible {
7774
+ .js-focus-visible .fv\:fc-secondary-inverted.focus-visible,
7775
+ .d-fc-muted-inverted,
7776
+ .h\:d-fc-muted-inverted:hover,
7777
+ .f\:d-fc-muted-inverted:focus,
7778
+ .f\:d-fc-muted-inverted:focus-within,
7779
+ .fv\:d-fc-muted-inverted.focus-visible.js-focus-visible,
7780
+ .js-focus-visible .fv\:d-fc-muted-inverted.focus-visible {
7764
7781
  --fco: 100%;
7765
7782
  color: hsla(var(--black-200-h) var(--black-200-s) var(--black-200-l) / var(--fco)) !important;
7766
7783
  }
@@ -7771,7 +7788,12 @@ body.theme-dark .d\:d-bgc-black-300 {
7771
7788
  .h\:fc-secondary-inverted:hover,
7772
7789
  .f\:fc-secondary-inverted:focus,
7773
7790
  .f\:fc-secondary-inverted:focus-within,
7774
- .fv\:fc-secondary-inverted:focus-visible {
7791
+ .fv\:fc-secondary-inverted:focus-visible,
7792
+ .d-fc-muted-inverted,
7793
+ .h\:d-fc-muted-inverted:hover,
7794
+ .f\:d-fc-muted-inverted:focus,
7795
+ .f\:d-fc-muted-inverted:focus-within,
7796
+ .fv\:d-fc-muted-inverted:focus-visible {
7775
7797
  --fco: 100%;
7776
7798
  color: hsla(var(--black-200-h) var(--black-200-s) var(--black-200-l) / var(--fco)) !important;
7777
7799
  }
@@ -10272,7 +10294,24 @@ body.theme-dark .d\:d-bgc-gold-200 {
10272
10294
  }
10273
10295
  .d-fc-gold-100,
10274
10296
  .h\:d-fc-gold-100:hover,
10275
- .f\:d-fc-gold-100:focus {
10297
+ .f\:d-fc-gold-100:focus,
10298
+ .d-fc-warning-inverted,
10299
+ .h\:d-fc-warning-inverted:hover,
10300
+ .f\:d-fc-warning-inverted:focus,
10301
+ .f\:d-fc-warning-inverted:focus-within,
10302
+ .fv\:d-fc-warning-inverted.focus-visible.js-focus-visible,
10303
+ .js-focus-visible .fv\:d-fc-warning-inverted.focus-visible {
10304
+ --fco: 100%;
10305
+ color: hsla(var(--gold-100-h) var(--gold-100-s) var(--gold-100-l) / var(--fco)) !important;
10306
+ }
10307
+ .d-fc-gold-100,
10308
+ .h\:d-fc-gold-100:hover,
10309
+ .f\:d-fc-gold-100:focus,
10310
+ .d-fc-warning-inverted,
10311
+ .h\:d-fc-warning-inverted:hover,
10312
+ .f\:d-fc-warning-inverted:focus,
10313
+ .f\:d-fc-warning-inverted:focus-within,
10314
+ .fv\:d-fc-warning-inverted:focus-visible {
10276
10315
  --fco: 100%;
10277
10316
  color: hsla(var(--gold-100-h) var(--gold-100-s) var(--gold-100-l) / var(--fco)) !important;
10278
10317
  }
@@ -10835,7 +10874,24 @@ body.theme-dark .d\:d-bgc-red-300 {
10835
10874
  }
10836
10875
  .d-fc-red-200,
10837
10876
  .h\:d-fc-red-200:hover,
10838
- .f\:d-fc-red-200:focus {
10877
+ .f\:d-fc-red-200:focus,
10878
+ .d-fc-critical-inverted,
10879
+ .h\:d-fc-critical-inverted:hover,
10880
+ .f\:d-fc-critical-inverted:focus,
10881
+ .f\:d-fc-critical-inverted:focus-within,
10882
+ .fv\:d-fc-critical-inverted.focus-visible.js-focus-visible,
10883
+ .js-focus-visible .fv\:d-fc-critical-inverted.focus-visible {
10884
+ --fco: 100%;
10885
+ color: hsla(var(--red-200-h) var(--red-200-s) var(--red-200-l) / var(--fco)) !important;
10886
+ }
10887
+ .d-fc-red-200,
10888
+ .h\:d-fc-red-200:hover,
10889
+ .f\:d-fc-red-200:focus,
10890
+ .d-fc-critical-inverted,
10891
+ .h\:d-fc-critical-inverted:hover,
10892
+ .f\:d-fc-critical-inverted:focus,
10893
+ .f\:d-fc-critical-inverted:focus-within,
10894
+ .fv\:d-fc-critical-inverted:focus-visible {
10839
10895
  --fco: 100%;
10840
10896
  color: hsla(var(--red-200-h) var(--red-200-s) var(--red-200-l) / var(--fco)) !important;
10841
10897
  }
@@ -11487,7 +11543,33 @@ body.theme-dark .d\:d-bgc-green-300 {
11487
11543
  }
11488
11544
  .d-fc-green-200,
11489
11545
  .h\:d-fc-green-200:hover,
11490
- .f\:d-fc-green-200:focus {
11546
+ .f\:d-fc-green-200:focus,
11547
+ .d-fc-success-inverted,
11548
+ .h\:d-fc-success-inverted:hover,
11549
+ .f\:d-fc-success-inverted:focus,
11550
+ .f\:d-fc-success-inverted:focus-within,
11551
+ .fv\:d-fc-success-inverted.focus-visible.js-focus-visible,
11552
+ .js-focus-visible .fv\:d-fc-success-inverted.focus-visible,
11553
+ .h\:d-fc-success-inverted:hover,
11554
+ .f\:d-fc-success-inverted:focus,
11555
+ .f\:d-fc-success-inverted:focus-within,
11556
+ .fv\:d-fc-success-inverted.focus-visible.js-focus-visible,
11557
+ .js-focus-visible .fv\:d-fc-success-inverted.focus-visible {
11558
+ --fco: 100%;
11559
+ color: hsla(var(--green-200-h) var(--green-200-s) var(--green-200-l) / var(--fco)) !important;
11560
+ }
11561
+ .d-fc-green-200,
11562
+ .h\:d-fc-green-200:hover,
11563
+ .f\:d-fc-green-200:focus,
11564
+ .d-fc-success-inverted,
11565
+ .h\:d-fc-success-inverted:hover,
11566
+ .f\:d-fc-success-inverted:focus,
11567
+ .f\:d-fc-success-inverted:focus-within,
11568
+ .fv\:d-fc-success-inverted:focus-visible,
11569
+ .h\:d-fc-success-inverted:hover,
11570
+ .f\:d-fc-success-inverted:focus,
11571
+ .f\:d-fc-success-inverted:focus-within,
11572
+ .fv\:d-fc-success-inverted:focus-visible {
11491
11573
  --fco: 100%;
11492
11574
  color: hsla(var(--green-200-h) var(--green-200-s) var(--green-200-l) / var(--fco)) !important;
11493
11575
  }
@@ -13140,7 +13222,24 @@ body.theme-dark .d\:d-bgc-black-900 {
13140
13222
  }
13141
13223
  .d-fc-black-800,
13142
13224
  .h\:d-fc-black-800:hover,
13143
- .f\:d-fc-black-800:focus {
13225
+ .f\:d-fc-black-800:focus,
13226
+ .d-fc-muted,
13227
+ .h\:d-fc-muted:hover,
13228
+ .f\:d-fc-muted:focus,
13229
+ .f\:d-fc-muted:focus-within,
13230
+ .fv\:d-fc-muted.focus-visible.js-focus-visible,
13231
+ .js-focus-visible .fv\:d-fc-muted.focus-visible {
13232
+ --fco: 100%;
13233
+ color: hsla(var(--black-800-h) var(--black-800-s) var(--black-800-l) / var(--fco)) !important;
13234
+ }
13235
+ .d-fc-black-800,
13236
+ .h\:d-fc-black-800:hover,
13237
+ .f\:d-fc-black-800:focus,
13238
+ .d-fc-muted,
13239
+ .h\:d-fc-muted:hover,
13240
+ .f\:d-fc-muted:focus,
13241
+ .f\:d-fc-muted:focus-within,
13242
+ .fv\:d-fc-muted:focus-visible {
13144
13243
  --fco: 100%;
13145
13244
  color: hsla(var(--black-800-h) var(--black-800-s) var(--black-800-l) / var(--fco)) !important;
13146
13245
  }
@@ -13386,6 +13485,45 @@ body.theme-dark .d\:d-bgc-black-700 {
13386
13485
  .fv\:d-fc-muted:focus-visible {
13387
13486
  --fco: 50%;
13388
13487
  }
13488
+ .d-fc-muted-inverted {
13489
+ --fco: 60%;
13490
+ }
13491
+ .h\:d-fc-muted-inverted:hover {
13492
+ --fco: 60%;
13493
+ }
13494
+ .f\:d-fc-muted-inverted:focus {
13495
+ --fco: 60%;
13496
+ }
13497
+ .f\:d-fc-muted-inverted:focus-within {
13498
+ --fco: 60%;
13499
+ }
13500
+ .fv\:d-fc-muted-inverted.focus-visible.js-focus-visible, .js-focus-visible .fv\:d-fc-muted-inverted.focus-visible {
13501
+ --fco: 60%;
13502
+ }
13503
+ .fv\:d-fc-muted-inverted:focus-visible {
13504
+ --fco: 60%;
13505
+ }
13506
+ .d-fc-success-strong-inverted {
13507
+ color: var(--fc-success-strong-inverted);
13508
+ }
13509
+ .d-fc-critical-strong-inverted {
13510
+ color: var(--fc-critical-strong-inverted);
13511
+ }
13512
+ .h\:d-fc-critical-strong-inverted:hover {
13513
+ color: var(--fc-critical-strong-inverted);
13514
+ }
13515
+ .f\:d-fc-critical-strong-inverted:focus {
13516
+ color: var(--fc-critical-strong-inverted);
13517
+ }
13518
+ .f\:d-fc-critical-strong-inverted:focus-within {
13519
+ color: var(--fc-critical-strong-inverted);
13520
+ }
13521
+ .fv\:d-fc-critical-strong-inverted.focus-visible.js-focus-visible, .js-focus-visible .fv\:d-fc-critical-strong-inverted.focus-visible {
13522
+ color: var(--fc-critical-strong-inverted);
13523
+ }
13524
+ .fv\:d-fc-critical-strong-inverted:focus-visible {
13525
+ color: var(--fc-critical-strong-inverted);
13526
+ }
13389
13527
  .d-fc-current {
13390
13528
  color: currentColor !important;
13391
13529
  }
@@ -14064,6 +14202,24 @@ body.theme-dark .d\:d-bgc-black-700 {
14064
14202
  .fv\:d-bc-critical:focus-visible {
14065
14203
  border-color: var(--bc-critical) !important;
14066
14204
  }
14205
+ .d-bc-critical-inverted {
14206
+ border-color: var(--bc-critical-inverted) !important;
14207
+ }
14208
+ .h\:d-bc-critical-inverted:hover {
14209
+ border-color: var(--bc-critical-inverted) !important;
14210
+ }
14211
+ .f\:d-bc-critical-inverted:focus {
14212
+ border-color: var(--bc-critical-inverted) !important;
14213
+ }
14214
+ .f\:d-bc-critical-inverted:focus-within {
14215
+ border-color: var(--bc-critical-inverted) !important;
14216
+ }
14217
+ .fv\:d-bc-critical-inverted.focus-visible.js-focus-visible, .js-focus-visible .fv\:d-bc-critical-inverted.focus-visible {
14218
+ border-color: var(--bc-critical-inverted) !important;
14219
+ }
14220
+ .fv\:d-bc-critical-inverted:focus-visible {
14221
+ border-color: var(--bc-critical-inverted) !important;
14222
+ }
14067
14223
  .d-bc-critical-subtle {
14068
14224
  border-color: var(--bc-critical-subtle) !important;
14069
14225
  }
@@ -14082,6 +14238,24 @@ body.theme-dark .d\:d-bgc-black-700 {
14082
14238
  .fv\:d-bc-critical-subtle:focus-visible {
14083
14239
  border-color: var(--bc-critical-subtle) !important;
14084
14240
  }
14241
+ .d-bc-critical-subtle-inverted {
14242
+ border-color: var(--bc-critical-subtle-inverted) !important;
14243
+ }
14244
+ .h\:d-bc-critical-subtle-inverted:hover {
14245
+ border-color: var(--bc-critical-subtle-inverted) !important;
14246
+ }
14247
+ .f\:d-bc-critical-subtle-inverted:focus {
14248
+ border-color: var(--bc-critical-subtle-inverted) !important;
14249
+ }
14250
+ .f\:d-bc-critical-subtle-inverted:focus-within {
14251
+ border-color: var(--bc-critical-subtle-inverted) !important;
14252
+ }
14253
+ .fv\:d-bc-critical-subtle-inverted.focus-visible.js-focus-visible, .js-focus-visible .fv\:d-bc-critical-subtle-inverted.focus-visible {
14254
+ border-color: var(--bc-critical-subtle-inverted) !important;
14255
+ }
14256
+ .fv\:d-bc-critical-subtle-inverted:focus-visible {
14257
+ border-color: var(--bc-critical-subtle-inverted) !important;
14258
+ }
14085
14259
  .d-bc-critical-strong {
14086
14260
  border-color: var(--bc-critical-strong) !important;
14087
14261
  }
@@ -14100,6 +14274,24 @@ body.theme-dark .d\:d-bgc-black-700 {
14100
14274
  .fv\:d-bc-critical-strong:focus-visible {
14101
14275
  border-color: var(--bc-critical-strong) !important;
14102
14276
  }
14277
+ .d-bc-critical-strong-inverted {
14278
+ border-color: var(--bc-critical-strong-inverted) !important;
14279
+ }
14280
+ .h\:d-bc-critical-strong-inverted:hover {
14281
+ border-color: var(--bc-critical-strong-inverted) !important;
14282
+ }
14283
+ .f\:d-bc-critical-strong-inverted:focus {
14284
+ border-color: var(--bc-critical-strong-inverted) !important;
14285
+ }
14286
+ .f\:d-bc-critical-strong-inverted:focus-within {
14287
+ border-color: var(--bc-critical-strong-inverted) !important;
14288
+ }
14289
+ .fv\:d-bc-critical-strong-inverted.focus-visible.js-focus-visible, .js-focus-visible .fv\:d-bc-critical-strong-inverted.focus-visible {
14290
+ border-color: var(--bc-critical-strong-inverted) !important;
14291
+ }
14292
+ .fv\:d-bc-critical-strong-inverted:focus-visible {
14293
+ border-color: var(--bc-critical-strong-inverted) !important;
14294
+ }
14103
14295
  .d-bc-success {
14104
14296
  border-color: var(--bc-success) !important;
14105
14297
  }
@@ -14118,6 +14310,24 @@ body.theme-dark .d\:d-bgc-black-700 {
14118
14310
  .fv\:d-bc-success:focus-visible {
14119
14311
  border-color: var(--bc-success) !important;
14120
14312
  }
14313
+ .d-bc-success-inverted {
14314
+ border-color: var(--bc-success-inverted) !important;
14315
+ }
14316
+ .h\:d-bc-success-inverted:hover {
14317
+ border-color: var(--bc-success-inverted) !important;
14318
+ }
14319
+ .f\:d-bc-success-inverted:focus {
14320
+ border-color: var(--bc-success-inverted) !important;
14321
+ }
14322
+ .f\:d-bc-success-inverted:focus-within {
14323
+ border-color: var(--bc-success-inverted) !important;
14324
+ }
14325
+ .fv\:d-bc-success-inverted.focus-visible.js-focus-visible, .js-focus-visible .fv\:d-bc-success-inverted.focus-visible {
14326
+ border-color: var(--bc-success-inverted) !important;
14327
+ }
14328
+ .fv\:d-bc-success-inverted:focus-visible {
14329
+ border-color: var(--bc-success-inverted) !important;
14330
+ }
14121
14331
  .d-bc-success-subtle {
14122
14332
  border-color: var(--bc-success-subtle) !important;
14123
14333
  }
@@ -14136,6 +14346,24 @@ body.theme-dark .d\:d-bgc-black-700 {
14136
14346
  .fv\:d-bc-success-subtle:focus-visible {
14137
14347
  border-color: var(--bc-success-subtle) !important;
14138
14348
  }
14349
+ .d-bc-success-subtle-inverted {
14350
+ border-color: var(--bc-success-subtle-inverted) !important;
14351
+ }
14352
+ .h\:d-bc-success-subtle-inverted:hover {
14353
+ border-color: var(--bc-success-subtle-inverted) !important;
14354
+ }
14355
+ .f\:d-bc-success-subtle-inverted:focus {
14356
+ border-color: var(--bc-success-subtle-inverted) !important;
14357
+ }
14358
+ .f\:d-bc-success-subtle-inverted:focus-within {
14359
+ border-color: var(--bc-success-subtle-inverted) !important;
14360
+ }
14361
+ .fv\:d-bc-success-subtle-inverted.focus-visible.js-focus-visible, .js-focus-visible .fv\:d-bc-success-subtle-inverted.focus-visible {
14362
+ border-color: var(--bc-success-subtle-inverted) !important;
14363
+ }
14364
+ .fv\:d-bc-success-subtle-inverted:focus-visible {
14365
+ border-color: var(--bc-success-subtle-inverted) !important;
14366
+ }
14139
14367
  .d-bc-success-strong {
14140
14368
  border-color: var(--bc-success-strong) !important;
14141
14369
  }
@@ -14154,6 +14382,24 @@ body.theme-dark .d\:d-bgc-black-700 {
14154
14382
  .fv\:d-bc-success-strong:focus-visible {
14155
14383
  border-color: var(--bc-success-strong) !important;
14156
14384
  }
14385
+ .d-bc-success-strong-inverted {
14386
+ border-color: var(--bc-success-strong-inverted) !important;
14387
+ }
14388
+ .h\:d-bc-success-strong-inverted:hover {
14389
+ border-color: var(--bc-success-strong-inverted) !important;
14390
+ }
14391
+ .f\:d-bc-success-strong-inverted:focus {
14392
+ border-color: var(--bc-success-strong-inverted) !important;
14393
+ }
14394
+ .f\:d-bc-success-strong-inverted:focus-within {
14395
+ border-color: var(--bc-success-strong-inverted) !important;
14396
+ }
14397
+ .fv\:d-bc-success-strong-inverted.focus-visible.js-focus-visible, .js-focus-visible .fv\:d-bc-success-strong-inverted.focus-visible {
14398
+ border-color: var(--bc-success-strong-inverted) !important;
14399
+ }
14400
+ .fv\:d-bc-success-strong-inverted:focus-visible {
14401
+ border-color: var(--bc-success-strong-inverted) !important;
14402
+ }
14157
14403
  .d-bc-warning {
14158
14404
  border-color: var(--bc-warning) !important;
14159
14405
  }
@@ -14172,6 +14418,24 @@ body.theme-dark .d\:d-bgc-black-700 {
14172
14418
  .fv\:d-bc-warning:focus-visible {
14173
14419
  border-color: var(--bc-warning) !important;
14174
14420
  }
14421
+ .d-bc-warning-inverted {
14422
+ border-color: var(--bc-warning-inverted) !important;
14423
+ }
14424
+ .h\:d-bc-warning-inverted:hover {
14425
+ border-color: var(--bc-warning-inverted) !important;
14426
+ }
14427
+ .f\:d-bc-warning-inverted:focus {
14428
+ border-color: var(--bc-warning-inverted) !important;
14429
+ }
14430
+ .f\:d-bc-warning-inverted:focus-within {
14431
+ border-color: var(--bc-warning-inverted) !important;
14432
+ }
14433
+ .fv\:d-bc-warning-inverted.focus-visible.js-focus-visible, .js-focus-visible .fv\:d-bc-warning-inverted.focus-visible {
14434
+ border-color: var(--bc-warning-inverted) !important;
14435
+ }
14436
+ .fv\:d-bc-warning-inverted:focus-visible {
14437
+ border-color: var(--bc-warning-inverted) !important;
14438
+ }
14175
14439
  .d-bc-warning-subtle {
14176
14440
  border-color: var(--bc-warning-subtle) !important;
14177
14441
  }
@@ -14190,6 +14454,24 @@ body.theme-dark .d\:d-bgc-black-700 {
14190
14454
  .fv\:d-bc-warning-subtle:focus-visible {
14191
14455
  border-color: var(--bc-warning-subtle) !important;
14192
14456
  }
14457
+ .d-bc-warning-subtle-inverted {
14458
+ border-color: var(--bc-warning-subtle-inverted) !important;
14459
+ }
14460
+ .h\:d-bc-warning-subtle-inverted:hover {
14461
+ border-color: var(--bc-warning-subtle-inverted) !important;
14462
+ }
14463
+ .f\:d-bc-warning-subtle-inverted:focus {
14464
+ border-color: var(--bc-warning-subtle-inverted) !important;
14465
+ }
14466
+ .f\:d-bc-warning-subtle-inverted:focus-within {
14467
+ border-color: var(--bc-warning-subtle-inverted) !important;
14468
+ }
14469
+ .fv\:d-bc-warning-subtle-inverted.focus-visible.js-focus-visible, .js-focus-visible .fv\:d-bc-warning-subtle-inverted.focus-visible {
14470
+ border-color: var(--bc-warning-subtle-inverted) !important;
14471
+ }
14472
+ .fv\:d-bc-warning-subtle-inverted:focus-visible {
14473
+ border-color: var(--bc-warning-subtle-inverted) !important;
14474
+ }
14193
14475
  .d-bc-warning-strong {
14194
14476
  border-color: var(--bc-warning-strong) !important;
14195
14477
  }
@@ -14208,6 +14490,24 @@ body.theme-dark .d\:d-bgc-black-700 {
14208
14490
  .fv\:d-bc-warning-strong:focus-visible {
14209
14491
  border-color: var(--bc-warning-strong) !important;
14210
14492
  }
14493
+ .d-bc-warning-strong-inverted {
14494
+ border-color: var(--bc-warning-strong-inverted) !important;
14495
+ }
14496
+ .h\:d-bc-warning-strong-inverted:hover {
14497
+ border-color: var(--bc-warning-strong-inverted) !important;
14498
+ }
14499
+ .f\:d-bc-warning-strong-inverted:focus {
14500
+ border-color: var(--bc-warning-strong-inverted) !important;
14501
+ }
14502
+ .f\:d-bc-warning-strong-inverted:focus-within {
14503
+ border-color: var(--bc-warning-strong-inverted) !important;
14504
+ }
14505
+ .fv\:d-bc-warning-strong-inverted.focus-visible.js-focus-visible, .js-focus-visible .fv\:d-bc-warning-strong-inverted.focus-visible {
14506
+ border-color: var(--bc-warning-strong-inverted) !important;
14507
+ }
14508
+ .fv\:d-bc-warning-strong-inverted:focus-visible {
14509
+ border-color: var(--bc-warning-strong-inverted) !important;
14510
+ }
14211
14511
  .d-bc-brand {
14212
14512
  border-color: var(--bc-brand) !important;
14213
14513
  }
@@ -14226,6 +14526,24 @@ body.theme-dark .d\:d-bgc-black-700 {
14226
14526
  .fv\:d-bc-brand:focus-visible {
14227
14527
  border-color: var(--bc-brand) !important;
14228
14528
  }
14529
+ .d-bc-brand-inverted {
14530
+ border-color: var(--bc-brand-inverted) !important;
14531
+ }
14532
+ .h\:d-bc-brand-inverted:hover {
14533
+ border-color: var(--bc-brand-inverted) !important;
14534
+ }
14535
+ .f\:d-bc-brand-inverted:focus {
14536
+ border-color: var(--bc-brand-inverted) !important;
14537
+ }
14538
+ .f\:d-bc-brand-inverted:focus-within {
14539
+ border-color: var(--bc-brand-inverted) !important;
14540
+ }
14541
+ .fv\:d-bc-brand-inverted.focus-visible.js-focus-visible, .js-focus-visible .fv\:d-bc-brand-inverted.focus-visible {
14542
+ border-color: var(--bc-brand-inverted) !important;
14543
+ }
14544
+ .fv\:d-bc-brand-inverted:focus-visible {
14545
+ border-color: var(--bc-brand-inverted) !important;
14546
+ }
14229
14547
  .d-bc-brand-subtle {
14230
14548
  border-color: var(--bc-brand-subtle) !important;
14231
14549
  }
@@ -14244,6 +14562,24 @@ body.theme-dark .d\:d-bgc-black-700 {
14244
14562
  .fv\:d-bc-brand-subtle:focus-visible {
14245
14563
  border-color: var(--bc-brand-subtle) !important;
14246
14564
  }
14565
+ .d-bc-brand-subtle-inverted {
14566
+ border-color: var(--bc-brand-subtle-inverted) !important;
14567
+ }
14568
+ .h\:d-bc-brand-subtle-inverted:hover {
14569
+ border-color: var(--bc-brand-subtle-inverted) !important;
14570
+ }
14571
+ .f\:d-bc-brand-subtle-inverted:focus {
14572
+ border-color: var(--bc-brand-subtle-inverted) !important;
14573
+ }
14574
+ .f\:d-bc-brand-subtle-inverted:focus-within {
14575
+ border-color: var(--bc-brand-subtle-inverted) !important;
14576
+ }
14577
+ .fv\:d-bc-brand-subtle-inverted.focus-visible.js-focus-visible, .js-focus-visible .fv\:d-bc-brand-subtle-inverted.focus-visible {
14578
+ border-color: var(--bc-brand-subtle-inverted) !important;
14579
+ }
14580
+ .fv\:d-bc-brand-subtle-inverted:focus-visible {
14581
+ border-color: var(--bc-brand-subtle-inverted) !important;
14582
+ }
14247
14583
  .d-bc-brand-strong {
14248
14584
  border-color: var(--bc-brand-strong) !important;
14249
14585
  }
@@ -14262,6 +14598,42 @@ body.theme-dark .d\:d-bgc-black-700 {
14262
14598
  .fv\:d-bc-brand-strong:focus-visible {
14263
14599
  border-color: var(--bc-brand-strong) !important;
14264
14600
  }
14601
+ .d-bc-brand-strong-inverted {
14602
+ border-color: var(--bc-brand-strong-inverted) !important;
14603
+ }
14604
+ .h\:d-bc-brand-strong-inverted:hover {
14605
+ border-color: var(--bc-brand-strong-inverted) !important;
14606
+ }
14607
+ .f\:d-bc-brand-strong-inverted:focus {
14608
+ border-color: var(--bc-brand-strong-inverted) !important;
14609
+ }
14610
+ .f\:d-bc-brand-strong-inverted:focus-within {
14611
+ border-color: var(--bc-brand-strong-inverted) !important;
14612
+ }
14613
+ .fv\:d-bc-brand-strong-inverted.focus-visible.js-focus-visible, .js-focus-visible .fv\:d-bc-brand-strong-inverted.focus-visible {
14614
+ border-color: var(--bc-brand-strong-inverted) !important;
14615
+ }
14616
+ .fv\:d-bc-brand-strong-inverted:focus-visible {
14617
+ border-color: var(--bc-brand-strong-inverted) !important;
14618
+ }
14619
+ .d-bc-accent {
14620
+ border-color: var(--bc-accent) !important;
14621
+ }
14622
+ .h\:d-bc-accent:hover {
14623
+ border-color: var(--bc-accent) !important;
14624
+ }
14625
+ .f\:d-bc-accent:focus {
14626
+ border-color: var(--bc-accent) !important;
14627
+ }
14628
+ .f\:d-bc-accent:focus-within {
14629
+ border-color: var(--bc-accent) !important;
14630
+ }
14631
+ .fv\:d-bc-accent.focus-visible.js-focus-visible, .js-focus-visible .fv\:d-bc-accent.focus-visible {
14632
+ border-color: var(--bc-accent) !important;
14633
+ }
14634
+ .fv\:d-bc-accent:focus-visible {
14635
+ border-color: var(--bc-accent) !important;
14636
+ }
14265
14637
  .d-fco100,
14266
14638
  .h\:d-fco100:hover,
14267
14639
  .f\:d-fco100:focus {
@@ -21693,24 +22065,39 @@ body {
21693
22065
  --fc-tertiary: var(--black-600);
21694
22066
  --fc-tertiary-hsl: var(--black-600-hsl);
21695
22067
  --fc-muted: hsla(var(--black-800-hsl) / var(--alpha, 50%));
22068
+ --fc-muted-inverted: hsla(var(--black-200-hsl) / var(--alpha, 60%));
21696
22069
  --fc-placeholder: var(--black-500);
21697
22070
  --fc-placeholder-hsl: var(--black-500-hsl);
22071
+ --fc-placeholder-inverted: var(--black-500);
22072
+ --fc-placeholder-inverted-hsl: var(--black-500-hsl);
21698
22073
  --fc-disabled: var(--black-500);
21699
22074
  --fc-disabled-hsl: var(--black-500-hsl);
22075
+ --fc-disabled-inverted: var(--black-500);
22076
+ --fc-disabled-inverted-hsl: var(--black-500-hsl);
21700
22077
  --fc-critical: var(--red-300);
21701
22078
  --fc-critical-strong: var(--red-400);
21702
22079
  --fc-critical-hsl: var(--red-300-hsl);
21703
22080
  --fc-critical-strong-hsl: var(--red-400-hsl);
22081
+ --fc-critical-inverted: var(--red-200);
22082
+ --fc-critical-strong-inverted: hsl(0, 100%, 82%);
22083
+ --fc-critical-inverted-hsl: var(--red-200-hsl);
21704
22084
  --fc-error: var(--fc-critical);
22085
+ --fc-error-inverted: var(--fc-critical-inverted);
21705
22086
  --fc-error-strong: var(--fc-critical-strong);
21706
22087
  --fc-error-hsl: var(--fc-critical-hsl);
22088
+ --fc-error-inverted-hsl: var(--fc-critical-inverted-hsl);
21707
22089
  --fc-error-strong-hsl: var(--fc-critical-strong-hsl);
21708
22090
  --fc-success: var(--green-400);
21709
22091
  --fc-success-strong: var(--green-500);
21710
22092
  --fc-success-hsl: var(--green-400-hsl);
21711
22093
  --fc-success-strong-hsl: var(--green-500-hsl);
22094
+ --fc-success-inverted: var(--green-200);
22095
+ --fc-success-strong-inverted: hsl(113, 100%, 90%);
22096
+ --fc-success-hsl-inverted: var(--green-200-hsl);
21712
22097
  --fc-warning: var(--gold-500);
22098
+ --fc-warning-inverted: var(--gold-100);
21713
22099
  --fc-warning-hsl: var(--gold-500-hsl);
22100
+ --fc-warning-inverted-hsl: var(--gold-100-hsl);
21714
22101
  --fc-warning-hover: var(--black-900);
21715
22102
  --fc-warning-hover-hsl: var(--black-900-hsl);
21716
22103
  --base-color-text: var(--fc-primary);
@@ -21758,10 +22145,6 @@ body {
21758
22145
  --bc-default: rgba(0, 0, 0, 0.18);
21759
22146
  --bc-moderate: rgba(0, 0, 0, 0.34);
21760
22147
  --bc-bold: rgba(0, 0, 0, 0.5);
21761
- --bc-subtle-inverted: rgba(255, 255, 255, 0.14);
21762
- --bc-default-inverted: rgba(255, 255, 255, 0.22);
21763
- --bc-moderate-inverted: rgba(255, 255, 255, 0.38);
21764
- --bc-bold-inverted: rgba(255, 255, 255, 0.5);
21765
22148
  --bc-focus: var(--blue-300);
21766
22149
  --bc-critical: var(--red-300);
21767
22150
  --bc-critical-subtle: var(--red-200);
@@ -21773,8 +22156,25 @@ body {
21773
22156
  --bc-warning-subtle: var(--gold-200);
21774
22157
  --bc-warning-strong: var(--gold-500);
21775
22158
  --bc-brand: var(--purple-400);
22159
+ --bc-accent: var(--magenta-300);
21776
22160
  --bc-brand-subtle: var(--purple-200);
21777
22161
  --bc-brand-strong: var(--purple-500);
22162
+ --bc-subtle-inverted: rgba(255, 255, 255, 0.14);
22163
+ --bc-default-inverted: rgba(255, 255, 255, 0.22);
22164
+ --bc-moderate-inverted: rgba(255, 255, 255, 0.38);
22165
+ --bc-bold-inverted: rgba(255, 255, 255, 0.5);
22166
+ --bc-critical-inverted: var(--red-200);
22167
+ --bc-critical-subtle-inverted: var(--red-400);
22168
+ --bc-critical-strong-inverted: var(--red-100);
22169
+ --bc-success-inverted: var(--green-200);
22170
+ --bc-success-subtle-inverted: var(--green-400);
22171
+ --bc-success-strong-inverted: var(--green-100);
22172
+ --bc-warning-inverted: var(--gold-200);
22173
+ --bc-warning-subtle-inverted: var(--gold-400);
22174
+ --bc-warning-strong-inverted: var(--gold-100);
22175
+ --bc-brand-inverted: var(--purple-400);
22176
+ --bc-brand-subtle-inverted: var(--purple-500);
22177
+ --bc-brand-strong-inverted: var(--purple-200);
21778
22178
  --zi-hide: -1;
21779
22179
  --zi-base: 0;
21780
22180
  --zi-base1: 1;
@@ -22037,7 +22437,18 @@ body.theme-dark {
22037
22437
  --red-500-l: 94.90196078%;
22038
22438
  --red-500-hsl: var(--red-500-h) var(--red-500-s) var(--red-500-l);
22039
22439
  --red-500: hsla(var(--red-500-h) var(--red-500-s) var(--red-500-l) / var(--alpha, 100%));
22040
- --base-color-background: var(--black-200);
22440
+ --base-color-text: var(--black-800);
22441
+ --theme-mention-color-foreground: white;
22442
+ --theme-mention-color-background: var(--purple-300);
22443
+ --base-color-background: var(--bgc-primary);
22444
+ --bc-critical: var(--red-400);
22445
+ --bc-subtle: rgba(255, 255, 255, 0.18);
22446
+ --bc-default: rgba(255, 255, 255, 0.26);
22447
+ --bc-moderate: rgba(255, 255, 255, 0.4);
22448
+ --bc-bold: rgba(255, 255, 255, 0.6);
22449
+ --bgc-moderate-opaque: var(--bgc-moderate);
22450
+ --fc-critical: var(--red-400);
22451
+ --fc-warning: var(--gold-400);
22041
22452
  }
22042
22453
  @media (max-width: 480px) {
22043
22454
  .sm\:d-stack {