@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-v5-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-v5-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-v5-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-v5-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-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
328
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button {
327
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-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;
@@ -6398,8 +6397,7 @@
6398
6397
  --pf-v5-c-about-modal-box__close--c-button--BackgroundColor: var(--pf-v5-c-about-modal-box__close--c-button--hover--BackgroundColor);
6399
6398
  }
6400
6399
 
6401
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
6402
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button {
6400
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button {
6403
6401
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
6404
6402
  }
6405
6403
 
@@ -6423,6 +6421,10 @@
6423
6421
  --pf-v5-c-accordion__toggle--after--Width: var(--pf-v5-global--BorderWidth--lg);
6424
6422
  --pf-v5-c-accordion__toggle--m-expanded--after--BackgroundColor: var(--pf-v5-global--primary-color--100);
6425
6423
  --pf-v5-c-accordion__toggle--BackgroundColor: transparent;
6424
+ --pf-v5-c-accordion__toggle--JustifyContent: space-between;
6425
+ --pf-v5-c-accordion__toggle--ColumnGap: 0;
6426
+ --pf-v5-c-accordion--m-toggle-start__toggle--JustifyContent: start;
6427
+ --pf-v5-c-accordion--m-toggle-start__toggle--ColumnGap: var(--pf-v5-global--spacer--md);
6426
6428
  --pf-v5-c-accordion__toggle-text--MaxWidth: calc(100% - var(--pf-v5-global--spacer--lg));
6427
6429
  --pf-v5-c-accordion__toggle--hover__toggle-text--Color: var(--pf-v5-global--link--Color);
6428
6430
  --pf-v5-c-accordion__toggle--active__toggle-text--Color: var(--pf-v5-global--link--Color);
@@ -6476,6 +6478,10 @@
6476
6478
  color: var(--pf-v5-global--Color--100);
6477
6479
  background-color: var(--pf-v5-c-accordion--BackgroundColor);
6478
6480
  }
6481
+ .pf-v5-c-accordion.pf-m-toggle-start {
6482
+ --pf-v5-c-accordion__toggle--JustifyContent: var(--pf-v5-c-accordion--m-toggle-start__toggle--JustifyContent);
6483
+ --pf-v5-c-accordion__toggle--ColumnGap: var(--pf-v5-c-accordion--m-toggle-start__toggle--ColumnGap);
6484
+ }
6479
6485
  .pf-v5-c-accordion.pf-m-display-lg {
6480
6486
  --pf-v5-c-accordion__toggle--PaddingTop: var(--pf-v5-c-accordion--m-display-lg__toggle--PaddingTop);
6481
6487
  --pf-v5-c-accordion__toggle--PaddingRight: var(--pf-v5-c-accordion--m-display-lg__toggle--PaddingRight);
@@ -6535,8 +6541,9 @@
6535
6541
  .pf-v5-c-accordion__toggle {
6536
6542
  position: relative;
6537
6543
  display: flex;
6544
+ column-gap: var(--pf-v5-c-accordion__toggle--ColumnGap);
6538
6545
  align-items: center;
6539
- justify-content: space-between;
6546
+ justify-content: var(--pf-v5-c-accordion__toggle--JustifyContent);
6540
6547
  width: 100%;
6541
6548
  padding-block-start: var(--pf-v5-c-accordion__toggle--PaddingTop);
6542
6549
  padding-block-end: var(--pf-v5-c-accordion__toggle--PaddingBottom);
@@ -6633,8 +6640,7 @@
6633
6640
  --pf-v5-c-accordion__expandable-content-body--PaddingTop: var(--pf-v5-c-accordion__expandable-content-body--expandable-content-body--PaddingTop);
6634
6641
  }
6635
6642
 
6636
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
6637
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button {
6643
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button {
6638
6644
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
6639
6645
  }
6640
6646
 
@@ -6698,7 +6704,7 @@
6698
6704
  --pf-v5-c-alert__icon--MarginRight: var(--pf-t--global--spacer--sm);
6699
6705
  --pf-v5-c-alert__icon--FontSize: var(--pf-t--global--icon--size--md);
6700
6706
  --pf-v5-c-alert__title--FontSize: var(--pf-t--global--font--size--heading--xs);
6701
- --pf-v5-c-alert__title--FontWeight: var(--pf-t--global--font--weight--heading--bold);
6707
+ --pf-v5-c-alert__title--FontWeight: var(--pf-t--global--font--weight--heading);
6702
6708
  --pf-v5-c-alert__title--LineHeight: var(--pf-t--global--font--line-height--heading);
6703
6709
  --pf-v5-c-alert__title--Color: var(--pf-t--global--text--color--regular);
6704
6710
  --pf-v5-c-alert__title--max-lines: 1;
@@ -7174,8 +7180,7 @@
7174
7180
  color: var(--pf-v5-c-app-launcher__group-title--Color);
7175
7181
  }
7176
7182
 
7177
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
7178
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button {
7183
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button {
7179
7184
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
7180
7185
  }
7181
7186
 
@@ -7646,8 +7651,7 @@
7646
7651
  cursor: not-allowed;
7647
7652
  }
7648
7653
 
7649
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
7650
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button {
7654
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button {
7651
7655
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
7652
7656
  }
7653
7657
 
@@ -8262,7 +8266,7 @@ button.pf-v5-c-breadcrumb__link {
8262
8266
  .pf-v5-c-button.pf-m-plain.pf-m-no-padding {
8263
8267
  padding: 0;
8264
8268
  }
8265
- .pf-v5-c-button.pf-m-plain:hover, .pf-v5-c-button.pf-m-plain:focus, .pf-v5-c-button.pf-m-plain:active {
8269
+ .pf-v5-c-button.pf-m-plain:hover, .pf-v5-c-button.pf-m-plain:focus {
8266
8270
  --pf-v5-c-button--m-plain--BackgroundColor: var(--pf-v5-c-button--m-plain--hover--BackgroundColor);
8267
8271
  mix-blend-mode: var(--pf-t--global--background--color--action--plain--hover--blend);
8268
8272
  }
@@ -8539,8 +8543,7 @@ button.pf-v5-c-breadcrumb__link {
8539
8543
  pointer-events: none;
8540
8544
  }
8541
8545
 
8542
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
8543
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
8546
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
8544
8547
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
8545
8548
  }
8546
8549
 
@@ -8967,8 +8970,7 @@ button.pf-v5-c-breadcrumb__link {
8967
8970
  border: var(--pf-v5-c-card__input--focus--BorderWidth) solid var(--pf-v5-c-card__input--focus--BorderColor);
8968
8971
  }
8969
8972
 
8970
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
8971
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
8973
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
8972
8974
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
8973
8975
  }
8974
8976
 
@@ -8992,7 +8994,8 @@ button.pf-v5-c-breadcrumb__link {
8992
8994
  --pf-v5-c-check__label--FontWeight: var(--pf-v5-global--FontWeight--normal);
8993
8995
  --pf-v5-c-check__label--FontSize: var(--pf-v5-global--FontSize--md);
8994
8996
  --pf-v5-c-check__label--LineHeight: var(--pf-v5-global--LineHeight--md);
8995
- --pf-v5-c-check__input--TranslateY--moz: 5px;
8997
+ --pf-v5-c-check__input--TranslateY: calc((var(--pf-v5-c-check__label--LineHeight) * var(--pf-v5-c-check__label--FontSize) / 2 ) - 50%);
8998
+ --pf-v5-c-check__input--TranslateY--moz: var(--pf-v5-c-check__input--TranslateY);
8996
8999
  --pf-v5-c-check__description--FontSize: var(--pf-v5-global--FontSize--sm);
8997
9000
  --pf-v5-c-check__description--Color: var(--pf-v5-global--Color--200);
8998
9001
  --pf-v5-c-check__body--MarginTop: var(--pf-v5-global--spacer--sm);
@@ -9002,15 +9005,21 @@ button.pf-v5-c-breadcrumb__link {
9002
9005
  display: grid;
9003
9006
  grid-template-columns: auto 1fr;
9004
9007
  grid-gap: var(--pf-v5-c-check--GridGap);
9008
+ align-items: baseline;
9005
9009
  }
9006
9010
  .pf-v5-c-check.pf-m-standalone {
9007
9011
  --pf-v5-c-check--GridGap: 0;
9008
- --pf-v5-c-check__input--TranslateY--moz: 0;
9012
+ --pf-v5-c-check__input--TranslateY: none;
9009
9013
  display: inline-grid;
9010
9014
  }
9011
9015
 
9016
+ .pf-v5-c-check__input {
9017
+ align-self: start;
9018
+ -moz-transform: translateY(var(--pf-v5-c-check__input--TranslateY--moz));
9019
+ transform: translateY(var(--pf-v5-c-check__input--TranslateY));
9020
+ }
9021
+
9012
9022
  .pf-v5-c-check__label {
9013
- align-self: baseline;
9014
9023
  font-size: var(--pf-v5-c-check__label--FontSize);
9015
9024
  font-weight: var(--pf-v5-c-check__label--FontWeight);
9016
9025
  line-height: var(--pf-v5-c-check__label--LineHeight);
@@ -9028,11 +9037,6 @@ button.pf-v5-c-breadcrumb__link {
9028
9037
  margin-block-start: var(--pf-v5-c-check__body--MarginTop);
9029
9038
  }
9030
9039
 
9031
- .pf-v5-c-check__input {
9032
- align-self: baseline;
9033
- -moz-transform: translateY(var(--pf-v5-c-check__input--TranslateY--moz));
9034
- }
9035
-
9036
9040
  .pf-v5-c-check__label,
9037
9041
  .pf-v5-c-check__input {
9038
9042
  justify-self: start;
@@ -9160,8 +9164,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
9160
9164
  line-height: 1;
9161
9165
  }
9162
9166
 
9163
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
9164
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
9167
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
9165
9168
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
9166
9169
  }
9167
9170
 
@@ -9352,8 +9355,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
9352
9355
  --pf-v5-c-button--PaddingLeft: var(--pf-v5-c-clipboard-copy__actions-item--button--PaddingLeft);
9353
9356
  }
9354
9357
 
9355
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
9356
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
9358
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
9357
9359
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
9358
9360
  }
9359
9361
 
@@ -9556,8 +9558,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
9556
9558
  margin-inline-start: var(--pf-v5-c-code-editor__tab-icon--text--MarginLeft);
9557
9559
  }
