@patternfly/patternfly 6.0.0-alpha.17 → 6.0.0-alpha.19

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 (68) hide show
  1. package/assets/images/logo__pf--reverse-on-md.svg +1 -1
  2. package/assets/images/pf-c-brand__logo-on-lg-white.svg +32 -0
  3. package/assets/images/pf-c-brand__logo-on-md-white.svg +42 -0
  4. package/assets/images/pf-c-brand__logo-on-sm-white.svg +17 -0
  5. package/assets/images/pf-c-brand__logo-on-sm.svg +1 -1
  6. package/assets/images/pf-c-brand__logo-on-xl-white.svg +39 -0
  7. package/assets/images/pf_logo_white.hbs +35 -0
  8. package/assets/images/pf_logo_white.svg +38 -0
  9. package/base/_globals.scss +1 -1
  10. package/base/patternfly-variables.css +1 -1
  11. package/base/tokens/_tokens-font.scss +2 -2
  12. package/components/Accordion/accordion.css +10 -1
  13. package/components/Accordion/accordion.scss +13 -1
  14. package/components/Alert/alert.css +1 -1
  15. package/components/Alert/alert.scss +1 -1
  16. package/components/Button/button.css +1 -1
  17. package/components/Button/button.scss +1 -3
  18. package/components/Check/check.css +10 -8
  19. package/components/Check/check.scss +15 -10
  20. package/components/Dropdown/dropdown.css +1 -3
  21. package/components/Dropdown/dropdown.scss +2 -6
  22. package/components/Login/login.css +70 -97
  23. package/components/Login/login.scss +56 -64
  24. package/components/Menu/menu.css +3 -0
  25. package/components/Menu/menu.scss +7 -3
  26. package/components/MenuToggle/menu-toggle.css +2 -3
  27. package/components/MenuToggle/menu-toggle.scss +2 -6
  28. package/components/Page/page.css +1 -1
  29. package/components/Page/page.scss +1 -1
  30. package/components/Radio/radio.css +13 -10
  31. package/components/Radio/radio.scss +17 -11
  32. package/components/Switch/switch.css +1 -1
  33. package/components/Switch/switch.scss +1 -1
  34. package/components/Table/table.css +6 -2
  35. package/components/Table/table.scss +7 -2
  36. package/components/Toolbar/toolbar.css +9 -1
  37. package/components/Toolbar/toolbar.scss +16 -3
  38. package/docs/components/Accordion/examples/Accordion.md +95 -0
  39. package/docs/components/Brand/examples/Brand.css +12 -0
  40. package/docs/components/Brand/examples/Brand.md +75 -32
  41. package/docs/components/Card/examples/Card.md +110 -2
  42. package/docs/components/LogViewer/examples/LogViewer.md +130 -130
  43. package/docs/components/Login/examples/Login.md +5 -0
  44. package/docs/components/Menu/examples/Menu.md +507 -473
  45. package/docs/components/MenuToggle/examples/MenuToggle.md +106 -114
  46. package/docs/components/Nav/examples/Navigation.md +140 -113
  47. package/docs/components/TextInputGroup/examples/TextInputGroup.md +9 -9
  48. package/docs/components/Toolbar/examples/Toolbar.md +480 -2807
  49. package/docs/demos/CardView/examples/CardView.md +32 -51
  50. package/docs/demos/DataList/examples/DataList.md +184 -320
  51. package/docs/demos/Masthead/examples/Masthead.md +51 -210
  52. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +2 -1
  53. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +83 -271
  54. package/docs/demos/Table/examples/Table.md +1017 -1800
  55. package/docs/demos/Tabs/examples/Tabs.md +2 -2
  56. package/docs/demos/Toolbar/examples/Toolbar.css +10 -0
  57. package/docs/demos/Toolbar/examples/Toolbar.md +703 -1027
  58. package/package.json +2 -2
  59. package/patternfly-base-no-globals-theme-dark-unversioned.css +1 -1
  60. package/patternfly-base-no-globals.css +1 -1
  61. package/patternfly-base-theme-dark-unversioned.css +1 -1
  62. package/patternfly-base.css +1 -1
  63. package/patternfly-no-globals.css +176 -207
  64. package/patternfly-theme-dark-unversioned.css +176 -207
  65. package/patternfly.css +176 -207
  66. package/patternfly.min.css +1 -1
  67. package/patternfly.min.css.map +1 -1
  68. package/components/Login/themes/dark/login.scss +0 -12
@@ -11,7 +11,7 @@
11
11
  --pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--dark);
12
12
  }
13
13
 
14
- .pf-v5-c-wizard__header, .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector, .pf-v5-c-login__footer, .pf-v5-c-login__header, .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, .pf-v5-c-banner, .pf-v5-c-about-modal-box, .pf-t-dark {
14
+ .pf-v5-c-wizard__header, .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector, .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, .pf-v5-c-banner, .pf-v5-c-about-modal-box, .pf-t-dark {
15
15
  --pf-v5-global--Color--100: var(--pf-v5-global--Color--light-100);
16
16
  --pf-v5-global--Color--200: var(--pf-v5-global--Color--light-200);
17
17
  --pf-v5-global--BorderColor--100: var(--pf-v5-global--BorderColor--light-100);
@@ -22,7 +22,7 @@
22
22
  --pf-v5-global--icon--Color--light: var(--pf-v5-global--icon--Color--light--light);
23
23
  --pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--light);
24
24
  }
25
- .pf-v5-c-wizard__header .pf-v5-c-button, .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button, .pf-v5-c-login__footer .pf-v5-c-button, .pf-v5-c-login__header .pf-v5-c-button, .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, .pf-v5-c-banner .pf-v5-c-button, .pf-v5-c-about-modal-box .pf-v5-c-button, .pf-t-dark .pf-v5-c-button {
25
+ .pf-v5-c-wizard__header .pf-v5-c-button, .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button, .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, .pf-v5-c-banner .pf-v5-c-button, .pf-v5-c-about-modal-box .pf-v5-c-button, .pf-t-dark .pf-v5-c-button {
26
26
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--dark-100);
27
27
  }
28
28
 
@@ -324,8 +324,7 @@
324
324
  --pf-v5-global--inverse--multiplier: -1;
325
325
  }
326
326
 
327
- :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
328
- :where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button {
327
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button {
329
328
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
330
329
  }
331
330
 
@@ -880,7 +879,7 @@
880
879
  --pf-t--global--font--line-height--100: 1.3;
881
880
  --pf-t--global--font--line-height--200: 1.5;
882
881
  --pf-t--global--font--weight--body--100: 400;
883
- --pf-t--global--font--weight--body--200: 600;
882
+ --pf-t--global--font--weight--body--200: 500;
884
883
  --pf-t--global--font--weight--heading--100: 700;
885
884
  --pf-t--global--font--weight--heading--200: 700;
886
885
  --pf-t--global--font--size--body--100: 12px;
@@ -6514,8 +6513,7 @@ button) {
6514
6513
  --pf-v5-c-about-modal-box__close--c-button--BackgroundColor: var(--pf-v5-c-about-modal-box__close--c-button--hover--BackgroundColor);
6515
6514
  }
6516
6515
 
