@patternfly/react-styles 6.5.0-prerelease.16 → 6.5.0-prerelease.18

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 (57) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/css/components/Accordion/accordion.css +1 -2
  3. package/css/components/Accordion/accordion.d.ts +1 -1
  4. package/css/components/Accordion/accordion.js +1 -1
  5. package/css/components/Accordion/accordion.mjs +1 -1
  6. package/css/components/Breadcrumb/breadcrumb.css +6 -2
  7. package/css/components/Button/button.css +3 -3
  8. package/css/components/Button/button.d.ts +1 -1
  9. package/css/components/Button/button.js +1 -1
  10. package/css/components/Button/button.mjs +1 -1
  11. package/css/components/Card/card.css +16 -12
  12. package/css/components/Card/card.d.ts +3 -2
  13. package/css/components/Card/card.js +3 -2
  14. package/css/components/Card/card.mjs +3 -2
  15. package/css/components/Compass/compass.css +2 -2
  16. package/css/components/Compass/compass.d.ts +1 -1
  17. package/css/components/Compass/compass.js +1 -1
  18. package/css/components/Compass/compass.mjs +1 -1
  19. package/css/components/DataList/data-list.css +1 -1
  20. package/css/components/DataList/data-list.d.ts +1 -1
  21. package/css/components/DataList/data-list.js +1 -1
  22. package/css/components/DataList/data-list.mjs +1 -1
  23. package/css/components/Drawer/drawer.css +4 -6
  24. package/css/components/Drawer/drawer.d.ts +2 -2
  25. package/css/components/Drawer/drawer.js +2 -2
  26. package/css/components/Drawer/drawer.mjs +2 -2
  27. package/css/components/MenuToggle/menu-toggle.css +5 -5
  28. package/css/components/MenuToggle/menu-toggle.d.ts +1 -1
  29. package/css/components/MenuToggle/menu-toggle.js +1 -1
  30. package/css/components/MenuToggle/menu-toggle.mjs +1 -1
  31. package/css/components/OverflowMenu/overflow-menu.css +16 -0
  32. package/css/components/OverflowMenu/overflow-menu.d.ts +1 -0
  33. package/css/components/OverflowMenu/overflow-menu.js +1 -0
  34. package/css/components/OverflowMenu/overflow-menu.mjs +1 -0
  35. package/css/components/Page/page.css +15 -15
  36. package/css/components/Page/page.d.ts +2 -2
  37. package/css/components/Page/page.js +2 -2
  38. package/css/components/Page/page.mjs +2 -2
  39. package/css/components/Table/table.css +59 -21
  40. package/css/components/Table/table.d.ts +3 -1
  41. package/css/components/Table/table.js +3 -1
  42. package/css/components/Table/table.mjs +3 -1
  43. package/css/components/Toolbar/toolbar.css +100 -0
  44. package/css/components/Toolbar/toolbar.d.ts +10 -0
  45. package/css/components/Toolbar/toolbar.js +10 -0
  46. package/css/components/Toolbar/toolbar.mjs +10 -0
  47. package/css/components/Wizard/wizard.css +2 -2
  48. package/css/components/Wizard/wizard.d.ts +1 -1
  49. package/css/components/Wizard/wizard.js +1 -1
  50. package/css/components/Wizard/wizard.mjs +1 -1
  51. package/css/components/_index.css +230 -71
  52. package/css/components/_index.d.ts +14 -3
  53. package/css/components/_index.js +14 -3
  54. package/css/components/_index.mjs +14 -3
  55. package/css/docs/components/OverflowMenu/examples/overflow-menu.css +6 -3
  56. package/css/docs/components/Table/examples/Table.css +2 -1
  57. package/package.json +3 -3
@@ -306,13 +306,12 @@
306
306
  row-gap: var(--pf-v6-c-accordion--RowGap);
307
307
  background-color: var(--pf-v6-c-accordion--BackgroundColor);
308
308
  }
309
- :where(.pf-v6-theme-glass) .pf-v6-c-accordion:not(.pf-m-no-plain-on-glass), .pf-v6-c-accordion.pf-m-plain {
309
+ :where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-accordion.pf-m-plain, :where(:root.pf-v6-theme-glass) .pf-v6-c-accordion:not(.pf-m-no-plain-on-glass) {
310
310
  --pf-v6-c-accordion--BackgroundColor: transparent;
311
311
  --pf-v6-c-accordion__expandable-content--BackgroundColor: transparent;
312
312
  --pf-v6-c-accordion__item--m-expanded--BackgroundColor: transparent;
313
313
  --pf-v6-c-accordion__item--m-expanded__toggle--BackgroundColor: var(--pf-v6-c-accordion--m-plain__item--m-expanded__toggle--BackgroundColor);
314
314
  }
315
-
316
315
  .pf-v6-c-accordion.pf-m-toggle-start {
317
316
  --pf-v6-c-accordion__toggle--ColumnGap: var(--pf-v6-c-accordion--m-toggle-start__toggle--ColumnGap);
318
317
  }
@@ -1501,7 +1500,7 @@
1501
1500
  }
1502
1501
 
1503
1502
  .pf-v6-c-breadcrumb {
1504
- --pf-v6-c-breadcrumb__item--FontSize: var(--pf-t--global--font--size--body--sm);
1503
+ --pf-v6-c-breadcrumb__item--FontSize: var(--pf-t--global--font--size--body--default);
1505
1504
  --pf-v6-c-breadcrumb__item--LineHeight: var(--pf-t--global--font--line-height--body);
1506
1505
  --pf-v6-c-breadcrumb__item--MarginInlineEnd: var(--pf-t--global--spacer--sm);
1507
1506
  --pf-v6-c-breadcrumb__item-divider--Color: var(--pf-t--global--icon--color--regular);
@@ -1512,12 +1511,14 @@
1512
1511
  --pf-v6-c-breadcrumb__link--Color: var(--pf-t--global--text--color--link--default);
1513
1512
  --pf-v6-c-breadcrumb__link--TextDecorationLine: var(--pf-t--global--text-decoration--link--line--default);
1514
1513
  --pf-v6-c-breadcrumb__link--TextDecorationStyle: var(--pf-t--global--text-decoration--link--style--default);
1514
+ --pf-v6-c-breadcrumb__link--TextDecorationColor: var(--pf-t--global--text-decoration--color--default);
1515
1515
  --pf-v6-c-breadcrumb__link--hover--Color: var(--pf-t--global--text--color--link--hover);
1516
1516
  --pf-v6-c-breadcrumb__link--hover--TextDecorationLine: var(--pf-t--global--text-decoration--link--line--hover);
1517
1517
  --pf-v6-c-breadcrumb__link--hover--TextDecorationStyle: var(--pf-t--global--text-decoration--link--style--hover);
1518
+ --pf-v6-c-breadcrumb__link--hover--TextDecorationColor: var(--pf-t--global--text-decoration--color--hover);
1518
1519
  --pf-v6-c-breadcrumb__link--m-current--Color: var(--pf-t--global--text--color--regular);
1519
1520
  --pf-v6-c-breadcrumb__link--BackgroundColor: transparent;
1520
- --pf-v6-c-breadcrumb__heading--FontSize: var( --pf-t--global--font--size--body--sm);
1521
+ --pf-v6-c-breadcrumb__heading--FontSize: var(--pf-v6-c-breadcrumb__item--FontSize);
1521
1522
  --pf-v6-c-breadcrumb__menu-toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
1522
1523
  --pf-v6-c-breadcrumb__menu-toggle--MarginInlineEnd: var(--pf-t--global--spacer--xs);
1523
1524
  --pf-v6-c-breadcrumb__menu-toggle--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
@@ -1570,6 +1571,7 @@
1570
1571
  color: var(--pf-v6-c-breadcrumb__link--Color);
1571
1572
  text-decoration-line: var(--pf-v6-c-breadcrumb__link--TextDecorationLine);
1572
1573
  text-decoration-style: var(--pf-v6-c-breadcrumb__link--TextDecorationStyle);
1574
+ text-decoration-color: var(--pf-v6-c-breadcrumb__link--TextDecorationColor);
1573
1575
  word-break: break-word;
1574
1576
  background-color: var(--pf-v6-c-breadcrumb__link--BackgroundColor);
1575
1577
  }
