@patternfly/react-styles 6.0.0-alpha.17 → 6.0.0-alpha.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.
- package/CHANGELOG.md +6 -0
 - package/css/components/Check/check.css +2 -2
 - package/css/components/Divider/divider.css +42 -42
 - package/css/components/Drawer/drawer.css +5 -4
 - package/css/components/Drawer/drawer.d.ts +1 -0
 - package/css/components/Drawer/drawer.js +1 -0
 - package/css/components/Drawer/drawer.mjs +1 -0
 - package/css/components/Label/label.css +14 -0
 - package/css/components/Label/label.d.ts +2 -1
 - package/css/components/Label/label.js +2 -1
 - package/css/components/Label/label.mjs +2 -1
 - package/css/components/Masthead/masthead.css +70 -70
 - package/css/components/MenuToggle/menu-toggle.css +24 -0
 - package/css/components/MenuToggle/menu-toggle.d.ts +4 -0
 - package/css/components/MenuToggle/menu-toggle.js +4 -0
 - package/css/components/MenuToggle/menu-toggle.mjs +4 -0
 - package/css/components/Nav/nav.css +3 -1
 - package/css/components/Nav/nav.d.ts +1 -0
 - package/css/components/Nav/nav.js +1 -0
 - package/css/components/Nav/nav.mjs +1 -0
 - package/css/components/Page/page.css +24 -23
 - package/css/components/Page/page.d.ts +1 -0
 - package/css/components/Page/page.js +1 -0
 - package/css/components/Page/page.mjs +1 -0
 - package/css/components/Pagination/pagination.css +30 -30
 - package/css/components/Table/table-scrollable.css +12 -15
 - package/css/components/Table/table-tree-view.css +0 -2
 - package/css/components/Table/table.css +112 -86
 - package/css/components/Table/table.d.ts +3 -1
 - package/css/components/Table/table.js +3 -1
 - package/css/components/Table/table.mjs +3 -1
 - package/css/components/Tabs/tabs.css +90 -90
 - package/css/components/Toolbar/toolbar.css +288 -288
 - package/css/docs/components/Nav/examples/Navigation.css +2 -2
 - package/css/docs/components/Table/examples/Table.css +6 -8
 - package/css/docs/components/Table/examples/Table.d.ts +1 -1
 - package/css/docs/components/Table/examples/Table.js +1 -1
 - package/css/docs/components/Table/examples/Table.mjs +1 -1
 - package/css/docs/layouts/Bullseye/examples/Bullseye.css +4 -4
 - package/css/docs/layouts/Bullseye/examples/Bullseye.d.ts +2 -2
 - package/css/docs/layouts/Bullseye/examples/Bullseye.js +2 -2
 - package/css/docs/layouts/Bullseye/examples/Bullseye.mjs +2 -2
 - package/css/docs/layouts/Flex/examples/Flex.css +4 -4
 - package/css/docs/layouts/Flex/examples/Flex.d.ts +2 -2
 - package/css/docs/layouts/Flex/examples/Flex.js +2 -2
 - package/css/docs/layouts/Flex/examples/Flex.mjs +2 -2
 - package/css/docs/layouts/Gallery/examples/Gallery.css +4 -4
 - package/css/docs/layouts/Gallery/examples/Gallery.d.ts +2 -2
 - package/css/docs/layouts/Gallery/examples/Gallery.js +2 -2
 - package/css/docs/layouts/Gallery/examples/Gallery.mjs +2 -2
 - package/css/docs/layouts/Grid/examples/Grid.css +3 -3
 - package/css/docs/layouts/Grid/examples/Grid.d.ts +1 -1
 - package/css/docs/layouts/Grid/examples/Grid.js +1 -1
 - package/css/docs/layouts/Grid/examples/Grid.mjs +1 -1
 - package/css/docs/layouts/Level/examples/Level.css +5 -5
 - package/css/docs/layouts/Level/examples/Level.d.ts +2 -2
 - package/css/docs/layouts/Level/examples/Level.js +2 -2
 - package/css/docs/layouts/Level/examples/Level.mjs +2 -2
 - package/css/docs/layouts/Split/examples/Split.css +4 -4
 - package/css/docs/layouts/Split/examples/Split.d.ts +2 -2
 - package/css/docs/layouts/Split/examples/Split.js +2 -2
 - package/css/docs/layouts/Split/examples/Split.mjs +2 -2
 - package/css/docs/layouts/Stack/examples/Stack.css +5 -5
 - package/css/docs/layouts/Stack/examples/Stack.d.ts +2 -2
 - package/css/docs/layouts/Stack/examples/Stack.js +2 -2
 - package/css/docs/layouts/Stack/examples/Stack.mjs +2 -2
 - package/css/docs/utilities/Alignment/examples/Alignment.css +4 -4
 - package/css/docs/utilities/Alignment/examples/Alignment.d.ts +4 -4
 - package/css/docs/utilities/Alignment/examples/Alignment.js +4 -4
 - package/css/docs/utilities/Alignment/examples/Alignment.mjs +4 -4
 - package/css/docs/utilities/BoxShadow/examples/box-shadow.css +11 -11
 - package/css/docs/utilities/Display/examples/Display.css +8 -8
 - package/css/docs/utilities/Display/examples/Display.d.ts +8 -8
 - package/css/docs/utilities/Display/examples/Display.js +8 -8
 - package/css/docs/utilities/Display/examples/Display.mjs +8 -8
 - package/css/docs/utilities/Flex/examples/Flex.css +5 -5
 - package/css/docs/utilities/Flex/examples/Flex.d.ts +2 -2
 - package/css/docs/utilities/Flex/examples/Flex.js +2 -2
 - package/css/docs/utilities/Flex/examples/Flex.mjs +2 -2
 - package/css/docs/utilities/Float/examples/Float.css +2 -2
 - package/css/docs/utilities/Float/examples/Float.d.ts +2 -2
 - package/css/docs/utilities/Float/examples/Float.js +2 -2
 - package/css/docs/utilities/Float/examples/Float.mjs +2 -2
 - package/css/docs/utilities/Sizing/examples/Sizing.css +4 -4
 - package/css/docs/utilities/Sizing/examples/Sizing.d.ts +4 -4
 - package/css/docs/utilities/Sizing/examples/Sizing.js +4 -4
 - package/css/docs/utilities/Sizing/examples/Sizing.mjs +4 -4
 - package/css/docs/utilities/Spacing/examples/Spacing.css +1 -1
 - package/css/docs/utilities/Spacing/examples/Spacing.d.ts +1 -1
 - package/css/docs/utilities/Spacing/examples/Spacing.js +1 -1
 - package/css/docs/utilities/Spacing/examples/Spacing.mjs +1 -1
 - package/css/layouts/Bullseye/bullseye.css +5 -1
 - package/css/layouts/Flex/flex.css +207 -203
 - package/css/layouts/Gallery/gallery.css +6 -2
 - package/css/layouts/Grid/grid.css +6 -2
 - package/css/layouts/Level/level.css +5 -1
 - package/css/layouts/Split/split.css +5 -1
 - package/css/layouts/Stack/stack.css +5 -1
 - package/css/utilities/Alignment/alignment.css +24 -24
 - package/css/utilities/Alignment/alignment.d.ts +12 -12
 - package/css/utilities/Alignment/alignment.js +12 -12
 - package/css/utilities/Alignment/alignment.mjs +12 -12
 - package/css/utilities/BackgroundColor/BackgroundColor.css +0 -100
 - package/css/utilities/BackgroundColor/BackgroundColor.d.ts +1 -2
 - package/css/utilities/BackgroundColor/BackgroundColor.js +1 -2
 - package/css/utilities/BackgroundColor/BackgroundColor.mjs +1 -2
 - package/css/utilities/BoxShadow/box-shadow.css +15 -39
 - package/css/utilities/BoxShadow/box-shadow.d.ts +1 -7
 - package/css/utilities/BoxShadow/box-shadow.js +1 -7
 - package/css/utilities/BoxShadow/box-shadow.mjs +1 -7
 - package/css/utilities/Float/float.css +24 -24
 - package/css/utilities/Float/float.d.ts +12 -12
 - package/css/utilities/Float/float.js +12 -12
 - package/css/utilities/Float/float.mjs +12 -12
 - package/css/utilities/Sizing/sizing.css +28 -28
 - package/css/utilities/Spacing/spacing.css +672 -672
 - package/css/utilities/Text/text.css +0 -155
 - package/css/utilities/Text/text.d.ts +0 -1
 - package/css/utilities/Text/text.js +0 -1
 - package/css/utilities/Text/text.mjs +0 -1
 - package/package.json +3 -3
 - package/css/utilities/BackgroundColor/themes/dark/BackgroundColor.css +0 -0
 - package/css/utilities/BackgroundColor/themes/dark/BackgroundColor.d.ts +0 -3
 - package/css/utilities/BackgroundColor/themes/dark/BackgroundColor.js +0 -4
 - package/css/utilities/BackgroundColor/themes/dark/BackgroundColor.mjs +0 -2
 - package/css/utilities/Text/themes/dark/text.css +0 -0
 - package/css/utilities/Text/themes/dark/text.d.ts +0 -3
 - package/css/utilities/Text/themes/dark/text.js +0 -4
 - package/css/utilities/Text/themes/dark/text.mjs +0 -2
 
| 
         @@ -60,18 +60,21 @@ 
     | 
|
| 
       60 
60 
     | 
    
         
             
              --pf-v6-c-table__caption--PaddingLeft: var(--pf-t--global--spacer--lg);
         
     | 
| 
       61 
61 
     | 
    
         
             
              --pf-v6-c-table__thead--cell--FontSize: var(--pf-t--global--font--size--body--sm);
         
     | 
| 
       62 
