@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
 
| 
         @@ -10,6 +10,7 @@ exports.default = { 
     | 
|
| 
       10 
10 
     | 
    
         
             
              "menuToggleControls": "pf-v6-c-menu-toggle__controls",
         
     | 
| 
       11 
11 
     | 
    
         
             
              "menuToggleCount": "pf-v6-c-menu-toggle__count",
         
     | 
| 
       12 
12 
     | 
    
         
             
              "menuToggleIcon": "pf-v6-c-menu-toggle__icon",
         
     | 
| 
      
 13 
     | 
    
         
            +
              "menuToggleStatusIcon": "pf-v6-c-menu-toggle__status-icon",
         
     | 
| 
       13 
14 
     | 
    
         
             
              "menuToggleText": "pf-v6-c-menu-toggle__text",
         
     | 
| 
       14 
15 
     | 
    
         
             
              "menuToggleToggleIcon": "pf-v6-c-menu-toggle__toggle-icon",
         
     | 
| 
       15 
16 
     | 
    
         
             
              "modifiers": {
         
     | 
| 
         @@ -22,6 +23,9 @@ exports.default = { 
     | 
|
| 
       22 
23 
     | 
    
         
             
                "active": "pf-m-active",
         
     | 
| 
       23 
24 
     | 
    
         
             
                "disabled": "pf-m-disabled",
         
     | 
| 
       24 
25 
     | 
    
         
             
                "small": "pf-m-small",
         
     | 
| 
      
 26 
     | 
    
         
            +
                "success": "pf-m-success",
         
     | 
| 
      
 27 
     | 
    
         
            +
                "warning": "pf-m-warning",
         
     | 
| 
      
 28 
     | 
    
         
            +
                "danger": "pf-m-danger",
         
     | 
| 
       25 
29 
     | 
    
         
             
                "splitButton": "pf-m-split-button",
         
     | 
| 
       26 
30 
     | 
    
         
             
                "action": "pf-m-action",
         
     | 
| 
       27 
31 
     | 
    
         
             
                "typeahead": "pf-m-typeahead"
         
     | 
| 
         @@ -8,6 +8,7 @@ export default { 
     | 
|
| 
       8 
8 
     | 
    
         
             
              "menuToggleControls": "pf-v6-c-menu-toggle__controls",
         
     | 
| 
       9 
9 
     | 
    
         
             
              "menuToggleCount": "pf-v6-c-menu-toggle__count",
         
     | 
| 
       10 
10 
     | 
    
         
             
              "menuToggleIcon": "pf-v6-c-menu-toggle__icon",
         
     | 
| 
      
 11 
     | 
    
         
            +
              "menuToggleStatusIcon": "pf-v6-c-menu-toggle__status-icon",
         
     | 
| 
       11 
12 
     | 
    
         
             
              "menuToggleText": "pf-v6-c-menu-toggle__text",
         
     | 
| 
       12 
13 
     | 
    
         
             
              "menuToggleToggleIcon": "pf-v6-c-menu-toggle__toggle-icon",
         
     | 
| 
       13 
14 
     | 
    
         
             
              "modifiers": {
         
     | 
| 
         @@ -20,6 +21,9 @@ export default { 
     | 
|
| 
       20 
21 
     | 
    
         
             
                "active": "pf-m-active",
         
     | 
| 
       21 
22 
     | 
    
         
             
                "disabled": "pf-m-disabled",
         
     | 
| 
       22 
23 
     | 
    
         
             
                "small": "pf-m-small",
         
     | 
| 
      
 24 
     | 
    
         
            +
                "success": "pf-m-success",
         
     | 
| 
      
 25 
     | 
    
         
            +
                "warning": "pf-m-warning",
         
     | 
| 
      
 26 
     | 
    
         
            +
                "danger": "pf-m-danger",
         
     | 
| 
       23 
27 
     | 
    
         
             
                "splitButton": "pf-m-split-button",
         
     | 
| 
       24 
28 
     | 
    
         
             
                "action": "pf-m-action",
         
     | 
| 
       25 
29 
     | 
    
         
             
                "typeahead": "pf-m-typeahead"
         
     | 
| 
         @@ -81,7 +81,6 @@ 
     | 
|
| 
       81 
81 
     | 
    
         
             
            }
         
     | 
| 
       82 
82 
     | 
    
         | 
| 
       83 
83 
     | 
    
         
             
            .pf-v6-c-nav {
         
     | 
| 
       84 
     | 
    
         
            -
              --pf-v6-c-menu--MinWidth: 100%;
         
     | 
| 
       85 
84 
     | 
    
         
             
              position: relative;
         
     | 
| 
       86 
85 
     | 
    
         
             
              row-gap: var(--pf-v6-c-nav--RowGap);
         
     | 
| 
       87 
86 
     | 
    
         
             
              column-gap: var(--pf-v6-c-nav--ColumnGap);
         
     | 
| 
         @@ -104,6 +103,9 @@ 
     | 
|
| 
       104 
103 
     | 
    
         
             
            .pf-v6-c-nav.pf-m-fill {
         
     | 
| 
       105 
104 
     | 
    
         
             
              flex-grow: 1;
         
     | 
| 
       106 
105 
     | 
    
         
             
            }
         
     | 
| 
      
 106 
     | 
    
         
            +
            .pf-v6-c-nav .pf-v6-c-menu {
         
     | 
| 
      
 107 
     | 
    
         
            +
              --pf-v6-c-menu--MinWidth: 100%;
         
     | 
| 
      
 108 
     | 
    
         
            +
            }
         
     | 
| 
       107 
109 
     | 
    
         | 
| 
       108 
110 
     | 
    
         
             
            [class^=pf-v6-c-nav][hidden] {
         
     | 
| 
       109 
111 
     | 
    
         
             
              display: none;
         
     | 
| 
         @@ -121,19 +121,19 @@ 
     | 
|
| 
       121 
121 
     | 
    
         
             
              --pf-v6-c-page__sidebar-body--m-menu--BorderTopColor: var(--pf-t--global--border--color--default);
         
     | 
| 
       122 
122 
     | 
    
         
             
              --pf-v6-c-page__sidebar-body--m-menu--BorderTopWidth: var(--pf-t--global--border--width--button--default);
         
     | 
| 
       123 
123 
     | 
    
         
             
              --pf-v6-c-page__sidebar-body--m-menu--c-context-selector--BorderBottomColor: var(--pf-t--global--border--color--default);
         
     | 
| 
       124 
     | 
    
         
            -
              --pf-v6-c-page__main--ZIndex: var(--pf-v6-global--ZIndex--xs);
         
     | 
| 
       125 
     | 
    
         
            -
              --pf-v6-c-page__main--MaxHeight: calc(100% - var(--pf-t--global--spacer--lg));
         
     | 
| 
       126 
     | 
    
         
            -
              --pf-v6-c-page__main--BackgroundColor: var(--pf-t--global--background--color--primary--default);
         
     | 
| 
       127 
     | 
    
         
            -
              --pf-v6-c-page__main--MarginInlineStart: var(--pf-t--global--spacer--lg);
         
     | 
| 
       128 
     | 
    
         
            -
              --pf-v6-c-page__main--MarginInlineEnd: var(--pf-t--global--spacer--lg);
         
     | 
| 
       129 
     | 
    
         
            -
              --pf-v6-c-page__main--BorderRadius: var(--pf-t--global--border--radius--large);
         
     | 
| 
       130 
     | 
    
         
            -
              --pf-v6-c-page__main--BorderWidth: var(--pf-t--global--spacer--sm);
         
     | 
| 
       131 
     | 
    
         
            -
              --pf-v6-c-page__main--BorderColor: var(--pf-v6-c-page__main--BackgroundColor);
         
     | 
| 
      
 124 
     | 
    
         
            +
              --pf-v6-c-page__main-container--ZIndex: var(--pf-v6-global--ZIndex--xs);
         
     | 
| 
      
 125 
     | 
    
         
            +
              --pf-v6-c-page__main-container--MaxHeight: calc(100% - var(--pf-t--global--spacer--lg));
         
     | 
| 
      
 126 
     | 
    
         
            +
              --pf-v6-c-page__main-container--BackgroundColor: var(--pf-t--global--background--color--primary--default);
         
     | 
| 
      
 127 
     | 
    
         
            +
              --pf-v6-c-page__main-container--MarginInlineStart: var(--pf-t--global--spacer--lg);
         
     | 
| 
      
 128 
     | 
    
         
            +
              --pf-v6-c-page__main-container--MarginInlineEnd: var(--pf-t--global--spacer--lg);
         
     | 
| 
      
 129 
     | 
    
         
            +
              --pf-v6-c-page__main-container--BorderRadius: var(--pf-t--global--border--radius--large);
         
     | 
| 
      
 130 
     | 
    
         
            +
              --pf-v6-c-page__main-container--BorderWidth: var(--pf-t--global--spacer--sm);
         
     | 
| 
      
 131 
     | 
    
         
            +
              --pf-v6-c-page__main-container--BorderColor: var(--pf-v6-c-page__main-container--BackgroundColor);
         
     | 
| 
       132 
132 
     | 
    
         
             
              --pf-v6-c-page__main-section--MarginTop: var(--pf-t--global--spacer--md);
         
     | 
| 
       133 
133 
     | 
    
         
             
              --pf-v6-c-page__main-section--PaddingTop: var(--pf-t--global--spacer--lg);
         
     | 
| 
       134 
134 
     | 
    
         
             
              --pf-v6-c-page__main-section--PaddingRight: calc(var(--pf-t--global--spacer--lg) - var(--pf-v6-c-page__main--BorderWidth));
         
     | 
| 
       135 
135 
     | 
    
         
             
              --pf-v6-c-page__main-section--PaddingBottom: 0;
         
     | 
| 
       136 
     | 
    
         
            -
              --pf-v6-c-page__main-section--PaddingLeft: calc(var(--pf-t--global--spacer--lg) - var(--pf-v6-c-page__main--BorderWidth));
         
     | 
| 
      
 136 
     | 
    
         
            +
              --pf-v6-c-page__main-section--PaddingLeft: calc(var(--pf-t--global--spacer--lg) - var(--pf-v6-c-page__main-container--BorderWidth));
         
     | 
| 
       137 
137 
     | 
    
         
             
              --pf-v6-c-page__main-breadcrumb--main-section--PaddingTop: var(--pf-t--global--spacer--md);
         
     | 
| 
       138 
138 
     | 
    
         
             
              --pf-v6-c-page__main-section--BackgroundColor: var(--pf-t--global--background--color--primary--default);
         
     | 
| 
       139 
139 
     | 
    
         
             
              --pf-v6-c-page__main-section--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
         
     | 
| 
         @@ -161,9 +161,9 @@ 
     | 
|
| 
       161 
161 
     | 
    
         
             
              --pf-v6-c-page__main-subnav--PaddingInlineStart: calc(var(--pf-t--global--spacer--lg) - var(--pf-v6-c-page__main--BorderWidth));
         
     | 
| 
       162 
162 
     | 
    
         
             
              --pf-v6-c-page__main-subnav--PaddingInlineEnd: calc(var(--pf-t--global--spacer--lg) - var(--pf-v6-c-page__main--BorderWidth));
         
     | 
| 
       163 
163 
     | 
    
         
             
              --pf-v6-c-page__main-breadcrumb--PaddingTop: var(--pf-t--global--spacer--md);
         
     | 
| 
       164 
     | 
    
         
            -
              --pf-v6-c-page__main-breadcrumb--PaddingRight: calc(var(--pf-t--global--spacer--lg) - var(--pf-v6-c-page__main--BorderWidth));
         
     | 
| 
      
 164 
     | 
    
         
            +
              --pf-v6-c-page__main-breadcrumb--PaddingRight: calc(var(--pf-t--global--spacer--lg) - var(--pf-v6-c-page__main-container--BorderWidth));
         
     | 
| 
       165 
165 
     | 
    
         
             
              --pf-v6-c-page__main-breadcrumb--PaddingBottom: 0;
         
     | 
| 
       166 
     | 
    
         
            -
              --pf-v6-c-page__main-breadcrumb--PaddingLeft: calc(var(--pf-t--global--spacer--lg) - var(--pf-v6-c-page__main--BorderWidth));
         
     | 
| 
      
 166 
     | 
    
         
            +
              --pf-v6-c-page__main-breadcrumb--PaddingLeft: calc(var(--pf-t--global--spacer--lg) - var(--pf-v6-c-page__main-container--BorderWidth));
         
     | 
| 
       167 
167 
     | 
    
         
             
              --pf-v6-c-page__main-breadcrumb--BackgroundColor: var(--pf-t--global--background--color--primary--default);
         
     | 
| 
       168 
168 
     | 
    
         
             
              --pf-v6-c-page__main-tabs--PaddingTop: 0;
         
     | 
| 
       169 
169 
     | 
    
         
             
              --pf-v6-c-page__main-tabs--PaddingRight: 0;
         
     | 
| 
         @@ -209,7 +209,7 @@ 
     | 
|
| 
       209 
209 
     | 
    
         
             
            }
         
     | 
| 
       210 
210 
     | 
    
         
             
            @media (min-width: 1200px) {
         
     | 
| 
       211 
211 
     | 
    
         
             
              .pf-v6-c-page {
         
     | 
| 
       212 
     | 
    
         
            -
                grid-template-areas: "header header" " 
     | 
| 
      
 212 
     | 
    
         
            +
                grid-template-areas: "header header" "sidebar main";
         
     | 
| 
       213 
213 
     | 
    
         
             
                grid-template-columns: max-content 1fr;
         
     | 
| 
       214 
214 
     | 
    
         
             
              }
         
     | 
| 
       215 
215 
     | 
    
         
             
            }
         
     | 
| 
         @@ -321,7 +321,7 @@ 
     | 
|
| 
       321 
321 
     | 
    
         
             
              z-index: var(--pf-v6-c-page__sidebar--ZIndex);
         
     | 
| 
       322 
322 
     | 
    
         
             
              display: flex;
         
     | 
| 
       323 
323 
     | 
    
         
             
              flex-direction: column;
         
     | 
| 
       324 
     | 
    
         
            -
              grid-area:  
     | 
| 
      
 324 
     | 
    
         
            +
              grid-area: sidebar;
         
     | 
| 
       325 
325 
     | 
    
         
             
              grid-row-start: 2;
         
     | 
| 
       326 
326 
     | 
    
         
             
              grid-column-start: 1;
         
     | 
| 
       327 
327 
     | 
    
         
             
              width: var(--pf-v6-c-page__sidebar--Width);
         
     | 
| 
         @@ -633,26 +633,27 @@ 
     | 
|
| 
       633 
633 
     | 
    
         
             
              }
         
     | 
| 
       634 
634 
     | 
    
         
             
            }
         
     | 
| 
       635 
635 
     | 
    
         | 
| 
       636 
     | 
    
         
            -
            .pf-v6-c-page__main {
         
     | 
| 
      
 636 
     | 
    
         
            +
            .pf-v6-c-page__main-container {
         
     | 
| 
       637 
637 
     | 
    
         
             
              align-self: start;
         
     | 
| 
       638 
     | 
    
         
            -
              max-height: var(--pf-v6-c-page__main--MaxHeight);
         
     | 
| 
      
 638 
     | 
    
         
            +
              max-height: var(--pf-v6-c-page__main-container--MaxHeight);
         
     | 
| 
       639 
639 
     | 
    
         
             
              margin-block-start: 0;
         
     | 
| 
       640 
     | 
    
         
            -
              margin-inline-start: var(--pf-v6-c-page__main--MarginInlineStart);
         
     | 
| 
       641 
     | 
    
         
            -
              margin-inline-end: var(--pf-v6-c-page__main--MarginInlineEnd);
         
     | 
| 
       642 
     | 
    
         
            -
               
     | 
| 
       643 
     | 
    
         
            -
               
     | 
| 
       644 
     | 
    
         
            -
              border 
     | 
| 
      
 640 
     | 
    
         
            +
              margin-inline-start: var(--pf-v6-c-page__main-container--MarginInlineStart);
         
     | 
| 
      
 641 
     | 
    
         
            +
              margin-inline-end: var(--pf-v6-c-page__main-container--MarginInlineEnd);
         
     | 
| 
      
 642 
     | 
    
         
            +
              overflow: auto;
         
     | 
| 
      
 643 
     | 
    
         
            +
              background: var(--pf-v6-c-page__main-container--BackgroundColor);
         
     | 
| 
      
 644 
     | 
    
         
            +
              border: var(--pf-v6-c-page__main-container--BorderWidth) solid var(--pf-v6-c-page__main-container--BorderColor);
         
     | 
| 
      
 645 
     | 
    
         
            +
              border-radius: var(--pf-v6-c-page__main-container--BorderRadius);
         
     | 
| 
       645 
646 
     | 
    
         
             
            }
         
     | 
| 
       646 
647 
     | 
    
         | 
| 
       647 
     | 
    
         
            -
            .pf-v6-c-page__main,
         
     | 
| 
      
 648 
     | 
    
         
            +
            .pf-v6-c-page__main-container,
         
     | 
| 
       648 
649 
     | 
    
         
             
            .pf-v6-c-page__drawer {
         
     | 
| 
       649 
     | 
    
         
            -
              z-index: var(--pf-v6-c-page__main--ZIndex);
         
     | 
| 
      
 650 
     | 
    
         
            +
              z-index: var(--pf-v6-c-page__main-container--ZIndex);
         
     | 
| 
       650 
651 
     | 
    
         
             
              grid-area: main;
         
     | 
| 
       651 
652 
     | 
    
         
             
              overflow-x: hidden;
         
     | 
| 
       652 
653 
     | 
    
         
             
              overflow-y: auto;
         
     | 
| 
       653 
654 
     | 
    
         
             
              -webkit-overflow-scrolling: touch;
         
     | 
| 
       654 
655 
     | 
    
         
             
            }
         
     | 
| 
       655 
     | 
    
         
            -
            .pf-v6-c-page__main:focus,
         
     | 
| 
      
 656 
     | 
    
         
            +
            .pf-v6-c-page__main-container:focus,
         
     | 
| 
       656 
657 
     | 
    
         
             
            .pf-v6-c-page__drawer:focus {
         
     | 
| 
       657 
658 
     | 
    
         
             
              outline: 0;
         
     | 
| 
       658 
659 
     | 
    
         
             
            }
         
     | 
| 
         @@ -71,6 +71,7 @@ declare const _default: { 
     | 
|
| 
       71 
71 
     | 
    
         
             
              "pageMain": "pf-v6-c-page__main",
         
     | 
| 
       72 
72 
     | 
    
         
             
              "pageMainBody": "pf-v6-c-page__main-body",
         
     | 
| 
       73 
73 
     | 
    
         
             
              "pageMainBreadcrumb": "pf-v6-c-page__main-breadcrumb",
         
     | 
| 
      
 74 
     | 
    
         
            +
              "pageMainContainer": "pf-v6-c-page__main-container",
         
     | 
| 
       74 
75 
     | 
    
         
             
              "pageMainDrawer": "pf-v6-c-page__main-drawer",
         
     | 
| 
       75 
76 
     | 
    
         
             
              "pageMainGroup": "pf-v6-c-page__main-group",
         
     | 
| 
       76 
77 
     | 
    
         
             
              "pageMainList": "pf-v6-c-page__main-list",
         
     | 
| 
         @@ -73,6 +73,7 @@ exports.default = { 
     | 
|
| 
       73 
73 
     | 
    
         
             
              "pageMain": "pf-v6-c-page__main",
         
     | 
| 
       74 
74 
     | 
    
         
             
              "pageMainBody": "pf-v6-c-page__main-body",
         
     | 
| 
       75 
75 
     | 
    
         
             
              "pageMainBreadcrumb": "pf-v6-c-page__main-breadcrumb",
         
     | 
| 
      
 76 
     | 
    
         
            +
              "pageMainContainer": "pf-v6-c-page__main-container",
         
     | 
| 
       76 
77 
     | 
    
         
             
              "pageMainDrawer": "pf-v6-c-page__main-drawer",
         
     | 
| 
       77 
78 
     | 
    
         
             
              "pageMainGroup": "pf-v6-c-page__main-group",
         
     | 
| 
       78 
79 
     | 
    
         
             
              "pageMainList": "pf-v6-c-page__main-list",
         
     | 
| 
         @@ -71,6 +71,7 @@ export default { 
     | 
|
| 
       71 
71 
     | 
    
         
             
              "pageMain": "pf-v6-c-page__main",
         
     | 
| 
       72 
72 
     | 
    
         
             
              "pageMainBody": "pf-v6-c-page__main-body",
         
     | 
| 
       73 
73 
     | 
    
         
             
              "pageMainBreadcrumb": "pf-v6-c-page__main-breadcrumb",
         
     | 
| 
      
 74 
     | 
    
         
            +
              "pageMainContainer": "pf-v6-c-page__main-container",
         
     | 
| 
       74 
75 
     | 
    
         
             
              "pageMainDrawer": "pf-v6-c-page__main-drawer",
         
     | 
| 
       75 
76 
     | 
    
         
             
              "pageMainGroup": "pf-v6-c-page__main-group",
         
     | 
| 
       76 
77 
     | 
    
         
             
              "pageMainList": "pf-v6-c-page__main-list",
         
     | 
| 
         @@ -180,19 +180,19 @@ 
     | 
|
| 
       180 
180 
     | 
    
         
             
              --pf-v6-c-pagination--inset: 0;
         
     | 
| 
       181 
181 
     | 
    
         
             
            }
         
     | 
| 
       182 
182 
     | 
    
         
             
            .pf-v6-c-pagination.pf-m-inset-sm {
         
     | 
| 
       183 
     | 
    
         
            -
              --pf-v6-c-pagination--inset: var(--pf- 
     | 
| 
      
 183 
     | 
    
         
            +
              --pf-v6-c-pagination--inset: var(--pf-t--global--spacer--sm);
         
     | 
| 
       184 
184 
     | 
    
         
             
            }
         
     | 
| 
       185 
185 
     | 
    
         
             
            .pf-v6-c-pagination.pf-m-inset-md {
         
     | 
| 
       186 
     | 
    
         
            -
              --pf-v6-c-pagination--inset: var(--pf- 
     | 
| 
      
 186 
     | 
    
         
            +
              --pf-v6-c-pagination--inset: var(--pf-t--global--spacer--md);
         
     | 
| 
       187 
187 
     | 
    
         
             
            }
         
     | 
| 
       188 
188 
     | 
    
         
             
            .pf-v6-c-pagination.pf-m-inset-lg {
         
     | 
| 
       189 
     | 
    
         
            -
              --pf-v6-c-pagination--inset: var(--pf- 
     | 
| 
      
 189 
     | 
    
         
            +
              --pf-v6-c-pagination--inset: var(--pf-t--global--spacer--lg);
         
     | 
| 
       190 
190 
     | 
    
         
             
            }
         
     | 
| 
       191 
191 
     | 
    
         
             
            .pf-v6-c-pagination.pf-m-inset-xl {
         
     | 
| 
       192 
     | 
    
         
            -
              --pf-v6-c-pagination--inset: var(--pf- 
     | 
| 
      
 192 
     | 
    
         
            +
              --pf-v6-c-pagination--inset: var(--pf-t--global--spacer--xl);
         
     | 
| 
       193 
193 
     | 
    
         
             
            }
         
     | 
| 
       194 
194 
     | 
    
         
             
            .pf-v6-c-pagination.pf-m-inset-2xl {
         
     | 
| 
       195 
     | 
    
         
            -
              --pf-v6-c-pagination--inset: var(--pf- 
     | 
| 
      
 195 
     | 
    
         
            +
              --pf-v6-c-pagination--inset: var(--pf-t--global--spacer--2xl);
         
     | 
| 
       196 
196 
     | 
    
         
             
            }
         
     | 
| 
       197 
197 
     | 
    
         
             
            @media (min-width: 576px) {
         
     | 
| 
       198 
198 
     | 
    
         
             
              .pf-v6-c-pagination.pf-m-display-summary-on-sm {
         
     | 
| 
         @@ -209,19 +209,19 @@ 
     | 
|
| 
       209 
209 
     | 
    
         
             
                --pf-v6-c-pagination--inset: 0;
         
     | 
| 
       210 
210 
     | 
    
         
             
              }
         
     | 
| 
       211 
211 
     | 
    
         
             
              .pf-v6-c-pagination.pf-m-inset-sm-on-sm {
         
     | 
| 
       212 
     | 
    
         
            -
                --pf-v6-c-pagination--inset: var(--pf- 
     | 
| 
      
 212 
     | 
    
         
            +
                --pf-v6-c-pagination--inset: var(--pf-t--global--spacer--sm);
         
     | 
| 
       213 
213 
     | 
    
         
             
              }
         
     | 
| 
       214 
214 
     | 
    
         
             
              .pf-v6-c-pagination.pf-m-inset-md-on-sm {
         
     | 
| 
       215 
     | 
    
         
            -
                --pf-v6-c-pagination--inset: var(--pf- 
     | 
| 
      
 215 
     | 
    
         
            +
                --pf-v6-c-pagination--inset: var(--pf-t--global--spacer--md);
         
     | 
| 
       216 
216 
     | 
    
         
             
              }
         
     | 
| 
       217 
217 
     | 
    
         
             
              .pf-v6-c-pagination.pf-m-inset-lg-on-sm {
         
     | 
| 
       218 
     | 
    
         
            -
                --pf-v6-c-pagination--inset: var(--pf- 
     | 
| 
      
 218 
     | 
    
         
            +
                --pf-v6-c-pagination--inset: var(--pf-t--global--spacer--lg);
         
     | 
| 
       219 
219 
     | 
    
         
             
              }
         
     | 
| 
       220 
220 
     | 
    
         
             
              .pf-v6-c-pagination.pf-m-inset-xl-on-sm {
         
     | 
| 
       221 
     | 
    
         
            -
                --pf-v6-c-pagination--inset: var(--pf- 
     | 
| 
      
 221 
     | 
    
         
            +
                --pf-v6-c-pagination--inset: var(--pf-t--global--spacer--xl);
         
     | 
| 
       222 
222 
     | 
    
         
             
              }
         
     | 
| 
       223 
223 
     | 
    
         
             
              .pf-v6-c-pagination.pf-m-inset-2xl-on-sm {
         
     | 
| 
       224 
     | 
    
         
            -
                --pf-v6-c-pagination--inset: var(--pf- 
     | 
| 
      
 224 
     | 
    
         
            +
                --pf-v6-c-pagination--inset: var(--pf-t--global--spacer--2xl);
         
     | 
| 
       225 
225 
     | 
    
         
             
              }
         
     | 
| 
       226 
226 
     | 
    
         
             
            }
         
     | 
| 
       227 
227 
     | 
    
         
             
            @media (min-width: 768px) {
         
     | 
| 
         @@ -239,19 +239,19 @@ 
     | 
|
| 
       239 
239 
     | 
    
         
             
                --pf-v6-c-pagination--inset: 0;
         
     | 
| 
       240 
240 
     | 
    
         
             
              }
         
     | 
| 
       241 
241 
     | 
    
         
             
              .pf-v6-c-pagination.pf-m-inset-sm-on-md {
         
     | 
| 
       242 
     | 
    
         
            -
                --pf-v6-c-pagination--inset: var(--pf- 
     | 
| 
      
 242 
     | 
    
         
            +
                --pf-v6-c-pagination--inset: var(--pf-t--global--spacer--sm);
         
     | 
| 
       243 
243 
     | 
    
         
             
              }
         
     | 
| 
       244 
244 
     | 
    
         
             
              .pf-v6-c-pagination.pf-m-inset-md-on-md {
         
     | 
| 
       245 
     | 
    
         
            -
                --pf-v6-c-pagination--inset: var(--pf- 
     | 
| 
      
 245 
     | 
    
         
            +
                --pf-v6-c-pagination--inset: var(--pf-t--global--spacer--md);
         
     | 
| 
       246 
246 
     | 
    
         
             
              }
         
     | 
| 
       247 
247 
     | 
    
         
             
              .pf-v6-c-pagination.pf-m-inset-lg-on-md {
         
     | 
| 
       248 
     | 
    
         
            -
                --pf-v6-c-pagination--inset: var(--pf- 
     | 
| 
      
 248 
     | 
    
         
            +
                --pf-v6-c-pagination--inset: var(--pf-t--global--spacer--lg);
         
     | 
| 
       249 
249 
     | 
    
         
             
              }
         
     | 
| 
       250 
250 
     | 
    
         
             
              .pf-v6-c-pagination.pf-m-inset-xl-on-md {
         
     | 
| 
       251 
     | 
    
         
            -
                --pf-v6-c-pagination--inset: var(--pf- 
     | 
| 
      
 251 
     | 
    
         
            +
                --pf-v6-c-pagination--inset: var(--pf-t--global--spacer--xl);
         
     | 
| 
       252 
252 
     | 
    
         
             
              }
         
     | 
| 
       253 
253 
     | 
    
         
             
              .pf-v6-c-pagination.pf-m-inset-2xl-on-md {
         
     | 
| 
       254 
     | 
    
         
            -
                --pf-v6-c-pagination--inset: var(--pf- 
     | 
| 
      
 254 
     | 
    
         
            +
                --pf-v6-c-pagination--inset: var(--pf-t--global--spacer--2xl);
         
     | 
| 
       255 
255 
     | 
    
         
             
              }
         
     | 
| 
       256 
256 
     | 
    
         
             
            }
         
     | 
| 
       257 
257 
     | 
    
         
             
            @media (min-width: 992px) {
         
     | 
| 
         @@ -269,19 +269,19 @@ 
     | 
|
| 
       269 
269 
     | 
    
         
             
                --pf-v6-c-pagination--inset: 0;
         
     | 
| 
       270 
270 
     | 
    
         
             
              }
         
     | 
| 
       271 
271 
     | 
    
         
             
              .pf-v6-c-pagination.pf-m-inset-sm-on-lg {
         
     | 
| 
       272 
     | 
    
         
            -
                --pf-v6-c-pagination--inset: var(--pf- 
     | 
| 
      
 272 
     | 
    
         
            +
                --pf-v6-c-pagination--inset: var(--pf-t--global--spacer--sm);
         
     | 
| 
       273 
273 
     | 
    
         
             
              }
         
     | 
| 
       274 
274 
     | 
    
         
             
              .pf-v6-c-pagination.pf-m-inset-md-on-lg {
         
     | 
| 
       275 
     | 
    
         
            -
                --pf-v6-c-pagination--inset: var(--pf- 
     | 
| 
      
 275 
     | 
    
         
            +
                --pf-v6-c-pagination--inset: var(--pf-t--global--spacer--md);
         
     | 
| 
       276 
276 
     | 
    
         
             
              }
         
     | 
| 
       277 
277 
     | 
    
         
             
              .pf-v6-c-pagination.pf-m-inset-lg-on-lg {
         
     | 
| 
       278 
     | 
    
         
            -
                --pf-v6-c-pagination--inset: var(--pf- 
     | 
| 
      
 278 
     | 
    
         
            +
                --pf-v6-c-pagination--inset: var(--pf-t--global--spacer--lg);
         
     | 
| 
       279 
279 
     | 
    
         
             
              }
         
     | 
| 
       280 
280 
     | 
    
         
             
              .pf-v6-c-pagination.pf-m-inset-xl-on-lg {
         
     | 
| 
       281 
     | 
    
         
            -
                --pf-v6-c-pagination--inset: var(--pf- 
     | 
| 
      
 281 
     | 
    
         
            +
                --pf-v6-c-pagination--inset: var(--pf-t--global--spacer--xl);
         
     | 
| 
       282 
282 
     | 
    
         
             
              }
         
     | 
| 
       283 
283 
     | 
    
         
             
              .pf-v6-c-pagination.pf-m-inset-2xl-on-lg {
         
     | 
| 
       284 
     | 
    
         
            -
                --pf-v6-c-pagination--inset: var(--pf- 
     | 
| 
      
 284 
     | 
    
         
            +
                --pf-v6-c-pagination--inset: var(--pf-t--global--spacer--2xl);
         
     | 
| 
       285 
285 
     | 
    
         
             
              }
         
     | 
| 
       286 
286 
     | 
    
         
             
            }
         
     | 
| 
       287 
287 
     | 
    
         
             
            @media (min-width: 1200px) {
         
     | 
| 
         @@ -299,19 +299,19 @@ 
     | 
|
| 
       299 
299 
     | 
    
         
             
                --pf-v6-c-pagination--inset: 0;
         
     | 
| 
       300 
300 
     | 
    
         
             
              }
         
     | 
| 
       301 
301 
     | 
    
         
             
              .pf-v6-c-pagination.pf-m-inset-sm-on-xl {
         
     | 
| 
       302 
     | 
    
         
            -
                --pf-v6-c-pagination--inset: var(--pf- 
     | 
| 
      
 302 
     | 
    
         
            +
                --pf-v6-c-pagination--inset: var(--pf-t--global--spacer--sm);
         
     | 
| 
       303 
303 
     | 
    
         
             
              }
         
     | 
| 
       304 
304 
     | 
    
         
             
              .pf-v6-c-pagination.pf-m-inset-md-on-xl {
         
     | 
| 
       305 
     | 
    
         
            -
                --pf-v6-c-pagination--inset: var(--pf- 
     | 
| 
      
 305 
     | 
    
         
            +
                --pf-v6-c-pagination--inset: var(--pf-t--global--spacer--md);
         
     | 
| 
       306 
306 
     | 
    
         
             
              }
         
     | 
| 
       307 
307 
     | 
    
         
             
              .pf-v6-c-pagination.pf-m-inset-lg-on-xl {
         
     | 
| 
       308 
     | 
    
         
            -
                --pf-v6-c-pagination--inset: var(--pf- 
     | 
| 
      
 308 
     | 
    
         
            +
                --pf-v6-c-pagination--inset: var(--pf-t--global--spacer--lg);
         
     | 
| 
       309 
309 
     | 
    
         
             
              }
         
     | 
| 
       310 
310 
     | 
    
         
             
              .pf-v6-c-pagination.pf-m-inset-xl-on-xl {
         
     | 
| 
       311 
     | 
    
         
            -
                --pf-v6-c-pagination--inset: var(--pf- 
     | 
| 
      
 311 
     | 
    
         
            +
                --pf-v6-c-pagination--inset: var(--pf-t--global--spacer--xl);
         
     | 
| 
       312 
312 
     | 
    
         
             
              }
         
     | 
| 
       313 
313 
     | 
    
         
             
              .pf-v6-c-pagination.pf-m-inset-2xl-on-xl {
         
     | 
| 
       314 
     | 
    
         
            -
                --pf-v6-c-pagination--inset: var(--pf- 
     | 
| 
      
 314 
     | 
    
         
            +
                --pf-v6-c-pagination--inset: var(--pf-t--global--spacer--2xl);
         
     | 
| 
       315 
315 
     | 
    
         
             
              }
         
     | 
| 
       316 
316 
     | 
    
         
             
            }
         
     | 
| 
       317 
317 
     | 
    
         
             
            @media (min-width: 1450px) {
         
     | 
| 
         @@ -329,18 +329,18 @@ 
     | 
|
| 
       329 
329 
     | 
    
         
             
                --pf-v6-c-pagination--inset: 0;
         
     | 
| 
       330 
330 
     | 
    
         
             
              }
         
     | 
| 
       331 
331 
     | 
    
         
             
              .pf-v6-c-pagination.pf-m-inset-sm-on-2xl {
         
     | 
| 
       332 
     | 
    
         
            -
                --pf-v6-c-pagination--inset: var(--pf- 
     | 
| 
      
 332 
     | 
    
         
            +
                --pf-v6-c-pagination--inset: var(--pf-t--global--spacer--sm);
         
     | 
| 
       333 
333 
     | 
    
         
             
              }
         
     | 
| 
       334 
334 
     | 
    
         
             
              .pf-v6-c-pagination.pf-m-inset-md-on-2xl {
         
     | 
| 
       335 
     | 
    
         
            -
                --pf-v6-c-pagination--inset: var(--pf- 
     | 
| 
      
 335 
     | 
    
         
            +
                --pf-v6-c-pagination--inset: var(--pf-t--global--spacer--md);
         
     | 
| 
       336 
336 
     | 
    
         
             
              }
         
     | 
| 
       337 
337 
     | 
    
         
             
              .pf-v6-c-pagination.pf-m-inset-lg-on-2xl {
         
     | 
| 
       338 
     | 
    
         
            -
                --pf-v6-c-pagination--inset: var(--pf- 
     | 
| 
      
 338 
     | 
    
         
            +
                --pf-v6-c-pagination--inset: var(--pf-t--global--spacer--lg);
         
     | 
| 
       339 
339 
     | 
    
         
             
              }
         
     | 
| 
       340 
340 
     | 
    
         
             
              .pf-v6-c-pagination.pf-m-inset-xl-on-2xl {
         
     | 
| 
       341 
     | 
    
         
            -
                --pf-v6-c-pagination--inset: var(--pf- 
     | 
| 
      
 341 
     | 
    
         
            +
                --pf-v6-c-pagination--inset: var(--pf-t--global--spacer--xl);
         
     | 
| 
       342 
342 
     | 
    
         
             
              }
         
     | 
| 
       343 
343 
     | 
    
         
             
              .pf-v6-c-pagination.pf-m-inset-2xl-on-2xl {
         
     | 
| 
       344 
     | 
    
         
            -
                --pf-v6-c-pagination--inset: var(--pf- 
     | 
| 
      
 344 
     | 
    
         
            +
                --pf-v6-c-pagination--inset: var(--pf-t--global--spacer--2xl);
         
     | 
| 
       345 
345 
     | 
    
         
             
              }
         
     | 
| 
       346 
346 
     | 
    
         
             
            }
         
     | 
| 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            :where(:root),
         
     | 
| 
       2 
2 
     | 
    
         
             
            :where(.pf-v6-c-table) {
         
     | 
| 
       3 
     | 
    
         
            -
              --pf-v6-c-table__sticky-cell--MinWidth--base:  
     | 
| 
      
 3 
     | 
    
         
            +
              --pf-v6-c-table__sticky-cell--MinWidth--base: 8.75rem;
         
     | 
| 
       4 
4 
     | 
    
         
             
              --pf-v6-c-table__sticky-cell--MinWidth: var(--pf-v6-c-table__sticky-cell--MinWidth--base);
         
     | 
| 
       5 
5 
     | 
    
         
             
              --pf-v6-c-table__sticky-cell--ZIndex: var(--pf-t--global--Zindex--xs);
         
     | 
| 
       6 
6 
     | 
    
         
             
              --pf-v6-c-table__sticky-cell--Right: auto;
         
     | 
| 
         @@ -14,36 +14,33 @@ 
     | 
|
| 
       14 
14 
     | 
    
         
             
              --pf-v6-c-table__sticky-cell--m-left--Left: 0;
         
     | 
| 
       15 
15 
     | 
    
         
             
              --pf-v6-c-table--m-sticky-header__sticky-cell--ZIndex: calc(var(--pf-v6-c-table__sticky-cell--ZIndex) + 1);
         
     | 
| 
       16 
16 
     | 
    
         
             
            }
         
     | 
| 
       17 
     | 
    
         
            -
             
     | 
| 
       18 
     | 
    
         
            -
             
     | 
| 
       19 
     | 
    
         
            -
              --pf-v6-c-table--cell--Overflow: visible;
         
     | 
| 
       20 
     | 
    
         
            -
              --pf-v6-c-table--m-sticky-header--cell--ZIndex: var(--pf-v6-c-table--m-sticky-header__sticky-cell--ZIndex);
         
     | 
| 
      
 17 
     | 
    
         
            +
             
     | 
| 
      
 18 
     | 
    
         
            +
            .pf-v6-c-table .pf-v6-c-table__sticky-cell {
         
     | 
| 
       21 
19 
     | 
    
         
             
              position: sticky;
         
     | 
| 
       22 
20 
     | 
    
         
             
              inset-inline-start: var(--pf-v6-c-table__sticky-cell--Left);
         
     | 
| 
       23 
21 
     | 
    
         
             
              inset-inline-end: var(--pf-v6-c-table__sticky-cell--Right);
         
     | 
| 
       24 
22 
     | 
    
         
             
              z-index: var(--pf-v6-c-table__sticky-cell--ZIndex);
         
     | 
| 
       25 
23 
     | 
    
         
             
              min-width: var(--pf-v6-c-table__sticky-cell--MinWidth);
         
     | 
| 
      
 24 
     | 
    
         
            +
            }
         
     | 
| 
      
 25 
     | 
    
         
            +
             
     | 
| 
      
 26 
     | 
    
         
            +
            .pf-v6-c-table__sticky-cell {
         
     | 
| 
      
 27 
     | 
    
         
            +
              --pf-v6-c-table--cell--Overflow: visible;
         
     | 
| 
      
 28 
     | 
    
         
            +
              --pf-v6-c-table--m-sticky-header--cell--ZIndex: var(--pf-v6-c-table--m-sticky-header__sticky-cell--ZIndex);
         
     | 
| 
       26 
29 
     | 
    
         
             
              background-color: var(--pf-v6-c-table__sticky-cell--BackgroundColor);
         
     | 
| 
       27 
30 
     | 
    
         
             
              background-clip: padding-box;
         
     | 
| 
       28 
31 
     | 
    
         
             
            }
         
     | 
| 
       29 
     | 
    
         
            -
             
     | 
| 
       30 
     | 
    
         
            -
            :where(.pf-v6-c-table) .pf-v6-c-table__sticky-cell.pf-m-border-right::before {
         
     | 
| 
      
 32 
     | 
    
         
            +
            .pf-v6-c-table__sticky-cell.pf-m-border-right::before {
         
     | 
| 
       31 
33 
     | 
    
         
             
              --pf-v6-c-table--cell--m-border-right--before--BorderRightWidth: var(--pf-v6-c-table__sticky-cell--m-border-right--before--BorderRightWidth);
         
     | 
| 
       32 
34 
     | 
    
         
             
              --pf-v6-c-table--cell--m-border-right--before--BorderRightColor: var(--pf-v6-c-table__sticky-cell--m-border-right--before--BorderRightColor);
         
     | 
| 
       33 
35 
     | 
    
         
             
            }
         
     | 
| 
       34 
     | 
    
         
            -
             
     | 
| 
       35 
     | 
    
         
            -
            :where(.pf-v6-c-table) .pf-v6-c-table__sticky-cell.pf-m-border-left::before {
         
     | 
| 
      
 36 
     | 
    
         
            +
            .pf-v6-c-table__sticky-cell.pf-m-border-left::before {
         
     | 
| 
       36 
37 
     | 
    
         
             
              --pf-v6-c-table--cell--m-border-left--before--BorderLeftWidth: var(--pf-v6-c-table__sticky-cell--m-border-left--before--BorderLeftWidth);
         
     | 
| 
       37 
38 
     | 
    
         
             
              --pf-v6-c-table--cell--m-border-left--before--BorderLeftColor: var(--pf-v6-c-table__sticky-cell--m-border-left--before--BorderLeftColor);
         
     | 
| 
       38 
39 
     | 
    
         
             
            }
         
     | 
| 
       39 
     | 
    
         
            -
             
     | 
| 
       40 
     | 
    
         
            -
            :where(.pf-v6-c-table) .pf-v6-c-table__sticky-cell.pf-m-right,
         
     | 
| 
       41 
     | 
    
         
            -
            :where(.pf-v6-c-table) .pf-v6-c-table__sticky-cell.pf-m-inline-end {
         
     | 
| 
      
 40 
     | 
    
         
            +
            .pf-v6-c-table__sticky-cell.pf-m-right, .pf-v6-c-table__sticky-cell.pf-m-inline-end {
         
     | 
| 
       42 
41 
     | 
    
         
             
              --pf-v6-c-table__sticky-cell--Right: var(--pf-v6-c-table__sticky-cell--m-right--Right);
         
     | 
| 
       43 
42 
     | 
    
         
             
            }
         
     | 
| 
       44 
     | 
    
         
            -
             
     | 
| 
       45 
     | 
    
         
            -
            :where(.pf-v6-c-table) .pf-v6-c-table__sticky-cell.pf-m-left,
         
     | 
| 
       46 
     | 
    
         
            -
            :where(.pf-v6-c-table) .pf-v6-c-table__sticky-cell.pf-m-inline-start {
         
     | 
| 
      
 43 
     | 
    
         
            +
            .pf-v6-c-table__sticky-cell.pf-m-left, .pf-v6-c-table__sticky-cell.pf-m-inline-start {
         
     | 
| 
       47 
44 
     | 
    
         
             
              --pf-v6-c-table__sticky-cell--Left: var(--pf-v6-c-table__sticky-cell--m-left--Left);
         
     | 
| 
       48 
45 
     | 
    
         
             
            }
         
     | 
| 
       49 
46 
     | 
    
         | 
| 
         @@ -6,7 +6,6 @@ 
     | 
|
| 
       6 
6 
     | 
    
         
             
              --pf-v6-c-table__tree-view-main--PaddingLeft: var(--pf-v6-c-table__tree-view-main--indent--base);
         
     | 
| 
       7 
7 
     | 
    
         
             
              --pf-v6-c-table__tree-view-main--MarginLeft: calc(var(--pf-v6-c-table--cell--PaddingLeft) * -1);
         
     | 
| 
       8 
8 
     | 
    
         
             
              --pf-v6-c-table__tree-view-main--c-table__check--PaddingRight: var(--pf-t--global--spacer--sm);
         
     | 
| 
       9 
     | 
    
         
            -
              --pf-v6-c-table__tree-view-main--c-table__check--PaddingLeft: var(--pf-t--global--spacer--sm);
         
     | 
| 
       10 
9 
     | 
    
         
             
              --pf-v6-c-table__tree-view-main--c-table__check--MarginRight: var(--pf-t--global--spacer--sm);
         
     | 
| 
       11 
10 
     | 
    
         
             
              --pf-v6-c-table__tree-view-icon--MinWidth: var(--pf-t--global--spacer--md);
         
     | 
| 
       12 
11 
     | 
    
         
             
              --pf-v6-c-table__tree-view-icon--MarginRight: var(--pf-t--global--spacer--sm);
         
     | 
| 
         @@ -87,7 +86,6 @@ 
     | 
|
| 
       87 
86 
     | 
    
         
             
              margin-inline-end: var(--pf-v6-c-table__tree-view-main--c-table__check--MarginRight);
         
     | 
| 
       88 
87 
     | 
    
         
             
            }
         
     | 
| 
       89 
88 
     | 
    
         
             
            .pf-v6-c-table__tree-view-main > .pf-v6-c-table__check label {
         
     | 
| 
       90 
     | 
    
         
            -
              padding-inline-start: var(--pf-v6-c-table__tree-view-main--c-table__check--PaddingLeft);
         
     | 
| 
       91 
89 
     | 
    
         
             
              padding-inline-end: var(--pf-v6-c-table__tree-view-main--c-table__check--PaddingRight);
         
     | 
| 
       92 
90 
     | 
    
         
             
              margin-block-start: 0;
         
     | 
| 
       93 
91 
     | 
    
         
             
              margin-block-end: 0;
         
     |