@gitlab/ui 84.0.0 → 84.2.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.
@@ -398,6 +398,83 @@ $gl-text-color-heading: $gl-color-neutral-0; // Used for headings level 1-6.
398
398
  $gl-text-color-strong: $gl-color-neutral-0; // Used for text with the highest contrast.
399
399
  $gl-text-color-subtle: $gl-color-neutral-200; // Used for supplemental text that doesn't need to be as prominent as other text.
400
400
  $gl-text-color-default: $gl-color-neutral-50; // Used for the default text color.
401
+ $gl-status-brand-icon-color-active: $gl-color-purple-300; // Used for the icon of a brand related status item in the active state.
402
+ $gl-status-brand-icon-color-focus: $gl-color-purple-400; // Used for the icon of a brand related status item in the focus state.
403
+ $gl-status-brand-icon-color-hover: $gl-color-purple-400; // Used for the icon of a brand related status item in the hover state.
404
+ $gl-status-brand-icon-color-default: $gl-color-purple-500; // Used for the icon of a brand related status item when static or the default state when linked.
405
+ $gl-status-brand-text-color-active: $gl-color-purple-100; // Used for the text of a brand related status item in the active state.
406
+ $gl-status-brand-text-color-focus: $gl-color-purple-200; // Used for the text of a brand related status item in the focus state.
407
+ $gl-status-brand-text-color-hover: $gl-color-purple-200; // Used for the text of a brand related status item in the hover state.
408
+ $gl-status-brand-text-color-default: $gl-color-purple-300; // Used for the text of a brand related status item when static or the default state when linked.
409
+ $gl-status-brand-border-color-hover: $gl-color-purple-800; // Used for the border of a brand related status item in the hover state.
410
+ $gl-status-brand-background-color-active: $gl-color-purple-800; // Used for the background of a brand related status item in the active state.
411
+ $gl-status-brand-background-color-default: $gl-color-purple-900; // Used for the background of a brand related status item when static or the default state when linked.
412
+ $gl-status-danger-icon-color-active: $gl-color-red-200; // Used for the icon of a danger (critical) status item in the active state.
413
+ $gl-status-danger-icon-color-focus: $gl-color-red-300; // Used for the icon of a danger (critical) status item in the focus state.
414
+ $gl-status-danger-icon-color-hover: $gl-color-red-300; // Used for the icon of a danger (critical) status item in the hover state.
415
+ $gl-status-danger-icon-color-default: $gl-color-red-400; // Used for the icon of a danger (critical) status item when static or the default state when linked.
416
+ $gl-status-danger-text-color-active: $gl-color-red-50; // Used for the text of a danger (critical) status item in the active state.
417
+ $gl-status-danger-text-color-focus: $gl-color-red-100; // Used for the text of a danger (critical) status item in the focus state.
418
+ $gl-status-danger-text-color-hover: $gl-color-red-100; // Used for the text of a danger (critical) status item in the hover state.
419
+ $gl-status-danger-text-color-default: $gl-color-red-200; // Used for the text of a danger (critical) status item when static or the default state when linked.
420
+ $gl-status-danger-border-color-hover: $gl-color-red-700; // Used for the border of a danger (critical) status item in the hover state.
421
+ $gl-status-danger-background-color-active: $gl-color-red-700; // Used for the background of a danger (critical) status item in the active state.
422
+ $gl-status-danger-background-color-default: $gl-color-red-800; // Used for the background of a danger (critical) status item when static or the default state when linked.
423
+ $gl-status-warning-icon-color-active: $gl-color-orange-200; // Used for the icon of a warning status or confidential item in the active state.
424
+ $gl-status-warning-icon-color-focus: $gl-color-orange-300; // Used for the icon of a warning status or confidential item in the focus state.
425
+ $gl-status-warning-icon-color-hover: $gl-color-orange-300; // Used for the icon of a warning status or confidential item in the hover state.
426
+ $gl-status-warning-icon-color-default: $gl-color-orange-400; // Used for the icon of a warning status or confidential item when static or the default state when linked.
427
+ $gl-status-warning-text-color-active: $gl-color-orange-50; // Used for the text of a warning status or confidential item in the active state.N
428
+ $gl-status-warning-text-color-focus: $gl-color-orange-100; // Used for the text of a warning status or confidential item in the focus state.
429
+ $gl-status-warning-text-color-hover: $gl-color-orange-100; // Used for the text of a warning status or confidential item in the hover state.
430
+ $gl-status-warning-text-color-default: $gl-color-orange-200; // Used for the text of a warning status or confidential item when static or the default state when linked.
431
+ $gl-status-warning-border-color-hover: $gl-color-orange-700; // Used for the border of a warning status or confidential item in the hover state.
432
+ $gl-status-warning-background-color-active: $gl-color-orange-700; // Used for the background of a warning status or confidential item in the active state.
433
+ $gl-status-warning-background-color-default: $gl-color-orange-800; // Used for the background of a warning status or confidential item when static or the default state when linked.
434
+ $gl-status-success-icon-color-active: $gl-color-green-200; // Used for the icon of a success status item in the active state.
435
+ $gl-status-success-icon-color-focus: $gl-color-green-300; // Used for the icon of a success status item in the focus state.
436
+ $gl-status-success-icon-color-hover: $gl-color-green-300; // Used for the icon of a success status item in the hover state.
437
+ $gl-status-success-icon-color-default: $gl-color-green-400; // Used for the icon of a success status item when static or the default state when linked.
438
+ $gl-status-success-text-color-active: $gl-color-green-50; // Used for the text of a success status item in the active state.
439
+ $gl-status-success-text-color-focus: $gl-color-green-100; // Used for the text of a success status item in the focus state.
440
+ $gl-status-success-text-color-hover: $gl-color-green-100; // Used for the text of a success status item in the hover state.
441
+ $gl-status-success-text-color-default: $gl-color-green-200; // Used for the text of a success status item when static or the default state when linked.
442
+ $gl-status-success-border-color-hover: $gl-color-green-700; // Used for the border of a success status item in the hover state.
443
+ $gl-status-success-background-color-active: $gl-color-green-700; // Used for the background of a success status item in the active state.
444
+ $gl-status-success-background-color-default: $gl-color-green-800; // Used for the background of a success status item when static or the default state when linked.
445
+ $gl-status-info-icon-color-active: $gl-color-blue-200; // Used for the icon of an informational status item in the active state.
446
+ $gl-status-info-icon-color-focus: $gl-color-blue-300; // Used for the icon of an informational status item in the focus state.
447
+ $gl-status-info-icon-color-hover: $gl-color-blue-300; // Used for the icon of an informational status item in the hover state.
448
+ $gl-status-info-icon-color-default: $gl-color-blue-400; // Used for the icon of an informational status item when static or the default state when linked.
449
+ $gl-status-info-text-color-active: $gl-color-blue-50; // Used for the text of an informational status item in the active state.
450
+ $gl-status-info-text-color-focus: $gl-color-blue-100; // Used for the text of an informational status item in the focus state.
451
+ $gl-status-info-text-color-hover: $gl-color-blue-100; // Used for the text of an informational status item in the hover state.
452
+ $gl-status-info-text-color-default: $gl-color-blue-200; // Used for the text of an informational status item when static or the default state when linked.
453
+ $gl-status-info-border-color-hover: $gl-color-blue-700; // Used for the border of an informational status item in the hover state.
454
+ $gl-status-info-background-color-active: $gl-color-blue-700; // Used for the background of an informational status item in the active state.
455
+ $gl-status-info-background-color-default: $gl-color-blue-800; // Used for the background of an informational status item when static or the default state when linked.
456
+ $gl-status-neutral-icon-color-active: $gl-color-neutral-200; // Used for the icon of a neutral status item in the active state.
457
+ $gl-status-neutral-icon-color-focus: $gl-color-neutral-300; // Used for the icon of a neutral status item in the focus state.
458
+ $gl-status-neutral-icon-color-hover: $gl-color-neutral-300; // Used for the icon of a neutral status item in the hover state.
459
+ $gl-status-neutral-icon-color-default: $gl-color-neutral-400; // Used for the icon of a neutral status item when static or the default state when linked.
460
+ $gl-status-neutral-text-color-active: $gl-color-neutral-50; // Used for the text of a neutral status item in the active state.
461
+ $gl-status-neutral-text-color-focus: $gl-color-neutral-100; // Used for the text of a neutral status item in the focus state.
462
+ $gl-status-neutral-text-color-hover: $gl-color-neutral-100; // Used for the text of a neutral status item in the hover state.
463
+ $gl-status-neutral-text-color-default: $gl-color-neutral-200; // Used for the text of a neutral status item when static or the default state when linked.
464
+ $gl-status-neutral-border-color-hover: $gl-color-neutral-700; // Used for the border of a neutral status item in the hover state.
465
+ $gl-status-neutral-background-color-active: $gl-color-neutral-700; // Used for the background of a neutral status item in the active state.
466
+ $gl-status-neutral-background-color-default: $gl-color-neutral-800; // Used for the background of a neutral status item when static or the default state when linked.
467
+ $gl-status-muted-icon-color-active: $gl-color-neutral-200; // Used for the icon of a subtle neutral status item in the active state.
468
+ $gl-status-muted-icon-color-focus: $gl-color-neutral-300; // Used for the icon of a subtle neutral status item in the focus state.
469
+ $gl-status-muted-icon-color-hover: $gl-color-neutral-300; // Used for the icon of a subtle neutral status item in the hover state.
470
+ $gl-status-muted-icon-color-default: $gl-color-neutral-400; // Used for the icon of a subtle neutral status item when static or the default state when linked.
471
+ $gl-status-muted-text-color-active: $gl-color-neutral-100; // Used for the text of a subtle neutral status item in the active state.
472
+ $gl-status-muted-text-color-focus: $gl-color-neutral-200; // Used for the text of a subtle neutral status item in the focus state.
473
+ $gl-status-muted-text-color-hover: $gl-color-neutral-200; // Used for the text of a subtle neutral status item in the hover state.
474
+ $gl-status-muted-text-color-default: $gl-color-neutral-300; // Used for the text of a subtle neutral status item when static or the default state when linked.
475
+ $gl-status-muted-border-color-hover: $gl-color-neutral-700; // Used for the border of a subtle neutral status item in the hover state.
476
+ $gl-status-muted-background-color-active: $gl-color-neutral-800; // Used for the background of a subtle neutral status item in the active state.
477
+ $gl-status-muted-background-color-default: $gl-color-neutral-900; // Used for the background of a subtle neutral status item when static or the default state when linked.
401
478
  $gl-icon-color-success: $gl-color-green-300; // Used for an icon associated with success or validity.
