@patternfly/patternfly 5.0.0-alpha.24 → 5.0.0-alpha.26

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 (118) hide show
  1. package/base/_base.scss +0 -18
  2. package/base/_fonts.scss +22 -22
  3. package/base/_globals.scss +1 -1
  4. package/base/_variables.scss +1 -1
  5. package/base/patternfly-fonts.css +17 -17
  6. package/base/themes/dark/_globals.scss +1 -1
  7. package/base/themes/dark/_variables.scss +1 -1
  8. package/components/AboutModalBox/about-modal-box.css +7 -7
  9. package/components/AboutModalBox/about-modal-box.scss +7 -7
  10. package/components/Alert/alert.css +3 -3
  11. package/components/Alert/alert.scss +3 -3
  12. package/components/Avatar/avatar.scss +2 -2
  13. package/components/Banner/banner.css +14 -14
  14. package/components/Banner/banner.scss +9 -13
  15. package/components/CalendarMonth/calendar-month.css +1 -1
  16. package/components/CalendarMonth/calendar-month.scss +2 -2
  17. package/components/Card/card.css +12 -10
  18. package/components/Card/card.scss +12 -10
  19. package/components/Chip/chip.css +1 -1
  20. package/components/Chip/chip.scss +1 -1
  21. package/components/ChipGroup/chip-group.css +4 -4
  22. package/components/ChipGroup/chip-group.scss +4 -4
  23. package/components/Content/content.css +5 -5
  24. package/components/Content/content.scss +9 -9
  25. package/components/DataList/data-list-grid.css +7 -7
  26. package/components/DataList/data-list-grid.scss +1 -1
  27. package/components/DataList/data-list.css +10 -10
  28. package/components/DataList/data-list.scss +3 -3
  29. package/components/DescriptionList/description-list.css +7 -7
  30. package/components/DescriptionList/description-list.scss +7 -7
  31. package/components/Divider/divider.css +2 -2
  32. package/components/Divider/divider.scss +3 -3
  33. package/components/Drawer/drawer.css +2 -2
  34. package/components/Drawer/drawer.scss +2 -2
  35. package/components/DualListSelector/dual-list-selector.css +1 -1
  36. package/components/DualListSelector/dual-list-selector.scss +1 -1
  37. package/components/EmptyState/empty-state.css +2 -2
  38. package/components/EmptyState/empty-state.scss +2 -2
  39. package/components/Form/form.css +12 -12
  40. package/components/Form/form.scss +7 -7
  41. package/components/Hint/hint.css +2 -2
  42. package/components/Hint/hint.scss +2 -2
  43. package/components/Label/label.css +6 -6
  44. package/components/Label/label.scss +7 -7
  45. package/components/LabelGroup/label-group.css +2 -2
  46. package/components/LabelGroup/label-group.scss +2 -2
  47. package/components/Login/login.css +10 -10
  48. package/components/Login/login.scss +10 -10
  49. package/components/Masthead/masthead.css +4 -4
  50. package/components/Masthead/masthead.scss +4 -4
  51. package/components/Menu/menu.css +6 -6
  52. package/components/Menu/menu.scss +31 -31
  53. package/components/MenuToggle/menu-toggle.css +1 -1
  54. package/components/MenuToggle/menu-toggle.scss +1 -1
  55. package/components/MultipleFileUpload/multiple-file-upload.css +6 -6
  56. package/components/MultipleFileUpload/multiple-file-upload.scss +6 -6
  57. package/components/Nav/nav.css +1 -1
  58. package/components/Nav/nav.scss +2 -2
  59. package/components/NotificationDrawer/notification-drawer.css +3 -3
  60. package/components/NotificationDrawer/notification-drawer.scss +3 -3
  61. package/components/Page/page.css +11 -11
  62. package/components/Page/page.scss +12 -12
  63. package/components/Progress/progress.css +10 -10
  64. package/components/Progress/progress.scss +10 -10
  65. package/components/ProgressStepper/progress-stepper.css +5 -5
  66. package/components/ProgressStepper/progress-stepper.scss +5 -5
  67. package/components/SearchInput/search-input.css +2 -2
  68. package/components/SearchInput/search-input.scss +2 -2
  69. package/components/Select/select.css +1 -1
  70. package/components/Select/select.scss +1 -1
  71. package/components/Sidebar/sidebar.css +1 -1
  72. package/components/Sidebar/sidebar.scss +1 -1
  73. package/components/SimpleList/simple-list.css +1 -1
  74. package/components/SimpleList/simple-list.scss +2 -2
  75. package/components/Spinner/spinner.css +4 -4
  76. package/components/Spinner/spinner.scss +4 -4
  77. package/components/Table/table.css +1 -1
  78. package/components/Table/table.scss +1 -1
  79. package/components/TextInputGroup/text-input-group.css +2 -2
  80. package/components/TextInputGroup/text-input-group.scss +2 -2
  81. package/components/Tile/tile.css +1 -1
  82. package/components/Tile/tile.scss +1 -1
  83. package/components/Timestamp/timestamp.css +3 -3
  84. package/components/Timestamp/timestamp.scss +3 -3
  85. package/components/Toolbar/toolbar.css +2 -2
  86. package/components/Toolbar/toolbar.scss +2 -2
  87. package/components/Wizard/wizard.css +14 -1
  88. package/components/Wizard/wizard.scss +18 -2
  89. package/docs/components/Card/examples/Card.md +90 -32
  90. package/docs/components/Popover/examples/Popover.md +1 -2
  91. package/docs/components/Wizard/examples/Wizard.md +58 -59
  92. package/docs/demos/Card/examples/Card.md +50 -30
  93. package/docs/demos/CardView/examples/CardView.md +41 -15
  94. package/docs/demos/Dashboard/examples/Dashboard.md +18 -12
  95. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +30 -20
  96. package/docs/demos/Tabs/examples/Tabs.md +24 -12
  97. package/docs/demos/Wizard/examples/Wizard.md +60 -45
  98. package/layouts/Gallery/gallery.css +1 -1
  99. package/layouts/Gallery/gallery.scss +1 -1
  100. package/layouts/Grid/grid.css +2 -2
  101. package/layouts/Grid/grid.scss +2 -2
  102. package/package.json +7 -8
  103. package/patternfly-base-no-reset.css +17 -17
  104. package/patternfly-base.css +17 -17
  105. package/patternfly-no-reset.css +202 -187
  106. package/patternfly.css +202 -187
  107. package/patternfly.min.css +1 -1
  108. package/patternfly.min.css.map +1 -1
  109. package/sass-utilities/functions.scss +8 -24
  110. package/sass-utilities/mixins.scss +15 -39
  111. package/sass-utilities/scss-variables.scss +1 -0
  112. package/utilities/Spacing/spacing.scss +2 -2
  113. package/base/_shield-inheritable.scss +0 -69
  114. package/base/_shield-noninheritable.scss +0 -13
  115. package/base/patternfly-shield-inheritable.css +0 -66
  116. package/base/patternfly-shield-inheritable.scss +0 -4
  117. package/base/patternfly-shield-noninheritable.css +0 -9
  118. package/base/patternfly-shield-noninheritable.scss +0 -4
package/patternfly.css CHANGED
@@ -1,5 +1,5 @@
1
1
  @charset "UTF-8";
