@patternfly/patternfly 6.1.0-prerelease.2 → 6.1.0-prerelease.4

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 (58) hide show
  1. package/README.md +5 -5
  2. package/components/Content/content.css +9 -0
  3. package/components/Content/content.scss +7 -0
  4. package/components/Label/label-group.css +12 -0
  5. package/components/Label/label-group.scss +14 -0
  6. package/components/Label/label.css +2 -0
  7. package/components/Label/label.scss +2 -0
  8. package/components/MenuToggle/menu-toggle.css +3 -7
  9. package/components/MenuToggle/menu-toggle.scss +3 -8
  10. package/components/Table/table.css +1 -0
  11. package/components/Table/table.scss +2 -0
  12. package/components/Title/title.css +4 -0
  13. package/components/Title/title.scss +7 -0
  14. package/components/Wizard/wizard.css +1 -1
  15. package/components/Wizard/wizard.scss +1 -1
  16. package/components/_index.css +32 -8
  17. package/docs/components/Content/examples/Content.md +8 -7
  18. package/docs/components/Label/examples/Label.css +12 -0
  19. package/docs/components/Label/examples/Label.md +127 -0
  20. package/docs/components/Table/examples/Table.md +2 -2
  21. package/docs/components/Title/examples/Title.md +10 -0
  22. package/docs/demos/AboutModal/examples/AboutModal.md +2 -4
  23. package/docs/demos/Alert/examples/Alert.md +6 -12
  24. package/docs/demos/BackToTop/examples/BackToTop.md +2 -4
  25. package/docs/demos/Banner/examples/Banner.md +4 -8
  26. package/docs/demos/CardView/examples/CardView.md +2 -4
  27. package/docs/demos/Dashboard/examples/Dashboard.md +2 -4
  28. package/docs/demos/DataList/examples/DataList.md +8 -16
  29. package/docs/demos/DescriptionList/examples/DescriptionList.md +6 -12
  30. package/docs/demos/Drawer/examples/Drawer.md +6 -12
  31. package/docs/demos/JumpLinks/examples/JumpLinks.md +8 -16
  32. package/docs/demos/Masthead/examples/Masthead.md +18 -36
  33. package/docs/demos/Modal/examples/Modal.md +12 -24
  34. package/docs/demos/Nav/examples/Nav.md +12 -24
  35. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +10 -20
  36. package/docs/demos/Page/examples/Page.md +24 -48
  37. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +14 -28
  38. package/docs/demos/Skeleton/examples/Skeleton.md +2 -4
  39. package/docs/demos/Table/examples/Table.md +30 -60
  40. package/docs/demos/Tabs/examples/Tabs.md +12 -24
  41. package/docs/demos/Toolbar/examples/Toolbar.md +4 -8
  42. package/docs/demos/Wizard/examples/Wizard.md +18 -36
  43. package/docs/layouts/Level/examples/Level.css +1 -2
  44. package/docs/layouts/Level/examples/Level.md +15 -3
  45. package/docs/layouts/Split/examples/Split.css +1 -2
  46. package/docs/layouts/Split/examples/Split.md +4 -4
  47. package/docs/layouts/Stack/examples/Stack.css +1 -2
  48. package/docs/layouts/Stack/examples/Stack.md +4 -4
  49. package/layouts/Split/split.css +1 -2
  50. package/layouts/Split/split.scss +4 -3
  51. package/layouts/Stack/stack.css +1 -2
  52. package/layouts/Stack/stack.scss +4 -3
  53. package/layouts/_index.css +2 -4
  54. package/package.json +2 -2
  55. package/patternfly-no-globals.css +34 -12
  56. package/patternfly.css +34 -12
  57. package/patternfly.min.css +1 -1
  58. package/patternfly.min.css.map +1 -1
@@ -10444,6 +10444,7 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
10444
10444
  --pf-v6-c-content--h6--LineHeight: var(--pf-t--global--font--line-height--heading);
10445
10445
  --pf-v6-c-content--h6--FontSize: var(--pf-t--global--font--size--heading--h6);
10446
10446
  --pf-v6-c-content--h6--FontWeight: var(--pf-t--global--font--weight--heading--default);