402
479
  $gl-icon-color-danger: $gl-color-red-300; // Used for an icon associated with an error or danger.
403
480
  $gl-icon-color-warning: $gl-color-orange-300; // Used for an icon associated with a warning.
@@ -407,6 +484,7 @@ $gl-icon-color-disabled: $gl-color-neutral-500; // Used for an icon within a dis
407
484
  $gl-icon-color-strong: $gl-color-neutral-10; // Used for an icon with the highest contrast.
408
485
  $gl-icon-color-subtle: $gl-color-neutral-300; // Used for a static or decorational icon. Can be paired with subtle text.
409
486
  $gl-icon-color-default: $gl-color-neutral-100; // Used for the default icon color. Can be paired with default text.
487
+ $gl-breadcrumb-separator-color: $gl-color-neutral-700; // Used for the breadcrumb level separator.
410
488
  $gl-border-color-transparent: $gl-color-alpha-0; // Used when a border needs to be present, but not visibly perceived.
411
489
  $gl-border-color-strong: $gl-color-neutral-400; // Used for a distinct border that emphasizes an edge or boundaries.
412
490
  $gl-border-color-subtle: $gl-color-neutral-900; // Used for a border that has a little more definition, or is used in combination with a subtle background.
@@ -398,6 +398,83 @@ $gl-text-color-heading: $gl-color-neutral-950; // Used for headings level 1-6.
398
398
  $gl-text-color-strong: $gl-color-neutral-950; // Used for text with the highest contrast.
