@patternfly/react-styles 6.0.0-alpha.30 → 6.0.0-alpha.31

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 (92) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/css/components/AboutModalBox/about-modal-box.css +11 -11
  3. package/css/components/Accordion/accordion.css +2 -0
  4. package/css/components/Avatar/avatar.css +40 -40
  5. package/css/components/BackToTop/back-to-top.css +1 -1
  6. package/css/components/Banner/banner.css +1 -1
  7. package/css/components/Brand/brand.css +10 -10
  8. package/css/components/Breadcrumb/breadcrumb.css +9 -6
  9. package/css/components/Button/button.css +16 -7
  10. package/css/components/Card/card.css +1 -1
  11. package/css/components/Content/content.css +12 -9
  12. package/css/components/DataList/data-list-grid.css +19 -19
  13. package/css/components/DataList/data-list.css +37 -41
  14. package/css/components/DescriptionList/description-list-order.css +5 -5
  15. package/css/components/DescriptionList/description-list.css +26 -31
  16. package/css/components/Divider/divider.css +20 -20
  17. package/css/components/Drawer/drawer.css +12 -12
  18. package/css/components/Form/form.css +6 -6
  19. package/css/components/JumpLinks/jump-links.css +6 -6
  20. package/css/components/Label/label.css +18 -17
  21. package/css/components/Login/login.css +13 -13
  22. package/css/components/Masthead/masthead.css +7 -7
  23. package/css/components/Menu/menu.css +10 -10
  24. package/css/components/MenuToggle/menu-toggle.css +6 -0
  25. package/css/components/MenuToggle/menu-toggle.d.ts +2 -1
  26. package/css/components/MenuToggle/menu-toggle.js +2 -1
  27. package/css/components/MenuToggle/menu-toggle.mjs +2 -1
  28. package/css/components/ModalBox/modal-box.css +2 -2
  29. package/css/components/Page/page.css +16 -149
  30. package/css/components/Page/page.d.ts +0 -2
  31. package/css/components/Page/page.js +0 -2
  32. package/css/components/Page/page.mjs +0 -2
  33. package/css/components/Pagination/pagination.css +8 -8
  34. package/css/components/ProgressStepper/progress-stepper.css +14 -13
  35. package/css/components/Sidebar/sidebar.css +8 -8
  36. package/css/components/SimpleList/simple-list.css +1 -1
  37. package/css/components/TabContent/tab-content.css +1 -1
  38. package/css/components/Table/table-grid.css +14 -20
  39. package/css/components/Table/table-tree-view.css +44 -54
  40. package/css/components/Table/table-tree-view.d.ts +1 -3
  41. package/css/components/Table/table-tree-view.js +1 -3
  42. package/css/components/Table/table-tree-view.mjs +1 -3
  43. package/css/components/Table/table.css +5 -5
  44. package/css/components/Tabs/tabs.css +11 -11
  45. package/css/components/Timestamp/timestamp.css +8 -17
  46. package/css/components/ToggleGroup/toggle-group.css +2 -2
  47. package/css/components/Toolbar/toolbar.css +30 -29
  48. package/css/components/Wizard/wizard.css +6 -6
  49. package/css/components/_index.css +434 -575
  50. package/css/components/_index.d.ts +1 -3
  51. package/css/components/_index.js +1 -3
  52. package/css/components/_index.mjs +1 -3
  53. package/css/layouts/Flex/flex.css +35 -35
  54. package/css/layouts/Gallery/gallery.css +10 -10
  55. package/css/layouts/Grid/grid.css +15 -15
  56. package/css/layouts/_index.css +60 -60
  57. package/css/utilities/Accessibility/accessibility.css +15 -15
  58. package/css/utilities/Alignment/alignment.css +5 -5
  59. package/css/utilities/BackgroundColor/background-color.css +5 -5
  60. package/css/utilities/Display/display.css +5 -5
  61. package/css/utilities/Flex/flex.css +50 -50
  62. package/css/utilities/Float/float.css +5 -5
  63. package/css/utilities/Sizing/sizing.css +30 -30
  64. package/css/utilities/Spacing/spacing.css +700 -700
  65. package/css/utilities/Text/text.css +20 -20
  66. package/css/utilities/_index.css +835 -835
  67. package/package.json +3 -3
  68. package/css/components/Consoles/AccessConsoles.css +0 -14
  69. package/css/components/Consoles/AccessConsoles.d.ts +0 -6
  70. package/css/components/Consoles/AccessConsoles.js +0 -7
  71. package/css/components/Consoles/AccessConsoles.mjs +0 -5
  72. package/css/components/Consoles/DesktopViewer.css +0 -6
  73. package/css/components/Consoles/DesktopViewer.d.ts +0 -5
  74. package/css/components/Consoles/DesktopViewer.js +0 -6
  75. package/css/components/Consoles/DesktopViewer.mjs +0 -4
  76. package/css/components/Consoles/SerialConsole.css +0 -11
  77. package/css/components/Consoles/SerialConsole.d.ts +0 -6
  78. package/css/components/Consoles/SerialConsole.js +0 -7
  79. package/css/components/Consoles/SerialConsole.mjs +0 -5
  80. package/css/components/Consoles/VncConsole.css +0 -10
  81. package/css/components/Consoles/VncConsole.d.ts +0 -6
  82. package/css/components/Consoles/VncConsole.js +0 -7
  83. package/css/components/Consoles/VncConsole.mjs +0 -5
  84. package/css/components/Consoles/xterm.css +0 -171
  85. package/css/components/Consoles/xterm.d.ts +0 -26
  86. package/css/components/Consoles/xterm.js +0 -27
  87. package/css/components/Consoles/xterm.mjs +0 -25
  88. package/src/css/components/Consoles/AccessConsoles.css +0 -14
  89. package/src/css/components/Consoles/DesktopViewer.css +0 -6
  90. package/src/css/components/Consoles/SerialConsole.css +0 -11
  91. package/src/css/components/Consoles/VncConsole.css +0 -10
  92. package/src/css/components/Consoles/xterm.css +0 -171
@@ -86,9 +86,11 @@
86
86
  --pf-v6-c-progress-stepper__step--m-danger__step-title--Color: var(--pf-t--global--text--color--status--danger--default);
