@gitlab/ui 87.7.0 → 87.8.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.
@@ -424,83 +424,24 @@
424
424
  --gl-text-color-strong: var(--gl-color-neutral-950); /* Used for text with the highest contrast. */
425
425
  --gl-text-color-subtle: var(--gl-color-neutral-600); /* Used for supplemental text that doesn't need to be as prominent as other text. */
426
426
  --gl-text-color-default: var(--gl-color-neutral-800); /* Used for the default text color. */
427
- --gl-status-brand-icon-color-active: var(--gl-color-purple-700); /* Used for the icon of a brand related status item in the active state. */
428
- --gl-status-brand-icon-color-focus: var(--gl-color-purple-600); /* Used for the icon of a brand related status item in the focus state. */
429
- --gl-status-brand-icon-color-hover: var(--gl-color-purple-600); /* Used for the icon of a brand related status item in the hover state. */
430
- --gl-status-brand-icon-color-default: var(--gl-color-purple-500); /* Used for the icon of a brand related status item when static or the default state when linked. */
431
- --gl-status-brand-text-color-active: var(--gl-color-purple-900); /* Used for the text of a brand related status item in the active state. */
432
- --gl-status-brand-text-color-focus: var(--gl-color-purple-800); /* Used for the text of a brand related status item in the focus state. */
433
- --gl-status-brand-text-color-hover: var(--gl-color-purple-800); /* Used for the text of a brand related status item in the hover state. */
434
- --gl-status-brand-text-color-default: var(--gl-color-purple-700); /* Used for the text of a brand related status item when static or the default state when linked. */
435
- --gl-status-brand-border-color-hover: var(--gl-color-purple-200); /* Used for the border of a brand related status item in the hover state. */
436
- --gl-status-brand-background-color-active: var(--gl-color-purple-200); /* Used for the background of a brand related status item in the active state. */
437
- --gl-status-brand-background-color-default: var(--gl-color-purple-100); /* Used for the background of a brand related status item when static or the default state when linked. */
438
- --gl-status-danger-icon-color-active: var(--gl-color-red-700); /* Used for the icon of a danger (critical) status item in the active state. */
439
- --gl-status-danger-icon-color-focus: var(--gl-color-red-600); /* Used for the icon of a danger (critical) status item in the focus state. */
440
- --gl-status-danger-icon-color-hover: var(--gl-color-red-600); /* Used for the icon of a danger (critical) status item in the hover state. */
441
- --gl-status-danger-icon-color-default: var(--gl-color-red-500); /* Used for the icon of a danger (critical) status item when static or the default state when linked. */
442
- --gl-status-danger-text-color-active: var(--gl-color-red-900); /* Used for the text of a danger (critical) status item in the active state. */
443
- --gl-status-danger-text-color-focus: var(--gl-color-red-800); /* Used for the text of a danger (critical) status item in the focus state. */
444
- --gl-status-danger-text-color-hover: var(--gl-color-red-800); /* Used for the text of a danger (critical) status item in the hover state. */
445
- --gl-status-danger-text-color-default: var(--gl-color-red-700); /* Used for the text of a danger (critical) status item when static or the default state when linked. */
446
- --gl-status-danger-border-color-hover: var(--gl-color-red-200); /* Used for the border of a danger (critical) status item in the hover state. */
447
- --gl-status-danger-background-color-active: var(--gl-color-red-200); /* Used for the background of a danger (critical) status item in the active state. */
448
- --gl-status-danger-background-color-default: var(--gl-color-red-100); /* Used for the background of a danger (critical) status item when static or the default state when linked. */
449
- --gl-status-warning-icon-color-active: var(--gl-color-orange-700); /* Used for the icon of a warning status or confidential item in the active state. */
450
- --gl-status-warning-icon-color-focus: var(--gl-color-orange-600); /* Used for the icon of a warning status or confidential item in the focus state. */
451
- --gl-status-warning-icon-color-hover: var(--gl-color-orange-600); /* Used for the icon of a warning status or confidential item in the hover state. */
452
- --gl-status-warning-icon-color-default: var(--gl-color-orange-500); /* Used for the icon of a warning status or confidential item when static or the default state when linked. */
453
- --gl-status-warning-text-color-active: var(--gl-color-orange-900); /* Used for the text of a warning status or confidential item in the active state.N */
454
- --gl-status-warning-text-color-focus: var(--gl-color-orange-800); /* Used for the text of a warning status or confidential item in the focus state. */
455
- --gl-status-warning-text-color-hover: var(--gl-color-orange-800); /* Used for the text of a warning status or confidential item in the hover state. */
456
- --gl-status-warning-text-color-default: var(--gl-color-orange-700); /* Used for the text of a warning status or confidential item when static or the default state when linked. */
457
- --gl-status-warning-border-color-hover: var(--gl-color-orange-200); /* Used for the border of a warning status or confidential item in the hover state. */
458
- --gl-status-warning-background-color-active: var(--gl-color-orange-200); /* Used for the background of a warning status or confidential item in the active state. */
459
- --gl-status-warning-background-color-default: var(--gl-color-orange-100); /* Used for the background of a warning status or confidential item when static or the default state when linked. */
460
- --gl-status-success-icon-color-active: var(--gl-color-green-700); /* Used for the icon of a success status item in the active state. */
461
- --gl-status-success-icon-color-focus: var(--gl-color-green-600); /* Used for the icon of a success status item in the focus state. */
462
- --gl-status-success-icon-color-hover: var(--gl-color-green-600); /* Used for the icon of a success status item in the hover state. */
463
- --gl-status-success-icon-color-default: var(--gl-color-green-500); /* Used for the icon of a success status item when static or the default state when linked. */
464
- --gl-status-success-text-color-active: var(--gl-color-green-900); /* Used for the text of a success status item in the active state. */
465
- --gl-status-success-text-color-focus: var(--gl-color-green-800); /* Used for the text of a success status item in the focus state. */
466
- --gl-status-success-text-color-hover: var(--gl-color-green-800); /* Used for the text of a success status item in the hover state. */
467
- --gl-status-success-text-color-default: var(--gl-color-green-700); /* Used for the text of a success status item when static or the default state when linked. */
468
- --gl-status-success-border-color-hover: var(--gl-color-green-200); /* Used for the border of a success status item in the hover state. */
469
- --gl-status-success-background-color-active: var(--gl-color-green-200); /* Used for the background of a success status item in the active state. */
470
- --gl-status-success-background-color-default: var(--gl-color-green-100); /* Used for the background of a success status item when static or the default state when linked. */
471
- --gl-status-info-icon-color-active: var(--gl-color-blue-700); /* Used for the icon of an informational status item in the active state. */
472
- --gl-status-info-icon-color-focus: var(--gl-color-blue-600); /* Used for the icon of an informational status item in the focus state. */
473
- --gl-status-info-icon-color-hover: var(--gl-color-blue-600); /* Used for the icon of an informational status item in the hover state. */
474
- --gl-status-info-icon-color-default: var(--gl-color-blue-500); /* Used for the icon of an informational status item when static or the default state when linked. */
475
- --gl-status-info-text-color-active: var(--gl-color-blue-900); /* Used for the text of an informational status item in the active state. */
476
- --gl-status-info-text-color-focus: var(--gl-color-blue-800); /* Used for the text of an informational status item in the focus state. */
477
- --gl-status-info-text-color-hover: var(--gl-color-blue-800); /* Used for the text of an informational status item in the hover state. */
478
- --gl-status-info-text-color-default: var(--gl-color-blue-700); /* Used for the text of an informational status item when static or the default state when linked. */
479
- --gl-status-info-border-color-hover: var(--gl-color-blue-200); /* Used for the border of an informational status item in the hover state. */
480
- --gl-status-info-background-color-active: var(--gl-color-blue-200); /* Used for the background of an informational status item in the active state. */
481
- --gl-status-info-background-color-default: var(--gl-color-blue-100); /* Used for the background of an informational status item when static or the default state when linked. */
482
- --gl-status-neutral-icon-color-active: var(--gl-color-neutral-700); /* Used for the icon of a neutral status item in the active state. */
483
- --gl-status-neutral-icon-color-focus: var(--gl-color-neutral-600); /* Used for the icon of a neutral status item in the focus state. */
484
- --gl-status-neutral-icon-color-hover: var(--gl-color-neutral-600); /* Used for the icon of a neutral status item in the hover state. */
485
- --gl-status-neutral-icon-color-default: var(--gl-color-neutral-500); /* Used for the icon of a neutral status item when static or the default state when linked. */
486
- --gl-status-neutral-text-color-active: var(--gl-color-neutral-900); /* Used for the text of a neutral status item in the active state. */
487
- --gl-status-neutral-text-color-focus: var(--gl-color-neutral-800); /* Used for the text of a neutral status item in the focus state. */
488
- --gl-status-neutral-text-color-hover: var(--gl-color-neutral-800); /* Used for the text of a neutral status item in the hover state. */
489
- --gl-status-neutral-text-color-default: var(--gl-color-neutral-700); /* Used for the text of a neutral status item when static or the default state when linked. */
490
- --gl-status-neutral-border-color-hover: var(--gl-color-neutral-200); /* Used for the border of a neutral status item in the hover state. */
491
- --gl-status-neutral-background-color-active: var(--gl-color-neutral-200); /* Used for the background of a neutral status item in the active state. */
492
- --gl-status-neutral-background-color-default: var(--gl-color-neutral-100); /* Used for the background of a neutral status item when static or the default state when linked. */
493
- --gl-status-muted-icon-color-active: var(--gl-color-neutral-700); /* Used for the icon of a subtle neutral status item in the active state. */
494
- --gl-status-muted-icon-color-focus: var(--gl-color-neutral-600); /* Used for the icon of a subtle neutral status item in the focus state. */
495
- --gl-status-muted-icon-color-hover: var(--gl-color-neutral-600); /* Used for the icon of a subtle neutral status item in the hover state. */
496
- --gl-status-muted-icon-color-default: var(--gl-color-neutral-500); /* Used for the icon of a subtle neutral status item when static or the default state when linked. */
497
- --gl-status-muted-text-color-active: var(--gl-color-neutral-800); /* Used for the text of a subtle neutral status item in the active state. */
498
- --gl-status-muted-text-color-focus: var(--gl-color-neutral-700); /* Used for the text of a subtle neutral status item in the focus state. */
499
- --gl-status-muted-text-color-hover: var(--gl-color-neutral-700); /* Used for the text of a subtle neutral status item in the hover state. */
500
- --gl-status-muted-text-color-default: var(--gl-color-neutral-600); /* Used for the text of a subtle neutral status item when static or the default state when linked. */
501
- --gl-status-muted-border-color-hover: var(--gl-color-neutral-200); /* Used for the border of a subtle neutral status item in the hover state. */
502
- --gl-status-muted-background-color-active: var(--gl-color-neutral-100); /* Used for the background of a subtle neutral status item in the active state. */
503
- --gl-status-muted-background-color-default: var(--gl-color-neutral-50); /* Used for the background of a subtle neutral status item when static or the default state when linked. */
427
+ --gl-status-brand-icon-color: var(--gl-color-purple-500); /* Used for the icon of a brand-related status item when highlighting the state of unique features or elements specific to the GitLab brand identity. Helps distinguish and emphasize brand-specific elements within the interface. */
428
+ --gl-status-brand-text-color: var(--gl-color-purple-700); /* Used for the text of a brand-related status item when highlighting the state of unique features or elements specific to the GitLab brand identity. Helps distinguish and emphasize brand-specific elements within the interface. */
429
+ --gl-status-brand-background-color: var(--gl-color-purple-100); /* Used for the background of a brand-related status item when highlighting the state of unique features or elements specific to the GitLab brand identity. Helps distinguish and emphasize brand-specific elements within the interface. */
430
+ --gl-status-danger-icon-color: var(--gl-color-red-500); /* Used for the icon of a danger status item when indicating a critical or severely problematic current state. Clearly conveys a negative connotation, representing a serious, ongoing issue or undesired condition. */
431
+ --gl-status-danger-text-color: var(--gl-color-red-700); /* Used for the text of a danger status item when indicating a critical or severely problematic current state. Clearly conveys a negative connotation, representing a serious, ongoing issue or undesired condition. */
432
+ --gl-status-danger-background-color: var(--gl-color-red-100); /* Used for the background of a danger status item when indicating a critical or severely problematic current state. Clearly conveys a negative connotation, representing a serious, ongoing issue or undesired condition. */
433
+ --gl-status-warning-icon-color: var(--gl-color-orange-500); /* Used for the icon of a warning status item when indicating a state that requires heightened awareness or caution, but is not necessarily problematic. Represents a state that warrants extra attention or care when interacting with the item. */
434
+ --gl-status-warning-text-color: var(--gl-color-orange-700); /* Used for the text of a warning status item when indicating a state that requires heightened awareness or caution, but is not necessarily problematic. Represents a state that warrants extra attention or care when interacting with the item. */
435
+ --gl-status-warning-background-color: var(--gl-color-orange-100); /* Used for the background of a warning status item when indicating a state that requires heightened awareness or caution, but is not necessarily problematic. Represents a state that warrants extra attention or care when interacting with the item. */
436
+ --gl-status-success-icon-color: var(--gl-color-green-500); /* Used for the icon of a success status item when indicating a positive outcome, completion, or desired state. Clearly conveys a positive connotation. */
437
+ --gl-status-success-text-color: var(--gl-color-green-700); /* Used for the text of a success status item when indicating a positive outcome, completion, or desired state. Clearly conveys a positive connotation. */
438
+ --gl-status-success-background-color: var(--gl-color-green-100); /* Used for the background of a success status item when indicating a positive outcome, completion, or desired state. Clearly conveys a positive connotation. */
439
+ --gl-status-info-icon-color: var(--gl-color-blue-500); /* Used for the icon of an informational status item when indicating a noteworthy ongoing condition or a state of active progress. */
440
+ --gl-status-info-text-color: var(--gl-color-blue-700); /* Used for the text of an informational status item when indicating a noteworthy ongoing condition or a state of active progress. */
441
+ --gl-status-info-background-color: var(--gl-color-blue-100); /* Used for the background of an informational status item when indicating a noteworthy ongoing condition or a state of active progress. */
442
+ --gl-status-neutral-icon-color: var(--gl-color-neutral-500); /* Used for the icon of a neutral status item when the status is neither positive nor negative, or when indicating a special but stable state. */
443
+ --gl-status-neutral-text-color: var(--gl-color-neutral-700); /* Used for the text of a neutral status item when the status is neither positive nor negative, or when indicating a special but stable state. */
444
+ --gl-status-neutral-background-color: var(--gl-color-neutral-100); /* Used for the background of a neutral status item when the status is neither positive nor negative, or when indicating a special but stable state. */
504
445
  --gl-shadow-color-default: var(--gl-color-alpha-dark-16); /* Used for the default shadow color. */