399
399
  $gl-text-color-subtle: $gl-color-neutral-600; // Used for supplemental text that doesn't need to be as prominent as other text.
400
400
  $gl-text-color-default: $gl-color-neutral-800; // Used for the default text color.
401
+ $gl-status-brand-icon-color-active: $gl-color-purple-700; // Used for the icon of a brand related status item in the active state.
402
+ $gl-status-brand-icon-color-focus: $gl-color-purple-600; // Used for the icon of a brand related status item in the focus state.
403
+ $gl-status-brand-icon-color-hover: $gl-color-purple-600; // Used for the icon of a brand related status item in the hover state.
404
+ $gl-status-brand-icon-color-default: $gl-color-purple-500; // Used for the icon of a brand related status item when static or the default state when linked.
405
+ $gl-status-brand-text-color-active: $gl-color-purple-900; // Used for the text of a brand related status item in the active state.
406
+ $gl-status-brand-text-color-focus: $gl-color-purple-800; // Used for the text of a brand related status item in the focus state.
407
+ $gl-status-brand-text-color-hover: $gl-color-purple-800; // Used for the text of a brand related status item in the hover state.
408
+ $gl-status-brand-text-color-default: $gl-color-purple-700; // Used for the text of a brand related status item when static or the default state when linked.
409
+ $gl-status-brand-border-color-hover: $gl-color-purple-200; // Used for the border of a brand related status item in the hover state.
410
+ $gl-status-brand-background-color-active: $gl-color-purple-200; // Used for the background of a brand related status item in the active state.
411
+ $gl-status-brand-background-color-default: $gl-color-purple-100; // Used for the background of a brand related status item when static or the default state when linked.
412
+ $gl-status-danger-icon-color-active: $gl-color-red-700; // Used for the icon of a danger (critical) status item in the active state.
413
+ $gl-status-danger-icon-color-focus: $gl-color-red-600; // Used for the icon of a danger (critical) status item in the focus state.
414
+ $gl-status-danger-icon-color-hover: $gl-color-red-600; // Used for the icon of a danger (critical) status item in the hover state.
415
+ $gl-status-danger-icon-color-default: $gl-color-red-500; // Used for the icon of a danger (critical) status item when static or the default state when linked.
416
+ $gl-status-danger-text-color-active: $gl-color-red-900; // Used for the text of a danger (critical) status item in the active state.
417
+ $gl-status-danger-text-color-focus: $gl-color-red-800; // Used for the text of a danger (critical) status item in the focus state.
418
+ $gl-status-danger-text-color-hover: $gl-color-red-800; // Used for the text of a danger (critical) status item in the hover state.
419
+ $gl-status-danger-text-color-default: $gl-color-red-700; // Used for the text of a danger (critical) status item when static or the default state when linked.
420
+ $gl-status-danger-border-color-hover: $gl-color-red-200; // Used for the border of a danger (critical) status item in the hover state.
421
+ $gl-status-danger-background-color-active: $gl-color-red-200; // Used for the background of a danger (critical) status item in the active state.
422
+ $gl-status-danger-background-color-default: $gl-color-red-100; // Used for the background of a danger (critical) status item when static or the default state when linked.
423
+ $gl-status-warning-icon-color-active: $gl-color-orange-700; // Used for the icon of a warning status or confidential item in the active state.
424
+ $gl-status-warning-icon-color-focus: $gl-color-orange-600; // Used for the icon of a warning status or confidential item in the focus state.
425
+ $gl-status-warning-icon-color-hover: $gl-color-orange-600; // Used for the icon of a warning status or confidential item in the hover state.
426
+ $gl-status-warning-icon-color-default: $gl-color-orange-500; // Used for the icon of a warning status or confidential item when static or the default state when linked.
427
+ $gl-status-warning-text-color-active: $gl-color-orange-900; // Used for the text of a warning status or confidential item in the active state.N
428
+ $gl-status-warning-text-color-focus: $gl-color-orange-800; // Used for the text of a warning status or confidential item in the focus state.
429
+ $gl-status-warning-text-color-hover: $gl-color-orange-800; // Used for the text of a warning status or confidential item in the hover state.
430
+ $gl-status-warning-text-color-default: $gl-color-orange-700; // Used for the text of a warning status or confidential item when static or the default state when linked.
431
+ $gl-status-warning-border-color-hover: $gl-color-orange-200; // Used for the border of a warning status or confidential item in the hover state.
432
+ $gl-status-warning-background-color-active: $gl-color-orange-200; // Used for the background of a warning status or confidential item in the active state.
433
+ $gl-status-warning-background-color-default: $gl-color-orange-100; // Used for the background of a warning status or confidential item when static or the default state when linked.
434
+ $gl-status-success-icon-color-active: $gl-color-green-700; // Used for the icon of a success status item in the active state.
435
+ $gl-status-success-icon-color-focus: $gl-color-green-600; // Used for the icon of a success status item in the focus state.
436
+ $gl-status-success-icon-color-hover: $gl-color-green-600; // Used for the icon of a success status item in the hover state.
437
+ $gl-status-success-icon-color-default: $gl-color-green-500; // Used for the icon of a success status item when static or the default state when linked.
438
+ $gl-status-success-text-color-active: $gl-color-green-900; // Used for the text of a success status item in the active state.
439
+ $gl-status-success-text-color-focus: $gl-color-green-800; // Used for the text of a success status item in the focus state.
440
+ $gl-status-success-text-color-hover: $gl-color-green-800; // Used for the text of a success status item in the hover state.
441
+ $gl-status-success-text-color-default: $gl-color-green-700; // Used for the text of a success status item when static or the default state when linked.
442
+ $gl-status-success-border-color-hover: $gl-color-green-200; // Used for the border of a success status item in the hover state.
443
+ $gl-status-success-background-color-active: $gl-color-green-200; // Used for the background of a success status item in the active state.
444
+ $gl-status-success-background-color-default: $gl-color-green-100; // Used for the background of a success status item when static or the default state when linked.
445
+ $gl-status-info-icon-color-active: $gl-color-blue-700; // Used for the icon of an informational status item in the active state.
446
+ $gl-status-info-icon-color-focus: $gl-color-blue-600; // Used for the icon of an informational status item in the focus state.
447
+ $gl-status-info-icon-color-hover: $gl-color-blue-600; // Used for the icon of an informational status item in the hover state.
448
+ $gl-status-info-icon-color-default: $gl-color-blue-500; // Used for the icon of an informational status item when static or the default state when linked.
449
+ $gl-status-info-text-color-active: $gl-color-blue-900; // Used for the text of an informational status item in the active state.
450
+ $gl-status-info-text-color-focus: $gl-color-blue-800; // Used for the text of an informational status item in the focus state.
451
+ $gl-status-info-text-color-hover: $gl-color-blue-800; // Used for the text of an informational status item in the hover state.
452
+ $gl-status-info-text-color-default: $gl-color-blue-700; // Used for the text of an informational status item when static or the default state when linked.
453
+ $gl-status-info-border-color-hover: $gl-color-blue-200; // Used for the border of an informational status item in the hover state.
454
+ $gl-status-info-background-color-active: $gl-color-blue-200; // Used for the background of an informational status item in the active state.
455
+ $gl-status-info-background-color-default: $gl-color-blue-100; // Used for the background of an informational status item when static or the default state when linked.
456
+ $gl-status-neutral-icon-color-active: $gl-color-neutral-700; // Used for the icon of a neutral status item in the active state.
457
+ $gl-status-neutral-icon-color-focus: $gl-color-neutral-600; // Used for the icon of a neutral status item in the focus state.
458
+ $gl-status-neutral-icon-color-hover: $gl-color-neutral-600; // Used for the icon of a neutral status item in the hover state.
459
+ $gl-status-neutral-icon-color-default: $gl-color-neutral-500; // Used for the icon of a neutral status item when static or the default state when linked.
460
+ $gl-status-neutral-text-color-active: $gl-color-neutral-900; // Used for the text of a neutral status item in the active state.
461
+ $gl-status-neutral-text-color-focus: $gl-color-neutral-800; // Used for the text of a neutral status item in the focus state.
462
+ $gl-status-neutral-text-color-hover: $gl-color-neutral-800; // Used for the text of a neutral status item in the hover state.
463
+ $gl-status-neutral-text-color-default: $gl-color-neutral-700; // Used for the text of a neutral status item when static or the default state when linked.
464
+ $gl-status-neutral-border-color-hover: $gl-color-neutral-200; // Used for the border of a neutral status item in the hover state.
465
+ $gl-status-neutral-background-color-active: $gl-color-neutral-200; // Used for the background of a neutral status item in the active state.
466
+ $gl-status-neutral-background-color-default: $gl-color-neutral-100; // Used for the background of a neutral status item when static or the default state when linked.
467
+ $gl-status-muted-icon-color-active: $gl-color-neutral-700; // Used for the icon of a subtle neutral status item in the active state.
468
+ $gl-status-muted-icon-color-focus: $gl-color-neutral-600; // Used for the icon of a subtle neutral status item in the focus state.
469
+ $gl-status-muted-icon-color-hover: $gl-color-neutral-600; // Used for the icon of a subtle neutral status item in the hover state.
470
+ $gl-status-muted-icon-color-default: $gl-color-neutral-500; // Used for the icon of a subtle neutral status item when static or the default state when linked.
471
+ $gl-status-muted-text-color-active: $gl-color-neutral-800; // Used for the text of a subtle neutral status item in the active state.
472
+ $gl-status-muted-text-color-focus: $gl-color-neutral-700; // Used for the text of a subtle neutral status item in the focus state.
473
+ $gl-status-muted-text-color-hover: $gl-color-neutral-700; // Used for the text of a subtle neutral status item in the hover state.
474
+ $gl-status-muted-text-color-default: $gl-color-neutral-600; // Used for the text of a subtle neutral status item when static or the default state when linked.
475
+ $gl-status-muted-border-color-hover: $gl-color-neutral-200; // Used for the border of a subtle neutral status item in the hover state.
476
+ $gl-status-muted-background-color-active: $gl-color-neutral-100; // Used for the background of a subtle neutral status item in the active state.
477
+ $gl-status-muted-background-color-default: $gl-color-neutral-50; // Used for the background of a subtle neutral status item when static or the default state when linked.
401
478
  $gl-icon-color-success: $gl-color-green-600; // Used for an icon associated with success or validity.