87
87
  --pf-v6-c-progress-stepper__step-title--m-help-text--PaddingInlineStart: 0;
88
88
  --pf-v6-c-progress-stepper__step-title--m-help-text--PaddingInlineEnd: 0;
89
- --pf-v6-c-progress-stepper__step-title--m-help-text--TextDecorationColor: currentcolor;
90
- --pf-v6-c-progress-stepper__step-title--m-help-text--TextDecorationThickness: var(--pf-t--global--link--text-decoration);
89
+ --pf-v6-c-progress-stepper__step-title--m-help-text--TextDecorationLine: var(--pf-t--global--text-decoration--help-text--line--default);
90
+ --pf-v6-c-progress-stepper__step-title--m-help-text--TextDecorationStyle: var(--pf-t--global--text-decoration--help-text--style--default);
91
91
  --pf-v6-c-progress-stepper__step-title--m-help-text--TextUnderlineOffset: 0.25rem;
92
+ --pf-v6-c-progress-stepper__step-title--m-help-text--hover--TextDecorationLine: var(--pf-t--global--text-decoration--help-text--line--hover);
93
+ --pf-v6-c-progress-stepper__step-title--m-help-text--hover--TextDecorationStyle: var(--pf-t--global--text-decoration--help-text--style--hover);
92
94
  --pf-v6-c-progress-stepper__step-title--m-help-text--hover--Color: var(--pf-t--global--text--color--brand--hover);
93
95
  --pf-v6-c-progress-stepper__step--m-danger__step-title--m-help-text--hover--Color: var(--pf-t--global--text--color--status--danger--hover);
94
96
  --pf-v6-c-progress-stepper__step-description--MarginBlockStart: var(--pf-t--global--spacer--xs);
@@ -116,7 +118,7 @@
116
118
  --pf-v6-c-progress-stepper--m-center__step-connector--before--Content: none;
117
119
  --pf-v6-c-progress-stepper--m-center__step-main--before--Content: "";
118
120
  }