@@ -1577,6 +1579,7 @@
1577
1579
  --pf-v6-c-breadcrumb__link--Color: var(--pf-v6-c-breadcrumb__link--hover--Color);
1578
1580
  --pf-v6-c-breadcrumb__link--TextDecorationLine: var(--pf-v6-c-breadcrumb__link--hover--TextDecorationLine);
1579
1581
  --pf-v6-c-breadcrumb__link--TextDecorationStyle: var(--pf-v6-c-breadcrumb__link--hover--TextDecorationStyle);
1582
+ --pf-v6-c-breadcrumb__link--TextDecorationColor: var(--pf-v6-c-breadcrumb__link--hover--TextDecorationColor);
1580
1583
  }
1581
1584
  .pf-v6-c-breadcrumb__link.pf-m-current {
1582
1585
  cursor: default;
@@ -2457,15 +2460,15 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
2457
2460
  animation-duration: var(--pf-v6-c-button--m-notify__icon--AnimationDuration--notify);
2458
2461
  animation-timing-function: var(--pf-v6-c-button--m-notify__icon--AnimationTimingFunction--notify);
2459
2462
  }
2460
- .pf-v6-c-button.pf-m-dock {
2463
+ .pf-v6-c-button.pf-m-docked {
2461
2464
  justify-content: flex-start;
2462
2465
  width: 100%;
2463
2466
  }
2464
2467
  @media (min-width: 62rem) {
2465
- .pf-v6-c-button.pf-m-dock {
2468
+ .pf-v6-c-button.pf-m-docked {
2466
2469
  justify-content: center;
2467
2470
  }
2468
- .pf-v6-c-button.pf-m-dock .pf-v6-c-button__text {
2471
+ .pf-v6-c-button.pf-m-docked .pf-v6-c-button__text {
2469
2472
  display: none;
2470
2473
  }
2471
2474
  }
@@ -2811,7 +2814,6 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
2811
2814
  --pf-v6-c-card--BorderStyle: solid;
2812
2815
  --pf-v6-c-card--BorderWidth: var(--pf-t--global--border--width--box--default);
2813
2816
  --pf-v6-c-card--BorderRadius: var(--pf-t--global--border--radius--medium);
2814
- --pf-v6-c-card--BoxShadow: var(--pf-t--global--box-shadow--sm);
2815
2817
  --pf-v6-c-card--first-child--PaddingBlockStart: var(--pf-t--global--spacer--lg);
2816
2818
  --pf-v6-c-card--child--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
2817
2819
  --pf-v6-c-card--child--PaddingBlockEnd: var(--pf-t--global--spacer--lg);
@@ -2882,7 +2884,6 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
2882
2884
  --pf-v6-c-card--m-full-height--Height: 100%;
2883
2885
  --pf-v6-c-card--m-plain--BorderColor: transparent;
2884
2886
  --pf-v6-c-card--m-plain--BackgroundColor: transparent;
2885
- --pf-v6-c-card--m-plain--BoxShadow: none;
2886
2887
  --pf-v6-c-card__header--m-toggle-right--toggle--MarginInlineEnd: calc(var(--pf-t--global--spacer--action--horizontal--plain--default) * -1);
2887
2888
  --pf-v6-c-card__header--m-toggle-right--toggle--MarginInlineStart: var(--pf-t--global--spacer--gap--text-to-element--default);
2888
2889
  --pf-v6-c-card--m-as-tile--BackgroundColor: var(--pf-t--global--background--color--control--default);
@@ -2902,7 +2903,6 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
2902
2903
  background-color: var(--pf-v6-c-card--BackgroundColor);
2903
2904
  border: 0;
2904
2905
  border-radius: var(--pf-v6-c-card--BorderRadius);
2905
- box-shadow: var(--pf-v6-c-card--BoxShadow);
2906
2906
  }
2907
2907
  .pf-v6-c-card::before {
2908
2908
  position: absolute;
@@ -2912,6 +2912,13 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
2912
2912
  border: var(--pf-v6-c-card--BorderColor) var(--pf-v6-c-card--BorderStyle) var(--pf-v6-c-card--BorderWidth);
2913
2913
  border-radius: inherit;
2914
2914
  }
2915
+ :where(.pf-v6-theme-glass) .pf-v6-c-card.pf-m-glass {
2916
+ --pf-v6-c-card--BackgroundColor: var(--pf-v6-c-card--m-glass--BackgroundColor);
2917
+ --pf-v6-c-card--BorderColor: var(--pf-v6-c-card--m-glass--BorderColor);
2918
+ --pf-v6-c-card--BorderWidth: var(--pf-v6-c-card--m-glass--BorderWidth);
2919
+ backdrop-filter: var(--pf-v6-c-card--m-glass--BackdropFilter);
2920
+ box-shadow: var(--pf-v6-c-card--m-glass--BoxShadow);
2921
+ }
2915
2922
  .pf-v6-c-card.pf-m-selectable .pf-v6-c-card__selectable-actions :is(.pf-v6-c-check, .pf-v6-c-radio) {
2916
2923
  gap: 0;
2917
2924
  }
@@ -2993,7 +3000,15 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
2993
3000
  .pf-v6-c-card.pf-m-plain {
2994
3001
  --pf-v6-c-card--BorderColor: var(--pf-v6-c-card--m-plain--BorderColor);
2995
3002
  --pf-v6-c-card--BackgroundColor: var(--pf-v6-c-card--m-plain--BackgroundColor);
2996
- --pf-v6-c-card--BoxShadow: var(--pf-v6-c-card--m-plain--BoxShadow);
3003
+ backdrop-filter: none;
3004
+ }
3005
+ .pf-v6-c-card.pf-m-plain.pf-m-selectable, .pf-v6-c-card.pf-m-plain.pf-m-clickable {
3006
+ --pf-v6-c-card--BorderColor: var(--pf-v6-c-card--m-selectable--BorderColor);
3007
+ --pf-v6-c-card--BorderWidth: var(--pf-v6-c-card--m-selectable--BorderWidth);
3008
+ }
3009
+ .pf-v6-c-card.pf-m-plain.pf-m-selectable.pf-m-current, .pf-v6-c-card.pf-m-plain.pf-m-clickable.pf-m-current {
3010
+ --pf-v6-c-card--BorderColor: var(--pf-v6-c-card--m-selectable--m-clickable--m-current--BorderColor);
3011
+ --pf-v6-c-card--BorderWidth: var(--pf-v6-c-card--m-selectable--m-clickable--m-current--BorderWidth);
2997
3012
  }
2998
3013
  .pf-v6-c-card.pf-m-expanded .pf-v6-c-card__header-toggle-icon {
2999
3014
  transform: rotate(var(--pf-v6-c-card--m-expanded__header-toggle-icon--Rotate));
@@ -3004,14 +3019,6 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
3004
3019
  .pf-v6-c-card > .pf-v6-c-divider + .pf-v6-c-card__header, .pf-v6-c-card > .pf-v6-c-divider + .pf-v6-c-card__title, .pf-v6-c-card > .pf-v6-c-divider + .pf-v6-c-card__body, .pf-v6-c-card > .pf-v6-c-divider + .pf-v6-c-card__footer {
3005
3020
  padding-block-start: var(--pf-v6-c-card--c-divider--child--PaddingBlockStart);
3006
3021
  }
3007
- .pf-v6-c-card.pf-m-glass {
3008
- --pf-v6-c-card--BackgroundColor: var(--pf-v6-c-card--m-glass--BackgroundColor);
3009
- --pf-v6-c-card--BorderColor: var(--pf-v6-c-card--m-glass--BorderColor);
3010
- --pf-v6-c-card--BorderWidth: var(--pf-v6-c-card--m-glass--BorderWidth);
3011
- --pf-v6-c-card--BorderStyle: solid;
3012
- --pf-v6-c-card--BoxShadow: var(--pf-v6-c-card--m-glass--BoxShadow);
3013
- backdrop-filter: var(--pf-v6-c-card--m-glass--BackdropFilter);
3014
- }
3015
3022
 
3016
3023
  .pf-v6-c-card__header {
3017
3024
  display: flex;
@@ -3741,14 +3748,14 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
3741
3748
  background-image: var(--pf-v6-c-compass--BackgroundImage);
3742
3749
  background-size: cover;
3743
3750
  }
3744
- .pf-v6-c-compass.pf-m-dock {
3751
+ .pf-v6-c-compass.pf-m-docked {
3745
3752
  grid-template-areas: "dock main";
3746
3753
  grid-template-rows: auto;
3747
3754
  grid-template-columns: auto 1fr;
3748
3755
  align-items: stretch;
3749
3756
  padding: 0;
3750
3757
  }
3751
- .pf-v6-c-compass.pf-m-dock .pf-v6-c-compass__main {
3758
+ .pf-v6-c-compass.pf-m-docked .pf-v6-c-compass__main {
3752
3759
  padding: var(--pf-v6-c-compass--Padding);
3753
3760
  }
3754
3761
  :root:where(.pf-v6-theme-dark) .pf-v6-c-compass {
@@ -4834,7 +4841,7 @@ ul) {
4834
4841
  .pf-v6-c-data-list.pf-m-drag-over {
4835
4842
  overflow-anchor: none;
4836
4843
  }
4837
- :where(.pf-v6-theme-glass) .pf-v6-c-data-list:not(.pf-m-no-plain-on-glass), .pf-v6-c-data-list.pf-m-plain {
4844
+ :where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-data-list.pf-m-plain, :where(:root.pf-v6-theme-glass) .pf-v6-c-data-list:not(.pf-m-no-plain-on-glass) {
4838
4845
  --pf-v6-c-data-list__item--BackgroundColor: var(--pf-v6-c-data-list--pf-m-plain__item--BackgroundColor);
4839
4846
  }
4840
4847
 
@@ -6484,11 +6491,9 @@ ul) {
6484
6491
  .pf-v6-c-drawer.pf-m-inline > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable), .pf-v6-c-drawer.pf-m-static > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable) {
6485
6492
  padding-inline-start: var(--pf-v6-c-drawer--m-inline__panel--PaddingInlineStart);
6486
6493
  }
6487
- .pf-v6-c-drawer.pf-m-inline.pf-m-glass, .pf-v6-c-drawer.pf-m-static.pf-m-glass {
6494
+ .pf-v6-c-drawer.pf-m-inline > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel.pf-m-glass, .pf-v6-c-drawer.pf-m-static > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel.pf-m-glass {
6488
6495
  --pf-v6-c-drawer__panel--BackgroundColor: var(--pf-v6-c-drawer__panel--m-glass--BackgroundColor);
6489
6496
  --pf-v6-c-drawer__panel--BorderColor: var(--pf-v6-c-drawer__panel--m-glass--BorderColor);
6490
- }
6491
- .pf-v6-c-drawer.pf-m-inline.pf-m-glass > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, .pf-v6-c-drawer.pf-m-static.pf-m-glass > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
6492
6497
  backdrop-filter: var(--pf-v6-c-drawer__panel--m-glass--BackdropFilter);
6493
6498
  }
6494
6499
  .pf-v6-c-drawer.pf-m-panel-left > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
@@ -6588,7 +6593,7 @@ ul) {
6588
6593
  .pf-v6-c-drawer__section.pf-m-secondary {
6589
6594
  --pf-v6-c-drawer__section--BackgroundColor: var(--pf-v6-c-drawer__section--m-secondary--BackgroundColor);
6590
6595
  }
6591
- .pf-v6-c-drawer__section.pf-m-no-background {
6596
+ :where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-drawer__section.pf-m-plain, :where(:root.pf-v6-theme-glass) .pf-v6-c-drawer__section:not(.pf-m-no-plain-on-glass), .pf-v6-c-drawer__section.pf-m-no-background {
6592
6597
  --pf-v6-c-drawer__section--BackgroundColor: transparent;
6593
6598
  }
6594
6599
 
@@ -6821,8 +6826,8 @@ ul) {
6821
6826
  --pf-v6-c-drawer--m-inline__panel--after--Width: var(--pf-v6-c-drawer--m-inline__panel--after--md--Width);
6822
6827
  min-width: var(--pf-v6-c-drawer__panel--MinWidth);
6823
6828
  }
6824
- :where(.pf-v6-theme-glass) .pf-v6-c-drawer.pf-m-inline:not(.pf-m-no-plain-on-glass) > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, .pf-v6-c-drawer.pf-m-inline.pf-m-plain > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, :where(.pf-v6-theme-glass) .pf-v6-c-drawer.pf-m-static:not(.pf-m-no-plain-on-glass) > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, .pf-v6-c-drawer.pf-m-static.pf-m-plain > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
6825
- background: transparent;
6829
+ :where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-drawer.pf-m-inline > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel.pf-m-plain, :where(:root.pf-v6-theme-glass) .pf-v6-c-drawer.pf-m-inline > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-plain-on-glass), :where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-drawer.pf-m-static > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel.pf-m-plain, :where(:root.pf-v6-theme-glass) .pf-v6-c-drawer.pf-m-static > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-plain-on-glass) {
6830
+ --pf-v6-c-drawer__panel--BackgroundColor: transparent;
6826
6831
  }
6827
6832
  .pf-v6-c-drawer > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
6828
6833
  box-shadow: var(--pf-v6-c-drawer--m-expanded__panel--BoxShadow);
@@ -11920,7 +11925,7 @@ ul.pf-v6-c-list {
11920
11925
  --pf-v6-c-menu-toggle--m-plain--BorderWidth: var(--pf-t--global--border--width--action--plain--default);
11921
11926
  --pf-v6-c-menu-toggle--m-plain--hover--BorderWidth: var(--pf-t--global--border--width--action--plain--hover);
11922
11927
  --pf-v6-c-menu-toggle--m-plain--expanded--BorderWidth: var(--pf-t--global--border--width--action--plain--clicked);
11923
- --pf-v6-c-menu-toggle--m-plain--BorderRadius: var(--pf-t--global--border--radius--control--default);
11928
+ --pf-v6-c-menu-toggle--m-plain--BorderRadius: var(--pf-t--global--border--radius--action--plain--default);
11924
11929
  --pf-v6-c-menu-toggle--m-plain--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
11925
11930
  --pf-v6-c-menu-toggle--m-plain--expanded--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);
11926
11931
  --pf-v6-c-menu-toggle--m-plain--disabled--Color: var(--pf-t--global--text--color--disabled);
@@ -12158,17 +12163,17 @@ ul.pf-v6-c-list {
12158
12163
  .pf-v6-c-menu-toggle:is(:disabled, .pf-m-disabled) .pf-v6-c-button {
12159
12164
  pointer-events: none;
12160
12165
  }
12161
- .pf-v6-c-menu-toggle.pf-m-dock {
12166
+ .pf-v6-c-menu-toggle.pf-m-docked {
12162
12167
  justify-content: flex-start;
12163
12168
  width: 100%;
12164
12169
  }
12165
12170
  @media (min-width: 62rem) {
12166
- .pf-v6-c-menu-toggle.pf-m-dock {
12171
+ .pf-v6-c-menu-toggle.pf-m-docked {
12167
12172
  justify-content: center;
12168
12173
  width: auto;
12169
12174
  }
12170
- .pf-v6-c-menu-toggle.pf-m-dock .pf-v6-c-menu-toggle__text,
12171
- .pf-v6-c-menu-toggle.pf-m-dock .pf-v6-c-menu-toggle__controls {
12175
+ .pf-v6-c-menu-toggle.pf-m-docked .pf-v6-c-menu-toggle__text,
12176
+ .pf-v6-c-menu-toggle.pf-m-docked .pf-v6-c-menu-toggle__controls {
12172
12177
  display: none;
12173
12178
  }
12174
12179
  }
@@ -13503,16 +13508,27 @@ ul.pf-v6-c-list {
13503
13508
 
13504
13509
  .pf-v6-c-overflow-menu {
13505
13510
  --pf-v6-c-overflow-menu--ColumnGap: var(--pf-t--global--spacer--md);
13511
+ --pf-v6-c-overflow-menu--RowGap: var(--pf-t--global--spacer--md);
13506
13512
  --pf-v6-c-overflow-menu__group--ColumnGap: var(--pf-t--global--spacer--md);
13513
+ --pf-v6-c-overflow-menu__group--RowGap: var(--pf-t--global--spacer--md);
13507
13514
  --pf-v6-c-overflow-menu__group--m-button-group--ColumnGap: var(--pf-t--global--spacer--sm);
13515
+ --pf-v6-c-overflow-menu__group--m-button-group--RowGap: var(--pf-t--global--spacer--sm);
13508
13516
  --pf-v6-c-overflow-menu__group--m-icon-button-group--ColumnGap: var(--pf-t--global--spacer--xs);
13517
+ --pf-v6-c-overflow-menu__group--m-icon-button-group--RowGap: var(--pf-t--global--spacer--xs);
13509
13518
  }
13510
13519
 
13511
13520
  .pf-v6-c-overflow-menu {
13512
13521
  display: inline-flex;
13522
+ row-gap: var(--pf-v6-c-overflow-menu--RowGap);
13513
13523
  column-gap: var(--pf-v6-c-overflow-menu--ColumnGap);
13514
13524
  }
13515
13525
 
13526
+ .pf-v6-c-overflow-menu.pf-m-vertical,
13527
+ .pf-v6-c-overflow-menu.pf-m-vertical .pf-v6-c-overflow-menu__content,
13528
+ .pf-v6-c-overflow-menu.pf-m-vertical .pf-v6-c-overflow-menu__group {
13529
+ flex-direction: column;
13530
+ }
13531
+
13516
13532
  .pf-v6-c-overflow-menu__content,
13517
13533
  .pf-v6-c-overflow-menu__group {
13518
13534
  display: flex;
@@ -13520,21 +13536,26 @@ ul.pf-v6-c-list {
13520
13536
  }
13521
13537
 
13522
13538
  .pf-v6-c-overflow-menu__group {
13539
+ row-gap: var(--pf-v6-c-overflow-menu__group--RowGap);
13523
13540
  column-gap: var(--pf-v6-c-overflow-menu__group--ColumnGap);
13524
13541
  }
13525
13542
  .pf-v6-c-overflow-menu__group.pf-m-button-group {
13543
+ row-gap: var(--pf-v6-c-overflow-menu__group--m-button-group--RowGap);
13526
13544
  column-gap: var(--pf-v6-c-overflow-menu__group--m-button-group--ColumnGap);
13527
13545
  }
13528
13546
  .pf-v6-c-overflow-menu__group.pf-m-icon-button-group {
13547
+ row-gap: var(--pf-v6-c-overflow-menu__group--m-icon-button-group--RowGap);
13529
13548
  column-gap: var(--pf-v6-c-overflow-menu__group--m-icon-button-group--ColumnGap);
13530
13549
  }
13531
13550
 
13532
13551
  .pf-v6-c-overflow-menu__item {
13552
+ row-gap: var(--pf-v6-c-overflow-menu__item--RowGap, var(--pf-v6-c-overflow-menu--RowGap));
13533
13553
  column-gap: var(--pf-v6-c-overflow-menu__item--ColumnGap, var(--pf-v6-c-overflow-menu--ColumnGap));
13534
13554
  }
13535
13555
 
13536
13556
  .pf-v6-c-overflow-menu__content,
13537
13557
  .pf-v6-c-overflow-menu__control {
13558
+ row-gap: var(--pf-v6-c-overflow-menu--RowGap);
13538
13559
  column-gap: var(--pf-v6-c-overflow-menu--ColumnGap);
13539
13560
  }
13540
13561
 
@@ -13798,7 +13819,7 @@ ul.pf-v6-c-list {
13798
13819
  grid-template-columns: var(--pf-v6-c-page__sidebar--Width) 1fr;
13799
13820
  }
13800
13821
  }
13801
- .pf-v6-c-page.pf-m-dock {
13822
+ .pf-v6-c-page.pf-m-docked {
13802
13823
  --pf-v6-c-page--masthead--main-container--GridArea: main;
13803
13824
  --pf-v6-c-page__main-container--MaxHeight: var(--pf-v6-c-page--m-dock__main-container--MaxHeight);
13804
13825
  --pf-v6-c-page__main-container--MarginBlockStart: var(--pf-v6-c-page--m-dock__main-container--MarginBlockStart);
@@ -13807,7 +13828,7 @@ ul.pf-v6-c-list {
13807
13828
  grid-template-columns: auto 1fr;
13808
13829
  }
13809
13830
  @media (min-width: 62rem) {
13810
- .pf-v6-c-page.pf-m-dock {
13831
+ .pf-v6-c-page.pf-m-docked {
13811
13832
  --pf-v6-c-page__main-container--MarginBlockStart: var(--pf-v6-c-page--m-dock__main-container--desktop--MarginBlockStart);
13812
13833
  --pf-v6-c-page__main-container--MarginInlineStart: 0;
13813
13834
  grid-template-areas: "dock main";
@@ -13815,7 +13836,7 @@ ul.pf-v6-c-list {
13815
13836
  grid-template-columns: auto 1fr;
13816
13837
  column-gap: var(--pf-v6-c-page--m-dock--ColumnGap);
13817
13838
  }
13818
- .pf-v6-c-page.pf-m-dock > .pf-v6-c-masthead {
13839
+ .pf-v6-c-page.pf-m-docked > .pf-v6-c-masthead {
13819
13840
  display: none;
13820
13841
  }
13821
13842
  }
@@ -13874,7 +13895,7 @@ ul.pf-v6-c-list {
13874
13895
  z-index: var(--pf-v6-c-page--c-masthead--ZIndex);
13875
13896
  grid-area: header;
13876
13897
  }
13877
- .pf-v6-c-page.pf-m-dock > .pf-v6-c-masthead {
13898
+ .pf-v6-c-page.pf-m-docked > .pf-v6-c-masthead {
13878
13899
  --pf-v6-c-masthead--m-display-inline--GridTemplateColumns: var(--pf-v6-c-page--m-dock--c-masthead--m-display-inline--GridTemplateColumns);
13879
13900
  }
13880
13901
 
@@ -14313,17 +14334,17 @@ ul.pf-v6-c-list {
14313
14334
  outline: 0;
14314
14335
  }
14315
14336
 
14316
- :where(.pf-v6-theme-glass) .pf-v6-c-page__main-subnav:not(.pf-m-no-plain-on-glass), .pf-v6-c-page__main-subnav.pf-m-plain,
14317
- :where(.pf-v6-theme-glass) .pf-v6-c-page__main-breadcrumb:not(.pf-m-no-plain-on-glass),
14318
- .pf-v6-c-page__main-breadcrumb.pf-m-plain,
14319
- :where(.pf-v6-theme-glass) .pf-v6-c-page__main-tabs:not(.pf-m-no-plain-on-glass),
14320
- .pf-v6-c-page__main-tabs.pf-m-plain,
14321
- :where(.pf-v6-theme-glass) .pf-v6-c-page__main-section:not(.pf-m-no-plain-on-glass),
14322
- .pf-v6-c-page__main-section.pf-m-plain,
14323
- :where(.pf-v6-theme-glass) .pf-v6-c-page__main-wizard:not(.pf-m-no-plain-on-glass),
14324
- .pf-v6-c-page__main-wizard.pf-m-plain,
14325
- :where(.pf-v6-theme-glass) .pf-v6-c-page__main-group:not(.pf-m-no-plain-on-glass),
14326
- .pf-v6-c-page__main-group.pf-m-plain {
14337
+ :where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-page__main-subnav.pf-m-plain, :where(:root.pf-v6-theme-glass) .pf-v6-c-page__main-subnav:not(.pf-m-no-plain-on-glass),
14338
+ :where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-page__main-breadcrumb.pf-m-plain,
14339
+ :where(:root.pf-v6-theme-glass) .pf-v6-c-page__main-breadcrumb:not(.pf-m-no-plain-on-glass),
14340
+ :where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-page__main-tabs.pf-m-plain,
14341
+ :where(:root.pf-v6-theme-glass) .pf-v6-c-page__main-tabs:not(.pf-m-no-plain-on-glass),
14342
+ :where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-page__main-section.pf-m-plain,
14343
+ :where(:root.pf-v6-theme-glass) .pf-v6-c-page__main-section:not(.pf-m-no-plain-on-glass),
14344
+ :where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-page__main-wizard.pf-m-plain,
14345
+ :where(:root.pf-v6-theme-glass) .pf-v6-c-page__main-wizard:not(.pf-m-no-plain-on-glass),
14346
+ :where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-page__main-group.pf-m-plain,
14347
+ :where(:root.pf-v6-theme-glass) .pf-v6-c-page__main-group:not(.pf-m-no-plain-on-glass) {
14327
14348
  --pf-v6-c-page__main-section--BackgroundColor: transparent;
14328
14349
  --pf-v6-c-page__main-subnav--BackgroundColor: transparent;
14329
14350
  --pf-v6-c-page__main-breadcrumb--BackgroundColor: transparent;
@@ -19058,6 +19079,9 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
19058
19079
  --pf-v6-c-table__tbody--m-clickable--m-expanded--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
19059
19080
  --pf-v6-c-table__tbody--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
19060
19081
  --pf-v6-c-table__tbody--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
19082
+ --pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth: var(--pf-v6-c-table--border-width--base);
19083
+ --pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndColor: var(--pf-v6-c-table--BorderColor);
19084
+ --pf-v6-c-table__thead--m-nested-column-header--after--ZIndex: calc(var(--pf-t--global--z-index--xs) + 2);
19061
19085
  --pf-v6-c-table__thead--m-nested-column-header--button--OutlineOffset: -0.1875rem;
19062
19086
  --pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockStart: var(--pf-t--global--spacer--xs);
19063
19087
  --pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockEnd: var(--pf-t--global--spacer--md);
@@ -19065,55 +19089,79 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
19065
19089
  --pf-v6-c-table__nested-column-header__button--PaddingInlineStart: calc(var(--pf-v6-c-table__button--PaddingInlineStart) - var(--pf-t--global--spacer--control--horizontal--plain));
19066
19090
  --pf-v6-c-table__nested-column-header__button--PaddingInlineEnd: calc(var(--pf-v6-c-table__button--PaddingInlineEnd) - (var(--pf-t--global--spacer--control--horizontal--plain) / 2));
19067
19091
  --pf-v6-c-table--m-striped__tr--BackgroundColor: var(--pf-t--global--background--color--striped--row--default);
19092
+ --pf-v6-c-table--m-sticky-header--BackgroundColor: var(--pf-t--global--background--color--sticky--default);
19068
19093
  --pf-v6-c-table--m-sticky-header--cell--ZIndex: var(--pf-t--global--z-index--xs);
19069
19094
  --pf-v6-c-table--m-sticky-header--ZIndex: calc(var(--pf-t--global--z-index--xs) + 1);
19070
19095
  --pf-v6-c-table--m-sticky-header--border--ZIndex: calc(var(--pf-t--global--z-index--xs) + 2);
19096
+ --pf-v6-c-table--m-sticky-header--BorderRadius: 0;
19097
+ --pf-v6-c-table--m-sticky-header--BoxShadow: 0;
19098
+ --pf-v6-c-table--m-sticky-header--BorderBlockEndWidth: var(--pf-v6-c-table--border-width--base);
19099
+ --pf-v6-c-table--m-sticky-header--BorderBlockEndColor: var(--pf-v6-c-table--BorderColor);
19100
+ --pf-v6-c-table--m-sticky-header--BorderRadius--glass: var(--pf-t--global--border--radius--medium);
19101
+ --pf-v6-c-table--m-sticky-header--BoxShadow--glass: var(--pf-t--global--box-shadow--sm);
19102
+ --pf-v6-c-table--m-sticky-header--TransitionTimingFunction--BackgroundColor: var(--pf-t--global--motion--timing-function--default);
19103
+ --pf-v6-c-table--m-sticky-header--TransitionDuration--BackgroundColor: var(--pf-t--global--motion--duration--fade--default);
19104
+ }
19105
+ :where(.pf-v6-theme-glass) .pf-v6-c-table {
19106
+ --pf-v6-c-table--m-sticky-header--BorderBlockEndWidth: 0;
19107
+ --pf-v6-c-table--m-sticky-header--BoxShadow: var(--pf-v6-c-table--m-sticky-header--BoxShadow--glass);
19108
+ --pf-v6-c-table--m-sticky-header--BorderRadius: var(--pf-v6-c-table--m-sticky-header--BorderRadius--glass);
19071
19109
  }
19072
19110
 
19073
19111
  .pf-v6-c-table {
19074
19112
  width: 100%;
19075
19113
  background-color: var(--pf-v6-c-table--BackgroundColor);
19076
19114
  }
19077
- :where(.pf-v6-theme-glass) .pf-v6-c-table:not(.pf-m-no-plain-on-glass), .pf-v6-c-table.pf-m-plain {
19115
+ :where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-table.pf-m-plain, :where(:root.pf-v6-theme-glass) .pf-v6-c-table:not(.pf-m-no-plain-on-glass) {
19078
19116
  --pf-v6-c-table--BackgroundColor: transparent;
19079
19117
  --pf-v6-c-table__expandable-row-content--BackgroundColor: transparent;
19080
19118
  --pf-v6-c-table__expandable-row-content--PaddingInlineStart: 0;
19081
19119
  --pf-v6-c-table__expandable-row-content--PaddingInlineEnd: 0;
19082
19120
  --pf-v6-c-table__control-row--BackgroundColor: transparent;
19083
19121
  }
19084
-
19085
19122
  .pf-v6-c-table.pf-m-fixed {
19086
19123
  table-layout: fixed;
19087
19124
  }
19088
- .pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead,
19089
- .pf-v6-c-table .pf-v6-c-table__thead.pf-m-nested-column-header {
19125
+ .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead::before, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead::after {
19126
+ opacity: 0;
19127
+ transition-timing-function: var(--pf-v6-c-table--m-sticky-header--TransitionTimingFunction--BackgroundColor);
19128
+ transition-duration: var(--pf-v6-c-table--m-sticky-header--TransitionDuration--BackgroundColor);
19129
+ transition-property: opacity;
19130
+ }
19131
+ .pf-v6-c-table.pf-m-sticky-header, .pf-v6-c-table.pf-m-sticky-header-stuck {
19132
+ --pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth: 0;
19133
+ }
19134
+ .pf-v6-c-table.pf-m-sticky-header-stuck > .pf-v6-c-table__thead::before, .pf-v6-c-table.pf-m-sticky-header-stuck > .pf-v6-c-table__thead::after {
19135
+ opacity: 1;
19136
+ }
19137
+ .pf-v6-c-table.pf-m-sticky-header, .pf-v6-c-table.pf-m-sticky-header-base {
19138
+ position: relative;
19139
+ }
19140
+ .pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead {
19090
19141
  position: sticky;
19091
19142
  inset-block-start: 0;
19092
19143
  z-index: var(--pf-v6-c-table--m-sticky-header--ZIndex);
19093
- background: var(--pf-v6-c-table--BackgroundColor);
19094
19144
  }
19095
- .pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead::before,
19096
- .pf-v6-c-table .pf-v6-c-table__thead.pf-m-nested-column-header::before {
19145
+ .pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead::before, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead::before {
19097
19146
  position: absolute;
19098
- inset-block-start: 0;
19099
- inset-block-end: 0;
19100
- inset-inline-start: 0;
19101
- inset-inline-end: 0;
19102
- z-index: var(--pf-v6-c-table--m-sticky-header--border--ZIndex);
19147
+ inset: 0;
19148
+ z-index: -1;
19103
19149
  pointer-events: none;
19104
19150
  content: "";
19105
- border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
19151
+ background-color: var(--pf-v6-c-table--m-sticky-header--BackgroundColor);
19152
+ border-radius: var(--pf-v6-c-table--m-sticky-header--BorderRadius);
19153
+ box-shadow: var(--pf-v6-c-table--m-sticky-header--BoxShadow);
19106
19154
  }
19107
- .pf-v6-c-table.pf-m-sticky-header {
19108
- position: relative;
19109
- }
19110
- .pf-v6-c-table.pf-m-sticky-header thead:where(.pf-v6-c-table__thead) tr:where(.pf-v6-c-table__tr) > :where(th, td) {
19155
+ .pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead > :where(th, td), .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead > :where(th, td) {
19111
19156
  z-index: var(--pf-v6-c-table--m-sticky-header--cell--ZIndex);
19112
19157
  }
19113
- .pf-v6-c-table.pf-m-sticky-header > .pf-m-nested-column-header {
19114
- position: sticky;
19115
- inset-block-start: 0;
19116
- background: var(--pf-v6-c-table--BackgroundColor);
19158
+ .pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead::after, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead::after {
19159
+ position: absolute;
19160
+ inset: 0;
19161
+ z-index: var(--pf-v6-c-table--m-sticky-header--border--ZIndex);
19162
+ pointer-events: none;
19163
+ content: "";
19164
+ border-block-end: var(--pf-v6-c-table--m-sticky-header--BorderBlockEndWidth) solid var(--pf-v6-c-table--m-sticky-header--BorderBlockEndColor);
19117
19165
  }
19118
19166
  .pf-v6-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:last-child) {
19119
19167
  border-block-end: 0;
@@ -19804,6 +19852,17 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
19804
19852
  --pf-v6-c-table__toggle--PaddingBlockEnd: var(--pf-v6-c-table__thead__toggle--PaddingBlockEnd);
19805
19853
  vertical-align: bottom;
19806
19854
  }
19855
+ .pf-v6-c-table__thead.pf-m-nested-column-header {
19856
+ position: relative;
19857
+ }
19858
+ .pf-v6-c-table__thead.pf-m-nested-column-header::after {
19859
+ position: absolute;
19860
+ inset: 0;
19861
+ z-index: var(--pf-v6-c-table__thead--m-nested-column-header--after--ZIndex);
19862
+ pointer-events: none;
19863
+ content: "";
19864
+ border-block-end: var(--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth) solid var(--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndColor);
19865
+ }
19807
19866
  .pf-v6-c-table__thead.pf-m-nested-column-header .pf-v6-c-table__button {
19808
19867
  --pf-v6-c-table__button--PaddingInlineStart: var(--pf-v6-c-table__nested-column-header__button--PaddingInlineStart);
19809
19868
  --pf-v6-c-table__button--PaddingInlineEnd: var(--pf-v6-c-table__nested-column-header__button--PaddingInlineEnd);
@@ -22403,6 +22462,66 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
22403
22462
  .pf-v6-c-toolbar__item.pf-m-hidden {
22404
22463
  --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
22405
22464
  }
22465
+ @media screen and (min-height: 0) {
22466
+ .pf-v6-c-toolbar__content-section.pf-m-hidden-on-sm-height,
22467
+ .pf-v6-c-toolbar__group.pf-m-hidden-on-sm-height,
22468
+ .pf-v6-c-toolbar__item.pf-m-hidden-on-sm-height {
22469
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
22470
+ }
22471
+ .pf-v6-c-toolbar__content-section.pf-m-visible-on-sm-height,
22472
+ .pf-v6-c-toolbar__group.pf-m-visible-on-sm-height,
22473
+ .pf-v6-c-toolbar__item.pf-m-visible-on-sm-height {
22474
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
22475
+ }
22476
+ }
22477
+ @media screen and (min-height: 40rem) {
22478
+ .pf-v6-c-toolbar__content-section.pf-m-hidden-on-md-height,
22479
+ .pf-v6-c-toolbar__group.pf-m-hidden-on-md-height,
22480
+ .pf-v6-c-toolbar__item.pf-m-hidden-on-md-height {
22481
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
22482
+ }
22483
+ .pf-v6-c-toolbar__content-section.pf-m-visible-on-md-height,
22484
+ .pf-v6-c-toolbar__group.pf-m-visible-on-md-height,
22485
+ .pf-v6-c-toolbar__item.pf-m-visible-on-md-height {
22486
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
22487
+ }
22488
+ }
22489
+ @media screen and (min-height: 48rem) {
22490
+ .pf-v6-c-toolbar__content-section.pf-m-hidden-on-lg-height,
22491
+ .pf-v6-c-toolbar__group.pf-m-hidden-on-lg-height,
22492
+ .pf-v6-c-toolbar__item.pf-m-hidden-on-lg-height {
22493
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
22494
+ }
22495
+ .pf-v6-c-toolbar__content-section.pf-m-visible-on-lg-height,
22496
+ .pf-v6-c-toolbar__group.pf-m-visible-on-lg-height,
22497
+ .pf-v6-c-toolbar__item.pf-m-visible-on-lg-height {
22498
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
22499
+ }
22500
+ }
22501
+ @media screen and (min-height: 60rem) {
22502
+ .pf-v6-c-toolbar__content-section.pf-m-hidden-on-xl-height,
22503
+ .pf-v6-c-toolbar__group.pf-m-hidden-on-xl-height,
22504
+ .pf-v6-c-toolbar__item.pf-m-hidden-on-xl-height {
22505
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
22506
+ }
22507
+ .pf-v6-c-toolbar__content-section.pf-m-visible-on-xl-height,
22508
+ .pf-v6-c-toolbar__group.pf-m-visible-on-xl-height,
22509
+ .pf-v6-c-toolbar__item.pf-m-visible-on-xl-height {
22510
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
22511
+ }
22512
+ }
22513
+ @media screen and (min-height: 80rem) {
22514
+ .pf-v6-c-toolbar__content-section.pf-m-hidden-on-2xl-height,
22515
+ .pf-v6-c-toolbar__group.pf-m-hidden-on-2xl-height,
22516
+ .pf-v6-c-toolbar__item.pf-m-hidden-on-2xl-height {
22517
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
22518
+ }
22519
+ .pf-v6-c-toolbar__content-section.pf-m-visible-on-2xl-height,
22520
+ .pf-v6-c-toolbar__group.pf-m-visible-on-2xl-height,
22521
+ .pf-v6-c-toolbar__item.pf-m-visible-on-2xl-height {
22522
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
22523
+ }
22524
+ }
22406
22525
  @media screen and (min-width: 36rem) {
22407
22526
  .pf-v6-c-toolbar__content-section.pf-m-hidden-on-sm,
22408
22527
  .pf-v6-c-toolbar__group.pf-m-hidden-on-sm,
@@ -22478,6 +22597,46 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
22478
22597
  .pf-v6-c-toolbar__content.pf-m-hidden {
22479
22598
  --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
22480
22599
  }
22600
+ @media screen and (min-height: 0) {
22601
+ .pf-v6-c-toolbar__content.pf-m-hidden-on-sm-height {
22602
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
22603
+ }
22604
+ .pf-v6-c-toolbar__content.pf-m-visible-on-sm-height {
22605
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
22606
+ }
22607
+ }
22608
+ @media screen and (min-height: 40rem) {
22609
+ .pf-v6-c-toolbar__content.pf-m-hidden-on-md-height {
22610
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
22611
+ }
22612
+ .pf-v6-c-toolbar__content.pf-m-visible-on-md-height {
22613
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
22614
+ }
22615
+ }
22616
+ @media screen and (min-height: 48rem) {
22617
+ .pf-v6-c-toolbar__content.pf-m-hidden-on-lg-height {
22618
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
22619
+ }
22620
+ .pf-v6-c-toolbar__content.pf-m-visible-on-lg-height {
22621
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
22622
+ }
22623
+ }
22624
+ @media screen and (min-height: 60rem) {
22625
+ .pf-v6-c-toolbar__content.pf-m-hidden-on-xl-height {
22626
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
22627
+ }
22628
+ .pf-v6-c-toolbar__content.pf-m-visible-on-xl-height {
22629
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
22630
+ }
22631
+ }
22632
+ @media screen and (min-height: 80rem) {
22633
+ .pf-v6-c-toolbar__content.pf-m-hidden-on-2xl-height {
22634
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
22635
+ }
22636
+ .pf-v6-c-toolbar__content.pf-m-visible-on-2xl-height {
22637
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
22638
+ }
22639
+ }
22481
22640
  @media screen and (min-width: 36rem) {
22482
22641
  .pf-v6-c-toolbar__content.pf-m-hidden-on-sm {
22483
22642
  --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
@@ -25200,14 +25359,14 @@ label.pf-v6-c-tree-view__node-text {
25200
25359
  .pf-v6-c-wizard.pf-m-finished .pf-v6-c-wizard__toggle {
25201
25360
  display: none;
25202
25361
  }
25203
- :where(.pf-v6-theme-glass) .pf-v6-c-wizard:not(.pf-m-no-plain-on-glass), .pf-v6-c-wizard.pf-m-plain {
25362
+ :where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-wizard.pf-m-plain, :where(:root.pf-v6-theme-glass) .pf-v6-c-wizard:not(.pf-m-no-plain-on-glass) {
25204
25363
  --pf-v6-c-wizard__header--BackgroundColor: var(--pf-v6-c-wizard--m-plain__header--BackgroundColor);
25205
25364
  --pf-v6-c-wizard__toggle--BackgroundColor: var(--pf-v6-c-wizard--m-plain__toggle--BackgroundColor);
25206
25365
  --pf-v6-c-wizard__outer-wrap--BackgroundColor: var(--pf-v6-c-wizard--m-plain__outer-wrap--BackgroundColor);
25207
25366
  --pf-v6-c-wizard__footer--BackgroundColor: var(--pf-v6-c-wizard--m-plain__footer--BackgroundColor);
25208
25367
  }
25209
25368
  @media screen and (min-width: 62rem) {
25210
- :where(.pf-v6-theme-glass) .pf-v6-c-wizard:not(.pf-m-no-plain-on-glass), .pf-v6-c-wizard.pf-m-plain {
25369
+ :where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-wizard.pf-m-plain, :where(:root.pf-v6-theme-glass) .pf-v6-c-wizard:not(.pf-m-no-plain-on-glass) {
25211
25370
  --pf-v6-c-wizard__nav--BackgroundColor: var(--pf-v6-c-wizard--m-plain__nav--BackgroundColor);
25212
25371
  }
25213
25372
  }
@@ -430,7 +430,7 @@ declare const _default: {
430
430
  "progress": "pf-m-progress",
431
431
  "inProgress": "pf-m-in-progress",
432
432
  "notify": "pf-m-notify",
433
- "dock": "pf-m-dock",
433
+ "docked": "pf-m-docked",
434
434
  "textExpanded": "pf-m-text-expanded",
435
435
  "start": "pf-m-start",
436
436
  "end": "pf-m-end",
@@ -441,11 +441,11 @@ declare const _default: {
441
441
  "selected": "pf-m-selected",
442
442
  "hover": "pf-m-hover",
443
443
  "focus": "pf-m-focus",
444
+ "glass": "pf-m-glass",
444
445
  "selectable": "pf-m-selectable",
445
446
  "clickable": "pf-m-clickable",
446
447
  "compact": "pf-m-compact",
447
448
  "fullHeight": "pf-m-full-height",
448
- "glass": "pf-m-glass",
449
449
  "toggleRight": "pf-m-toggle-right",
450
450
  "wrap": "pf-m-wrap",
451
451
  "noOffset": "pf-m-no-offset",
@@ -685,7 +685,6 @@ declare const _default: {
685
685
  "category": "pf-m-category",
686
686
  "iconLg": "pf-m-icon-lg",
687
687
  "resizeObserver": "pf-m-resize-observer",
688
- "docked": "pf-m-docked",
689
688
  "displayStack": "pf-m-display-stack",
690
689
  "displayInline": "pf-m-display-inline",
691
690
  "displayStackOnSm": "pf-m-display-stack-on-sm",
@@ -826,7 +825,9 @@ declare const _default: {
826
825
  "reverse": "pf-m-reverse",
827
826
  "grid": "pf-m-grid",
828
827
  "fitContent": "pf-m-fit-content",
828
+ "stickyHeaderBase": "pf-m-sticky-header-base",
829
829
  "stickyHeader": "pf-m-sticky-header",
830
+ "stickyHeaderStuck": "pf-m-sticky-header-stuck",
830
831
  "nestedColumnHeader": "pf-m-nested-column-header",
831
832
  "striped": "pf-m-striped",
832
833
  "stripedEven": "pf-m-striped-even",
@@ -871,6 +872,16 @@ declare const _default: {
871
872
  "h4": "pf-m-h4",
872
873
  "h5": "pf-m-h5",
873
874
  "h6": "pf-m-h6",
875
+ "hiddenOnSmHeight": "pf-m-hidden-on-sm-height",
876
+ "visibleOnSmHeight": "pf-m-visible-on-sm-height",
877
+ "hiddenOnMdHeight": "pf-m-hidden-on-md-height",
878
+ "visibleOnMdHeight": "pf-m-visible-on-md-height",
879
+ "hiddenOnLgHeight": "pf-m-hidden-on-lg-height",
880
+ "visibleOnLgHeight": "pf-m-visible-on-lg-height",
881
+ "hiddenOnXlHeight": "pf-m-hidden-on-xl-height",
882
+ "visibleOnXlHeight": "pf-m-visible-on-xl-height",
883
+ "hiddenOn_2xlHeight": "pf-m-hidden-on-2xl-height",
884
+ "visibleOn_2xlHeight": "pf-m-visible-on-2xl-height",
874
885
  "expandAll": "pf-m-expand-all",
875
886
  "label": "pf-m-label",
876
887
  "pagination": "pf-m-pagination",