402
479
  $gl-icon-color-danger: $gl-color-red-600; // Used for an icon associated with an error or danger.
403
480
  $gl-icon-color-warning: $gl-color-orange-600; // Used for an icon associated with a warning.
@@ -407,6 +484,7 @@ $gl-icon-color-disabled: $gl-color-neutral-300; // Used for an icon within a dis
407
484
  $gl-icon-color-strong: $gl-color-neutral-900; // Used for an icon with the highest contrast.
408
485
  $gl-icon-color-subtle: $gl-color-neutral-500; // Used for a static or decorational icon. Can be paired with subtle text.
409
486
  $gl-icon-color-default: $gl-color-neutral-700; // Used for the default icon color. Can be paired with default text.
487
+ $gl-breadcrumb-separator-color: $gl-color-neutral-200; // Used for the breadcrumb level separator.
410
488
  $gl-border-color-transparent: $gl-color-alpha-0; // Used when a border needs to be present, but not visibly perceived.
411
489
  $gl-border-color-strong: $gl-color-neutral-400; // Used for a distinct border that emphasizes an edge or boundaries.
412
490
  $gl-border-color-subtle: $gl-color-neutral-50; // Used for a border that has a little more definition, or is used in combination with a subtle background.
@@ -386,6 +386,7 @@ $t-white-a-02: var(--t-white-a-02);
386
386
  $t-white-a-04: var(--t-white-a-04);
