@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
@@ -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 {
@@ -5413,8 +5413,8 @@
5413
5413
  color: var(--pf-global--Color--100);
5414
5414
  position: relative;
5415
5415
  display: grid;
5416
- grid-template-rows: max-content max-content auto;
5417
5416
  grid-template-areas: "brand close" "header header" "content content";
5417
+ grid-template-rows: max-content max-content auto;
5418
5418
  width: var(--pf-c-about-modal-box--Width);
5419
5419
  height: var(--pf-c-about-modal-box--Height);
5420
5420
  overflow-x: hidden;
@@ -5460,22 +5460,22 @@
5460
5460
  }
5461
5461
  @media only screen and (min-width: 576px) {
5462
5462
  .pf-c-about-modal-box {
5463
- grid-template-columns: var(--pf-c-about-modal-box--sm--grid-template-columns);
5464
5463
  grid-template-areas: "brand hero" "header hero" "content hero";
5464
+ grid-template-columns: var(--pf-c-about-modal-box--sm--grid-template-columns);
5465
5465
  }
5466
5466
  }
5467
5467
  @media only screen and (min-width: 992px) {
5468
5468
  .pf-c-about-modal-box {
5469
5469
  --pf-c-about-modal-box--Height: var(--pf-c-about-modal-box--lg--Height);
5470
5470
  --pf-c-about-modal-box--Width: var(--pf-c-about-modal-box--lg--Width);
5471
- grid-template-columns: var(--pf-c-about-modal-box--lg--grid-template-columns);
5472
5471
  grid-template-rows: max-content max-content auto;
5472
+ grid-template-columns: var(--pf-c-about-modal-box--lg--grid-template-columns);
5473
5473
  }
5474
5474
  }
5475
5475
 
5476
5476
  .pf-c-about-modal-box__brand {
5477
- grid-area: brand;
5478
5477
  display: flex;
5478
+ grid-area: brand;
5479
5479
  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);
5480
5480
  }
5481
5481
 
@@ -5484,9 +5484,9 @@
5484
5484
  }
5485
5485
 
5486
5486
  .pf-c-about-modal-box__header {
5487
- grid-area: header;
5488
5487
  display: flex;
5489
5488
  flex-direction: column;
5489
+ grid-area: header;
5490
5490
  padding-right: var(--pf-c-about-modal-box__header--PaddingRight);
5491
5491
  padding-bottom: var(--pf-c-about-modal-box__header--PaddingBottom);
5492
5492
  padding-left: var(--pf-c-about-modal-box__header--PaddingLeft);
@@ -5517,10 +5517,10 @@
5517
5517
  }
5518
5518
 
5519
5519
  .pf-c-about-modal-box__close {
5520
- grid-area: close;
5521
5520
  position: sticky;
5522
5521
  top: 0;
5523
5522
  display: flex;
5523
+ grid-area: close;
5524
5524
  align-items: flex-start;
5525
5525
  justify-content: flex-end;
5526
5526
  padding-top: var(--pf-c-about-modal-box__close--PaddingTop);
@@ -5559,12 +5559,12 @@
5559
5559
  @media only screen and (min-width: 576px) {
5560
5560
  .pf-c-about-modal-box__hero {
5561
5561
  display: block;
5562
+ grid-area: hero;
5562
5563
  background-image: var(--pf-c-about-modal-box__hero--sm--BackgroundImage);
5563
5564
  background-repeat: no-repeat;
5564
5565
  background-attachment: fixed;
5565
5566
  background-position: var(--pf-c-about-modal-box__hero--sm--BackgroundPosition);
5566
5567
  background-size: var(--pf-c-about-modal-box__hero--sm--BackgroundSize);
5567
- grid-area: hero;
5568
5568
  }
5569
5569
  }
5570
5570
 
@@ -5963,13 +5963,13 @@
5963
5963
  color: var(--pf-global--Color--100);
5964
5964
  position: relative;
5965
5965
  display: grid;
5966
+ grid-template-areas: var(--pf-c-alert--GridTemplateAreas);
5967
+ grid-template-columns: var(--pf-c-alert--GridTemplateColumns);
5966
5968
  padding: var(--pf-c-alert--PaddingTop) var(--pf-c-alert--PaddingRight) var(--pf-c-alert--PaddingBottom) var(--pf-c-alert--PaddingLeft);
5967
5969
  font-size: var(--pf-c-alert__FontSize);
5968
5970
  background-color: var(--pf-c-alert--BackgroundColor);
5969
5971
  border-top: var(--pf-c-alert--BorderTopWidth) solid var(--pf-c-alert--BorderTopColor);
5970
5972
  box-shadow: var(--pf-c-alert--BoxShadow);
5971
- grid-template-columns: var(--pf-c-alert--GridTemplateColumns);
5972
- grid-template-areas: var(--pf-c-alert--GridTemplateAreas);
5973
5973
  }
5974
5974
  .pf-c-alert.pf-m-success {
5975
5975
  --pf-c-alert--BorderTopColor: var(--pf-c-alert--m-success--BorderTopColor);
@@ -6030,8 +6030,8 @@
6030
6030
  }
6031
6031
 
6032
6032
  .pf-c-alert__icon {
6033
- grid-area: icon;
6034
6033
  display: flex;
6034
+ grid-area: icon;
6035
6035
  margin-top: var(--pf-c-alert__icon--MarginTop);
6036
6036
  margin-right: var(--pf-c-alert__icon--MarginRight);
6037
6037
  font-size: var(--pf-c-alert__icon--FontSize);
@@ -6893,18 +6893,18 @@
6893
6893
  --pf-c-banner--link--hover--FontWeight: var(--pf-global--FontWeight--bold);
6894
6894
  --pf-c-banner--link--disabled--Color: var(--pf-c-banner--Color);
6895
6895
  --pf-c-banner--link--disabled--TextDecoration: none;
6896
- --pf-c-banner--m-info--BackgroundColor: var(--pf-global--palette--blue-200);
6897
- --pf-c-banner--m-danger--BackgroundColor: var(--pf-global--danger-color--100);
6898
- --pf-c-banner--m-success--BackgroundColor: var(--pf-global--success-color--100);
6899
- --pf-c-banner--m-warning--BackgroundColor: var(--pf-global--warning-color--100);
6896
+ --pf-c-banner--m-blue--BackgroundColor: var(--pf-global--palette--blue-200);
6897
+ --pf-c-banner--m-red--BackgroundColor: var(--pf-global--palette--red-100);
6898
+ --pf-c-banner--m-green--BackgroundColor: var(--pf-global--palette--green-500);
6899
+ --pf-c-banner--m-gold--BackgroundColor: var(--pf-global--palette--gold-400);
6900
6900
  --pf-c-banner--m-sticky--ZIndex: var(--pf-global--ZIndex--md);
6901
6901
  --pf-c-banner--m-sticky--BoxShadow: var(--pf-global--BoxShadow--md-bottom);
6902
6902
  color: var(--pf-global--Color--100);
6903
6903
  overflow: hidden;
6904
6904
  text-overflow: ellipsis;
6905
6905
  white-space: nowrap;
6906
- padding: var(--pf-c-banner--PaddingTop) var(--pf-c-banner--PaddingRight) var(--pf-c-banner--PaddingBottom) var(--pf-c-banner--PaddingLeft);
6907
6906
  flex-shrink: 0;
6907
+ padding: var(--pf-c-banner--PaddingTop) var(--pf-c-banner--PaddingRight) var(--pf-c-banner--PaddingBottom) var(--pf-c-banner--PaddingLeft);
6908
6908
  font-size: var(--pf-c-banner--FontSize);
6909
6909
  color: var(--pf-c-banner--Color);
6910
6910
  white-space: nowrap;
@@ -6916,19 +6916,19 @@
6916
6916
  --pf-c-banner--PaddingLeft: var(--pf-c-banner--md--PaddingLeft);
6917
6917
  }
6918
6918
  }