6517
- :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
6518
- :where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button {
6516
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button {
6519
6517
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
6520
6518
  }
6521
6519
 
@@ -6539,6 +6537,10 @@ button) {
6539
6537
  --pf-v5-c-accordion__toggle--after--Width: var(--pf-v5-global--BorderWidth--lg);
6540
6538
  --pf-v5-c-accordion__toggle--m-expanded--after--BackgroundColor: var(--pf-v5-global--primary-color--100);
6541
6539
  --pf-v5-c-accordion__toggle--BackgroundColor: transparent;
6540
+ --pf-v5-c-accordion__toggle--JustifyContent: space-between;
6541
+ --pf-v5-c-accordion__toggle--ColumnGap: 0;
6542
+ --pf-v5-c-accordion--m-toggle-start__toggle--JustifyContent: start;
6543
+ --pf-v5-c-accordion--m-toggle-start__toggle--ColumnGap: var(--pf-v5-global--spacer--md);
6542
6544
  --pf-v5-c-accordion__toggle-text--MaxWidth: calc(100% - var(--pf-v5-global--spacer--lg));
6543
6545
  --pf-v5-c-accordion__toggle--hover__toggle-text--Color: var(--pf-v5-global--link--Color);
6544
6546
  --pf-v5-c-accordion__toggle--active__toggle-text--Color: var(--pf-v5-global--link--Color);
@@ -6592,6 +6594,10 @@ button) {
6592
6594
  color: var(--pf-v5-global--Color--100);
6593
6595
  background-color: var(--pf-v5-c-accordion--BackgroundColor);
6594
6596
  }
6597
+ .pf-v5-c-accordion.pf-m-toggle-start {
6598
+ --pf-v5-c-accordion__toggle--JustifyContent: var(--pf-v5-c-accordion--m-toggle-start__toggle--JustifyContent);
6599
+ --pf-v5-c-accordion__toggle--ColumnGap: var(--pf-v5-c-accordion--m-toggle-start__toggle--ColumnGap);
6600
+ }
6595
6601
  .pf-v5-c-accordion.pf-m-display-lg {
6596
6602
  --pf-v5-c-accordion__toggle--PaddingTop: var(--pf-v5-c-accordion--m-display-lg__toggle--PaddingTop);
6597
6603
  --pf-v5-c-accordion__toggle--PaddingRight: var(--pf-v5-c-accordion--m-display-lg__toggle--PaddingRight);
@@ -6651,8 +6657,9 @@ button) {
6651
6657
  .pf-v5-c-accordion__toggle {
6652
6658
  position: relative;
6653
6659
  display: flex;
6660
+ column-gap: var(--pf-v5-c-accordion__toggle--ColumnGap);
6654
6661
  align-items: center;
6655
- justify-content: space-between;
6662
+ justify-content: var(--pf-v5-c-accordion__toggle--JustifyContent);
6656
6663
  width: 100%;
6657
6664
  padding-block-start: var(--pf-v5-c-accordion__toggle--PaddingTop);
6658
6665
  padding-block-end: var(--pf-v5-c-accordion__toggle--PaddingBottom);
@@ -6749,8 +6756,7 @@ button) {
6749
6756
  --pf-v5-c-accordion__expandable-content-body--PaddingTop: var(--pf-v5-c-accordion__expandable-content-body--expandable-content-body--PaddingTop);
6750
6757
  }
6751
6758
 
6752
- :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
6753
- :where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button {
6759
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button {
6754
6760
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
6755
6761
  }
6756
6762
 
@@ -6814,7 +6820,7 @@ button) {
6814
6820
  --pf-v5-c-alert__icon--MarginRight: var(--pf-t--global--spacer--sm);
6815
6821
  --pf-v5-c-alert__icon--FontSize: var(--pf-t--global--icon--size--md);
6816
6822
  --pf-v5-c-alert__title--FontSize: var(--pf-t--global--font--size--heading--xs);
6817
- --pf-v5-c-alert__title--FontWeight: var(--pf-t--global--font--weight--heading--bold);
6823
+ --pf-v5-c-alert__title--FontWeight: var(--pf-t--global--font--weight--heading);
6818
6824
  --pf-v5-c-alert__title--LineHeight: var(--pf-t--global--font--line-height--heading);
6819
6825
  --pf-v5-c-alert__title--Color: var(--pf-t--global--text--color--regular);
6820
6826
  --pf-v5-c-alert__title--max-lines: 1;
@@ -7290,8 +7296,7 @@ button) {
7290
7296
  color: var(--pf-v5-c-app-launcher__group-title--Color);
7291
7297
  }
7292
7298
 
7293
- :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
7294
- :where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button {
7299
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button {
7295
7300
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
7296
7301
  }
7297
7302
 
@@ -7762,8 +7767,7 @@ button) {
7762
7767
  cursor: not-allowed;
7763
7768
  }
7764
7769
 
7765
- :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
7766
- :where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button {
7770
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button {
7767
7771
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
7768
7772
  }
7769
7773
 
@@ -8378,7 +8382,7 @@ button.pf-v5-c-breadcrumb__link {
8378
8382
  .pf-v5-c-button.pf-m-plain.pf-m-no-padding {
8379
8383
  padding: 0;
8380
8384
  }
8381
- .pf-v5-c-button.pf-m-plain:hover, .pf-v5-c-button.pf-m-plain:focus, .pf-v5-c-button.pf-m-plain:active {
8385
+ .pf-v5-c-button.pf-m-plain:hover, .pf-v5-c-button.pf-m-plain:focus {
8382
8386
  --pf-v5-c-button--m-plain--BackgroundColor: var(--pf-v5-c-button--m-plain--hover--BackgroundColor);
8383
8387
  mix-blend-mode: var(--pf-t--global--background--color--action--plain--hover--blend);
8384
8388
  }
@@ -8655,8 +8659,7 @@ button.pf-v5-c-breadcrumb__link {
8655
8659
  pointer-events: none;
8656
8660
  }
8657
8661
 
8658
- :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
8659
- :where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
8662
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
8660
8663
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
8661
8664
  }
8662
8665
 
@@ -9083,8 +9086,7 @@ button.pf-v5-c-breadcrumb__link {
9083
9086
  border: var(--pf-v5-c-card__input--focus--BorderWidth) solid var(--pf-v5-c-card__input--focus--BorderColor);
9084
9087
  }
9085
9088
 
9086
- :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
9087
- :where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
9089
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
9088
9090
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
9089
9091
  }
9090
9092
 
@@ -9108,7 +9110,8 @@ button.pf-v5-c-breadcrumb__link {
9108
9110
  --pf-v5-c-check__label--FontWeight: var(--pf-v5-global--FontWeight--normal);
9109
9111
  --pf-v5-c-check__label--FontSize: var(--pf-v5-global--FontSize--md);
9110
9112
  --pf-v5-c-check__label--LineHeight: var(--pf-v5-global--LineHeight--md);
9111
- --pf-v5-c-check__input--TranslateY--moz: 5px;
9113
+ --pf-v5-c-check__input--TranslateY: calc((var(--pf-v5-c-check__label--LineHeight) * var(--pf-v5-c-check__label--FontSize) / 2 ) - 50%);
9114
+ --pf-v5-c-check__input--TranslateY--moz: var(--pf-v5-c-check__input--TranslateY);
9112
9115
  --pf-v5-c-check__description--FontSize: var(--pf-v5-global--FontSize--sm);
9113
9116
  --pf-v5-c-check__description--Color: var(--pf-v5-global--Color--200);
9114
9117
  --pf-v5-c-check__body--MarginTop: var(--pf-v5-global--spacer--sm);
@@ -9118,15 +9121,21 @@ button.pf-v5-c-breadcrumb__link {
9118
9121
  display: grid;
9119
9122
  grid-template-columns: auto 1fr;
9120
9123
  grid-gap: var(--pf-v5-c-check--GridGap);
9124
+ align-items: baseline;
9121
9125
  }
9122
9126
  .pf-v5-c-check.pf-m-standalone {
9123
9127
  --pf-v5-c-check--GridGap: 0;
9124
- --pf-v5-c-check__input--TranslateY--moz: 0;
9128
+ --pf-v5-c-check__input--TranslateY: none;
9125
9129
  display: inline-grid;
9126
9130
  }
9127
9131
 
9132
+ .pf-v5-c-check__input {
9133
+ align-self: start;
9134
+ -moz-transform: translateY(var(--pf-v5-c-check__input--TranslateY--moz));
9135
+ transform: translateY(var(--pf-v5-c-check__input--TranslateY));
9136
+ }
9137
+
9128
9138
  .pf-v5-c-check__label {
9129
- align-self: baseline;
9130
9139
  font-size: var(--pf-v5-c-check__label--FontSize);
9131
9140
  font-weight: var(--pf-v5-c-check__label--FontWeight);
9132
9141
  line-height: var(--pf-v5-c-check__label--LineHeight);
@@ -9144,11 +9153,6 @@ button.pf-v5-c-breadcrumb__link {
9144
9153
  margin-block-start: var(--pf-v5-c-check__body--MarginTop);
9145
9154
  }
9146
9155
 
9147
- .pf-v5-c-check__input {
9148
- align-self: baseline;
9149
- -moz-transform: translateY(var(--pf-v5-c-check__input--TranslateY--moz));
9150
- }
9151
-
9152
9156
  .pf-v5-c-check__label,
9153
9157
  .pf-v5-c-check__input {
9154
9158
  justify-self: start;
@@ -9276,8 +9280,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
9276
9280
  line-height: 1;
9277
9281
  }
9278
9282
 
9279
- :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
9280
- :where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
9283
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
9281
9284
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
9282
9285
  }
9283
9286
 
@@ -9468,8 +9471,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
9468
9471
  --pf-v5-c-button--PaddingLeft: var(--pf-v5-c-clipboard-copy__actions-item--button--PaddingLeft);
9469
9472
  }
9470
9473
 
9471
- :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
9472
- :where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
9474
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
9473
9475
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
9474
9476
  }
9475
9477
 
@@ -9672,8 +9674,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
9672
9674
  margin-inline-start: var(--pf-v5-c-code-editor__tab-icon--text--MarginLeft);
9673
9675
  }