387
387
  $t-white-a-06: var(--t-white-a-06);
388
388
  $t-white-a-08: var(--t-white-a-08);
389
+ $gl-breadcrumb-separator-color: var(--gl-breadcrumb-separator-color);
389
390
  $gl-icon-color-default: var(--gl-icon-color-default);
390
391
  $gl-icon-color-subtle: var(--gl-icon-color-subtle);
391
392
  $gl-icon-color-strong: var(--gl-icon-color-strong);
@@ -405,6 +406,83 @@ $gl-line-height-36: var(--gl-line-height-36);
405
406
  $gl-line-height-42: var(--gl-line-height-42);
406
407
  $gl-line-height-44: var(--gl-line-height-44);
407
408
  $gl-line-height-52: var(--gl-line-height-52);
409
+ $gl-status-muted-background-color-default: var(--gl-status-muted-background-color-default);
410
+ $gl-status-muted-background-color-active: var(--gl-status-muted-background-color-active);
411
+ $gl-status-muted-border-color-hover: var(--gl-status-muted-border-color-hover);
412
+ $gl-status-muted-text-color-default: var(--gl-status-muted-text-color-default);
413
+ $gl-status-muted-text-color-hover: var(--gl-status-muted-text-color-hover);
414
+ $gl-status-muted-text-color-focus: var(--gl-status-muted-text-color-focus);
415
+ $gl-status-muted-text-color-active: var(--gl-status-muted-text-color-active);
416
+ $gl-status-muted-icon-color-default: var(--gl-status-muted-icon-color-default);
417
+ $gl-status-muted-icon-color-hover: var(--gl-status-muted-icon-color-hover);
418
+ $gl-status-muted-icon-color-focus: var(--gl-status-muted-icon-color-focus);
419
+ $gl-status-muted-icon-color-active: var(--gl-status-muted-icon-color-active);
420
+ $gl-status-neutral-background-color-default: var(--gl-status-neutral-background-color-default);
421
+ $gl-status-neutral-background-color-active: var(--gl-status-neutral-background-color-active);
422
+ $gl-status-neutral-border-color-hover: var(--gl-status-neutral-border-color-hover);
423
+ $gl-status-neutral-text-color-default: var(--gl-status-neutral-text-color-default);
424
+ $gl-status-neutral-text-color-hover: var(--gl-status-neutral-text-color-hover);
425
+ $gl-status-neutral-text-color-focus: var(--gl-status-neutral-text-color-focus);
426
+ $gl-status-neutral-text-color-active: var(--gl-status-neutral-text-color-active);
427
+ $gl-status-neutral-icon-color-default: var(--gl-status-neutral-icon-color-default);
428
+ $gl-status-neutral-icon-color-hover: var(--gl-status-neutral-icon-color-hover);
429
+ $gl-status-neutral-icon-color-focus: var(--gl-status-neutral-icon-color-focus);
430
+ $gl-status-neutral-icon-color-active: var(--gl-status-neutral-icon-color-active);
431
+ $gl-status-info-background-color-default: var(--gl-status-info-background-color-default);
432
+ $gl-status-info-background-color-active: var(--gl-status-info-background-color-active);
433
+ $gl-status-info-border-color-hover: var(--gl-status-info-border-color-hover);
434
+ $gl-status-info-text-color-default: var(--gl-status-info-text-color-default);
435
+ $gl-status-info-text-color-hover: var(--gl-status-info-text-color-hover);
436
+ $gl-status-info-text-color-focus: var(--gl-status-info-text-color-focus);
437
+ $gl-status-info-text-color-active: var(--gl-status-info-text-color-active);
438
+ $gl-status-info-icon-color-default: var(--gl-status-info-icon-color-default);
439
+ $gl-status-info-icon-color-hover: var(--gl-status-info-icon-color-hover);
440
+ $gl-status-info-icon-color-focus: var(--gl-status-info-icon-color-focus);
441
+ $gl-status-info-icon-color-active: var(--gl-status-info-icon-color-active);
442
+ $gl-status-success-background-color-default: var(--gl-status-success-background-color-default);
443
+ $gl-status-success-background-color-active: var(--gl-status-success-background-color-active);
444
+ $gl-status-success-border-color-hover: var(--gl-status-success-border-color-hover);
445
+ $gl-status-success-text-color-default: var(--gl-status-success-text-color-default);
446
+ $gl-status-success-text-color-hover: var(--gl-status-success-text-color-hover);
447
+ $gl-status-success-text-color-focus: var(--gl-status-success-text-color-focus);
448
+ $gl-status-success-text-color-active: var(--gl-status-success-text-color-active);
449
+ $gl-status-success-icon-color-default: var(--gl-status-success-icon-color-default);
450
+ $gl-status-success-icon-color-hover: var(--gl-status-success-icon-color-hover);
451
+ $gl-status-success-icon-color-focus: var(--gl-status-success-icon-color-focus);
452
+ $gl-status-success-icon-color-active: var(--gl-status-success-icon-color-active);
453
+ $gl-status-warning-background-color-default: var(--gl-status-warning-background-color-default);
454
+ $gl-status-warning-background-color-active: var(--gl-status-warning-background-color-active);
455
+ $gl-status-warning-border-color-hover: var(--gl-status-warning-border-color-hover);
456
+ $gl-status-warning-text-color-default: var(--gl-status-warning-text-color-default);
457
+ $gl-status-warning-text-color-hover: var(--gl-status-warning-text-color-hover);
458
+ $gl-status-warning-text-color-focus: var(--gl-status-warning-text-color-focus);
459
+ $gl-status-warning-text-color-active: var(--gl-status-warning-text-color-active);
460
+ $gl-status-warning-icon-color-default: var(--gl-status-warning-icon-color-default);
461
+ $gl-status-warning-icon-color-hover: var(--gl-status-warning-icon-color-hover);
462
+ $gl-status-warning-icon-color-focus: var(--gl-status-warning-icon-color-focus);
463
+ $gl-status-warning-icon-color-active: var(--gl-status-warning-icon-color-active);
464
+ $gl-status-danger-background-color-default: var(--gl-status-danger-background-color-default);
465
+ $gl-status-danger-background-color-active: var(--gl-status-danger-background-color-active);
466
+ $gl-status-danger-border-color-hover: var(--gl-status-danger-border-color-hover);
467
+ $gl-status-danger-text-color-default: var(--gl-status-danger-text-color-default);
468
+ $gl-status-danger-text-color-hover: var(--gl-status-danger-text-color-hover);
469
+ $gl-status-danger-text-color-focus: var(--gl-status-danger-text-color-focus);
470
+ $gl-status-danger-text-color-active: var(--gl-status-danger-text-color-active);
471
+ $gl-status-danger-icon-color-default: var(--gl-status-danger-icon-color-default);
472
+ $gl-status-danger-icon-color-hover: var(--gl-status-danger-icon-color-hover);
473
+ $gl-status-danger-icon-color-focus: var(--gl-status-danger-icon-color-focus);
474
+ $gl-status-danger-icon-color-active: var(--gl-status-danger-icon-color-active);
475
+ $gl-status-brand-background-color-default: var(--gl-status-brand-background-color-default);
476
+ $gl-status-brand-background-color-active: var(--gl-status-brand-background-color-active);
477
+ $gl-status-brand-border-color-hover: var(--gl-status-brand-border-color-hover);
478
+ $gl-status-brand-text-color-default: var(--gl-status-brand-text-color-default);
479
+ $gl-status-brand-text-color-hover: var(--gl-status-brand-text-color-hover);
480
+ $gl-status-brand-text-color-focus: var(--gl-status-brand-text-color-focus);
481
+ $gl-status-brand-text-color-active: var(--gl-status-brand-text-color-active);
482
+ $gl-status-brand-icon-color-default: var(--gl-status-brand-icon-color-default);
483
+ $gl-status-brand-icon-color-hover: var(--gl-status-brand-icon-color-hover);
484
+ $gl-status-brand-icon-color-focus: var(--gl-status-brand-icon-color-focus);
485
+ $gl-status-brand-icon-color-active: var(--gl-status-brand-icon-color-active);
408
486
  $gl-text-primary: var(--gl-text-primary);