119
- @media screen and (min-width: 768px) {
121
+ @media screen and (min-width: 48rem) {
120
122
  :where(:root, .pf-v6-c-progress-stepper) {
121
123
  --pf-v6-c-progress-stepper--GridAutoFlow: var(--pf-v6-c-progress-stepper--m-horizontal--GridAutoFlow);
122
124
  --pf-v6-c-progress-stepper--GridTemplateColumns: var(--pf-v6-c-progress-stepper--m-horizontal--GridTemplateColumns);
@@ -314,14 +316,13 @@
314
316
  .pf-v6-c-progress-stepper__step-title.pf-m-help-text {
315
317
  padding-inline-start: var(--pf-v6-c-progress-stepper__step-title--m-help-text--PaddingInlineStart);
316
318
  padding-inline-end: var(--pf-v6-c-progress-stepper__step-title--m-help-text--PaddingInlineEnd);
317
- text-decoration: underline;
318
- text-decoration-thickness: var(--pf-v6-c-progress-stepper__step-title--m-help-text--TextDecorationThickness);
319
- text-decoration-style: dashed;
320
- text-decoration-color: var(--pf-v6-c-progress-stepper__step-title--m-help-text--TextDecorationColor);
319
+ text-decoration: var(--pf-v6-c-progress-stepper__step-title--m-help-text--TextDecorationLine) var(--pf-v6-c-progress-stepper__step-title--m-help-text--TextDecorationStyle);
321
320
  text-underline-offset: var(--pf-v6-c-progress-stepper__step-title--m-help-text--TextUnderlineOffset);
322
321
  cursor: pointer;
323
322
  }
324
- .pf-v6-c-progress-stepper__step-title.pf-m-help-text:hover, .pf-v6-c-progress-stepper__step-title.pf-m-help-text:focus {
323
+ .pf-v6-c-progress-stepper__step-title.pf-m-help-text:is(:hover, :focus) {
324
+ --pf-v6-c-progress-stepper__step-title--m-help-text--TextDecorationLine: var(--pf-v6-c-progress-stepper__step-title--m-help-text--hover--TextDecorationLine);
325
+ --pf-v6-c-progress-stepper__step-title--m-help-text--TextDecorationStyle: var(--pf-v6-c-progress-stepper__step-title--m-help-text--hover--TextDecorationStyle);
325
326
  --pf-v6-c-progress-stepper__step-title--Color: var(--pf-v6-c-progress-stepper__step-title--m-help-text--hover--Color);
326
327
  }
327
328
 
@@ -376,7 +377,7 @@
376
377
  --pf-v6-c-progress-stepper--m-center__step-connector--before--Content: none;
377
378
  --pf-v6-c-progress-stepper--m-center__step-main--before--Content: "";
378
379
  }
379
- @media (min-width: 576px) {
380
+ @media (min-width: 36rem) {
380
381
  .pf-v6-c-progress-stepper.pf-m-horizontal-on-sm {
381
382
  --pf-v6-c-progress-stepper--GridAutoFlow: var(--pf-v6-c-progress-stepper--m-horizontal--GridAutoFlow);
382
383
  --pf-v6-c-progress-stepper--GridTemplateColumns: var(--pf-v6-c-progress-stepper--m-horizontal--GridTemplateColumns);
@@ -422,7 +423,7 @@
422
423
  --pf-v6-c-progress-stepper--m-center__step-main--before--Content: "";
423
424
  }
424
425
  }
425
- @media (min-width: 768px) {
426
+ @media (min-width: 48rem) {
426
427
  .pf-v6-c-progress-stepper.pf-m-horizontal-on-md {
427
428
  --pf-v6-c-progress-stepper--GridAutoFlow: var(--pf-v6-c-progress-stepper--m-horizontal--GridAutoFlow);
428
429
  --pf-v6-c-progress-stepper--GridTemplateColumns: var(--pf-v6-c-progress-stepper--m-horizontal--GridTemplateColumns);
@@ -468,7 +469,7 @@
468
469
  --pf-v6-c-progress-stepper--m-center__step-main--before--Content: "";
469
470
  }
470
471
  }
471
- @media (min-width: 992px) {
472
+ @media (min-width: 62rem) {
472
473
  .pf-v6-c-progress-stepper.pf-m-horizontal-on-lg {
473
474
  --pf-v6-c-progress-stepper--GridAutoFlow: var(--pf-v6-c-progress-stepper--m-horizontal--GridAutoFlow);
474
475
  --pf-v6-c-progress-stepper--GridTemplateColumns: var(--pf-v6-c-progress-stepper--m-horizontal--GridTemplateColumns);
@@ -514,7 +515,7 @@
514
515
  --pf-v6-c-progress-stepper--m-center__step-main--before--Content: "";
515
516
  }
516
517
  }
517
- @media (min-width: 1200px) {
518
+ @media (min-width: 75rem) {
518
519
  .pf-v6-c-progress-stepper.pf-m-horizontal-on-xl {
519
520
  --pf-v6-c-progress-stepper--GridAutoFlow: var(--pf-v6-c-progress-stepper--m-horizontal--GridAutoFlow);
520
521
  --pf-v6-c-progress-stepper--GridTemplateColumns: var(--pf-v6-c-progress-stepper--m-horizontal--GridTemplateColumns);
@@ -560,7 +561,7 @@
560
561
  --pf-v6-c-progress-stepper--m-center__step-main--before--Content: "";
561
562
  }
562
563
  }
563
- @media (min-width: 1450px) {
564
+ @media (min-width: 90.625rem) {
564
565
  .pf-v6-c-progress-stepper.pf-m-horizontal-on-2xl {
565
566
  --pf-v6-c-progress-stepper--GridAutoFlow: var(--pf-v6-c-progress-stepper--m-horizontal--GridAutoFlow);
566
567
  --pf-v6-c-progress-stepper--GridTemplateColumns: var(--pf-v6-c-progress-stepper--m-horizontal--GridTemplateColumns);
@@ -70,7 +70,7 @@
70
70
  .pf-v6-c-sidebar {
71
71
  height: 100%;
72
72
  }
73
- @media (min-width: 768px) {
73
+ @media (min-width: 48rem) {
74
74
  .pf-v6-c-sidebar {
75
75
  --pf-v6-c-sidebar__main--FlexDirection: var(--pf-v6-c-sidebar__main--md--FlexDirection);
76
76
  --pf-v6-c-sidebar__main--AlignItems: var(--pf-v6-c-sidebar__main--md--AlignItems);
@@ -81,7 +81,7 @@
81
81
  --pf-v6-c-sidebar__panel--Position: var(--pf-v6-c-sidebar__panel--md--Position);
82
82
  }
83
83
  }
84
- @media (min-width: 1200px) {
84
+ @media (min-width: 75rem) {
85
85
  .pf-v6-c-sidebar {
86
86
  --pf-v6-c-sidebar--inset: var(--pf-v6-c-sidebar--xl--inset);
87
87
  }
@@ -93,7 +93,7 @@
93
93
  --pf-v6-c-sidebar__panel--Order: var(--pf-v6-c-sidebar--m-panel-right__panel--Order);
94
94
  --pf-v6-c-sidebar__content--Order: var(--pf-v6-c-sidebar--m-panel-right__content--Order);
95
95
  }
96
- @media (min-width: 768px) {
96
+ @media (min-width: 48rem) {
97
97
  .pf-v6-c-sidebar.pf-m-panel-right {
98
98
  --pf-v6-c-sidebar--m-panel-right__panel--Order: var(--pf-v6-c-sidebar--m-panel-right__panel--md--Order);
99
99
  --pf-v6-c-sidebar--m-panel-right__content--Order: var(--pf-v6-c-sidebar--m-panel-right__content--md--Order);
@@ -227,7 +227,7 @@
227
227
  --pf-v6-c-sidebar__panel--FlexBasis: 100%;
228
228
  }
229
229
 
230
- @media (min-width: 576px) {
230
+ @media (min-width: 36rem) {
231
231
  .pf-v6-c-sidebar__panel.pf-m-width-default-on-sm {
232
232
  --pf-v6-c-sidebar__panel--FlexBasis: var(--pf-v6-c-sidebar__panel--FlexBasis--base);
233
233
  }
@@ -250,7 +250,7 @@
250
250
  --pf-v6-c-sidebar__panel--FlexBasis: 100%;
251
251
  }
252
252
  }
253
- @media (min-width: 768px) {
253
+ @media (min-width: 48rem) {
254
254
  .pf-v6-c-sidebar__panel.pf-m-width-default-on-md {
255
255
  --pf-v6-c-sidebar__panel--FlexBasis: var(--pf-v6-c-sidebar__panel--FlexBasis--base);
256
256
  }
@@ -273,7 +273,7 @@
273
273
  --pf-v6-c-sidebar__panel--FlexBasis: 100%;
274
274
  }
275
275
  }
276
- @media (min-width: 992px) {
276
+ @media (min-width: 62rem) {
277
277
  .pf-v6-c-sidebar__panel.pf-m-width-default-on-lg {
278
278
  --pf-v6-c-sidebar__panel--FlexBasis: var(--pf-v6-c-sidebar__panel--FlexBasis--base);
279
279
  }
@@ -296,7 +296,7 @@
296
296
  --pf-v6-c-sidebar__panel--FlexBasis: 100%;
297
297
  }
298
298
  }
299
- @media (min-width: 1200px) {
299
+ @media (min-width: 75rem) {
300
300
  .pf-v6-c-sidebar__panel.pf-m-width-default-on-xl {
301
301
  --pf-v6-c-sidebar__panel--FlexBasis: var(--pf-v6-c-sidebar__panel--FlexBasis--base);
302
302
  }
@@ -319,7 +319,7 @@
319
319
  --pf-v6-c-sidebar__panel--FlexBasis: 100%;
320
320
  }
321
321
  }
322
- @media (min-width: 1450px) {
322
+ @media (min-width: 90.625rem) {
323
323
  .pf-v6-c-sidebar__panel.pf-m-width-default-on-2xl {
324
324
  --pf-v6-c-sidebar__panel--FlexBasis: var(--pf-v6-c-sidebar__panel--FlexBasis--base);
325
325
  }
@@ -44,7 +44,7 @@
44
44
  --pf-v6-c-simple-list__item-link--hover--Color: var(--pf-v6-c-simple-list__item-link--m-link--m-current--Color);
45
45
  --pf-v6-c-simple-list__item-link--m-current--Color: var(--pf-v6-c-simple-list__item-link--m-link--hover--Color);
46
46
  }
47
- .pf-v6-c-simple-list__item-link:hover, .pf-v6-c-simple-list__item-link:focus {
47
+ .pf-v6-c-simple-list__item-link:is(:hover, :focus) {
48
48
  --pf-v6-c-simple-list__item-link--BackgroundColor: var(--pf-v6-c-simple-list__item-link--hover--BackgroundColor);
49
49
  --pf-v6-c-simple-list__item-link--Color: var(--pf-v6-c-simple-list__item-link--hover--Color);
50
50
  text-decoration: none;
@@ -18,7 +18,7 @@
18
18
  .pf-v6-c-tab-content {
19
19
  background-color: var(--pf-v6-c-tab-content--BackgroundColor);
20
20
  }
21
- @media screen and (min-width: 1200px) {
21
+ @media screen and (min-width: 75rem) {
22
22
  .pf-v6-c-tab-content {
23
23
  --pf-v6-c-tab-content__body--m-padding--PaddingBlockStart: var(--pf-v6-c-tab-content__body--m-padding--xl--PaddingBlockStart);
24
24
  --pf-v6-c-tab-content__body--m-padding--PaddingInlineEnd: var(--pf-v6-c-tab-content__body--m-padding--xl--PaddingInlineEnd);
@@ -41,7 +41,7 @@
41
41
  --pf-v6-c-table--m-compact__check--responsive--MarginBlockStart: 0.4375rem;
42
42
  --pf-v6-c-table--m-compact__action--responsive--MarginBlockStart: calc(var(--pf-t--global--spacer--xs) * -1);
43
43
  --pf-v6-c-table--m-compact__action--responsive--MarginBlockEnd: calc(var(--pf-t--global--spacer--xs) * -1);
44
- --pf-v6-c-table--m-compact__toggle--c-button--responsive--MarginBlockEnd: calc(0.375rem * -1);
44
+ --pf-v6-c-table--m-compact__toggle--c-button--responsive--MarginBlockEnd: calc(var(--pf-t--global--spacer--xs) * -1);
45
45
  --pf-v6-c-table__expandable-row-content--responsive--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
46
46
  --pf-v6-c-table__expandable-row-content--responsive--PaddingInlineStart: var(--pf-t--global--spacer--lg);
47
47
  --pf-v6-c-table__expandable-row-content--BackgroundColor: var(--pf-t--global--background--color--primary--default);
@@ -49,7 +49,6 @@
49
49
  --pf-v6-c-table__check--responsive--MarginBlockStart: 0.875rem;
50
50
  --pf-v6-c-table--m-grid__favorite--MarginBlockStart: 0.5rem;
51
51
  --pf-v6-c-table--m-grid__check--favorite--MarginInlineStart: var(--pf-t--global--spacer--xl);
52
- --pf-v6-c-table--m-grid__action--MarginBlockStart: 0.375rem;
53
52
  --pf-v6-c-table__action--responsive--MarginInlineStart: var(--pf-t--global--spacer--xl);
54
53
  --pf-v6-c-table--m-grid__favorite--action--MarginInlineStart: var(--pf-t--global--spacer--2xl);
55
54
  --pf-v6-c-table--m-grid__check--favorite--action--MarginInlineStart: calc(var(--pf-v6-c-table--m-grid__check--favorite--MarginInlineStart) + var(--pf-v6-c-table--m-grid__favorite--action--MarginInlineStart));
@@ -322,10 +321,9 @@
322
321
  margin-inline-start: var(--pf-v6-c-table--m-grid__favorite--action--MarginInlineStart);
323
322
  }
324
323
  .pf-m-grid.pf-v6-c-table .pf-v6-c-table__action {
325
- margin-block-start: var(--pf-v6-c-table--m-grid__action--MarginBlockStart);
326
324
  text-align: end;
327
325
  }
328
- @media screen and (max-width: 576px) {
326
+ @media screen and (max-width: 36rem) {
329
327
  .pf-m-grid.pf-v6-c-table .pf-v6-c-table__action {
330
328
  grid-row-start: 1;
331
329
  grid-column-start: 2;
@@ -356,7 +354,7 @@
356
354
  --pf-v6-c-table--cell--Width: auto;
357
355
  }
358
356
 
359
- @media screen and (max-width: 768px) {
357
+ @media screen and (max-width: 48rem) {
360
358
  .pf-m-grid-md.pf-v6-c-table {
361
359
  --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-grid--cell--PaddingBlockStart);
362
360
  --pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table--m-grid--cell--PaddingInlineEnd);
@@ -622,18 +620,17 @@
622
620
  margin-inline-start: var(--pf-v6-c-table--m-grid__favorite--action--MarginInlineStart);
623
621
  }
624
622
  .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__action {
625
- margin-block-start: var(--pf-v6-c-table--m-grid__action--MarginBlockStart);
626
623
  text-align: end;
627
624
  }
628
625
  }
629
- @media screen and (max-width: 768px) and (max-width: 576px) {
626
+ @media screen and (max-width: 48rem) and (max-width: 36rem) {
630
627
  .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__action {
631
628
  grid-row-start: 1;
632
629
  grid-column-start: 2;
633
630
  margin-inline-start: 0;
634
631
  }
635
632
  }
636
- @media screen and (max-width: 768px) {
633
+ @media screen and (max-width: 48rem) {
637
634
  .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__inline-edit-action {
638
635
  grid-column: 2;
639
636
  grid-row: 2;
@@ -659,7 +656,7 @@
659
656
  }
660
657
  }
661
658
 
662
- @media screen and (max-width: 992px) {
659
+ @media screen and (max-width: 62rem) {
663
660
  .pf-m-grid-lg.pf-v6-c-table {
664
661
  --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-grid--cell--PaddingBlockStart);
665
662
  --pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table--m-grid--cell--PaddingInlineEnd);
@@ -925,18 +922,17 @@
925
922
  margin-inline-start: var(--pf-v6-c-table--m-grid__favorite--action--MarginInlineStart);
926
923
  }
927
924
  .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__action {
928
- margin-block-start: var(--pf-v6-c-table--m-grid__action--MarginBlockStart);
929
925
  text-align: end;
930
926
  }
931
927
  }
932
- @media screen and (max-width: 992px) and (max-width: 576px) {
928
+ @media screen and (max-width: 62rem) and (max-width: 36rem) {
933
929
  .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__action {
934
930
  grid-row-start: 1;
935
931
  grid-column-start: 2;
936
932
  margin-inline-start: 0;
937
933
  }
938
934
  }
939
- @media screen and (max-width: 992px) {
935
+ @media screen and (max-width: 62rem) {
940
936
  .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__inline-edit-action {
941
937
  grid-column: 2;
942
938
  grid-row: 2;
@@ -962,7 +958,7 @@
962
958
  }
963
959
  }
964
960
 
965
- @media screen and (max-width: 1200px) {
961
+ @media screen and (max-width: 75rem) {
966
962
  .pf-m-grid-xl.pf-v6-c-table {
967
963
  --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-grid--cell--PaddingBlockStart);
968
964
  --pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table--m-grid--cell--PaddingInlineEnd);
@@ -1228,18 +1224,17 @@
1228
1224
  margin-inline-start: var(--pf-v6-c-table--m-grid__favorite--action--MarginInlineStart);
1229
1225
  }
1230
1226
  .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__action {
1231
- margin-block-start: var(--pf-v6-c-table--m-grid__action--MarginBlockStart);
1232
1227
  text-align: end;
1233
1228
  }
1234
1229
  }
1235
- @media screen and (max-width: 1200px) and (max-width: 576px) {
1230
+ @media screen and (max-width: 75rem) and (max-width: 36rem) {
1236
1231
  .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__action {
1237
1232
  grid-row-start: 1;
1238
1233
  grid-column-start: 2;
1239
1234
  margin-inline-start: 0;
1240
1235
  }
1241
1236
  }
1242
- @media screen and (max-width: 1200px) {
1237
+ @media screen and (max-width: 75rem) {
1243
1238
  .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__inline-edit-action {
1244
1239
  grid-column: 2;
1245
1240
  grid-row: 2;
@@ -1265,7 +1260,7 @@
1265
1260
  }
1266
1261
  }
1267
1262
 
1268
- @media screen and (max-width: 1450px) {
1263
+ @media screen and (max-width: 90.625rem) {
1269
1264
  .pf-m-grid-2xl.pf-v6-c-table {
1270
1265
  --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-grid--cell--PaddingBlockStart);
1271
1266
  --pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table--m-grid--cell--PaddingInlineEnd);
@@ -1531,18 +1526,17 @@
1531
1526
  margin-inline-start: var(--pf-v6-c-table--m-grid__favorite--action--MarginInlineStart);
1532
1527
  }
1533
1528
  .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__action {
1534
- margin-block-start: var(--pf-v6-c-table--m-grid__action--MarginBlockStart);
1535
1529
  text-align: end;
1536
1530
  }
1537
1531
  }
1538
- @media screen and (max-width: 1450px) and (max-width: 576px) {
1532
+ @media screen and (max-width: 90.625rem) and (max-width: 36rem) {
1539
1533
  .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__action {
1540
1534
  grid-row-start: 1;
1541
1535
  grid-column-start: 2;
1542
1536
  margin-inline-start: 0;
1543
1537
  }
1544
1538
  }
1545
- @media screen and (max-width: 1450px) {
1539
+ @media screen and (max-width: 90.625rem) {
1546
1540
  .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__inline-edit-action {
1547
1541
  grid-column: 2;
1548
1542
  grid-row: 2;
@@ -125,10 +125,10 @@
125
125
  --pf-v6-c-table__tree-view-text--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
126
126
  --pf-v6-c-table__tbody--cell--PaddingBlockStart: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockStart);
127
127
  --pf-v6-c-table__tbody--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockEnd);
128
- --pf-v6-c-table__tree-view-details-toggle--MarginBlockStart: calc(0.375rem * -1);
129
- --pf-v6-c-table__tree-view-details-toggle--MarginBlockEnd: calc(0.375rem * -1);
130
- --pf-v6-c-table--m-tree-view-grid--c-menu-toggle--MarginBlockStart: calc(0.375rem * -1);
131
- --pf-v6-c-table--m-tree-view-grid--c-menu-toggle--MarginBlockEnd: calc(0.375rem * -1);
128
+ --pf-v6-c-table__tree-view-details-toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
129
+ --pf-v6-c-table__tree-view-details-toggle--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
130
+ --pf-v6-c-table--m-tree-view-grid__action--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
131
+ --pf-v6-c-table--m-tree-view-grid__action--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
132
132
  }
133
133
  .pf-m-tree-view-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr) {
134
134
  position: relative;
@@ -192,8 +192,8 @@
192
192
  .pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded td:where(.pf-v6-c-table__td)[data-label] {
193
193
  display: grid;
194
194
  }
195
- .pf-m-tree-view-grid.pf-v6-c-table .pf-v6-c-table__tree-view-title-header-cell {
196
- display: block;
195
+ .pf-m-tree-view-grid.pf-v6-c-table .pf-v6-c-table__thead {
196
+ display: none;
197
197
  }
198
198
  .pf-m-tree-view-grid.pf-v6-c-table .pf-v6-c-table__tree-view-details-toggle,
199
199
  .pf-m-tree-view-grid.pf-v6-c-table .pf-v6-c-table__action {
@@ -206,10 +206,8 @@
206
206
  --pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBlockEnd: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBlockEnd);
207
207
  grid-row: 1;
208
208
  grid-column: 2;
209
- }
210
- .pf-m-tree-view-grid.pf-v6-c-table .pf-v6-c-table__action > .pf-v6-c-menu-toggle {
211
- margin-block-start: var(--pf-v6-c-table--m-tree-view-grid--c-menu-toggle--MarginBlockStart);
212
- margin-block-end: var(--pf-v6-c-table--m-tree-view-grid--c-menu-toggle--MarginBlockEnd);
209
+ margin-block-start: var(--pf-v6-c-table--m-tree-view-grid__action--MarginBlockStart);
210
+ margin-block-end: var(--pf-v6-c-table--m-tree-view-grid__action--MarginBlockEnd);
213
211
  }
214
212
  .pf-m-tree-view-grid.pf-v6-c-table .pf-v6-c-table__tree-view-main > .pf-v6-c-table__check {
215
213
  order: var(--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order);
@@ -248,7 +246,7 @@
248
246
  --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 9 + var(--pf-v6-c-table__tree-view-main--indent--base));
249
247
  }
250
248
 
251
- @media screen and (max-width: 768px) {
249
+ @media screen and (max-width: 48rem) {
252
250
  .pf-m-tree-view-grid-md.pf-v6-c-table {
253
251
  --pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
254
252
  --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockStart: var(--pf-t--global--spacer--md);
@@ -269,10 +267,10 @@
269
267
  --pf-v6-c-table__tree-view-text--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
270
268
  --pf-v6-c-table__tbody--cell--PaddingBlockStart: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockStart);
271
269
  --pf-v6-c-table__tbody--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockEnd);
272
- --pf-v6-c-table__tree-view-details-toggle--MarginBlockStart: calc(0.375rem * -1);
273
- --pf-v6-c-table__tree-view-details-toggle--MarginBlockEnd: calc(0.375rem * -1);
274
- --pf-v6-c-table--m-tree-view-grid--c-menu-toggle--MarginBlockStart: calc(0.375rem * -1);
275
- --pf-v6-c-table--m-tree-view-grid--c-menu-toggle--MarginBlockEnd: calc(0.375rem * -1);
270
+ --pf-v6-c-table__tree-view-details-toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
271
+ --pf-v6-c-table__tree-view-details-toggle--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
272
+ --pf-v6-c-table--m-tree-view-grid__action--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
273
+ --pf-v6-c-table--m-tree-view-grid__action--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
276
274
  }
277
275
  .pf-m-tree-view-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr) {
278
276
  position: relative;
@@ -336,8 +334,8 @@
336
334
  .pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded td:where(.pf-v6-c-table__td)[data-label] {
337
335
  display: grid;
338
336
  }
339
- .pf-m-tree-view-grid-md.pf-v6-c-table .pf-v6-c-table__tree-view-title-header-cell {
340
- display: block;
337
+ .pf-m-tree-view-grid-md.pf-v6-c-table .pf-v6-c-table__thead {
338
+ display: none;
341
339
  }
342
340
  .pf-m-tree-view-grid-md.pf-v6-c-table .pf-v6-c-table__tree-view-details-toggle,
343
341
  .pf-m-tree-view-grid-md.pf-v6-c-table .pf-v6-c-table__action {
@@ -350,10 +348,8 @@
350
348
  --pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBlockEnd: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBlockEnd);
351
349
  grid-row: 1;
352
350
  grid-column: 2;
353
- }
354
- .pf-m-tree-view-grid-md.pf-v6-c-table .pf-v6-c-table__action > .pf-v6-c-menu-toggle {
355
- margin-block-start: var(--pf-v6-c-table--m-tree-view-grid--c-menu-toggle--MarginBlockStart);
356
- margin-block-end: var(--pf-v6-c-table--m-tree-view-grid--c-menu-toggle--MarginBlockEnd);
351
+ margin-block-start: var(--pf-v6-c-table--m-tree-view-grid__action--MarginBlockStart);
352
+ margin-block-end: var(--pf-v6-c-table--m-tree-view-grid__action--MarginBlockEnd);
357
353
  }
358
354
  .pf-m-tree-view-grid-md.pf-v6-c-table .pf-v6-c-table__tree-view-main > .pf-v6-c-table__check {
359
355
  order: var(--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order);
@@ -393,7 +389,7 @@
393
389
  }
394
390
  }
395
391
 
396
- @media screen and (max-width: 992px) {
392
+ @media screen and (max-width: 62rem) {
397
393
  .pf-m-tree-view-grid-lg.pf-v6-c-table {
398
394
  --pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
399
395
  --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockStart: var(--pf-t--global--spacer--md);
@@ -414,10 +410,10 @@
414
410
  --pf-v6-c-table__tree-view-text--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
415
411
  --pf-v6-c-table__tbody--cell--PaddingBlockStart: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockStart);
416
412
  --pf-v6-c-table__tbody--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockEnd);
417
- --pf-v6-c-table__tree-view-details-toggle--MarginBlockStart: calc(0.375rem * -1);
418
- --pf-v6-c-table__tree-view-details-toggle--MarginBlockEnd: calc(0.375rem * -1);
419
- --pf-v6-c-table--m-tree-view-grid--c-menu-toggle--MarginBlockStart: calc(0.375rem * -1);
420
- --pf-v6-c-table--m-tree-view-grid--c-menu-toggle--MarginBlockEnd: calc(0.375rem * -1);
413
+ --pf-v6-c-table__tree-view-details-toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
414
+ --pf-v6-c-table__tree-view-details-toggle--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
415
+ --pf-v6-c-table--m-tree-view-grid__action--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
416
+ --pf-v6-c-table--m-tree-view-grid__action--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
421
417
  }
422
418
  .pf-m-tree-view-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr) {
423
419
  position: relative;
@@ -481,8 +477,8 @@
481
477
  .pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded td:where(.pf-v6-c-table__td)[data-label] {
482
478
  display: grid;
483
479
  }
484
- .pf-m-tree-view-grid-lg.pf-v6-c-table .pf-v6-c-table__tree-view-title-header-cell {
485
- display: block;
480
+ .pf-m-tree-view-grid-lg.pf-v6-c-table .pf-v6-c-table__thead {
481
+ display: none;
486
482
  }
487
483
  .pf-m-tree-view-grid-lg.pf-v6-c-table .pf-v6-c-table__tree-view-details-toggle,
488
484
  .pf-m-tree-view-grid-lg.pf-v6-c-table .pf-v6-c-table__action {
@@ -495,10 +491,8 @@
495
491
  --pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBlockEnd: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBlockEnd);
496
492
  grid-row: 1;
497
493
  grid-column: 2;
498
- }
499
- .pf-m-tree-view-grid-lg.pf-v6-c-table .pf-v6-c-table__action > .pf-v6-c-menu-toggle {
500
- margin-block-start: var(--pf-v6-c-table--m-tree-view-grid--c-menu-toggle--MarginBlockStart);
501
- margin-block-end: var(--pf-v6-c-table--m-tree-view-grid--c-menu-toggle--MarginBlockEnd);
494
+ margin-block-start: var(--pf-v6-c-table--m-tree-view-grid__action--MarginBlockStart);
495
+ margin-block-end: var(--pf-v6-c-table--m-tree-view-grid__action--MarginBlockEnd);
502
496
  }
503
497
  .pf-m-tree-view-grid-lg.pf-v6-c-table .pf-v6-c-table__tree-view-main > .pf-v6-c-table__check {
504
498
  order: var(--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order);
@@ -538,7 +532,7 @@
538
532
  }
539
533
  }
540
534
 
541
- @media screen and (max-width: 1200px) {
535
+ @media screen and (max-width: 75rem) {
542
536
  .pf-m-tree-view-grid-xl.pf-v6-c-table {
543
537
  --pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
544
538
  --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockStart: var(--pf-t--global--spacer--md);
@@ -559,10 +553,10 @@
559
553
  --pf-v6-c-table__tree-view-text--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
560
554
  --pf-v6-c-table__tbody--cell--PaddingBlockStart: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockStart);
561
555
  --pf-v6-c-table__tbody--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockEnd);
562
- --pf-v6-c-table__tree-view-details-toggle--MarginBlockStart: calc(0.375rem * -1);
563
- --pf-v6-c-table__tree-view-details-toggle--MarginBlockEnd: calc(0.375rem * -1);
564
- --pf-v6-c-table--m-tree-view-grid--c-menu-toggle--MarginBlockStart: calc(0.375rem * -1);
565
- --pf-v6-c-table--m-tree-view-grid--c-menu-toggle--MarginBlockEnd: calc(0.375rem * -1);
556
+ --pf-v6-c-table__tree-view-details-toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
557
+ --pf-v6-c-table__tree-view-details-toggle--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
558
+ --pf-v6-c-table--m-tree-view-grid__action--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
559
+ --pf-v6-c-table--m-tree-view-grid__action--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
566
560
  }
567
561
  .pf-m-tree-view-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr) {
568
562
  position: relative;
@@ -626,8 +620,8 @@
626
620
  .pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded td:where(.pf-v6-c-table__td)[data-label] {
627
621
  display: grid;
628
622
  }
629
- .pf-m-tree-view-grid-xl.pf-v6-c-table .pf-v6-c-table__tree-view-title-header-cell {
630
- display: block;
623
+ .pf-m-tree-view-grid-xl.pf-v6-c-table .pf-v6-c-table__thead {
624
+ display: none;
631
625
  }
632
626
  .pf-m-tree-view-grid-xl.pf-v6-c-table .pf-v6-c-table__tree-view-details-toggle,
633
627
  .pf-m-tree-view-grid-xl.pf-v6-c-table .pf-v6-c-table__action {
@@ -640,10 +634,8 @@
640
634
  --pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBlockEnd: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBlockEnd);
641
635
  grid-row: 1;
642
636
  grid-column: 2;
643
- }
644
- .pf-m-tree-view-grid-xl.pf-v6-c-table .pf-v6-c-table__action > .pf-v6-c-menu-toggle {
645
- margin-block-start: var(--pf-v6-c-table--m-tree-view-grid--c-menu-toggle--MarginBlockStart);
646
- margin-block-end: var(--pf-v6-c-table--m-tree-view-grid--c-menu-toggle--MarginBlockEnd);
637
+ margin-block-start: var(--pf-v6-c-table--m-tree-view-grid__action--MarginBlockStart);
638
+ margin-block-end: var(--pf-v6-c-table--m-tree-view-grid__action--MarginBlockEnd);
647
639
  }
648
640
  .pf-m-tree-view-grid-xl.pf-v6-c-table .pf-v6-c-table__tree-view-main > .pf-v6-c-table__check {
649
641
  order: var(--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order);
@@ -683,7 +675,7 @@
683
675
  }
684
676
  }
685
677
 
686
- @media screen and (max-width: 1450px) {
678
+ @media screen and (max-width: 90.625rem) {
687
679
  .pf-m-tree-view-grid-2xl.pf-v6-c-table {
688
680
  --pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
689
681
  --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockStart: var(--pf-t--global--spacer--md);
@@ -704,10 +696,10 @@
704
696
  --pf-v6-c-table__tree-view-text--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
705
697
  --pf-v6-c-table__tbody--cell--PaddingBlockStart: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockStart);
706
698
  --pf-v6-c-table__tbody--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockEnd);
707
- --pf-v6-c-table__tree-view-details-toggle--MarginBlockStart: calc(0.375rem * -1);
708
- --pf-v6-c-table__tree-view-details-toggle--MarginBlockEnd: calc(0.375rem * -1);
709
- --pf-v6-c-table--m-tree-view-grid--c-menu-toggle--MarginBlockStart: calc(0.375rem * -1);
710
- --pf-v6-c-table--m-tree-view-grid--c-menu-toggle--MarginBlockEnd: calc(0.375rem * -1);
699
+ --pf-v6-c-table__tree-view-details-toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
700
+ --pf-v6-c-table__tree-view-details-toggle--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
701
+ --pf-v6-c-table--m-tree-view-grid__action--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
702
+ --pf-v6-c-table--m-tree-view-grid__action--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
711
703
  }
712
704
  .pf-m-tree-view-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr) {
713
705
  position: relative;
@@ -771,8 +763,8 @@
771
763
  .pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded td:where(.pf-v6-c-table__td)[data-label] {
772
764
  display: grid;
773
765
  }
774
- .pf-m-tree-view-grid-2xl.pf-v6-c-table .pf-v6-c-table__tree-view-title-header-cell {
775
- display: block;
766
+ .pf-m-tree-view-grid-2xl.pf-v6-c-table .pf-v6-c-table__thead {
767
+ display: none;
776
768
  }
777
769
  .pf-m-tree-view-grid-2xl.pf-v6-c-table .pf-v6-c-table__tree-view-details-toggle,
778
770
  .pf-m-tree-view-grid-2xl.pf-v6-c-table .pf-v6-c-table__action {
@@ -785,10 +777,8 @@
785
777
  --pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBlockEnd: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBlockEnd);
786
778
  grid-row: 1;
787
779
  grid-column: 2;
788
- }
789
- .pf-m-tree-view-grid-2xl.pf-v6-c-table .pf-v6-c-table__action > .pf-v6-c-menu-toggle {
790
- margin-block-start: var(--pf-v6-c-table--m-tree-view-grid--c-menu-toggle--MarginBlockStart);
791
- margin-block-end: var(--pf-v6-c-table--m-tree-view-grid--c-menu-toggle--MarginBlockEnd);
780
+ margin-block-start: var(--pf-v6-c-table--m-tree-view-grid__action--MarginBlockStart);
781
+ margin-block-end: var(--pf-v6-c-table--m-tree-view-grid__action--MarginBlockEnd);
792
782
  }
793
783
  .pf-m-tree-view-grid-2xl.pf-v6-c-table .pf-v6-c-table__tree-view-main > .pf-v6-c-table__check {
794
784
  order: var(--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order);
@@ -2,7 +2,6 @@ import './table-tree-view.css';
2
2
  declare const _default: {
3
3
  "button": "pf-v6-c-button",
4
4
  "dirRtl": "pf-v6-m-dir-rtl",
5
- "menuToggle": "pf-v6-c-menu-toggle",
6
5
  "modifiers": {
7
6
  "treeView": "pf-m-tree-view",
8
7
  "noInset": "pf-m-no-inset",
@@ -28,7 +27,6 @@ declare const _default: {
28
27
  "tableTreeViewIcon": "pf-v6-c-table__tree-view-icon",
29
28
  "tableTreeViewMain": "pf-v6-c-table__tree-view-main",
30
29
  "tableTreeViewText": "pf-v6-c-table__tree-view-text",
31
- "tableTreeViewTitleCell": "pf-v6-c-table__tree-view-title-cell",
32
- "tableTreeViewTitleHeaderCell": "pf-v6-c-table__tree-view-title-header-cell"
30
+ "tableTreeViewTitleCell": "pf-v6-c-table__tree-view-title-cell"
33
31
  };
34
32
  export default _default;
@@ -4,7 +4,6 @@ require('./table-tree-view.css');
4
4
  exports.default = {
5
5
  "button": "pf-v6-c-button",
6
6
  "dirRtl": "pf-v6-m-dir-rtl",
7
- "menuToggle": "pf-v6-c-menu-toggle",
8
7
  "modifiers": {
9
8
  "treeView": "pf-m-tree-view",
10
9
  "noInset": "pf-m-no-inset",
@@ -30,6 +29,5 @@ exports.default = {
30
29
  "tableTreeViewIcon": "pf-v6-c-table__tree-view-icon",
31
30
  "tableTreeViewMain": "pf-v6-c-table__tree-view-main",
32
31
  "tableTreeViewText": "pf-v6-c-table__tree-view-text",
33
- "tableTreeViewTitleCell": "pf-v6-c-table__tree-view-title-cell",
34
- "tableTreeViewTitleHeaderCell": "pf-v6-c-table__tree-view-title-header-cell"
32
+ "tableTreeViewTitleCell": "pf-v6-c-table__tree-view-title-cell"
35
33
  };
@@ -2,7 +2,6 @@ import './table-tree-view.css';
2
2
  export default {
3
3
  "button": "pf-v6-c-button",
4
4
  "dirRtl": "pf-v6-m-dir-rtl",
5
- "menuToggle": "pf-v6-c-menu-toggle",
6
5
  "modifiers": {
7
6
  "treeView": "pf-m-tree-view",
8
7
  "noInset": "pf-m-no-inset",
@@ -28,6 +27,5 @@ export default {
28
27
  "tableTreeViewIcon": "pf-v6-c-table__tree-view-icon",
29
28
  "tableTreeViewMain": "pf-v6-c-table__tree-view-main",
30
29
  "tableTreeViewText": "pf-v6-c-table__tree-view-text",
31
- "tableTreeViewTitleCell": "pf-v6-c-table__tree-view-title-cell",
32
- "tableTreeViewTitleHeaderCell": "pf-v6-c-table__tree-view-title-header-cell"
30
+ "tableTreeViewTitleCell": "pf-v6-c-table__tree-view-title-cell"
33
31
  };
@@ -213,7 +213,7 @@
213
213
  .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-hidden {
214
214
  --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
215
215
  }
216
- @media screen and (min-width: 576px) {
216
+ @media screen and (min-width: 36rem) {
217
217
  .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-hidden-on-sm {
218
218
  --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
219
219
  }
@@ -221,7 +221,7 @@
221
221
  --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
222
222
  }
223
223
  }
224
- @media screen and (min-width: 768px) {
224
+ @media screen and (min-width: 48rem) {
225
225
  .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-hidden-on-md {
226
226
  --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
227
227
  }
@@ -229,7 +229,7 @@
229
229
  --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
230
230
  }
231
231
  }
232
- @media screen and (min-width: 992px) {
232
+ @media screen and (min-width: 62rem) {
233
233
  .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-hidden-on-lg {
234
234
  --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
235
235
  }
@@ -237,7 +237,7 @@
237
237
  --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
238
238
  }
239
239
  }
240
- @media screen and (min-width: 1200px) {
240
+ @media screen and (min-width: 75rem) {
241
241
  .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-hidden-on-xl {
242
242
  --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
243
243
  }
@@ -245,7 +245,7 @@
245
245
  --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
246
246
  }
247
247
  }
248
- @media screen and (min-width: 1450px) {
248
+ @media screen and (min-width: 90.625rem) {
249
249
  .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-hidden-on-2xl {
250
250
  --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
251
251
  }