2
- .pf-c-table, .pf-c-select, .pf-c-page__sidebar.pf-m-light, .pf-c-menu, .pf-c-masthead.pf-m-light-200, .pf-c-masthead.pf-m-light, .pf-c-input-group, .pf-c-form-control, .pf-c-data-list, .pf-c-context-selector__menu, .pf-c-chip-group, .pf-c-chip, .pf-c-calendar-month, .pf-c-banner.pf-m-warning, .pf-c-banner.pf-m-gold, .pf-c-banner.pf-m-info, .pf-c-banner.pf-m-blue, .pf-c-alert, .pf-c-accordion, .pf-t-light {
2
+ .pf-c-table, .pf-c-select, .pf-c-page__sidebar.pf-m-light, .pf-c-menu, .pf-c-masthead.pf-m-light-200, .pf-c-masthead.pf-m-light, .pf-c-input-group, .pf-c-form-control, .pf-c-data-list, .pf-c-context-selector__menu, .pf-c-chip-group, .pf-c-chip, .pf-c-calendar-month, .pf-c-banner.pf-m-gold, .pf-c-banner.pf-m-blue, .pf-c-alert, .pf-c-accordion, .pf-t-light {
3
3
  --pf-global--Color--100: var(--pf-global--Color--dark-100);
4
4
  --pf-global--Color--200: var(--pf-global--Color--dark-200);
5
5
  --pf-global--BorderColor--100: var(--pf-global--BorderColor--dark-100);
@@ -470,121 +470,121 @@
470
470
 
471
471
  @font-face {
472
472
  font-family: "RedHatDisplay";
473
- src: url("./assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff2") format("woff2"), url("./assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff") format("woff");
474
473
  font-style: normal;
475
474
  font-weight: 300;
475
+ src: url("./assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff2") format("woff2"), url("./assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff") format("woff");
476
476
  text-rendering: optimizelegibility;
477
477
  }
478
478
  @font-face {
479
479
  font-family: "RedHatDisplay";
480
- src: url("./assets/fonts/RedHatDisplay/RedHatDisplay-Medium.woff2") format("woff2"), url("./assets/fonts/RedHatDisplay/RedHatDisplay-Medium.woff") format("woff");
481
480
  font-style: normal;
482
481
  font-weight: 400;
482
+ src: url("./assets/fonts/RedHatDisplay/RedHatDisplay-Medium.woff2") format("woff2"), url("./assets/fonts/RedHatDisplay/RedHatDisplay-Medium.woff") format("woff");
483
483
  text-rendering: optimizelegibility;
484
484
  }
485
485
  @font-face {
486
486
  font-family: "RedHatDisplay";
487
- src: url("./assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff2") format("woff2"), url("./assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff") format("woff");
488
487
  font-style: normal;
489
488
  font-weight: 700;
489
+ src: url("./assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff2") format("woff2"), url("./assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff") format("woff");
490
490
  text-rendering: optimizelegibility;
491
491
  }
492
492
  @font-face {
493
493
  font-family: "RedHatText";
494
- src: url("./assets/fonts/RedHatText/RedHatText-Regular.woff2") format("woff2"), url("./assets/fonts/RedHatText/RedHatText-Regular.woff") format("woff");
495
494
  font-style: normal;
496
495
  font-weight: 400;
496
+ src: url("./assets/fonts/RedHatText/RedHatText-Regular.woff2") format("woff2"), url("./assets/fonts/RedHatText/RedHatText-Regular.woff") format("woff");
497
497
  text-rendering: optimizelegibility;
498
498
  }
499
499
  @font-face {
500
500
  font-family: "RedHatText";
501
- src: url("./assets/fonts/RedHatText/RedHatText-Medium.woff2") format("woff2"), url("./assets/fonts/RedHatText/RedHatText-Medium.woff") format("woff");
502
501
  font-style: normal;
503
502
  font-weight: 700;
503
+ src: url("./assets/fonts/RedHatText/RedHatText-Medium.woff2") format("woff2"), url("./assets/fonts/RedHatText/RedHatText-Medium.woff") format("woff");
504
504
  text-rendering: optimizelegibility;
505
505
  }
506
506
  @font-face {
507
507
  font-family: "RedHatDisplayUpdated";
508
- src: url("./assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-Regular.woff2") format("woff2");
509
508
  font-style: normal;
510
509
  font-weight: 300;
510
+ src: url("./assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-Regular.woff2") format("woff2");
511
511
  text-rendering: optimizelegibility;
512
512
  }
513
513
  @font-face {
514
514
  font-family: "RedHatDisplayUpdated";
515
- src: url("./assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-Medium.woff2") format("woff2");
516
515
  font-style: normal;
517
516
  font-weight: 400;
517
+ src: url("./assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-Medium.woff2") format("woff2");
518
518
  text-rendering: optimizelegibility;
519
519
  }
520
520
  @font-face {
521
521
  font-family: "RedHatDisplayUpdated";
522
- src: url("./assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-Bold.woff2") format("woff2");
523
522
  font-style: normal;
524
523
  font-weight: 700;
524
+ src: url("./assets/fonts/RedHatFont-updated/RedHatDisplay/RedHatDisplay-updated-Bold.woff2") format("woff2");
525
525
  text-rendering: optimizelegibility;
526
526
  }
527
527
  @font-face {
528
528
  font-family: "RedHatTextUpdated";
529
- src: url("./assets/fonts/RedHatFont-updated/RedHatText/RedHatText-updated-Regular.woff2") format("woff2");
530
529
  font-style: normal;
531
530
  font-weight: 400;
531
+ src: url("./assets/fonts/RedHatFont-updated/RedHatText/RedHatText-updated-Regular.woff2") format("woff2");
532
532
  text-rendering: optimizelegibility;
533
533
  }
534
534
  @font-face {
535
535
  font-family: "RedHatTextUpdated";
536
- src: url("./assets/fonts/RedHatFont-updated/RedHatText/RedHatText-updated-Medium.woff2") format("woff2");
537
536
  font-style: normal;
538
537
  font-weight: 700;
538
+ src: url("./assets/fonts/RedHatFont-updated/RedHatText/RedHatText-updated-Medium.woff2") format("woff2");
539
539
  text-rendering: optimizelegibility;
540
540
  }
541
541
  @font-face {
542
542
  font-family: "RedHatMono";
543
- src: url("./assets/fonts/RedHatFont-updated/RedHatMono/RedHatMono-updated-Regular.woff2") format("woff2");
544
543
  font-style: normal;
545
544
  font-weight: 400;
545
+ src: url("./assets/fonts/RedHatFont-updated/RedHatMono/RedHatMono-updated-Regular.woff2") format("woff2");
546
546
  font-display: fallback;
547
547
  }
548
548
  @font-face {
549
549
  font-family: "RedHatDisplayVF";
550
- src: url("./assets/fonts/RedHatFont-updated/modified/RedHatDisplayVFModified-updated.woff2") format("woff2-variations");
551
550
  font-style: normal;
552
551
  font-weight: 300 900;
552
+ src: url("./assets/fonts/RedHatFont-updated/modified/RedHatDisplayVFModified-updated.woff2") format("woff2-variations");
553
553
  font-display: fallback;
554
554
  }
555
555
  @font-face {
556
556
  font-family: "RedHatDisplayVF";
557
- src: url("./assets/fonts/RedHatFont-updated/modified/RedHatDisplayVF-updated-ItalicModified.woff2") format("woff2-variations");
558
557
  font-style: italic;
559
558
  font-weight: 300 900;
559
+ src: url("./assets/fonts/RedHatFont-updated/modified/RedHatDisplayVF-updated-ItalicModified.woff2") format("woff2-variations");
560
560
  font-display: fallback;
561
561
  }
562
562
  @font-face {
563
563
  font-family: "RedHatTextVF";
564
- src: url("./assets/fonts/RedHatFont-updated/modified/RedHatTextVFModified-updated.woff2") format("woff2-variations");
565
564
  font-style: normal;
566
565
  font-weight: 400 500;
566
+ src: url("./assets/fonts/RedHatFont-updated/modified/RedHatTextVFModified-updated.woff2") format("woff2-variations");
567
567
  font-display: fallback;
568
568
  }
569
569
  @font-face {
570
570
  font-family: "RedHatTextVF";
571
- src: url("./assets/fonts/RedHatFont-updated/modified/RedHatTextVF-updated-ItalicModified.woff2") format("woff2-variations");
572
571
  font-style: italic;
573
572
  font-weight: 400 500;
573
+ src: url("./assets/fonts/RedHatFont-updated/modified/RedHatTextVF-updated-ItalicModified.woff2") format("woff2-variations");
574
574
  font-display: fallback;
575
575
  }
576
576
  @font-face {
577
577
  font-family: "RedHatMonoVF";
578
- src: url("./assets/fonts/RedHatFont-updated/RedHatMono/RedHatMonoVF-updated.woff2") format("woff2-variations");
579
578
  font-style: normal;
580
579
  font-weight: 300 700;
580
+ src: url("./assets/fonts/RedHatFont-updated/RedHatMono/RedHatMonoVF-updated.woff2") format("woff2-variations");
581
581
  font-display: fallback;
582
582
  }
583
583
  @font-face {
584
584
  font-family: "RedHatMonoVF";
585
- src: url("./assets/fonts/RedHatFont-updated/RedHatMono/RedHatMonoVF-updated-Italic.woff2") format("woff2-variations");
586
585
  font-style: italic;
587
586
  font-weight: 300 700;
587
+ src: url("./assets/fonts/RedHatFont-updated/RedHatMono/RedHatMonoVF-updated-Italic.woff2") format("woff2-variations");
588
588
  font-display: fallback;
589
589
  }
590
590
  .pf-screen-reader {
@@ -5536,8 +5536,8 @@ a {
5536
5536
  color: var(--pf-global--Color--100);
5537
5537
  position: relative;
5538
5538
  display: grid;
5539
- grid-template-rows: max-content max-content auto;
5540
5539
  grid-template-areas: "brand close" "header header" "content content";
5540
+ grid-template-rows: max-content max-content auto;
5541
5541
  width: var(--pf-c-about-modal-box--Width);
5542
5542
  height: var(--pf-c-about-modal-box--Height);
5543
5543
  overflow-x: hidden;
@@ -5583,22 +5583,22 @@ a {
5583
5583
  }
5584
5584
  @media only screen and (min-width: 576px) {
5585
5585
  .pf-c-about-modal-box {
5586
- grid-template-columns: var(--pf-c-about-modal-box--sm--grid-template-columns);
5587
5586
  grid-template-areas: "brand hero" "header hero" "content hero";
5587
+ grid-template-columns: var(--pf-c-about-modal-box--sm--grid-template-columns);
5588
5588
  }
5589
5589
  }
5590
5590
  @media only screen and (min-width: 992px) {
5591
5591
  .pf-c-about-modal-box {
5592
5592
  --pf-c-about-modal-box--Height: var(--pf-c-about-modal-box--lg--Height);
5593
5593
  --pf-c-about-modal-box--Width: var(--pf-c-about-modal-box--lg--Width);
5594
- grid-template-columns: var(--pf-c-about-modal-box--lg--grid-template-columns);
5595
5594
  grid-template-rows: max-content max-content auto;
5595
+ grid-template-columns: var(--pf-c-about-modal-box--lg--grid-template-columns);
5596
5596
  }
5597
5597
  }
5598
5598
 
5599
5599
  .pf-c-about-modal-box__brand {
5600
- grid-area: brand;
5601
5600
  display: flex;
5601
+ grid-area: brand;
5602
5602
  padding: var(--pf-c-about-modal-box__brand--PaddingTop) var(--pf-c-about-modal-box__brand--PaddingRight) var(--pf-c-about-modal-box__brand--PaddingBottom) var(--pf-c-about-modal-box__brand--PaddingLeft);
5603
5603
  }
5604
5604
 
@@ -5607,9 +5607,9 @@ a {
5607
5607
  }
5608
5608
 
5609
5609
  .pf-c-about-modal-box__header {
5610
- grid-area: header;
5611
5610
  display: flex;
5612
5611
  flex-direction: column;
5612
+ grid-area: header;
5613
5613
  padding-right: var(--pf-c-about-modal-box__header--PaddingRight);
5614
5614
  padding-bottom: var(--pf-c-about-modal-box__header--PaddingBottom);
5615
5615
  padding-left: var(--pf-c-about-modal-box__header--PaddingLeft);
@@ -5640,10 +5640,10 @@ a {
5640
5640
  }
5641
5641
 
5642
5642
  .pf-c-about-modal-box__close {
5643
- grid-area: close;
5644
5643
  position: sticky;
5645
5644
  top: 0;
5646
5645
  display: flex;
5646
+ grid-area: close;
5647
5647
  align-items: flex-start;
5648
5648
  justify-content: flex-end;
5649
5649
  padding-top: var(--pf-c-about-modal-box__close--PaddingTop);
@@ -5682,12 +5682,12 @@ a {
5682
5682
  @media only screen and (min-width: 576px) {
5683
5683
  .pf-c-about-modal-box__hero {
5684
5684
  display: block;
5685
+ grid-area: hero;
5685
5686
  background-image: var(--pf-c-about-modal-box__hero--sm--BackgroundImage);
5686
5687
  background-repeat: no-repeat;
5687
5688
  background-attachment: fixed;
5688
5689
  background-position: var(--pf-c-about-modal-box__hero--sm--BackgroundPosition);
5689
5690
  background-size: var(--pf-c-about-modal-box__hero--sm--BackgroundSize);
5690
- grid-area: hero;
5691
5691
  }
5692
5692
  }
5693
5693
 
@@ -6086,13 +6086,13 @@ a {
6086
6086
  color: var(--pf-global--Color--100);
6087
6087
  position: relative;
6088
6088
  display: grid;
6089
+ grid-template-areas: var(--pf-c-alert--GridTemplateAreas);
6090
+ grid-template-columns: var(--pf-c-alert--GridTemplateColumns);
6089
6091
  padding: var(--pf-c-alert--PaddingTop) var(--pf-c-alert--PaddingRight) var(--pf-c-alert--PaddingBottom) var(--pf-c-alert--PaddingLeft);
6090
6092
  font-size: var(--pf-c-alert__FontSize);
6091
6093
  background-color: var(--pf-c-alert--BackgroundColor);
6092
6094
  border-top: var(--pf-c-alert--BorderTopWidth) solid var(--pf-c-alert--BorderTopColor);
6093
6095
  box-shadow: var(--pf-c-alert--BoxShadow);
6094
- grid-template-columns: var(--pf-c-alert--GridTemplateColumns);
6095
- grid-template-areas: var(--pf-c-alert--GridTemplateAreas);
6096
6096
  }
6097
6097
  .pf-c-alert.pf-m-success {
6098
6098
  --pf-c-alert--BorderTopColor: var(--pf-c-alert--m-success--BorderTopColor);
@@ -6153,8 +6153,8 @@ a {
6153
6153
  }
6154
6154
 
6155
6155
  .pf-c-alert__icon {
6156
- grid-area: icon;
6157
6156
  display: flex;
6157
+ grid-area: icon;
6158
6158
  margin-top: var(--pf-c-alert__icon--MarginTop);
6159
6159
  margin-right: var(--pf-c-alert__icon--MarginRight);
6160
6160
  font-size: var(--pf-c-alert__icon--FontSize);
@@ -7016,18 +7016,18 @@ a {
7016
7016
  --pf-c-banner--link--hover--FontWeight: var(--pf-global--FontWeight--bold);
7017
7017
  --pf-c-banner--link--disabled--Color: var(--pf-c-banner--Color);
7018
7018
  --pf-c-banner--link--disabled--TextDecoration: none;
7019
- --pf-c-banner--m-info--BackgroundColor: var(--pf-global--palette--blue-200);
7020
- --pf-c-banner--m-danger--BackgroundColor: var(--pf-global--danger-color--100);
7021
- --pf-c-banner--m-success--BackgroundColor: var(--pf-global--success-color--100);
7022
- --pf-c-banner--m-warning--BackgroundColor: var(--pf-global--warning-color--100);
7019
+ --pf-c-banner--m-blue--BackgroundColor: var(--pf-global--palette--blue-200);
7020
+ --pf-c-banner--m-red--BackgroundColor: var(--pf-global--palette--red-100);
7021
+ --pf-c-banner--m-green--BackgroundColor: var(--pf-global--palette--green-500);
7022
+ --pf-c-banner--m-gold--BackgroundColor: var(--pf-global--palette--gold-400);
7023
7023
  --pf-c-banner--m-sticky--ZIndex: var(--pf-global--ZIndex--md);
7024
7024
  --pf-c-banner--m-sticky--BoxShadow: var(--pf-global--BoxShadow--md-bottom);
7025
7025
  color: var(--pf-global--Color--100);
7026
7026
  overflow: hidden;
7027
7027
  text-overflow: ellipsis;
7028
7028
  white-space: nowrap;
7029
- padding: var(--pf-c-banner--PaddingTop) var(--pf-c-banner--PaddingRight) var(--pf-c-banner--PaddingBottom) var(--pf-c-banner--PaddingLeft);
7030
7029
  flex-shrink: 0;
7030
+ padding: var(--pf-c-banner--PaddingTop) var(--pf-c-banner--PaddingRight) var(--pf-c-banner--PaddingBottom) var(--pf-c-banner--PaddingLeft);
7031
7031
  font-size: var(--pf-c-banner--FontSize);
7032
7032
  color: var(--pf-c-banner--Color);
7033
7033
  white-space: nowrap;
@@ -7039,19 +7039,19 @@ a {
7039
7039
  --pf-c-banner--PaddingLeft: var(--pf-c-banner--md--PaddingLeft);
7040
7040
  }
7041
7041
  }
7042
- .pf-c-banner.pf-m-info, .pf-c-banner.pf-m-blue {
7042
+ .pf-c-banner.pf-m-blue {
7043
7043
  color: var(--pf-global--Color--100);
7044
- --pf-c-banner--BackgroundColor: var(--pf-c-banner--m-info--BackgroundColor);
7044
+ --pf-c-banner--BackgroundColor: var(--pf-c-banner--m-blue--BackgroundColor);
7045
7045
  }
7046
- .pf-c-banner.pf-m-danger, .pf-c-banner.pf-m-red {
7047
- --pf-c-banner--BackgroundColor: var(--pf-c-banner--m-danger--BackgroundColor);
7046
+ .pf-c-banner.pf-m-red {
7047
+ --pf-c-banner--BackgroundColor: var(--pf-c-banner--m-red--BackgroundColor);
7048
7048
  }
7049
- .pf-c-banner.pf-m-success, .pf-c-banner.pf-m-green {
7050
- --pf-c-banner--BackgroundColor: var(--pf-c-banner--m-success--BackgroundColor);
7049
+ .pf-c-banner.pf-m-green {
7050
+ --pf-c-banner--BackgroundColor: var(--pf-c-banner--m-green--BackgroundColor);
7051
7051
  }
7052
- .pf-c-banner.pf-m-warning, .pf-c-banner.pf-m-gold {
7052
+ .pf-c-banner.pf-m-gold {
7053
7053
  color: var(--pf-global--Color--100);
7054
- --pf-c-banner--BackgroundColor: var(--pf-c-banner--m-warning--BackgroundColor);
7054
+ --pf-c-banner--BackgroundColor: var(--pf-c-banner--m-gold--BackgroundColor);
7055
7055
  }
7056
7056
  .pf-c-banner.pf-m-sticky {
7057
7057
  position: sticky;
@@ -8093,9 +8093,9 @@ button.pf-c-breadcrumb__link {
8093
8093
  box-shadow: var(--pf-c-calendar-month__date--focus--BoxShadow);
8094
8094
  }
8095
8095
  .pf-c-calendar-month__date:disabled {
8096
- pointer-events: none;
8097
8096
  --pf-c-calendar-month__date--Color: var(--pf-c-calendar-month__date--disabled--Color);
8098
8097
  --pf-c-calendar-month__date--hover--focus--BorderColor: transparent;
8098
+ pointer-events: none;
8099
8099
  }
8100
8100
 
8101
8101
  :where(.pf-theme-dark) .pf-c-wizard__header, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
@@ -8164,10 +8164,11 @@ button.pf-c-breadcrumb__link {
8164
8164
  --pf-c-card--child--PaddingBottom: var(--pf-global--spacer--lg);
8165
8165
  --pf-c-card--child--PaddingLeft: var(--pf-global--spacer--lg);
8166
8166
  --pf-c-card--c-divider--child--PaddingTop: var(--pf-global--spacer--lg);
8167
- --pf-c-card__title--FontFamily: var(--pf-global--FontFamily--heading--sans-serif);
8168
- --pf-c-card__title--FontSize: var(--pf-global--FontSize--md);
8169
- --pf-c-card__title--FontWeight: var(--pf-global--FontWeight--bold);
8170
8167
  --pf-c-card__title--not--last-child--PaddingBottom: var(--pf-global--spacer--md);
8168
+ --pf-c-card__title-text--FontFamily: var(--pf-global--FontFamily--heading--sans-serif);
8169
+ --pf-c-card__title-text--FontSize: var(--pf-global--FontSize--md);
8170
+ --pf-c-card__title-text--FontWeight: var(--pf-global--FontWeight--normal);
8171
+ --pf-c-card__title-text--LineHeight: var(--pf-global--LineHeight--md);
8171
8172
  --pf-c-card__body--FontSize: var(--pf-global--FontSize--md);
8172
8173
  --pf-c-card__footer--FontSize: var(--pf-global--FontSize--md);
8173
8174
  --pf-c-card__actions--PaddingLeft: var(--pf-global--spacer--md);
@@ -8229,7 +8230,7 @@ button.pf-c-breadcrumb__link {
8229
8230
  --pf-c-card--m-compact--child--PaddingLeft: var(--pf-global--spacer--md);
8230
8231
  --pf-c-card--m-compact--c-divider--child--PaddingTop: var(--pf-global--spacer--md);
8231
8232
  --pf-c-card--m-compact__title--not--last-child--PaddingBottom: var(--pf-global--spacer--sm);
8232
- --pf-c-card--m-display-lg__title--FontSize: var(--pf-global--FontSize--xl);
8233
+ --pf-c-card--m-display-lg__title-text--FontSize: var(--pf-global--FontSize--xl);
8233
8234
  --pf-c-card--m-display-lg--first-child--PaddingTop: var(--pf-global--spacer--xl);
8234
8235
  --pf-c-card--m-display-lg--child--PaddingRight: var(--pf-global--spacer--xl);
8235
8236
  --pf-c-card--m-display-lg--child--PaddingBottom: var(--pf-global--spacer--xl);
@@ -8341,7 +8342,7 @@ button.pf-c-breadcrumb__link {
8341
8342
  --pf-c-card__title--not--last-child--PaddingBottom: var(--pf-c-card--m-compact__title--not--last-child--PaddingBottom);
8342
8343
  }
8343
8344
  .pf-c-card.pf-m-display-lg {
8344
- --pf-c-card__title--FontSize: var(--pf-c-card--m-display-lg__title--FontSize);
8345
+ --pf-c-card__title-text--FontSize: var(--pf-c-card--m-display-lg__title-text--FontSize);
8345
8346
  --pf-c-card--first-child--PaddingTop: var(--pf-c-card--m-display-lg--first-child--PaddingTop);
8346
8347
  --pf-c-card--child--PaddingRight: var(--pf-c-card--m-display-lg--child--PaddingRight);
8347
8348
  --pf-c-card--child--PaddingBottom: var(--pf-c-card--m-display-lg--child--PaddingBottom);
@@ -8407,20 +8408,21 @@ button.pf-c-breadcrumb__link {
8407
8408
  transition: var(--pf-c-card__header-toggle-icon--Transition);
8408
8409
  }
8409
8410
 
8410
- .pf-c-card__title {
8411
- font-family: var(--pf-c-card__title--FontFamily);
8412
- font-size: var(--pf-c-card__title--FontSize);
8413
- font-weight: var(--pf-c-card__title--FontWeight);
8411
+ .pf-c-card__title-text {
8412
+ font-family: var(--pf-c-card__title-text--FontFamily);
8413
+ font-size: var(--pf-c-card__title-text--FontSize);
8414
+ font-weight: var(--pf-c-card__title-text--FontWeight);
8415
+ line-height: var(--pf-c-card__title-text--LineHeight);
8414
8416
  }
8415
8417
 
8416
8418
  .pf-c-card__actions {
8417
8419
  display: flex;
8420
+ gap: var(--pf-c-card__actions--Gap);
8418
8421
  align-items: center;
8419
8422
  align-self: flex-start;
8420
8423
  order: 1;
8421
8424
  padding-left: var(--pf-c-card__actions--PaddingLeft);
8422
8425
  margin: var(--pf-c-card__actions--MarginTop) 0 var(--pf-c-card__actions--MarginBottom) auto;
8423
- gap: var(--pf-c-card__actions--Gap);
8424
8426
  }
8425
8427
  .pf-c-card__actions + .pf-c-card__title,
8426
8428
  .pf-c-card__actions + .pf-c-card__body,
@@ -8673,8 +8675,8 @@ label.pf-c-check, .pf-c-check__label,
8673
8675
 
8674
8676
  .pf-c-chip__content {
8675
8677
  display: flex;
8676
- align-items: center;
8677
8678
  column-gap: var(--pf-c-chip__content--ColumnGap);
8679
+ align-items: center;
8678
8680
  font-size: var(--pf-c-chip__content--FontSize);
8679
8681
  }
8680
8682
 
@@ -8757,13 +8759,13 @@ label.pf-c-check, .pf-c-check__label,
8757
8759
  --pf-c-chip-group__label--MaxWidth: 18ch;
8758
8760
  --pf-c-chip-group__close--MarginTop: calc(var(--pf-global--spacer--xs) * -1);
8759
8761
  --pf-c-chip-group__close--MarginBottom: calc(var(--pf-global--spacer--xs) * -1);
8762
+ row-gap: var(--pf-c-chip-group--RowGap);
8763
+ column-gap: var(--pf-c-chip-group--ColumnGap);
8760
8764
  max-width: 100%;
8761
8765
  padding-top: var(--pf-c-chip-group--PaddingTop);
8762
8766
  padding-right: var(--pf-c-chip-group--PaddingRight);
8763
8767
  padding-bottom: var(--pf-c-chip-group--PaddingBottom);
8764
8768
  padding-left: var(--pf-c-chip-group--PaddingLeft);
8765
- row-gap: var(--pf-c-chip-group--RowGap);
8766
- column-gap: var(--pf-c-chip-group--ColumnGap);
8767
8769
  }
8768
8770
  .pf-c-chip-group.pf-m-category {
8769
8771
  --pf-c-chip-group--PaddingTop: var(--pf-c-chip-group--m-category--PaddingTop);
@@ -8778,10 +8780,10 @@ label.pf-c-check, .pf-c-check__label,
8778
8780
  display: flex;
8779
8781
  flex: 1;
8780
8782
  flex-wrap: wrap;
8781
- align-items: baseline;
8782
- min-width: 0;
8783
8783
  row-gap: var(--pf-c-chip-group__main--RowGap);
8784
8784
  column-gap: var(--pf-c-chip-group__main--ColumnGap);
8785
+ align-items: baseline;
8786
+ min-width: 0;
8785
8787
  }
8786
8788
 
8787
8789
  .pf-c-chip-group,
@@ -9370,12 +9372,12 @@ label.pf-c-check, .pf-c-check__label,
9370
9372
  margin-left: var(--pf-c-content--ol--MarginLeft);
9371
9373
  }
9372
9374
  .pf-c-content ol ul {
9373
- margin-top: var(--pf-c-content--ul--nested--MarginTop);
9374
9375
  --pf-c-content--ul--MarginLeft: var(--pf-c-content--ul--nested--MarginLeft);
9376
+ margin-top: var(--pf-c-content--ul--nested--MarginTop);
9375
9377
  }
9376
9378
  .pf-c-content ol ol {
9377
- margin-top: var(--pf-c-content--ol--nested--MarginTop);
9378
9379
  --pf-c-content--ol--MarginLeft: var(--pf-c-content--ol--nested--MarginLeft);
9380
+ margin-top: var(--pf-c-content--ol--nested--MarginTop);
9379
9381
  }
9380
9382
  .pf-c-content ul {
9381
9383
  padding-left: var(--pf-c-content--ul--PaddingLeft);
@@ -9383,12 +9385,12 @@ label.pf-c-check, .pf-c-check__label,
9383
9385
  list-style: var(--pf-c-content--ul--ListStyle);
9384
9386
  }
9385
9387
  .pf-c-content ul ul {
9386
- margin-top: var(--pf-c-content--ul--nested--MarginTop);
9387
9388
  --pf-c-content--ul--MarginLeft: var(--pf-c-content--ul--nested--MarginLeft);
9389
+ margin-top: var(--pf-c-content--ul--nested--MarginTop);
9388
9390
  }
9389
9391
  .pf-c-content ul ol {
9390
- margin-top: var(--pf-c-content--ol--nested--MarginTop);
9391
9392
  --pf-c-content--ol--MarginLeft: var(--pf-c-content--ol--nested--MarginLeft);
9393
+ margin-top: var(--pf-c-content--ol--nested--MarginTop);
9392
9394
  }
9393
9395
  .pf-c-content dl {
9394
9396
  display: grid;
@@ -9397,8 +9399,8 @@ label.pf-c-check, .pf-c-check__label,
9397
9399
  @media screen and (min-width: 576px) {
9398
9400
  .pf-c-content dl {
9399
9401
  grid-template: auto/auto 1fr;
9400
- grid-column-gap: var(--pf-c-content--dl--ColumnGap);
9401
9402
  grid-row-gap: var(--pf-c-content--dl--RowGap);
9403
+ grid-column-gap: var(--pf-c-content--dl--ColumnGap);
9402
9404
  }
9403
9405
  }
9404
9406
  .pf-c-content dt {
@@ -9789,8 +9791,8 @@ label.pf-c-check, .pf-c-check__label,
9789
9791
  @media screen and (min-width: 768px) {
9790
9792
  .pf-c-data-list:not([class*=pf-m-grid]) .pf-c-data-list__item-content {
9791
9793
  display: flex;
9792
- flex-wrap: wrap;
9793
9794
  flex-grow: 1;
9795
+ flex-wrap: wrap;
9794
9796
  padding-bottom: var(--pf-c-data-list__item-content--md--PaddingBottom);
9795
9797
  }
9796
9798
  }
@@ -9851,8 +9853,8 @@ label.pf-c-check, .pf-c-check__label,
9851
9853
  @media screen and (min-width: 0) {
9852
9854
  .pf-c-data-list.pf-m-grid-none .pf-c-data-list__item-content {
9853
9855
  display: flex;
9854
- flex-wrap: wrap;
9855
9856
  flex-grow: 1;
9857
+ flex-wrap: wrap;
9856
9858
  padding-bottom: var(--pf-c-data-list__item-content--md--PaddingBottom);
9857
9859
  }
9858
9860
  }
@@ -9913,8 +9915,8 @@ label.pf-c-check, .pf-c-check__label,
9913
9915
  @media screen and (min-width: 576px) {
9914
9916
  .pf-c-data-list.pf-m-grid-sm .pf-c-data-list__item-content {
9915
9917
  display: flex;
9916
- flex-wrap: wrap;
9917
9918
  flex-grow: 1;
9919
+ flex-wrap: wrap;
9918
9920
  padding-bottom: var(--pf-c-data-list__item-content--md--PaddingBottom);
9919
9921
  }
9920
9922
  }
@@ -9975,8 +9977,8 @@ label.pf-c-check, .pf-c-check__label,
9975
9977
  @media screen and (min-width: 768px) {
9976
9978
  .pf-c-data-list.pf-m-grid-md .pf-c-data-list__item-content {
9977
9979
  display: flex;
9978
- flex-wrap: wrap;
9979
9980
  flex-grow: 1;
9981
+ flex-wrap: wrap;
9980
9982
  padding-bottom: var(--pf-c-data-list__item-content--md--PaddingBottom);
9981
9983
  }
9982
9984
  }
@@ -10037,8 +10039,8 @@ label.pf-c-check, .pf-c-check__label,
10037
10039
  @media screen and (min-width: 992px) {
10038
10040
  .pf-c-data-list.pf-m-grid-lg .pf-c-data-list__item-content {
10039
10041
  display: flex;
10040
- flex-wrap: wrap;
10041
10042
  flex-grow: 1;
10043
+ flex-wrap: wrap;
10042
10044
  padding-bottom: var(--pf-c-data-list__item-content--md--PaddingBottom);
10043
10045
  }
10044
10046
  }
@@ -10099,8 +10101,8 @@ label.pf-c-check, .pf-c-check__label,
10099
10101
  @media screen and (min-width: 1200px) {
10100
10102
  .pf-c-data-list.pf-m-grid-xl .pf-c-data-list__item-content {
10101
10103
  display: flex;
10102
- flex-wrap: wrap;
10103
10104
  flex-grow: 1;
10105
+ flex-wrap: wrap;
10104
10106
  padding-bottom: var(--pf-c-data-list__item-content--md--PaddingBottom);
10105
10107
  }
10106
10108
  }
@@ -10161,8 +10163,8 @@ label.pf-c-check, .pf-c-check__label,
10161
10163
  @media screen and (min-width: 1450px) {
10162
10164
  .pf-c-data-list.pf-m-grid-2xl .pf-c-data-list__item-content {
10163
10165
  display: flex;
10164
- flex-wrap: wrap;
10165
10166
  flex-grow: 1;
10167
+ flex-wrap: wrap;
10166
10168
  padding-bottom: var(--pf-c-data-list__item-content--md--PaddingBottom);
10167
10169
  }
10168
10170
  }
@@ -10522,8 +10524,8 @@ label.pf-c-check, .pf-c-check__label,
10522
10524
 
10523
10525
  .pf-c-data-list__item-action {
10524
10526
  --pf-hidden-visible--visible--Display: var(--pf-c-data-list__item-action--Display);
10525
- align-items: flex-start;
10526
10527
  align-content: flex-start;
10528
+ align-items: flex-start;
10527
10529
  padding-top: var(--pf-c-data-list__item-action--PaddingTop);
10528
10530
  padding-bottom: var(--pf-c-data-list__item-action--PaddingBottom);
10529
10531
  margin-left: var(--pf-c-data-list__item-action--MarginLeft);
@@ -10549,8 +10551,8 @@ label.pf-c-check, .pf-c-check__label,
10549
10551
 
10550
10552
  .pf-c-data-list__item-content {
10551
10553
  display: grid;
10552
- width: 100%;
10553
10554
  grid-template-columns: auto 1fr;
10555
+ width: 100%;
10554
10556
  }
10555
10557
 
10556
10558
  .pf-c-data-list__cell {
@@ -10566,8 +10568,8 @@ label.pf-c-check, .pf-c-check__label,
10566
10568
  }
10567
10569
  .pf-c-data-list__cell.pf-m-icon {
10568
10570
  flex-grow: 0;
10569
- margin-right: var(--pf-c-data-list__cell--m-icon--MarginRight);
10570
10571
  grid-column: 1/2;
10572
+ margin-right: var(--pf-c-data-list__cell--m-icon--MarginRight);
10571
10573
  }
10572
10574
  .pf-c-data-list__cell.pf-m-icon + .pf-c-data-list__cell {
10573
10575
  grid-column: 2/3;
@@ -10687,10 +10689,10 @@ label.pf-c-check, .pf-c-check__label,
10687
10689
  --pf-c-description-list--m-display-lg__description--FontSize: var(--pf-global--FontSize--lg);
10688
10690
  --pf-c-description-list--m-display-2xl__description--FontSize: var(--pf-global--FontSize--2xl);
10689
10691
  display: grid;
10690
- align-items: baseline;
10692
+ grid-template-columns: var(--pf-c-description-list--GridTemplateColumns);
10691
10693
  row-gap: var(--pf-c-description-list--RowGap);
10692
10694
  column-gap: var(--pf-c-description-list--ColumnGap);
10693
- grid-template-columns: var(--pf-c-description-list--GridTemplateColumns);
10695
+ align-items: baseline;
10694
10696
  }
10695
10697
  @media screen and (min-width: 576px) {
10696
10698
  .pf-c-description-list {
@@ -10796,11 +10798,11 @@ label.pf-c-check, .pf-c-check__label,
10796
10798
  .pf-c-description-list__group,
10797
10799
  .pf-c-description-list > .pf-c-card {
10798
10800
  display: grid;
10801
+ grid-template-rows: var(--pf-c-description-list__group--GridTemplateRows);
10802
+ grid-template-columns: var(--pf-c-description-list__group--GridTemplateColumns);
10799
10803
  grid-column: var(--pf-c-description-list__group--GridColumn);
10800
10804
  row-gap: var(--pf-c-description-list__group--RowGap);
10801
10805
  column-gap: var(--pf-c-description-list__group--ColumnGap);
10802
- grid-template-columns: var(--pf-c-description-list__group--GridTemplateColumns);
10803
- grid-template-rows: var(--pf-c-description-list__group--GridTemplateRows);
10804
10806
  align-items: baseline;
10805
10807
  }
10806
10808
 
@@ -10837,11 +10839,11 @@ label.pf-c-check, .pf-c-check__label,
10837
10839
  }
10838
10840
  .pf-c-description-list__text.pf-m-help-text {
10839
10841
  text-decoration: underline;
10840
- cursor: pointer;
10841
- text-decoration-style: dashed;
10842
10842
  text-decoration-thickness: var(--pf-c-description-list__text--m-help-text--TextDecorationThickness);
10843
- text-underline-offset: var(--pf-c-description-list__text--m-help-text--TextDecorationOffset);
10843
+ text-decoration-style: dashed;
10844
10844
  text-decoration-color: var(--pf-c-description-list__text--m-help-text--TextDecorationColor);
10845
+ text-underline-offset: var(--pf-c-description-list__text--m-help-text--TextDecorationOffset);
10846
+ cursor: pointer;
10845
10847
  }
10846
10848
  .pf-c-description-list__text.pf-m-help-text:hover {
10847
10849
  --pf-c-description-list__text--m-help-text--TextDecorationColor: var(--pf-c-description-list__text--m-help-text--hover--TextDecorationColor);
@@ -11081,8 +11083,8 @@ label.pf-c-check, .pf-c-check__label,
11081
11083
  --pf-c-dual-list-selector__list-item--m-disabled__item-toggle-icon--Color: var(--pf-global--disabled-color--200);
11082
11084
  display: grid;
11083
11085
  grid-template-areas: "pane-header . pane-header-c" "pane-tools . pane-tools-c" "pane-status . pane-status-c" "pane-menu controls pane-menu-c";
11084
- grid-template-columns: minmax(var(--pf-c-dual-list-selector--GridTemplateColumns--pane--MinMax--min), var(--pf-c-dual-list-selector--GridTemplateColumns--pane--MinMax--max)) min-content minmax(var(--pf-c-dual-list-selector--GridTemplateColumns--pane--MinMax--min), var(--pf-c-dual-list-selector--GridTemplateColumns--pane--MinMax--max));
11085
11086
  grid-template-rows: repeat(3, auto) auto;
11087
+ grid-template-columns: minmax(var(--pf-c-dual-list-selector--GridTemplateColumns--pane--MinMax--min), var(--pf-c-dual-list-selector--GridTemplateColumns--pane--MinMax--max)) min-content minmax(var(--pf-c-dual-list-selector--GridTemplateColumns--pane--MinMax--min), var(--pf-c-dual-list-selector--GridTemplateColumns--pane--MinMax--max));
11086
11088
  }
11087
11089
 
11088
11090
  .pf-c-dual-list-selector__pane {
@@ -11382,8 +11384,8 @@ label.pf-c-check, .pf-c-check__label,
11382
11384
  --pf-c-toolbar--m-full-height__item--Display: flex;
11383
11385
  --pf-c-toolbar--m-full-height__item--AlignItems: center;
11384
11386
  position: relative;
11385
- row-gap: var(--pf-c-toolbar--RowGap);
11386
11387
  display: grid;
11388
+ row-gap: var(--pf-c-toolbar--RowGap);
11387
11389
  padding-top: var(--pf-c-toolbar--PaddingTop);
11388
11390
  padding-bottom: var(--pf-c-toolbar--PaddingBottom);
11389
11391
  background-color: var(--pf-c-toolbar--BackgroundColor);
@@ -11676,9 +11678,9 @@ label.pf-c-check, .pf-c-check__label,
11676
11678
  .pf-c-toolbar__group.pf-m-chip-container {
11677
11679
  display: flex;
11678
11680
  flex-wrap: wrap;
11681
+ grid-row-gap: 0;
11679
11682
  align-items: baseline;
11680
11683
  margin-top: var(--pf-c-toolbar__group--m-chip-container--MarginTop);
11681
- grid-row-gap: 0;
11682
11684
  }
11683
11685
  .pf-c-toolbar__content.pf-m-chip-container .pf-c-toolbar__item,
11684
11686
  .pf-c-toolbar__group.pf-m-chip-container .pf-c-toolbar__item {
@@ -12574,9 +12576,9 @@ label.pf-c-check, .pf-c-check__label,
12574
12576
  width: 100%;
12575
12577
  height: auto;
12576
12578
  flex-direction: var(--pf-c-divider--FlexDirection);
12579
+ flex-shrink: 0;
12577
12580
  align-items: center;
12578
12581
  align-self: stretch;
12579
- flex-shrink: 0;
12580
12582
  justify-content: center;
12581
12583
  border: 0;
12582
12584
  }
@@ -12585,11 +12587,11 @@ label.pf-c-check, .pf-c-check__label,
12585
12587
  }
12586
12588
  .pf-c-divider::after {
12587
12589
  align-self: stretch;
12590
+ justify-self: center;
12588
12591
  width: var(--pf-c-divider--after--Width);
12589
12592
  height: var(--pf-c-divider--after--Height);
12590
12593
  content: "";
12591
12594
  background-color: var(--pf-c-divider--after--BackgroundColor);
12592
- justify-self: center;
12593
12595
  }
12594
12596
  .pf-c-divider.pf-m-vertical {
12595
12597
  --pf-c-divider--Display: var(--pf-c-divider--m-vertical--Display);
@@ -13161,9 +13163,9 @@ label.pf-c-check, .pf-c-check__label,
13161
13163
  }
13162
13164
 
13163
13165
  .pf-c-drawer__actions {
13164
- grid-column: 2;
13165
- grid-row: 1;
13166
13166
  display: flex;
13167
+ grid-row: 1;
13168
+ grid-column: 2;
13167
13169
  align-self: baseline;
13168
13170
  margin-top: var(--pf-c-drawer__actions--MarginTop);
13169
13171
  margin-right: var(--pf-c-drawer__actions--MarginRight);
@@ -14513,16 +14515,16 @@ label.pf-c-check, .pf-c-check__label,
14513
14515
  .pf-c-empty-state__footer {
14514
14516
  display: flex;
14515
14517
  flex-direction: column;
14516
- align-items: center;
14517
14518
  row-gap: var(--pf-c-empty-state__footer--RowGap);
14519
+ align-items: center;
14518
14520
  margin-top: var(--pf-c-empty-state__footer--MarginTop);
14519
14521
  }
14520
14522
 
14521
14523
  .pf-c-empty-state__actions {
14522
14524
  display: flex;
14523
14525
  flex-wrap: wrap;
14524
- justify-content: center;
14525
14526
  gap: var(--pf-c-empty-state__actions--RowGap) var(--pf-c-empty-state__actions--ColumnGap);
14527
+ justify-content: center;
14526
14528
  }
14527
14529
 
14528
14530
  .pf-c-expandable-section {
@@ -14837,8 +14839,8 @@ label.pf-c-check, .pf-c-check__label,
14837
14839
  }
14838
14840
  .pf-c-form.pf-m-horizontal .pf-c-form__group {
14839
14841
  display: grid;
14840
- grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
14841
14842
  grid-template-columns: var(--pf-c-form--m-horizontal__group-label--md--GridColumnWidth) var(--pf-c-form--m-horizontal__group-control--md--GridColumnWidth);
14843
+ grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
14842
14844
  }
14843
14845
  .pf-c-form.pf-m-horizontal .pf-c-form__group-label {
14844
14846
  padding-top: var(--pf-c-form--m-horizontal__group-label--md--PaddingTop);
@@ -14857,8 +14859,8 @@ label.pf-c-check, .pf-c-check__label,
14857
14859
  }
14858
14860
  .pf-c-form.pf-m-horizontal-on-xs .pf-c-form__group {
14859
14861
  display: grid;
14860
- grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
14861
14862
  grid-template-columns: var(--pf-c-form--m-horizontal__group-label--md--GridColumnWidth) var(--pf-c-form--m-horizontal__group-control--md--GridColumnWidth);
14863
+ grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
14862
14864
  }
14863
14865
  .pf-c-form.pf-m-horizontal-on-xs .pf-c-form__group-label {
14864
14866
  padding-top: var(--pf-c-form--m-horizontal__group-label--md--PaddingTop);
@@ -14877,8 +14879,8 @@ label.pf-c-check, .pf-c-check__label,
14877
14879
  }
14878
14880
  .pf-c-form.pf-m-horizontal-on-sm .pf-c-form__group {
14879
14881
  display: grid;
14880
- grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
14881
14882
  grid-template-columns: var(--pf-c-form--m-horizontal__group-label--md--GridColumnWidth) var(--pf-c-form--m-horizontal__group-control--md--GridColumnWidth);
14883
+ grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
14882
14884
  }
14883
14885
  .pf-c-form.pf-m-horizontal-on-sm .pf-c-form__group-label {
14884
14886
  padding-top: var(--pf-c-form--m-horizontal__group-label--md--PaddingTop);
@@ -14897,8 +14899,8 @@ label.pf-c-check, .pf-c-check__label,
14897
14899
  }
14898
14900
  .pf-c-form.pf-m-horizontal-on-md .pf-c-form__group {
14899
14901
  display: grid;
14900
- grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
14901
14902
  grid-template-columns: var(--pf-c-form--m-horizontal__group-label--md--GridColumnWidth) var(--pf-c-form--m-horizontal__group-control--md--GridColumnWidth);
14903
+ grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
14902
14904
  }
14903
14905
  .pf-c-form.pf-m-horizontal-on-md .pf-c-form__group-label {
14904
14906
  padding-top: var(--pf-c-form--m-horizontal__group-label--md--PaddingTop);
@@ -14917,8 +14919,8 @@ label.pf-c-check, .pf-c-check__label,
14917
14919
  }
14918
14920
  .pf-c-form.pf-m-horizontal-on-lg .pf-c-form__group {
14919
14921
  display: grid;
14920
- grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
14921
14922
  grid-template-columns: var(--pf-c-form--m-horizontal__group-label--md--GridColumnWidth) var(--pf-c-form--m-horizontal__group-control--md--GridColumnWidth);
14923
+ grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
14922
14924
  }
14923
14925
  .pf-c-form.pf-m-horizontal-on-lg .pf-c-form__group-label {
14924
14926
  padding-top: var(--pf-c-form--m-horizontal__group-label--md--PaddingTop);
@@ -14937,8 +14939,8 @@ label.pf-c-check, .pf-c-check__label,
14937
14939
  }
14938
14940
  .pf-c-form.pf-m-horizontal-on-xl .pf-c-form__group {
14939
14941
  display: grid;
14940
- grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
14941
14942
  grid-template-columns: var(--pf-c-form--m-horizontal__group-label--md--GridColumnWidth) var(--pf-c-form--m-horizontal__group-control--md--GridColumnWidth);
14943
+ grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
14942
14944
  }
14943
14945
  .pf-c-form.pf-m-horizontal-on-xl .pf-c-form__group-label {
14944
14946
  padding-top: var(--pf-c-form--m-horizontal__group-label--md--PaddingTop);
@@ -14957,8 +14959,8 @@ label.pf-c-check, .pf-c-check__label,
14957
14959
  }
14958
14960
  .pf-c-form.pf-m-horizontal-on-2xl .pf-c-form__group {
14959
14961
  display: grid;
14960
- grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
14961
14962
  grid-template-columns: var(--pf-c-form--m-horizontal__group-label--md--GridColumnWidth) var(--pf-c-form--m-horizontal__group-control--md--GridColumnWidth);
14963
+ grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
14962
14964
  }
14963
14965
  .pf-c-form.pf-m-horizontal-on-2xl .pf-c-form__group-label {
14964
14966
  padding-top: var(--pf-c-form--m-horizontal__group-label--md--PaddingTop);
@@ -15073,9 +15075,9 @@ label.pf-c-check, .pf-c-check__label,
15073
15075
  --pf-c-form__group-control--m-inline--child--MarginRight: 0;
15074
15076
  }
15075
15077
  .pf-c-form__group-control.pf-m-stack {
15078
+ --pf-c-form__helper-text--MarginTop: var(--pf-c-grid__group-control--m-stack__helper-text--MarginTop);
15076
15079
  display: grid;
15077
15080
  gap: var(--pf-c-grid__group-control--m-stack--Gap);
15078
- --pf-c-form__helper-text--MarginTop: var(--pf-c-grid__group-control--m-stack__helper-text--MarginTop);
15079
15081
  }
15080
15082
  .pf-c-form__group-control .pf-c-form__helper-text:first-child {
15081
15083
  --pf-c-form__helper-text--MarginTop: 0;
@@ -15159,8 +15161,8 @@ label.pf-c-check, .pf-c-check__label,
15159
15161
  }
15160
15162
 
15161
15163
  .pf-c-form__field-group-toggle {
15162
- grid-column: 1/2;
15163
15164
  grid-row: 1/2;
15165
+ grid-column: 1/2;
15164
15166
  padding-top: var(--pf-c-form__field-group-toggle--PaddingTop);
15165
15167
  padding-right: var(--pf-c-form__field-group-toggle--PaddingRight);
15166
15168
  }
@@ -15182,9 +15184,9 @@ label.pf-c-check, .pf-c-check__label,
15182
15184
  }
15183
15185
 
15184
15186
  .pf-c-form__field-group-header {
15185
- grid-column: var(--pf-c-form__field-group-header--GridColumn);
15186
- grid-row: 1/2;
15187
15187
  display: flex;
15188
+ grid-row: 1/2;
15189
+ grid-column: var(--pf-c-form__field-group-header--GridColumn);
15188
15190
  align-items: flex-start;
15189
15191
  padding-top: var(--pf-c-form__field-group-header--PaddingTop);
15190
15192
  padding-bottom: var(--pf-c-form__field-group-header--PaddingBottom);
@@ -15217,8 +15219,8 @@ label.pf-c-check, .pf-c-check__label,
15217
15219
  }
15218
15220
 
15219
15221
  .pf-c-form__field-group-body {
15220
- grid-column: var(--pf-c-form__field-group-body--GridColumn);
15221
15222
  display: grid;
15223
+ grid-column: var(--pf-c-form__field-group-body--GridColumn);
15222
15224
  gap: var(--pf-c-form__field-group-body--Gap);
15223
15225
  padding-top: var(--pf-c-form__field-group-body--PaddingTop);
15224
15226
  padding-bottom: var(--pf-c-form__field-group-body--PaddingBottom);
@@ -15678,11 +15680,11 @@ textarea.pf-c-form-control {
15678
15680
 
15679
15681
  .pf-c-hint__actions {
15680
15682
  display: inline-grid;
15683
+ grid-row: 1;
15684
+ grid-column: 2;
15681
15685
  grid-auto-flow: column;
15682
15686
  margin-left: var(--pf-c-hint__actions--MarginLeft);
15683
15687
  text-align: right;
15684
- grid-column: 2;
15685
- grid-row: 1;
15686
15688
  }
15687
15689
  .pf-c-hint__actions .pf-c-dropdown .pf-c-dropdown__toggle.pf-m-plain {
15688
15690
  margin-top: var(--pf-c-hint__actions--c-dropdown--MarginTop);
@@ -16746,12 +16748,6 @@ label.pf-c-input-group__text {
16746
16748
  }
16747
16749
 
16748
16750
  .pf-c-label.pf-m-editable {
16749
- text-decoration: var(--pf-c-label--m-editable--TextDecoration);
16750
- cursor: var(--pf-c-label--m-editable--Cursor);
16751
- text-decoration-style: var(--pf-c-label--m-editable--TextDecorationStyle);
16752
- text-decoration-thickness: var(--pf-c-label--m-editable--TextDecorationThickness);
16753
- text-underline-offset: var(--pf-c-label--m-editable--TextDecorationOffset);
16754
- text-decoration-color: var(--pf-c-label--m-editable--TextDecorationColor);
16755
16751
  --pf-c-label__content--MaxWidth: var(--pf-c-label--m-editable__content--MaxWidth);
16756
16752
  --pf-c-label__content--before--BorderWidth: var(--pf-c-label--m-editable__content--before--BorderWidth);
16757
16753
  --pf-c-label__content--before--BorderColor: var(--pf-c-label--m-editable__content--before--BorderColor);
@@ -16761,6 +16757,12 @@ label.pf-c-input-group__text {
16761
16757
  --pf-c-label__content--link--focus--before--BorderColor: var(--pf-c-label--m-editable__content--focus--before--BorderColor);
16762
16758
  --pf-c-label--m-outline__content--link--hover--before--BorderWidth: var(--pf-c-label--m-editable__content--before--BorderWidth);
16763
16759
  --pf-c-label--m-outline__content--link--focus--before--BorderWidth: var(--pf-c-label--m-editable__content--before--BorderWidth);
16760
+ text-decoration: var(--pf-c-label--m-editable--TextDecoration);
16761
+ text-decoration-thickness: var(--pf-c-label--m-editable--TextDecorationThickness);
16762
+ text-decoration-style: var(--pf-c-label--m-editable--TextDecorationStyle);
16763
+ text-decoration-color: var(--pf-c-label--m-editable--TextDecorationColor);
16764
+ text-underline-offset: var(--pf-c-label--m-editable--TextDecorationOffset);
16765
+ cursor: var(--pf-c-label--m-editable--Cursor);
16764
16766
  }
16765
16767
  .pf-c-label.pf-m-editable:hover {
16766
16768
  --pf-c-label--m-editable--TextDecorationColor: var(--pf-c-label--m-editable--hover--TextDecorationColor);
@@ -16980,9 +16982,9 @@ button.pf-c-label__content:focus {
16980
16982
  --pf-c-label-group__textarea--PaddingBottom: 0;
16981
16983
  --pf-c-label-group__textarea--PaddingLeft: var(--pf-global--spacer--xs);
16982
16984
  display: inline-flex;
16983
- align-items: center;
16984
16985
  row-gap: var(--pf-c-label-group--RowGap);
16985
16986
  column-gap: var(--pf-c-label-group--ColumnGap);
16987
+ align-items: center;
16986
16988
  }
16987
16989
  .pf-c-label-group.pf-m-category {
16988
16990
  padding-top: var(--pf-c-label-group--m-category--PaddingTop);
@@ -17036,9 +17038,9 @@ button.pf-c-label__content:focus {
17036
17038
  display: flex;
17037
17039
  flex: 1;
17038
17040
  flex-wrap: wrap;
17039
- align-items: baseline;
17040
17041
  row-gap: var(--pf-c-label-group__main--RowGap);
17041
17042
  column-gap: var(--pf-c-label-group__main--ColumnGap);
17043
+ align-items: baseline;
17042
17044
  }
17043
17045
 
17044
17046
  .pf-c-label-group__list {
@@ -17503,10 +17505,10 @@ ul.pf-c-list {
17503
17505
  @media (min-width: 1200px) {
17504
17506
  .pf-c-login__container {
17505
17507
  display: grid;
17506
- justify-content: center;
17507
- grid-column-gap: var(--pf-c-login__container--xl--GridColumnGap);
17508
- grid-template-columns: var(--pf-c-login__container--xl--GridTemplateColumns);
17509
17508
  grid-template-areas: "main header" "main footer" "main .";
17509
+ grid-template-columns: var(--pf-c-login__container--xl--GridTemplateColumns);
17510
+ grid-column-gap: var(--pf-c-login__container--xl--GridColumnGap);
17511
+ justify-content: center;
17510
17512
  padding-right: var(--pf-c-login__container--PaddingRight);
17511
17513
  padding-left: var(--pf-c-login__container--PaddingLeft);
17512
17514
  }
@@ -17528,10 +17530,10 @@ ul.pf-c-list {
17528
17530
  }
17529
17531
 
17530
17532
  .pf-c-login__main {
17533
+ grid-area: main;
17531
17534
  align-self: start;
17532
17535
  margin-bottom: var(--pf-c-login__main--MarginBottom);
17533
17536
  background-color: var(--pf-c-login__main--BackgroundColor);
17534
- grid-area: main;
17535
17537
  }
17536
17538
  .pf-c-login__main > :first-child:not(.pf-c-login__main-header) {
17537
17539
  padding-top: var(--pf-c-login__main-header--PaddingTop);
@@ -17543,8 +17545,8 @@ ul.pf-c-list {
17543
17545
  .pf-c-login__main-header {
17544
17546
  display: grid;
17545
17547
  grid-template-columns: 100%;
17546
- column-gap: var(--pf-c-login__main-header--ColumnGap);
17547
17548
  row-gap: var(--pf-c-login__main-header--RowGap);
17549
+ column-gap: var(--pf-c-login__main-header--ColumnGap);
17548
17550
  align-items: center;
17549
17551
  padding: var(--pf-c-login__main-header--PaddingTop) var(--pf-c-login__main-header--PaddingRight) var(--pf-c-login__main-header--PaddingBottom) var(--pf-c-login__main-header--PaddingLeft);
17550
17552
  }
@@ -17556,26 +17558,26 @@ ul.pf-c-list {
17556
17558
 
17557
17559
  .pf-c-login__main-header-utilities,
17558
17560
  .pf-c-login__main-header .pf-c-dropdown {
17559
- grid-column: auto;
17560
17561
  grid-row: auto;
17562
+ grid-column: auto;
17561
17563
  }
17562
17564
  @media (min-width: 768px) {
17563
17565
  .pf-c-login__main-header-utilities,
17564
17566
  .pf-c-login__main-header .pf-c-dropdown {
17565
- grid-column: 2/3;
17566
17567
  grid-row: 1;
17568
+ grid-column: 2/3;
17567
17569
  }
17568
17570
  }
17569
17571
 
17570
17572
  .pf-c-login__main-header-utilities .pf-c-dropdown {
17571
- grid-column: auto;
17572
17573
  grid-row: auto;
17574
+ grid-column: auto;
17573
17575
  }
17574
17576
 
17575
17577
  .pf-c-login__main-header-desc {
17578
+ grid-column: 1/-1;
17576
17579
  margin-bottom: var(--pf-c-login__main-header-desc--MarginBottom);
17577
17580
  font-size: var(--pf-c-login__main-header-desc--FontSize);
17578
- grid-column: 1/-1;
17579
17581
  }
17580
17582
 
17581
17583
  .pf-c-login__main-body {
@@ -17610,11 +17612,11 @@ ul.pf-c-list {
17610
17612
  }
17611
17613
 
17612
17614
  .pf-c-login__main-footer-links-item-link svg {
17613
- fill: var(--pf-c-login__main-footer-links-item-link-svg--Fill);
17614
17615
  width: 100%;
17615
17616
  max-width: var(--pf-c-login__main-footer-links-item-link-svg--Width);
17616
17617
  height: 100%;
17617
17618
  max-height: var(--pf-c-login__main-footer-links-item-link-svg--Height);
17619
+ fill: var(--pf-c-login__main-footer-links-item-link-svg--Fill);
17618
17620
  }
17619
17621
  .pf-c-login__main-footer-links-item-link:hover svg {
17620
17622
  fill: var(--pf-c-login__main-footer-links-item-link-svg--hover--Fill);
@@ -17879,6 +17881,7 @@ ul.pf-c-list {
17879
17881
  position: relative;
17880
17882
  display: flex;
17881
17883
  flex-basis: var(--pf-c-masthead__main--FlexBasis);
17884
+ grid-column: var(--pf-c-masthead__main--GridColumn);
17882
17885
  align-items: center;
17883
17886
  align-self: stretch;
17884
17887
  order: var(--pf-c-masthead__main--Order);
@@ -17886,7 +17889,6 @@ ul.pf-c-list {
17886
17889
  padding-top: var(--pf-c-masthead__main--PaddingTop);
17887
17890
  padding-bottom: var(--pf-c-masthead__main--PaddingBottom);
17888
17891
  margin-right: var(--pf-c-masthead__main--MarginRight);
17889
- grid-column: var(--pf-c-masthead__main--GridColumn);
17890
17892
  }
17891
17893
  .pf-c-masthead__main::before {
17892
17894
  position: absolute;
@@ -17903,6 +17905,9 @@ ul.pf-c-list {
17903
17905
  .pf-c-masthead__content {
17904
17906
  display: flex;
17905
17907
  flex-grow: 1;
17908
+ flex-shrink: 1;
17909
+ grid-column: var(--pf-c-masthead__content--GridColumn);
17910
+ grid-column-end: -1;
17906
17911
  align-items: center;
17907
17912
  align-self: stretch;
17908
17913
  order: var(--pf-c-masthead__content--Order);
@@ -17910,9 +17915,6 @@ ul.pf-c-list {
17910
17915
  padding-top: var(--pf-c-masthead__content--PaddingTop);
17911
17916
  padding-bottom: var(--pf-c-masthead__content--PaddingBottom);
17912
17917
  margin-left: var(--pf-c-masthead__content--MarginLeft);
17913
- grid-column: var(--pf-c-masthead__content--GridColumn);
17914
- grid-column-end: -1;
17915
- flex-shrink: 1;
17916
17918
  }
17917
17919
  .pf-c-masthead__content:only-child {
17918
17920
  --pf-c-masthead__content--MarginLeft: 0;
@@ -18472,12 +18474,6 @@ ul.pf-c-list {
18472
18474
  --pf-c-menu--m-scrollable__footer--BoxShadow: var(--pf-global--BoxShadow--sm-top);
18473
18475
  --pf-c-menu--m-scrollable__footer--after--BorderTopWidth: 0;
18474
18476
  --pf-c-menu--m-scrollable__footer--after--BorderBottomWidth: var(--pf-global--BorderWidth--sm);
18475
- top: var(--pf-c-menu--Top);
18476
- z-index: var(--pf-c-menu--ZIndex);
18477
- width: var(--pf-c-menu--Width);
18478
- min-width: var(--pf-c-menu--MinWidth);
18479
- background-color: var(--pf-c-menu--BackgroundColor);
18480
- box-shadow: var(--pf-c-menu--BoxShadow);
18481
18477
  --pf-c-menu--m-nav--BoxShadow: var(--pf-global--BoxShadow--lg);
18482
18478
  --pf-c-menu--m-nav--BackgroundColor: var(--pf-global--BackgroundColor--dark-300);
18483
18479
  --pf-c-menu--m-nav__list--PaddingTop: 0;
@@ -18505,6 +18501,12 @@ ul.pf-c-list {
18505
18501
  --pf-c-menu--m-nav--c-menu--m-left--Right: calc(100% - var(--pf-c-menu--m-nav--c-menu--m-left--right-offset));
18506
18502
  --pf-c-menu--m-nav--c-menu--m-top--Bottom: calc(0 + var(--pf-c-menu--m-nav--c-menu--m-top--bottom-offset));
18507
18503
  --pf-c-menu--m-nav__list-item--first-child--c-menu--Top: 0;
18504
+ top: var(--pf-c-menu--Top);
18505
+ z-index: var(--pf-c-menu--ZIndex);
18506
+ width: var(--pf-c-menu--Width);
18507
+ min-width: var(--pf-c-menu--MinWidth);
18508
+ background-color: var(--pf-c-menu--BackgroundColor);
18509
+ box-shadow: var(--pf-c-menu--BoxShadow);
18508
18510
  }
18509
18511
  .pf-c-menu .pf-c-menu__content .pf-c-menu .pf-c-menu__content {
18510
18512
  overflow: visible;
@@ -19324,8 +19326,8 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
19324
19326
 
19325
19327
  .pf-c-menu-toggle__icon {
19326
19328
  display: inline-flex;
19327
- align-self: center;
19328
19329
  flex-shrink: 0;
19330
+ align-self: center;
19329
19331
  margin-right: var(--pf-c-menu-toggle__icon--MarginRight);
19330
19332
  line-height: 1;
19331
19333
  }
@@ -19697,8 +19699,8 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
19697
19699
  --pf-c-multiple-file-upload__status-item-progress-text--Color: var(--pf-global--primary-color--100);
19698
19700
  --pf-c-multiple-file-upload__status-item-progress-size--Color: var(--pf-global--Color--200);
19699
19701
  display: grid;
19700
- gap: var(--pf-c-multiple-file-upload--Gap);
19701
19702
  grid-template-columns: var(--pf-c-multiple-file-upload--GridTemplateColumns);
19703
+ gap: var(--pf-c-multiple-file-upload--Gap);
19702
19704
  }
19703
19705
  .pf-c-multiple-file-upload.pf-m-horizontal {
19704
19706
  --pf-c-multiple-file-upload--GridTemplateColumns: var(--pf-c-multiple-file-upload--m-horizontal--GridTemplateColumns);
@@ -19724,21 +19726,21 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
19724
19726
 
19725
19727
  .pf-c-multiple-file-upload__main {
19726
19728
  display: grid;
19729
+ grid-template-areas: var(--pf-c-multiple-file-upload__main--GridTemplateAreas);
19730
+ grid-template-rows: var(--pf-c-multiple-file-upload__main--GridTemplateRows);
19731
+ grid-template-columns: var(--pf-c-multiple-file-upload__main--GridTemplateColumns);
19732
+ gap: var(--pf-c-multiple-file-upload__main--Gap);
19727
19733
  padding: var(--pf-c-multiple-file-upload__main--PaddingTop) var(--pf-c-multiple-file-upload__main--PaddingRight) var(--pf-c-multiple-file-upload__main--PaddingBottom) var(--pf-c-multiple-file-upload__main--PaddingLeft);
19728
19734
  text-align: var(--pf-c-multiple-file-upload__main--TextAlign);
19729
19735
  background-color: var(--pf-c-multiple-file-upload__main--BackgroundColor);
19730
19736
  border: var(--pf-c-multiple-file-upload__main--BorderWidth) var(--pf-c-multiple-file-upload__main--BorderStyle) var(--pf-c-multiple-file-upload__main--BorderColor);
19731
- grid-template-columns: var(--pf-c-multiple-file-upload__main--GridTemplateColumns);
19732
- grid-template-rows: var(--pf-c-multiple-file-upload__main--GridTemplateRows);
19733
- grid-template-areas: var(--pf-c-multiple-file-upload__main--GridTemplateAreas);
19734
- gap: var(--pf-c-multiple-file-upload__main--Gap);
19735
19737
  }
19736
19738
 
19737
19739
  .pf-c-multiple-file-upload__title {
19738
19740
  display: var(--pf-c-multiple-file-upload__title--Display);
19741
+ grid-area: title;
19739
19742
  grid-template-columns: var(--pf-c-multiple-file-upload__title--GridTemplateColumns);
19740
19743
  gap: var(--pf-c-multiple-file-upload__title--Gap);
19741
- grid-area: title;
19742
19744
  }
19743
19745
 
19744
19746
  .pf-c-multiple-file-upload__title-icon {
@@ -20678,8 +20680,8 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20678
20680
  --pf-c-nav__link--focus--after--BorderLeftWidth: var(--pf-c-nav__section__link--focus--after--BorderWidth);
20679
20681
  --pf-c-nav__link--active--after--BorderLeftWidth: var(--pf-c-nav__section__link--active--after--BorderWidth);
20680
20682
  --pf-c-nav__link--m-current--after--BorderLeftWidth: var(--pf-c-nav__section__link--m-current--after--BorderWidth);
20681
- margin-top: var(--pf-c-nav__section--MarginTop);
20682
20683
  --pf-c-nav--c-divider--MarginBottom: 0;
20684
+ margin-top: var(--pf-c-nav__section--MarginTop);
20683
20685
  }
20684
20686
  .pf-c-nav__section + .pf-c-nav__section {
20685
20687
  --pf-c-nav__section--MarginTop: var(--pf-c-nav__section--section--MarginTop);
@@ -21126,9 +21128,9 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
21126
21128
 
21127
21129
  .pf-c-notification-drawer__list-item-header {
21128
21130
  display: flex;
21129
- align-items: baseline;
21130
- grid-column: 1/2;
21131
21131
  grid-row: 1/2;
21132
+ grid-column: 1/2;
21133
+ align-items: baseline;
21132
21134
  margin-bottom: var(--pf-c-notification-drawer__list-item-header--MarginBottom);
21133
21135
  }
21134
21136
 
@@ -21149,8 +21151,8 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
21149
21151
  }
21150
21152
 
21151
21153
  .pf-c-notification-drawer__list-item-action {
21152
- grid-column: 2/3;
21153
21154
  grid-row: 1/3;
21155
+ grid-column: 2/3;
21154
21156
  }
21155
21157
 
21156
21158
  .pf-c-notification-drawer__list-item-description {
@@ -21752,10 +21754,10 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
21752
21754
  --pf-c-page__main-wizard--BorderTopWidth: var(--pf-global--BorderWidth--sm);
21753
21755
  --pf-c-page__main-wizard--m-light-200--BackgroundColor: var(--pf-global--BackgroundColor--200);
21754
21756
  display: grid;
21755
- height: 100%;
21756
- grid-template-columns: 1fr;
21757
- grid-template-rows: max-content 1fr;
21758
21757
  grid-template-areas: "header" "main";
21758
+ grid-template-rows: max-content 1fr;
21759
+ grid-template-columns: 1fr;
21760
+ height: 100%;
21759
21761
  background-color: var(--pf-c-page--BackgroundColor);
21760
21762
  }
21761
21763
  @media (min-width: 1200px) {
@@ -21802,8 +21804,8 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
21802
21804
  }
21803
21805
  @media (min-width: 1200px) {
21804
21806
  .pf-c-page {
21805
- grid-template-columns: max-content 1fr;
21806
21807
  grid-template-areas: "header header" "nav main";
21808
+ grid-template-columns: max-content 1fr;
21807
21809
  }
21808
21810
  }
21809
21811
  .pf-c-page.pf-m-full-height {
@@ -21814,14 +21816,14 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
21814
21816
 
21815
21817
  .pf-c-page__header,
21816
21818
  .pf-c-page > .pf-c-masthead {
21817
- grid-area: header;
21818
21819
  z-index: var(--pf-c-page__header--ZIndex);
21820
+ grid-area: header;
21819
21821
  }
21820
21822
 
21821
21823
  .pf-c-page__header {
21822
21824
  color: var(--pf-global--Color--100);
21823
- grid-template-columns: auto auto;
21824
21825
  display: grid;
21826
+ grid-template-columns: auto auto;
21825
21827
  align-items: center;
21826
21828
  min-width: 0;
21827
21829
  min-height: var(--pf-c-page__header--MinHeight);
@@ -21869,18 +21871,18 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
21869
21871
  }
21870
21872
 
21871
21873
  .pf-c-page__header-nav {
21874
+ grid-row: 2/3;
21875
+ grid-column: 1/-1;
21872
21876
  align-self: stretch;
21873
21877
  min-width: 0;
21874
21878
  padding-right: var(--pf-c-page__header-nav--PaddingRight);
21875
21879
  padding-left: var(--pf-c-page__header-nav--PaddingLeft);
21876
21880
  background-color: var(--pf-c-page__header-nav--BackgroundColor);
21877
- grid-column: 1/-1;
21878
- grid-row: 2/3;
21879
21881
  }
21880
21882
  @media screen and (min-width: 1200px) {
21881
21883
  .pf-c-page__header-nav {
21882
- grid-column: 2/3;
21883
21884
  grid-row: 1/2;
21885
+ grid-column: 2/3;
21884
21886
  }
21885
21887
  }
21886
21888
  .pf-c-page__header-nav .pf-c-nav {
@@ -21946,10 +21948,10 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
21946
21948
  }
21947
21949
 
21948
21950
  .pf-c-page__sidebar {
21951
+ z-index: var(--pf-c-page__sidebar--ZIndex);
21949
21952
  grid-area: nav;
21950
21953
  grid-row-start: 2;
21951
21954
  grid-column-start: 1;
21952
- z-index: var(--pf-c-page__sidebar--ZIndex);
21953
21955
  width: var(--pf-c-page__sidebar--Width);
21954
21956
  overflow-x: hidden;
21955
21957
  overflow-y: auto;
@@ -22229,8 +22231,8 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
22229
22231
 
22230
22232
  .pf-c-page__main,
22231
22233
  .pf-c-page__drawer {
22232
- grid-area: main;
22233
22234
  z-index: var(--pf-c-page__main--ZIndex);
22235
+ grid-area: main;
22234
22236
  overflow-x: hidden;
22235
22237
  overflow-y: auto;
22236
22238
  -webkit-overflow-scrolling: touch;
@@ -23329,10 +23331,10 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
23329
23331
  --pf-c-progress--m-sm__measure--FontSize: var(--pf-global--FontSize--sm);
23330
23332
  --pf-c-progress--m-lg__bar--Height: var(--pf-global--spacer--lg);
23331
23333
  display: grid;
23332
- align-items: end;
23333
- grid-gap: var(--pf-c-progress--GridGap);
23334
- grid-template-columns: auto auto;
23335
23334
  grid-template-rows: 1fr auto;
23335
+ grid-template-columns: auto auto;
23336
+ grid-gap: var(--pf-c-progress--GridGap);
23337
+ align-items: end;
23336
23338
  }
23337
23339
  .pf-c-progress.pf-m-sm {
23338
23340
  --pf-c-progress__bar--Height: var(--pf-c-progress--m-sm__bar--Height);
@@ -23361,8 +23363,8 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
23361
23363
  grid-column: 1/3;
23362
23364
  }
23363
23365
  .pf-c-progress.pf-m-outside .pf-c-progress__status {
23364
- grid-column: 2/3;
23365
23366
  grid-row: 2/3;
23367
+ grid-column: 2/3;
23366
23368
  align-self: center;
23367
23369
  }
23368
23370
  .pf-c-progress.pf-m-outside .pf-c-progress__measure {
@@ -23410,8 +23412,8 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
23410
23412
  }
23411
23413
 
23412
23414
  .pf-c-progress__description {
23413
- word-break: break-word;
23414
23415
  grid-column: 1/2;
23416
+ word-break: break-word;
23415
23417
  }
23416
23418
  .pf-c-progress__description.pf-m-truncate {
23417
23419
  overflow: hidden;
@@ -23421,13 +23423,13 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
23421
23423
 
23422
23424
  .pf-c-progress__status {
23423
23425
  display: flex;
23426
+ grid-row: 1/2;
23427
+ grid-column: 2/3;
23428
+ gap: var(--pf-c-progress__status--Gap);
23424
23429
  align-items: flex-start;
23425
23430
  justify-content: flex-end;
23426
- grid-column: 2/3;
23427
- grid-row: 1/2;
23428
23431
  text-align: right;
23429
23432
  word-break: break-word;
23430
- gap: var(--pf-c-progress__status--Gap);
23431
23433
  }
23432
23434
 
23433
23435
  .pf-c-progress__status-icon {
@@ -23436,8 +23438,8 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
23436
23438
 
23437
23439
  .pf-c-progress__bar {
23438
23440
  position: relative;
23439
- grid-column: 1/3;
23440
23441
  grid-row: 2/3;
23442
+ grid-column: 1/3;
23441
23443
  align-self: center;
23442
23444
  height: var(--pf-c-progress__bar--Height);
23443
23445
  background-color: var(--pf-c-progress__bar--BackgroundColor);
@@ -23462,8 +23464,8 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
23462
23464
  }
23463
23465
 
23464
23466
  .pf-c-progress__helper-text {
23465
- grid-column: 1/3;
23466
23467
  grid-row: 3/4;
23468
+ grid-column: 1/3;
23467
23469
  margin-top: var(--pf-c-progress__helper-text--MarginTop);
23468
23470
  }
23469
23471
 
@@ -23625,10 +23627,10 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
23625
23627
  --pf-c-progress-stepper--m-center__step-main--before--Content: "";
23626
23628
  position: relative;
23627
23629
  display: grid;
23628
- grid-auto-flow: var(--pf-c-progress-stepper--GridAutoFlow);
23629
- grid-template-columns: var(--pf-c-progress-stepper--GridTemplateColumns);
23630
23630
  grid-template-rows: var(--pf-c-progress-stepper--GridTemplateRows);
23631
+ grid-template-columns: var(--pf-c-progress-stepper--GridTemplateColumns);
23631
23632
  grid-auto-columns: 1fr;
23633
+ grid-auto-flow: var(--pf-c-progress-stepper--GridAutoFlow);
23632
23634
  }
23633
23635
  @media screen and (min-width: 768px) {
23634
23636
  .pf-c-progress-stepper {
@@ -23695,8 +23697,8 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
23695
23697
  grid-auto-flow: var(--pf-c-progress-stepper--m-compact--GridAutoFlow);
23696
23698
  }
23697
23699
  .pf-c-progress-stepper.pf-m-compact .pf-c-progress-stepper__step-connector {
23698
- min-width: var(--pf-c-progress-stepper--m-compact__step-connector--MinWidth);
23699
23700
  grid-row: var(--pf-c-progress-stepper--m-compact__step-connector--GridRow);
23701
+ min-width: var(--pf-c-progress-stepper--m-compact__step-connector--MinWidth);
23700
23702
  padding-bottom: var(--pf-c-progress-stepper--m-compact__step-connector--PaddingBottom);
23701
23703
  }
23702
23704
  .pf-c-progress-stepper.pf-m-compact .pf-c-progress-stepper__step-main {
@@ -23813,11 +23815,11 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
23813
23815
  }
23814
23816
  .pf-c-progress-stepper__step-title.pf-m-help-text {
23815
23817
  text-decoration: underline;
23816
- cursor: pointer;
23818
+ text-decoration-thickness: var(--pf-c-progress-stepper__step-title--m-help-text--TextDecorationThickness);
23817
23819
  text-decoration-style: dashed;
23818
23820
  text-decoration-color: var(--pf-c-progress-stepper__step-title--m-help-text--TextDecorationColor);
23819
- text-decoration-thickness: var(--pf-c-progress-stepper__step-title--m-help-text--TextDecorationThickness);
23820
23821
  text-underline-offset: var(--pf-c-progress-stepper__step-title--m-help-text--TextUnderlineOffset);
23822
+ cursor: pointer;
23821
23823
  }
23822
23824
  .pf-c-progress-stepper__step-title.pf-m-help-text:hover {
23823
23825
  --pf-c-progress-stepper__step-title--Color: var(--pf-c-progress-stepper__step-title--m-help-text--hover--Color);
@@ -24240,9 +24242,9 @@ label.pf-c-radio, .pf-c-radio__label,
24240
24242
 
24241
24243
  .pf-c-search-input__text {
24242
24244
  display: grid;
24243
- grid-template-columns: 1fr;
24244
- grid-template-areas: "text-input";
24245
24245
  flex: 1;
24246
+ grid-template-areas: "text-input";
24247
+ grid-template-columns: 1fr;
24246
24248
  }
24247
24249
  .pf-c-search-input__text::before, .pf-c-search-input__text::after {
24248
24250
  position: absolute;
@@ -24765,8 +24767,8 @@ label.pf-c-radio, .pf-c-radio__label,
24765
24767
  .pf-c-select__toggle-typeahead {
24766
24768
  flex-basis: var(--pf-c-select__toggle-typeahead--FlexBasis);
24767
24769
  flex-grow: 1;
24768
- min-width: var(--pf-c-select__toggle-typeahead--MinWidth);
24769
24770
  flex-shrink: 0;
24771
+ min-width: var(--pf-c-select__toggle-typeahead--MinWidth);
24770
24772
  }
24771
24773
  .pf-c-select__toggle-typeahead.pf-c-form-control {
24772
24774
  background-color: var(--pf-c-select__toggle-typeahead--BackgroundColor);
@@ -25154,8 +25156,8 @@ label.pf-c-radio, .pf-c-radio__label,
25154
25156
  position: var(--pf-c-sidebar__panel--Position);
25155
25157
  top: var(--pf-c-sidebar__panel--Top);
25156
25158
  z-index: var(--pf-c-sidebar__panel--ZIndex);
25157
- flex-shrink: 0;
25158
25159
  flex-basis: var(--pf-c-sidebar__panel--FlexBasis);
25160
+ flex-shrink: 0;
25159
25161
  order: var(--pf-c-sidebar__panel--Order);
25160
25162
  background-color: var(--pf-c-sidebar__panel--BackgroundColor);
25161
25163
  box-shadow: var(--pf-c-sidebar__panel--BoxShadow);
@@ -25368,9 +25370,9 @@ label.pf-c-radio, .pf-c-radio__label,
25368
25370
  border: none;
25369
25371
  }
25370
25372
  .pf-c-simple-list__item-link:hover {
25371
- text-decoration: none;
25372
25373
  --pf-c-simple-list__item-link--BackgroundColor: var(--pf-c-simple-list__item-link--hover--BackgroundColor);
25373
25374
  --pf-c-simple-list__item-link--Color: var(--pf-c-simple-list__item-link--hover--Color);
25375
+ text-decoration: none;
25374
25376
  }
25375
25377
  .pf-c-simple-list__item-link:focus {
25376
25378
  --pf-c-simple-list__item-link--FontWeight: var(--pf-c-simple-list__item-link--focus--FontWeight);
@@ -26049,13 +26051,13 @@ svg.pf-c-spinner.pf-m-xl {
26049
26051
  .pf-c-spinner__path {
26050
26052
  width: 100%;
26051
26053
  height: 100%;
26052
- transform-origin: 50% 50%;
26053
- animation: pf-c-spinner-animation-dash var(--pf-c-spinner--AnimationDuration) var(--pf-c-spinner__path--AnimationTimingFunction) infinite;
26054
26054
  stroke: var(--pf-c-spinner--Color);
26055
- stroke-linecap: round;
26056
26055
  stroke-dasharray: 283;
26057
26056
  stroke-dashoffset: 280;
26057
+ stroke-linecap: round;
26058
26058
  stroke-width: var(--pf-c-spinner--stroke-width);
26059
+ transform-origin: 50% 50%;
26060
+ animation: pf-c-spinner-animation-dash var(--pf-c-spinner--AnimationDuration) var(--pf-c-spinner__path--AnimationTimingFunction) infinite;
26059
26061
  }
26060
26062
 
26061
26063
  @keyframes pf-c-spinner-animation-rotate {
@@ -26075,8 +26077,8 @@ svg.pf-c-spinner.pf-m-xl {
26075
26077
  stroke-width: calc(var(--pf-c-spinner__path--StrokeWidth) - 4);
26076
26078
  }
26077
26079
  40% {
26078
- stroke-dashoffset: 150;
26079
26080
  stroke-dasharray: 220;
26081
+ stroke-dashoffset: 150;
26080
26082
  }
26081
26083
  100% {
26082
26084
  stroke-dashoffset: 280;
@@ -28537,9 +28539,9 @@ svg.pf-c-spinner.pf-m-xl {
28537
28539
  .pf-c-table__button-content,
28538
28540
  .pf-c-table__column-help {
28539
28541
  display: grid;
28542
+ grid-template-columns: auto max-content;
28540
28543
  align-items: end;
28541
28544
  justify-content: start;
28542
- grid-template-columns: auto max-content;
28543
28545
  }
28544
28546
  .pf-c-table__button-content .pf-c-table__text,
28545
28547
  .pf-c-table__column-help .pf-c-table__text {
@@ -30797,9 +30799,9 @@ svg.pf-c-spinner.pf-m-xl {
30797
30799
 
30798
30800
  .pf-c-text-input-group__text {
30799
30801
  display: inline-grid;
30800
- grid-template-columns: 1fr;
30801
- grid-template-areas: "text-input";
30802
30802
  flex: 1;
30803
+ grid-template-areas: "text-input";
30804
+ grid-template-columns: 1fr;
30803
30805
  }
30804
30806
  .pf-c-text-input-group__text::before, .pf-c-text-input-group__text::after {
30805
30807
  position: absolute;
@@ -30915,11 +30917,11 @@ svg.pf-c-spinner.pf-m-xl {
30915
30917
  --pf-c-tile--m-display-lg__header--m-stacked__icon--FontSize: var(--pf-global--icon--FontSize--xl);
30916
30918
  position: relative;
30917
30919
  display: inline-grid;
30920
+ grid-template-rows: min-content;
30918
30921
  padding: var(--pf-c-tile--PaddingTop) var(--pf-c-tile--PaddingRight) var(--pf-c-tile--PaddingBottom) var(--pf-c-tile--PaddingLeft);
30919
30922
  text-align: center;
30920
30923
  cursor: pointer;
30921
30924
  background-color: var(--pf-c-tile--BackgroundColor);
30922
- grid-template-rows: min-content;
30923
30925
  transition: var(--pf-c-tile--Transition);
30924
30926
  transform: translateY(var(--pf-c-tile--TranslateY));
30925
30927
  }
@@ -31071,12 +31073,12 @@ svg.pf-c-spinner.pf-m-xl {
31071
31073
  outline-offset: var(--pf-c-timestamp--OutlineOffset);
31072
31074
  }
31073
31075
  .pf-c-timestamp.pf-m-help-text {
31074
- cursor: pointer;
31075
31076
  text-decoration-line: var(--pf-c-timestamp--m-help-text--TextDecorationLine);
31076
- text-decoration-style: var(--pf-c-timestamp--m-help-text--TextDecorationStyle);
31077
31077
  text-decoration-thickness: var(--pf-c-timestamp--m-help-text--TextDecorationThickness);
31078
- text-underline-offset: var(--pf-c-timestamp--m-help-text--TextUnderlineOffset);
31078
+ text-decoration-style: var(--pf-c-timestamp--m-help-text--TextDecorationStyle);
31079
31079
  text-decoration-color: var(--pf-c-timestamp--m-help-text--TextDecorationColor);
31080
+ text-underline-offset: var(--pf-c-timestamp--m-help-text--TextUnderlineOffset);
31081
+ cursor: pointer;
31080
31082
  }
31081
31083
  .pf-c-timestamp.pf-m-help-text:hover {
31082
31084
  --pf-c-timestamp--Color: var(--pf-c-timestamp--m-help-text--hover--Color);
@@ -31994,6 +31996,10 @@ label.pf-c-tree-view__node-text {
31994
31996
  --pf-c-wizard__close--xl--Right: var(--pf-global--spacer--lg);
31995
31997
  --pf-c-wizard__close--FontSize: var(--pf-global--FontSize--xl);
31996
31998
  --pf-c-wizard__title--PaddingRight: var(--pf-global--spacer--2xl);
31999
+ --pf-c-wizard__title-text--FontSize: var(--pf-global--FontSize--3xl);
32000
+ --pf-c-wizard__title-text--FontFamily: var(--pf-global--FontFamily--heading--sans-serif);
32001
+ --pf-c-wizard__title-text--FontWeight: var(--pf-global--FontWeight--normal);
32002
+ --pf-c-wizard__title-text--LineHeight: var(--pf-global--LineHeight--sm);
31997
32003
  --pf-c-wizard__description--PaddingTop: var(--pf-global--spacer--sm);
31998
32004
  --pf-c-wizard__description--Color: var(--pf-global--Color--light-200);
31999
32005
  --pf-c-wizard__nav-link--Color: var(--pf-global--Color--100);
@@ -32177,6 +32183,8 @@ label.pf-c-tree-view__node-text {
32177
32183
  position: absolute;
32178
32184
  top: var(--pf-c-wizard__close--Top);
32179
32185
  right: var(--pf-c-wizard__close--Right);
32186
+ }
32187
+ .pf-c-wizard__header .pf-c-wizard__close button {
32180
32188
  font-size: var(--pf-c-wizard__close--FontSize);
32181
32189
  }
32182
32190
 
@@ -32185,6 +32193,13 @@ label.pf-c-tree-view__node-text {
32185
32193
  word-wrap: break-word;
32186
32194
  }
32187
32195
 
32196
+ .pf-c-wizard__title-text {
32197
+ font-family: var(--pf-c-wizard__title-text--FontFamily);
32198
+ font-size: var(--pf-c-wizard__title-text--FontSize);
32199
+ font-weight: var(--pf-c-wizard__title-text--FontWeight);
32200
+ line-height: var(--pf-c-wizard__title-text--LineHeight);
32201
+ }
32202
+
32188
32203
  .pf-c-wizard__description {
32189
32204
  display: none;
32190
32205
  padding-top: var(--pf-c-wizard__description--PaddingTop);
@@ -32433,8 +32448,8 @@ label.pf-c-tree-view__node-text {
32433
32448
  position: relative;
32434
32449
  z-index: var(--pf-c-wizard__footer--ZIndex);
32435
32450
  display: flex;
32436
- flex-wrap: wrap;
32437
32451
  flex-shrink: 0;
32452
+ flex-wrap: wrap;
32438
32453
  padding: var(--pf-c-wizard__footer--PaddingTop) var(--pf-c-wizard__footer--PaddingRight) var(--pf-c-wizard__footer--PaddingBottom) var(--pf-c-wizard__footer--PaddingLeft);
32439
32454
  background-color: var(--pf-c-wizard__footer--BackgroundColor);
32440
32455
  }
@@ -34115,8 +34130,8 @@ label.pf-c-tree-view__node-text {
34115
34130
  --pf-l-gallery--GridTemplateColumns: repeat(auto-fill, minmax(var(--pf-l-gallery--GridTemplateColumns--minmax--min), var(--pf-l-gallery--GridTemplateColumns--minmax--max)));
34116
34131
  --pf-l-gallery--GridTemplateRows: auto;
34117
34132
  display: grid;
34118
- grid-template-columns: var(--pf-l-gallery--GridTemplateColumns);
34119
34133
  grid-template-rows: var(--pf-l-gallery--GridTemplateRows);
34134
+ grid-template-columns: var(--pf-l-gallery--GridTemplateColumns);
34120
34135
  --pf-l-gallery--GridTemplateColumns--minmax--min: var(--pf-l-gallery--GridTemplateColumns--min);
34121
34136
  --pf-l-gallery--GridTemplateColumns--minmax--max: var(--pf-l-gallery--GridTemplateColumns--max);
34122
34137
  }
@@ -34184,10 +34199,10 @@ label.pf-c-tree-view__node-text {
34184
34199
  }
34185
34200
  .pf-l-grid > *,
34186
34201
  .pf-l-grid .pf-l-grid__item {
34187
- min-width: 0;
34188
- min-height: 0;
34189
34202
  grid-column-start: var(--pf-l-grid__item--GridColumnStart);
34190
34203
  grid-column-end: var(--pf-l-grid__item--GridColumnEnd);
34204
+ min-width: 0;
34205
+ min-height: 0;
34191
34206
  order: var(--pf-l-grid--item--Order);
34192
34207
  }
34193
34208
  @media (min-width: 576px) {