9558
9560
 
9559
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
9560
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
9561
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
9561
9562
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
9562
9563
  }
9563
9564
 
@@ -10134,8 +10135,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
10134
10135
  pointer-events: none;
10135
10136
  }
10136
10137
 
10137
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
10138
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
10138
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
10139
10139
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
10140
10140
  }
10141
10141
 
@@ -10983,8 +10983,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
10983
10983
  padding: 0;
10984
10984
  }
10985
10985
 
10986
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
10987
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
10986
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
10988
10987
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
10989
10988
  }
10990
10989
 
@@ -11383,8 +11382,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
11383
11382
  --pf-v5-c-droppable--m-dragging--after--BorderColor: var(--pf-v5-c-droppable--m-drag-outside--after--BorderColor);
11384
11383
  }
11385
11384
 
11386
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
11387
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
11385
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
11388
11386
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
11389
11387
  }
11390
11388
 
@@ -11705,8 +11703,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
11705
11703
  --pf-v5-c-dual-list-selector__list__list__item-toggle--Left: var(--pf-v5-c-dual-list-selector__item--PaddingLeft);
11706
11704
  }
11707
11705
 
11708
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
11709
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
11706
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
11710
11707
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
11711
11708
  }
11712
11709
 
@@ -11783,6 +11780,9 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
11783
11780
  --pf-v5-c-toolbar__item--m-label--spacer: var(--pf-v5-c-toolbar__item--spacer);
11784
11781
  --pf-v5-c-toolbar__item--m-label--TranslateY: var(--pf-v5-global--spacer--form-element);
11785
11782
  --pf-v5-c-toolbar__item--m-label--FontWeight: var(--pf-v5-global--FontWeight--bold);
11783
+ --pf-v5-c-toolbar__item--m-form-element--spacer: var(--pf-v5-c-toolbar__item--spacer);
11784
+ --pf-v5-c-toolbar__item--m-form-element--TranslateY: var(--pf-v5-global--spacer--form-element);
11785
+ --pf-v5-c-toolbar__item--m-form-element--FontWeight: var(--pf-v5-global--FontWeight--bold);
11786
11786
  --pf-v5-c-toolbar__item--m-form-control--TranslateY: var(--pf-v5-global--spacer--form-element);
11787
11787
  --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));
11788
11788
  --pf-v5-c-toolbar__expandable-content__item--m-label--FontSize: var(--pf-v5-global--FontSize--sm);