409
487
  $gl-text-secondary: var(--gl-text-secondary);
410
488
  $gl-text-tertiary: var(--gl-text-tertiary);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/ui",
3
- "version": "84.0.0",
3
+ "version": "84.2.0",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -92,93 +92,93 @@ $badge-min-width: 2.5 * $grid-size;
92
92
 
93
93
  @include gl-badge-variant(
94
94
  $variant: muted,
95
- $color: $gray-600,
96
- $icon-color: $gray-500,
97
- $bg: $gray-50,
98
- $hover-color: $gray-700,
99
- $hover-icon-color: $gray-600,
100
- $border-color: $gray-200,
101
- $active-color: $gray-800,
102
- $active-icon-color: $gray-700,
103
- $active-bg: $gray-100
95
+ $color: var(--gl-status-muted-text-color-default),
96
+ $icon-color: var(--gl-status-muted-icon-color-default),
97
+ $bg: var(--gl-status-muted-background-color-default),
98
+ $hover-color: var(--gl-status-muted-text-color-hover),
99
+ $hover-icon-color: var(--gl-status-muted-icon-color-hover),
100
+ $border-color: var(--gl-status-muted-border-color-hover),
101
+ $active-color: var(--gl-status-muted-text-color-active),
102
+ $active-icon-color:var(--gl-status-muted-icon-color-active),
103
+ $active-bg: var(--gl-status-muted-background-color-active)
104
104
  );
105
105
 
106
106
  @include gl-badge-variant(
107
107
  $variant: neutral,
108
- $color: $gray-700,
109
- $icon-color: $gray-500,
110
- $bg: $gray-100,
111
- $hover-color: $gray-800,
112
- $hover-icon-color: $gray-600,
113
- $border-color: $gray-200,
114
- $active-color: $gray-900,
115
- $active-icon-color: $gray-700,
116
- $active-bg: $gray-200
108
+ $color: var(--gl-status-neutral-text-color-default),
109
+ $icon-color: var(--gl-status-neutral-icon-color-default),
110
+ $bg: var(--gl-status-neutral-background-color-default),
111
+ $hover-color: var(--gl-status-neutral-text-color-hover),
112
+ $hover-icon-color: var(--gl-status-neutral-icon-color-hover),
113
+ $border-color: var(--gl-status-neutral-border-color-hover),
114
+ $active-color: var(--gl-status-neutral-text-color-active),
115
+ $active-icon-color:var(--gl-status-neutral-icon-color-active),
116
+ $active-bg: var(--gl-status-neutral-background-color-active)
117
117
  );
118
118
 
119
119
  @include gl-badge-variant(
120
120
  $variant: info,
121
- $color: $blue-700,
122
- $icon-color: $blue-500,
123
- $bg: $blue-100,
124
- $hover-color: $blue-800,
125
- $hover-icon-color: $blue-600,
126
- $border-color: $blue-200,
127
- $active-color: $blue-900,
128
- $active-icon-color: $blue-700,
129
- $active-bg: $blue-200
121
+ $color: var(--gl-status-info-text-color-default),
122
+ $icon-color: var(--gl-status-info-icon-color-default),
123
+ $bg: var(--gl-status-info-background-color-default),
124
+ $hover-color: var(--gl-status-info-text-color-hover),
125
+ $hover-icon-color: var(--gl-status-info-icon-color-hover),
126
+ $border-color: var(--gl-status-info-border-color-hover),
127
+ $active-color: var(--gl-status-info-text-color-active),
128
+ $active-icon-color:var(--gl-status-info-icon-color-active),
129
+ $active-bg: var(--gl-status-info-background-color-active)
130
130
  );