62 
     | 
    
         
             
              --pf-v6-c-table__thead--cell--FontWeight: var(--pf-t--global--font--weight--body--bold);
         
     | 
| 
      
 63 
     | 
    
         
            +
              --pf-v6-c-table__thead__toggle--PaddingBottom: var(--pf-t--global--spacer--xs);
         
     | 
| 
       63 
64 
     | 
    
         
             
              --pf-v6-c-table__tbody--cell--PaddingTop: var(--pf-v6-c-table--cell--Padding--base);
         
     | 
| 
       64 
65 
     | 
    
         
             
              --pf-v6-c-table__tbody--cell--PaddingBottom: var(--pf-v6-c-table--cell--Padding--base);
         
     | 
| 
       65 
66 
     | 
    
         
             
              --pf-v6-c-table__tbody--cell--FontSize: var(--pf-t--global--font--size--body--default);
         
     | 
| 
      
 67 
     | 
    
         
            +
              --pf-v6-c-table__tr--BorderBottomWidth: var(--pf-t--global--border--width--divider--default);
         
     | 
| 
      
 68 
     | 
    
         
            +
              --pf-v6-c-table__tr--BorderBottomColor: var(--pf-t--global--border--color--default);
         
     | 
| 
       66 
69 
     | 
    
         
             
              --pf-v6-c-table--cell--Padding--base: var(--pf-t--global--spacer--md);
         
     | 
| 
       67 
     | 
    
         
            -
              --pf-v6-c-table--cell--FontSize: var(--pf-t--global--font--size--body--default);
         
     | 
| 
       68 
     | 
    
         
            -
              --pf-v6-c-table--cell--FontWeight: var(--pf-t--global--font--weight--body);
         
     | 
| 
       69 
     | 
    
         
            -
              --pf-v6-c-table--cell--LineHeight: var(--pf-t--global--font--line-height--body);
         
     | 
| 
       70 
     | 
    
         
            -
              --pf-v6-c-table--cell--Color: var(--pf-t--global--text--color--regular);
         
     | 
| 
       71 
70 
     | 
    
         
             
              --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--cell--Padding--base);
         
     | 
| 
       72 
71 
     | 
    
         
             
              --pf-v6-c-table--cell--PaddingRight: var(--pf-v6-c-table--cell--Padding--base);
         
     | 
| 
       73 
72 
     | 
    
         
             
              --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--cell--Padding--base);
         
     | 
| 
       74 
73 
     | 
    
         
             
              --pf-v6-c-table--cell--PaddingLeft: var(--pf-v6-c-table--cell--Padding--base);
         
     | 
| 
      
 74 
     | 
    
         
            +
              --pf-v6-c-table--cell--FontSize: var(--pf-t--global--font--size--body--default);
         
     | 
| 
      
 75 
     | 
    
         
            +
              --pf-v6-c-table--cell--FontWeight: var(--pf-t--global--font--weight--body);
         
     | 
| 
      
 76 
     | 
    
         
            +
              --pf-v6-c-table--cell--LineHeight: var(--pf-t--global--font--line-height--body);
         
     | 
| 
      
 77 
     | 
    
         
            +
              --pf-v6-c-table--cell--Color: var(--pf-t--global--text--color--regular);
         
     | 
| 
       75 
78 
     | 
    
         
             
              --pf-v6-c-table--cell--first-last-child--PaddingInline: var(--pf-t--global--spacer--sm);
         
     | 
| 
       76 
79 
     | 
    
         
             
              --pf-v6-c-table__tr--m-first-cell-offset-reset--cell--PaddingLeft: var(--pf-v6-c-table--cell--Padding--base);
         
     | 
| 
       77 
80 
     | 
    
         
             
              --pf-v6-c-table--cell--MinWidth: 0;
         
     | 
| 
         @@ -88,6 +91,7 @@ 
     | 
|
| 
       88 
91 
     | 
    
         
             
              --pf-v6-c-table--cell--m-help--MinWidth: 11ch;
         
     | 
| 
       89 
92 
     | 
    
         
             
              --pf-v6-c-table--m-truncate--cell--MaxWidth: 1px;
         
     | 
| 
       90 
93 
     | 
    
         
             
              --pf-v6-c-table--m-truncate--cell--MinWidth: calc(5ch + var(--pf-v6-c-table--cell--PaddingRight) + var(--pf-v6-c-table--cell--PaddingLeft));
         
     | 
| 
      
 94 
     | 
    
         
            +
              --pf-v6-c-table--m-truncate__text--MinWidth: 5ch;
         
     | 
| 
       91 
95 
     | 
    
         
             
              --pf-v6-c-table--cell--hidden-visible--Display: table-cell;
         
     | 
| 
       92 
96 
     | 
    
         
             
              --pf-v6-c-table__toggle--PaddingTop: var(--pf-t--global--spacer--sm);
         
     | 
| 
       93 
97 
     | 
    
         
             
              --pf-v6-c-table__toggle--PaddingBottom: var(--pf-t--global--spacer--sm);
         
     | 
| 
         @@ -106,92 +110,76 @@ 
     | 
|
| 
       106 
110 
     | 
    
         
             
              --pf-v6-c-table__button--BorderRadius: var(--pf-t--global--border--radius--small);
         
     | 
| 
       107 
111 
     | 
    
         
             
              --pf-v6-c-table__button--hover--Color: var(--pf-t--global--text--color--regular);
         
     | 
| 
       108 
112 
     | 
    
         
             
              --pf-v6-c-table__button--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
         
     | 
| 
       109 
     | 
    
         
            -
              --pf-v6-c-table__button--OutlineOffset: calc(var(--pf-t--global--border--width--strong) * -1);
         
     | 
| 
       110 
     | 
    
         
            -
              --pf-v6-c-table--m-compact__toggle--PaddingTop: 0;
         
     | 
| 
       111 
     | 
    
         
            -
              --pf-v6-c-table--m-compact__toggle--PaddingBottom: 0;
         
     | 
| 
       112 
113 
     | 
    
         
             
              --pf-v6-c-table__check--PaddingLeft: var(--pf-t--global--spacer--sm);
         
     | 
| 
       113 
114 
     | 
    
         
             
              --pf-v6-c-table__check--PaddingRight: var(--pf-t--global--spacer--sm);
         
     | 
| 
       114 
115 
     | 
    
         
             
              --pf-v6-c-table__favorite--c-button--FontSize: var(--pf-t--global--font--size--body--default);
         
     | 
| 
       115 
116 
     | 
    
         
             
              --pf-v6-c-table--cell--m-favorite--Color: var(--pf-t--global--text--color--subtle);
         
     | 
| 
       116 
117 
     | 
    
         
             
              --pf-v6-c-table__favorite--m-favorited--c-button--Color: var(--pf-t--global--color--favorite--clicked);
         
     | 
| 
       117 
     | 
    
         
            -
              --pf-v6-c-table__sort--m-favorite__button__text--Color: var(--pf-t--global--text--color--subtle);
         
     | 
| 
       118 
     | 
    
         
            -
              --pf-v6-c-table__sort--m-favorite__button--hover__text--Color: var(--pf-t--global--text--color--regular);
         
     | 
| 
       119 
     | 
    
         
            -
              --pf-v6-c-table__draggable--c-button--MarginTop: calc(var(--pf-v6-c-button--PaddingTop) * -1);
         
     | 
| 
       120 
     | 
    
         
            -
              --pf-v6-c-table__draggable--c-button--MarginRight: calc(var(--pf-v6-c-button--PaddingRight) * -1);
         
     | 
| 
       121 
     | 
    
         
            -
              --pf-v6-c-table__draggable--c-button--MarginBottom: calc(var(--pf-v6-c-button--PaddingBottom) * -1);
         
     | 
| 
       122 
     | 
    
         
            -
              --pf-v6-c-table__draggable--c-button--MarginLeft: calc(var(--pf-v6-c-button--PaddingLeft) * -1);
         
     | 
| 
       123 
118 
     | 
    
         
             
              --pf-v6-c-table__tr--m-ghost-row--Opacity: .4;
         
     | 
| 
       124 
119 
     | 
    
         
             
              --pf-v6-c-table__tr--m-ghost-row--BackgroundColor: var(--pf-t--global--background--color--primary--default);
         
     | 
| 
       125 
120 
     | 
    
         
             
              --pf-v6-c-table__action--PaddingTop: var(--pf-t--global--spacer--sm);
         
     | 
| 
       126 
121 
     | 
    
         
             
              --pf-v6-c-table__action--PaddingBottom: var(--pf-t--global--spacer--sm);
         
     | 
| 
       127 
122 
     | 
    
         
             
              --pf-v6-c-table__action--PaddingLeft: var(--pf-t--global--spacer--sm);
         
     | 
| 
       128 
123 
     | 
    
         
             
              --pf-v6-c-table__action--PaddingRight: var(--pf-t--global--spacer--sm);
         
     | 
| 
       129 
     | 
    
         
            -
              --pf-v6-c-table__inline-edit-action--PaddingTop: var(--pf-t--global--spacer--sm);
         
     | 
| 
       130 
     | 
    
         
            -
              --pf-v6-c-table__inline-edit-action--PaddingBottom: var(--pf-t--global--spacer--sm);
         
     | 
| 
       131 
124 
     | 
    
         
             
              --pf-v6-c-table__expandable-row--Transition: var(--pf-v6-global--Transition);
         
     | 
| 
       132 
125 
     | 
    
         
             
              --pf-v6-c-table__expandable-row-content--PaddingTop: var(--pf-t--global--spacer--md);
         
     | 
| 
       133 
126 
     | 
    
         
             
              --pf-v6-c-table__expandable-row-content--PaddingBottom: var(--pf-t--global--spacer--md);
         
     | 
| 
       134 