@@ -12032,7 +12032,12 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
12032
12032
  .pf-v5-c-toolbar__item.pf-m-label {
12033
12033
  --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__item--m-label--spacer);
12034
12034
  font-weight: var(--pf-v5-c-toolbar__item--m-label--FontWeight);
12035
- transform: translateY(var(--pf-v5-global--spacer--form-element));
12035
+ transform: translateY(var(--pf-v5-c-toolbar__item--m-label--TranslateY));
12036
+ }
12037
+ .pf-v5-c-toolbar__item.pf-m-form-element {
12038
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__item--m-form-element--spacer);
12039
+ font-weight: var(--pf-v5-c-toolbar__item--m-form-element--FontWeight);
12040
+ transform: translateY(var(--pf-v5-c-toolbar__item--m-form-element--TranslateY));
12036
12041
  }
12037
12042
  .pf-v5-c-toolbar__item.pf-m-pagination {
12038
12043
  margin-inline-start: auto;
@@ -12954,8 +12959,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
12954
12959
  min-width: min-content;
12955
12960
  }
12956
12961
 
12957
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
12958
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
12962
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
12959
12963
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
12960
12964
  }
12961
12965
 
@@ -14135,8 +14139,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
14135
14139
  display: none;
14136
14140
  }
14137
14141
  }
14138
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
14139
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
14142
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
14140
14143
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
14141
14144
  }
14142
14145
 
@@ -14429,14 +14432,12 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
14429
14432
  }
14430
14433
  .pf-v5-c-dropdown__toggle.pf-m-split-button .pf-v5-c-dropdown__toggle-check > input,
14431
14434
  .pf-v5-c-dropdown__toggle.pf-m-split-button .pf-v5-c-dropdown__toggle-check .pf-v5-c-check {
14435
+ --pf-v5-c-check__input--TranslateY: none;
14432
14436
  align-self: revert;
14433
14437
  width: auto;
14434
14438
  cursor: pointer;
14435
14439
  visibility: var(--pf-v5-c-dropdown__toggle--m-split-button__toggle-check__input--Visibility, unset);
14436
14440
  }
14437
- .pf-v5-c-dropdown__toggle.pf-m-split-button .pf-v5-c-dropdown__toggle-check .pf-v5-c-check__input {
14438
- -moz-transform: none;
14439
- }
14440
14441
  .pf-v5-c-dropdown__toggle.pf-m-split-button .pf-v5-c-dropdown__toggle-button {
14441
14442
  color: var(--pf-v5-c-dropdown__toggle-button--Color);
14442
14443
  background-color: var(--pf-v5-c-dropdown__toggle-button--BackgroundColor);
@@ -14815,8 +14816,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
14815
14816
  color: var(--pf-v5-c-dropdown__group-title--Color);
14816
14817
  }
14817
14818
 
14818
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
14819
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
14819
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
14820
14820
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
14821
14821
  }
14822
14822
 
@@ -15670,8 +15670,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
15670
15670
  margin-block-end: var(--pf-v5-c-form__field-group-body__field-group--last-child--MarginBottom);
15671
15671
  }
15672
15672
 
15673
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
15674
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
15673
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
15675
15674
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
15676
15675
  }
15677
15676
 
@@ -15943,8 +15942,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
15943
15942
  pointer-events: none;
15944
15943
  }
15945
15944
 
15946
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
15947
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
15945
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
15948
15946
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
15949
15947
  }
15950
15948
 
@@ -16116,8 +16114,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
16116
16114
  color: var(--pf-v5-c-helper-text__item-text--Color);
16117
16115
  }
16118
16116
 
16119
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
16120
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
16117
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
16121
16118
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
16122
16119
  }
16123
16120
 
@@ -16402,8 +16399,7 @@ label.pf-v5-c-input-group__text {
16402
16399
  cursor: pointer;
16403
16400
  }
16404
16401
 
16405
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
16406
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
16402
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
16407
16403
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
16408
16404
  }
16409
16405
 
@@ -17094,8 +17090,7 @@ button.pf-v5-c-label__content:focus {
17094
17090
  margin-block-end: var(--pf-v5-c-label__actions--c-button--MarginBottom);
17095
17091
  }
17096
17092
 
17097
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
17098
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
17093
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
17099
17094
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
17100
17095
  }
17101
17096
 
@@ -17540,8 +17535,7 @@ ul.pf-v5-c-list {
17540
17535
  font-weight: var(--pf-v5-c-log-viewer__timestamp--FontWeight);
17541
17536
  }
17542
17537
 
17543
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
17544
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
17538
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
17545
17539
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
17546
17540
  }
17547
17541
 
@@ -17549,117 +17543,120 @@ ul.pf-v5-c-list {
17549
17543
  color: var(--pf-v5-global--Color--100);
17550
17544
  }
17551
17545
 