9674
9676
 
9675
- :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
9676
- :where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
9677
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
9677
9678
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
9678
9679
  }
9679
9680
 
@@ -10250,8 +10251,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
10250
10251
  pointer-events: none;
10251
10252
  }
10252
10253
 
10253
- :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
10254
- :where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
10254
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
10255
10255
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
10256
10256
  }
10257
10257
 
@@ -11099,8 +11099,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
11099
11099
  padding: 0;
11100
11100
  }
11101
11101
 
11102
- :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
11103
- :where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
11102
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
11104
11103
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
11105
11104
  }
11106
11105
 
@@ -11499,8 +11498,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
11499
11498
  --pf-v5-c-droppable--m-dragging--after--BorderColor: var(--pf-v5-c-droppable--m-drag-outside--after--BorderColor);
11500
11499
  }
11501
11500
 
11502
- :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
11503
- :where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
11501
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
11504
11502
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
11505
11503
  }
11506
11504
 
@@ -11821,8 +11819,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
11821
11819
  --pf-v5-c-dual-list-selector__list__list__item-toggle--Left: var(--pf-v5-c-dual-list-selector__item--PaddingLeft);
11822
11820
  }
11823
11821
 
11824
- :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
11825
- :where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
11822
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
11826
11823
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
11827
11824
  }
11828
11825
 
@@ -11899,6 +11896,9 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
11899
11896
  --pf-v5-c-toolbar__item--m-label--spacer: var(--pf-v5-c-toolbar__item--spacer);
11900
11897
  --pf-v5-c-toolbar__item--m-label--TranslateY: var(--pf-v5-global--spacer--form-element);
11901
11898
  --pf-v5-c-toolbar__item--m-label--FontWeight: var(--pf-v5-global--FontWeight--bold);
11899
+ --pf-v5-c-toolbar__item--m-form-element--spacer: var(--pf-v5-c-toolbar__item--spacer);
11900
+ --pf-v5-c-toolbar__item--m-form-element--TranslateY: var(--pf-v5-global--spacer--form-element);
11901
+ --pf-v5-c-toolbar__item--m-form-element--FontWeight: var(--pf-v5-global--FontWeight--bold);
11902
11902
  --pf-v5-c-toolbar__item--m-form-control--TranslateY: var(--pf-v5-global--spacer--form-element);
11903
11903
  --pf-v5-c-toolbar__expandable-content__item--m-label--MarginBottom: calc(-1 * var(--pf-v5-c-toolbar__expandable-content--m-expanded--GridRowGap) + var(--pf-v5-global--spacer--sm));
11904
11904
  --pf-v5-c-toolbar__expandable-content__item--m-label--FontSize: var(--pf-v5-global--FontSize--sm);
@@ -12148,7 +12148,12 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
12148
12148
  .pf-v5-c-toolbar__item.pf-m-label {
12149
12149
  --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__item--m-label--spacer);
12150
12150
  font-weight: var(--pf-v5-c-toolbar__item--m-label--FontWeight);
12151
- transform: translateY(var(--pf-v5-global--spacer--form-element));
12151
+ transform: translateY(var(--pf-v5-c-toolbar__item--m-label--TranslateY));
12152
+ }
12153
+ .pf-v5-c-toolbar__item.pf-m-form-element {
12154
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__item--m-form-element--spacer);
12155
+ font-weight: var(--pf-v5-c-toolbar__item--m-form-element--FontWeight);
12156
+ transform: translateY(var(--pf-v5-c-toolbar__item--m-form-element--TranslateY));
12152
12157
  }
12153
12158
  .pf-v5-c-toolbar__item.pf-m-pagination {
12154
12159
  margin-inline-start: auto;
@@ -13070,8 +13075,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
13070
13075
  min-width: min-content;
13071
13076
  }
13072
13077
 
13073
- :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
13074
- :where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
13078
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
13075
13079
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
13076
13080
  }
13077
13081
 
@@ -14251,8 +14255,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
14251
14255
  display: none;
14252
14256
  }
14253
14257
  }
14254
- :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
14255
- :where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
14258
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
14256
14259
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
14257
14260
  }
14258
14261
 
@@ -14545,14 +14548,12 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
14545
14548
  }
14546
14549
  .pf-v5-c-dropdown__toggle.pf-m-split-button .pf-v5-c-dropdown__toggle-check > input,
14547
14550
  .pf-v5-c-dropdown__toggle.pf-m-split-button .pf-v5-c-dropdown__toggle-check .pf-v5-c-check {
14551
+ --pf-v5-c-check__input--TranslateY: none;
14548
14552
  align-self: revert;
14549
14553
  width: auto;
14550
14554
  cursor: pointer;
14551
14555
  visibility: var(--pf-v5-c-dropdown__toggle--m-split-button__toggle-check__input--Visibility, unset);
14552
14556
  }