127 
     | 
    
         
             
              --pf-v6-c-table__expandable-row-content--PaddingLeft: var(--pf-t--global--spacer--md);
         
     | 
| 
       135 
128 
     | 
    
         
             
              --pf-v6-c-table__expandable-row-content--PaddingRight: var(--pf-t--global--spacer--md);
         
     | 
| 
       136 
     | 
    
         
            -
              --pf-v6-c-table__expandable-row-content-- 
     | 
| 
      
 129 
     | 
    
         
            +
              --pf-v6-c-table__expandable-row-content--BorderRadius: var(--pf-t--global--border--radius--small);
         
     | 
| 
      
 130 
     | 
    
         
            +
              --pf-v6-c-table__control-row--BackgroundColor: var(--pf-t--global--background--color--primary--default);
         
     | 
| 
      
 131 
     | 
    
         
            +
              --pf-v6-c-table__control-row--BorderBottomWidth: var(--pf-t--global--border--width--divider--default);
         
     | 
| 
      
 132 
     | 
    
         
            +
              --pf-v6-c-table__control-row__tbody--BorderBottomColor: var(--pf-t--global--border--color--default);
         
     | 
| 
       137 
133 
     | 
    
         
             
              --pf-v6-c-table__icon-inline--MarginRight: var(--pf-t--global--spacer--sm);
         
     | 
| 
       138 
134 
     | 
    
         
             
              --pf-v6-c-table__sort--MinWidth: calc(6ch + var(--pf-v6-c-table--cell--PaddingRight) + var(--pf-v6-c-table--cell--PaddingLeft) + var(--pf-v6-c-table__sort-indicator--MarginLeft));
         
     | 
| 
       139 
     | 
    
         
            -
              --pf-v6-c-table__sort__button--PaddingTop: var(--pf-t--global--spacer--sm);
         
     | 
| 
       140 
     | 
    
         
            -
              --pf-v6-c-table__sort__button--PaddingBottom: var(--pf-t--global--spacer--sm);
         
     | 
| 
       141 
     | 
    
         
            -
              --pf-v6-c-table__sort__button--PaddingLeft: var(--pf-t--global--spacer--md);
         
     | 
| 
       142 
     | 
    
         
            -
              --pf-v6-c-table__sort__button--PaddingRight: var(--pf-t--global--spacer--md);
         
     | 
| 
       143 
     | 
    
         
            -
              --pf-v6-c-table__sort__button--MarginBottom: calc(var(--pf-v6-c-table__sort__button--PaddingBottom) * -1);
         
     | 
| 
       144 
     | 
    
         
            -
              --pf-v6-c-table__sort__button--MarginLeft: calc(var(--pf-v6-c-table__sort__button--PaddingLeft) * -1);
         
     | 
| 
       145 
     | 
    
         
            -
              --pf-v6-c-table__sort__button--Color: var(--pf-t--global--text--color--regular);
         
     | 
| 
       146 
135 
     | 
    
         
             
              --pf-v6-c-table__sort--m-selected__button--Color: var(--pf-t--global--color--brand--clicked);
         
     | 
| 
       147 
136 
     | 
    
         
             
              --pf-v6-c-table__sort--m-help--MinWidth: 15ch;
         
     | 
| 
       148 
137 
     | 
    
         
             
              --pf-v6-c-table__sort__button__text--Color: currentcolor;
         
     | 
| 
       149 
138 
     | 
    
         
             
              --pf-v6-c-table__sort__button--hover__text--Color: currentcolor;
         
     | 
| 
       150 
     | 
    
         
            -
              --pf-v6-c-table__sort--cell--PaddingLeft: var(--pf-t--global--spacer--xs);
         
     | 
| 
       151 
     | 
    
         
            -
              --pf-v6-c-table__sort--cell--PaddingRight: var(--pf-t--global--spacer--sm);
         
     | 
| 
       152 
139 
     | 
    
         
             
              --pf-v6-c-table__sort-indicator--Color: var(--pf-t--global--icon--color--subtle);
         
     | 
| 
       153 
140 
     | 
    
         
             
              --pf-v6-c-table__sort-indicator--MarginLeft: var(--pf-t--global--spacer--md);
         
     | 
| 
       154 
141 
     | 
    
         
             
              --pf-v6-c-table__sort--m-selected__sort-indicator--Color: var(--pf-t--global--color--brand--clicked);
         
     | 
| 
       155 
142 
     | 
    
         
             
              --pf-v6-c-table__sort__button--hover__sort-indicator--Color: var(--pf-t--global--text--color--regular);
         
     | 
| 
       156 
143 
     | 
    
         
             
              --pf-v6-c-table__th--m-help--MinWidth: 11ch;
         
     | 
| 
       157 
144 
     | 
    
         
             
              --pf-v6-c-table__column-help--MarginLeft: var(--pf-t--global--spacer--sm);
         
     | 
| 
       158 
     | 
    
         
            -
              --pf-v6-c-table__column-help--c-button--MarginTop: calc(var(--pf-v6-c-button--PaddingTop) * -1);
         
     | 
| 
       159 
     | 
    
         
            -
              --pf-v6-c-table__column-help--c-button--MarginBottom: calc(var(--pf-v6-c-button--PaddingBottom) * -1);
         
     | 
| 
       160 
     | 
    
         
            -
              --pf-v6-c-table__column-help--c-button--PaddingRight: var(--pf-t--global--spacer--sm);
         
     | 
| 
       161 
     | 
    
         
            -
              --pf-v6-c-table__column-help--c-button--PaddingLeft: var(--pf-t--global--spacer--sm);
         
     | 
| 
       162 
145 
     | 
    
         
             
              --pf-v6-c-table__compound-expansion-toggle__button--Color: var(--pf-t--global--icon--color--brand--default);
         
     | 
| 
      
 146 
     | 
    
         
            +
              --pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
         
     | 
| 
       163 
147 
     | 
    
         
             
              --pf-v6-c-table__compound-expansion-toggle__button--hover--Color: var(--pf-t--global--icon--color--brand--hover);
         
     | 
| 
      
 148 
     | 
    
         
            +
              --pf-v6-c-table__compound-expansion-toggle__button--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
         
     | 
| 
      
 149 
     | 
    
         
            +
              --pf-v6-c-table__compound-expansion-toggle__button--expanded--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);
         
     | 
| 
       164 
150 
     | 
    
         
             
              --pf-v6-c-table__compound-expansion-toggle__button--after--BorderColor: var(--pf-t--global--border--color--clicked);
         
     | 
| 
       165 
151 
     | 
    
         
             
              --pf-v6-c-table__compound-expansion-toggle__button--after--BorderTopWidth: 0;
         
     | 
| 
      
 152 
     | 
    
         
            +
              --pf-v6-c-table__compound-expansion-toggle__button--hover--after--BorderTopWidth: var(--pf-t--global--border--width--strong);
         
     | 
| 
       166 
153 
     | 
    
         
             
              --pf-v6-c-table__compound-expansion-toggle--m-expanded__button--after--BorderTopWidth: var(--pf-t--global--border--width--strong);
         
     | 
| 
      
 154 
     | 
    
         
            +
              --pf-v6-c-table--compound-expansion--m-expanded--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
         
     | 
| 
       167 
155 
     | 
    
         
             
              --pf-v6-c-table--m-compact__th--PaddingTop: calc(var(--pf-t--global--spacer--sm) + var(--pf-t--global--spacer--xs));
         
     | 
| 
       168 
156 
     | 
    
         
             
              --pf-v6-c-table--m-compact__th--PaddingBottom: var(--pf-t--global--spacer--sm);
         
     | 
| 
       169 
157 
     | 
    
         
             
              --pf-v6-c-table--m-compact--cell--PaddingTop: var(--pf-t--global--spacer--sm);
         
     | 
| 
       170 
     | 
    
         
            -
              --pf-v6-c-table--m-compact--cell--PaddingRight: var(--pf-t--global--spacer--sm);
         
     | 
| 
       171 
158 
     | 
    
         
             
              --pf-v6-c-table--m-compact--cell--PaddingBottom: var(--pf-t--global--spacer--sm);
         
     | 
| 
       172 
     | 
    
         
            -
              --pf-v6-c-table--m-compact--cell--PaddingLeft: var(--pf-t--global--spacer--sm);
         
     | 
| 
       173 
159 
     | 
    
         
             
              --pf-v6-c-table--m-compact__action--PaddingTop: var(--pf-t--global--spacer--xs);
         
     | 
| 
       174 
160 
     | 
    
         
             
              --pf-v6-c-table--m-compact__action--PaddingBottom: var(--pf-t--global--spacer--xs);
         
     | 
| 
       175 
161 
     | 
    
         
             
              --pf-v6-c-table__expandable-row--m-expanded--BorderBottomColor: var(--pf-t--global--border--color--default);
         
     | 
| 
       176 
162 
     | 
    
         
             
              --pf-v6-c-table__tr--m-clickable--BackgroundColor: transparent;
         
     | 
| 
       177 
163 
     | 
    
         
             
              --pf-v6-c-table__tr--m-clickable--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
         
     | 
| 
       178 
164 
     | 
    
         
             
              --pf-v6-c-table__tr--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
         
     | 
| 
       179 
     | 
    
         
            -
              --pf-v6-c-table__tr--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary-- 
     | 
| 
      
 165 
     | 
    
         
            +
              --pf-v6-c-table__tr--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
         
     | 
| 
       180 
166 
     | 
    
         
             
              --pf-v6-c-table__tr--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
         
     | 
| 
       181 
167 
     | 
    
         
             
              --pf-v6-c-table__tbody--m-clickable--BackgroundColor: transparent;
         
     | 
| 
       182 
168 
     | 
    
         
             
              --pf-v6-c-table__tbody--m-clickable--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
         
     | 
| 
       183 
     | 
    
         
            -
              --pf-v6-c-table__tbody--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary-- 
     | 