505
446
  --gl-icon-color-success: var(--gl-color-green-600); /* Used for an icon associated with success or validity. */
506
447
  --gl-icon-color-danger: var(--gl-color-red-600); /* Used for an icon associated with an error or danger. */
@@ -571,6 +512,69 @@
571
512
  --gl-breadcrumb-separator-color: var(--gl-color-neutral-400); /* Used for the breadcrumb level separator. */
572
513
  --gl-banner-promo-background-color: var(--gl-color-neutral-10); /* Used as background for the default banner type. */
573
514
  --gl-banner-intro-border-color: var(--gl-color-blue-300); /* Used to compliment the info banner. */
515
+ --gl-badge-tier-icon-color-active: var(--gl-color-purple-700); /* Used for the icon of a tier related badge in the active state. */
516
+ --gl-badge-tier-icon-color-hover: var(--gl-color-purple-600); /* Used for the icon of a tier related badge in the hover state. */
517
+ --gl-badge-tier-icon-color-default: var(--gl-color-purple-500); /* Used for the icon of a tier related badge when static or the default state when linked. */
518
+ --gl-badge-tier-text-color-active: var(--gl-color-purple-900); /* Used for the text of a tier related badge in the active state. */
519
+ --gl-badge-tier-text-color-hover: var(--gl-color-purple-800); /* Used for the text of a tier related badge in the hover state. */
520
+ --gl-badge-tier-text-color-default: var(--gl-color-purple-700); /* Used for the text of a tier related badge when static or the default state when linked. */
521
+ --gl-badge-tier-border-color-hover: var(--gl-color-purple-200); /* Used for the border of a tier related badge in the hover state. */
522
+ --gl-badge-tier-background-color-active: var(--gl-color-purple-200); /* Used for the background of a tier related badge in the active state. */
523
+ --gl-badge-tier-background-color-default: var(--gl-color-purple-100); /* Used for the background of a tier related badge when static or the default state when linked. */
524
+ --gl-badge-danger-icon-color-active: var(--gl-color-red-700); /* Used for the icon of a danger (critical) badge in the active state. */
525
+ --gl-badge-danger-icon-color-hover: var(--gl-color-red-600); /* Used for the icon of a danger (critical) badge in the hover state. */
526
+ --gl-badge-danger-icon-color-default: var(--gl-color-red-500); /* Used for the icon of a danger (critical) badge when static or the default state when linked. */
527
+ --gl-badge-danger-text-color-active: var(--gl-color-red-900); /* Used for the text of a danger (critical) badge in the active state. */
528
+ --gl-badge-danger-text-color-hover: var(--gl-color-red-800); /* Used for the text of a danger (critical) badge in the hover state. */
529
+ --gl-badge-danger-text-color-default: var(--gl-color-red-700); /* Used for the text of a danger (critical) badge when static or the default state when linked. */
530
+ --gl-badge-danger-border-color-hover: var(--gl-color-red-200); /* Used for the border of a danger (critical) badge in the hover state. */
531
+ --gl-badge-danger-background-color-active: var(--gl-color-red-200); /* Used for the background of a danger (critical) badge in the active state. */
532
+ --gl-badge-danger-background-color-default: var(--gl-color-red-100); /* Used for the background of a danger (critical) badge when static or the default state when linked. */
533
+ --gl-badge-warning-icon-color-active: var(--gl-color-orange-700); /* Used for the icon of a warning status or confidential item in the active state. */
534
+ --gl-badge-warning-icon-color-hover: var(--gl-color-orange-600); /* Used for the icon of a warning status or confidential item in the hover state. */
535
+ --gl-badge-warning-icon-color-default: var(--gl-color-orange-500); /* Used for the icon of a warning status or confidential item when static or the default state when linked. */
536
+ --gl-badge-warning-text-color-active: var(--gl-color-orange-900); /* Used for the text of a warning status or confidential item in the active state.N */
537
+ --gl-badge-warning-text-color-hover: var(--gl-color-orange-800); /* Used for the text of a warning status or confidential item in the hover state. */
538
+ --gl-badge-warning-text-color-default: var(--gl-color-orange-700); /* Used for the text of a warning status or confidential item when static or the default state when linked. */
539
+ --gl-badge-warning-border-color-hover: var(--gl-color-orange-200); /* Used for the border of a warning status or confidential item in the hover state. */
540
+ --gl-badge-warning-background-color-active: var(--gl-color-orange-200); /* Used for the background of a warning status or confidential item in the active state. */
541
+ --gl-badge-warning-background-color-default: var(--gl-color-orange-100); /* Used for the background of a warning status or confidential item when static or the default state when linked. */
542
+ --gl-badge-success-icon-color-active: var(--gl-color-green-700); /* Used for the icon of a success badge in the active state. */
543
+ --gl-badge-success-icon-color-hover: var(--gl-color-green-600); /* Used for the icon of a success badge in the hover state. */
544
+ --gl-badge-success-icon-color-default: var(--gl-color-green-500); /* Used for the icon of a success badge when static or the default state when linked. */
545
+ --gl-badge-success-text-color-active: var(--gl-color-green-900); /* Used for the text of a success badge in the active state. */
546
+ --gl-badge-success-text-color-hover: var(--gl-color-green-800); /* Used for the text of a success badge in the hover state. */
547
+ --gl-badge-success-text-color-default: var(--gl-color-green-700); /* Used for the text of a success badge when static or the default state when linked. */
548
+ --gl-badge-success-border-color-hover: var(--gl-color-green-200); /* Used for the border of a success badge in the hover state. */
549
+ --gl-badge-success-background-color-active: var(--gl-color-green-200); /* Used for the background of a success badge in the active state. */
550
+ --gl-badge-success-background-color-default: var(--gl-color-green-100); /* Used for the background of a success badge when static or the default state when linked. */
551
+ --gl-badge-info-icon-color-active: var(--gl-color-blue-700); /* Used for the icon of an informational badge in the active state. */
552
+ --gl-badge-info-icon-color-hover: var(--gl-color-blue-600); /* Used for the icon of an informational badge in the hover state. */
553
+ --gl-badge-info-icon-color-default: var(--gl-color-blue-500); /* Used for the icon of an informational badge when static or the default state when linked. */
554
+ --gl-badge-info-text-color-active: var(--gl-color-blue-900); /* Used for the text of an informational badge in the active state. */
555
+ --gl-badge-info-text-color-hover: var(--gl-color-blue-800); /* Used for the text of an informational badge in the hover state. */
556
+ --gl-badge-info-text-color-default: var(--gl-color-blue-700); /* Used for the text of an informational badge when static or the default state when linked. */
557
+ --gl-badge-info-border-color-hover: var(--gl-color-blue-200); /* Used for the border of an informational badge in the hover state. */
558
+ --gl-badge-info-background-color-active: var(--gl-color-blue-200); /* Used for the background of an informational badge in the active state. */
559
+ --gl-badge-info-background-color-default: var(--gl-color-blue-100); /* Used for the background of an informational badge when static or the default state when linked. */
560
+ --gl-badge-neutral-icon-color-active: var(--gl-color-neutral-700); /* Used for the icon of a neutral badge in the active state. */
561
+ --gl-badge-neutral-icon-color-hover: var(--gl-color-neutral-600); /* Used for the icon of a neutral badge in the hover state. */
562
+ --gl-badge-neutral-icon-color-default: var(--gl-color-neutral-500); /* Used for the icon of a neutral badge when static or the default state when linked. */
563
+ --gl-badge-neutral-text-color-active: var(--gl-color-neutral-900); /* Used for the text of a neutral badge in the active state. */
564
+ --gl-badge-neutral-text-color-hover: var(--gl-color-neutral-800); /* Used for the text of a neutral badge in the hover state. */
565
+ --gl-badge-neutral-text-color-default: var(--gl-color-neutral-700); /* Used for the text of a neutral badge when static or the default state when linked. */
566
+ --gl-badge-neutral-border-color-hover: var(--gl-color-neutral-200); /* Used for the border of a neutral badge in the hover state. */
567
+ --gl-badge-neutral-background-color-active: var(--gl-color-neutral-200); /* Used for the background of a neutral badge in the active state. */
568
+ --gl-badge-neutral-background-color-default: var(--gl-color-neutral-100); /* Used for the background of a neutral badge when static or the default state when linked. */
569
+ --gl-badge-muted-icon-color-active: var(--gl-color-neutral-700); /* Used for the icon of a subtle neutral badge in the active state. */
570
+ --gl-badge-muted-icon-color-hover: var(--gl-color-neutral-600); /* Used for the icon of a subtle neutral badge in the hover state. */
571
+ --gl-badge-muted-icon-color-default: var(--gl-color-neutral-500); /* Used for the icon of a subtle neutral badge when static or the default state when linked. */
572
+ --gl-badge-muted-text-color-active: var(--gl-color-neutral-800); /* Used for the text of a subtle neutral badge in the active state. */
573
+ --gl-badge-muted-text-color-hover: var(--gl-color-neutral-700); /* Used for the text of a subtle neutral badge in the hover state. */
574
+ --gl-badge-muted-text-color-default: var(--gl-color-neutral-600); /* Used for the text of a subtle neutral badge when static or the default state when linked. */
575
+ --gl-badge-muted-border-color-hover: var(--gl-color-neutral-200); /* Used for the border of a subtle neutral badge in the hover state. */
576
+ --gl-badge-muted-background-color-active: var(--gl-color-neutral-100); /* Used for the background of a subtle neutral badge in the active state. */
577
+ --gl-badge-muted-background-color-default: var(--gl-color-neutral-50); /* Used for the background of a subtle neutral badge when static or the default state when linked. */
574
578
  --gl-avatar-fallback-background-color-neutral: var(--gl-color-neutral-50); /* Neutral background for avatar fallback with no particular meaning. */