14553
- .pf-v5-c-dropdown__toggle.pf-m-split-button .pf-v5-c-dropdown__toggle-check .pf-v5-c-check__input {
14554
- -moz-transform: none;
14555
- }
14556
14557
  .pf-v5-c-dropdown__toggle.pf-m-split-button .pf-v5-c-dropdown__toggle-button {
14557
14558
  color: var(--pf-v5-c-dropdown__toggle-button--Color);
14558
14559
  background-color: var(--pf-v5-c-dropdown__toggle-button--BackgroundColor);
@@ -14931,8 +14932,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
14931
14932
  color: var(--pf-v5-c-dropdown__group-title--Color);
14932
14933
  }
14933
14934
 
14934
- :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
14935
- :where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
14935
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
14936
14936
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
14937
14937
  }
14938
14938
 
@@ -15786,8 +15786,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
15786
15786
  margin-block-end: var(--pf-v5-c-form__field-group-body__field-group--last-child--MarginBottom);
15787
15787
  }
15788
15788
 
15789
- :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
15790
- :where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
15789
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
15791
15790
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
15792
15791
  }
15793
15792
 
@@ -16059,8 +16058,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
16059
16058
  pointer-events: none;
16060
16059
  }
16061
16060
 
16062
- :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
16063
- :where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
16061
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
16064
16062
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
16065
16063
  }
16066
16064
 
@@ -16232,8 +16230,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
16232
16230
  color: var(--pf-v5-c-helper-text__item-text--Color);
16233
16231
  }
16234
16232
 
16235
- :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
16236
- :where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
16233
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
16237
16234
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
16238
16235
  }
16239
16236
 
@@ -16518,8 +16515,7 @@ label.pf-v5-c-input-group__text {
16518
16515
  cursor: pointer;
16519
16516
  }
16520
16517
 
16521
- :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
16522
- :where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
16518
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
16523
16519
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
16524
16520
  }
16525
16521
 
@@ -17210,8 +17206,7 @@ button.pf-v5-c-label__content:focus {
17210
17206
  margin-block-end: var(--pf-v5-c-label__actions--c-button--MarginBottom);
17211
17207
  }
17212
17208
 
17213
- :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
17214
- :where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
17209
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
17215
17210
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
17216
17211
  }
17217
17212
 
@@ -17656,8 +17651,7 @@ ul.pf-v5-c-list {
17656
17651
  font-weight: var(--pf-v5-c-log-viewer__timestamp--FontWeight);
17657
17652
  }
17658
17653
 
17659
- :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
17660
- :where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
17654
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
17661
17655
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
17662
17656
  }
17663
17657
 
@@ -17665,117 +17659,120 @@ ul.pf-v5-c-list {
17665
17659
  color: var(--pf-v5-global--Color--100);
17666
17660
  }
17667
17661
 