| 
       184 
     | 
    
         
            -
              --pf-v6-c-table__tbody--m-clickable--m-expanded-- 
     | 
| 
       185 
     | 
    
         
            -
              --pf-v6-c-table__tbody--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary-- 
     | 
| 
      
 169 
     | 
    
         
            +
              --pf-v6-c-table__tbody--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
         
     | 
| 
      
 170 
     | 
    
         
            +
              --pf-v6-c-table__tbody--m-clickable--m-expanded--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
         
     | 
| 
      
 171 
     | 
    
         
            +
              --pf-v6-c-table__tbody--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
         
     | 
| 
       186 
172 
     | 
    
         
             
              --pf-v6-c-table__tbody--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
         
     | 
| 
       187 
173 
     | 
    
         
             
              --pf-v6-c-table__thead--m-nested-column-header--button--OutlineOffset: -0.1875rem;
         
     | 
| 
       188 
174 
     | 
    
         
             
              --pf-v6-c-table__thead--m-nested-column-header__tr--PaddingTop: var(--pf-t--global--spacer--xs);
         
     | 
| 
       189 
     | 
    
         
            -
              --pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBottom: var(--pf-t--global--spacer-- 
     | 
| 
       190 
     | 
    
         
            -
              --pf-v6-c-table__subhead--PaddingLeft: var(--pf-t--global--spacer--sm);
         
     | 
| 
       191 
     | 
    
         
            -
              --pf-v6-c-table__subhead--PaddingRight: var(--pf-t--global--spacer--sm);
         
     | 
| 
      
 175 
     | 
    
         
            +
              --pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBottom: var(--pf-t--global--spacer--md);
         
     | 
| 
       192 
176 
     | 
    
         
             
              --pf-v6-c-table__subhead--Color: var(--pf-t--global--text--color--subtle);
         
     | 
| 
       193 
     | 
    
         
            -
              --pf-v6-c- 
     | 
| 
      
 177 
     | 
    
         
            +
              --pf-v6-c-table__nested-column-header__button--PaddingLeft: calc(var(--pf-v6-c-table__button--PaddingLeft) - var(--pf-t--global--spacer--sm));
         
     | 
| 
      
 178 
     | 
    
         
            +
              --pf-v6-c-table__nested-column-header__button--PaddingRight: calc(var(--pf-v6-c-table__button--PaddingRight) - var(--pf-t--global--spacer--xs));
         
     | 
| 
      
 179 
     | 
    
         
            +
              --pf-v6-c-table--m-striped__tr--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
         
     | 
| 
       194 
180 
     | 
    
         
             
              --pf-v6-c-table--m-sticky-header--cell--ZIndex: var(--pf-t--global--Zindex--xs);
         
     | 
| 
      
 181 
     | 
    
         
            +
              --pf-v6-c-table--m-sticky-header--ZIndex: calc(var(--pf-t--global--Zindex--xs) + 1);
         
     | 
| 
      
 182 
     | 
    
         
            +
              --pf-v6-c-table--m-sticky-header--border--ZIndex: calc(var(--pf-t--global--Zindex--xs) + 2);
         
     | 
| 
       195 
183 
     | 
    
         
             
            }
         
     | 
| 
       196 
184 
     | 
    
         | 
| 
       197 
185 
     | 
    
         
             
            .pf-v6-c-table {
         
     | 
| 
         @@ -201,39 +189,36 @@ 
     | 
|
| 
       201 
189 
     | 
    
         
             
            .pf-v6-c-table.pf-m-fixed {
         
     | 
| 
       202 
190 
     | 
    
         
             
              table-layout: fixed;
         
     | 
| 
       203 
191 
     | 
    
         
             
            }
         
     | 
| 
       204 
     | 
    
         
            -
            .pf-v6-c-table.pf-m-sticky-header  
     | 
| 
       205 
     | 
    
         
            -
             
     | 
| 
       206 
     | 
    
         
            -
            }
         
     | 
| 
       207 
     | 
    
         
            -
            .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) {
         
     | 
| 
       208 
     | 
    
         
            -
              z-index: var(--pf-v6-c-table--m-sticky-header--cell--ZIndex);
         
     | 
| 
       209 
     | 
    
         
            -
            }
         
     | 
| 
       210 
     | 
    
         
            -
            .pf-v6-c-table.pf-m-sticky-header > thead:where(.pf-v6-c-table__thead):not(.pf-m-nested-column-header) > tr:where(.pf-v6-c-table__tr) > :where(th, td) {
         
     | 
| 
      
 192 
     | 
    
         
            +
            .pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead,
         
     | 
| 
      
 193 
     | 
    
         
            +
            .pf-v6-c-table .pf-v6-c-table__thead.pf-m-nested-column-header {
         
     | 
| 
       211 
194 
     | 
    
         
             
              position: sticky;
         
     | 
| 
       212 
195 
     | 
    
         
             
              inset-block-start: 0;
         
     | 
| 
      
 196 
     | 
    
         
            +
              z-index: var(--pf-v6-c-table--m-sticky-header--ZIndex);
         
     | 
| 
       213 
197 
     | 
    
         
             
              background: var(--pf-v6-c-table--BackgroundColor);
         
     | 
| 
       214 
198 
     | 
    
         
             
            }
         
     | 
| 
       215 
     | 
    
         
            -
            .pf-v6-c-table.pf-m-sticky-header >  
     | 
| 
      
 199 
     | 
    
         
            +
            .pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead::before,
         
     | 
| 
      
 200 
     | 
    
         
            +
            .pf-v6-c-table .pf-v6-c-table__thead.pf-m-nested-column-header::before {
         
     | 
| 
       216 
201 
     | 
    
         
             
              position: absolute;
         
     | 
| 
      
 202 
     | 
    
         
            +
              inset-block-start: 0;
         
     | 
| 
       217 
203 
     | 
    
         
             
              inset-block-end: 0;
         
     | 
| 
       218 
204 
     | 
    
         
             
              inset-inline-start: 0;
         
     | 
| 
       219 
205 
     | 
    
         
             
              inset-inline-end: 0;
         
     | 
| 
      
 206 
     | 
    
         
            +
              z-index: var(--pf-v6-c-table--m-sticky-header--border--ZIndex);
         
     | 
| 
      
 207 
     | 
    
         
            +
              pointer-events: none;
         
     | 
| 
       220 
208 
     | 
    
         
             
              content: "";
         
     | 
| 
       221 
209 
     | 
    
         
             
              border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
         
     | 
| 
       222 
210 
     | 
    
         
             
            }
         
     | 
| 
      
 211 
     | 
    
         
            +
            .pf-v6-c-table.pf-m-sticky-header {
         
     | 
| 
      
 212 
     | 
    
         
            +
              position: relative;
         
     | 
| 
      
 213 
     | 
    
         
            +
            }
         
     | 
| 
      
 214 
     | 
    
         
            +
            .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) {
         
     | 
| 
      
 215 
     | 
    
         
            +
              z-index: var(--pf-v6-c-table--m-sticky-header--cell--ZIndex);
         
     | 
| 
      
 216 
     | 
    
         
            +
            }
         
     | 
| 
       223 
217 
     | 
    
         
             
            .pf-v6-c-table.pf-m-sticky-header > .pf-m-nested-column-header {
         
     | 
| 
       224 
218 
     | 
    
         
             
              position: sticky;
         
     | 
| 
       225 
219 
     | 
    
         
             
              inset-block-start: 0;
         
     | 
| 
       226 
     | 
    
         
            -
              z-index: var(--pf-t--global--Zindex--xs);
         
     | 
| 
       227 
220 
     | 
    
         
             
              background: var(--pf-v6-c-table--BackgroundColor);
         
     | 
| 
       228 
221 
     | 
    
         
             
            }
         
     | 
| 
       229 
     | 
    
         
            -
            .pf-v6-c-table.pf-m-sticky-header > .pf-m-nested-column-header > .pf-m-border-row {
         
     | 
| 
       230 
     | 
    
         
            -
              height: var(--pf-v6-c-table--border-width--base);
         
     | 
| 
       231 
     | 
    
         
            -
              background-color: var(--pf-v6-c-table--BorderColor);
         
     | 
| 
       232 
     | 
    
         
            -
            }
         
     | 
| 
       233 
     | 
    
         
            -
            .pf-v6-c-table.pf-m-sticky-header > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:nth-last-child(2)) th:where(.pf-v6-c-table__th):not([rowspan]),
         
     | 
| 
       234 
     | 
    
         
            -
            .pf-v6-c-table.pf-m-sticky-header > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:nth-last-child(2)) td:where(.pf-v6-c-table__td):not([rowspan]) {
         
     | 
| 
       235 
     | 
    
         
            -
              --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBottom);
         
     | 
| 
       236 
     | 
    
         
            -
            }
         
     | 
| 
       237 
222 
     | 
    
         
             
            .pf-v6-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:last-child) {
         
     | 
| 
       238 
223 
     | 
    
         
             
              border-block-end: 0;
         
     | 
| 
       239 
224 
     | 
    
         
             
            }
         
     | 
| 
         @@ -241,7 +226,7 @@ 
     | 
|
| 
       241 
226 
     | 
    
         
             
            .pf-v6-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:last-child) td:where(.pf-v6-c-table__td):not([rowspan]) {
         
     | 
| 
       242 
227 
     | 
    
         
             
              --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBottom);
         
     | 
| 
       243 
228 
     | 
    
         
             
            }
         
     | 
| 
       244 
     | 
    
         
            -
            .pf-v6-c-table.pf-m-striped:not(.pf-m-expandable) > tbody:where(.pf-v6-c-table__tbody) > tr:where(.pf-v6-c-table__tr):nth-child(odd), .pf-v6-c-table.pf-m-striped.pf-m-expandable > tbody:where(.pf-v6-c-table__tbody):nth-of-type(odd) > tr:where(.pf-v6-c-table__tr) 
     | 