17552
- .pf-v5-c-login {
17553
- --pf-v5-c-login--PaddingTop: var(--pf-v5-global--spacer--lg);
17554
- --pf-v5-c-login--PaddingBottom: var(--pf-v5-global--spacer--lg);
17555
- --pf-v5-c-login__container--xl--GridColumnGap: var(--pf-v5-global--spacer--3xl);
17546
+ :root {
17547
+ --pf-v5-c-login--PaddingTop: var(--pf-t--global--spacer--lg);
17548
+ --pf-v5-c-login--PaddingBottom: var(--pf-t--global--spacer--lg);
17549
+ --pf-v5-c-login__container--xl--GridColumnGap: var(--pf-t--global--spacer--3xl);
17556
17550
  --pf-v5-c-login__container--MaxWidth: 31.25rem;
17557
17551
  --pf-v5-c-login__container--xl--MaxWidth: none;
17558
17552
  --pf-v5-c-login__container--PaddingLeft: 6.125rem;
17559
17553
  --pf-v5-c-login__container--PaddingRight: 6.125rem;
17560
17554
  --pf-v5-c-login__container--xl--GridTemplateColumns: 34rem minmax(auto, 34rem);
17561
- --pf-v5-c-login__header--MarginBottom: var(--pf-v5-global--spacer--md);
17562
- --pf-v5-c-login__header--PaddingLeft: var(--pf-v5-global--spacer--md);
17563
- --pf-v5-c-login__header--PaddingRight: var(--pf-v5-global--spacer--md);
17564
- --pf-v5-c-login__header--xl--MarginBottom: var(--pf-v5-global--spacer--2xl);
17565
- --pf-v5-c-login__header--xl--MarginTop: var(--pf-v5-global--spacer--3xl);
17566
- --pf-v5-c-login__header--c-brand--MarginBottom: var(--pf-v5-global--spacer--lg);
17567
- --pf-v5-c-login__header--c-brand--xl--MarginBottom: var(--pf-v5-global--spacer--2xl);
17568
- --pf-v5-c-login__main--BackgroundColor: var(--pf-v5-global--BackgroundColor--light-100);
17569
- --pf-v5-c-login__main--MarginBottom: var(--pf-v5-global--spacer--lg);
17570
- --pf-v5-c-login__main--BoxShadow: var(--pf-v5-global--BoxShadow--xl);
17571
- --pf-v5-c-login__main-header--PaddingTop: var(--pf-v5-global--spacer--2xl);
17572
- --pf-v5-c-login__main-header--PaddingRight: var(--pf-v5-global--spacer--xl);
17573
- --pf-v5-c-login__main-header--PaddingBottom: var(--pf-v5-global--spacer--md);
17574
- --pf-v5-c-login__main-header--PaddingLeft: var(--pf-v5-global--spacer--xl);
17575
- --pf-v5-c-login__main-header--md--PaddingRight: var(--pf-v5-global--spacer--2xl);
17576
- --pf-v5-c-login__main-header--md--PaddingLeft: var(--pf-v5-global--spacer--2xl);
17577
- --pf-v5-c-login__main-header--ColumnGap: var(--pf-v5-global--spacer--md);
17578
- --pf-v5-c-login__main-header--RowGap: var(--pf-v5-global--spacer--md);
17579
- --pf-v5-c-login__main-header-desc--MarginBottom: var(--pf-v5-global--spacer--sm);
17555
+ --pf-v5-c-login__header--MarginBottom: var(--pf-t--global--spacer--md);
17556
+ --pf-v5-c-login__header--PaddingLeft: var(--pf-t--global--spacer--md);
17557
+ --pf-v5-c-login__header--PaddingRight: var(--pf-t--global--spacer--md);
17558
+ --pf-v5-c-login__header--xl--MarginBottom: var(--pf-t--global--spacer--2xl);
17559
+ --pf-v5-c-login__header--xl--MarginTop: var(--pf-t--global--spacer--3xl);
17560
+ --pf-v5-c-login__header--c-brand--MarginBottom: var(--pf-t--global--spacer--lg);
17561
+ --pf-v5-c-login__header--c-brand--xl--MarginBottom: var(--pf-t--global--spacer--2xl);
17562
+ --pf-v5-c-login__main--BackgroundColor: var(--pf-t--global--background--color--primary--default);
17563
+ --pf-v5-c-login__main--MarginBottom: var(--pf-t--global--spacer--lg);
17564
+ --pf-v5-c-login__main--BorderRadius: var(--pf-t--global--border--radius--large);
17565
+ --pf-v5-c-login__main-header--PaddingTop: var(--pf-t--global--spacer--2xl);
17566
+ --pf-v5-c-login__main-header--PaddingRight: var(--pf-t--global--spacer--xl);
17567
+ --pf-v5-c-login__main-header--PaddingBottom: var(--pf-t--global--spacer--md);
17568
+ --pf-v5-c-login__main-header--PaddingLeft: var(--pf-t--global--spacer--xl);
17569
+ --pf-v5-c-login__main-header--md--PaddingRight: var(--pf-t--global--spacer--2xl);
17570
+ --pf-v5-c-login__main-header--md--PaddingLeft: var(--pf-t--global--spacer--2xl);
17571
+ --pf-v5-c-login__main-header--ColumnGap: var(--pf-t--global--spacer--md);
17572
+ --pf-v5-c-login__main-header--RowGap: var(--pf-t--global--spacer--md);
17573
+ --pf-v5-c-login__main-header-desc--MarginBottom: var(--pf-t--global--spacer--sm);
17580
17574
  --pf-v5-c-login__main-header-desc--md--MarginBottom: 0;
17581
- --pf-v5-c-login__main-header-desc--FontSize: var(--pf-v5-global--FontSize--sm);
17582
- --pf-v5-c-login__main-body--PaddingRight: var(--pf-v5-global--spacer--xl);
17583
- --pf-v5-c-login__main-body--PaddingBottom: var(--pf-v5-global--spacer--xl);
17584
- --pf-v5-c-login__main-body--PaddingLeft: var(--pf-v5-global--spacer--xl);
17585
- --pf-v5-c-login__main-body--md--PaddingRight: var(--pf-v5-global--spacer--2xl);
17586
- --pf-v5-c-login__main-body--md--PaddingLeft: var(--pf-v5-global--spacer--2xl);
17587
- --pf-v5-c-login__main-footer--PaddingBottom: var(--pf-v5-global--spacer--3xl);
17588
- --pf-v5-c-login__main-footer--c-title--MarginBottom: var(--pf-v5-global--spacer--md);
17589
- --pf-v5-c-login__main-footer-links--PaddingTop: var(--pf-v5-global--spacer--sm);
17590
- --pf-v5-c-login__main-footer-links--PaddingRight: var(--pf-v5-global--spacer--3xl);
17591
- --pf-v5-c-login__main-footer-links--PaddingBottom: var(--pf-v5-global--spacer--xl);
17592
- --pf-v5-c-login__main-footer-links--PaddingLeft: var(--pf-v5-global--spacer--3xl);
17593
- --pf-v5-c-login__main-footer-links-item--PaddingRight: var(--pf-v5-global--spacer--md);
17594
- --pf-v5-c-login__main-footer-links-item--PaddingLeft: var(--pf-v5-global--spacer--md);
17595
- --pf-v5-c-login__main-footer-links-item--MarginBottom: var(--pf-v5-global--spacer--sm);
17596
- --pf-v5-c-login__main-footer-links-item-link-svg--Fill: var(--pf-v5-global--icon--Color--light);
17597
- --pf-v5-c-login__main-footer-links-item-link-svg--Width: var(--pf-v5-global--icon--FontSize--lg);
17598
- --pf-v5-c-login__main-footer-links-item-link-svg--Height: var(--pf-v5-global--icon--FontSize--lg);
17599
- --pf-v5-c-login__main-footer-links-item-link-svg--hover--Fill: var(--pf-v5-global--icon--Color--dark);
17600
- --pf-v5-c-login__main-footer-band--PaddingTop: var(--pf-v5-global--spacer--lg);
17601
- --pf-v5-c-login__main-footer-band--PaddingRight: var(--pf-v5-global--spacer--md);
17602
- --pf-v5-c-login__main-footer-band--PaddingBottom: var(--pf-v5-global--spacer--lg);
17603
- --pf-v5-c-login__main-footer-band--PaddingLeft: var(--pf-v5-global--spacer--md);
17604
- --pf-v5-c-login__main-footer-band--BorderTopColor: var(--pf-v5-global--BorderColor--100);
17605
- --pf-v5-c-login__main-footer-band--BorderTopWidth: var(--pf-v5-global--BorderWidth--sm);
17606
- --pf-v5-c-login__main-footer-band-item--PaddingTop: var(--pf-v5-global--spacer--md);
17607
- --pf-v5-c-login__footer--PaddingLeft: var(--pf-v5-global--spacer--md);
17608
- --pf-v5-c-login__footer--PaddingRight: var(--pf-v5-global--spacer--md);
17609
- --pf-v5-c-login__footer--c-list--PaddingTop: var(--pf-v5-global--spacer--md);
17610
- --pf-v5-c-login__footer--c-list--xl--PaddingTop: var(--pf-v5-global--spacer--2xl);
17611
- display: flex;
17612
- justify-content: center;
17613
- min-height: 100vh;
17614
- padding-block-start: var(--pf-v5-c-login--PaddingTop);
17615
- padding-block-end: var(--pf-v5-c-login--PaddingBottom);
17575
+ --pf-v5-c-login__main-header-desc--FontSize: var(--pf-t--global--font--size--body--md);
17576
+ --pf-v5-c-login__main-body--PaddingRight: var(--pf-t--global--spacer--xl);
17577
+ --pf-v5-c-login__main-body--PaddingBottom: var(--pf-t--global--spacer--xl);
17578
+ --pf-v5-c-login__main-body--PaddingLeft: var(--pf-t--global--spacer--xl);
17579
+ --pf-v5-c-login__main-body--md--PaddingRight: var(--pf-t--global--spacer--2xl);
17580
+ --pf-v5-c-login__main-body--md--PaddingLeft: var(--pf-t--global--spacer--2xl);
17581
+ --pf-v5-c-login__main-footer--PaddingBottom: var(--pf-t--global--spacer--3xl);
17582
+ --pf-v5-c-login__main-footer--c-title--MarginBottom: var(--pf-t--global--spacer--md);
17583
+ --pf-v5-c-login__main-footer-links--PaddingTop: var(--pf-t--global--spacer--sm);
17584
+ --pf-v5-c-login__main-footer-links--PaddingRight: var(--pf-t--global--spacer--3xl);
17585
+ --pf-v5-c-login__main-footer-links--PaddingBottom: var(--pf-t--global--spacer--xl);
17586
+ --pf-v5-c-login__main-footer-links--PaddingLeft: var(--pf-t--global--spacer--3xl);
17587
+ --pf-v5-c-login__main-footer-links-item--PaddingRight: var(--pf-t--global--spacer--md);
17588
+ --pf-v5-c-login__main-footer-links-item--PaddingLeft: var(--pf-t--global--spacer--md);
17589
+ --pf-v5-c-login__main-footer-links-item--MarginBottom: var(--pf-t--global--spacer--sm);
17590
+ --pf-v5-c-login__main-footer-links-item-link-svg--Fill: var(--pf-t--global--icon--color--subtle);
17591
+ --pf-v5-c-login__main-footer-links-item-link-svg--Width: var(--pf-t--global--icon--size--lg);
17592
+ --pf-v5-c-login__main-footer-links-item-link-svg--Height: var(--pf-t--global--icon--size--lg);
17593
+ --pf-v5-c-login__main-footer-links-item-link-svg--hover--Fill: var(--pf-t--global--icon--color--nonstatus--hover);
17594
+ --pf-v5-c-login__main-footer-band--PaddingTop: var(--pf-t--global--spacer--lg);
17595
+ --pf-v5-c-login__main-footer-band--PaddingRight: var(--pf-t--global--spacer--md);
17596
+ --pf-v5-c-login__main-footer-band--PaddingBottom: var(--pf-t--global--spacer--lg);
17597
+ --pf-v5-c-login__main-footer-band--PaddingLeft: var(--pf-t--global--spacer--md);
17598
+ --pf-v5-c-login__main-footer-band--BorderTopColor: var(--pf-t--global--border--color--default);
17599
+ --pf-v5-c-login__main-footer-band--BorderTopWidth: var(--pf-t--global--border--width--divider--default);
17600
+ --pf-v5-c-login__main-footer-band-item--PaddingTop: var(--pf-t--global--spacer--md);
17601
+ --pf-v5-c-login__footer--PaddingLeft: var(--pf-t--global--spacer--md);
17602
+ --pf-v5-c-login__footer--PaddingRight: var(--pf-t--global--spacer--md);
17603
+ --pf-v5-c-login__footer--c-list--PaddingTop: var(--pf-t--global--spacer--md);
17604
+ --pf-v5-c-login__footer--c-list--xl--PaddingTop: var(--pf-t--global--spacer--2xl);
17616
17605
  }
17617
17606
  @media (min-width: 1200px) {
17618
- .pf-v5-c-login {
17607
+ :root {
17619
17608
  --pf-v5-c-login__container--MaxWidth: var(--pf-v5-c-login__container--xl--MaxWidth);
17620
17609
  }
17621
17610
  }
17622
17611
  @media (min-width: 576px) {
17623
- .pf-v5-c-login {
17612
+ :root {
17624
17613
  --pf-v5-c-login__header--PaddingRight: 0;
17625
17614
  --pf-v5-c-login__header--PaddingLeft: 0;
17626
17615
  }
17627
17616
  }
17628
17617
  @media (min-width: 1200px) {
17629
- .pf-v5-c-login {
17618
+ :root {
17630
17619
  --pf-v5-c-login__header--MarginBottom: var(--pf-v5-c-login__header--xl--MarginBottom);
17631
17620
  --pf-v5-c-login__header--c-brand--MarginBottom: var(--pf-v5-c-login__header--c-brand--xl--MarginBottom);
17632
17621
  }
17633
17622
  }
17634
17623
  @media (min-width: 1200px) {
17635
- .pf-v5-c-login {
17624
+ :root {
17636
17625
  --pf-v5-c-login__main--MarginBottom: 0;
17637
17626
  }
17638
17627
  }
17639
17628
  @media (min-width: 768px) {
17640
- .pf-v5-c-login {
17629
+ :root {
17641
17630
  --pf-v5-c-login__main-header--PaddingRight: var(--pf-v5-c-login__main-header--md--PaddingRight);
17642
17631
  --pf-v5-c-login__main-header--PaddingLeft: var(--pf-v5-c-login__main-header--md--PaddingLeft);
17643
17632
  --pf-v5-c-login__main-header-desc--MarginBottom: var(--pf-v5-c-login__main-header-desc--md--MarginBottom);
17644
17633
  }
17645
17634
  }
17646
17635
  @media (min-width: 768px) {
17647
- .pf-v5-c-login {
17636
+ :root {
17648
17637
  --pf-v5-c-login__main-body--PaddingRight: var(--pf-v5-c-login__main-body--md--PaddingRight);
17649
17638
  --pf-v5-c-login__main-body--PaddingLeft: var(--pf-v5-c-login__main-body--md--PaddingLeft);
17650
17639
  }
17651
17640
  }
17652
17641
  @media (min-width: 576px) {
17653
- .pf-v5-c-login {
17642
+ :root {
17654
17643
  --pf-v5-c-login__footer--PaddingRight: 0;
17655
17644
  --pf-v5-c-login__footer--PaddingLeft: 0;
17656
17645
  }
17657
17646
  }
17658
17647
  @media (min-width: 1200px) {
17659
- .pf-v5-c-login {
17648
+ :root {
17660
17649
  --pf-v5-c-login__footer--c-list--PaddingTop: var(--pf-v5-c-login__footer--c-list--xl--PaddingTop);
17661
17650
  }
17662
17651
  }
17652
+
17653
+ .pf-v5-c-login {
17654
+ display: flex;
17655
+ justify-content: center;
17656
+ min-height: 100vh;
17657
+ padding-block-start: var(--pf-v5-c-login--PaddingTop);
17658
+ padding-block-end: var(--pf-v5-c-login--PaddingBottom);
17659
+ }
17663
17660
  @media (min-width: 576px) {
17664
17661
  .pf-v5-c-login {
17665
17662
  align-items: center;
@@ -17683,7 +17680,6 @@ ul.pf-v5-c-list {
17683
17680
  }
17684
17681
 
17685
17682
  .pf-v5-c-login__header {
17686
- color: var(--pf-v5-global--Color--100);
17687
17683
  grid-area: header;
17688
17684
  padding-inline-start: var(--pf-v5-c-login__header--PaddingLeft);
17689
17685
  padding-inline-end: var(--pf-v5-c-login__header--PaddingRight);
@@ -17702,7 +17698,7 @@ ul.pf-v5-c-list {
17702
17698
  align-self: start;
17703
17699
  margin-block-end: var(--pf-v5-c-login__main--MarginBottom);
17704
17700
  background-color: var(--pf-v5-c-login__main--BackgroundColor);
17705
- box-shadow: var(--pf-v5-c-login__main--BoxShadow);
17701
+ border-radius: var(--pf-v5-c-login__main--BorderRadius);
17706
17702
  }
17707
17703
  .pf-v5-c-login__main > :first-child:not(.pf-v5-c-login__main-header) {
17708
17704
  padding-block-start: var(--pf-v5-c-login__main-header--PaddingTop);
@@ -17810,7 +17806,6 @@ ul.pf-v5-c-list {
17810
17806
  }
17811
17807
 
17812
17808
  .pf-v5-c-login__footer {
17813
- color: var(--pf-v5-global--Color--100);
17814
17809
  grid-area: footer;
17815
17810
  padding-inline-start: var(--pf-v5-c-login__footer--PaddingLeft);
17816
17811
  padding-inline-end: var(--pf-v5-c-login__footer--PaddingRight);
@@ -17822,19 +17817,6 @@ ul.pf-v5-c-list {
17822
17817
  padding-block-start: var(--pf-v5-c-login__footer--c-list--PaddingTop);
17823
17818
  }
17824
17819
 
17825
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
17826
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
17827
- --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
17828
- }
17829
-
17830
- :where(.pf-v5-theme-dark) .pf-v5-c-login {
17831
- --pf-v5-c-login__main--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
17832
- }
17833
- :where(.pf-v5-theme-dark) .pf-v5-c-login__header,
17834
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer {
17835
- color: var(--pf-v5-global--Color--100);
17836
- }
17837
-
17838
17820
  :root {
17839
17821
  --pf-v5-c-masthead--PaddingLeft: var(--pf-v5-c-masthead--inset);
17840
17822
  --pf-v5-c-masthead--PaddingRight: var(--pf-v5-c-masthead--inset);
@@ -18959,6 +18941,9 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
18959
18941
  align-items: center;
18960
18942
  margin-inline-end: var(--pf-v5-c-menu__item-check--MarginRight);
18961
18943
  }
18944
+ .pf-v5-c-menu__item-check .pf-v5-c-check {
18945
+ --pf-v5-c-check__input--TranslateY: none;
18946
+ }
18962
18947
 
18963
18948
  .pf-v5-c-menu__item-toggle-icon {
18964
18949
  padding-inline-start: var(--pf-v5-c-menu__item-toggle-icon--PaddingLeft);
@@ -19030,8 +19015,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
19030
19015
  border-block-start: var(--pf-v5-c-menu__footer--after--BorderTopWidth) solid var(--pf-v5-c-menu__footer--after--BorderTopColor);
19031
19016
  }
19032
19017
 
19033
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
19034
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
19018
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
19035
19019
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
19036
19020
  }
19037
19021
 
@@ -19316,8 +19300,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
19316
19300
  align-self: stretch;
19317
19301
  }
19318
19302
  .pf-v5-c-menu-toggle.pf-m-split-button > .pf-v5-c-check .pf-v5-c-check__input {
19319
- align-self: revert;
19320
- -moz-transform: none;
19303
+ align-self: center;
19321
19304
  }
19322
19305
  .pf-v5-c-menu-toggle.pf-m-split-button.pf-m-action:where(:not(.pf-m-primary, .pf-m-secondary, .pf-m-disabled)) > *::after {
19323
19306
  position: absolute;
@@ -19440,11 +19423,10 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
19440
19423
 
19441
19424
  .pf-v5-c-menu-toggle__toggle-icon {
19442
19425
  margin-inline-end: var(--pf-v5-c-menu-toggle__toggle-icon--MarginRight);
19443
- color: var(--pf-v5-c-menu-toggle__toggle-icon--Color);
19426
+ color: var(--pf-v5-c-menu-toggle__toggle-icon--Color, inherit);
19444
19427
  }
19445
19428
 
19446
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
19447
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
19429
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
19448
19430
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
19449
19431
  }
19450
19432
 
@@ -19654,8 +19636,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
19654
19636
  }
19655
19637
  }
19656
19638
 
19657
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
19658
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
19639
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
19659
19640
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
19660
19641
  }
19661
19642
 
@@ -20822,8 +20803,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
20822
20803
  inset-inline-start: 0;
20823
20804
  }
20824
20805
 
20825
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
20826
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
20806
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
20827
20807
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
20828
20808
  }
20829
20809
 
@@ -21226,8 +21206,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
21226
21206
  transform: rotate(var(--pf-v5-c-notification-drawer__group--m-expanded__group-toggle-icon--Rotate));
21227
21207
  }
21228
21208
 
21229
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
21230
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
21209
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
21231
21210
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
21232
21211
  }
21233
21212
 
@@ -21507,8 +21486,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
21507
21486
  color: var(--pf-v5-c-options-menu__group-title--Color);
21508
21487
  }
21509
21488
 
21510
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
21511
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
21489
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
21512
21490
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
21513
21491
  }
21514
21492
 
@@ -21644,7 +21622,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
21644
21622
  --pf-v5-c-page__sidebar-title--FontSize: var(--pf-t--global--font--size--heading--xs);
21645
21623
  --pf-v5-c-page__sidebar-title--LineHeight: var(--pf-t--global--font--line-height--heading);
21646
21624
  --pf-v5-c-page__sidebar-title--FontFamily: var(--pf-t--global--font--family--heading);
21647
- --pf-v5-c-page__sidebar-title--FontWeight: var(--pf-t--global--font--weight--heading--bold);
21625
+ --pf-v5-c-page__sidebar-title--FontWeight: var(--pf-t--global--font--weight--heading);
21648
21626
  --pf-v5-c-page__sidebar-body--PaddingRight: 0;
21649
21627
  --pf-v5-c-page__sidebar-body--PaddingLeft: 0;
21650
21628
  --pf-v5-c-page__sidebar-body--m-page-insets--PaddingRight: var(--pf-v5-c-page--inset);
@@ -22896,8 +22874,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
22896
22874
  }
22897
22875
  }