17668
- .pf-v5-c-login {
17669
- --pf-v5-c-login--PaddingTop: var(--pf-v5-global--spacer--lg);
17670
- --pf-v5-c-login--PaddingBottom: var(--pf-v5-global--spacer--lg);
17671
- --pf-v5-c-login__container--xl--GridColumnGap: var(--pf-v5-global--spacer--3xl);
17662
+ :root {
17663
+ --pf-v5-c-login--PaddingTop: var(--pf-t--global--spacer--lg);
17664
+ --pf-v5-c-login--PaddingBottom: var(--pf-t--global--spacer--lg);
17665
+ --pf-v5-c-login__container--xl--GridColumnGap: var(--pf-t--global--spacer--3xl);
17672
17666
  --pf-v5-c-login__container--MaxWidth: 31.25rem;
17673
17667
  --pf-v5-c-login__container--xl--MaxWidth: none;
17674
17668
  --pf-v5-c-login__container--PaddingLeft: 6.125rem;
17675
17669
  --pf-v5-c-login__container--PaddingRight: 6.125rem;
17676
17670
  --pf-v5-c-login__container--xl--GridTemplateColumns: 34rem minmax(auto, 34rem);
17677
- --pf-v5-c-login__header--MarginBottom: var(--pf-v5-global--spacer--md);
17678
- --pf-v5-c-login__header--PaddingLeft: var(--pf-v5-global--spacer--md);
17679
- --pf-v5-c-login__header--PaddingRight: var(--pf-v5-global--spacer--md);
17680
- --pf-v5-c-login__header--xl--MarginBottom: var(--pf-v5-global--spacer--2xl);
17681
- --pf-v5-c-login__header--xl--MarginTop: var(--pf-v5-global--spacer--3xl);
17682
- --pf-v5-c-login__header--c-brand--MarginBottom: var(--pf-v5-global--spacer--lg);
17683
- --pf-v5-c-login__header--c-brand--xl--MarginBottom: var(--pf-v5-global--spacer--2xl);
17684
- --pf-v5-c-login__main--BackgroundColor: var(--pf-v5-global--BackgroundColor--light-100);
17685
- --pf-v5-c-login__main--MarginBottom: var(--pf-v5-global--spacer--lg);
17686
- --pf-v5-c-login__main--BoxShadow: var(--pf-v5-global--BoxShadow--xl);
17687
- --pf-v5-c-login__main-header--PaddingTop: var(--pf-v5-global--spacer--2xl);
17688
- --pf-v5-c-login__main-header--PaddingRight: var(--pf-v5-global--spacer--xl);
17689
- --pf-v5-c-login__main-header--PaddingBottom: var(--pf-v5-global--spacer--md);
17690
- --pf-v5-c-login__main-header--PaddingLeft: var(--pf-v5-global--spacer--xl);
17691
- --pf-v5-c-login__main-header--md--PaddingRight: var(--pf-v5-global--spacer--2xl);
17692
- --pf-v5-c-login__main-header--md--PaddingLeft: var(--pf-v5-global--spacer--2xl);
17693
- --pf-v5-c-login__main-header--ColumnGap: var(--pf-v5-global--spacer--md);
17694
- --pf-v5-c-login__main-header--RowGap: var(--pf-v5-global--spacer--md);
17695
- --pf-v5-c-login__main-header-desc--MarginBottom: var(--pf-v5-global--spacer--sm);
17671
+ --pf-v5-c-login__header--MarginBottom: var(--pf-t--global--spacer--md);
17672
+ --pf-v5-c-login__header--PaddingLeft: var(--pf-t--global--spacer--md);
17673
+ --pf-v5-c-login__header--PaddingRight: var(--pf-t--global--spacer--md);
17674
+ --pf-v5-c-login__header--xl--MarginBottom: var(--pf-t--global--spacer--2xl);
17675
+ --pf-v5-c-login__header--xl--MarginTop: var(--pf-t--global--spacer--3xl);
17676
+ --pf-v5-c-login__header--c-brand--MarginBottom: var(--pf-t--global--spacer--lg);
17677
+ --pf-v5-c-login__header--c-brand--xl--MarginBottom: var(--pf-t--global--spacer--2xl);
17678
+ --pf-v5-c-login__main--BackgroundColor: var(--pf-t--global--background--color--primary--default);
17679
+ --pf-v5-c-login__main--MarginBottom: var(--pf-t--global--spacer--lg);
17680
+ --pf-v5-c-login__main--BorderRadius: var(--pf-t--global--border--radius--large);
17681
+ --pf-v5-c-login__main-header--PaddingTop: var(--pf-t--global--spacer--2xl);
17682
+ --pf-v5-c-login__main-header--PaddingRight: var(--pf-t--global--spacer--xl);
17683
+ --pf-v5-c-login__main-header--PaddingBottom: var(--pf-t--global--spacer--md);
17684
+ --pf-v5-c-login__main-header--PaddingLeft: var(--pf-t--global--spacer--xl);
17685
+ --pf-v5-c-login__main-header--md--PaddingRight: var(--pf-t--global--spacer--2xl);
17686
+ --pf-v5-c-login__main-header--md--PaddingLeft: var(--pf-t--global--spacer--2xl);
17687
+ --pf-v5-c-login__main-header--ColumnGap: var(--pf-t--global--spacer--md);
17688
+ --pf-v5-c-login__main-header--RowGap: var(--pf-t--global--spacer--md);
17689
+ --pf-v5-c-login__main-header-desc--MarginBottom: var(--pf-t--global--spacer--sm);
17696
17690
  --pf-v5-c-login__main-header-desc--md--MarginBottom: 0;
17697
- --pf-v5-c-login__main-header-desc--FontSize: var(--pf-v5-global--FontSize--sm);
17698
- --pf-v5-c-login__main-body--PaddingRight: var(--pf-v5-global--spacer--xl);
17699
- --pf-v5-c-login__main-body--PaddingBottom: var(--pf-v5-global--spacer--xl);
17700
- --pf-v5-c-login__main-body--PaddingLeft: var(--pf-v5-global--spacer--xl);
17701
- --pf-v5-c-login__main-body--md--PaddingRight: var(--pf-v5-global--spacer--2xl);
17702
- --pf-v5-c-login__main-body--md--PaddingLeft: var(--pf-v5-global--spacer--2xl);
17703
- --pf-v5-c-login__main-footer--PaddingBottom: var(--pf-v5-global--spacer--3xl);
17704
- --pf-v5-c-login__main-footer--c-title--MarginBottom: var(--pf-v5-global--spacer--md);
17705
- --pf-v5-c-login__main-footer-links--PaddingTop: var(--pf-v5-global--spacer--sm);
17706
- --pf-v5-c-login__main-footer-links--PaddingRight: var(--pf-v5-global--spacer--3xl);
17707
- --pf-v5-c-login__main-footer-links--PaddingBottom: var(--pf-v5-global--spacer--xl);
17708
- --pf-v5-c-login__main-footer-links--PaddingLeft: var(--pf-v5-global--spacer--3xl);
17709
- --pf-v5-c-login__main-footer-links-item--PaddingRight: var(--pf-v5-global--spacer--md);
17710
- --pf-v5-c-login__main-footer-links-item--PaddingLeft: var(--pf-v5-global--spacer--md);
17711
- --pf-v5-c-login__main-footer-links-item--MarginBottom: var(--pf-v5-global--spacer--sm);
17712
- --pf-v5-c-login__main-footer-links-item-link-svg--Fill: var(--pf-v5-global--icon--Color--light);
17713
- --pf-v5-c-login__main-footer-links-item-link-svg--Width: var(--pf-v5-global--icon--FontSize--lg);
17714
- --pf-v5-c-login__main-footer-links-item-link-svg--Height: var(--pf-v5-global--icon--FontSize--lg);
17715
- --pf-v5-c-login__main-footer-links-item-link-svg--hover--Fill: var(--pf-v5-global--icon--Color--dark);
17716
- --pf-v5-c-login__main-footer-band--PaddingTop: var(--pf-v5-global--spacer--lg);
17717
- --pf-v5-c-login__main-footer-band--PaddingRight: var(--pf-v5-global--spacer--md);
17718
- --pf-v5-c-login__main-footer-band--PaddingBottom: var(--pf-v5-global--spacer--lg);
17719
- --pf-v5-c-login__main-footer-band--PaddingLeft: var(--pf-v5-global--spacer--md);
17720
- --pf-v5-c-login__main-footer-band--BorderTopColor: var(--pf-v5-global--BorderColor--100);
17721
- --pf-v5-c-login__main-footer-band--BorderTopWidth: var(--pf-v5-global--BorderWidth--sm);
17722
- --pf-v5-c-login__main-footer-band-item--PaddingTop: var(--pf-v5-global--spacer--md);
17723
- --pf-v5-c-login__footer--PaddingLeft: var(--pf-v5-global--spacer--md);
17724
- --pf-v5-c-login__footer--PaddingRight: var(--pf-v5-global--spacer--md);
17725
- --pf-v5-c-login__footer--c-list--PaddingTop: var(--pf-v5-global--spacer--md);
17726
- --pf-v5-c-login__footer--c-list--xl--PaddingTop: var(--pf-v5-global--spacer--2xl);
17727
- display: flex;
17728
- justify-content: center;
17729
- min-height: 100vh;
17730
- padding-block-start: var(--pf-v5-c-login--PaddingTop);
17731
- padding-block-end: var(--pf-v5-c-login--PaddingBottom);
17691
+ --pf-v5-c-login__main-header-desc--FontSize: var(--pf-t--global--font--size--body--md);
17692
+ --pf-v5-c-login__main-body--PaddingRight: var(--pf-t--global--spacer--xl);
17693
+ --pf-v5-c-login__main-body--PaddingBottom: var(--pf-t--global--spacer--xl);
17694
+ --pf-v5-c-login__main-body--PaddingLeft: var(--pf-t--global--spacer--xl);
17695
+ --pf-v5-c-login__main-body--md--PaddingRight: var(--pf-t--global--spacer--2xl);
17696
+ --pf-v5-c-login__main-body--md--PaddingLeft: var(--pf-t--global--spacer--2xl);
17697
+ --pf-v5-c-login__main-footer--PaddingBottom: var(--pf-t--global--spacer--3xl);
17698
+ --pf-v5-c-login__main-footer--c-title--MarginBottom: var(--pf-t--global--spacer--md);
17699
+ --pf-v5-c-login__main-footer-links--PaddingTop: var(--pf-t--global--spacer--sm);
17700
+ --pf-v5-c-login__main-footer-links--PaddingRight: var(--pf-t--global--spacer--3xl);
17701
+ --pf-v5-c-login__main-footer-links--PaddingBottom: var(--pf-t--global--spacer--xl);
17702
+ --pf-v5-c-login__main-footer-links--PaddingLeft: var(--pf-t--global--spacer--3xl);
17703
+ --pf-v5-c-login__main-footer-links-item--PaddingRight: var(--pf-t--global--spacer--md);
17704
+ --pf-v5-c-login__main-footer-links-item--PaddingLeft: var(--pf-t--global--spacer--md);
17705
+ --pf-v5-c-login__main-footer-links-item--MarginBottom: var(--pf-t--global--spacer--sm);
17706
+ --pf-v5-c-login__main-footer-links-item-link-svg--Fill: var(--pf-t--global--icon--color--subtle);
17707
+ --pf-v5-c-login__main-footer-links-item-link-svg--Width: var(--pf-t--global--icon--size--lg);
17708
+ --pf-v5-c-login__main-footer-links-item-link-svg--Height: var(--pf-t--global--icon--size--lg);
17709
+ --pf-v5-c-login__main-footer-links-item-link-svg--hover--Fill: var(--pf-t--global--icon--color--nonstatus--hover);
17710
+ --pf-v5-c-login__main-footer-band--PaddingTop: var(--pf-t--global--spacer--lg);
17711
+ --pf-v5-c-login__main-footer-band--PaddingRight: var(--pf-t--global--spacer--md);
17712
+ --pf-v5-c-login__main-footer-band--PaddingBottom: var(--pf-t--global--spacer--lg);
17713
+ --pf-v5-c-login__main-footer-band--PaddingLeft: var(--pf-t--global--spacer--md);
17714
+ --pf-v5-c-login__main-footer-band--BorderTopColor: var(--pf-t--global--border--color--default);
17715
+ --pf-v5-c-login__main-footer-band--BorderTopWidth: var(--pf-t--global--border--width--divider--default);
17716
+ --pf-v5-c-login__main-footer-band-item--PaddingTop: var(--pf-t--global--spacer--md);
17717
+ --pf-v5-c-login__footer--PaddingLeft: var(--pf-t--global--spacer--md);
17718
+ --pf-v5-c-login__footer--PaddingRight: var(--pf-t--global--spacer--md);
17719
+ --pf-v5-c-login__footer--c-list--PaddingTop: var(--pf-t--global--spacer--md);
17720
+ --pf-v5-c-login__footer--c-list--xl--PaddingTop: var(--pf-t--global--spacer--2xl);
17732
17721
  }
17733
17722
  @media (min-width: 1200px) {
17734
- .pf-v5-c-login {
17723
+ :root {
17735
17724
  --pf-v5-c-login__container--MaxWidth: var(--pf-v5-c-login__container--xl--MaxWidth);
17736
17725
  }
17737
17726
  }
17738
17727
  @media (min-width: 576px) {
17739
- .pf-v5-c-login {
17728
+ :root {
17740
17729
  --pf-v5-c-login__header--PaddingRight: 0;
17741
17730
  --pf-v5-c-login__header--PaddingLeft: 0;
17742
17731
  }
17743
17732
  }
17744
17733
  @media (min-width: 1200px) {
17745
- .pf-v5-c-login {
17734
+ :root {
17746
17735
  --pf-v5-c-login__header--MarginBottom: var(--pf-v5-c-login__header--xl--MarginBottom);
17747
17736
  --pf-v5-c-login__header--c-brand--MarginBottom: var(--pf-v5-c-login__header--c-brand--xl--MarginBottom);
17748
17737
  }
17749
17738
  }
17750
17739
  @media (min-width: 1200px) {
17751
- .pf-v5-c-login {
17740
+ :root {
17752
17741
  --pf-v5-c-login__main--MarginBottom: 0;
17753
17742
  }
17754
17743
  }
17755
17744
  @media (min-width: 768px) {
17756
- .pf-v5-c-login {
17745
+ :root {
17757
17746
  --pf-v5-c-login__main-header--PaddingRight: var(--pf-v5-c-login__main-header--md--PaddingRight);
17758
17747
  --pf-v5-c-login__main-header--PaddingLeft: var(--pf-v5-c-login__main-header--md--PaddingLeft);
17759
17748
  --pf-v5-c-login__main-header-desc--MarginBottom: var(--pf-v5-c-login__main-header-desc--md--MarginBottom);
17760
17749
  }
17761
17750
  }
17762
17751
  @media (min-width: 768px) {
17763
- .pf-v5-c-login {
17752
+ :root {
17764
17753
  --pf-v5-c-login__main-body--PaddingRight: var(--pf-v5-c-login__main-body--md--PaddingRight);
17765
17754
  --pf-v5-c-login__main-body--PaddingLeft: var(--pf-v5-c-login__main-body--md--PaddingLeft);
17766
17755
  }
17767
17756
  }
17768
17757
  @media (min-width: 576px) {
17769
- .pf-v5-c-login {
17758
+ :root {
17770
17759
  --pf-v5-c-login__footer--PaddingRight: 0;
17771
17760
  --pf-v5-c-login__footer--PaddingLeft: 0;
17772
17761
  }
17773
17762
  }
17774
17763
  @media (min-width: 1200px) {
17775
- .pf-v5-c-login {
17764
+ :root {
17776
17765
  --pf-v5-c-login__footer--c-list--PaddingTop: var(--pf-v5-c-login__footer--c-list--xl--PaddingTop);
17777
17766
  }
17778
17767
  }
17768
+
17769
+ .pf-v5-c-login {
17770
+ display: flex;
17771
+ justify-content: center;
17772
+ min-height: 100vh;
17773
+ padding-block-start: var(--pf-v5-c-login--PaddingTop);
17774
+ padding-block-end: var(--pf-v5-c-login--PaddingBottom);
17775
+ }
17779
17776
  @media (min-width: 576px) {
17780
17777
  .pf-v5-c-login {
17781
17778
  align-items: center;
@@ -17799,7 +17796,6 @@ ul.pf-v5-c-list {
17799
17796
  }
17800
17797
 
17801
17798
  .pf-v5-c-login__header {
17802
- color: var(--pf-v5-global--Color--100);
17803
17799
  grid-area: header;
17804
17800
  padding-inline-start: var(--pf-v5-c-login__header--PaddingLeft);
17805
17801
  padding-inline-end: var(--pf-v5-c-login__header--PaddingRight);
@@ -17818,7 +17814,7 @@ ul.pf-v5-c-list {
17818
17814
  align-self: start;
17819
17815
  margin-block-end: var(--pf-v5-c-login__main--MarginBottom);
17820
17816
  background-color: var(--pf-v5-c-login__main--BackgroundColor);
17821
- box-shadow: var(--pf-v5-c-login__main--BoxShadow);
17817
+ border-radius: var(--pf-v5-c-login__main--BorderRadius);
17822
17818
  }
17823
17819
  .pf-v5-c-login__main > :first-child:not(.pf-v5-c-login__main-header) {
17824
17820
  padding-block-start: var(--pf-v5-c-login__main-header--PaddingTop);
@@ -17926,7 +17922,6 @@ ul.pf-v5-c-list {
17926
17922
  }
17927
17923
 
17928
17924
  .pf-v5-c-login__footer {
17929
- color: var(--pf-v5-global--Color--100);
17930
17925
  grid-area: footer;
17931
17926
  padding-inline-start: var(--pf-v5-c-login__footer--PaddingLeft);
17932
17927
  padding-inline-end: var(--pf-v5-c-login__footer--PaddingRight);
@@ -17938,19 +17933,6 @@ ul.pf-v5-c-list {
17938
17933
  padding-block-start: var(--pf-v5-c-login__footer--c-list--PaddingTop);
17939
17934
  }
17940
17935
 
17941
- :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
17942
- :where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
17943
- --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
17944
- }
17945
-
17946
- :where(.pf-theme-dark) .pf-v5-c-login {
17947
- --pf-v5-c-login__main--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
17948
- }
17949
- :where(.pf-theme-dark) .pf-v5-c-login__header,
17950
- :where(.pf-theme-dark) .pf-v5-c-login__footer {
17951
- color: var(--pf-v5-global--Color--100);
17952
- }
17953
-
17954
17936
  :root {
17955
17937
  --pf-v5-c-masthead--PaddingLeft: var(--pf-v5-c-masthead--inset);
17956
17938
  --pf-v5-c-masthead--PaddingRight: var(--pf-v5-c-masthead--inset);
@@ -19075,6 +19057,9 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
19075
19057
  align-items: center;
19076
19058
  margin-inline-end: var(--pf-v5-c-menu__item-check--MarginRight);
19077
19059
  }
19060
+ .pf-v5-c-menu__item-check .pf-v5-c-check {
19061
+ --pf-v5-c-check__input--TranslateY: none;
19062
+ }
19078
19063
 
19079
19064
  .pf-v5-c-menu__item-toggle-icon {
19080
19065
  padding-inline-start: var(--pf-v5-c-menu__item-toggle-icon--PaddingLeft);
@@ -19146,8 +19131,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
19146
19131
  border-block-start: var(--pf-v5-c-menu__footer--after--BorderTopWidth) solid var(--pf-v5-c-menu__footer--after--BorderTopColor);
19147
19132
  }
19148
19133
 
19149
- :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
19150
- :where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
19134
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
19151
19135
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
19152
19136
  }
19153
19137
 
@@ -19432,8 +19416,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
19432
19416
  align-self: stretch;
19433
19417
  }
19434
19418
  .pf-v5-c-menu-toggle.pf-m-split-button > .pf-v5-c-check .pf-v5-c-check__input {
19435
- align-self: revert;
19436
- -moz-transform: none;
19419
+ align-self: center;
19437
19420
  }
19438
19421
  .pf-v5-c-menu-toggle.pf-m-split-button.pf-m-action:where(:not(.pf-m-primary, .pf-m-secondary, .pf-m-disabled)) > *::after {
19439
19422
  position: absolute;
@@ -19556,11 +19539,10 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
19556
19539
 
19557
19540
  .pf-v5-c-menu-toggle__toggle-icon {
19558
19541
  margin-inline-end: var(--pf-v5-c-menu-toggle__toggle-icon--MarginRight);
19559
- color: var(--pf-v5-c-menu-toggle__toggle-icon--Color);
19542
+ color: var(--pf-v5-c-menu-toggle__toggle-icon--Color, inherit);
19560
19543
  }
19561
19544
 
19562
- :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
19563
- :where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
19545
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
19564
19546
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
19565
19547
  }
19566
19548
 
@@ -19770,8 +19752,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
19770
19752
  }
19771
19753
  }
19772
19754
 
19773
- :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
19774
- :where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
19755
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
19775
19756
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
19776
19757
  }
19777
19758
 
@@ -20938,8 +20919,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
20938
20919
  inset-inline-start: 0;
20939
20920
  }
20940
20921
 
20941
- :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
20942
- :where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
20922
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
20943
20923
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
20944
20924
  }
20945
20925
 
@@ -21342,8 +21322,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
21342
21322
  transform: rotate(var(--pf-v5-c-notification-drawer__group--m-expanded__group-toggle-icon--Rotate));
21343
21323
  }
21344
21324
 
21345
- :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
21346
- :where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
21325
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
21347
21326
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
21348
21327
  }
21349
21328
 
@@ -21623,8 +21602,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
21623
21602
  color: var(--pf-v5-c-options-menu__group-title--Color);
21624
21603
  }
21625
21604
 
21626
- :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
21627
- :where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
21605
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
21628
21606
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
21629
21607
  }
21630
21608
 
@@ -21760,7 +21738,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
21760
21738
  --pf-v5-c-page__sidebar-title--FontSize: var(--pf-t--global--font--size--heading--xs);
21761
21739
  --pf-v5-c-page__sidebar-title--LineHeight: var(--pf-t--global--font--line-height--heading);
21762
21740
  --pf-v5-c-page__sidebar-title--FontFamily: var(--pf-t--global--font--family--heading);
21763
- --pf-v5-c-page__sidebar-title--FontWeight: var(--pf-t--global--font--weight--heading--bold);
21741
+ --pf-v5-c-page__sidebar-title--FontWeight: var(--pf-t--global--font--weight--heading);
21764
21742
  --pf-v5-c-page__sidebar-body--PaddingRight: 0;
21765
21743
  --pf-v5-c-page__sidebar-body--PaddingLeft: 0;
21766
21744
  --pf-v5-c-page__sidebar-body--m-page-insets--PaddingRight: var(--pf-v5-c-page--inset);
@@ -23012,8 +22990,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
23012
22990
  }
23013
22991
  }