10447
+ --pf-v6-c-content--heading--m-page-title--FontWeight: var(--pf-t--global--font--weight--heading--bold);
10447
10448
  --pf-v6-c-content--small--MarginBlockEnd: var(--pf-t--global--spacer--md);
10448
10449
  --pf-v6-c-content--small--LineHeight: var(--pf-t--global--font--line-height--body);
10449
10450
  --pf-v6-c-content--small--FontSize: var(--pf-t--global--font--size--body--sm);
@@ -10543,6 +10544,14 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
10543
10544
  .pf-v6-c-content--h6, .pf-v6-c-content h1, .pf-v6-c-content h2, .pf-v6-c-content h3, .pf-v6-c-content h4, .pf-v6-c-content h5, .pf-v6-c-content h6):last-child {
10544
10545
  margin-block-end: 0;
10545
10546
  }
10547
+ :is(.pf-v6-c-content--h1,
10548
+ .pf-v6-c-content--h2,
10549
+ .pf-v6-c-content--h3,
10550
+ .pf-v6-c-content--h4,
10551
+ .pf-v6-c-content--h5,
10552
+ .pf-v6-c-content--h6, .pf-v6-c-content h1, .pf-v6-c-content h2, .pf-v6-c-content h3, .pf-v6-c-content h4, .pf-v6-c-content h5, .pf-v6-c-content h6).pf-m-page-title {
10553
+ font-weight: var(--pf-v6-c-content--heading--m-page-title--FontWeight);
10554
+ }
10546
10555
 