22898
22876
 
22899
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
22900
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
22877
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
22901
22878
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
22902
22879
  }
22903
22880
 
@@ -22992,8 +22969,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
22992
22969
  box-shadow: var(--pf-v5-c-panel__footer--BoxShadow);
22993
22970
  }
22994
22971
 
22995
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
22996
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
22972
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
22997
22973
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
22998
22974
  }
22999
22975
 
@@ -23205,8 +23181,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
23205
23181
  margin-block-start: var(--pf-v5-c-popover__footer--MarginTop);
23206
23182
  }
23207
23183
 
23208
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
23209
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
23184
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
23210
23185
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
23211
23186
  }
23212
23187
 
@@ -23387,8 +23362,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
23387
23362
  margin-block-start: var(--pf-v5-c-progress__helper-text--MarginTop);
23388
23363
  }
23389
23364
 
23390
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
23391
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
23365
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
23392
23366
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
23393
23367
  }
23394
23368
 
@@ -24013,7 +23987,8 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
24013
23987
  --pf-v5-c-radio__label--FontWeight: var(--pf-v5-global--FontWeight--normal);
24014
23988
  --pf-v5-c-radio__label--FontSize: var(--pf-v5-global--FontSize--md);
24015
23989
  --pf-v5-c-radio__label--LineHeight: var(--pf-v5-global--LineHeight--md);