23014
22992
 
23015
- :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
23016
- :where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
22993
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
23017
22994
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
23018
22995
  }
23019
22996
 
@@ -23108,8 +23085,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
23108
23085
  box-shadow: var(--pf-v5-c-panel__footer--BoxShadow);
23109
23086
  }
23110
23087
 
23111
- :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
23112
- :where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
23088
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
23113
23089
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
23114
23090
  }
23115
23091
 
@@ -23321,8 +23297,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
23321
23297
  margin-block-start: var(--pf-v5-c-popover__footer--MarginTop);
23322
23298
  }
23323
23299
 
23324
- :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
23325
- :where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
23300
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
23326
23301
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
23327
23302
  }
23328
23303
 
@@ -23503,8 +23478,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
23503
23478
  margin-block-start: var(--pf-v5-c-progress__helper-text--MarginTop);
23504
23479
  }
23505
23480
 
23506
- :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
23507
- :where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
23481
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
23508
23482
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
23509
23483
  }
23510
23484
 
@@ -24129,7 +24103,8 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
24129
24103
  --pf-v5-c-radio__label--FontWeight: var(--pf-v5-global--FontWeight--normal);
24130
24104
  --pf-v5-c-radio__label--FontSize: var(--pf-v5-global--FontSize--md);
24131
24105
  --pf-v5-c-radio__label--LineHeight: var(--pf-v5-global--LineHeight--md);