| 
      
 229 
     | 
    
         
            +
            .pf-v6-c-table.pf-m-striped:not(.pf-m-expandable) > tbody:where(.pf-v6-c-table__tbody) > tr:where(.pf-v6-c-table__tr):nth-child(odd), .pf-v6-c-table.pf-m-striped.pf-m-expandable > tbody:where(.pf-v6-c-table__tbody):nth-of-type(odd) > tr:where(.pf-v6-c-table__tr),
         
     | 
| 
       245 
230 
     | 
    
         
             
            .pf-v6-c-table > .pf-m-striped > tr:nth-child(odd),
         
     | 
| 
       246 
231 
     | 
    
         
             
            .pf-v6-c-table > .pf-m-striped-even > tr:nth-child(even),
         
     | 
| 
       247 
232 
     | 
    
         
             
            .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-striped {
         
     | 
| 
         @@ -280,7 +265,7 @@ 
     | 
|
| 
       280 
265 
     | 
    
         
             
            .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-center {
         
     | 
| 
       281 
266 
     | 
    
         
             
              text-align: center;
         
     | 
| 
       282 
267 
     | 
    
         
             
            }
         
     | 
| 
       283 
     | 
    
         
            -
            .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td):empty {
         
     | 
| 
      
 268 
     | 
    
         
            +
            .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td):is(:empty, .pf-v6-c-table__cell-empty) {
         
     | 
| 
       284 
269 
     | 
    
         
             
              width: auto;
         
     | 
| 
       285 
270 
     | 
    
         
             
              min-width: 0;
         
     | 
| 
       286 
271 
     | 
    
         
             
              padding: 0;
         
     | 
| 
         @@ -327,14 +312,9 @@ 
     | 
|
| 
       327 
312 
     | 
    
         
             
              --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingTop);
         
     | 
| 
       328 
313 
     | 
    
         
             
            }
         
     | 
| 
       329 
314 
     | 
    
         
             
            .pf-v6-c-table thead:where(.pf-v6-c-table__thead) .pf-v6-c-table__subhead {
         
     | 
| 
       330 
     | 
    
         
            -
              --pf-v6-c-table--cell--PaddingLeft: var(--pf-v6-c-table__subhead--PaddingLeft);
         
     | 
| 
       331 
     | 
    
         
            -
              --pf-v6-c-table--cell--PaddingRight: var(--pf-v6-c-table__subhead--PaddingRight);
         
     | 
| 
       332 
315 
     | 
    
         
             
              --pf-v6-c-table__sort__button__text--Color: var(--pf-v6-c-table__subhead--Color);
         
     | 
| 
       333 
316 
     | 
    
         
             
              color: var(--pf-v6-c-table__subhead--Color);
         
     | 
| 
       334 
317 
     | 
    
         
             
            }
         
     | 
| 
       335 
     | 
    
         
            -
            .pf-v6-c-table thead:where(.pf-v6-c-table__thead) .pf-v6-c-table__subhead .pf-v6-c-table__button {
         
     | 
| 
       336 
     | 
    
         
            -
              margin-inline-start: 0;
         
     | 
| 
       337 
     | 
    
         
            -
            }
         
     | 
| 
       338 
318 
     | 
    
         
             
            .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) {
         
     | 
| 
       339 
319 
     | 
    
         
             
              --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table__tbody--cell--PaddingTop);
         
     | 
| 
       340 
320 
     | 
    
         
             
              --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table__tbody--cell--PaddingBottom);
         
     | 
| 
         @@ -383,6 +363,12 @@ 
     | 
|
| 
       383 
363 
     | 
    
         
             
              --pf-v6-c-table--cell--WordBreak: break-word;
         
     | 
| 
       384 
364 
     | 
    
         
             
              --pf-v6-c-table--cell--WhiteSpace: normal;
         
     | 
| 
       385 
365 
     | 
    
         
             
            }
         
     | 
| 
      
 366 
     | 
    
         
            +
            .pf-v6-c-table.pf-m-no-border-rows > tbody:where(.pf-v6-c-table__tbody) {
         
     | 
| 
      
 367 
     | 
    
         
            +
              --pf-v6-c-table__tr--BorderBottomWidth: 0;
         
     | 
| 
      
 368 
     | 
    
         
            +
              --pf-v6-c-table__tbody--BorderBottomWidth: 0;
         
     | 
| 
      
 369 
     | 
    
         
            +
              --pf-v6-c-table--m-expandable__tbody--BorderBottomWidth: 0;
         
     | 
| 
      
 370 
     | 
    
         
            +
              --pf-v6-c-table__control-row--BorderBottomWidth: 0;
         
     | 
| 
      
 371 
     | 
    
         
            +
            }
         
     | 
| 
       386 
372 
     | 
    
         
             
            .pf-v6-c-table.pf-m-no-border-rows > tbody:where(.pf-v6-c-table__tbody) > tr:where(.pf-v6-c-table__tr) {
         
     | 
| 
       387 
373 
     | 
    
         
             
              border-block-end: 0;
         
     | 
| 
       388 
374 
     | 
    
         
             
            }
         
     | 
| 
         @@ -401,35 +387,38 @@ 
     | 
|
| 
       401 
387 
     | 
    
         
             
              --pf-v6-c-table__tr--m-clickable--BackgroundColor: var(--pf-v6-c-table__tr--m-clickable--hover--BackgroundColor);
         
     | 
| 
       402 
388 
     | 
    
         
             
            }
         
     | 
| 
       403 
389 
     | 
    
         
             
            .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected {
         
     | 
| 
       404 
     | 
    
         
            -
              --pf-v6-c-table__expandable-row--after--BorderLeftWidth: var(--pf-v6-c-table__tr--m-selected--after--BorderLeftWidth);
         
     | 
| 
       405 
     | 
    
         
            -
              --pf-v6-c-table__expandable-row--after--BorderColor: var(--pf-v6-c-table__tr--m-selected--after--BorderLeftColor);
         
     | 
| 
       406 
390 
     | 
    
         
             
              position: relative;
         
     | 
| 
       407 
391 
     | 
    
         
             
              background-color: var(--pf-v6-c-table__tr--m-selected--BackgroundColor);
         
     | 
| 
       408 
392 
     | 
    
         
             
              outline-offset: var(--pf-v6-c-table__tr--m-selected--OutlineOffset);
         
     | 
| 
       409 
393 
     | 
    
         
             
            }
         
     | 