24016
- --pf-v5-c-radio__input--TranslateY--moz: 5px;
23990
+ --pf-v5-c-radio__input--TranslateY: calc((var(--pf-v5-c-radio__label--LineHeight) * var(--pf-v5-c-radio__label--FontSize) / 2 ) - 50%);
23991
+ --pf-v5-c-radio__input--TranslateY--moz: var(--pf-v5-c-radio__input--TranslateY);
24017
23992
  --pf-v5-c-radio__input--first-child--MarginLeft: 0.0625rem;
24018
23993
  --pf-v5-c-radio__input--last-child--MarginRight: 0.0625rem;
24019
23994
  --pf-v5-c-radio__description--FontSize: var(--pf-v5-global--FontSize--sm);
@@ -24026,19 +24001,14 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
24026
24001
  }
24027
24002
  .pf-v5-c-radio.pf-m-standalone {
24028
24003
  --pf-v5-c-radio--GridGap: 0;
24029
- --pf-v5-c-radio__input--TranslateY--moz: 0;
24030
- width: auto;
24031
- }
24032
-
24033
- .pf-v5-c-radio__label {
24034
- font-size: var(--pf-v5-c-radio__label--FontSize);
24035
- font-weight: var(--pf-v5-c-radio__label--FontWeight);
24036
- line-height: var(--pf-v5-c-radio__label--LineHeight);
24037
- color: var(--pf-v5-c-radio__label--Color);
24004
+ --pf-v5-c-radio__input--TranslateY: none;
24005
+ display: inline-grid;
24038
24006
  }
