@patternfly/patternfly 5.0.0-alpha.57 → 5.0.0-alpha.59

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.
Files changed (77) hide show
  1. package/assets/images/pf_logo.svg +11 -11
  2. package/base/patternfly-variables.css +3 -1
  3. package/base/themes/dark/_variables.scss +2 -0
  4. package/components/Alert/alert.css +7 -7
  5. package/components/Alert/themes/dark/alert.scss +7 -7
  6. package/components/AppLauncher/app-launcher.css +1 -0
  7. package/components/AppLauncher/app-launcher.scss +1 -0
  8. package/components/Badge/badge.css +1 -0
  9. package/components/Badge/themes/dark/badge.scss +1 -0
  10. package/components/Banner/banner.css +6 -8
  11. package/components/Banner/banner.scss +5 -5
  12. package/components/Banner/themes/dark/banner.scss +2 -6
  13. package/components/Button/button.css +4 -0
  14. package/components/Button/button.scss +2 -0
  15. package/components/Button/themes/dark/button.scss +4 -2
  16. package/components/CalendarMonth/calendar-month.css +3 -3
  17. package/components/CalendarMonth/calendar-month.scss +1 -5
  18. package/components/CalendarMonth/themes/dark/calendar-month.scss +2 -0
  19. package/components/DragDrop/drag-drop.css +23 -7
  20. package/components/DragDrop/drag-drop.scss +36 -17
  21. package/components/DragDrop/themes/dark/drag-drop.scss +7 -0
  22. package/components/Dropdown/dropdown.css +2 -0
  23. package/components/Dropdown/themes/dark/dropdown.scss +2 -0
  24. package/components/DualListSelector/dual-list-selector.css +9 -3
  25. package/components/DualListSelector/dual-list-selector.scss +10 -3
  26. package/components/DualListSelector/themes/dark/dual-list-selector.scss +9 -0
  27. package/components/FormControl/form-control.css +1 -1
  28. package/components/FormControl/themes/dark/form-control.scss +1 -1
  29. package/components/InputGroup/input-group.css +1 -1
  30. package/components/InputGroup/themes/dark/input-group.scss +1 -1
  31. package/components/Label/label.css +6 -0
  32. package/components/Label/themes/dark/label.scss +6 -0
  33. package/components/Menu/menu.css +0 -1
  34. package/components/Menu/themes/dark/menu.scss +0 -1
  35. package/components/MenuToggle/menu-toggle.css +7 -5
  36. package/components/MenuToggle/menu-toggle.scss +2 -3
  37. package/components/MenuToggle/themes/dark/menu-toggle.scss +17 -14
  38. package/components/Nav/nav.css +1 -1
  39. package/components/Nav/nav.scss +1 -1
  40. package/components/NotificationBadge/notification-badge.css +1 -0
  41. package/components/NotificationBadge/themes/dark/notification-badge.scss +1 -0
  42. package/components/Panel/panel.css +6 -0
  43. package/components/Panel/panel.scss +9 -0
  44. package/components/Panel/themes/dark/panel.scss +7 -0
  45. package/components/Popover/popover.css +1 -1
  46. package/components/Popover/themes/dark/popover.scss +1 -1
  47. package/components/ProgressStepper/progress-stepper.css +1 -0
  48. package/components/ProgressStepper/progress-stepper.scss +240 -239
  49. package/components/Tabs/tabs.css +1 -0
  50. package/components/Tabs/themes/dark/tabs.scss +1 -0
  51. package/components/TextInputGroup/text-input-group.css +8 -0
  52. package/components/TextInputGroup/text-input-group.scss +7 -0
  53. package/components/TextInputGroup/themes/dark/text-input-group.scss +11 -0
  54. package/components/ToggleGroup/themes/dark/toggle-group.scss +1 -0
  55. package/components/ToggleGroup/toggle-group.css +3 -0
  56. package/components/ToggleGroup/toggle-group.scss +2 -0
  57. package/components/Wizard/themes/dark/wizard.scss +0 -2
  58. package/components/Wizard/wizard.css +2 -4
  59. package/components/Wizard/wizard.scss +2 -2
  60. package/docs/components/DualListSelector/examples/DualListSelector.md +1 -1
  61. package/docs/components/Slider/examples/Slider.md +15 -13
  62. package/docs/components/TextInputGroup/examples/TextInputGroup.css +4 -0
  63. package/layouts/Level/level.css +3 -3
  64. package/layouts/Level/level.scss +3 -3
  65. package/layouts/Split/split.css +3 -3
  66. package/layouts/Split/split.scss +3 -3
  67. package/layouts/Stack/stack.css +3 -3
  68. package/layouts/Stack/stack.scss +3 -3
  69. package/package.json +2 -2
  70. package/patternfly-base-no-globals.css +3 -1
  71. package/patternfly-base.css +3 -1
  72. package/patternfly-no-globals.css +159 -52
  73. package/patternfly.css +159 -52
  74. package/patternfly.min.css +1 -1
  75. package/patternfly.min.css.map +1 -1
  76. package/sass-utilities/mixins.scss +3 -1
  77. package/sass-utilities/themes/dark/scss-variables.scss +7 -2
package/patternfly.css CHANGED
@@ -355,6 +355,8 @@
355
355
  --pf-v5-global--active-color--100: #1fa7f8;
356
356
  --pf-v5-global--primary-color--100: #1fa7f8;
357
357
  --pf-v5-global--primary-color--300: #06c;
358
+ --pf-v5-global--primary-color--400: #fff;
359
+ --pf-v5-global--custom-color--200: #73c5c5;
358
360
  --pf-v5-global--success-color--100: #5ba352;
359
361
  --pf-v5-global--warning-color--100: #f0ab00;
360
362
  --pf-v5-global--warning-color--200: #f4c145;
@@ -363,7 +365,7 @@
363
365
  --pf-v5-global--link--Color: #1fa7f8;
364
366
  --pf-v5-global--link--Color--hover: #73bcf7;
365
367
  --pf-v5-global--link--Color--visited: #a18fff;
366
- --pf-v5-global--disabled-color--100: #57585a;
368
+ --pf-v5-global--disabled-color--100: #868789;
367
369
  --pf-v5-global--disabled-color--200: #444548;
368
370
  --pf-v5-global--disabled-color--300: #aaabac;
369
371
  --pf-v5-global--icon--Color--light: #aaabac;
@@ -6106,17 +6108,17 @@ button) {
6106
6108
  }
6107
6109
 