575
579
  --gl-avatar-fallback-background-color-orange: var(--gl-color-orange-50); /* Orange background for avatar fallback with no particular meaning. */
576
580
  --gl-avatar-fallback-background-color-green: var(--gl-color-green-50); /* Green background for avatar fallback with no particular meaning. */
@@ -607,6 +611,20 @@
607
611
  --gl-focus-ring-inner-color: var(--gl-background-color-default); /* Used for the inner neutral portion of the focus ring. */
608
612
  --gl-table-sorting-icon-color: var(--gl-text-color-heading); /* Used for the color of the sorting icons in the column headers. */
609
613
  --gl-table-row-background-color-hover: var(--gl-background-color-subtle); /* Used for the background of a table row in hover state. */
614
+ --gl-badge-tier-icon-color-focus: var(--gl-badge-tier-icon-color-hover); /* Used for the icon of a tier related badge in the focus state. */
615
+ --gl-badge-tier-text-color-focus: var(--gl-badge-tier-text-color-hover); /* Used for the text of a tier related badge in the focus state. */
616
+ --gl-badge-danger-icon-color-focus: var(--gl-badge-danger-icon-color-hover); /* Used for the icon of a danger (critical) badge in the focus state. */
617
+ --gl-badge-danger-text-color-focus: var(--gl-badge-danger-text-color-hover); /* Used for the text of a danger (critical) badge in the focus state. */
618
+ --gl-badge-warning-icon-color-focus: var(--gl-badge-warning-icon-color-hover); /* Used for the icon of a warning status or confidential item in the focus state. */
619
+ --gl-badge-warning-text-color-focus: var(--gl-badge-warning-text-color-hover); /* Used for the text of a warning status or confidential item in the focus state. */
620
+ --gl-badge-success-icon-color-focus: var(--gl-badge-success-icon-color-hover); /* Used for the icon of a success badge in the focus state. */
621
+ --gl-badge-success-text-color-focus: var(--gl-badge-success-text-color-hover); /* Used for the text of a success badge in the focus state. */
622
+ --gl-badge-info-icon-color-focus: var(--gl-badge-info-icon-color-hover); /* Used for the icon of an informational badge in the focus state. */
623
+ --gl-badge-info-text-color-focus: var(--gl-badge-info-text-color-hover); /* Used for the text of an informational badge in the focus state. */
624
+ --gl-badge-neutral-icon-color-focus: var(--gl-badge-neutral-icon-color-hover); /* Used for the icon of a neutral badge in the focus state. */
625
+ --gl-badge-neutral-text-color-focus: var(--gl-badge-neutral-text-color-hover); /* Used for the text of a neutral badge in the focus state. */
626
+ --gl-badge-muted-icon-color-focus: var(--gl-badge-muted-icon-color-hover); /* Used for the icon of a subtle neutral badge in the focus state. */
627
+ --gl-badge-muted-text-color-focus: var(--gl-badge-muted-text-color-hover); /* Used for the text of a subtle neutral badge in the focus state. */
610
628
  --gl-action-danger-border-color-active: var(--gl-action-danger-border-color-default); /* Used for the border of a danger action in the active state. */