24039
24007
 
24040
24008
  .pf-v5-c-radio__input {
24009
+ align-self: start;
24041
24010
  -moz-transform: translateY(var(--pf-v5-c-radio__input--TranslateY--moz));
24011
+ transform: translateY(var(--pf-v5-c-radio__input--TranslateY));
24042
24012
  }
24043
24013
  .pf-v5-c-radio__input:first-child {
24044
24014
  margin-inline-start: var(--pf-v5-c-radio__input--first-child--MarginLeft);
@@ -24047,6 +24017,13 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
24047
24017
  margin-inline-end: var(--pf-v5-c-radio__input--last-child--MarginRight);
24048
24018
  }
24049
24019
 
24020
+ .pf-v5-c-radio__label {
24021
+ font-size: var(--pf-v5-c-radio__label--FontSize);
24022
+ font-weight: var(--pf-v5-c-radio__label--FontWeight);
24023
+ line-height: var(--pf-v5-c-radio__label--LineHeight);
24024
+ color: var(--pf-v5-c-radio__label--Color);
24025
+ }
24026
+
24050
24027
  .pf-v5-c-radio__description {
24051
24028
  grid-column: 2;
24052
24029
  font-size: var(--pf-v5-c-radio__description--FontSize);
@@ -24646,8 +24623,7 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
24646
24623
  box-shadow: var(--pf-v5-c-select__menu-footer--BoxShadow);
24647
24624
  }