24132
- --pf-v5-c-radio__input--TranslateY--moz: 5px;
24106
+ --pf-v5-c-radio__input--TranslateY: calc((var(--pf-v5-c-radio__label--LineHeight) * var(--pf-v5-c-radio__label--FontSize) / 2 ) - 50%);
24107
+ --pf-v5-c-radio__input--TranslateY--moz: var(--pf-v5-c-radio__input--TranslateY);
24133
24108
  --pf-v5-c-radio__input--first-child--MarginLeft: 0.0625rem;
24134
24109
  --pf-v5-c-radio__input--last-child--MarginRight: 0.0625rem;
24135
24110
  --pf-v5-c-radio__description--FontSize: var(--pf-v5-global--FontSize--sm);
@@ -24142,19 +24117,14 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
24142
24117
  }
24143
24118
  .pf-v5-c-radio.pf-m-standalone {
24144
24119
  --pf-v5-c-radio--GridGap: 0;
24145
- --pf-v5-c-radio__input--TranslateY--moz: 0;
24146
- width: auto;
24147
- }
24148
-
24149
- .pf-v5-c-radio__label {
24150
- font-size: var(--pf-v5-c-radio__label--FontSize);
24151
- font-weight: var(--pf-v5-c-radio__label--FontWeight);
24152
- line-height: var(--pf-v5-c-radio__label--LineHeight);
24153
- color: var(--pf-v5-c-radio__label--Color);
24120
+ --pf-v5-c-radio__input--TranslateY: none;
24121
+ display: inline-grid;
24154
24122
  }
24155
24123
 
24156
24124
  .pf-v5-c-radio__input {
24125
+ align-self: start;
24157
24126
  -moz-transform: translateY(var(--pf-v5-c-radio__input--TranslateY--moz));
24127
+ transform: translateY(var(--pf-v5-c-radio__input--TranslateY));
24158
24128
  }
24159
24129
  .pf-v5-c-radio__input:first-child {
24160
24130
  margin-inline-start: var(--pf-v5-c-radio__input--first-child--MarginLeft);
@@ -24163,6 +24133,13 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
24163
24133
  margin-inline-end: var(--pf-v5-c-radio__input--last-child--MarginRight);
24164
24134
  }