611
629
  --gl-action-danger-border-color-focus: var(--gl-action-danger-border-color-default); /* Used for the border of a danger action in the focus state. */
612
630
  --gl-action-danger-border-color-hover: var(--gl-action-danger-border-color-default); /* Used for the border of a danger action in the hover state. */
@@ -424,83 +424,24 @@
424
424
  --gl-text-color-strong: var(--gl-color-neutral-0); /* Used for text with the highest contrast. */
425
425
  --gl-text-color-subtle: var(--gl-color-neutral-200); /* Used for supplemental text that doesn't need to be as prominent as other text. */
426
426
  --gl-text-color-default: var(--gl-color-neutral-50); /* Used for the default text color. */
427
- --gl-status-brand-icon-color-active: var(--gl-color-purple-300); /* Used for the icon of a brand related status item in the active state. */
428
- --gl-status-brand-icon-color-focus: var(--gl-color-purple-400); /* Used for the icon of a brand related status item in the focus state. */
429
- --gl-status-brand-icon-color-hover: var(--gl-color-purple-400); /* Used for the icon of a brand related status item in the hover state. */
430
- --gl-status-brand-icon-color-default: var(--gl-color-purple-500); /* Used for the icon of a brand related status item when static or the default state when linked. */
431
- --gl-status-brand-text-color-active: var(--gl-color-purple-100); /* Used for the text of a brand related status item in the active state. */
432
- --gl-status-brand-text-color-focus: var(--gl-color-purple-200); /* Used for the text of a brand related status item in the focus state. */
433
- --gl-status-brand-text-color-hover: var(--gl-color-purple-200); /* Used for the text of a brand related status item in the hover state. */
434
- --gl-status-brand-text-color-default: var(--gl-color-purple-300); /* Used for the text of a brand related status item when static or the default state when linked. */
435
- --gl-status-brand-border-color-hover: var(--gl-color-purple-800); /* Used for the border of a brand related status item in the hover state. */
436
- --gl-status-brand-background-color-active: var(--gl-color-purple-800); /* Used for the background of a brand related status item in the active state. */
437
- --gl-status-brand-background-color-default: var(--gl-color-purple-900); /* Used for the background of a brand related status item when static or the default state when linked. */
438
- --gl-status-danger-icon-color-active: var(--gl-color-red-200); /* Used for the icon of a danger (critical) status item in the active state. */
439
- --gl-status-danger-icon-color-focus: var(--gl-color-red-300); /* Used for the icon of a danger (critical) status item in the focus state. */
440
- --gl-status-danger-icon-color-hover: var(--gl-color-red-300); /* Used for the icon of a danger (critical) status item in the hover state. */
441
- --gl-status-danger-icon-color-default: var(--gl-color-red-400); /* Used for the icon of a danger (critical) status item when static or the default state when linked. */
442
- --gl-status-danger-text-color-active: var(--gl-color-red-50); /* Used for the text of a danger (critical) status item in the active state. */
443
- --gl-status-danger-text-color-focus: var(--gl-color-red-100); /* Used for the text of a danger (critical) status item in the focus state. */
444
- --gl-status-danger-text-color-hover: var(--gl-color-red-100); /* Used for the text of a danger (critical) status item in the hover state. */
445
- --gl-status-danger-text-color-default: var(--gl-color-red-200); /* Used for the text of a danger (critical) status item when static or the default state when linked. */
446
- --gl-status-danger-border-color-hover: var(--gl-color-red-700); /* Used for the border of a danger (critical) status item in the hover state. */
447
- --gl-status-danger-background-color-active: var(--gl-color-red-700); /* Used for the background of a danger (critical) status item in the active state. */
448
- --gl-status-danger-background-color-default: var(--gl-color-red-800); /* Used for the background of a danger (critical) status item when static or the default state when linked. */
449
- --gl-status-warning-icon-color-active: var(--gl-color-orange-200); /* Used for the icon of a warning status or confidential item in the active state. */
450
- --gl-status-warning-icon-color-focus: var(--gl-color-orange-300); /* Used for the icon of a warning status or confidential item in the focus state. */
451
- --gl-status-warning-icon-color-hover: var(--gl-color-orange-300); /* Used for the icon of a warning status or confidential item in the hover state. */
452
- --gl-status-warning-icon-color-default: var(--gl-color-orange-400); /* Used for the icon of a warning status or confidential item when static or the default state when linked. */
453
- --gl-status-warning-text-color-active: var(--gl-color-orange-50); /* Used for the text of a warning status or confidential item in the active state.N */
454
- --gl-status-warning-text-color-focus: var(--gl-color-orange-100); /* Used for the text of a warning status or confidential item in the focus state. */
455
- --gl-status-warning-text-color-hover: var(--gl-color-orange-100); /* Used for the text of a warning status or confidential item in the hover state. */
456
- --gl-status-warning-text-color-default: var(--gl-color-orange-200); /* Used for the text of a warning status or confidential item when static or the default state when linked. */
457
- --gl-status-warning-border-color-hover: var(--gl-color-orange-700); /* Used for the border of a warning status or confidential item in the hover state. */
458
- --gl-status-warning-background-color-active: var(--gl-color-orange-700); /* Used for the background of a warning status or confidential item in the active state. */
459
- --gl-status-warning-background-color-default: var(--gl-color-orange-800); /* Used for the background of a warning status or confidential item when static or the default state when linked. */
460
- --gl-status-success-icon-color-active: var(--gl-color-green-200); /* Used for the icon of a success status item in the active state. */
461
- --gl-status-success-icon-color-focus: var(--gl-color-green-300); /* Used for the icon of a success status item in the focus state. */
462
- --gl-status-success-icon-color-hover: var(--gl-color-green-300); /* Used for the icon of a success status item in the hover state. */
463
- --gl-status-success-icon-color-default: var(--gl-color-green-400); /* Used for the icon of a success status item when static or the default state when linked. */
464
- --gl-status-success-text-color-active: var(--gl-color-green-50); /* Used for the text of a success status item in the active state. */
465
- --gl-status-success-text-color-focus: var(--gl-color-green-100); /* Used for the text of a success status item in the focus state. */
466
- --gl-status-success-text-color-hover: var(--gl-color-green-100); /* Used for the text of a success status item in the hover state. */
467
- --gl-status-success-text-color-default: var(--gl-color-green-200); /* Used for the text of a success status item when static or the default state when linked. */
468
- --gl-status-success-border-color-hover: var(--gl-color-green-700); /* Used for the border of a success status item in the hover state. */
469
- --gl-status-success-background-color-active: var(--gl-color-green-700); /* Used for the background of a success status item in the active state. */
470
- --gl-status-success-background-color-default: var(--gl-color-green-800); /* Used for the background of a success status item when static or the default state when linked. */
471
- --gl-status-info-icon-color-active: var(--gl-color-blue-200); /* Used for the icon of an informational status item in the active state. */
472
- --gl-status-info-icon-color-focus: var(--gl-color-blue-300); /* Used for the icon of an informational status item in the focus state. */
473
- --gl-status-info-icon-color-hover: var(--gl-color-blue-300); /* Used for the icon of an informational status item in the hover state. */
474
- --gl-status-info-icon-color-default: var(--gl-color-blue-400); /* Used for the icon of an informational status item when static or the default state when linked. */
475
- --gl-status-info-text-color-active: var(--gl-color-blue-50); /* Used for the text of an informational status item in the active state. */
476
- --gl-status-info-text-color-focus: var(--gl-color-blue-100); /* Used for the text of an informational status item in the focus state. */
477
- --gl-status-info-text-color-hover: var(--gl-color-blue-100); /* Used for the text of an informational status item in the hover state. */
478
- --gl-status-info-text-color-default: var(--gl-color-blue-200); /* Used for the text of an informational status item when static or the default state when linked. */
479
- --gl-status-info-border-color-hover: var(--gl-color-blue-700); /* Used for the border of an informational status item in the hover state. */
480
- --gl-status-info-background-color-active: var(--gl-color-blue-700); /* Used for the background of an informational status item in the active state. */
481
- --gl-status-info-background-color-default: var(--gl-color-blue-800); /* Used for the background of an informational status item when static or the default state when linked. */
482
- --gl-status-neutral-icon-color-active: var(--gl-color-neutral-200); /* Used for the icon of a neutral status item in the active state. */
483
- --gl-status-neutral-icon-color-focus: var(--gl-color-neutral-300); /* Used for the icon of a neutral status item in the focus state. */
484
- --gl-status-neutral-icon-color-hover: var(--gl-color-neutral-300); /* Used for the icon of a neutral status item in the hover state. */
485
- --gl-status-neutral-icon-color-default: var(--gl-color-neutral-400); /* Used for the icon of a neutral status item when static or the default state when linked. */
486
- --gl-status-neutral-text-color-active: var(--gl-color-neutral-50); /* Used for the text of a neutral status item in the active state. */
487
- --gl-status-neutral-text-color-focus: var(--gl-color-neutral-100); /* Used for the text of a neutral status item in the focus state. */
488
- --gl-status-neutral-text-color-hover: var(--gl-color-neutral-100); /* Used for the text of a neutral status item in the hover state. */
489
- --gl-status-neutral-text-color-default: var(--gl-color-neutral-200); /* Used for the text of a neutral status item when static or the default state when linked. */
490
- --gl-status-neutral-border-color-hover: var(--gl-color-neutral-700); /* Used for the border of a neutral status item in the hover state. */
491
- --gl-status-neutral-background-color-active: var(--gl-color-neutral-700); /* Used for the background of a neutral status item in the active state. */
492
- --gl-status-neutral-background-color-default: var(--gl-color-neutral-800); /* Used for the background of a neutral status item when static or the default state when linked. */
493
- --gl-status-muted-icon-color-active: var(--gl-color-neutral-200); /* Used for the icon of a subtle neutral status item in the active state. */
494
- --gl-status-muted-icon-color-focus: var(--gl-color-neutral-300); /* Used for the icon of a subtle neutral status item in the focus state. */
495
- --gl-status-muted-icon-color-hover: var(--gl-color-neutral-300); /* Used for the icon of a subtle neutral status item in the hover state. */
496
- --gl-status-muted-icon-color-default: var(--gl-color-neutral-400); /* Used for the icon of a subtle neutral status item when static or the default state when linked. */
497
- --gl-status-muted-text-color-active: var(--gl-color-neutral-100); /* Used for the text of a subtle neutral status item in the active state. */
498
- --gl-status-muted-text-color-focus: var(--gl-color-neutral-200); /* Used for the text of a subtle neutral status item in the focus state. */
499
- --gl-status-muted-text-color-hover: var(--gl-color-neutral-200); /* Used for the text of a subtle neutral status item in the hover state. */
500
- --gl-status-muted-text-color-default: var(--gl-color-neutral-300); /* Used for the text of a subtle neutral status item when static or the default state when linked. */
501
- --gl-status-muted-border-color-hover: var(--gl-color-neutral-700); /* Used for the border of a subtle neutral status item in the hover state. */
502
- --gl-status-muted-background-color-active: var(--gl-color-neutral-800); /* Used for the background of a subtle neutral status item in the active state. */
503
- --gl-status-muted-background-color-default: var(--gl-color-neutral-900); /* Used for the background of a subtle neutral status item when static or the default state when linked. */
427
+ --gl-status-brand-icon-color: var(--gl-color-purple-500); /* Used for the icon of a brand-related status item when highlighting the state of unique features or elements specific to the GitLab brand identity. Helps distinguish and emphasize brand-specific elements within the interface. */
428
+ --gl-status-brand-text-color: var(--gl-color-purple-300); /* Used for the text of a brand-related status item when highlighting the state of unique features or elements specific to the GitLab brand identity. Helps distinguish and emphasize brand-specific elements within the interface. */
429
+ --gl-status-brand-background-color: var(--gl-color-purple-900); /* Used for the background of a brand-related status item when highlighting the state of unique features or elements specific to the GitLab brand identity. Helps distinguish and emphasize brand-specific elements within the interface. */
430
+ --gl-status-danger-icon-color: var(--gl-color-red-400); /* Used for the icon of a danger status item when indicating a critical or severely problematic current state. Clearly conveys a negative connotation, representing a serious, ongoing issue or undesired condition. */
431
+ --gl-status-danger-text-color: var(--gl-color-red-200); /* Used for the text of a danger status item when indicating a critical or severely problematic current state. Clearly conveys a negative connotation, representing a serious, ongoing issue or undesired condition. */
432
+ --gl-status-danger-background-color: var(--gl-color-red-800); /* Used for the background of a danger status item when indicating a critical or severely problematic current state. Clearly conveys a negative connotation, representing a serious, ongoing issue or undesired condition. */
433
+ --gl-status-warning-icon-color: var(--gl-color-orange-400); /* Used for the icon of a warning status item when indicating a state that requires heightened awareness or caution, but is not necessarily problematic. Represents a state that warrants extra attention or care when interacting with the item. */
434
+ --gl-status-warning-text-color: var(--gl-color-orange-200); /* Used for the text of a warning status item when indicating a state that requires heightened awareness or caution, but is not necessarily problematic. Represents a state that warrants extra attention or care when interacting with the item. */
435
+ --gl-status-warning-background-color: var(--gl-color-orange-800); /* Used for the background of a warning status item when indicating a state that requires heightened awareness or caution, but is not necessarily problematic. Represents a state that warrants extra attention or care when interacting with the item. */
436
+ --gl-status-success-icon-color: var(--gl-color-green-400); /* Used for the icon of a success status item when indicating a positive outcome, completion, or desired state. Clearly conveys a positive connotation. */
437
+ --gl-status-success-text-color: var(--gl-color-green-200); /* Used for the text of a success status item when indicating a positive outcome, completion, or desired state. Clearly conveys a positive connotation. */
438
+ --gl-status-success-background-color: var(--gl-color-green-800); /* Used for the background of a success status item when indicating a positive outcome, completion, or desired state. Clearly conveys a positive connotation. */
439
+ --gl-status-info-icon-color: var(--gl-color-blue-400); /* Used for the icon of an informational status item when indicating a noteworthy ongoing condition or a state of active progress. */
440
+ --gl-status-info-text-color: var(--gl-color-blue-200); /* Used for the text of an informational status item when indicating a noteworthy ongoing condition or a state of active progress. */
441
+ --gl-status-info-background-color: var(--gl-color-blue-800); /* Used for the background of an informational status item when indicating a noteworthy ongoing condition or a state of active progress. */
442
+ --gl-status-neutral-icon-color: var(--gl-color-neutral-400); /* Used for the icon of a neutral status item when the status is neither positive nor negative, or when indicating a special but stable state. */
443
+ --gl-status-neutral-text-color: var(--gl-color-neutral-200); /* Used for the text of a neutral status item when the status is neither positive nor negative, or when indicating a special but stable state. */
444
+ --gl-status-neutral-background-color: var(--gl-color-neutral-800); /* Used for the background of a neutral status item when the status is neither positive nor negative, or when indicating a special but stable state. */
504
445
  --gl-shadow-color-default: var(--gl-color-alpha-dark-24); /* Used for the default shadow color. */