6919
- .pf-c-banner.pf-m-info, .pf-c-banner.pf-m-blue {
6919
+ .pf-c-banner.pf-m-blue {
6920
6920
  color: var(--pf-global--Color--100);
6921
- --pf-c-banner--BackgroundColor: var(--pf-c-banner--m-info--BackgroundColor);
6921
+ --pf-c-banner--BackgroundColor: var(--pf-c-banner--m-blue--BackgroundColor);
6922
6922
  }
6923
- .pf-c-banner.pf-m-danger, .pf-c-banner.pf-m-red {
6924
- --pf-c-banner--BackgroundColor: var(--pf-c-banner--m-danger--BackgroundColor);
6923
+ .pf-c-banner.pf-m-red {
6924
+ --pf-c-banner--BackgroundColor: var(--pf-c-banner--m-red--BackgroundColor);
6925
6925
  }
6926
- .pf-c-banner.pf-m-success, .pf-c-banner.pf-m-green {
6927
- --pf-c-banner--BackgroundColor: var(--pf-c-banner--m-success--BackgroundColor);
6926
+ .pf-c-banner.pf-m-green {
6927
+ --pf-c-banner--BackgroundColor: var(--pf-c-banner--m-green--BackgroundColor);
6928
6928
  }
6929
- .pf-c-banner.pf-m-warning, .pf-c-banner.pf-m-gold {
6929
+ .pf-c-banner.pf-m-gold {
6930
6930
  color: var(--pf-global--Color--100);
6931
- --pf-c-banner--BackgroundColor: var(--pf-c-banner--m-warning--BackgroundColor);
6931
+ --pf-c-banner--BackgroundColor: var(--pf-c-banner--m-gold--BackgroundColor);
6932
6932
  }
6933
6933
  .pf-c-banner.pf-m-sticky {
6934
6934
  position: sticky;
@@ -7970,9 +7970,9 @@ button.pf-c-breadcrumb__link {
7970
7970
  box-shadow: var(--pf-c-calendar-month__date--focus--BoxShadow);
7971
7971
  }
7972
7972
  .pf-c-calendar-month__date:disabled {
7973
- pointer-events: none;
7974
7973
  --pf-c-calendar-month__date--Color: var(--pf-c-calendar-month__date--disabled--Color);
7975
7974
  --pf-c-calendar-month__date--hover--focus--BorderColor: transparent;
7975
+ pointer-events: none;
7976
7976
  }
7977
7977
 
7978
7978
  :where(.pf-theme-dark) .pf-c-wizard__header, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
@@ -8041,10 +8041,11 @@ button.pf-c-breadcrumb__link {
8041
8041
  --pf-c-card--child--PaddingBottom: var(--pf-global--spacer--lg);
8042
8042
  --pf-c-card--child--PaddingLeft: var(--pf-global--spacer--lg);
8043
8043
  --pf-c-card--c-divider--child--PaddingTop: var(--pf-global--spacer--lg);
8044
- --pf-c-card__title--FontFamily: var(--pf-global--FontFamily--heading--sans-serif);
8045
- --pf-c-card__title--FontSize: var(--pf-global--FontSize--md);
8046
- --pf-c-card__title--FontWeight: var(--pf-global--FontWeight--bold);
8047
8044
  --pf-c-card__title--not--last-child--PaddingBottom: var(--pf-global--spacer--md);
8045
+ --pf-c-card__title-text--FontFamily: var(--pf-global--FontFamily--heading--sans-serif);
8046
+ --pf-c-card__title-text--FontSize: var(--pf-global--FontSize--md);
8047
+ --pf-c-card__title-text--FontWeight: var(--pf-global--FontWeight--normal);
8048
+ --pf-c-card__title-text--LineHeight: var(--pf-global--LineHeight--md);
8048
8049
  --pf-c-card__body--FontSize: var(--pf-global--FontSize--md);
8049
8050
  --pf-c-card__footer--FontSize: var(--pf-global--FontSize--md);
8050
8051
  --pf-c-card__actions--PaddingLeft: var(--pf-global--spacer--md);
@@ -8106,7 +8107,7 @@ button.pf-c-breadcrumb__link {
8106
8107
  --pf-c-card--m-compact--child--PaddingLeft: var(--pf-global--spacer--md);
8107
8108
  --pf-c-card--m-compact--c-divider--child--PaddingTop: var(--pf-global--spacer--md);
8108
8109
  --pf-c-card--m-compact__title--not--last-child--PaddingBottom: var(--pf-global--spacer--sm);
8109
- --pf-c-card--m-display-lg__title--FontSize: var(--pf-global--FontSize--xl);
8110
+ --pf-c-card--m-display-lg__title-text--FontSize: var(--pf-global--FontSize--xl);
8110
8111
  --pf-c-card--m-display-lg--first-child--PaddingTop: var(--pf-global--spacer--xl);
8111
8112
  --pf-c-card--m-display-lg--child--PaddingRight: var(--pf-global--spacer--xl);
8112
8113
  --pf-c-card--m-display-lg--child--PaddingBottom: var(--pf-global--spacer--xl);
@@ -8218,7 +8219,7 @@ button.pf-c-breadcrumb__link {
8218
8219
  --pf-c-card__title--not--last-child--PaddingBottom: var(--pf-c-card--m-compact__title--not--last-child--PaddingBottom);
8219
8220
  }
8220
8221
  .pf-c-card.pf-m-display-lg {
8221
- --pf-c-card__title--FontSize: var(--pf-c-card--m-display-lg__title--FontSize);
8222
+ --pf-c-card__title-text--FontSize: var(--pf-c-card--m-display-lg__title-text--FontSize);
8222
8223
  --pf-c-card--first-child--PaddingTop: var(--pf-c-card--m-display-lg--first-child--PaddingTop);
8223
8224
  --pf-c-card--child--PaddingRight: var(--pf-c-card--m-display-lg--child--PaddingRight);
8224
8225
  --pf-c-card--child--PaddingBottom: var(--pf-c-card--m-display-lg--child--PaddingBottom);
@@ -8284,20 +8285,21 @@ button.pf-c-breadcrumb__link {
8284
8285
  transition: var(--pf-c-card__header-toggle-icon--Transition);
8285
8286
  }
8286
8287
 
8287
- .pf-c-card__title {
8288
- font-family: var(--pf-c-card__title--FontFamily);
8289
- font-size: var(--pf-c-card__title--FontSize);
8290
- font-weight: var(--pf-c-card__title--FontWeight);
8288
+ .pf-c-card__title-text {
8289
+ font-family: var(--pf-c-card__title-text--FontFamily);
8290
+ font-size: var(--pf-c-card__title-text--FontSize);
8291
+ font-weight: var(--pf-c-card__title-text--FontWeight);
8292
+ line-height: var(--pf-c-card__title-text--LineHeight);
8291
8293
  }
8292
8294
 
8293
8295
  .pf-c-card__actions {
8294
8296
  display: flex;
8297
+ gap: var(--pf-c-card__actions--Gap);
8295
8298
  align-items: center;
8296
8299
  align-self: flex-start;
8297
8300
  order: 1;
8298
8301
  padding-left: var(--pf-c-card__actions--PaddingLeft);
8299
8302
  margin: var(--pf-c-card__actions--MarginTop) 0 var(--pf-c-card__actions--MarginBottom) auto;
8300
- gap: var(--pf-c-card__actions--Gap);
8301
8303
  }
8302
8304
  .pf-c-card__actions + .pf-c-card__title,
8303
8305
  .pf-c-card__actions + .pf-c-card__body,
@@ -8550,8 +8552,8 @@ label.pf-c-check, .pf-c-check__label,
8550
8552
 
8551
8553
  .pf-c-chip__content {
8552
8554
  display: flex;
8553
- align-items: center;
8554
8555
  column-gap: var(--pf-c-chip__content--ColumnGap);
8556
+ align-items: center;
8555
8557
  font-size: var(--pf-c-chip__content--FontSize);
8556
8558
  }
8557
8559
 
@@ -8634,13 +8636,13 @@ label.pf-c-check, .pf-c-check__label,
8634
8636
  --pf-c-chip-group__label--MaxWidth: 18ch;
8635
8637
  --pf-c-chip-group__close--MarginTop: calc(var(--pf-global--spacer--xs) * -1);
8636
8638
  --pf-c-chip-group__close--MarginBottom: calc(var(--pf-global--spacer--xs) * -1);
8639
+ row-gap: var(--pf-c-chip-group--RowGap);
8640
+ column-gap: var(--pf-c-chip-group--ColumnGap);
8637
8641
  max-width: 100%;
8638
8642
  padding-top: var(--pf-c-chip-group--PaddingTop);
8639
8643
  padding-right: var(--pf-c-chip-group--PaddingRight);
8640
8644
  padding-bottom: var(--pf-c-chip-group--PaddingBottom);
8641
8645
  padding-left: var(--pf-c-chip-group--PaddingLeft);
8642
- row-gap: var(--pf-c-chip-group--RowGap);
8643
- column-gap: var(--pf-c-chip-group--ColumnGap);
8644
8646
  }
8645
8647
  .pf-c-chip-group.pf-m-category {
8646
8648
  --pf-c-chip-group--PaddingTop: var(--pf-c-chip-group--m-category--PaddingTop);
@@ -8655,10 +8657,10 @@ label.pf-c-check, .pf-c-check__label,
8655
8657
  display: flex;
8656
8658
  flex: 1;
8657
8659
  flex-wrap: wrap;
8658
- align-items: baseline;
8659
- min-width: 0;
8660
8660
  row-gap: var(--pf-c-chip-group__main--RowGap);
8661
8661
  column-gap: var(--pf-c-chip-group__main--ColumnGap);
8662
+ align-items: baseline;
8663
+ min-width: 0;
8662
8664
  }
8663
8665
 
8664
8666
  .pf-c-chip-group,
@@ -9247,12 +9249,12 @@ label.pf-c-check, .pf-c-check__label,
9247
9249
  margin-left: var(--pf-c-content--ol--MarginLeft);
9248
9250
  }
9249
9251
  .pf-c-content ol ul {
9250
- margin-top: var(--pf-c-content--ul--nested--MarginTop);
9251
9252
  --pf-c-content--ul--MarginLeft: var(--pf-c-content--ul--nested--MarginLeft);
9253
+ margin-top: var(--pf-c-content--ul--nested--MarginTop);
9252
9254
  }
9253
9255
  .pf-c-content ol ol {
9254
- margin-top: var(--pf-c-content--ol--nested--MarginTop);
9255
9256
  --pf-c-content--ol--MarginLeft: var(--pf-c-content--ol--nested--MarginLeft);
9257
+ margin-top: var(--pf-c-content--ol--nested--MarginTop);
9256
9258
  }
9257
9259
  .pf-c-content ul {
9258
9260
  padding-left: var(--pf-c-content--ul--PaddingLeft);
@@ -9260,12 +9262,12 @@ label.pf-c-check, .pf-c-check__label,
9260
9262
  list-style: var(--pf-c-content--ul--ListStyle);
9261
9263
  }
9262
9264
  .pf-c-content ul ul {
9263
- margin-top: var(--pf-c-content--ul--nested--MarginTop);
9264
9265
  --pf-c-content--ul--MarginLeft: var(--pf-c-content--ul--nested--MarginLeft);
9266
+ margin-top: var(--pf-c-content--ul--nested--MarginTop);
9265
9267
  }
9266
9268
  .pf-c-content ul ol {
9267
- margin-top: var(--pf-c-content--ol--nested--MarginTop);
9268
9269
  --pf-c-content--ol--MarginLeft: var(--pf-c-content--ol--nested--MarginLeft);
9270
+ margin-top: var(--pf-c-content--ol--nested--MarginTop);
9269
9271
  }
9270
9272
  .pf-c-content dl {
9271
9273
  display: grid;
@@ -9274,8 +9276,8 @@ label.pf-c-check, .pf-c-check__label,
9274
9276
  @media screen and (min-width: 576px) {
9275
9277
  .pf-c-content dl {
9276
9278
  grid-template: auto/auto 1fr;
9277
- grid-column-gap: var(--pf-c-content--dl--ColumnGap);
9278
9279
  grid-row-gap: var(--pf-c-content--dl--RowGap);
9280
+ grid-column-gap: var(--pf-c-content--dl--ColumnGap);
9279
9281
  }
9280
9282
  }
9281
9283
  .pf-c-content dt {
@@ -9666,8 +9668,8 @@ label.pf-c-check, .pf-c-check__label,
9666
9668
  @media screen and (min-width: 768px) {
9667
9669
  .pf-c-data-list:not([class*=pf-m-grid]) .pf-c-data-list__item-content {
9668
9670
  display: flex;
9669
- flex-wrap: wrap;
9670
9671
  flex-grow: 1;
9672
+ flex-wrap: wrap;
9671
9673
  padding-bottom: var(--pf-c-data-list__item-content--md--PaddingBottom);
9672
9674
  }
9673
9675
  }
@@ -9728,8 +9730,8 @@ label.pf-c-check, .pf-c-check__label,
9728
9730
  @media screen and (min-width: 0) {
9729
9731
  .pf-c-data-list.pf-m-grid-none .pf-c-data-list__item-content {
9730
9732
  display: flex;
9731
- flex-wrap: wrap;
9732
9733
  flex-grow: 1;
9734
+ flex-wrap: wrap;
9733
9735
  padding-bottom: var(--pf-c-data-list__item-content--md--PaddingBottom);
9734
9736
  }
9735
9737
  }
@@ -9790,8 +9792,8 @@ label.pf-c-check, .pf-c-check__label,
9790
9792
  @media screen and (min-width: 576px) {
9791
9793
  .pf-c-data-list.pf-m-grid-sm .pf-c-data-list__item-content {
9792
9794
  display: flex;
9793
- flex-wrap: wrap;
9794
9795
  flex-grow: 1;
9796
+ flex-wrap: wrap;
9795
9797
  padding-bottom: var(--pf-c-data-list__item-content--md--PaddingBottom);
9796
9798
  }
9797
9799
  }
@@ -9852,8 +9854,8 @@ label.pf-c-check, .pf-c-check__label,
9852
9854
  @media screen and (min-width: 768px) {
9853
9855
  .pf-c-data-list.pf-m-grid-md .pf-c-data-list__item-content {
9854
9856
  display: flex;
9855
- flex-wrap: wrap;
9856
9857
  flex-grow: 1;
9858
+ flex-wrap: wrap;
9857
9859
  padding-bottom: var(--pf-c-data-list__item-content--md--PaddingBottom);
9858
9860
  }
9859
9861
  }
@@ -9914,8 +9916,8 @@ label.pf-c-check, .pf-c-check__label,
9914
9916
  @media screen and (min-width: 992px) {
9915
9917
  .pf-c-data-list.pf-m-grid-lg .pf-c-data-list__item-content {
9916
9918
  display: flex;
9917
- flex-wrap: wrap;
9918
9919
  flex-grow: 1;
9920
+ flex-wrap: wrap;
9919
9921
  padding-bottom: var(--pf-c-data-list__item-content--md--PaddingBottom);
9920
9922
  }
9921
9923
  }
@@ -9976,8 +9978,8 @@ label.pf-c-check, .pf-c-check__label,
9976
9978
  @media screen and (min-width: 1200px) {
9977
9979
  .pf-c-data-list.pf-m-grid-xl .pf-c-data-list__item-content {
9978
9980
  display: flex;
9979
- flex-wrap: wrap;
9980
9981
  flex-grow: 1;
9982
+ flex-wrap: wrap;
9981
9983
  padding-bottom: var(--pf-c-data-list__item-content--md--PaddingBottom);
9982
9984
  }
9983
9985
  }
@@ -10038,8 +10040,8 @@ label.pf-c-check, .pf-c-check__label,
10038
10040
  @media screen and (min-width: 1450px) {
10039
10041
  .pf-c-data-list.pf-m-grid-2xl .pf-c-data-list__item-content {
10040
10042
  display: flex;
10041
- flex-wrap: wrap;
10042
10043
  flex-grow: 1;
10044
+ flex-wrap: wrap;
10043
10045
  padding-bottom: var(--pf-c-data-list__item-content--md--PaddingBottom);
10044
10046
  }
10045
10047
  }
@@ -10399,8 +10401,8 @@ label.pf-c-check, .pf-c-check__label,
10399
10401
 
10400
10402
  .pf-c-data-list__item-action {
10401
10403
  --pf-hidden-visible--visible--Display: var(--pf-c-data-list__item-action--Display);
10402
- align-items: flex-start;
10403
10404
  align-content: flex-start;
10405
+ align-items: flex-start;
10404
10406
  padding-top: var(--pf-c-data-list__item-action--PaddingTop);
10405
10407
  padding-bottom: var(--pf-c-data-list__item-action--PaddingBottom);
10406
10408
  margin-left: var(--pf-c-data-list__item-action--MarginLeft);
@@ -10426,8 +10428,8 @@ label.pf-c-check, .pf-c-check__label,
10426
10428
 
10427
10429
  .pf-c-data-list__item-content {
10428
10430
  display: grid;
10429
- width: 100%;
10430
10431
  grid-template-columns: auto 1fr;
10432
+ width: 100%;
10431
10433
  }
10432
10434
 
10433
10435
  .pf-c-data-list__cell {
@@ -10443,8 +10445,8 @@ label.pf-c-check, .pf-c-check__label,
10443
10445
  }
10444
10446
  .pf-c-data-list__cell.pf-m-icon {
10445
10447
  flex-grow: 0;
10446
- margin-right: var(--pf-c-data-list__cell--m-icon--MarginRight);
10447
10448
  grid-column: 1/2;
10449
+ margin-right: var(--pf-c-data-list__cell--m-icon--MarginRight);
10448
10450
  }
10449
10451
  .pf-c-data-list__cell.pf-m-icon + .pf-c-data-list__cell {
10450
10452
  grid-column: 2/3;
@@ -10564,10 +10566,10 @@ label.pf-c-check, .pf-c-check__label,
10564
10566
  --pf-c-description-list--m-display-lg__description--FontSize: var(--pf-global--FontSize--lg);
10565
10567
  --pf-c-description-list--m-display-2xl__description--FontSize: var(--pf-global--FontSize--2xl);
10566
10568
  display: grid;
10567
- align-items: baseline;
10569
+ grid-template-columns: var(--pf-c-description-list--GridTemplateColumns);
10568
10570
  row-gap: var(--pf-c-description-list--RowGap);
10569
10571
  column-gap: var(--pf-c-description-list--ColumnGap);
10570
- grid-template-columns: var(--pf-c-description-list--GridTemplateColumns);
10572
+ align-items: baseline;
10571
10573
  }
10572
10574
  @media screen and (min-width: 576px) {
10573
10575
  .pf-c-description-list {
@@ -10673,11 +10675,11 @@ label.pf-c-check, .pf-c-check__label,
10673
10675
  .pf-c-description-list__group,
10674
10676
  .pf-c-description-list > .pf-c-card {
10675
10677
  display: grid;
10678
+ grid-template-rows: var(--pf-c-description-list__group--GridTemplateRows);
10679
+ grid-template-columns: var(--pf-c-description-list__group--GridTemplateColumns);
10676
10680
  grid-column: var(--pf-c-description-list__group--GridColumn);
10677
10681
  row-gap: var(--pf-c-description-list__group--RowGap);
10678
10682
  column-gap: var(--pf-c-description-list__group--ColumnGap);
10679
- grid-template-columns: var(--pf-c-description-list__group--GridTemplateColumns);
10680
- grid-template-rows: var(--pf-c-description-list__group--GridTemplateRows);
10681
10683
  align-items: baseline;
10682
10684
  }
10683
10685
 
@@ -10714,11 +10716,11 @@ label.pf-c-check, .pf-c-check__label,
10714
10716
  }
10715
10717
  .pf-c-description-list__text.pf-m-help-text {
10716
10718
  text-decoration: underline;
10717
- cursor: pointer;
10718
- text-decoration-style: dashed;
10719
10719
  text-decoration-thickness: var(--pf-c-description-list__text--m-help-text--TextDecorationThickness);
10720
- text-underline-offset: var(--pf-c-description-list__text--m-help-text--TextDecorationOffset);
10720
+ text-decoration-style: dashed;
10721
10721
  text-decoration-color: var(--pf-c-description-list__text--m-help-text--TextDecorationColor);
10722
+ text-underline-offset: var(--pf-c-description-list__text--m-help-text--TextDecorationOffset);
10723
+ cursor: pointer;
10722
10724
  }
10723
10725
  .pf-c-description-list__text.pf-m-help-text:hover {
10724
10726
  --pf-c-description-list__text--m-help-text--TextDecorationColor: var(--pf-c-description-list__text--m-help-text--hover--TextDecorationColor);
@@ -10958,8 +10960,8 @@ label.pf-c-check, .pf-c-check__label,
10958
10960
  --pf-c-dual-list-selector__list-item--m-disabled__item-toggle-icon--Color: var(--pf-global--disabled-color--200);
10959
10961
  display: grid;
10960
10962
  grid-template-areas: "pane-header . pane-header-c" "pane-tools . pane-tools-c" "pane-status . pane-status-c" "pane-menu controls pane-menu-c";
10961
- 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));
10962
10963
  grid-template-rows: repeat(3, auto) auto;
10964
+ 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));
10963
10965
  }
10964
10966
 
10965
10967
  .pf-c-dual-list-selector__pane {
@@ -11259,8 +11261,8 @@ label.pf-c-check, .pf-c-check__label,
11259
11261
  --pf-c-toolbar--m-full-height__item--Display: flex;
11260
11262
  --pf-c-toolbar--m-full-height__item--AlignItems: center;
11261
11263
  position: relative;
11262
- row-gap: var(--pf-c-toolbar--RowGap);
11263
11264
  display: grid;
11265
+ row-gap: var(--pf-c-toolbar--RowGap);
11264
11266
  padding-top: var(--pf-c-toolbar--PaddingTop);
11265
11267
  padding-bottom: var(--pf-c-toolbar--PaddingBottom);
11266
11268
  background-color: var(--pf-c-toolbar--BackgroundColor);
@@ -11553,9 +11555,9 @@ label.pf-c-check, .pf-c-check__label,
11553
11555
  .pf-c-toolbar__group.pf-m-chip-container {
11554
11556
  display: flex;
11555
11557
  flex-wrap: wrap;
11558
+ grid-row-gap: 0;
11556
11559
  align-items: baseline;
11557
11560
  margin-top: var(--pf-c-toolbar__group--m-chip-container--MarginTop);
11558
- grid-row-gap: 0;
11559
11561
  }
11560
11562
  .pf-c-toolbar__content.pf-m-chip-container .pf-c-toolbar__item,
11561
11563
  .pf-c-toolbar__group.pf-m-chip-container .pf-c-toolbar__item {
@@ -12451,9 +12453,9 @@ label.pf-c-check, .pf-c-check__label,
12451
12453
  width: 100%;
12452
12454
  height: auto;
12453
12455
  flex-direction: var(--pf-c-divider--FlexDirection);
12456
+ flex-shrink: 0;
12454
12457
  align-items: center;
12455
12458
  align-self: stretch;
12456
- flex-shrink: 0;
12457
12459
  justify-content: center;
12458
12460
  border: 0;
12459
12461
  }
@@ -12462,11 +12464,11 @@ label.pf-c-check, .pf-c-check__label,
12462
12464
  }
12463
12465
  .pf-c-divider::after {
12464
12466
  align-self: stretch;
12467
+ justify-self: center;
12465
12468
  width: var(--pf-c-divider--after--Width);
12466
12469
  height: var(--pf-c-divider--after--Height);
12467
12470
  content: "";
12468
12471
  background-color: var(--pf-c-divider--after--BackgroundColor);
12469
- justify-self: center;
12470
12472
  }
12471
12473
  .pf-c-divider.pf-m-vertical {
12472
12474
  --pf-c-divider--Display: var(--pf-c-divider--m-vertical--Display);
@@ -13038,9 +13040,9 @@ label.pf-c-check, .pf-c-check__label,
13038
13040
  }
13039
13041
 
13040
13042
  .pf-c-drawer__actions {
13041
- grid-column: 2;
13042
- grid-row: 1;
13043
13043
  display: flex;
13044
+ grid-row: 1;
13045
+ grid-column: 2;
13044
13046
  align-self: baseline;
13045
13047
  margin-top: var(--pf-c-drawer__actions--MarginTop);
13046
13048
  margin-right: var(--pf-c-drawer__actions--MarginRight);
@@ -14390,16 +14392,16 @@ label.pf-c-check, .pf-c-check__label,
14390
14392
  .pf-c-empty-state__footer {
14391
14393
  display: flex;
14392
14394
  flex-direction: column;
14393
- align-items: center;
14394
14395
  row-gap: var(--pf-c-empty-state__footer--RowGap);
14396
+ align-items: center;
14395
14397
  margin-top: var(--pf-c-empty-state__footer--MarginTop);
14396
14398
  }
14397
14399
 
14398
14400
  .pf-c-empty-state__actions {
14399
14401
  display: flex;
14400
14402
  flex-wrap: wrap;
14401
- justify-content: center;
14402
14403
  gap: var(--pf-c-empty-state__actions--RowGap) var(--pf-c-empty-state__actions--ColumnGap);
14404
+ justify-content: center;
14403
14405
  }
14404
14406
 
14405
14407
  .pf-c-expandable-section {
@@ -14714,8 +14716,8 @@ label.pf-c-check, .pf-c-check__label,
14714
14716
  }
14715
14717
  .pf-c-form.pf-m-horizontal .pf-c-form__group {
14716
14718
  display: grid;
14717
- grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
14718
14719
  grid-template-columns: var(--pf-c-form--m-horizontal__group-label--md--GridColumnWidth) var(--pf-c-form--m-horizontal__group-control--md--GridColumnWidth);
14720
+ grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
14719
14721
  }
14720
14722
  .pf-c-form.pf-m-horizontal .pf-c-form__group-label {
14721
14723
  padding-top: var(--pf-c-form--m-horizontal__group-label--md--PaddingTop);
@@ -14734,8 +14736,8 @@ label.pf-c-check, .pf-c-check__label,
14734
14736
  }
14735
14737
  .pf-c-form.pf-m-horizontal-on-xs .pf-c-form__group {
14736
14738
  display: grid;
14737
- grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
14738
14739
  grid-template-columns: var(--pf-c-form--m-horizontal__group-label--md--GridColumnWidth) var(--pf-c-form--m-horizontal__group-control--md--GridColumnWidth);
14740
+ grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
14739
14741
  }
14740
14742
  .pf-c-form.pf-m-horizontal-on-xs .pf-c-form__group-label {
14741
14743
  padding-top: var(--pf-c-form--m-horizontal__group-label--md--PaddingTop);
@@ -14754,8 +14756,8 @@ label.pf-c-check, .pf-c-check__label,
14754
14756
  }
14755
14757
  .pf-c-form.pf-m-horizontal-on-sm .pf-c-form__group {
14756
14758
  display: grid;
14757
- grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
14758
14759
  grid-template-columns: var(--pf-c-form--m-horizontal__group-label--md--GridColumnWidth) var(--pf-c-form--m-horizontal__group-control--md--GridColumnWidth);
14760
+ grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
14759
14761
  }
14760
14762
  .pf-c-form.pf-m-horizontal-on-sm .pf-c-form__group-label {
14761
14763
  padding-top: var(--pf-c-form--m-horizontal__group-label--md--PaddingTop);
@@ -14774,8 +14776,8 @@ label.pf-c-check, .pf-c-check__label,
14774
14776
  }
14775
14777
  .pf-c-form.pf-m-horizontal-on-md .pf-c-form__group {
14776
14778
  display: grid;
14777
- grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
14778
14779
  grid-template-columns: var(--pf-c-form--m-horizontal__group-label--md--GridColumnWidth) var(--pf-c-form--m-horizontal__group-control--md--GridColumnWidth);
14780
+ grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
14779
14781
  }
14780
14782
  .pf-c-form.pf-m-horizontal-on-md .pf-c-form__group-label {
14781
14783
  padding-top: var(--pf-c-form--m-horizontal__group-label--md--PaddingTop);
@@ -14794,8 +14796,8 @@ label.pf-c-check, .pf-c-check__label,
14794
14796
  }
14795
14797
  .pf-c-form.pf-m-horizontal-on-lg .pf-c-form__group {
14796
14798
  display: grid;
14797
- grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
14798
14799
  grid-template-columns: var(--pf-c-form--m-horizontal__group-label--md--GridColumnWidth) var(--pf-c-form--m-horizontal__group-control--md--GridColumnWidth);
14800
+ grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
14799
14801
  }
14800
14802
  .pf-c-form.pf-m-horizontal-on-lg .pf-c-form__group-label {
14801
14803
  padding-top: var(--pf-c-form--m-horizontal__group-label--md--PaddingTop);
@@ -14814,8 +14816,8 @@ label.pf-c-check, .pf-c-check__label,
14814
14816
  }
14815
14817
  .pf-c-form.pf-m-horizontal-on-xl .pf-c-form__group {
14816
14818
  display: grid;
14817
- grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
14818
14819
  grid-template-columns: var(--pf-c-form--m-horizontal__group-label--md--GridColumnWidth) var(--pf-c-form--m-horizontal__group-control--md--GridColumnWidth);
14820
+ grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
14819
14821
  }
14820
14822
  .pf-c-form.pf-m-horizontal-on-xl .pf-c-form__group-label {
14821
14823
  padding-top: var(--pf-c-form--m-horizontal__group-label--md--PaddingTop);
@@ -14834,8 +14836,8 @@ label.pf-c-check, .pf-c-check__label,
14834
14836
  }
14835
14837
  .pf-c-form.pf-m-horizontal-on-2xl .pf-c-form__group {
14836
14838
  display: grid;
14837
- grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
14838
14839
  grid-template-columns: var(--pf-c-form--m-horizontal__group-label--md--GridColumnWidth) var(--pf-c-form--m-horizontal__group-control--md--GridColumnWidth);
14840
+ grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
14839
14841
  }
14840
14842
  .pf-c-form.pf-m-horizontal-on-2xl .pf-c-form__group-label {
14841
14843
  padding-top: var(--pf-c-form--m-horizontal__group-label--md--PaddingTop);
@@ -14950,9 +14952,9 @@ label.pf-c-check, .pf-c-check__label,
14950
14952
  --pf-c-form__group-control--m-inline--child--MarginRight: 0;
14951
14953
  }
14952
14954
  .pf-c-form__group-control.pf-m-stack {
14955
+ --pf-c-form__helper-text--MarginTop: var(--pf-c-grid__group-control--m-stack__helper-text--MarginTop);
14953
14956
  display: grid;
14954
14957
  gap: var(--pf-c-grid__group-control--m-stack--Gap);
14955
- --pf-c-form__helper-text--MarginTop: var(--pf-c-grid__group-control--m-stack__helper-text--MarginTop);
14956
14958
  }
14957
14959
  .pf-c-form__group-control .pf-c-form__helper-text:first-child {
14958
14960
  --pf-c-form__helper-text--MarginTop: 0;
@@ -15036,8 +15038,8 @@ label.pf-c-check, .pf-c-check__label,
15036
15038
  }
15037
15039
 
15038
15040
  .pf-c-form__field-group-toggle {
15039
- grid-column: 1/2;
15040
15041
  grid-row: 1/2;
15042
+ grid-column: 1/2;
15041
15043
  padding-top: var(--pf-c-form__field-group-toggle--PaddingTop);
15042
15044
  padding-right: var(--pf-c-form__field-group-toggle--PaddingRight);
15043
15045
  }
@@ -15059,9 +15061,9 @@ label.pf-c-check, .pf-c-check__label,
15059
15061
  }
15060
15062
 
15061
15063
  .pf-c-form__field-group-header {
15062
- grid-column: var(--pf-c-form__field-group-header--GridColumn);
15063
- grid-row: 1/2;
15064
15064
  display: flex;
15065
+ grid-row: 1/2;
15066
+ grid-column: var(--pf-c-form__field-group-header--GridColumn);
15065
15067
  align-items: flex-start;
15066
15068
  padding-top: var(--pf-c-form__field-group-header--PaddingTop);
15067
15069
  padding-bottom: var(--pf-c-form__field-group-header--PaddingBottom);
@@ -15094,8 +15096,8 @@ label.pf-c-check, .pf-c-check__label,
15094
15096
  }
15095
15097
 
15096
15098
  .pf-c-form__field-group-body {
15097
- grid-column: var(--pf-c-form__field-group-body--GridColumn);
15098
15099
  display: grid;
15100
+ grid-column: var(--pf-c-form__field-group-body--GridColumn);
15099
15101
  gap: var(--pf-c-form__field-group-body--Gap);
15100
15102
  padding-top: var(--pf-c-form__field-group-body--PaddingTop);
15101
15103
  padding-bottom: var(--pf-c-form__field-group-body--PaddingBottom);
@@ -15555,11 +15557,11 @@ textarea.pf-c-form-control {
15555
15557
 
15556
15558
  .pf-c-hint__actions {
15557
15559
  display: inline-grid;
15560
+ grid-row: 1;
15561
+ grid-column: 2;
15558
15562
  grid-auto-flow: column;
15559
15563
  margin-left: var(--pf-c-hint__actions--MarginLeft);
15560
15564
  text-align: right;
15561
- grid-column: 2;
15562
- grid-row: 1;
15563
15565
  }
15564
15566
  .pf-c-hint__actions .pf-c-dropdown .pf-c-dropdown__toggle.pf-m-plain {
15565
15567
  margin-top: var(--pf-c-hint__actions--c-dropdown--MarginTop);
@@ -16623,12 +16625,6 @@ label.pf-c-input-group__text {
16623
16625
  }
16624
16626
 
16625
16627
  .pf-c-label.pf-m-editable {
16626
- text-decoration: var(--pf-c-label--m-editable--TextDecoration);
16627
- cursor: var(--pf-c-label--m-editable--Cursor);
16628
- text-decoration-style: var(--pf-c-label--m-editable--TextDecorationStyle);
16629
- text-decoration-thickness: var(--pf-c-label--m-editable--TextDecorationThickness);
16630
- text-underline-offset: var(--pf-c-label--m-editable--TextDecorationOffset);
16631
- text-decoration-color: var(--pf-c-label--m-editable--TextDecorationColor);
16632
16628
  --pf-c-label__content--MaxWidth: var(--pf-c-label--m-editable__content--MaxWidth);
16633
16629
  --pf-c-label__content--before--BorderWidth: var(--pf-c-label--m-editable__content--before--BorderWidth);
16634
16630
  --pf-c-label__content--before--BorderColor: var(--pf-c-label--m-editable__content--before--BorderColor);
@@ -16638,6 +16634,12 @@ label.pf-c-input-group__text {
16638
16634
  --pf-c-label__content--link--focus--before--BorderColor: var(--pf-c-label--m-editable__content--focus--before--BorderColor);
16639
16635
  --pf-c-label--m-outline__content--link--hover--before--BorderWidth: var(--pf-c-label--m-editable__content--before--BorderWidth);
16640
16636
  --pf-c-label--m-outline__content--link--focus--before--BorderWidth: var(--pf-c-label--m-editable__content--before--BorderWidth);
16637
+ text-decoration: var(--pf-c-label--m-editable--TextDecoration);
16638
+ text-decoration-thickness: var(--pf-c-label--m-editable--TextDecorationThickness);
16639
+ text-decoration-style: var(--pf-c-label--m-editable--TextDecorationStyle);
16640
+ text-decoration-color: var(--pf-c-label--m-editable--TextDecorationColor);
16641
+ text-underline-offset: var(--pf-c-label--m-editable--TextDecorationOffset);
16642
+ cursor: var(--pf-c-label--m-editable--Cursor);
16641
16643
  }
16642
16644
  .pf-c-label.pf-m-editable:hover {
16643
16645
  --pf-c-label--m-editable--TextDecorationColor: var(--pf-c-label--m-editable--hover--TextDecorationColor);
@@ -16857,9 +16859,9 @@ button.pf-c-label__content:focus {
16857
16859
  --pf-c-label-group__textarea--PaddingBottom: 0;
16858
16860
  --pf-c-label-group__textarea--PaddingLeft: var(--pf-global--spacer--xs);
16859
16861
  display: inline-flex;
16860
- align-items: center;
16861
16862
  row-gap: var(--pf-c-label-group--RowGap);
16862
16863
  column-gap: var(--pf-c-label-group--ColumnGap);
16864
+ align-items: center;
16863
16865
  }
16864
16866
  .pf-c-label-group.pf-m-category {
16865
16867
  padding-top: var(--pf-c-label-group--m-category--PaddingTop);
@@ -16913,9 +16915,9 @@ button.pf-c-label__content:focus {
16913
16915
  display: flex;
16914
16916
  flex: 1;
16915
16917
  flex-wrap: wrap;
16916
- align-items: baseline;
16917
16918
  row-gap: var(--pf-c-label-group__main--RowGap);
16918
16919
  column-gap: var(--pf-c-label-group__main--ColumnGap);
16920
+ align-items: baseline;
16919
16921
  }
16920
16922
 
16921
16923
  .pf-c-label-group__list {
@@ -17380,10 +17382,10 @@ ul.pf-c-list {
17380
17382
  @media (min-width: 1200px) {
17381
17383
  .pf-c-login__container {
17382
17384
  display: grid;
17383
- justify-content: center;
17384
- grid-column-gap: var(--pf-c-login__container--xl--GridColumnGap);
17385
- grid-template-columns: var(--pf-c-login__container--xl--GridTemplateColumns);
17386
17385
  grid-template-areas: "main header" "main footer" "main .";
17386
+ grid-template-columns: var(--pf-c-login__container--xl--GridTemplateColumns);
17387
+ grid-column-gap: var(--pf-c-login__container--xl--GridColumnGap);
17388
+ justify-content: center;
17387
17389
  padding-right: var(--pf-c-login__container--PaddingRight);
17388
17390
  padding-left: var(--pf-c-login__container--PaddingLeft);
17389
17391
  }
@@ -17405,10 +17407,10 @@ ul.pf-c-list {
17405
17407
  }
17406
17408
 
17407
17409
  .pf-c-login__main {
17410
+ grid-area: main;
17408
17411
  align-self: start;
17409
17412
  margin-bottom: var(--pf-c-login__main--MarginBottom);
17410
17413
  background-color: var(--pf-c-login__main--BackgroundColor);
17411
- grid-area: main;
17412
17414
  }
17413
17415
  .pf-c-login__main > :first-child:not(.pf-c-login__main-header) {
17414
17416
  padding-top: var(--pf-c-login__main-header--PaddingTop);
@@ -17420,8 +17422,8 @@ ul.pf-c-list {
17420
17422
  .pf-c-login__main-header {
17421
17423
  display: grid;
17422
17424
  grid-template-columns: 100%;
17423
- column-gap: var(--pf-c-login__main-header--ColumnGap);
17424
17425
  row-gap: var(--pf-c-login__main-header--RowGap);
17426
+ column-gap: var(--pf-c-login__main-header--ColumnGap);
17425
17427
  align-items: center;
17426
17428
  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);
17427
17429
  }
@@ -17433,26 +17435,26 @@ ul.pf-c-list {
17433
17435
 
17434
17436
  .pf-c-login__main-header-utilities,
17435
17437
  .pf-c-login__main-header .pf-c-dropdown {
17436
- grid-column: auto;
17437
17438
  grid-row: auto;
17439
+ grid-column: auto;
17438
17440
  }
17439
17441
  @media (min-width: 768px) {
17440
17442
  .pf-c-login__main-header-utilities,
17441
17443
  .pf-c-login__main-header .pf-c-dropdown {
17442
- grid-column: 2/3;
17443
17444
  grid-row: 1;
17445
+ grid-column: 2/3;
17444
17446
  }
17445
17447
  }
17446
17448
 
17447
17449
  .pf-c-login__main-header-utilities .pf-c-dropdown {
17448
- grid-column: auto;
17449
17450
  grid-row: auto;
17451
+ grid-column: auto;
17450
17452
  }
17451
17453
 
17452
17454
  .pf-c-login__main-header-desc {
17455
+ grid-column: 1/-1;
17453
17456
  margin-bottom: var(--pf-c-login__main-header-desc--MarginBottom);
17454
17457
  font-size: var(--pf-c-login__main-header-desc--FontSize);
17455
- grid-column: 1/-1;
17456
17458
  }
17457
17459
 
17458
17460
  .pf-c-login__main-body {
@@ -17487,11 +17489,11 @@ ul.pf-c-list {
17487
17489
  }
17488
17490
 
17489
17491
  .pf-c-login__main-footer-links-item-link svg {
17490
- fill: var(--pf-c-login__main-footer-links-item-link-svg--Fill);
17491
17492
  width: 100%;
17492
17493
  max-width: var(--pf-c-login__main-footer-links-item-link-svg--Width);
17493
17494
  height: 100%;
17494
17495
  max-height: var(--pf-c-login__main-footer-links-item-link-svg--Height);
17496
+ fill: var(--pf-c-login__main-footer-links-item-link-svg--Fill);
17495
17497
  }
17496
17498
  .pf-c-login__main-footer-links-item-link:hover svg {
17497
17499
  fill: var(--pf-c-login__main-footer-links-item-link-svg--hover--Fill);
@@ -17756,6 +17758,7 @@ ul.pf-c-list {
17756
17758
  position: relative;
17757
17759
  display: flex;
17758
17760
  flex-basis: var(--pf-c-masthead__main--FlexBasis);
17761
+ grid-column: var(--pf-c-masthead__main--GridColumn);
17759
17762
  align-items: center;
17760
17763
  align-self: stretch;
17761
17764
  order: var(--pf-c-masthead__main--Order);
@@ -17763,7 +17766,6 @@ ul.pf-c-list {
17763
17766
  padding-top: var(--pf-c-masthead__main--PaddingTop);
17764
17767
  padding-bottom: var(--pf-c-masthead__main--PaddingBottom);
17765
17768
  margin-right: var(--pf-c-masthead__main--MarginRight);
17766
- grid-column: var(--pf-c-masthead__main--GridColumn);
17767
17769
  }
17768
17770
  .pf-c-masthead__main::before {
17769
17771
  position: absolute;
@@ -17780,6 +17782,9 @@ ul.pf-c-list {
17780
17782
  .pf-c-masthead__content {
17781
17783
  display: flex;
17782
17784
  flex-grow: 1;
17785
+ flex-shrink: 1;
17786
+ grid-column: var(--pf-c-masthead__content--GridColumn);
17787
+ grid-column-end: -1;
17783
17788
  align-items: center;
17784
17789
  align-self: stretch;
17785
17790
  order: var(--pf-c-masthead__content--Order);
@@ -17787,9 +17792,6 @@ ul.pf-c-list {
17787
17792
  padding-top: var(--pf-c-masthead__content--PaddingTop);
17788
17793
  padding-bottom: var(--pf-c-masthead__content--PaddingBottom);
17789
17794
  margin-left: var(--pf-c-masthead__content--MarginLeft);
17790
- grid-column: var(--pf-c-masthead__content--GridColumn);
17791
- grid-column-end: -1;
17792
- flex-shrink: 1;
17793
17795
  }
17794
17796
  .pf-c-masthead__content:only-child {
17795
17797
  --pf-c-masthead__content--MarginLeft: 0;
@@ -18349,12 +18351,6 @@ ul.pf-c-list {
18349
18351
  --pf-c-menu--m-scrollable__footer--BoxShadow: var(--pf-global--BoxShadow--sm-top);
18350
18352
  --pf-c-menu--m-scrollable__footer--after--BorderTopWidth: 0;
18351
18353
  --pf-c-menu--m-scrollable__footer--after--BorderBottomWidth: var(--pf-global--BorderWidth--sm);
18352
- top: var(--pf-c-menu--Top);
18353
- z-index: var(--pf-c-menu--ZIndex);
18354
- width: var(--pf-c-menu--Width);
18355
- min-width: var(--pf-c-menu--MinWidth);
18356
- background-color: var(--pf-c-menu--BackgroundColor);
18357
- box-shadow: var(--pf-c-menu--BoxShadow);
18358
18354
  --pf-c-menu--m-nav--BoxShadow: var(--pf-global--BoxShadow--lg);
18359
18355
  --pf-c-menu--m-nav--BackgroundColor: var(--pf-global--BackgroundColor--dark-300);
18360
18356
  --pf-c-menu--m-nav__list--PaddingTop: 0;
@@ -18382,6 +18378,12 @@ ul.pf-c-list {
18382
18378
  --pf-c-menu--m-nav--c-menu--m-left--Right: calc(100% - var(--pf-c-menu--m-nav--c-menu--m-left--right-offset));
18383
18379
  --pf-c-menu--m-nav--c-menu--m-top--Bottom: calc(0 + var(--pf-c-menu--m-nav--c-menu--m-top--bottom-offset));
18384
18380
  --pf-c-menu--m-nav__list-item--first-child--c-menu--Top: 0;
18381
+ top: var(--pf-c-menu--Top);
18382
+ z-index: var(--pf-c-menu--ZIndex);
18383
+ width: var(--pf-c-menu--Width);
18384
+ min-width: var(--pf-c-menu--MinWidth);
18385
+ background-color: var(--pf-c-menu--BackgroundColor);
18386
+ box-shadow: var(--pf-c-menu--BoxShadow);
18385
18387
  }
18386
18388
  .pf-c-menu .pf-c-menu__content .pf-c-menu .pf-c-menu__content {
18387
18389
  overflow: visible;
@@ -19201,8 +19203,8 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
19201
19203
 
19202
19204
  .pf-c-menu-toggle__icon {
19203
19205
  display: inline-flex;
19204
- align-self: center;
19205
19206
  flex-shrink: 0;
19207
+ align-self: center;
19206
19208
  margin-right: var(--pf-c-menu-toggle__icon--MarginRight);
19207
19209
  line-height: 1;
19208
19210
  }
@@ -19574,8 +19576,8 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
19574
19576
  --pf-c-multiple-file-upload__status-item-progress-text--Color: var(--pf-global--primary-color--100);
19575
19577
  --pf-c-multiple-file-upload__status-item-progress-size--Color: var(--pf-global--Color--200);
19576
19578
  display: grid;
19577
- gap: var(--pf-c-multiple-file-upload--Gap);
19578
19579
  grid-template-columns: var(--pf-c-multiple-file-upload--GridTemplateColumns);
19580
+ gap: var(--pf-c-multiple-file-upload--Gap);
19579
19581
  }
19580
19582
  .pf-c-multiple-file-upload.pf-m-horizontal {
19581
19583
  --pf-c-multiple-file-upload--GridTemplateColumns: var(--pf-c-multiple-file-upload--m-horizontal--GridTemplateColumns);
@@ -19601,21 +19603,21 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
19601
19603
 
19602
19604
  .pf-c-multiple-file-upload__main {
19603
19605
  display: grid;
19606
+ grid-template-areas: var(--pf-c-multiple-file-upload__main--GridTemplateAreas);
19607
+ grid-template-rows: var(--pf-c-multiple-file-upload__main--GridTemplateRows);
19608
+ grid-template-columns: var(--pf-c-multiple-file-upload__main--GridTemplateColumns);
19609
+ gap: var(--pf-c-multiple-file-upload__main--Gap);
19604
19610
  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);
19605
19611
  text-align: var(--pf-c-multiple-file-upload__main--TextAlign);
19606
19612
  background-color: var(--pf-c-multiple-file-upload__main--BackgroundColor);
19607
19613
  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);
19608
- grid-template-columns: var(--pf-c-multiple-file-upload__main--GridTemplateColumns);
19609
- grid-template-rows: var(--pf-c-multiple-file-upload__main--GridTemplateRows);
19610
- grid-template-areas: var(--pf-c-multiple-file-upload__main--GridTemplateAreas);
19611
- gap: var(--pf-c-multiple-file-upload__main--Gap);
19612
19614
  }
19613
19615
 
19614
19616
  .pf-c-multiple-file-upload__title {
19615
19617
  display: var(--pf-c-multiple-file-upload__title--Display);
19618
+ grid-area: title;
19616
19619
  grid-template-columns: var(--pf-c-multiple-file-upload__title--GridTemplateColumns);
19617
19620
  gap: var(--pf-c-multiple-file-upload__title--Gap);
19618
- grid-area: title;
19619
19621
  }
19620
19622
 
19621
19623
  .pf-c-multiple-file-upload__title-icon {
@@ -20555,8 +20557,8 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20555
20557
  --pf-c-nav__link--focus--after--BorderLeftWidth: var(--pf-c-nav__section__link--focus--after--BorderWidth);
20556
20558
  --pf-c-nav__link--active--after--BorderLeftWidth: var(--pf-c-nav__section__link--active--after--BorderWidth);
20557
20559
  --pf-c-nav__link--m-current--after--BorderLeftWidth: var(--pf-c-nav__section__link--m-current--after--BorderWidth);
20558
- margin-top: var(--pf-c-nav__section--MarginTop);
20559
20560
  --pf-c-nav--c-divider--MarginBottom: 0;
20561
+ margin-top: var(--pf-c-nav__section--MarginTop);
20560
20562
  }
20561
20563
  .pf-c-nav__section + .pf-c-nav__section {
20562
20564
  --pf-c-nav__section--MarginTop: var(--pf-c-nav__section--section--MarginTop);
@@ -21003,9 +21005,9 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
21003
21005
 
21004
21006
  .pf-c-notification-drawer__list-item-header {
21005
21007
  display: flex;
21006
- align-items: baseline;
21007
- grid-column: 1/2;
21008
21008
  grid-row: 1/2;
21009
+ grid-column: 1/2;
21010
+ align-items: baseline;
21009
21011
  margin-bottom: var(--pf-c-notification-drawer__list-item-header--MarginBottom);
21010
21012
  }
21011
21013
 
@@ -21026,8 +21028,8 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
21026
21028
  }
21027
21029
 
21028
21030
  .pf-c-notification-drawer__list-item-action {
21029
- grid-column: 2/3;
21030
21031
  grid-row: 1/3;
21032
+ grid-column: 2/3;
21031
21033
  }
21032
21034
 
21033
21035
  .pf-c-notification-drawer__list-item-description {
@@ -21629,10 +21631,10 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
21629
21631
  --pf-c-page__main-wizard--BorderTopWidth: var(--pf-global--BorderWidth--sm);
21630
21632
  --pf-c-page__main-wizard--m-light-200--BackgroundColor: var(--pf-global--BackgroundColor--200);
21631
21633
  display: grid;
21632
- height: 100%;
21633
- grid-template-columns: 1fr;
21634
- grid-template-rows: max-content 1fr;
21635
21634
  grid-template-areas: "header" "main";
21635
+ grid-template-rows: max-content 1fr;
21636
+ grid-template-columns: 1fr;
21637
+ height: 100%;
21636
21638
  background-color: var(--pf-c-page--BackgroundColor);
21637
21639
  }
21638
21640
  @media (min-width: 1200px) {
@@ -21679,8 +21681,8 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
21679
21681
  }
21680
21682
  @media (min-width: 1200px) {
21681
21683
  .pf-c-page {
21682
- grid-template-columns: max-content 1fr;
21683
21684
  grid-template-areas: "header header" "nav main";
21685
+ grid-template-columns: max-content 1fr;
21684
21686
  }
21685
21687
  }
21686
21688
  .pf-c-page.pf-m-full-height {
@@ -21691,14 +21693,14 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
21691
21693
 
21692
21694
  .pf-c-page__header,
21693
21695
  .pf-c-page > .pf-c-masthead {
21694
- grid-area: header;
21695
21696
  z-index: var(--pf-c-page__header--ZIndex);
21697
+ grid-area: header;
21696
21698
  }
21697
21699
 
21698
21700
  .pf-c-page__header {
21699
21701
  color: var(--pf-global--Color--100);
21700
- grid-template-columns: auto auto;
21701
21702
  display: grid;
21703
+ grid-template-columns: auto auto;
21702
21704
  align-items: center;
21703
21705
  min-width: 0;
21704
21706
  min-height: var(--pf-c-page__header--MinHeight);
@@ -21746,18 +21748,18 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
21746
21748
  }
21747
21749
 
21748
21750
  .pf-c-page__header-nav {
21751
+ grid-row: 2/3;
21752
+ grid-column: 1/-1;
21749
21753
  align-self: stretch;
21750
21754
  min-width: 0;
21751
21755
  padding-right: var(--pf-c-page__header-nav--PaddingRight);
21752
21756
  padding-left: var(--pf-c-page__header-nav--PaddingLeft);
21753
21757
  background-color: var(--pf-c-page__header-nav--BackgroundColor);
21754
- grid-column: 1/-1;
21755
- grid-row: 2/3;
21756
21758
  }
21757
21759
  @media screen and (min-width: 1200px) {
21758
21760
  .pf-c-page__header-nav {
21759
- grid-column: 2/3;
21760
21761
  grid-row: 1/2;
21762
+ grid-column: 2/3;
21761
21763
  }
21762
21764
  }
21763
21765
  .pf-c-page__header-nav .pf-c-nav {
@@ -21823,10 +21825,10 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
21823
21825
  }
21824
21826
 
21825
21827
  .pf-c-page__sidebar {
21828
+ z-index: var(--pf-c-page__sidebar--ZIndex);
21826
21829
  grid-area: nav;
21827
21830
  grid-row-start: 2;
21828
21831
  grid-column-start: 1;
21829
- z-index: var(--pf-c-page__sidebar--ZIndex);
21830
21832
  width: var(--pf-c-page__sidebar--Width);
21831
21833
  overflow-x: hidden;
21832
21834
  overflow-y: auto;
@@ -22106,8 +22108,8 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
22106
22108
 
22107
22109
  .pf-c-page__main,
22108
22110
  .pf-c-page__drawer {
22109
- grid-area: main;
22110
22111
  z-index: var(--pf-c-page__main--ZIndex);
22112
+ grid-area: main;
22111
22113
  overflow-x: hidden;
22112
22114
  overflow-y: auto;
22113
22115
  -webkit-overflow-scrolling: touch;
@@ -23206,10 +23208,10 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
23206
23208
  --pf-c-progress--m-sm__measure--FontSize: var(--pf-global--FontSize--sm);
23207
23209
  --pf-c-progress--m-lg__bar--Height: var(--pf-global--spacer--lg);
23208
23210
  display: grid;
23209
- align-items: end;
23210
- grid-gap: var(--pf-c-progress--GridGap);
23211
- grid-template-columns: auto auto;
23212
23211
  grid-template-rows: 1fr auto;
23212
+ grid-template-columns: auto auto;
23213
+ grid-gap: var(--pf-c-progress--GridGap);
23214
+ align-items: end;
23213
23215
  }
23214
23216
  .pf-c-progress.pf-m-sm {
23215
23217
  --pf-c-progress__bar--Height: var(--pf-c-progress--m-sm__bar--Height);
@@ -23238,8 +23240,8 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
23238
23240
  grid-column: 1/3;
23239
23241
  }
23240
23242
  .pf-c-progress.pf-m-outside .pf-c-progress__status {
23241
- grid-column: 2/3;
23242
23243
  grid-row: 2/3;
23244
+ grid-column: 2/3;
23243
23245
  align-self: center;
23244
23246
  }
23245
23247
  .pf-c-progress.pf-m-outside .pf-c-progress__measure {
@@ -23287,8 +23289,8 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
23287
23289
  }
23288
23290
 
23289
23291
  .pf-c-progress__description {
23290
- word-break: break-word;
23291
23292
  grid-column: 1/2;
23293
+ word-break: break-word;
23292
23294
  }
23293
23295
  .pf-c-progress__description.pf-m-truncate {
23294
23296
  overflow: hidden;
@@ -23298,13 +23300,13 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
23298
23300
 
23299
23301
  .pf-c-progress__status {
23300
23302
  display: flex;
23303
+ grid-row: 1/2;
23304
+ grid-column: 2/3;
23305
+ gap: var(--pf-c-progress__status--Gap);
23301
23306
  align-items: flex-start;
23302
23307
  justify-content: flex-end;
23303
- grid-column: 2/3;
23304
- grid-row: 1/2;
23305
23308
  text-align: right;
23306
23309
  word-break: break-word;
23307
- gap: var(--pf-c-progress__status--Gap);
23308
23310
  }
23309
23311
 
23310
23312
  .pf-c-progress__status-icon {
@@ -23313,8 +23315,8 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
23313
23315
 
23314
23316
  .pf-c-progress__bar {
23315
23317
  position: relative;
23316
- grid-column: 1/3;
23317
23318
  grid-row: 2/3;
23319
+ grid-column: 1/3;
23318
23320
  align-self: center;
23319
23321
  height: var(--pf-c-progress__bar--Height);
23320
23322
  background-color: var(--pf-c-progress__bar--BackgroundColor);
@@ -23339,8 +23341,8 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
23339
23341
  }
23340
23342
 
23341
23343
  .pf-c-progress__helper-text {
23342
- grid-column: 1/3;
23343
23344
  grid-row: 3/4;
23345
+ grid-column: 1/3;
23344
23346
  margin-top: var(--pf-c-progress__helper-text--MarginTop);
23345
23347
  }
23346
23348
 
@@ -23502,10 +23504,10 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
23502
23504
  --pf-c-progress-stepper--m-center__step-main--before--Content: "";
23503
23505
  position: relative;
23504
23506
  display: grid;
23505
- grid-auto-flow: var(--pf-c-progress-stepper--GridAutoFlow);
23506
- grid-template-columns: var(--pf-c-progress-stepper--GridTemplateColumns);
23507
23507
  grid-template-rows: var(--pf-c-progress-stepper--GridTemplateRows);
23508
+ grid-template-columns: var(--pf-c-progress-stepper--GridTemplateColumns);
23508
23509
  grid-auto-columns: 1fr;
23510
+ grid-auto-flow: var(--pf-c-progress-stepper--GridAutoFlow);
23509
23511
  }
23510
23512
  @media screen and (min-width: 768px) {
23511
23513
  .pf-c-progress-stepper {
@@ -23572,8 +23574,8 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
23572
23574
  grid-auto-flow: var(--pf-c-progress-stepper--m-compact--GridAutoFlow);
23573
23575
  }
23574
23576
  .pf-c-progress-stepper.pf-m-compact .pf-c-progress-stepper__step-connector {
23575
- min-width: var(--pf-c-progress-stepper--m-compact__step-connector--MinWidth);
23576
23577
  grid-row: var(--pf-c-progress-stepper--m-compact__step-connector--GridRow);
23578
+ min-width: var(--pf-c-progress-stepper--m-compact__step-connector--MinWidth);
23577
23579
  padding-bottom: var(--pf-c-progress-stepper--m-compact__step-connector--PaddingBottom);
23578
23580
  }
23579
23581
  .pf-c-progress-stepper.pf-m-compact .pf-c-progress-stepper__step-main {
@@ -23690,11 +23692,11 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
23690
23692
  }
23691
23693
  .pf-c-progress-stepper__step-title.pf-m-help-text {
23692
23694
  text-decoration: underline;
23693
- cursor: pointer;
23695
+ text-decoration-thickness: var(--pf-c-progress-stepper__step-title--m-help-text--TextDecorationThickness);
23694
23696
  text-decoration-style: dashed;
23695
23697
  text-decoration-color: var(--pf-c-progress-stepper__step-title--m-help-text--TextDecorationColor);
23696
- text-decoration-thickness: var(--pf-c-progress-stepper__step-title--m-help-text--TextDecorationThickness);
23697
23698
  text-underline-offset: var(--pf-c-progress-stepper__step-title--m-help-text--TextUnderlineOffset);
23699
+ cursor: pointer;
23698
23700
  }
23699
23701
  .pf-c-progress-stepper__step-title.pf-m-help-text:hover {
23700
23702
  --pf-c-progress-stepper__step-title--Color: var(--pf-c-progress-stepper__step-title--m-help-text--hover--Color);
@@ -24117,9 +24119,9 @@ label.pf-c-radio, .pf-c-radio__label,
24117
24119
 
24118
24120
  .pf-c-search-input__text {
24119
24121
  display: grid;
24120
- grid-template-columns: 1fr;
24121
- grid-template-areas: "text-input";
24122
24122
  flex: 1;
24123
+ grid-template-areas: "text-input";
24124
+ grid-template-columns: 1fr;
24123
24125
  }
24124
24126
  .pf-c-search-input__text::before, .pf-c-search-input__text::after {
24125
24127
  position: absolute;
@@ -24642,8 +24644,8 @@ label.pf-c-radio, .pf-c-radio__label,
24642
24644
  .pf-c-select__toggle-typeahead {
24643
24645
  flex-basis: var(--pf-c-select__toggle-typeahead--FlexBasis);
24644
24646
  flex-grow: 1;
24645
- min-width: var(--pf-c-select__toggle-typeahead--MinWidth);
24646
24647
  flex-shrink: 0;
24648
+ min-width: var(--pf-c-select__toggle-typeahead--MinWidth);
24647
24649
  }
24648
24650
  .pf-c-select__toggle-typeahead.pf-c-form-control {
24649
24651
  background-color: var(--pf-c-select__toggle-typeahead--BackgroundColor);
@@ -25031,8 +25033,8 @@ label.pf-c-radio, .pf-c-radio__label,
25031
25033
  position: var(--pf-c-sidebar__panel--Position);
25032
25034
  top: var(--pf-c-sidebar__panel--Top);
25033
25035
  z-index: var(--pf-c-sidebar__panel--ZIndex);
25034
- flex-shrink: 0;
25035
25036
  flex-basis: var(--pf-c-sidebar__panel--FlexBasis);
25037
+ flex-shrink: 0;
25036
25038
  order: var(--pf-c-sidebar__panel--Order);
25037
25039
  background-color: var(--pf-c-sidebar__panel--BackgroundColor);
25038
25040
  box-shadow: var(--pf-c-sidebar__panel--BoxShadow);
@@ -25245,9 +25247,9 @@ label.pf-c-radio, .pf-c-radio__label,
25245
25247
  border: none;
25246
25248
  }
25247
25249
  .pf-c-simple-list__item-link:hover {
25248
- text-decoration: none;
25249
25250
  --pf-c-simple-list__item-link--BackgroundColor: var(--pf-c-simple-list__item-link--hover--BackgroundColor);
25250
25251
  --pf-c-simple-list__item-link--Color: var(--pf-c-simple-list__item-link--hover--Color);
25252
+ text-decoration: none;
25251
25253
  }
25252
25254
  .pf-c-simple-list__item-link:focus {
25253
25255
  --pf-c-simple-list__item-link--FontWeight: var(--pf-c-simple-list__item-link--focus--FontWeight);
@@ -25926,13 +25928,13 @@ svg.pf-c-spinner.pf-m-xl {
25926
25928
  .pf-c-spinner__path {
25927
25929
  width: 100%;
25928
25930
  height: 100%;
25929
- transform-origin: 50% 50%;
25930
- animation: pf-c-spinner-animation-dash var(--pf-c-spinner--AnimationDuration) var(--pf-c-spinner__path--AnimationTimingFunction) infinite;
25931
25931
  stroke: var(--pf-c-spinner--Color);
25932
- stroke-linecap: round;
25933
25932
  stroke-dasharray: 283;
25934
25933
  stroke-dashoffset: 280;
25934
+ stroke-linecap: round;
25935
25935
  stroke-width: var(--pf-c-spinner--stroke-width);
25936
+ transform-origin: 50% 50%;
25937
+ animation: pf-c-spinner-animation-dash var(--pf-c-spinner--AnimationDuration) var(--pf-c-spinner__path--AnimationTimingFunction) infinite;
25936
25938
  }
25937
25939
 
25938
25940
  @keyframes pf-c-spinner-animation-rotate {
@@ -25952,8 +25954,8 @@ svg.pf-c-spinner.pf-m-xl {
25952
25954
  stroke-width: calc(var(--pf-c-spinner__path--StrokeWidth) - 4);
25953
25955
  }
25954
25956
  40% {
25955
- stroke-dashoffset: 150;
25956
25957
  stroke-dasharray: 220;
25958
+ stroke-dashoffset: 150;
25957
25959
  }
25958
25960
  100% {
25959
25961
  stroke-dashoffset: 280;
@@ -28414,9 +28416,9 @@ svg.pf-c-spinner.pf-m-xl {
28414
28416
  .pf-c-table__button-content,
28415
28417
  .pf-c-table__column-help {
28416
28418
  display: grid;
28419
+ grid-template-columns: auto max-content;
28417
28420
  align-items: end;
28418
28421
  justify-content: start;
28419
- grid-template-columns: auto max-content;
28420
28422
  }
28421
28423
  .pf-c-table__button-content .pf-c-table__text,
28422
28424
  .pf-c-table__column-help .pf-c-table__text {
@@ -30674,9 +30676,9 @@ svg.pf-c-spinner.pf-m-xl {
30674
30676
 
30675
30677
  .pf-c-text-input-group__text {
30676
30678
  display: inline-grid;
30677
- grid-template-columns: 1fr;
30678
- grid-template-areas: "text-input";
30679
30679
  flex: 1;
30680
+ grid-template-areas: "text-input";
30681
+ grid-template-columns: 1fr;
30680
30682
  }
30681
30683
  .pf-c-text-input-group__text::before, .pf-c-text-input-group__text::after {
30682
30684
  position: absolute;
@@ -30792,11 +30794,11 @@ svg.pf-c-spinner.pf-m-xl {
30792
30794
  --pf-c-tile--m-display-lg__header--m-stacked__icon--FontSize: var(--pf-global--icon--FontSize--xl);
30793
30795
  position: relative;
30794
30796
  display: inline-grid;
30797
+ grid-template-rows: min-content;
30795
30798
  padding: var(--pf-c-tile--PaddingTop) var(--pf-c-tile--PaddingRight) var(--pf-c-tile--PaddingBottom) var(--pf-c-tile--PaddingLeft);
30796
30799
  text-align: center;
30797
30800
  cursor: pointer;
30798
30801
  background-color: var(--pf-c-tile--BackgroundColor);
30799
- grid-template-rows: min-content;
30800
30802
  transition: var(--pf-c-tile--Transition);
30801
30803
  transform: translateY(var(--pf-c-tile--TranslateY));
30802
30804
  }
@@ -30948,12 +30950,12 @@ svg.pf-c-spinner.pf-m-xl {
30948
30950
  outline-offset: var(--pf-c-timestamp--OutlineOffset);
30949
30951
  }
30950
30952
  .pf-c-timestamp.pf-m-help-text {
30951
- cursor: pointer;
30952
30953
  text-decoration-line: var(--pf-c-timestamp--m-help-text--TextDecorationLine);
30953
- text-decoration-style: var(--pf-c-timestamp--m-help-text--TextDecorationStyle);
30954
30954
  text-decoration-thickness: var(--pf-c-timestamp--m-help-text--TextDecorationThickness);
30955
- text-underline-offset: var(--pf-c-timestamp--m-help-text--TextUnderlineOffset);
30955
+ text-decoration-style: var(--pf-c-timestamp--m-help-text--TextDecorationStyle);
30956
30956
  text-decoration-color: var(--pf-c-timestamp--m-help-text--TextDecorationColor);
30957
+ text-underline-offset: var(--pf-c-timestamp--m-help-text--TextUnderlineOffset);
30958
+ cursor: pointer;
30957
30959
  }
30958
30960
  .pf-c-timestamp.pf-m-help-text:hover {
30959
30961
  --pf-c-timestamp--Color: var(--pf-c-timestamp--m-help-text--hover--Color);
@@ -31871,6 +31873,10 @@ label.pf-c-tree-view__node-text {
31871
31873
  --pf-c-wizard__close--xl--Right: var(--pf-global--spacer--lg);
31872
31874
  --pf-c-wizard__close--FontSize: var(--pf-global--FontSize--xl);
31873
31875
  --pf-c-wizard__title--PaddingRight: var(--pf-global--spacer--2xl);
31876
+ --pf-c-wizard__title-text--FontSize: var(--pf-global--FontSize--3xl);
31877
+ --pf-c-wizard__title-text--FontFamily: var(--pf-global--FontFamily--heading--sans-serif);
31878
+ --pf-c-wizard__title-text--FontWeight: var(--pf-global--FontWeight--normal);
31879
+ --pf-c-wizard__title-text--LineHeight: var(--pf-global--LineHeight--sm);
31874
31880
  --pf-c-wizard__description--PaddingTop: var(--pf-global--spacer--sm);
31875
31881
  --pf-c-wizard__description--Color: var(--pf-global--Color--light-200);
31876
31882
  --pf-c-wizard__nav-link--Color: var(--pf-global--Color--100);
@@ -32054,6 +32060,8 @@ label.pf-c-tree-view__node-text {
32054
32060
  position: absolute;
32055
32061
  top: var(--pf-c-wizard__close--Top);
32056
32062
  right: var(--pf-c-wizard__close--Right);
32063
+ }
32064
+ .pf-c-wizard__header .pf-c-wizard__close button {
32057
32065
  font-size: var(--pf-c-wizard__close--FontSize);
32058
32066
  }
32059
32067
 
@@ -32062,6 +32070,13 @@ label.pf-c-tree-view__node-text {
32062
32070
  word-wrap: break-word;
32063
32071
  }
32064
32072
 
32073
+ .pf-c-wizard__title-text {
32074
+ font-family: var(--pf-c-wizard__title-text--FontFamily);
32075
+ font-size: var(--pf-c-wizard__title-text--FontSize);
32076
+ font-weight: var(--pf-c-wizard__title-text--FontWeight);
32077
+ line-height: var(--pf-c-wizard__title-text--LineHeight);
32078
+ }
32079
+
32065
32080
  .pf-c-wizard__description {
32066
32081
  display: none;
32067
32082
  padding-top: var(--pf-c-wizard__description--PaddingTop);
@@ -32310,8 +32325,8 @@ label.pf-c-tree-view__node-text {
32310
32325
  position: relative;
32311
32326
  z-index: var(--pf-c-wizard__footer--ZIndex);
32312
32327
  display: flex;
32313
- flex-wrap: wrap;
32314
32328
  flex-shrink: 0;
32329
+ flex-wrap: wrap;
32315
32330
  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);
32316
32331
  background-color: var(--pf-c-wizard__footer--BackgroundColor);
32317
32332
  }
@@ -33992,8 +34007,8 @@ label.pf-c-tree-view__node-text {
33992
34007
  --pf-l-gallery--GridTemplateColumns: repeat(auto-fill, minmax(var(--pf-l-gallery--GridTemplateColumns--minmax--min), var(--pf-l-gallery--GridTemplateColumns--minmax--max)));
33993
34008
  --pf-l-gallery--GridTemplateRows: auto;
33994
34009
  display: grid;
33995
- grid-template-columns: var(--pf-l-gallery--GridTemplateColumns);
33996
34010
  grid-template-rows: var(--pf-l-gallery--GridTemplateRows);
34011
+ grid-template-columns: var(--pf-l-gallery--GridTemplateColumns);
33997
34012
  --pf-l-gallery--GridTemplateColumns--minmax--min: var(--pf-l-gallery--GridTemplateColumns--min);
33998
34013
  --pf-l-gallery--GridTemplateColumns--minmax--max: var(--pf-l-gallery--GridTemplateColumns--max);
33999
34014
  }
@@ -34061,10 +34076,10 @@ label.pf-c-tree-view__node-text {
34061
34076
  }
34062
34077
  .pf-l-grid > *,
34063
34078
  .pf-l-grid .pf-l-grid__item {
34064
- min-width: 0;
34065
- min-height: 0;
34066
34079
  grid-column-start: var(--pf-l-grid__item--GridColumnStart);
34067
34080
  grid-column-end: var(--pf-l-grid__item--GridColumnEnd);
34081
+ min-width: 0;
34082
+ min-height: 0;
34068
34083
  order: var(--pf-l-grid--item--Order);
34069
34084
  }
34070
34085
  @media (min-width: 576px) {