| 
       410 
     | 
    
         
            -
            .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-first-cell-offset-reset {
         
     | 
| 
       411 
     | 
    
         
            -
               
     | 
| 
      
 394 
     | 
    
         
            +
            .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-first-cell-offset-reset > :first-child {
         
     | 
| 
      
 395 
     | 
    
         
            +
              padding-inline-start: var(--pf-v6-c-table__tr--m-first-cell-offset-reset--cell--PaddingLeft);
         
     | 
| 
       412 
396 
     | 
    
         
             
            }
         
     | 
| 
       413 
397 
     | 
    
         
             
            .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable {
         
     | 
| 
       414 
398 
     | 
    
         
             
              cursor: pointer;
         
     | 
| 
       415 
399 
     | 
    
         
             
              background-color: var(--pf-v6-c-table__tbody--m-clickable--BackgroundColor);
         
     | 
| 
       416 
400 
     | 
    
         
             
              outline-offset: var(--pf-v6-c-table__tbody--m-clickable--OutlineOffset);
         
     | 
| 
       417 
401 
     | 
    
         
             
            }
         
     | 
| 
       418 
     | 
    
         
            -
            .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable.pf-m-expanded:not(.pf-m-selected) {
         
     | 
| 
       419 
     | 
    
         
            -
              --pf-v6-c-table__expandable-row--after--BorderColor: var(--pf-v6-c-table__tbody--m-clickable--m-expanded--BorderColor);
         
     | 
| 
       420 
     | 
    
         
            -
            }
         
     | 
| 
       421 
402 
     | 
    
         
             
            .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable:is(:hover, :focus) {
         
     | 
| 
       422 
403 
     | 
    
         
             
              --pf-v6-c-table__tbody--m-clickable--BackgroundColor: var(--pf-v6-c-table__tbody--m-clickable--hover--BackgroundColor);
         
     | 
| 
       423 
404 
     | 
    
         
             
            }
         
     | 
| 
      
 405 
     | 
    
         
            +
            .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable.pf-m-expanded {
         
     | 
| 
      
 406 
     | 
    
         
            +
              --pf-v6-c-table__tbody--m-clickable--BackgroundColor: var(--pf-v6-c-table__tbody--m-clickable--m-expanded--BackgroundColor);
         
     | 
| 
      
 407 
     | 
    
         
            +
            }
         
     | 
| 
       424 
408 
     | 
    
         
             
            .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-selected {
         
     | 
| 
       425 
     | 
    
         
            -
              --pf-v6-c-table__expandable-row--after--BorderLeftWidth: var(--pf-v6-c-table__tbody--m-selected--after--BorderLeftWidth);
         
     | 
| 
       426 
     | 
    
         
            -
              --pf-v6-c-table__expandable-row--after--BorderColor: var(--pf-v6-c-table__tbody--m-selected--after--BorderLeftColor);
         
     | 
| 
       427 
409 
     | 
    
         
             
              background-color: var(--pf-v6-c-table__tbody--m-selected--BackgroundColor);
         
     | 
| 
       428 
410 
     | 
    
         
             
              outline-offset: var(--pf-v6-c-table__tbody--m-selected--OutlineOffset);
         
     | 
| 
       429 
411 
     | 
    
         
             
            }
         
     | 
| 
       430 
412 
     | 
    
         
             
            .pf-v6-c-table.pf-m-drag-over {
         
     | 
| 
       431 
413 
     | 
    
         
             
              overflow-anchor: none;
         
     | 
| 
       432 
414 
     | 
    
         
             
            }
         
     | 
| 
      
 415 
     | 
    
         
            +
            .pf-v6-c-table .pf-v6-c-table {
         
     | 
| 
      
 416 
     | 
    
         
            +
              background-color: transparent;
         
     | 
| 
      
 417 
     | 
    
         
            +
            }
         
     | 
| 
      
 418 
     | 
    
         
            +
            .pf-v6-c-table .pf-v6-c-table,
         
     | 
| 
      
 419 
     | 
    
         
            +
            .pf-v6-c-table .pf-v6-c-table :is(.pf-v6-c-table__tbody, .pf-v6-c-table__tr:last-child) {
         
     | 
| 
      
 420 
     | 
    
         
            +
              border-block-end: 0;
         
     | 
| 
      
 421 
     | 
    
         
            +
            }
         
     | 
| 
       433 
422 
     | 
    
         | 
| 
       434 
423 
     | 
    
         
             
            .pf-v6-c-table__text {
         
     | 
| 
       435 
424 
     | 
    
         
             
              --pf-v6-c-table--cell--MaxWidth: 100%;
         
     | 
| 
         @@ -446,6 +435,7 @@ 
     | 
|
| 
       446 
435 
     | 
    
         
             
            }
         
     | 
| 
       447 
436 
     | 
    
         
             
            .pf-v6-c-table__text.pf-m-truncate {
         
     | 
| 
       448 
437 
     | 
    
         
             
              --pf-v6-c-table--cell--MinWidth: 100%;
         
     | 
| 
      
 438 
     | 
    
         
            +
              --pf-v6-c-table--text--MinWidth: var(--pf-v6-c-table--m-truncate__text--MinWidth);
         
     | 
| 
       449 
439 
     | 
    
         
             
            }
         
     | 
| 
       450 
440 
     | 
    
         
             
            .pf-v6-c-table__text.pf-m-truncate > :where(th, td) {
         
     | 
| 
       451 
441 
     | 
    
         
             
              overflow: var(--pf-v6-c-table--cell--Overflow);
         
     | 
| 
         @@ -453,10 +443,6 @@ 
     | 
|
| 
       453 
443 
     | 
    
         
             
              white-space: var(--pf-v6-c-table--cell--WhiteSpace);
         
     | 
| 
       454 
444 
     | 
    
         
             
            }
         
     | 
| 
       455 
445 
     | 
    
         | 
| 
       456 
     | 
    
         
            -
            .pf-v6-c-table__tr.pf-m-border-row {
         
     | 
| 
       457 
     | 
    
         
            -
              border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
         
     | 
| 
       458 
     | 
    
         
            -
            }
         
     | 
| 
       459 
     | 
    
         
            -
             
     | 
| 
       460 
446 
     | 
    
         
             
            .pf-v6-c-table__button {
         
     | 
| 
       461 
447 
     | 
    
         
             
              width: auto;
         
     | 
| 
       462 
448 
     | 
    
         
             
              padding-block-start: var(--pf-v6-c-table__button--PaddingTop);
         
     | 
| 
         @@ -474,6 +460,7 @@ 
     | 
|
| 
       474 
460 
     | 
    
         
             
              background-color: var(--pf-v6-c-table__button--BackgroundColor);
         
     | 
| 
       475 
461 
     | 
    
         
             
              border: 0;
         
     | 
| 
       476 
462 
     | 
    
         
             
              border-radius: var(--pf-v6-c-table__button--BorderRadius);
         
     | 
| 
      
 463 
     | 
    
         
            +
              outline-offset: var(--pf-v6-c-table__button--OutlineOffset);
         
     | 
| 
       477 
464 
     | 
    
         
             
            }
         
     | 
| 
       478 
465 
     | 
    
         
             
            .pf-v6-c-table .pf-v6-c-table .pf-v6-c-table__button {
         
     | 
| 
       479 
466 
     | 
    
         
             
              margin-block-end: 0;
         
     | 
| 
         @@ -583,9 +570,12 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone { 
     | 
|
| 
       583 
570 
     | 
    
         
             
            .pf-v6-c-table__favorite .pf-v6-c-button {
         
     | 
| 
       584 
571 
     | 
    
         
             
              --pf-v6-c-button--FontSize: var(--pf-v6-c-table__favorite--c-button--FontSize);
         
     | 
| 
       585 
572 
     | 
    
         
             
            }
         
     | 
| 
       586 
     | 
    
         
            -
            .pf- 
     | 
| 
      
 573 
     | 
    
         
            +
            .pf-v6-c-table__favorite.pf-m-favorited .pf-v6-c-button {
         
     | 
| 
       587 
574 
     | 
    
         
             
              --pf-v6-c-button--m-plain--Color: var(--pf-v6-c-table__favorite--m-favorited--c-button--Color);
         
     | 
| 
       588 
575 
     | 
    
         
             
            }
         
     | 
| 
      
 576 
     | 
    
         
            +
            .pf-v6-c-table__favorite.pf-m-favorited .pf-v6-c-button:is(:hover, :focus) {
         
     | 
| 
      
 577 
     | 
    
         
            +
              --pf-v6-c-button--m-plain--hover--Color: var(--pf-v6-c-table__favorite--m-favorited--c-button--Color);
         
     | 
| 
      
 578 
     | 
    
         
            +
            }
         
     | 
| 
       589 
579 
     | 
    
         | 
| 
       590 
580 
     | 
    
         
             
            .pf-v6-c-table__draggable .pf-v6-c-button {
         
     | 
| 
       591 
581 
     | 
    
         
             
              cursor: grab;
         
     | 
| 
         @@ -614,6 +604,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone { 
     | 
|
| 
       614 
604 
     | 
    
         
             
              --pf-v6-c-table__button--hover--Color: var(--pf-v6-c-table__compound-expansion-toggle__button--hover--Color);
         
     | 
| 
       615 
605 
     | 
    
         
             
              position: relative;
         
     | 
| 
       616 
606 
     | 
    
         
             
              padding: 0;
         
     | 
| 
      
 607 
     | 
    
         
            +
              background-color: var(--pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor);
         
     | 
| 
       617 
608 
     | 
    
         
             
            }
         
     | 
| 
       618 
609 
     | 
    
         
             
            .pf-v6-c-table__compound-expansion-toggle.pf-m-truncate {
         
     | 
| 
       619 
610 
     | 
    
         
             
              overflow: visible;
         
     | 
| 
         @@ -635,7 +626,12 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone { 
     | 
|
| 
       635 
626 
     | 
    
         
             
              border: 0;
         
     | 
| 
       636 
627 
     | 
    
         
             
              border-block-start: var(--pf-v6-c-table__compound-expansion-toggle__button--after--BorderTopWidth) solid var(--pf-v6-c-table__compound-expansion-toggle__button--after--BorderColor);
         
     | 
| 
       637 
628 
     | 
    
         
             
            }
         
     | 
| 
       638 
     | 
    
         
            -
            .pf-v6-c-table__compound-expansion-toggle:hover, .pf-v6-c-table__compound-expansion-toggle:focus-within 
     | 
| 
      
 629 
     | 
    
         
            +
            .pf-v6-c-table__compound-expansion-toggle:hover, .pf-v6-c-table__compound-expansion-toggle:focus-within {
         
     | 
| 
      
 630 
     | 
    
         
            +
              --pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor: var(--pf-v6-c-table__compound-expansion-toggle__button--hover--BackgroundColor);
         
     | 
| 
      
 631 
     | 
    
         
            +
              --pf-v6-c-table__compound-expansion-toggle__button--after--BorderTopWidth: var(--pf-v6-c-table__compound-expansion-toggle__button--hover--after--BorderTopWidth);
         
     | 
| 
      
 632 
     | 
    
         
            +
            }
         
     | 
| 
      
 633 
     | 
    
         
            +
            .pf-v6-c-table__compound-expansion-toggle.pf-m-expanded {
         
     | 
| 
      
 634 
     | 
    
         
            +
              --pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor: var(--pf-v6-c-table__compound-expansion-toggle__button--expanded--BackgroundColor);
         
     | 
| 
       639 
635 
     | 
    
         
             
              --pf-v6-c-table__compound-expansion-toggle__button--after--BorderTopWidth: var(--pf-v6-c-table__compound-expansion-toggle--m-expanded__button--after--BorderTopWidth);
         
     | 
| 
       640 
636 
     | 
    
         
             
            }
         
     | 
| 
       641 
637 
     | 
    
         
             
            .pf-v6-c-table__compound-expansion-toggle:focus-within {
         
     | 
| 
         @@ -665,23 +661,19 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone { 
     | 
|
| 
       665 
661 
     | 
    
         
             
            }
         
     | 
| 
       666 
662 
     | 
    
         
             
            .pf-v6-c-table__sort.pf-m-selected .pf-v6-c-table__button {
         
     | 
| 
       667 
663 
     | 
    
         
             
              --pf-v6-c-table__sort-indicator--Color: var(--pf-v6-c-table__sort--m-selected__sort-indicator--Color);
         
     | 
| 
       668 
     | 
    
         
            -
              --pf-v6-c-table__sort__button__text--Color: var(--pf-v6-c-table__sort--m-selected__button__text--Color);
         
     | 
| 
       669 
664 
     | 
    
         
             
              color: var(--pf-v6-c-table__sort--m-selected__button--Color);
         
     | 
| 
       670 
665 
     | 
    
         
             
            }
         
     | 
| 
       671 
666 
     | 
    
         
             
            .pf-v6-c-table__sort.pf-m-help {
         
     | 
| 
       672 
667 
     | 
    
         
             
              --pf-v6-c-table__th--m-help--MinWidth: var(--pf-v6-c-table__sort--m-help--MinWidth);
         
     | 
| 
       673 
668 
     | 
    
         
             
            }
         
     | 
| 
       674 
     | 
    
         
            -
            .pf-v6-c-table__sort.pf-m-favorite {
         
     | 
| 
       675 
     | 
    
         
            -
               
     | 
| 
       676 
     | 
    
         
            -
              --pf-v6-c-table__sort__button--hover__text--Color: var(--pf-v6-c-table__sort--m-favorite__button--hover__text--Color);
         
     | 
| 
       677 
     | 
    
         
            -
              --pf-v6-c-table__sort--m-selected__button__text--Color: currentcolor;
         
     | 
| 
      
 669 
     | 
    
         
            +
            .pf-v6-c-table__sort.pf-m-favorite .pf-v6-c-table__text {
         
     | 
| 
      
 670 
     | 
    
         
            +
              font-size: var(--pf-v6-c-table__favorite--c-button--FontSize);
         
     | 
| 
       678 
671 
     | 
    
         
             
            }
         
     | 
| 
       679 
672 
     | 
    
         | 
| 
       680 
673 
     | 
    
         
             
            .pf-v6-c-table__sort-indicator {
         
     | 
| 
       681 
674 
     | 
    
         
             
              grid-column: 2;
         
     | 
| 
       682 
675 
     | 
    
         
             
              align-self: end;
         
     | 
| 
       683 
676 
     | 
    
         
             
              margin-inline-start: var(--pf-v6-c-table__sort-indicator--MarginLeft);
         
     | 
| 
       684 
     | 
    
         
            -
              font-size: var(--pf-v6-c-table__sort-indicator--FontSize);
         
     | 
| 
       685 
677 
     | 
    
         
             
              color: var(--pf-v6-c-table__sort-indicator--Color);
         
     | 
| 
       686 
678 
     | 
    
         
             
              pointer-events: none;
         
     | 
| 
       687 
679 
     | 
    
         
             
            }
         
     | 
| 
         @@ -703,7 +695,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone { 
     | 
|
| 
       703 
695 
     | 
    
         
             
              padding-block-start: 0;
         
     | 
| 
       704 
696 
     | 
    
         
             
              padding-inline-end: 0;
         
     | 
| 
       705 
697 
     | 
    
         
             
              padding-block-end: 0;
         
     | 
| 
       706 
     | 
    
         
            -
              padding-inline-start:  
     | 
| 
      
 698 
     | 
    
         
            +
              padding-inline-start: 0;
         
     | 
| 
       707 
699 
     | 
    
         
             
            }
         
     | 
| 
       708 
700 
     | 
    
         
             
            .pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding .pf-v6-c-table__expandable-row-content,
         
     | 
| 
       709 
701 
     | 
    
         
             
            .pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding .pf-v6-c-table__expandable-row-content {
         
     | 
| 
         @@ -712,6 +704,9 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone { 
     | 
|
| 
       712 
704 
     | 
    
         
             
            .pf-v6-c-table__expandable-row .pf-v6-c-table__expandable-row-content {
         
     | 
| 
       713 
705 
     | 
    
         
             
              padding-block-start: var(--pf-v6-c-table__expandable-row-content--PaddingTop);
         
     | 
| 
       714 
706 
     | 
    
         
             
              padding-block-end: var(--pf-v6-c-table__expandable-row-content--PaddingBottom);
         
     | 
| 
      
 707 
     | 
    
         
            +
              padding-inline-start: var(--pf-v6-c-table__expandable-row-content--PaddingLeft);
         
     | 
| 
      
 708 
     | 
    
         
            +
              padding-inline-end: var(--pf-v6-c-table__expandable-row-content--PaddingRight);
         
     | 
| 
      
 709 
     | 
    
         
            +
              border-radius: var(--pf-v6-c-table__expandable-row-content--BorderRadius);
         
     | 
| 
       715 
710 
     | 
    
         
             
            }
         
     | 
| 
       716 
711 
     | 
    
         
             
            .pf-v6-c-table__expandable-row.pf-m-expanded {
         
     | 
| 
       717 
712 
     | 
    
         
             
              border-block-end-color: var(--pf-v6-c-table__expandable-row--m-expanded--BorderBottomColor);
         
     | 
| 
         @@ -751,13 +746,44 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone { 
     | 
|
| 
       751 
746 
     | 
    
         
             
            }
         
     | 
| 
       752 
747 
     | 
    
         | 
| 
       753 
748 
     | 
    
         
             
            .pf-v6-c-table__thead {
         
     | 
| 
      
 749 
     | 
    
         
            +
              --pf-v6-c-table__tr--BorderBottomWidth: 0;
         
     | 
| 
      
 750 
     | 
    
         
            +
              --pf-v6-c-table__toggle--PaddingBottom: var(--pf-v6-c-table__thead__toggle--PaddingBottom);
         
     | 
| 
       754 
751 
     | 
    
         
             
              vertical-align: bottom;
         
     | 
| 
       755 
752 
     | 
    
         
             
            }
         
     | 
| 
      
 753 
     | 
    
         
            +
            .pf-v6-c-table__thead.pf-m-nested-column-header .pf-v6-c-table__button {
         
     | 
| 
      
 754 
     | 
    
         
            +
              --pf-v6-c-table__button--PaddingLeft: var(--pf-v6-c-table__nested-column-header__button--PaddingLeft);
         
     | 
| 
      
 755 
     | 
    
         
            +
              --pf-v6-c-table__button--PaddingRight: var(--pf-v6-c-table__nested-column-header__button--PaddingRight);
         
     | 
| 
      
 756 
     | 
    
         
            +
              margin-inline-end: calc(var(--pf-v6-c-table__button--PaddingLeft) * -1);
         
     | 
| 
      
 757 
     | 
    
         
            +
            }
         
     | 
| 
       756 
758 
     | 
    
         | 
| 
       757 
759 
     | 
    
         
             
            .pf-v6-c-table__tbody {
         
     | 
| 
       758 
760 
     | 
    
         
             
              vertical-align: top;
         
     | 
| 
       759 
761 
     | 
    
         
             
            }
         
     | 
| 
       760 
     | 
    
         
            -
            .pf-v6-c-table__tbody .pf-v6-c- 
     | 
| 
      
 762 
     | 
    
         
            +
            .pf-v6-c-table__tbody .pf-v6-c-table__control-row ~ .pf-v6-c-table__expandable-row.pf-m-expanded {
         
     | 
| 
      
 763 
     | 
    
         
            +
              background-color: var(--pf-v6-c-table--compound-expansion--m-expanded--BackgroundColor);
         
     | 
| 
      
 764 
     | 
    
         
            +
            }
         
     | 
| 
      
 765 
     | 
    
         
            +
             
     | 
| 
      
 766 
     | 
    
         
            +
            .pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tr.pf-m-expanded {
         
     | 
| 
      
 767 
     | 
    
         
            +
              border-block-end: 0;
         
     | 
| 
      
 768 
     | 
    
         
            +
            }
         
     | 
| 
      
 769 
     | 
    
         
            +
            .pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody {
         
     | 
| 
      
 770 
     | 
    
         
            +
              border-block-end: var(--pf-v6-c-table__tr--BorderBottomWidth) solid var(--pf-v6-c-table__tr--BorderBottomColor);
         
     | 
| 
      
 771 
     | 
    
         
            +
            }
         
     | 
| 
      
 772 
     | 
    
         
            +
            .pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded {
         
     | 
| 
      
 773 
     | 
    
         
            +
              border-block-end: var(--pf-v6-c-table__tr--BorderBottomWidth) solid var(--pf-v6-c-table__tr--BorderBottomColor);
         
     | 
| 
      
 774 
     | 
    
         
            +
            }
         
     | 
| 
      
 775 
     | 
    
         
            +
            .pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded .pf-v6-c-table__control-row {
         
     | 
| 
      
 776 
     | 
    
         
            +
              background-color: var(--pf-v6-c-table__control-row--BackgroundColor);
         
     | 
| 
      
 777 
     | 
    
         
            +
              border-block-end: var(--pf-v6-c-table__control-row--BorderBottomWidth) solid var(--pf-v6-c-table__control-row__tbody--BorderBottomColor);
         
     | 
| 
      
 778 
     | 
    
         
            +
            }
         
     | 
| 
      
 779 
     | 
    
         
            +
             
     | 
| 
      
 780 
     | 
    
         
            +
            .pf-v6-c-table__tr {
         
     | 
| 
      
 781 
     | 
    
         
            +
              border-block-end: var(--pf-v6-c-table__tr--BorderBottomWidth) solid var(--pf-v6-c-table__tr--BorderBottomColor);
         
     | 
| 
      
 782 
     | 
    
         
            +
            }
         
     | 
| 
      
 783 
     | 
    
         
            +
            .pf-v6-c-table__thead .pf-v6-c-table__tr {
         
     | 
| 
      
 784 
     | 
    
         
            +
              border-block-end: 0;
         
     | 
| 
      
 785 
     | 
    
         
            +
            }
         
     | 
| 
      
 786 
     | 
    
         
            +
            .pf-v6-c-table__tr.pf-m-border-row {
         
     | 
| 
       761 
787 
     | 
    
         
             
              border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
         
     | 
| 
       762 
788 
     | 
    
         
             
            }
         
     | 
| 
       763 
789 
     | 
    
         | 
| 
         @@ -18,7 +18,6 @@ declare const _default: { 
     | 
|
| 
       18 
18 
     | 
    
         
             
                "fixed": "pf-m-fixed",
         
     | 
| 
       19 
19 
     | 
    
         
             
                "stickyHeader": "pf-m-sticky-header",
         
     | 
| 
       20 
20 
     | 
    
         
             
                "nestedColumnHeader": "pf-m-nested-column-header",
         
     | 
| 
       21 
     | 
    
         
            -
                "borderRow": "pf-m-border-row",
         
     | 
| 
       22 
21 
     | 
    
         
             
                "striped": "pf-m-striped",
         
     | 
| 
       23 
22 
     | 
    
         
             
                "expandable": "pf-m-expandable",
         
     | 
| 
       24 
23 
     | 
    
         
             
                "stripedEven": "pf-m-striped-even",
         
     | 
| 
         @@ -43,6 +42,7 @@ declare const _default: { 
     | 
|
| 
       43 
42 
     | 
    
         
             
                "favorited": "pf-m-favorited",
         
     | 
| 
       44 
43 
     | 
    
         
             
                "noPadding": "pf-m-no-padding",
         
     | 
| 
       45 
44 
     | 
    
         
             
                "compact": "pf-m-compact",
         
     | 
| 
      
 45 
     | 
    
         
            +
                "borderRow": "pf-m-border-row",
         
     | 
| 
       46 
46 
     | 
    
         
             
                "width_10": "pf-m-width-10",
         
     | 
| 
       47 
47 
     | 
    
         
             
                "width_15": "pf-m-width-15",
         
     | 
| 
       48 
48 
     | 
    
         
             
                "width_20": "pf-m-width-20",
         
     | 
| 
         @@ -64,10 +64,12 @@ declare const _default: { 
     | 
|
| 
       64 
64 
     | 
    
         
             
              "tableButton": "pf-v6-c-table__button",
         
     | 
| 
       65 
65 
     | 
    
         
             
              "tableButtonContent": "pf-v6-c-table__button-content",
         
     | 
| 
       66 
66 
     | 
    
         
             
              "tableCaption": "pf-v6-c-table__caption",
         
     | 
| 
      
 67 
     | 
    
         
            +
              "tableCellEmpty": "pf-v6-c-table__cell-empty",
         
     | 
| 
       67 
68 
     | 
    
         
             
              "tableCheck": "pf-v6-c-table__check",
         
     | 
| 
       68 
69 
     | 
    
         
             
              "tableColumnHelp": "pf-v6-c-table__column-help",
         
     | 
| 
       69 
70 
     | 
    
         
             
              "tableColumnHelpAction": "pf-v6-c-table__column-help-action",
         
     | 
| 
       70 
71 
     | 
    
         
             
              "tableCompoundExpansionToggle": "pf-v6-c-table__compound-expansion-toggle",
         
     | 
| 
      
 72 
     | 
    
         
            +
              "tableControlRow": "pf-v6-c-table__control-row",
         
     | 
| 
       71 
73 
     | 
    
         
             
              "tableDraggable": "pf-v6-c-table__draggable",
         
     | 
| 
       72 
74 
     | 
    
         
             
              "tableExpandableRow": "pf-v6-c-table__expandable-row",
         
     | 
| 
       73 
75 
     | 
    
         
             
              "tableExpandableRowContent": "pf-v6-c-table__expandable-row-content",
         
     | 
| 
         @@ -20,7 +20,6 @@ exports.default = { 
     | 
|
| 
       20 
20 
     | 
    
         
             
                "fixed": "pf-m-fixed",
         
     | 
| 
       21 
21 
     | 
    
         
             
                "stickyHeader": "pf-m-sticky-header",
         
     | 
| 
       22 
22 
     | 
    
         
             
                "nestedColumnHeader": "pf-m-nested-column-header",
         
     | 
| 
       23 
     | 
    
         
            -
                "borderRow": "pf-m-border-row",
         
     | 
| 
       24 
23 
     | 
    
         
             
                "striped": "pf-m-striped",
         
     | 
| 
       25 
24 
     | 
    
         
             
                "expandable": "pf-m-expandable",
         
     | 
| 
       26 
25 
     | 
    
         
             
                "stripedEven": "pf-m-striped-even",
         
     | 
| 
         @@ -45,6 +44,7 @@ exports.default = { 
     | 
|
| 
       45 
44 
     | 
    
         
             
                "favorited": "pf-m-favorited",
         
     | 
| 
       46 
45 
     | 
    
         
             
                "noPadding": "pf-m-no-padding",
         
     | 
| 
       47 
46 
     | 
    
         
             
                "compact": "pf-m-compact",
         
     | 
| 
      
 47 
     | 
    
         
            +
                "borderRow": "pf-m-border-row",
         
     | 
| 
       48 
48 
     | 
    
         
             
                "width_10": "pf-m-width-10",
         
     | 
| 
       49 
49 
     | 
    
         
             
                "width_15": "pf-m-width-15",
         
     | 
| 
       50 
50 
     | 
    
         
             
                "width_20": "pf-m-width-20",
         
     | 
| 
         @@ -66,10 +66,12 @@ exports.default = { 
     | 
|
| 
       66 
66 
     | 
    
         
             
              "tableButton": "pf-v6-c-table__button",
         
     | 
| 
       67 
67 
     | 
    
         
             
              "tableButtonContent": "pf-v6-c-table__button-content",
         
     | 
| 
       68 
68 
     | 
    
         
             
              "tableCaption": "pf-v6-c-table__caption",
         
     | 
| 
      
 69 
     | 
    
         
            +
              "tableCellEmpty": "pf-v6-c-table__cell-empty",
         
     | 
| 
       69 
70 
     | 
    
         
             
              "tableCheck": "pf-v6-c-table__check",
         
     | 
| 
       70 
71 
     | 
    
         
             
              "tableColumnHelp": "pf-v6-c-table__column-help",
         
     | 
| 
       71 
72 
     | 
    
         
             
              "tableColumnHelpAction": "pf-v6-c-table__column-help-action",
         
     | 
| 
       72 
73 
     | 
    
         
             
              "tableCompoundExpansionToggle": "pf-v6-c-table__compound-expansion-toggle",
         
     | 
| 
      
 74 
     | 
    
         
            +
              "tableControlRow": "pf-v6-c-table__control-row",
         
     | 
| 
       73 
75 
     | 
    
         
             
              "tableDraggable": "pf-v6-c-table__draggable",
         
     | 
| 
       74 
76 
     | 
    
         
             
              "tableExpandableRow": "pf-v6-c-table__expandable-row",
         
     | 
| 
       75 
77 
     | 
    
         
             
              "tableExpandableRowContent": "pf-v6-c-table__expandable-row-content",
         
     | 
| 
         @@ -18,7 +18,6 @@ export default { 
     | 
|
| 
       18 
18 
     | 
    
         
             
                "fixed": "pf-m-fixed",
         
     | 
| 
       19 
19 
     | 
    
         
             
                "stickyHeader": "pf-m-sticky-header",
         
     | 
| 
       20 
20 
     | 
    
         
             
                "nestedColumnHeader": "pf-m-nested-column-header",
         
     | 
| 
       21 
     | 
    
         
            -
                "borderRow": "pf-m-border-row",
         
     | 
| 
       22 
21 
     | 
    
         
             
                "striped": "pf-m-striped",
         
     | 
| 
       23 
22 
     | 
    
         
             
                "expandable": "pf-m-expandable",
         
     | 
| 
       24 
23 
     | 
    
         
             
                "stripedEven": "pf-m-striped-even",
         
     | 
| 
         @@ -43,6 +42,7 @@ export default { 
     | 
|
| 
       43 
42 
     | 
    
         
             
                "favorited": "pf-m-favorited",
         
     | 
| 
       44 
43 
     | 
    
         
             
                "noPadding": "pf-m-no-padding",
         
     | 
| 
       45 
44 
     | 
    
         
             
                "compact": "pf-m-compact",
         
     | 
| 
      
 45 
     | 
    
         
            +
                "borderRow": "pf-m-border-row",
         
     | 
| 
       46 
46 
     | 
    
         
             
                "width_10": "pf-m-width-10",
         
     | 
| 
       47 
47 
     | 
    
         
             
                "width_15": "pf-m-width-15",
         
     | 
| 
       48 
48 
     | 
    
         
             
                "width_20": "pf-m-width-20",
         
     | 
| 
         @@ -64,10 +64,12 @@ export default { 
     | 
|
| 
       64 
64 
     | 
    
         
             
              "tableButton": "pf-v6-c-table__button",
         
     | 
| 
       65 
65 
     | 
    
         
             
              "tableButtonContent": "pf-v6-c-table__button-content",
         
     | 
| 
       66 
66 
     | 
    
         
             
              "tableCaption": "pf-v6-c-table__caption",
         
     | 
| 
      
 67 
     | 
    
         
            +
              "tableCellEmpty": "pf-v6-c-table__cell-empty",
         
     | 
| 
       67 
68 
     | 
    
         
             
              "tableCheck": "pf-v6-c-table__check",
         
     | 
| 
       68 
69 
     | 
    
         
             
              "tableColumnHelp": "pf-v6-c-table__column-help",
         
     | 
| 
       69 
70 
     | 
    
         
             
              "tableColumnHelpAction": "pf-v6-c-table__column-help-action",
         
     | 
| 
       70 
71 
     | 
    
         
             
              "tableCompoundExpansionToggle": "pf-v6-c-table__compound-expansion-toggle",
         
     | 
| 
      
 72 
     | 
    
         
            +
              "tableControlRow": "pf-v6-c-table__control-row",
         
     | 
| 
       71 
73 
     | 
    
         
             
              "tableDraggable": "pf-v6-c-table__draggable",
         
     | 
| 
       72 
74 
     | 
    
         
             
              "tableExpandableRow": "pf-v6-c-table__expandable-row",
         
     | 
| 
       73 
75 
     | 
    
         
             
              "tableExpandableRowContent": "pf-v6-c-table__expandable-row-content",
         
     |