505
446
  --gl-icon-color-success: var(--gl-color-green-300); /* Used for an icon associated with success or validity. */
506
447
  --gl-icon-color-danger: var(--gl-color-red-300); /* Used for an icon associated with an error or danger. */
@@ -571,6 +512,69 @@
571
512
  --gl-breadcrumb-separator-color: var(--gl-color-neutral-400); /* Used for the breadcrumb level separator. */
572
513
  --gl-banner-promo-background-color: var(--gl-color-neutral-900); /* Used as background for the default banner type. */
573
514
  --gl-banner-intro-border-color: var(--gl-color-blue-600); /* Used to compliment the info banner. */
515
+ --gl-badge-tier-icon-color-active: var(--gl-color-purple-300); /* Used for the icon of a tier related badge in the active state. */
516
+ --gl-badge-tier-icon-color-hover: var(--gl-color-purple-400); /* Used for the icon of a tier related badge in the hover state. */
517
+ --gl-badge-tier-icon-color-default: var(--gl-color-purple-500); /* Used for the icon of a tier related badge when static or the default state when linked. */
518
+ --gl-badge-tier-text-color-active: var(--gl-color-purple-100); /* Used for the text of a tier related badge in the active state. */
519
+ --gl-badge-tier-text-color-hover: var(--gl-color-purple-200); /* Used for the text of a tier related badge in the hover state. */
520
+ --gl-badge-tier-text-color-default: var(--gl-color-purple-300); /* Used for the text of a tier related badge when static or the default state when linked. */
521
+ --gl-badge-tier-border-color-hover: var(--gl-color-purple-800); /* Used for the border of a tier related badge in the hover state. */
522
+ --gl-badge-tier-background-color-active: var(--gl-color-purple-800); /* Used for the background of a tier related badge in the active state. */
523
+ --gl-badge-tier-background-color-default: var(--gl-color-purple-900); /* Used for the background of a tier related badge when static or the default state when linked. */
524
+ --gl-badge-danger-icon-color-active: var(--gl-color-red-200); /* Used for the icon of a danger (critical) badge in the active state. */
525
+ --gl-badge-danger-icon-color-hover: var(--gl-color-red-300); /* Used for the icon of a danger (critical) badge in the hover state. */
526
+ --gl-badge-danger-icon-color-default: var(--gl-color-red-400); /* Used for the icon of a danger (critical) badge when static or the default state when linked. */
527
+ --gl-badge-danger-text-color-active: var(--gl-color-red-50); /* Used for the text of a danger (critical) badge in the active state. */
528
+ --gl-badge-danger-text-color-hover: var(--gl-color-red-100); /* Used for the text of a danger (critical) badge in the hover state. */
529
+ --gl-badge-danger-text-color-default: var(--gl-color-red-200); /* Used for the text of a danger (critical) badge when static or the default state when linked. */
530
+ --gl-badge-danger-border-color-hover: var(--gl-color-red-700); /* Used for the border of a danger (critical) badge in the hover state. */
531
+ --gl-badge-danger-background-color-active: var(--gl-color-red-700); /* Used for the background of a danger (critical) badge in the active state. */
532
+ --gl-badge-danger-background-color-default: var(--gl-color-red-800); /* Used for the background of a danger (critical) badge when static or the default state when linked. */
533
+ --gl-badge-warning-icon-color-active: var(--gl-color-orange-200); /* Used for the icon of a warning status or confidential item in the active state. */
534
+ --gl-badge-warning-icon-color-hover: var(--gl-color-orange-300); /* Used for the icon of a warning status or confidential item in the hover state. */
535
+ --gl-badge-warning-icon-color-default: var(--gl-color-orange-400); /* Used for the icon of a warning status or confidential item when static or the default state when linked. */
536
+ --gl-badge-warning-text-color-active: var(--gl-color-orange-50); /* Used for the text of a warning status or confidential item in the active state.N */
537
+ --gl-badge-warning-text-color-hover: var(--gl-color-orange-100); /* Used for the text of a warning status or confidential item in the hover state. */
538
+ --gl-badge-warning-text-color-default: var(--gl-color-orange-200); /* Used for the text of a warning status or confidential item when static or the default state when linked. */
539
+ --gl-badge-warning-border-color-hover: var(--gl-color-orange-700); /* Used for the border of a warning status or confidential item in the hover state. */
540
+ --gl-badge-warning-background-color-active: var(--gl-color-orange-700); /* Used for the background of a warning status or confidential item in the active state. */
541
+ --gl-badge-warning-background-color-default: var(--gl-color-orange-800); /* Used for the background of a warning status or confidential item when static or the default state when linked. */
542
+ --gl-badge-success-icon-color-active: var(--gl-color-green-200); /* Used for the icon of a success badge in the active state. */
543
+ --gl-badge-success-icon-color-hover: var(--gl-color-green-300); /* Used for the icon of a success badge in the hover state. */
544
+ --gl-badge-success-icon-color-default: var(--gl-color-green-400); /* Used for the icon of a success badge when static or the default state when linked. */
545
+ --gl-badge-success-text-color-active: var(--gl-color-green-50); /* Used for the text of a success badge in the active state. */
546
+ --gl-badge-success-text-color-hover: var(--gl-color-green-100); /* Used for the text of a success badge in the hover state. */
547
+ --gl-badge-success-text-color-default: var(--gl-color-green-200); /* Used for the text of a success badge when static or the default state when linked. */
548
+ --gl-badge-success-border-color-hover: var(--gl-color-green-700); /* Used for the border of a success badge in the hover state. */
549
+ --gl-badge-success-background-color-active: var(--gl-color-green-700); /* Used for the background of a success badge in the active state. */
550
+ --gl-badge-success-background-color-default: var(--gl-color-green-800); /* Used for the background of a success badge when static or the default state when linked. */
551
+ --gl-badge-info-icon-color-active: var(--gl-color-blue-200); /* Used for the icon of an informational badge in the active state. */
552
+ --gl-badge-info-icon-color-hover: var(--gl-color-blue-300); /* Used for the icon of an informational badge in the hover state. */
553
+ --gl-badge-info-icon-color-default: var(--gl-color-blue-400); /* Used for the icon of an informational badge when static or the default state when linked. */
554
+ --gl-badge-info-text-color-active: var(--gl-color-blue-50); /* Used for the text of an informational badge in the active state. */
555
+ --gl-badge-info-text-color-hover: var(--gl-color-blue-100); /* Used for the text of an informational badge in the hover state. */
556
+ --gl-badge-info-text-color-default: var(--gl-color-blue-200); /* Used for the text of an informational badge when static or the default state when linked. */
557
+ --gl-badge-info-border-color-hover: var(--gl-color-blue-700); /* Used for the border of an informational badge in the hover state. */
558
+ --gl-badge-info-background-color-active: var(--gl-color-blue-700); /* Used for the background of an informational badge in the active state. */
559
+ --gl-badge-info-background-color-default: var(--gl-color-blue-800); /* Used for the background of an informational badge when static or the default state when linked. */
560
+ --gl-badge-neutral-icon-color-active: var(--gl-color-neutral-200); /* Used for the icon of a neutral badge in the active state. */
561
+ --gl-badge-neutral-icon-color-hover: var(--gl-color-neutral-300); /* Used for the icon of a neutral badge in the hover state. */
562
+ --gl-badge-neutral-icon-color-default: var(--gl-color-neutral-400); /* Used for the icon of a neutral badge when static or the default state when linked. */
563
+ --gl-badge-neutral-text-color-active: var(--gl-color-neutral-50); /* Used for the text of a neutral badge in the active state. */
564
+ --gl-badge-neutral-text-color-hover: var(--gl-color-neutral-100); /* Used for the text of a neutral badge in the hover state. */
565
+ --gl-badge-neutral-text-color-default: var(--gl-color-neutral-200); /* Used for the text of a neutral badge when static or the default state when linked. */
566
+ --gl-badge-neutral-border-color-hover: var(--gl-color-neutral-700); /* Used for the border of a neutral badge in the hover state. */
567
+ --gl-badge-neutral-background-color-active: var(--gl-color-neutral-700); /* Used for the background of a neutral badge in the active state. */
568
+ --gl-badge-neutral-background-color-default: var(--gl-color-neutral-800); /* Used for the background of a neutral badge when static or the default state when linked. */
569
+ --gl-badge-muted-icon-color-active: var(--gl-color-neutral-200); /* Used for the icon of a subtle neutral badge in the active state. */
570
+ --gl-badge-muted-icon-color-hover: var(--gl-color-neutral-300); /* Used for the icon of a subtle neutral badge in the hover state. */
571
+ --gl-badge-muted-icon-color-default: var(--gl-color-neutral-400); /* Used for the icon of a subtle neutral badge when static or the default state when linked. */
572
+ --gl-badge-muted-text-color-active: var(--gl-color-neutral-100); /* Used for the text of a subtle neutral badge in the active state. */
573
+ --gl-badge-muted-text-color-hover: var(--gl-color-neutral-200); /* Used for the text of a subtle neutral badge in the hover state. */
574
+ --gl-badge-muted-text-color-default: var(--gl-color-neutral-300); /* Used for the text of a subtle neutral badge when static or the default state when linked. */
575
+ --gl-badge-muted-border-color-hover: var(--gl-color-neutral-700); /* Used for the border of a subtle neutral badge in the hover state. */
576
+ --gl-badge-muted-background-color-active: var(--gl-color-neutral-800); /* Used for the background of a subtle neutral badge in the active state. */
577
+ --gl-badge-muted-background-color-default: var(--gl-color-neutral-900); /* Used for the background of a subtle neutral badge when static or the default state when linked. */
574
578
  --gl-avatar-fallback-background-color-neutral: var(--gl-color-neutral-900); /* Neutral background for avatar fallback with no particular meaning. */