131
131
 
132
132
  @include gl-badge-variant(
133
133
  $variant: success,
134
- $color: $green-700,
135
- $icon-color: $green-500,
136
- $bg: $green-100,
137
- $hover-color: $green-800,
138
- $hover-icon-color: $green-600,
139
- $border-color: $green-200,
140
- $active-color: $green-900,
141
- $active-icon-color: $green-700,
142
- $active-bg: $green-200
134
+ $color: var(--gl-status-success-text-color-default),
135
+ $icon-color: var(--gl-status-success-icon-color-default),
136
+ $bg: var(--gl-status-success-background-color-default),
137
+ $hover-color: var(--gl-status-success-text-color-hover),
138
+ $hover-icon-color: var(--gl-status-success-icon-color-hover),
139
+ $border-color: var(--gl-status-success-border-color-hover),
140
+ $active-color: var(--gl-status-success-text-color-active),
141
+ $active-icon-color:var(--gl-status-success-icon-color-active),
142
+ $active-bg: var(--gl-status-success-background-color-active)
143
143
  );
144
144
 
145
145
  @include gl-badge-variant(
146
146
  $variant: warning,
147
- $color: $orange-700,
148
- $icon-color: $orange-500,
149
- $bg: $orange-100,
150
- $hover-color: $orange-800,
151
- $hover-icon-color: $orange-600,
152
- $border-color: $orange-200,
153
- $active-color: $orange-900,
154
- $active-icon-color: $orange-700,
155
- $active-bg: $orange-200
147
+ $color: var(--gl-status-warning-text-color-default),
148
+ $icon-color: var(--gl-status-warning-icon-color-default),
149
+ $bg: var(--gl-status-warning-background-color-default),
150
+ $hover-color: var(--gl-status-warning-text-color-hover),
151
+ $hover-icon-color: var(--gl-status-warning-icon-color-hover),
152
+ $border-color: var(--gl-status-warning-border-color-hover),
153
+ $active-color: var(--gl-status-warning-text-color-active),
154
+ $active-icon-color:var(--gl-status-warning-icon-color-active),
155
+ $active-bg: var(--gl-status-warning-background-color-active)
156
156
  );
157
157
 
158
158
  @include gl-badge-variant(
159
159
  $variant: danger,
160
- $color: $red-700,
161
- $icon-color: $red-500,
162
- $bg: $red-100,
163
- $hover-color: $red-800,
164
- $hover-icon-color: $red-600,
165
- $border-color: $red-200,
166
- $active-color: $red-900,
167
- $active-icon-color: $red-700,
168
- $active-bg: $red-200
160
+ $color: var(--gl-status-danger-text-color-default),
161
+ $icon-color: var(--gl-status-danger-icon-color-default),
162
+ $bg: var(--gl-status-danger-background-color-default),
163
+ $hover-color: var(--gl-status-danger-text-color-hover),
164
+ $hover-icon-color: var(--gl-status-danger-icon-color-hover),
165
+ $border-color: var(--gl-status-danger-border-color-hover),
166
+ $active-color: var(--gl-status-danger-text-color-active),
167
+ $active-icon-color:var(--gl-status-danger-icon-color-active),
168
+ $active-bg: var(--gl-status-danger-background-color-active)
169
169
  );
170
170
 
171
171
  @include gl-badge-variant(
172
172
  $variant: tier,
173
- $color: $purple-700,
174
- $icon-color: $purple-500,
175
- $bg: $purple-100,
176
- $hover-color: $purple-800,
177
- $hover-icon-color: $purple-600,
178
- $border-color: $purple-200,
179
- $active-color: $purple-900,
180
- $active-icon-color: $purple-700,
181
- $active-bg: $purple-200
173
+ $color: var(--gl-status-brand-text-color-default),
174
+ $icon-color: var(--gl-status-brand-icon-color-default),
175
+ $bg: var(--gl-status-brand-background-color-default),
176
+ $hover-color: var(--gl-status-brand-text-color-hover),
177
+ $hover-icon-color: var(--gl-status-brand-icon-color-hover),
178
+ $border-color: var(--gl-status-brand-border-color-hover),
179
+ $active-color: var(--gl-status-brand-text-color-active),
180
+ $active-icon-color:var(--gl-status-brand-icon-color-active),
181
+ $active-bg: var(--gl-status-brand-background-color-active)
182
182
  );
183
183
 
184
184
  // overriding Bootstap's `.btn .badge {top: -1px}` as the badge is not vertically centered otherwise
@@ -22,13 +22,13 @@ $breadcrumb-max-width: $grid-size * 16;
22
22
  @include gl-flex-shrink-0;
23
23
 
24
24
  &:not(:last-child)::after {
25
- @include gl-text-gray-200;
25
+ color: var(--gl-breadcrumb-separator-color);
26
26
  @include gl-px-3;
27
27
  content: '/';
28
28
  }
29
29
 
30
30
  > a {
31
- @include gl-text-gray-700;
31
+ color: var(--gl-text-color-subtle);
32
32
 
33
33
  &:active,
34
34
  &:focus,
@@ -39,6 +39,6 @@ $breadcrumb-max-width: $grid-size * 16;
39
39
  }
40
40
 
41
41
  .gl-breadcrumb-item:last-child > a {
42
- @include gl-text-gray-900;
42
+ color: var(--gl-text-color-default);
43
43
  @include gl-font-weight-bold;
44
44
  }
@@ -400,6 +400,83 @@
400
400
  --gl-text-color-strong: var(--gl-color-neutral-950); /* Used for text with the highest contrast. */