24165
24135
 
24136
+ .pf-v5-c-radio__label {
24137
+ font-size: var(--pf-v5-c-radio__label--FontSize);
24138
+ font-weight: var(--pf-v5-c-radio__label--FontWeight);
24139
+ line-height: var(--pf-v5-c-radio__label--LineHeight);
24140
+ color: var(--pf-v5-c-radio__label--Color);
24141
+ }
24142
+
24166
24143
  .pf-v5-c-radio__description {
24167
24144
  grid-column: 2;
24168
24145
  font-size: var(--pf-v5-c-radio__description--FontSize);
@@ -24762,8 +24739,7 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
24762
24739
  box-shadow: var(--pf-v5-c-select__menu-footer--BoxShadow);
24763
24740
  }
24764
24741
 
24765
- :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
24766
- :where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
24742
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
24767
24743
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
24768
24744
  }
24769
24745
 
@@ -25196,8 +25172,7 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
25196
25172
  margin-block-start: var(--pf-v5-c-simple-list__section--section--MarginTop);
25197
25173
  }
25198
25174
 
25199
- :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
25200
- :where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
25175
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
25201
25176
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
25202
25177
  }
25203
25178
 
@@ -25374,8 +25349,7 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
25374
25349
  transform: translateX(100%);
25375
25350
  }
25376
25351
  }
25377
- :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
25378
- :where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
25352
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
25379
25353
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
25380
25354
  }
25381
25355
 
@@ -25769,7 +25743,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
25769
25743
  cursor: pointer;
25770
25744
  opacity: 0;
25771
25745
  }
25772
- .pf-v5-c-switch__input:focus ~ .pf-v5-c-switch__toggle {
25746
+ .pf-v5-c-switch__input:focus-visible ~ .pf-v5-c-switch__toggle {
25773
25747
  outline: var(--pf-v5-c-switch__input--focus__toggle--OutlineWidth) solid var(--pf-v5-c-switch__input--focus__toggle--OutlineColor);
25774
25748
  outline-offset: var(--pf-v5-c-switch__input--focus__toggle--OutlineOffset);
25775
25749
  }
@@ -25854,8 +25828,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
25854
25828
  vertical-align: top;
25855
25829
  }
25856
25830
 
25857
- :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
25858
- :where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
25831
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
25859
25832
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
25860
25833
  }
25861
25834
 
@@ -27625,7 +27598,8 @@ svg.pf-v5-c-spinner.pf-m-xl {
27625
27598
  --pf-v5-c-table__button--OutlineOffset: calc(var(--pf-v5-global--BorderWidth--lg) * -1);
27626
27599
  --pf-v5-c-table--m-compact__toggle--PaddingTop: 0;
27627
27600
  --pf-v5-c-table--m-compact__toggle--PaddingBottom: 0;
27628
- --pf-v5-c-table__check--input--MarginTop: 0.25rem;
27601
+ --pf-v5-c-table__check--input--MarginTop: 0.1875rem;
27602
+ --pf-v5-c-table__thead__check--input--TranslateY: var(--pf-v5-c-table__check--input--MarginTop);
27629
27603
  --pf-v5-c-table__check--input--FontSize: var(--pf-t--global--font--size--body);
27630
27604
  --pf-v5-c-table--cell--m-favorite--Color: var(--pf-t--global--text--color--subtle);
27631
27605
  --pf-v5-c-table__favorite--c-button--Color: var(--pf-t--global--text--color--subtle);
@@ -28249,13 +28223,16 @@ svg.pf-v5-c-spinner.pf-m-xl {
28249
28223
  cursor: pointer;
28250
28224
  }
28251
28225
  .pf-v5-c-table__check label {
28252
- display: block;
28226
+ display: inline-flex;
28253
28227
  padding: inherit;
28254
28228
  margin-block-start: calc(var(--pf-v5-c-table--cell--PaddingTop) * -1);
28255
28229
  margin-block-end: calc(var(--pf-v5-c-table--cell--PaddingBottom) * -1);
28256
28230
  margin-inline-start: calc(var(--pf-v5-c-table--cell--PaddingLeft) * -1);
28257
28231
  margin-inline-end: calc(var(--pf-v5-c-table--cell--PaddingRight) * -1);
28258
28232
  }
28233
+ .pf-v5-c-table__thead .pf-v5-c-check.pf-m-standalone {
28234
+ --pf-v5-c-check__input--TranslateY: var(--pf-v5-c-table__thead__check--input--TranslateY);
28235
+ }
28259
28236
 
28260
28237
  .pf-v5-c-table__favorite .pf-v5-c-button {
28261
28238
  --pf-v5-c-button--m-plain--Color: var(--pf-v5-c-table__favorite--c-button--Color);
@@ -28585,8 +28562,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
28585
28562
  --pf-v5-c-table--cell--Width: 100%;
28586
28563
  }
28587
28564
 
28588
- :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
28589
- :where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
28565
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
28590
28566
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
28591
28567
  }
28592
28568
 
@@ -30327,8 +30303,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
30327
30303
  }
30328
30304
  }
30329
30305
 
30330
- :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
30331
- :where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
30306
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
30332
30307
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
30333
30308
  }
30334
30309
 
@@ -30489,8 +30464,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
30489
30464
  display: flex;
30490
30465
  }
30491
30466
 
30492
- :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
30493
- :where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
30467
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
30494
30468
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
30495
30469
  }
30496
30470
 
@@ -30640,8 +30614,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
30640
30614
  color: var(--pf-v5-c-tile__icon--Color);
30641
30615
  }
30642
30616
 
30643
- :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
30644
- :where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
30617
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
30645
30618
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
30646
30619
  }
30647
30620
 
@@ -30901,8 +30874,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
30901
30874
  margin-inline-start: var(--pf-v5-c-toggle-group__icon--text--MarginLeft);
30902
30875
  }
30903
30876
 
30904
- :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
30905
- :where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
30877
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
30906
30878
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
30907
30879
  }
30908
30880
 
@@ -31034,8 +31006,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
31034
31006
  transform: translateX(var(--pf-v5-c-tooltip__arrow--TranslateX, 0)) translateY(var(--pf-v5-c-tooltip__arrow--TranslateY, 0)) rotate(var(--pf-v5-c-tooltip__arrow--Rotate, 0));
31035
31007
  }
31036
31008
 
31037
- :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
31038
- :where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
31009
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
31039
31010
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
31040
31011
  }
31041
31012
 
@@ -31593,8 +31564,7 @@ label.pf-v5-c-tree-view__node-text {
31593
31564
  --pf-v5-c-tree-view--m-compact--m-no-background--border--nested--Left: calc(var(--pf-v5-c-tree-view__node--PaddingLeft) - var(--pf-v5-c-tree-view--m-compact--m-no-background--base-border--Left--offset));
31594
31565
  }
31595
31566
 
31596
- :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
31597
- :where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
31567
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
31598
31568
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
31599
31569
  }
31600
31570
 
@@ -32113,8 +32083,7 @@ label.pf-v5-c-tree-view__node-text {
32113
32083
  margin-inline-start: var(--pf-v5-c-wizard__footer-cancel--MarginLeft);
32114
32084
  }
32115
32085
 
32116
- :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
32117
- :where(.pf-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
32086
+ :where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
32118
32087
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
32119
32088
  }
32120
32089