6108
6110
  :where(.pf-v5-theme-dark) .pf-v5-c-alert {
6109
- --pf-v5-c-alert--BackgroundColor: var(--pf-v5-global--palette--black-600);
6110
- --pf-v5-c-alert__title--Color: var(--pf-v5-global--custom-color--200);
6111
+ --pf-v5-c-alert--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
6112
+ --pf-v5-c-alert--m-custom__title--Color: var(--pf-v5-global--custom-color--200);
6111
6113
  --pf-v5-c-alert--m-success__title--Color: var(--pf-v5-global--success-color--100);
6112
6114
  --pf-v5-c-alert--m-danger__title--Color: var(--pf-v5-global--danger-color--100);
6113
6115
  --pf-v5-c-alert--m-warning__title--Color: var(--pf-v5-global--warning-color--100);
6114
6116
  --pf-v5-c-alert--m-info__title--Color: var(--pf-v5-global--info-color--100);
6115
- --pf-v5-c-alert--m-inline--BackgroundColor: var(--pf-v5-global--palette--black-600);
6116
- --pf-v5-c-alert--m-inline--m-success--BackgroundColor: var(--pf-v5-global--palette--black-600);
6117
- --pf-v5-c-alert--m-inline--m-danger--BackgroundColor: var(--pf-v5-global--palette--black-600);
6118
- --pf-v5-c-alert--m-inline--m-warning--BackgroundColor: var(--pf-v5-global--palette--black-600);
6119
- --pf-v5-c-alert--m-inline--m-info--BackgroundColor: var(--pf-v5-global--palette--black-600);
6117
+ --pf-v5-c-alert--m-inline--m-custom--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
6118
+ --pf-v5-c-alert--m-inline--m-success--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
6119
+ --pf-v5-c-alert--m-inline--m-danger--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
6120
+ --pf-v5-c-alert--m-inline--m-warning--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
6121
+ --pf-v5-c-alert--m-inline--m-info--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
6120
6122
  }
6121
6123
 
6122
6124
  .pf-v5-c-alert-group {
@@ -6324,6 +6326,7 @@ button) {
6324
6326
  font-weight: var(--pf-v5-c-app-launcher__menu-item--FontWeight);
6325
6327
  color: var(--pf-v5-c-app-launcher__menu-item--Color);
6326
6328
  white-space: nowrap;
6329
+ background: none;
6327
6330
  border: 0;
6328
6331
  }
6329
6332
  .pf-v5-c-app-launcher__menu-item:hover, .pf-v5-c-app-launcher__menu-item:focus {
@@ -6787,6 +6790,7 @@ button) {
6787
6790
 
6788
6791
  :where(.pf-v5-theme-dark) .pf-v5-c-badge {
6789
6792
  --pf-v5-c-badge--m-read--BackgroundColor: var(--pf-v5-global--palette--black-500);
6793
+ --pf-v5-c-badge--m-unread--Color: var(--pf-v5-global--primary-color--400);
6790
6794
  --pf-v5-c-badge--m-unread--BackgroundColor: var(--pf-v5-global--primary-color--300);
6791
6795
  }
6792
6796
 
@@ -6807,9 +6811,9 @@ button) {
6807
6811
  --pf-v5-c-banner--link--disabled--Color: var(--pf-v5-c-banner--Color);
6808
6812
  --pf-v5-c-banner--link--disabled--TextDecoration: none;
6809
6813
  --pf-v5-c-banner--m-blue--BackgroundColor: var(--pf-v5-global--palette--blue-200);
6810
- --pf-v5-c-banner--m-red--BackgroundColor: var(--pf-v5-global--palette--red-100);
6811
- --pf-v5-c-banner--m-green--BackgroundColor: var(--pf-v5-global--palette--green-500);
6812
- --pf-v5-c-banner--m-gold--BackgroundColor: var(--pf-v5-global--palette--gold-400);
6814
+ --pf-v5-c-banner--m-red--BackgroundColor: var(--pf-v5-global--danger-color--100);
6815
+ --pf-v5-c-banner--m-green--BackgroundColor: var(--pf-v5-global--success-color--100);
6816
+ --pf-v5-c-banner--m-gold--BackgroundColor: var(--pf-v5-global--warning-color--100);
6813
6817
  --pf-v5-c-banner--m-sticky--ZIndex: var(--pf-v5-global--ZIndex--md);
6814
6818
  --pf-v5-c-banner--m-sticky--BoxShadow: var(--pf-v5-global--BoxShadow--md-bottom);
6815
6819
  color: var(--pf-v5-global--Color--100);
@@ -6830,7 +6834,6 @@ button) {
6830
6834
  }
6831
6835
  }
6832
6836
  .pf-v5-c-banner.pf-m-blue {
6833
- color: var(--pf-v5-global--Color--100);
6834
6837
  --pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-blue--BackgroundColor);
6835
6838
  }
6836
6839
  .pf-v5-c-banner.pf-m-red {
@@ -6840,7 +6843,6 @@ button) {
6840
6843
  --pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-green--BackgroundColor);
6841
6844
  }
6842
6845
  .pf-v5-c-banner.pf-m-gold {
6843
- color: var(--pf-v5-global--Color--100);
6844
6846
  --pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-gold--BackgroundColor);
6845
6847
  }
6846
6848
  .pf-v5-c-banner.pf-m-sticky {
@@ -6891,10 +6893,10 @@ button) {
6891
6893
  }
6892
6894
 
6893
6895
  :where(.pf-v5-theme-dark) .pf-v5-c-banner {
6894
- color: var(--pf-v5-global--Color--100);
6896
+ color: var(false);
6895
6897
  }