10547
10556
  :is(.pf-v6-c-content--h1, .pf-v6-c-content h1) {
10548
10557
  margin-block-start: var(--pf-v6-c-content--h1--MarginBlockStart);
@@ -15313,6 +15322,7 @@ label.pf-v6-c-input-group__text {
15313
15322
  --pf-v6-c-label--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
15314
15323
  --pf-v6-c-label--PaddingInlineStart: var(--pf-t--global--spacer--sm);
15315
15324
  --pf-v6-c-label--MaxWidth: 100%;
15325
+ --pf-v6-c-label--MinWidth: 3em;
15316
15326
  --pf-v6-c-label--BorderWidth: 0;
15317
15327
  --pf-v6-c-label--BorderColor: transparent;
15318
15328
  --pf-v6-c-label--BorderRadius: var(--pf-t--global--border--radius--pill);
@@ -15502,6 +15512,7 @@ label.pf-v6-c-input-group__text {
15502
15512
 
15503
15513
  .pf-v6-c-label {
15504
15514
  position: relative;
15515
+ min-width: var(--pf-v6-c-label--MinWidth);
15505
15516
  max-width: var(--pf-v6-c-label--MaxWidth);
15506
15517
  padding-block-start: var(--pf-v6-c-label--PaddingBlockStart);
15507
15518
  padding-block-end: var(--pf-v6-c-label--PaddingBlockEnd);
@@ -15804,16 +15815,22 @@ input.pf-v6-c-label__content {
15804
15815
  .pf-v6-c-label-group {
15805
15816
  --pf-v6-c-label-group--RowGap: var(--pf-t--global--spacer--sm);
15806
15817
  --pf-v6-c-label-group--ColumnGap: var(--pf-t--global--spacer--xs);
15818
+ --pf-v6-c-label-group--MaxWidth: 100%;
15807
15819
  --pf-v6-c-label-group--m-vertical--RowGap: var(--pf-t--global--spacer--sm);
15808
15820
  --pf-v6-c-label-group--m-vertical--ColumnGap: var(--pf-t--global--spacer--sm);
15809
15821
  --pf-v6-c-label-group__main--RowGap: var(--pf-t--global--spacer--xs);
15810
15822
  --pf-v6-c-label-group__main--ColumnGap: var(--pf-t--global--spacer--sm);
15823
+ --pf-v6-c-label-group__main--MaxWidth: 100%;
15824
+ --pf-v6-c-label-group__main--MinWidth: 0;
15811
15825
  --pf-v6-c-label-group--m-vertical__main--RowGap: var(--pf-t--global--spacer--sm);
15812
15826
  --pf-v6-c-label-group--m-vertical__main--ColumnGap: var(--pf-t--global--spacer--xs);
15813
15827
  --pf-v6-c-label-group__list--RowGap: var(--pf-t--global--spacer--xs);
15814
15828
  --pf-v6-c-label-group__list--ColumnGap: var(--pf-t--global--spacer--xs);
15829
+ --pf-v6-c-label-group__list--MaxWidth: 100%;
15830
+ --pf-v6-c-label-group__list--MinWidth: 0;
15815
15831
  --pf-v6-c-label-group--m-vertical__list--RowGap: var(--pf-t--global--spacer--xs);
15816
15832
  --pf-v6-c-label-group--m-vertical__list--ColumnGap: var(--pf-t--global--spacer--xs);
15833
+ --pf-v6-c-label-group__list-item--MaxWidth: 100%;
15817
15834
  --pf-v6-c-label-group--m-category--PaddingBlockStart: var(--pf-t--global--spacer--xs);
15818
15835
  --pf-v6-c-label-group--m-category--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
15819
15836
  --pf-v6-c-label-group--m-category--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
@@ -15840,6 +15857,7 @@ input.pf-v6-c-label__content {
15840
15857
  row-gap: var(--pf-v6-c-label-group--RowGap);
15841
15858
  column-gap: var(--pf-v6-c-label-group--ColumnGap);
15842
15859
  align-items: center;
15860
+ max-width: var(--pf-v6-c-label-group--MaxWidth);
15843
15861
  }
15844
15862
  .pf-v6-c-label-group.pf-m-category {
15845
15863
  padding-block-start: var(--pf-v6-c-label-group--m-category--PaddingBlockStart);
@@ -15865,9 +15883,11 @@ input.pf-v6-c-label__content {
15865
15883
  .pf-v6-c-label-group.pf-m-vertical .pf-v6-c-label-group__list {
15866
15884
  flex-direction: column;
15867
15885
  align-items: flex-start;
15886
+ max-width: var(--pf-v6-c-label-group__list--MaxWidth);
15868
15887
  }
15869
15888
  .pf-v6-c-label-group.pf-m-vertical .pf-v6-c-label-group__main {
15870
15889
  flex-direction: column;
15890
+ min-width: var(--pf-v6-c-label-group__main--MinWidth);
15871
15891
  }
15872
15892
  .pf-v6-c-label-group.pf-m-editable,
15873
15893
  .pf-v6-c-label-group.pf-m-editable .pf-v6-c-label-group__main,
@@ -15888,6 +15908,7 @@ input.pf-v6-c-label__content {
15888
15908
  row-gap: var(--pf-v6-c-label-group__main--RowGap);
15889
15909
  column-gap: var(--pf-v6-c-label-group__main--ColumnGap);
15890
15910
  align-items: baseline;
15911
+ min-width: var(--pf-v6-c-label-group__main--MinWidth);
15891
15912
  }
15892
15913
 
15893
15914
  .pf-v6-c-label-group__list {
@@ -15895,10 +15916,12 @@ input.pf-v6-c-label__content {
15895
15916
  flex-wrap: wrap;
15896
15917
  row-gap: var(--pf-v6-c-label-group__list--RowGap);
15897
15918
  column-gap: var(--pf-v6-c-label-group__list--ColumnGap);
15919
+ min-width: var(--pf-v6-c-label-group__list--MinWidth);
15898
15920
  }
15899
15921
 
15900
15922
  .pf-v6-c-label-group__list-item {
15901
15923
  display: inline-flex;
15924
+ max-width: var(--pf-v6-c-label-group__list-item--MaxWidth);
15902
15925
  }
15903
15926
 
15904
15927
  .pf-v6-c-label-group__label {
@@ -17760,13 +17783,6 @@ ul.pf-v6-c-list {
17760
17783
  flex-wrap: nowrap;
17761
17784
  }
17762
17785
 
17763
- .pf-v6-c-menu-toggle__controls,
17764
- .pf-v6-c-menu-toggle__toggle-icon {
17765
- display: flex;
17766
- align-items: center;
17767
- justify-content: center;
17768
- }
17769
-
17770
17786
  .pf-v6-c-menu-toggle__icon {
17771
17787
  flex-shrink: 0;
17772
17788
  }
@@ -17778,7 +17794,10 @@ ul.pf-v6-c-list {
17778
17794
  }
17779
17795
 
17780
17796
  .pf-v6-c-menu-toggle__controls {
17797
+ display: flex;
17781
17798
  gap: var(--pf-v6-c-menu-toggle__controls--Gap);
17799
+ align-items: center;
17800
+ justify-content: center;
17782
17801
  margin-inline-start: auto;
17783
17802
  }
17784
17803
 
@@ -24144,6 +24163,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
24144
24163
  .pf-v6-c-table .pf-v6-c-table__draggable {
24145
24164
  --pf-v6-c-table--cell--MinWidth: 0;
24146
24165
  --pf-v6-c-table--cell--Width: 1%;
24166
+ max-width: none;
24147
24167
  }
24148
24168
 
24149
24169
  .pf-v6-c-table .pf-v6-c-table__favorite {
@@ -26549,6 +26569,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
26549
26569
  --pf-v6-c-title--m-h6--LineHeight: var(--pf-t--global--font--line-height--heading);
26550
26570
  --pf-v6-c-title--m-h6--FontSize: var(--pf-t--global--font--size--heading--h6);
26551
26571
  --pf-v6-c-title--m-h6--FontWeight: var(--pf-t--global--font--weight--heading--default);
26572
+ --pf-v6-c-title--m-page-title--FontWeight: var(--pf-t--global--font--weight--heading--bold);
26552
26573
  }
26553
26574
 
26554
26575
  .pf-v6-c-title {
@@ -26615,6 +26636,9 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
26615
26636
  font-weight: var(--pf-v6-c-title--m-h6--FontWeight);
26616
26637
  line-height: var(--pf-v6-c-title--m-h6--LineHeight);
26617
26638
  }
26639
+ .pf-v6-c-title.pf-m-page-title {
26640
+ font-weight: var(--pf-v6-c-title--m-page-title--FontWeight);
26641
+ }
26618
26642
 
26619
26643
  .pf-v6-c-toggle-group {
26620
26644
  --pf-v6-c-toggle-group__button--PaddingBlockStart: var(--pf-t--global--spacer--sm);
@@ -29386,7 +29410,7 @@ label.pf-v6-c-tree-view__node-text {
29386
29410
  --pf-v6-c-wizard__toggle-separator--Color: var(--pf-t--global--border--color--default);
29387
29411
  --pf-v6-c-wizard__toggle-icon--LineHeight: var(--pf-t--global--font--line-height--body);
29388
29412
  --pf-v6-c-wizard__toggle--m-expanded__toggle-icon--Rotate: 180deg;
29389
- --pf-v6-c-wizard__nav--ZIndex: var(--pf-t--global--z-index--xs);
29413
+ --pf-v6-c-wizard__nav--ZIndex: var(--pf-t--global--z-index--sm);
29390
29414
  --pf-v6-c-wizard__nav--BackgroundColor: var(--pf-t--global--background--color--primary--default);
29391
29415
  --pf-v6-c-wizard__nav--BoxShadow: var(--pf-t--global--box-shadow--md--bottom);
29392
29416
  --pf-v6-c-wizard__nav--Width: 100%;
@@ -33218,8 +33242,7 @@ label.pf-v6-c-tree-view__node-text {
33218
33242
  .pf-v6-l-split.pf-m-wrap {
33219
33243
  flex-wrap: wrap;
33220
33244
  }
33221
-
33222
- .pf-v6-l-split__item.pf-m-fill {
33245
+ .pf-v6-l-split__item.pf-m-fill, .pf-v6-l-split > .pf-m-fill {
33223
33246
  flex-grow: 1;
33224
33247
  }
33225
33248
 
@@ -33236,8 +33259,7 @@ label.pf-v6-c-tree-view__node-text {
33236
33259
  flex-direction: column;
33237
33260
  height: 100%;
33238
33261
  }
33239
-
33240
- .pf-v6-l-stack__item.pf-m-fill {
33262
+ .pf-v6-l-stack__item.pf-m-fill, .pf-v6-l-stack > .pf-m-fill {
33241
33263
  flex-grow: 1;
33242
33264
  }
33243
33265
 
package/patternfly.css CHANGED
@@ -10580,6 +10580,7 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
10580
10580
  --pf-v6-c-content--h6--LineHeight: var(--pf-t--global--font--line-height--heading);
10581
10581
  --pf-v6-c-content--h6--FontSize: var(--pf-t--global--font--size--heading--h6);
10582
10582
  --pf-v6-c-content--h6--FontWeight: var(--pf-t--global--font--weight--heading--default);
10583
+ --pf-v6-c-content--heading--m-page-title--FontWeight: var(--pf-t--global--font--weight--heading--bold);
10583
10584
  --pf-v6-c-content--small--MarginBlockEnd: var(--pf-t--global--spacer--md);
10584
10585
  --pf-v6-c-content--small--LineHeight: var(--pf-t--global--font--line-height--body);
10585
10586
  --pf-v6-c-content--small--FontSize: var(--pf-t--global--font--size--body--sm);
@@ -10679,6 +10680,14 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
10679
10680
  .pf-v6-c-content--h6, .pf-v6-c-content h1, .pf-v6-c-content h2, .pf-v6-c-content h3, .pf-v6-c-content h4, .pf-v6-c-content h5, .pf-v6-c-content h6):last-child {
10680
10681
  margin-block-end: 0;
10681
10682
  }
10683
+ :is(.pf-v6-c-content--h1,
10684
+ .pf-v6-c-content--h2,
10685
+ .pf-v6-c-content--h3,
10686
+ .pf-v6-c-content--h4,
10687
+ .pf-v6-c-content--h5,
10688
+ .pf-v6-c-content--h6, .pf-v6-c-content h1, .pf-v6-c-content h2, .pf-v6-c-content h3, .pf-v6-c-content h4, .pf-v6-c-content h5, .pf-v6-c-content h6).pf-m-page-title {
10689
+ font-weight: var(--pf-v6-c-content--heading--m-page-title--FontWeight);
10690
+ }
10682
10691
 
10683
10692
  :is(.pf-v6-c-content--h1, .pf-v6-c-content h1) {
10684
10693
  margin-block-start: var(--pf-v6-c-content--h1--MarginBlockStart);
@@ -15449,6 +15458,7 @@ label.pf-v6-c-input-group__text {
15449
15458
  --pf-v6-c-label--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
15450
15459
  --pf-v6-c-label--PaddingInlineStart: var(--pf-t--global--spacer--sm);
15451
15460
  --pf-v6-c-label--MaxWidth: 100%;
15461
+ --pf-v6-c-label--MinWidth: 3em;
15452
15462
  --pf-v6-c-label--BorderWidth: 0;
15453
15463
  --pf-v6-c-label--BorderColor: transparent;
15454
15464
  --pf-v6-c-label--BorderRadius: var(--pf-t--global--border--radius--pill);
@@ -15638,6 +15648,7 @@ label.pf-v6-c-input-group__text {
15638
15648
 
15639
15649
  .pf-v6-c-label {
15640
15650
  position: relative;
15651
+ min-width: var(--pf-v6-c-label--MinWidth);
15641
15652
  max-width: var(--pf-v6-c-label--MaxWidth);
15642
15653
  padding-block-start: var(--pf-v6-c-label--PaddingBlockStart);
15643
15654
  padding-block-end: var(--pf-v6-c-label--PaddingBlockEnd);
@@ -15940,16 +15951,22 @@ input.pf-v6-c-label__content {
15940
15951
  .pf-v6-c-label-group {
15941
15952
  --pf-v6-c-label-group--RowGap: var(--pf-t--global--spacer--sm);
15942
15953
  --pf-v6-c-label-group--ColumnGap: var(--pf-t--global--spacer--xs);
15954
+ --pf-v6-c-label-group--MaxWidth: 100%;
15943
15955
  --pf-v6-c-label-group--m-vertical--RowGap: var(--pf-t--global--spacer--sm);
15944
15956
  --pf-v6-c-label-group--m-vertical--ColumnGap: var(--pf-t--global--spacer--sm);
15945
15957
  --pf-v6-c-label-group__main--RowGap: var(--pf-t--global--spacer--xs);
15946
15958
  --pf-v6-c-label-group__main--ColumnGap: var(--pf-t--global--spacer--sm);
15959
+ --pf-v6-c-label-group__main--MaxWidth: 100%;
15960
+ --pf-v6-c-label-group__main--MinWidth: 0;
15947
15961
  --pf-v6-c-label-group--m-vertical__main--RowGap: var(--pf-t--global--spacer--sm);
15948
15962
  --pf-v6-c-label-group--m-vertical__main--ColumnGap: var(--pf-t--global--spacer--xs);
15949
15963
  --pf-v6-c-label-group__list--RowGap: var(--pf-t--global--spacer--xs);
15950
15964
  --pf-v6-c-label-group__list--ColumnGap: var(--pf-t--global--spacer--xs);
15965
+ --pf-v6-c-label-group__list--MaxWidth: 100%;
15966
+ --pf-v6-c-label-group__list--MinWidth: 0;
15951
15967
  --pf-v6-c-label-group--m-vertical__list--RowGap: var(--pf-t--global--spacer--xs);
15952
15968
  --pf-v6-c-label-group--m-vertical__list--ColumnGap: var(--pf-t--global--spacer--xs);
15969
+ --pf-v6-c-label-group__list-item--MaxWidth: 100%;
15953
15970
  --pf-v6-c-label-group--m-category--PaddingBlockStart: var(--pf-t--global--spacer--xs);
15954
15971
  --pf-v6-c-label-group--m-category--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
15955
15972
  --pf-v6-c-label-group--m-category--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
@@ -15976,6 +15993,7 @@ input.pf-v6-c-label__content {
15976
15993
  row-gap: var(--pf-v6-c-label-group--RowGap);
15977
15994
  column-gap: var(--pf-v6-c-label-group--ColumnGap);
15978
15995
  align-items: center;
15996
+ max-width: var(--pf-v6-c-label-group--MaxWidth);
15979
15997
  }
15980
15998
  .pf-v6-c-label-group.pf-m-category {
15981
15999
  padding-block-start: var(--pf-v6-c-label-group--m-category--PaddingBlockStart);
@@ -16001,9 +16019,11 @@ input.pf-v6-c-label__content {
16001
16019
  .pf-v6-c-label-group.pf-m-vertical .pf-v6-c-label-group__list {
16002
16020
  flex-direction: column;
16003
16021
  align-items: flex-start;
16022
+ max-width: var(--pf-v6-c-label-group__list--MaxWidth);
16004
16023
  }
16005
16024
  .pf-v6-c-label-group.pf-m-vertical .pf-v6-c-label-group__main {
16006
16025
  flex-direction: column;
16026
+ min-width: var(--pf-v6-c-label-group__main--MinWidth);
16007
16027
  }
16008
16028
  .pf-v6-c-label-group.pf-m-editable,
16009
16029
  .pf-v6-c-label-group.pf-m-editable .pf-v6-c-label-group__main,
@@ -16024,6 +16044,7 @@ input.pf-v6-c-label__content {
16024
16044
  row-gap: var(--pf-v6-c-label-group__main--RowGap);
16025
16045
  column-gap: var(--pf-v6-c-label-group__main--ColumnGap);
16026
16046
  align-items: baseline;
16047
+ min-width: var(--pf-v6-c-label-group__main--MinWidth);
16027
16048
  }
16028
16049
 
16029
16050
  .pf-v6-c-label-group__list {
@@ -16031,10 +16052,12 @@ input.pf-v6-c-label__content {
16031
16052
  flex-wrap: wrap;
16032
16053
  row-gap: var(--pf-v6-c-label-group__list--RowGap);
16033
16054
  column-gap: var(--pf-v6-c-label-group__list--ColumnGap);
16055
+ min-width: var(--pf-v6-c-label-group__list--MinWidth);
16034
16056
  }
16035
16057
 
16036
16058
  .pf-v6-c-label-group__list-item {
16037
16059
  display: inline-flex;
16060
+ max-width: var(--pf-v6-c-label-group__list-item--MaxWidth);
16038
16061
  }
16039
16062
 
16040
16063
  .pf-v6-c-label-group__label {
@@ -17896,13 +17919,6 @@ ul.pf-v6-c-list {
17896
17919
  flex-wrap: nowrap;
17897
17920
  }
17898
17921
 
17899
- .pf-v6-c-menu-toggle__controls,
17900
- .pf-v6-c-menu-toggle__toggle-icon {
17901
- display: flex;
17902
- align-items: center;
17903
- justify-content: center;
17904
- }
17905
-
17906
17922
  .pf-v6-c-menu-toggle__icon {
17907
17923
  flex-shrink: 0;
17908
17924
  }
@@ -17914,7 +17930,10 @@ ul.pf-v6-c-list {
17914
17930
  }
17915
17931
 
17916
17932
  .pf-v6-c-menu-toggle__controls {
17933
+ display: flex;
17917
17934
  gap: var(--pf-v6-c-menu-toggle__controls--Gap);
17935
+ align-items: center;
17936
+ justify-content: center;
17918
17937
  margin-inline-start: auto;
17919
17938
  }
17920
17939
 
@@ -24280,6 +24299,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
24280
24299
  .pf-v6-c-table .pf-v6-c-table__draggable {
24281
24300
  --pf-v6-c-table--cell--MinWidth: 0;
24282
24301
  --pf-v6-c-table--cell--Width: 1%;
24302
+ max-width: none;
24283
24303
  }
24284
24304
 
24285
24305
  .pf-v6-c-table .pf-v6-c-table__favorite {
@@ -26685,6 +26705,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
26685
26705
  --pf-v6-c-title--m-h6--LineHeight: var(--pf-t--global--font--line-height--heading);
26686
26706
  --pf-v6-c-title--m-h6--FontSize: var(--pf-t--global--font--size--heading--h6);
26687
26707
  --pf-v6-c-title--m-h6--FontWeight: var(--pf-t--global--font--weight--heading--default);
26708
+ --pf-v6-c-title--m-page-title--FontWeight: var(--pf-t--global--font--weight--heading--bold);
26688
26709
  }
26689
26710
 
26690
26711
  .pf-v6-c-title {
@@ -26751,6 +26772,9 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
26751
26772
  font-weight: var(--pf-v6-c-title--m-h6--FontWeight);
26752
26773
  line-height: var(--pf-v6-c-title--m-h6--LineHeight);
26753
26774
  }
26775
+ .pf-v6-c-title.pf-m-page-title {
26776
+ font-weight: var(--pf-v6-c-title--m-page-title--FontWeight);
26777
+ }
26754
26778
 
26755
26779
  .pf-v6-c-toggle-group {
26756
26780
  --pf-v6-c-toggle-group__button--PaddingBlockStart: var(--pf-t--global--spacer--sm);
@@ -29522,7 +29546,7 @@ label.pf-v6-c-tree-view__node-text {
29522
29546
  --pf-v6-c-wizard__toggle-separator--Color: var(--pf-t--global--border--color--default);
29523
29547
  --pf-v6-c-wizard__toggle-icon--LineHeight: var(--pf-t--global--font--line-height--body);
29524
29548
  --pf-v6-c-wizard__toggle--m-expanded__toggle-icon--Rotate: 180deg;
29525
- --pf-v6-c-wizard__nav--ZIndex: var(--pf-t--global--z-index--xs);
29549
+ --pf-v6-c-wizard__nav--ZIndex: var(--pf-t--global--z-index--sm);
29526
29550
  --pf-v6-c-wizard__nav--BackgroundColor: var(--pf-t--global--background--color--primary--default);
29527
29551
  --pf-v6-c-wizard__nav--BoxShadow: var(--pf-t--global--box-shadow--md--bottom);
29528
29552
  --pf-v6-c-wizard__nav--Width: 100%;
@@ -33354,8 +33378,7 @@ label.pf-v6-c-tree-view__node-text {
33354
33378
  .pf-v6-l-split.pf-m-wrap {
33355
33379
  flex-wrap: wrap;
33356
33380
  }
33357
-
33358
- .pf-v6-l-split__item.pf-m-fill {
33381
+ .pf-v6-l-split__item.pf-m-fill, .pf-v6-l-split > .pf-m-fill {
33359
33382
  flex-grow: 1;
33360
33383
  }
33361
33384
 
@@ -33372,8 +33395,7 @@ label.pf-v6-c-tree-view__node-text {
33372
33395
  flex-direction: column;
33373
33396
  height: 100%;
33374
33397
  }
33375
-
33376
- .pf-v6-l-stack__item.pf-m-fill {
33398
+ .pf-v6-l-stack__item.pf-m-fill, .pf-v6-l-stack > .pf-m-fill {
33377
33399
  flex-grow: 1;
33378
33400
  }
33379
33401