401
401
  --gl-text-color-subtle: var(--gl-color-neutral-600); /* Used for supplemental text that doesn't need to be as prominent as other text. */
402
402
  --gl-text-color-default: var(--gl-color-neutral-800); /* Used for the default text color. */
403
+ --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. */
404
+ --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. */
405
+ --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. */
406
+ --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. */
407
+ --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. */
408
+ --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. */
409
+ --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. */
410
+ --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. */
411
+ --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. */
412
+ --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. */
413
+ --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. */
414
+ --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. */
415
+ --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. */
416
+ --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. */
417
+ --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. */
418
+ --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. */
419
+ --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. */
420
+ --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. */
421
+ --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. */
422
+ --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. */
423
+ --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. */
424
+ --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. */
425
+ --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. */
426
+ --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. */
427
+ --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. */
428
+ --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. */
429
+ --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 */
430
+ --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. */
431
+ --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. */
432
+ --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. */
433
+ --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. */
434
+ --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. */
435
+ --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. */
436
+ --gl-status-success-icon-color-active: var(--gl-color-green-700); /* Used for the icon of a success status item in the active state. */
437
+ --gl-status-success-icon-color-focus: var(--gl-color-green-600); /* Used for the icon of a success status item in the focus state. */
438
+ --gl-status-success-icon-color-hover: var(--gl-color-green-600); /* Used for the icon of a success status item in the hover state. */
439
+ --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. */
440
+ --gl-status-success-text-color-active: var(--gl-color-green-900); /* Used for the text of a success status item in the active state. */
441
+ --gl-status-success-text-color-focus: var(--gl-color-green-800); /* Used for the text of a success status item in the focus state. */
442
+ --gl-status-success-text-color-hover: var(--gl-color-green-800); /* Used for the text of a success status item in the hover state. */
443
+ --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. */
444
+ --gl-status-success-border-color-hover: var(--gl-color-green-200); /* Used for the border of a success status item in the hover state. */
445
+ --gl-status-success-background-color-active: var(--gl-color-green-200); /* Used for the background of a success status item in the active state. */
446
+ --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. */
447
+ --gl-status-info-icon-color-active: var(--gl-color-blue-700); /* Used for the icon of an informational status item in the active state. */
448
+ --gl-status-info-icon-color-focus: var(--gl-color-blue-600); /* Used for the icon of an informational status item in the focus state. */
449
+ --gl-status-info-icon-color-hover: var(--gl-color-blue-600); /* Used for the icon of an informational status item in the hover state. */
450
+ --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. */
451
+ --gl-status-info-text-color-active: var(--gl-color-blue-900); /* Used for the text of an informational status item in the active state. */
452
+ --gl-status-info-text-color-focus: var(--gl-color-blue-800); /* Used for the text of an informational status item in the focus state. */
453
+ --gl-status-info-text-color-hover: var(--gl-color-blue-800); /* Used for the text of an informational status item in the hover state. */
454
+ --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. */
455
+ --gl-status-info-border-color-hover: var(--gl-color-blue-200); /* Used for the border of an informational status item in the hover state. */
456
+ --gl-status-info-background-color-active: var(--gl-color-blue-200); /* Used for the background of an informational status item in the active state. */
457
+ --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. */
458
+ --gl-status-neutral-icon-color-active: var(--gl-color-neutral-700); /* Used for the icon of a neutral status item in the active state. */
459
+ --gl-status-neutral-icon-color-focus: var(--gl-color-neutral-600); /* Used for the icon of a neutral status item in the focus state. */
460
+ --gl-status-neutral-icon-color-hover: var(--gl-color-neutral-600); /* Used for the icon of a neutral status item in the hover state. */
461
+ --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. */
462
+ --gl-status-neutral-text-color-active: var(--gl-color-neutral-900); /* Used for the text of a neutral status item in the active state. */
463
+ --gl-status-neutral-text-color-focus: var(--gl-color-neutral-800); /* Used for the text of a neutral status item in the focus state. */
464
+ --gl-status-neutral-text-color-hover: var(--gl-color-neutral-800); /* Used for the text of a neutral status item in the hover state. */
465
+ --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. */
466
+ --gl-status-neutral-border-color-hover: var(--gl-color-neutral-200); /* Used for the border of a neutral status item in the hover state. */
467
+ --gl-status-neutral-background-color-active: var(--gl-color-neutral-200); /* Used for the background of a neutral status item in the active state. */
468
+ --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. */
469
+ --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. */
470
+ --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. */
471
+ --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. */
472
+ --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. */
473
+ --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. */
474
+ --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. */
475
+ --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. */
476
+ --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. */
477
+ --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. */
478
+ --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. */
479
+ --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. */
403
480
  --gl-icon-color-success: var(--gl-color-green-600); /* Used for an icon associated with success or validity. */
404
481
  --gl-icon-color-danger: var(--gl-color-red-600); /* Used for an icon associated with an error or danger. */
405
482
  --gl-icon-color-warning: var(--gl-color-orange-600); /* Used for an icon associated with a warning. */
@@ -409,6 +486,7 @@
409
486
  --gl-icon-color-strong: var(--gl-color-neutral-900); /* Used for an icon with the highest contrast. */
410
487
  --gl-icon-color-subtle: var(--gl-color-neutral-500); /* Used for a static or decorational icon. Can be paired with subtle text. */
411
488
  --gl-icon-color-default: var(--gl-color-neutral-700); /* Used for the default icon color. Can be paired with default text. */
489
+ --gl-breadcrumb-separator-color: var(--gl-color-neutral-200); /* Used for the breadcrumb level separator. */
412
490
  --gl-border-color-transparent: var(--gl-color-alpha-0); /* Used when a border needs to be present, but not visibly perceived. */
413
491
  --gl-border-color-strong: var(--gl-color-neutral-400); /* Used for a distinct border that emphasizes an edge or boundaries. */
414
492
  --gl-border-color-subtle: var(--gl-color-neutral-50); /* Used for a border that has a little more definition, or is used in combination with a subtle background. */