6896
- :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-info, :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-blue, :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-danger, :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-red, :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-success, :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-green, :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-warning, :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-gold {
6897
- color: var(--pf-v5-global--palette--black-900);
6898
+ :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-blue, :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-red, :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-green, :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-gold {
6899
+ --pf-v5-c-banner--Color: var(--pf-v5-global--palette--black-900);
6898
6900
  }
6899
6901
 
6900
6902
  .pf-v5-c-brand {
@@ -7141,6 +7143,7 @@ button.pf-v5-c-breadcrumb__link {
7141
7143
  --pf-v5-c-button--m-link--active--BackgroundColor: transparent;
7142
7144
  --pf-v5-c-button--m-link--active--Color: var(--pf-v5-global--link--Color--hover);
7143
7145
  --pf-v5-c-button--m-link--disabled--BackgroundColor: transparent;
7146
+ --pf-v5-c-button--m-link--disabled--Color: var(--pf-v5-global--disabled-color--100);
7144
7147
  --pf-v5-c-button--m-link--m-inline--FontSize: inherit;
7145
7148
  --pf-v5-c-button--m-link--m-inline--hover--TextDecoration: var(--pf-v5-global--link--TextDecoration--hover);
7146
7149
  --pf-v5-c-button--m-link--m-inline--hover--Color: var(--pf-v5-global--link--Color--hover);
@@ -7331,6 +7334,7 @@ button.pf-v5-c-breadcrumb__link {
7331
7334
  }
7332
7335
  .pf-v5-c-button.pf-m-link {
7333
7336
  --pf-v5-c-button--disabled--BackgroundColor: var(--pf-v5-c-button--m-link--disabled--BackgroundColor);
7337
+ --pf-v5-c-button--disabled--Color: var(--pf-v5-c-button--m-link--disabled--Color);
7334
7338
  color: var(--pf-v5-c-button--m-link--Color);
7335
7339
  background-color: var(--pf-v5-c-button--m-link--BackgroundColor);
7336
7340
  }
@@ -7572,6 +7576,7 @@ button.pf-v5-c-breadcrumb__link {
7572
7576
  :where(.pf-v5-theme-dark) .pf-v5-c-button {
7573
7577
  --pf-v5-c-button--disabled--Color: var(--pf-v5-global--disabled-color--300);
7574
7578
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
7579
+ --pf-v5-c-button--m-primary--Color: var(--pf-v5-global--primary-color--400);
7575
7580
  --pf-v5-c-button--m-tertiary--after--BorderColor: var(--pf-v5-global--BorderColor--100);
7576
7581
  --pf-v5-c-button--m-tertiary--Color: var(--pf-v5-global--palette--black-100);
7577
7582
  --pf-v5-c-button--m-tertiary--hover--after--BorderColor: var(--pf-v5-global--BorderColor--100);
@@ -7591,6 +7596,7 @@ button.pf-v5-c-breadcrumb__link {
7591
7596
  --pf-v5-c-button--m-danger--hover--Color: var(--pf-v5-global--palette--black-900);
7592
7597
  --pf-v5-c-button--m-danger--focus--Color: var(--pf-v5-global--palette--black-900);
7593
7598
  --pf-v5-c-button--m-danger--active--Color: var(--pf-v5-global--palette--black-900);
7599
+ --pf-v5-c-button--m-link--disabled--Color: var(--pf-v5-global--disabled-color--100);
7594
7600
  --pf-v5-c-button--m-control--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
7595
7601
  --pf-v5-c-button--m-control--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
7596
7602
  --pf-v5-c-button--m-control--active--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
@@ -7613,7 +7619,6 @@ button.pf-v5-c-breadcrumb__link {
7613
7619
  }
7614
7620
 
7615
7621
  .pf-v5-c-calendar-month {
7616
- --pf-v5-c-calendar-month--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
7617
7622
  --pf-v5-c-calendar-month--PaddingTop: var(--pf-v5-global--spacer--lg);
7618
7623
  --pf-v5-c-calendar-month--PaddingRight: var(--pf-v5-global--spacer--lg);
7619
7624
  --pf-v5-c-calendar-month--PaddingBottom: var(--pf-v5-global--spacer--md);
@@ -7653,7 +7658,7 @@ button.pf-v5-c-breadcrumb__link {
7653
7658
  --pf-v5-c-calendar-month__dates-cell--m-in-range--m-end-range--before--Right: 50%;
7654
7659
  --pf-v5-c-calendar-month__dates-cell--m-in-range__date--hover--BackgroundColor: var(--pf-v5-global--palette--blue-100);
7655
7660
  --pf-v5-c-calendar-month__dates-cell--m-in-range__date--focus--BackgroundColor: var(--pf-v5-global--palette--blue-100);
7656
- --pf-v5-c-calendar-month__dates-cell--m-adjacent-month__date--Color: var(--pf-v5-global--disabled-color--100);
7661
+ --pf-v5-c-calendar-month__dates-cell--m-adjacent-month__date--Color: var(--pf-v5-global--Color--200);
7657
7662
  --pf-v5-c-calendar-month__date--Width: 4ch;
7658
7663
  --pf-v5-c-calendar-month__date--Height: 4ch;
7659
7664
  --pf-v5-c-calendar-month__date--BorderRadius: var(--pf-v5-global--BorderRadius--lg);
@@ -7671,7 +7676,6 @@ button.pf-v5-c-breadcrumb__link {
7671
7676
  flex-direction: column;
7672
7677
  padding: var(--pf-v5-c-calendar-month--PaddingTop) var(--pf-v5-c-calendar-month--PaddingRight) var(--pf-v5-c-calendar-month--PaddingBottom) var(--pf-v5-c-calendar-month--PaddingLeft);
7673
7678
  font-size: var(--pf-v5-c-calendar-month--FontSize);
7674
- background-color: var(--pf-v5-c-calendar-month--BackgroundColor);
7675
7679
  }
7676
7680
 
7677
7681
  .pf-v5-c-calendar-month__header {
@@ -7818,6 +7822,7 @@ button.pf-v5-c-breadcrumb__link {
7818
7822
  :where(.pf-v5-theme-dark) .pf-v5-c-calendar-month {
7819
7823
  --pf-v5-c-calendar-month__dates-cell--m-current__date--BackgroundColor: var(--pf-v5-global--palette--black-500);
7820
7824
  --pf-v5-c-calendar-month__dates-cell--m-selected__date--BackgroundColor: var(--pf-v5-global--primary-color--300);
7825
+ --pf-v5-c-calendar-month__dates-cell--m-selected__date--Color: var(--pf-v5-global--primary-color--400);
7821
7826
  --pf-v5-c-calendar-month__dates-cell--m-selected__date--hover--BackgroundColor: var(--pf-v5-global--palette--black-900);
7822
7827
  --pf-v5-c-calendar-month__dates-cell--m-selected__date--focus--BackgroundColor: var(--pf-v5-global--palette--blue-400);
7823
7828
  --pf-v5-c-calendar-month__dates-cell--m-in-range--before--BackgroundColor: var(--pf-v5-global--BackgroundColor--200);
@@ -7835,6 +7840,7 @@ button.pf-v5-c-breadcrumb__link {
7835
7840
  --pf-v5-c-calendar-month__date--after--BorderColor: var(--pf-v5-global--active-color--100);
7836
7841
  --pf-v5-c-calendar-month__date--after--BorderWidth: var(--pf-v5-global--BorderWidth--sm);
7837
7842
  --pf-v5-c-calendar-month__date--BackgroundColor: var(--pf-v5-global--primary-color--300);
7843
+ --pf-v5-c-calendar-month__date--Color: var(--pf-v5-global--primary-color--400);
7838
7844
  }
7839
7845
 
7840
7846
  .pf-v5-c-card {
@@ -10613,15 +10619,17 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
10613
10619
  }
10614
10620
 
10615
10621
  .pf-v5-c-droppable {
10616
- --pf-v5-c-droppable--m-dragging--after--BackgroundColor: rgba(255, 255, 255, 0.6);
10622
+ --pf-v5-c-droppable--before--BackgroundColor: transparent;
10623
+ --pf-v5-c-droppable--before--Opacity: 0;
10624
+ --pf-v5-c-droppable--after--BorderWidth: 0;
10625
+ --pf-v5-c-droppable--after--BorderColor: transparent;
10626
+ --pf-v5-c-droppable--m-dragging--before--BackgroundColor: var(--pf-v5-global--palette--white);
10627
+ --pf-v5-c-droppable--m-dragging--before--Opacity: .6;
10617
10628
  --pf-v5-c-droppable--m-dragging--after--BorderWidth: var(--pf-v5-global--BorderWidth--sm);
10618
10629
  --pf-v5-c-droppable--m-dragging--after--BorderColor: var(--pf-v5-global--active-color--100);
10619
10630
  --pf-v5-c-droppable--m-drag-outside--after--BorderColor: var(--pf-v5-global--danger-color--100);
10620
10631
  }
10621
- .pf-v5-c-droppable.pf-m-dragging {
10622
- position: relative;
10623
- }
10624
- .pf-v5-c-droppable.pf-m-dragging::after {
10632
+ .pf-v5-c-droppable::before, .pf-v5-c-droppable::after {
10625
10633
  position: absolute;
10626
10634
  top: 0;
10627
10635
  right: 0;
@@ -10630,14 +10638,41 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
10630
10638
  pointer-events: none;
10631
10639
  content: "";
10632
10640
  }
10641
+ .pf-v5-c-droppable::before {
10642
+ background-color: var(--pf-v5-c-droppable--before--BackgroundColor);
10643
+ opacity: var(--pf-v5-c-droppable--before--Opacity);
10644
+ }
10633
10645
  .pf-v5-c-droppable::after {
10634
- background-color: var(--pf-v5-c-droppable--m-dragging--after--BackgroundColor);
10635
- border: var(--pf-v5-c-droppable--m-dragging--after--BorderWidth) solid var(--pf-v5-c-droppable--m-dragging--after--BorderColor);
10646
+ border: var(--pf-v5-c-droppable--after--BorderWidth, 0) solid var(--pf-v5-c-droppable--after--BorderColor, transparent);
10647
+ }
10648
+ .pf-v5-c-droppable.pf-m-dragging {
10649
+ --pf-v5-c-droppable--before--BackgroundColor: var(--pf-v5-c-droppable--m-dragging--before--BackgroundColor);
10650
+ --pf-v5-c-droppable--before--Opacity: var(--pf-v5-c-droppable--m-dragging--before--Opacity);
10651
+ --pf-v5-c-droppable--after--BorderWidth: var(--pf-v5-c-droppable--m-dragging--after--BorderWidth);
10652
+ --pf-v5-c-droppable--after--BorderColor: var(--pf-v5-c-droppable--m-dragging--after--BorderColor);
10653
+ position: relative;
10636
10654
  }
10637
10655
  .pf-v5-c-droppable.pf-m-drag-outside {
10638
10656
  --pf-v5-c-droppable--m-dragging--after--BorderColor: var(--pf-v5-c-droppable--m-drag-outside--after--BorderColor);
10639
10657
  }
10640
10658
 
10659
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
10660
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
10661
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
10662
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
10663
+ --pf-v5-global--Color--100: #e0e0e0;
10664
+ --pf-v5-global--Color--200: #aaabac;
10665
+ --pf-v5-global--BorderColor--100: #444548;
10666
+ --pf-v5-global--primary-color--100: #1fa7f8;
10667
+ --pf-v5-global--link--Color: #1fa7f8;
10668
+ --pf-v5-global--link--Color--hover: #73bcf7;
10669
+ --pf-v5-global--BackgroundColor--100: #1b1d21;
10670
+ }
10671
+
10672
+ :where(.pf-v5-theme-dark) .pf-v5-c-droppable {
10673
+ --pf-v5-c-droppable--m-dragging--before--Opacity: .2;
10674
+ }
10675
+
10641
10676
  .pf-v5-c-dual-list-selector {
10642
10677
  --pf-v5-c-dual-list-selector__header--GridArea: pane-header;
10643
10678
  --pf-v5-c-dual-list-selector__tools--GridArea: pane-tools;
@@ -10660,9 +10695,9 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
10660
10695
  --pf-v5-c-dual-list-selector__menu--MaxHeight: 20rem;
10661
10696
  --pf-v5-c-dual-list-selector__list-item-row--FontSize: var(--pf-v5-global--FontSize--sm);
10662
10697
  --pf-v5-c-dual-list-selector__list-item-row--BackgroundColor: transparent;
10663
- --pf-v5-c-dual-list-selector__list-item-row--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--light-300);
10664
- --pf-v5-c-dual-list-selector__list-item-row--focus-within--BackgroundColor: var(--pf-v5-global--BackgroundColor--light-300);
10665
- --pf-v5-c-dual-list-selector__list-item-row--m-selected--BackgroundColor: var(--pf-v5-global--BackgroundColor--light-300);
10698
+ --pf-v5-c-dual-list-selector__list-item-row--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--200);
10699
+ --pf-v5-c-dual-list-selector__list-item-row--focus-within--BackgroundColor: var(--pf-v5-global--BackgroundColor--200);
10700
+ --pf-v5-c-dual-list-selector__list-item-row--m-selected--BackgroundColor: var(--pf-v5-global--BackgroundColor--200);
10666
10701
  --pf-v5-c-dual-list-selector__list-item--m-ghost-row--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
10667
10702
  --pf-v5-c-dual-list-selector__list-item--m-ghost-row--Opacity: .4;
10668
10703
  --pf-v5-c-dual-list-selector__item--PaddingTop: var(--pf-v5-global--spacer--sm);
@@ -10937,6 +10972,25 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
10937
10972
  --pf-v5-c-dual-list-selector__list__list__item-toggle--Left: var(--pf-v5-c-dual-list-selector__item--PaddingLeft);
10938
10973
  }
10939
10974
 
10975
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
10976
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
10977
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
10978
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner {
10979
+ --pf-v5-global--Color--100: #e0e0e0;
10980
+ --pf-v5-global--Color--200: #aaabac;
10981
+ --pf-v5-global--BorderColor--100: #444548;
10982
+ --pf-v5-global--primary-color--100: #1fa7f8;
10983
+ --pf-v5-global--link--Color: #1fa7f8;
10984
+ --pf-v5-global--link--Color--hover: #73bcf7;
10985
+ --pf-v5-global--BackgroundColor--100: #1b1d21;
10986
+ }
10987
+
10988
+ :where(.pf-v5-theme-dark) .pf-v5-c-dual-list-selector {
10989
+ --pf-v5-c-dual-list-selector__list-item-row--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
10990
+ --pf-v5-c-dual-list-selector__list-item-row--focus-within--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
10991
+ --pf-v5-c-dual-list-selector__list-item-row--m-selected--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
10992
+ }
10993
+
10940
10994
  .pf-v5-c-toolbar {
10941
10995
  --pf-v5-c-toolbar--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
10942
10996
  --pf-v5-c-toolbar--RowGap--base: var(--pf-v5-global--spacer--lg);
@@ -13947,7 +14001,9 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
13947
14001
  --pf-v5-c-dropdown__toggle--before--BorderBottomColor: var(--pf-v5-global--BorderColor--400);
13948
14002
  --pf-v5-c-dropdown__toggle--before--BorderLeftColor: transparent;
13949
14003
  --pf-v5-c-dropdown__toggle--disabled--BackgroundColor: var(--pf-v5-global--palette--black-500);
14004
+ --pf-v5-c-dropdown__toggle--m-split-button--m-primary--child--BackgroundColor: var(--pf-v5-global--primary-color--300);
13950
14005
  --pf-v5-c-dropdown__toggle--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
14006
+ --pf-v5-c-dropdown__toggle--m-primary--Color: var(--pf-v5-global--primary-color--400);
13951
14007
  --pf-v5-c-dropdown__menu--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
13952
14008
  --pf-v5-c-dropdown__menu--Top: 100%;
13953
14009
  --pf-v5-c-dropdown--m-top__menu--TranslateY: -100%;
@@ -15078,7 +15134,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
15078
15134
  --pf-v5-c-form-control--BorderBottomColor: var(--pf-v5-global--BorderColor--400);
15079
15135
  --pf-v5-c-form-control--BorderLeftColor: transparent;
15080
15136
  --pf-v5-c-form-control--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
15081
- --pf-v5-c-form-control--disabled--Color: var(--pf-v5-global--palette--black-300);
15137
+ --pf-v5-c-form-control--disabled--Color: var(--pf-v5-global--disabled-color--300);
15082
15138
  --pf-v5-c-form-control--disabled--BackgroundColor: var(--pf-v5-global--disabled-color--200);
15083
15139
  --pf-v5-c-form-control--readonly--BackgroundColor: var(--pf-v5-global--disabled-color--200);
15084
15140
  color: var(--pf-v5-global--Color--100);
@@ -15556,7 +15612,7 @@ label.pf-v5-c-input-group__text {
15556
15612
  --pf-v5-c-input-group__item--m-box--BorderLeftColor: transparent;
15557
15613
  --pf-v5-c-input-group__item--m-disabled--BackgroundColor: var(--pf-v5-global--disabled-color--200);
15558
15614
  --pf-v5-c-input-group__item--m-disabled--BorderBottomColor: transparent;
15559
- --pf-v5-c-input-group__text--m-disabled--Color: var(--pf-v5-global--palette--black-100);
15615
+ --pf-v5-c-input-group__item--m-disabled__text--Color: var(--pf-v5-global--disabled-color--300);
15560
15616
  }
15561
15617
  :where(.pf-v5-theme-dark) .pf-v5-c-input-group > * + * {
15562
15618
  --pf-v5-c-input-group__item--m-box--BorderLeftColor: var(--pf-v5-c-input-group__item--BorderLeftColor);
@@ -16251,6 +16307,7 @@ button.pf-v5-c-label__content:focus {
16251
16307
  --pf-v5-c-label--m-red--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
16252
16308
  --pf-v5-c-label--m-purple--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
16253
16309
  --pf-v5-c-label--m-cyan--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
16310
+ --pf-v5-c-label--m-gold--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
16254
16311
  --pf-v5-c-label__content--before--BorderWidth: 0;
16255
16312
  --pf-v5-c-label__content--before--BorderColor: transparent;
16256
16313
  --pf-v5-c-label__content--link--hover--before--BorderWidth: var(--pf-v5-global--BorderWidth--sm);
@@ -16285,6 +16342,11 @@ button.pf-v5-c-label__content:focus {
16285
16342
  --pf-v5-c-label--m-outline--m-cyan__content--before--BorderColor: var(--pf-v5-global--palette--cyan-100);
16286
16343
  --pf-v5-c-label--m-outline--m-cyan__content--link--hover--before--BorderColor: var(--pf-v5-global--palette--cyan-100);
16287
16344
  --pf-v5-c-label--m-outline--m-cyan__content--link--focus--before--BorderColor: var(--pf-v5-global--palette--cyan-100);
16345
+ --pf-v5-c-label--m-gold__content--Color: var(--pf-v5-global--palette--gold-300);
16346
+ --pf-v5-c-label--m-outline--m-gold__content--Color: var(--pf-v5-global--palette--gold-300);
16347
+ --pf-v5-c-label--m-outline--m-gold__content--before--BorderColor: var(--pf-v5-global--palette--gold-100);
16348
+ --pf-v5-c-label--m-outline--m-gold__content--link--hover--before--BorderColor: var(--pf-v5-global--palette--gold-100);
16349
+ --pf-v5-c-label--m-outline--m-gold__content--link--focus--before--BorderColor: var(--pf-v5-global--palette--gold-100);
16288
16350
  }
16289
16351
 
16290
16352
  .pf-v5-c-label-group {
@@ -18199,7 +18261,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
18199
18261
  --pf-v5-c-menu--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
18200
18262
  --pf-v5-c-menu__list-item--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
18201
18263
  --pf-v5-c-menu__list-item--focus-within--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
18202
- --pf-v5-c-menu__list-item--m-disabled__item--Color: var(--pf-v5-global--Color--200);
18203
18264
  }
18204
18265
 
18205
18266
  .pf-v5-c-menu-toggle {
@@ -18287,7 +18348,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
18287
18348
  --pf-v5-c-menu-toggle--m-full-height--active--after--BorderBottomWidth: var(--pf-v5-global--BorderWidth--xl);
18288
18349
  --pf-v5-c-menu-toggle--m-split-button--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
18289
18350
  --pf-v5-c-menu-toggle--m-split-button--child--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
18290
- --pf-v5-c-menu-toggle--m-split-button--child--disabled--Color: var(--pf-v5-global--Color--dark-200);
18351
+ --pf-v5-c-menu-toggle--m-split-button--child--disabled--Color: var(--pf-v5-global--disabled-color--100);
18291
18352
  --pf-v5-c-menu-toggle--m-split-button--child--disabled--BackgroundColor: var(--pf-v5-global--disabled-color--300);
18292
18353
  --pf-v5-c-menu-toggle--m-split-button--first-child--PaddingRight: var(--pf-v5-global--spacer--sm);
18293
18354
  --pf-v5-c-menu-toggle--m-split-button--last-child--PaddingLeft: 0;
@@ -18475,6 +18536,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
18475
18536
  --pf-v5-c-menu-toggle--PaddingRight: 0;
18476
18537
  --pf-v5-c-check__input--MarginTop: 0;
18477
18538
  --pf-v5-c-check__label--Color: currentcolor;
18539
+ --pf-v5-c-check__label--disabled--Color: currentcolor;
18478
18540
  align-items: center;
18479
18541
  align-self: stretch;
18480
18542
  }
@@ -18541,8 +18603,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
18541
18603
  --pf-v5-c-menu-toggle--after--BorderBottomColor: transparent;
18542
18604
  }
18543
18605
  .pf-v5-c-menu-toggle.pf-m-split-button.pf-m-disabled, .pf-v5-c-menu-toggle.pf-m-split-button:disabled {
18544
- --pf-v5-c-menu-toggle--m-split-button--child--BackgroundColor: var(--pf-v5-c-menu-toggle--m-split-button--child--disabled--BackgroundColor);
18545
- --pf-v5-c-menu-toggle--m-split-button--child--Color: var(--pf-v5-c-menu-toggle--m-split-button--child--disabled--Color);
18546
18606
  --pf-v5-c-menu-toggle--m-split-button--m-action--child--BorderLeftColor: transparent;
18547
18607
  }
18548
18608
  .pf-v5-c-menu-toggle.pf-m-split-button.pf-m-disabled::before, .pf-v5-c-menu-toggle.pf-m-split-button.pf-m-disabled::after, .pf-v5-c-menu-toggle.pf-m-split-button:disabled::before, .pf-v5-c-menu-toggle.pf-m-split-button:disabled::after {
@@ -18626,9 +18686,12 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
18626
18686
  --pf-v5-c-menu-toggle--before--BorderBottomColor: transparent;
18627
18687
  --pf-v5-c-menu-toggle--before--BorderLeftColor: transparent;
18628
18688
  --pf-v5-c-menu-toggle--after--BorderBottomColor: var(--pf-v5-global--BorderColor--400);
18629
- --pf-v5-c-menu-toggle--disabled--BackgroundColor: var(--pf-v5-global--palette--black-500);
18630
- --pf-v5-c-menu-toggle--disabled--Color: var(--pf-v5-global--palette--black-100);
18631
18689
  --pf-v5-c-menu-toggle--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
18690
+ --pf-v5-c-menu-toggle--disabled--BackgroundColor: var(--pf-v5-global--disabled-color--200);
18691
+ --pf-v5-c-menu-toggle--disabled--Color: var(--pf-v5-global--disabled-color--300);
18692
+ --pf-v5-c-menu-toggle--m-split-button--m-action--m-primary--child--BackgroundColor: var(--pf-v5-global--primary-color--300);
18693
+ --pf-v5-c-menu-toggle--m-split-button--child--disabled--Color: var(--pf-v5-global--disabled-color--300);
18694
+ --pf-v5-c-menu-toggle--m-split-button--child--disabled--BackgroundColor: var(--pf-v5-global--disabled-color--200);
18632
18695
  }
18633
18696
  :where(.pf-v5-theme-dark) .pf-v5-c-menu-toggle.pf-m-plain {
18634
18697
  background: transparent;
@@ -19091,7 +19154,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
19091
19154
  --pf-v5-c-nav--m-horizontal__link--lg--PaddingBottom: var(--pf-v5-global--spacer--lg);
19092
19155
  --pf-v5-c-nav--m-horizontal__link--Right: var(--pf-v5-global--spacer--md);
19093
19156
  --pf-v5-c-nav--m-horizontal__link--Left: var(--pf-v5-global--spacer--md);
19094
- --pf-v5-c-nav--m-horizontal__link--Color: var(--pf-v5-global--Color--light-300);
19157
+ --pf-v5-c-nav--m-horizontal__link--Color: var(--pf-v5-global--Color--light-200);
19095
19158
  --pf-v5-c-nav--m-horizontal__link--hover--Color: var(--pf-v5-global--active-color--400);
19096
19159
  --pf-v5-c-nav--m-horizontal__link--focus--Color: var(--pf-v5-global--active-color--400);
19097
19160
  --pf-v5-c-nav--m-horizontal__link--active--Color: var(--pf-v5-global--active-color--400);
@@ -20107,6 +20170,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20107
20170
 
20108
20171
  :where(.pf-v5-theme-dark) .pf-v5-c-notification-badge {
20109
20172
  --pf-v5-c-notification-badge--m-read--m-expanded--after--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
20173
+ --pf-v5-c-notification-badge--m-unread--Color: var(--pf-v5-global--primary-color--400);
20110
20174
  --pf-v5-c-notification-badge--m-unread--after--BackgroundColor: var(--pf-v5-global--primary-color--300);
20111
20175
  --pf-v5-c-notification-badge--m-attention--Color: var(--pf-v5-global--palette--black-900);
20112
20176
  }
@@ -22099,6 +22163,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
22099
22163
  --pf-v5-c-panel--m-bordered--before--BorderWidth: var(--pf-v5-global--BorderWidth--sm);
22100
22164
  --pf-v5-c-panel--m-raised--BoxShadow: var(--pf-v5-global--BoxShadow--md);
22101
22165
  --pf-v5-c-panel--m-raised--ZIndex: var(--pf-v5-global--ZIndex--sm);
22166
+ --pf-v5-c-panel--m-raised--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
22102
22167
  --pf-v5-c-panel__header--PaddingTop: var(--pf-v5-global--spacer--md);
22103
22168
  --pf-v5-c-panel__header--PaddingRight: var(--pf-v5-global--spacer--md);
22104
22169
  --pf-v5-c-panel__header--PaddingBottom: var(--pf-v5-global--spacer--md);
@@ -22139,6 +22204,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
22139
22204
  --pf-v5-c-panel--before--BorderWidth: var(--pf-v5-c-panel--m-bordered--before--BorderWidth);
22140
22205
  }
22141
22206
  .pf-v5-c-panel.pf-m-raised {
22207
+ --pf-v5-c-panel--BackgroundColor: var(--pf-v5-c-panel--m-raised--BackgroundColor);
22142
22208
  --pf-v5-c-panel--BoxShadow: var(--pf-v5-c-panel--m-raised--BoxShadow);
22143
22209
  --pf-v5-c-panel--ZIndex: var(--pf-v5-c-panel--m-raised--ZIndex);
22144
22210
  }
@@ -22166,6 +22232,23 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
22166
22232
  box-shadow: var(--pf-v5-c-panel__footer--BoxShadow);
22167
22233
  }
22168
22234
 
22235
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
22236
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
22237
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
22238
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header {
22239
+ --pf-v5-global--Color--100: #e0e0e0;
22240
+ --pf-v5-global--Color--200: #aaabac;
22241
+ --pf-v5-global--BorderColor--100: #444548;
22242
+ --pf-v5-global--primary-color--100: #1fa7f8;
22243
+ --pf-v5-global--link--Color: #1fa7f8;
22244
+ --pf-v5-global--link--Color--hover: #73bcf7;
22245
+ --pf-v5-global--BackgroundColor--100: #1b1d21;
22246
+ }
22247
+
22248
+ :where(.pf-v5-theme-dark) .pf-v5-c-panel {
22249
+ --pf-v5-c-panel--m-raised--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
22250
+ }
22251
+
22169
22252
  .pf-v5-c-popover {
22170
22253
  --pf-v5-c-popover--FontSize: var(--pf-v5-global--FontSize--sm);
22171
22254
  --pf-v5-c-popover--MinWidth: calc(var(--pf-v5-c-popover__content--PaddingLeft) + var(--pf-v5-c-popover__content--PaddingRight) + 18.75rem);
@@ -22354,7 +22437,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
22354
22437
  :where(.pf-v5-theme-dark) .pf-v5-c-popover {
22355
22438
  --pf-v5-c-popover__content--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
22356
22439
  --pf-v5-c-popover__arrow--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
22357
- --pf-v5-c-popover--m-default__title-text--Color: var(--pf-v5-global--custom-color--200);
22440
+ --pf-v5-c-popover--m-custom__title-text--Color: var(--pf-v5-global--custom-color--200);
22358
22441
  --pf-v5-c-popover--m-info__title-text--Color: var(--pf-v5-global--info-color--100);
22359
22442
  --pf-v5-c-popover--m-success__title-text--Color: var(--pf-v5-global--success-color--100);
22360
22443
  }
@@ -22845,6 +22928,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
22845
22928
  font-weight: var(--pf-v5-c-progress-stepper__step-title--FontWeight);
22846
22929
  color: var(--pf-v5-c-progress-stepper__step-title--Color);
22847
22930
  text-align: var(--pf-v5-c-progress-stepper__step-title--TextAlign);
22931
+ background: none;
22848
22932
  border: 0;
22849
22933
  }
22850
22934
  .pf-v5-c-progress-stepper__step-title.pf-m-help-text {
@@ -29282,6 +29366,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
29282
29366
  :where(.pf-v5-theme-dark) .pf-v5-c-tabs {
29283
29367
  --pf-v5-c-tabs__scroll-button--BackgroundColor: transparent;
29284
29368
  --pf-v5-c-tabs__link--disabled--BackgroundColor: var(--pf-v5-global--disabled-color--200);
29369
+ --pf-v5-c-tabs__link--disabled--Color: var(--pf-v5-global--disabled-color--300);
29285
29370
  --pf-v5-c-tabs--m-color-scheme--light-300__link--disabled--BackgroundColor: var(--pf-v5-global--disabled-color--200);
29286
29371
  }
29287
29372
 
@@ -29435,6 +29520,27 @@ svg.pf-v5-c-spinner.pf-m-xl {
29435
29520
  display: flex;
29436
29521
  }
29437
29522
 
29523
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box, :where(.pf-v5-theme-dark) .pf-v5-c-banner, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
29524
+ :where(.pf-v5-theme-dark) .pf-v5-c-login__footer, :where(.pf-v5-theme-dark) .pf-v5-c-masthead, :where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
29525
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
29526
+ :where(.pf-v5-theme-dark) .pf-v5-c-page__header {
29527
+ --pf-v5-global--Color--100: #e0e0e0;
29528
+ --pf-v5-global--Color--200: #aaabac;
29529
+ --pf-v5-global--BorderColor--100: #444548;
29530
+ --pf-v5-global--primary-color--100: #1fa7f8;
29531
+ --pf-v5-global--link--Color: #1fa7f8;
29532
+ --pf-v5-global--link--Color--hover: #73bcf7;
29533
+ --pf-v5-global--BackgroundColor--100: #1b1d21;
29534
+ }
29535
+
29536
+ :where(.pf-v5-theme-dark) .pf-v5-c-text-input-group {
29537
+ --pf-v5-c-text-input-group--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
29538
+ --pf-v5-c-text-input-group--m-disabled--Color: var(--pf-v5-global--disabled-color--300);
29539
+ --pf-v5-c-text-input-group--m-disabled--BackgroundColor: var(--pf-v5-global--disabled-color--200);
29540
+ --pf-v5-c-text-input-group__text--before--BorderWidth: 0;
29541
+ --pf-v5-c-text-input-group__text--after--BorderBottomColor: var(--pf-v5-global--BorderColor--400);
29542
+ }
29543
+
29438
29544
  .pf-v5-c-tile {
29439
29545
  --pf-v5-c-tile--PaddingTop: var(--pf-v5-global--spacer--lg);
29440
29546
  --pf-v5-c-tile--PaddingRight: var(--pf-v5-global--spacer--lg);
@@ -29709,6 +29815,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
29709
29815
  --pf-v5-c-toggle-group__item--last-child__button--BorderBottomRightRadius: var(--pf-v5-global--BorderRadius--sm);
29710
29816
  --pf-v5-c-toggle-group__icon--text--MarginLeft: var(--pf-v5-global--spacer--sm);
29711
29817
  --pf-v5-c-toggle-group__button--m-selected--BackgroundColor: var(--pf-v5-global--palette--blue-50);
29818
+ --pf-v5-c-toggle-group__button--m-selected--Color: initial;
29712
29819
  --pf-v5-c-toggle-group__button--m-selected--before--BorderColor: var(--pf-v5-global--primary-color--100);
29713
29820
  --pf-v5-c-toggle-group__button--m-selected--ZIndex: var(--pf-v5-global--ZIndex--xs);
29714
29821
  --pf-v5-c-toggle-group--m-compact__button--PaddingTop: 0;
@@ -29772,6 +29879,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
29772
29879
  }
29773
29880
  .pf-v5-c-toggle-group__button.pf-m-selected {
29774
29881
  --pf-v5-c-toggle-group__button--BackgroundColor: var(--pf-v5-c-toggle-group__button--m-selected--BackgroundColor);
29882
+ --pf-v5-c-toggle-group__button--Color: var(--pf-v5-c-toggle-group__button--m-selected--Color, inherit);
29775
29883
  --pf-v5-c-toggle-group__button--ZIndex: var(--pf-v5-c-toggle-group__button--m-selected--ZIndex);
29776
29884
  --pf-v5-c-toggle-group__button--before--BorderColor: var(--pf-v5-c-toggle-group__button--m-selected--before--BorderColor);
29777
29885
  }
@@ -29805,6 +29913,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
29805
29913
  --pf-v5-c-toggle-group__button--disabled--BackgroundColor: var(--pf-v5-global--palette--black-600);
29806
29914
  --pf-v5-c-toggle-group__button--disabled--Color: var(--pf-v5-global--palette--black-100);
29807
29915
  --pf-v5-c-toggle-group__button--m-selected--BackgroundColor: var(--pf-v5-global--primary-color--300);
29916
+ --pf-v5-c-toggle-group__button--m-selected--Color: var(--pf-v5-global--primary-color--400);
29808
29917
  }
29809
29918
 
29810
29919
  .pf-v5-c-tooltip {
@@ -30478,7 +30587,7 @@ label.pf-v5-c-tree-view__node-text {
30478
30587
  --pf-v5-c-wizard__nav-link--focus--Color: var(--pf-v5-global--link--Color);
30479
30588
  --pf-v5-c-wizard__nav-link--m-current--Color: var(--pf-v5-global--link--Color);
30480
30589
  --pf-v5-c-wizard__nav-link--m-current--FontWeight: var(--pf-v5-global--FontWeight--normal);
30481
- --pf-v5-c-wizard__nav-link--m-disabled--Color: var(--pf-v5-global--Color--dark-200);
30590
+ --pf-v5-c-wizard__nav-link--m-disabled--Color: var(--pf-v5-global--disabled-color--100);
30482
30591
  --pf-v5-c-wizard__nav-list__nav-list__nav-link--m-current--FontWeight: var(--pf-v5-global--FontWeight--normal);
30483
30592
  --pf-v5-c-wizard__nav-link-toggle--PaddingRight: var(--pf-v5-global--spacer--sm);
30484
30593
  --pf-v5-c-wizard__nav-link-toggle--PaddingLeft: var(--pf-v5-global--spacer--sm);
@@ -30499,7 +30608,7 @@ label.pf-v5-c-tree-view__node-text {
30499
30608
  --pf-v5-c-wizard__nav-link--m-current--before--BackgroundColor: var(--pf-v5-global--active-color--100);
30500
30609
  --pf-v5-c-wizard__nav-link--m-current--before--Color: var(--pf-v5-global--Color--light-100);
30501
30610
  --pf-v5-c-wizard__nav-link--m-disabled--before--BackgroundColor: transparent;
30502
- --pf-v5-c-wizard__nav-link--m-disabled--before--Color: var(--pf-v5-global--Color--dark-200);
30611
+ --pf-v5-c-wizard__nav-link--m-disabled--before--Color: var(--pf-v5-global--disabled-color--100);
30503
30612
  --pf-v5-c-wizard__toggle--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
30504
30613
  --pf-v5-c-wizard__toggle--ZIndex: var(--pf-v5-global--ZIndex--xs);
30505
30614
  --pf-v5-c-wizard__toggle--BoxShadow: var(--pf-v5-global--BoxShadow--md-bottom);
@@ -30952,8 +31061,6 @@ label.pf-v5-c-tree-view__node-text {
30952
31061
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard {
30953
31062
  --pf-v5-c-wizard__header--BackgroundColor: var(--pf-v5-global--palette--black-1000);
30954
31063
  --pf-v5-c-wizard__nav-link--before--BackgroundColor: var(--pf-v5-global--palette--black-500);
30955
- --pf-v5-c-wizard__nav-link--m-disabled--Color: var(--pf-v5-global--disabled-color--300);
30956
- --pf-v5-c-wizard__nav-link--m-disabled--before--Color: var(--pf-v5-global--disabled-color--300);
30957
31064
  }
30958
31065
  :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header {
30959
31066
  color: var(--pf-v5-global--Color--100);
@@ -34217,18 +34324,18 @@ label.pf-v5-c-tree-view__node-text {
34217
34324
  }
34218
34325
 
34219
34326
  .pf-v5-l-level {
34220
- --pf-v5-l-level--m-gutter--MarginRight: var(--pf-v5-global--gutter);
34327
+ --pf-v5-l-level--m-gutter--Gap: var(--pf-v5-global--gutter);
34221
34328
  display: flex;
34222
34329
  flex-wrap: wrap;
34223
34330
  align-items: center;
34224
34331
  justify-content: space-between;
34225
34332
  }
34226
- .pf-v5-l-level.pf-m-gutter > *:not(:last-child) {
34227
- margin-right: var(--pf-v5-l-level--m-gutter--MarginRight);
34333
+ .pf-v5-l-level.pf-m-gutter {
34334
+ gap: var(--pf-v5-l-level--m-gutter--Gap);
34228
34335
  }
34229
34336
 
34230
34337
  .pf-v5-l-split {
34231
- --pf-v5-l-stack--m-gutter--MarginRight: var(--pf-v5-global--gutter);
34338
+ --pf-v5-l-stack--m-gutter--Gap: var(--pf-v5-global--gutter);
34232
34339
  display: flex;
34233
34340
  padding: 0;
34234
34341
  margin: 0;
@@ -34241,12 +34348,12 @@ label.pf-v5-c-tree-view__node-text {
34241
34348
  flex-grow: 1;
34242
34349
  }
34243
34350
 
34244
- .pf-v5-l-split.pf-m-gutter > *:not(:last-child) {
34245
- margin-right: var(--pf-v5-l-stack--m-gutter--MarginRight);
34351
+ .pf-v5-l-split.pf-m-gutter {
34352
+ gap: var(--pf-v5-l-stack--m-gutter--Gap);
34246
34353
  }
34247
34354
 
34248
34355
  .pf-v5-l-stack {
34249
- --pf-v5-l-stack--m-gutter--MarginBottom: var(--pf-v5-global--gutter);
34356
+ --pf-v5-l-stack--m-gutter--Gap: var(--pf-v5-global--gutter);
34250
34357
  display: flex;
34251
34358
  flex-direction: column;
34252
34359
  height: 100%;
@@ -34256,6 +34363,6 @@ label.pf-v5-c-tree-view__node-text {
34256
34363
  flex-grow: 1;
34257
34364
  }
34258
34365
 
34259
- .pf-v5-l-stack.pf-m-gutter > *:not(:last-child) {
34260
- margin-bottom: var(--pf-v5-l-stack--m-gutter--MarginBottom);
34366
+ .pf-v5-l-stack.pf-m-gutter {
34367
+ gap: var(--pf-v5-l-stack--m-gutter--Gap);
34261
34368
  }