24648
24625
 
24649
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
24650
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
24626
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
24651
24627
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
24652
24628
  }
24653
24629
 
@@ -25080,8 +25056,7 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
25080
25056
  margin-block-start: var(--pf-v5-c-simple-list__section--section--MarginTop);
25081
25057
  }
25082
25058
 
25083
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
25084
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
25059
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
25085
25060
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
25086
25061
  }
25087
25062
 
@@ -25258,8 +25233,7 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
25258
25233
  transform: translateX(100%);
25259
25234
  }
25260
25235
  }
25261
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
25262
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
25236
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
25263
25237
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
25264
25238
  }
25265
25239
 
@@ -25653,7 +25627,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
25653
25627
  cursor: pointer;
25654
25628
  opacity: 0;
25655
25629
  }
25656
- .pf-v5-c-switch__input:focus ~ .pf-v5-c-switch__toggle {
25630
+ .pf-v5-c-switch__input:focus-visible ~ .pf-v5-c-switch__toggle {
25657
25631
  outline: var(--pf-v5-c-switch__input--focus__toggle--OutlineWidth) solid var(--pf-v5-c-switch__input--focus__toggle--OutlineColor);
25658
25632
  outline-offset: var(--pf-v5-c-switch__input--focus__toggle--OutlineOffset);
25659
25633
  }
@@ -25738,8 +25712,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
25738
25712
  vertical-align: top;
25739
25713
  }
25740
25714
 
25741
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
25742
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
25715
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
25743
25716
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
25744
25717
  }
25745
25718
 
@@ -27509,7 +27482,8 @@ svg.pf-v5-c-spinner.pf-m-xl {
27509
27482
  --pf-v5-c-table__button--OutlineOffset: calc(var(--pf-v5-global--BorderWidth--lg) * -1);
27510
27483
  --pf-v5-c-table--m-compact__toggle--PaddingTop: 0;
27511
27484
  --pf-v5-c-table--m-compact__toggle--PaddingBottom: 0;
27512
- --pf-v5-c-table__check--input--MarginTop: 0.25rem;
27485
+ --pf-v5-c-table__check--input--MarginTop: 0.1875rem;
27486
+ --pf-v5-c-table__thead__check--input--TranslateY: var(--pf-v5-c-table__check--input--MarginTop);
27513
27487
  --pf-v5-c-table__check--input--FontSize: var(--pf-t--global--font--size--body);
27514
27488
  --pf-v5-c-table--cell--m-favorite--Color: var(--pf-t--global--text--color--subtle);
27515
27489
  --pf-v5-c-table__favorite--c-button--Color: var(--pf-t--global--text--color--subtle);
@@ -28133,13 +28107,16 @@ svg.pf-v5-c-spinner.pf-m-xl {
28133
28107
  cursor: pointer;
28134
28108
  }
28135
28109
  .pf-v5-c-table__check label {
28136
- display: block;
28110
+ display: inline-flex;
28137
28111
  padding: inherit;
28138
28112
  margin-block-start: calc(var(--pf-v5-c-table--cell--PaddingTop) * -1);
28139
28113
  margin-block-end: calc(var(--pf-v5-c-table--cell--PaddingBottom) * -1);
28140
28114
  margin-inline-start: calc(var(--pf-v5-c-table--cell--PaddingLeft) * -1);
28141
28115
  margin-inline-end: calc(var(--pf-v5-c-table--cell--PaddingRight) * -1);
28142
28116
  }
28117
+ .pf-v5-c-table__thead .pf-v5-c-check.pf-m-standalone {
28118
+ --pf-v5-c-check__input--TranslateY: var(--pf-v5-c-table__thead__check--input--TranslateY);
28119
+ }
28143
28120
 
28144
28121
  .pf-v5-c-table__favorite .pf-v5-c-button {
28145
28122
  --pf-v5-c-button--m-plain--Color: var(--pf-v5-c-table__favorite--c-button--Color);
@@ -28469,8 +28446,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
28469
28446
  --pf-v5-c-table--cell--Width: 100%;
28470
28447
  }
28471
28448
 
28472
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
28473
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
28449
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
28474
28450
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
28475
28451
  }
28476
28452
 
@@ -30211,8 +30187,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
30211
30187
  }
30212
30188
  }
30213
30189
 
30214
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
30215
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
30190
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
30216
30191
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
30217
30192
  }
30218
30193
 
@@ -30373,8 +30348,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
30373
30348
  display: flex;
30374
30349
  }
30375
30350
 
30376
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
30377
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
30351
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
30378
30352
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
30379
30353
  }
30380
30354
 
@@ -30524,8 +30498,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
30524
30498
  color: var(--pf-v5-c-tile__icon--Color);
30525
30499
  }
30526
30500
 
30527
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
30528
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
30501
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
30529
30502
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
30530
30503
  }
30531
30504
 
@@ -30785,8 +30758,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
30785
30758
  margin-inline-start: var(--pf-v5-c-toggle-group__icon--text--MarginLeft);
30786
30759
  }
30787
30760
 
30788
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
30789
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
30761
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
30790
30762
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
30791
30763
  }
30792
30764
 
@@ -30918,8 +30890,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
30918
30890
  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));
30919
30891
  }
30920
30892
 
30921
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
30922
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
30893
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
30923
30894
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
30924
30895
  }
30925
30896
 
@@ -31477,8 +31448,7 @@ label.pf-v5-c-tree-view__node-text {
31477
31448
  --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));
31478
31449
  }
31479
31450
 
31480
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
31481
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
31451
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
31482
31452
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
31483
31453
  }
31484
31454
 
@@ -31997,8 +31967,7 @@ label.pf-v5-c-tree-view__node-text {
31997
31967
  margin-inline-start: var(--pf-v5-c-wizard__footer-cancel--MarginLeft);
31998
31968
  }
31999
31969
 
32000
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
32001
- :where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
31970
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
32002
31971
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
32003
31972
  }
32004
31973