575
579
  --gl-avatar-fallback-background-color-orange: var(--gl-color-orange-900); /* Orange background for avatar fallback with no particular meaning. */
576
580
  --gl-avatar-fallback-background-color-green: var(--gl-color-green-900); /* Green background for avatar fallback with no particular meaning. */
@@ -607,6 +611,20 @@
607
611
  --gl-focus-ring-inner-color: var(--gl-background-color-default); /* Used for the inner neutral portion of the focus ring. */
608
612
  --gl-table-sorting-icon-color: var(--gl-text-color-heading); /* Used for the color of the sorting icons in the column headers. */
609
613
  --gl-table-row-background-color-hover: var(--gl-background-color-subtle); /* Used for the background of a table row in hover state. */
614
+ --gl-badge-tier-icon-color-focus: var(--gl-badge-tier-icon-color-hover); /* Used for the icon of a tier related badge in the focus state. */
615
+ --gl-badge-tier-text-color-focus: var(--gl-badge-tier-text-color-hover); /* Used for the text of a tier related badge in the focus state. */
616
+ --gl-badge-danger-icon-color-focus: var(--gl-badge-danger-icon-color-hover); /* Used for the icon of a danger (critical) badge in the focus state. */
617
+ --gl-badge-danger-text-color-focus: var(--gl-badge-danger-text-color-hover); /* Used for the text of a danger (critical) badge in the focus state. */
618
+ --gl-badge-warning-icon-color-focus: var(--gl-badge-warning-icon-color-hover); /* Used for the icon of a warning status or confidential item in the focus state. */
619
+ --gl-badge-warning-text-color-focus: var(--gl-badge-warning-text-color-hover); /* Used for the text of a warning status or confidential item in the focus state. */
620
+ --gl-badge-success-icon-color-focus: var(--gl-badge-success-icon-color-hover); /* Used for the icon of a success badge in the focus state. */
621
+ --gl-badge-success-text-color-focus: var(--gl-badge-success-text-color-hover); /* Used for the text of a success badge in the focus state. */
622
+ --gl-badge-info-icon-color-focus: var(--gl-badge-info-icon-color-hover); /* Used for the icon of an informational badge in the focus state. */
623
+ --gl-badge-info-text-color-focus: var(--gl-badge-info-text-color-hover); /* Used for the text of an informational badge in the focus state. */
624
+ --gl-badge-neutral-icon-color-focus: var(--gl-badge-neutral-icon-color-hover); /* Used for the icon of a neutral badge in the focus state. */
625
+ --gl-badge-neutral-text-color-focus: var(--gl-badge-neutral-text-color-hover); /* Used for the text of a neutral badge in the focus state. */
626
+ --gl-badge-muted-icon-color-focus: var(--gl-badge-muted-icon-color-hover); /* Used for the icon of a subtle neutral badge in the focus state. */
627
+ --gl-badge-muted-text-color-focus: var(--gl-badge-muted-text-color-hover); /* Used for the text of a subtle neutral badge in the focus state. */
610
628
  --gl-action-danger-border-color-active: var(--gl-action-danger-border-color-default); /* Used for the border of a danger action in the active state. */
611
629
  --gl-action-danger-border-color-focus: var(--gl-action-danger-border-color-default); /* Used for the border of a danger action in the focus state. */
612
630
  --gl-action-danger-border-color-hover: var(--gl-action-danger-border-color-default); /* Used for the border of a danger action in the hover state. */