@patternfly/react-styles 6.0.0-alpha.9 → 6.0.0-prerelease.2
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 +220 -0
- package/css/assets/images/img_avatar-dark.svg +22 -16
- package/css/assets/images/img_avatar-light.svg +25 -18
- package/css/assets/images/pf-background.svg +21 -21
- package/css/assets/images/pf_logo.svg +11 -11
- package/css/assets/images/pf_logo_white.svg +16 -17
- package/css/components/AboutModalBox/about-modal-box.css +127 -122
- package/css/components/AboutModalBox/about-modal-box.d.ts +9 -9
- package/css/components/AboutModalBox/about-modal-box.js +9 -9
- package/css/components/AboutModalBox/about-modal-box.mjs +9 -9
- package/css/components/Accordion/accordion.css +120 -119
- package/css/components/Accordion/accordion.d.ts +8 -8
- package/css/components/Accordion/accordion.js +8 -8
- package/css/components/Accordion/accordion.mjs +8 -8
- package/css/components/ActionList/action-list.css +19 -17
- package/css/components/ActionList/action-list.d.ts +2 -2
- package/css/components/ActionList/action-list.js +2 -2
- package/css/components/ActionList/action-list.mjs +2 -2
- package/css/components/Alert/alert-group.css +108 -55
- package/css/components/Alert/alert-group.d.ts +7 -3
- package/css/components/Alert/alert-group.js +7 -3
- package/css/components/Alert/alert-group.mjs +7 -3
- package/css/components/Alert/alert.css +156 -161
- package/css/components/Alert/alert.d.ts +10 -10
- package/css/components/Alert/alert.js +10 -10
- package/css/components/Alert/alert.mjs +10 -10
- package/css/components/Avatar/avatar.css +157 -156
- package/css/components/Avatar/avatar.d.ts +1 -1
- package/css/components/Avatar/avatar.js +1 -1
- package/css/components/Avatar/avatar.mjs +1 -1
- package/css/components/BackToTop/back-to-top.css +26 -24
- package/css/components/BackToTop/back-to-top.d.ts +2 -2
- package/css/components/BackToTop/back-to-top.js +2 -2
- package/css/components/BackToTop/back-to-top.mjs +2 -2
- package/css/components/Backdrop/backdrop.css +9 -9
- package/css/components/Backdrop/backdrop.d.ts +2 -2
- package/css/components/Backdrop/backdrop.js +2 -2
- package/css/components/Backdrop/backdrop.mjs +2 -2
- package/css/components/BackgroundImage/background-image.css +15 -15
- package/css/components/BackgroundImage/background-image.d.ts +2 -2
- package/css/components/BackgroundImage/background-image.js +2 -2
- package/css/components/BackgroundImage/background-image.mjs +2 -2
- package/css/components/Badge/badge.css +58 -36
- package/css/components/Badge/badge.d.ts +4 -3
- package/css/components/Badge/badge.js +4 -3
- package/css/components/Badge/badge.mjs +4 -3
- package/css/components/Banner/banner.css +112 -119
- package/css/components/Banner/banner.d.ts +4 -4
- package/css/components/Banner/banner.js +4 -4
- package/css/components/Banner/banner.mjs +4 -4
- package/css/components/Brand/brand.css +42 -38
- package/css/components/Brand/brand.d.ts +1 -1
- package/css/components/Brand/brand.js +1 -1
- package/css/components/Brand/brand.mjs +1 -1
- package/css/components/Breadcrumb/breadcrumb.css +64 -57
- package/css/components/Breadcrumb/breadcrumb.d.ts +8 -9
- package/css/components/Breadcrumb/breadcrumb.js +8 -9
- package/css/components/Breadcrumb/breadcrumb.mjs +8 -9
- package/css/components/Button/button.css +543 -523
- package/css/components/Button/button.d.ts +6 -6
- package/css/components/Button/button.js +6 -6
- package/css/components/Button/button.mjs +6 -6
- package/css/components/CalendarMonth/calendar-month.css +147 -178
- package/css/components/CalendarMonth/calendar-month.d.ts +14 -16
- package/css/components/CalendarMonth/calendar-month.js +14 -16
- package/css/components/CalendarMonth/calendar-month.mjs +14 -16
- package/css/components/Card/card.css +250 -232
- package/css/components/Card/card.d.ts +23 -21
- package/css/components/Card/card.js +23 -21
- package/css/components/Card/card.mjs +23 -21
- package/css/components/Check/check.css +50 -43
- package/css/components/Check/check.d.ts +6 -6
- package/css/components/Check/check.js +6 -6
- package/css/components/Check/check.mjs +6 -6
- package/css/components/ClipboardCopy/clipboard-copy.css +64 -75
- package/css/components/ClipboardCopy/clipboard-copy.d.ts +11 -10
- package/css/components/ClipboardCopy/clipboard-copy.js +11 -10
- package/css/components/ClipboardCopy/clipboard-copy.mjs +11 -10
- package/css/components/CodeBlock/code-block.css +36 -31
- package/css/components/CodeBlock/code-block.d.ts +6 -6
- package/css/components/CodeBlock/code-block.js +6 -6
- package/css/components/CodeBlock/code-block.mjs +6 -6
- package/css/components/CodeEditor/code-editor.css +134 -111
- package/css/components/CodeEditor/code-editor.d.ts +14 -14
- package/css/components/CodeEditor/code-editor.js +14 -14
- package/css/components/CodeEditor/code-editor.mjs +14 -14
- package/css/components/Content/content.css +243 -229
- package/css/components/Content/content.d.ts +21 -1
- package/css/components/Content/content.js +21 -1
- package/css/components/Content/content.mjs +21 -1
- package/css/components/DataList/data-list-grid.css +201 -201
- package/css/components/DataList/data-list-grid.d.ts +4 -4
- package/css/components/DataList/data-list-grid.js +4 -4
- package/css/components/DataList/data-list-grid.mjs +4 -4
- package/css/components/DataList/data-list.css +549 -553
- package/css/components/DataList/data-list.d.ts +28 -28
- package/css/components/DataList/data-list.js +28 -28
- package/css/components/DataList/data-list.mjs +28 -28
- package/css/components/DatePicker/date-picker.css +38 -39
- package/css/components/DatePicker/date-picker.d.ts +6 -7
- package/css/components/DatePicker/date-picker.js +6 -7
- package/css/components/DatePicker/date-picker.mjs +6 -7
- package/css/components/DescriptionList/description-list-order.css +95 -95
- package/css/components/DescriptionList/description-list-order.d.ts +1 -1
- package/css/components/DescriptionList/description-list-order.js +1 -1
- package/css/components/DescriptionList/description-list-order.mjs +1 -1
- package/css/components/DescriptionList/description-list.css +231 -229
- package/css/components/DescriptionList/description-list.d.ts +7 -7
- package/css/components/DescriptionList/description-list.js +7 -7
- package/css/components/DescriptionList/description-list.mjs +7 -7
- package/css/components/Divider/divider.css +192 -193
- package/css/components/Divider/divider.d.ts +1 -1
- package/css/components/Divider/divider.js +1 -1
- package/css/components/Divider/divider.mjs +1 -1
- package/css/components/DragDrop/drag-drop.css +49 -46
- package/css/components/DragDrop/drag-drop.d.ts +2 -2
- package/css/components/DragDrop/drag-drop.js +2 -2
- package/css/components/DragDrop/drag-drop.mjs +2 -2
- package/css/components/Drawer/drawer.css +492 -491
- package/css/components/Drawer/drawer.d.ts +16 -15
- package/css/components/Drawer/drawer.js +16 -15
- package/css/components/Drawer/drawer.mjs +16 -15
- package/css/components/DualListSelector/dual-list-selector.css +209 -203
- package/css/components/DualListSelector/dual-list-selector.d.ts +28 -29
- package/css/components/DualListSelector/dual-list-selector.js +28 -29
- package/css/components/DualListSelector/dual-list-selector.mjs +28 -29
- package/css/components/EmptyState/empty-state.css +106 -105
- package/css/components/EmptyState/empty-state.d.ts +7 -7
- package/css/components/EmptyState/empty-state.js +7 -7
- package/css/components/EmptyState/empty-state.mjs +7 -7
- package/css/components/ExpandableSection/expandable-section.css +62 -121
- package/css/components/ExpandableSection/expandable-section.d.ts +4 -6
- package/css/components/ExpandableSection/expandable-section.js +4 -6
- package/css/components/ExpandableSection/expandable-section.mjs +4 -6
- package/css/components/FileUpload/file-upload.css +33 -33
- package/css/components/FileUpload/file-upload.d.ts +6 -6
- package/css/components/FileUpload/file-upload.js +6 -6
- package/css/components/FileUpload/file-upload.mjs +6 -6
- package/css/components/Form/form.css +345 -291
- package/css/components/Form/form.d.ts +29 -29
- package/css/components/Form/form.js +29 -29
- package/css/components/Form/form.mjs +29 -29
- package/css/components/FormControl/form-control.css +205 -205
- package/css/components/FormControl/form-control.d.ts +4 -4
- package/css/components/FormControl/form-control.js +4 -4
- package/css/components/FormControl/form-control.mjs +4 -4
- package/css/components/HelperText/helper-text.css +53 -52
- package/css/components/HelperText/helper-text.d.ts +4 -4
- package/css/components/HelperText/helper-text.js +4 -4
- package/css/components/HelperText/helper-text.mjs +4 -4
- package/css/components/Hint/hint.css +47 -47
- package/css/components/Hint/hint.d.ts +7 -9
- package/css/components/Hint/hint.js +7 -9
- package/css/components/Hint/hint.mjs +7 -9
- package/css/components/Icon/icon.css +218 -218
- package/css/components/Icon/icon.d.ts +4 -4
- package/css/components/Icon/icon.js +4 -4
- package/css/components/Icon/icon.mjs +4 -4
- package/css/components/InlineEdit/inline-edit.css +44 -44
- package/css/components/InlineEdit/inline-edit.d.ts +8 -8
- package/css/components/InlineEdit/inline-edit.js +8 -8
- package/css/components/InlineEdit/inline-edit.mjs +8 -8
- package/css/components/InputGroup/input-group.css +52 -52
- package/css/components/InputGroup/input-group.d.ts +3 -3
- package/css/components/InputGroup/input-group.js +3 -3
- package/css/components/InputGroup/input-group.mjs +3 -3
- package/css/components/JumpLinks/jump-links.css +182 -198
- package/css/components/JumpLinks/jump-links.d.ts +10 -12
- package/css/components/JumpLinks/jump-links.js +10 -12
- package/css/components/JumpLinks/jump-links.mjs +10 -12
- package/css/components/Label/label-group.css +87 -87
- package/css/components/Label/label-group.d.ts +8 -8
- package/css/components/Label/label-group.js +8 -8
- package/css/components/Label/label-group.mjs +8 -8
- package/css/components/Label/label.css +452 -317
- package/css/components/Label/label.d.ts +17 -10
- package/css/components/Label/label.js +17 -10
- package/css/components/Label/label.mjs +17 -10
- package/css/components/List/list.css +57 -60
- package/css/components/List/list.d.ts +3 -3
- package/css/components/List/list.js +3 -3
- package/css/components/List/list.mjs +3 -3
- package/css/components/Login/login.css +170 -183
- package/css/components/Login/login.d.ts +18 -18
- package/css/components/Login/login.js +18 -18
- package/css/components/Login/login.mjs +18 -18
- package/css/components/Masthead/masthead.css +461 -355
- package/css/components/Masthead/masthead.d.ts +10 -8
- package/css/components/Masthead/masthead.js +10 -8
- package/css/components/Masthead/masthead.mjs +10 -8
- package/css/components/Menu/menu.css +450 -521
- package/css/components/Menu/menu.d.ts +30 -32
- package/css/components/Menu/menu.js +30 -32
- package/css/components/Menu/menu.mjs +30 -32
- package/css/components/MenuToggle/menu-toggle.css +334 -352
- package/css/components/MenuToggle/menu-toggle.d.ts +22 -17
- package/css/components/MenuToggle/menu-toggle.js +22 -17
- package/css/components/MenuToggle/menu-toggle.mjs +22 -17
- package/css/components/ModalBox/modal-box.css +138 -126
- package/css/components/ModalBox/modal-box.d.ts +11 -11
- package/css/components/ModalBox/modal-box.js +11 -11
- package/css/components/ModalBox/modal-box.mjs +11 -11
- package/css/components/MultipleFileUpload/multiple-file-upload.css +163 -163
- package/css/components/MultipleFileUpload/multiple-file-upload.d.ts +17 -17
- package/css/components/MultipleFileUpload/multiple-file-upload.js +17 -17
- package/css/components/MultipleFileUpload/multiple-file-upload.mjs +17 -17
- package/css/components/Nav/nav.css +227 -249
- package/css/components/Nav/nav.d.ts +21 -16
- package/css/components/Nav/nav.js +21 -16
- package/css/components/Nav/nav.mjs +21 -16
- package/css/components/NotificationDrawer/notification-drawer.css +178 -179
- package/css/components/NotificationDrawer/notification-drawer.d.ts +22 -21
- package/css/components/NotificationDrawer/notification-drawer.js +22 -21
- package/css/components/NotificationDrawer/notification-drawer.mjs +22 -21
- package/css/components/NumberInput/number-input.css +23 -27
- package/css/components/NumberInput/number-input.d.ts +5 -5
- package/css/components/NumberInput/number-input.js +5 -5
- package/css/components/NumberInput/number-input.mjs +5 -5
- package/css/components/OverflowMenu/overflow-menu.css +21 -20
- package/css/components/OverflowMenu/overflow-menu.d.ts +5 -5
- package/css/components/OverflowMenu/overflow-menu.js +5 -5
- package/css/components/OverflowMenu/overflow-menu.mjs +5 -5
- package/css/components/Page/page.css +428 -780
- package/css/components/Page/page.d.ts +20 -45
- package/css/components/Page/page.js +20 -45
- package/css/components/Page/page.mjs +20 -45
- package/css/components/Pagination/pagination.css +244 -251
- package/css/components/Pagination/pagination.d.ts +8 -8
- package/css/components/Pagination/pagination.js +8 -8
- package/css/components/Pagination/pagination.mjs +8 -8
- package/css/components/Panel/panel.css +75 -72
- package/css/components/Panel/panel.d.ts +5 -5
- package/css/components/Panel/panel.js +5 -5
- package/css/components/Panel/panel.mjs +5 -5
- package/css/components/Popover/popover.css +150 -148
- package/css/components/Popover/popover.d.ts +10 -10
- package/css/components/Popover/popover.js +10 -10
- package/css/components/Popover/popover.mjs +10 -10
- package/css/components/Popper/Popper.css +1 -1
- package/css/components/Popper/Popper.d.ts +1 -1
- package/css/components/Popper/Popper.js +1 -1
- package/css/components/Popper/Popper.mjs +1 -1
- package/css/components/Progress/progress.css +86 -82
- package/css/components/Progress/progress.d.ts +8 -8
- package/css/components/Progress/progress.js +8 -8
- package/css/components/Progress/progress.mjs +8 -8
- package/css/components/ProgressStepper/progress-stepper.css +532 -528
- package/css/components/ProgressStepper/progress-stepper.d.ts +9 -8
- package/css/components/ProgressStepper/progress-stepper.js +9 -8
- package/css/components/ProgressStepper/progress-stepper.mjs +9 -8
- package/css/components/Radio/radio.css +51 -44
- package/css/components/Radio/radio.d.ts +5 -5
- package/css/components/Radio/radio.js +5 -5
- package/css/components/Radio/radio.mjs +5 -5
- package/css/components/Sidebar/sidebar.css +264 -264
- package/css/components/Sidebar/sidebar.d.ts +4 -4
- package/css/components/Sidebar/sidebar.js +4 -4
- package/css/components/Sidebar/sidebar.mjs +4 -4
- package/css/components/SimpleList/simple-list.css +54 -56
- package/css/components/SimpleList/simple-list.d.ts +4 -4
- package/css/components/SimpleList/simple-list.js +4 -4
- package/css/components/SimpleList/simple-list.mjs +4 -4
- package/css/components/Skeleton/skeleton.css +112 -112
- package/css/components/Skeleton/skeleton.d.ts +2 -2
- package/css/components/Skeleton/skeleton.js +2 -2
- package/css/components/Skeleton/skeleton.mjs +2 -2
- package/css/components/SkipToContent/skip-to-content.css +10 -9
- package/css/components/SkipToContent/skip-to-content.d.ts +1 -1
- package/css/components/SkipToContent/skip-to-content.js +1 -1
- package/css/components/SkipToContent/skip-to-content.mjs +1 -1
- package/css/components/Slider/slider.css +144 -144
- package/css/components/Slider/slider.d.ts +13 -13
- package/css/components/Slider/slider.js +13 -13
- package/css/components/Slider/slider.mjs +13 -13
- package/css/components/Spinner/spinner.css +36 -36
- package/css/components/Spinner/spinner.d.ts +2 -2
- package/css/components/Spinner/spinner.js +2 -2
- package/css/components/Spinner/spinner.mjs +2 -2
- package/css/components/Switch/switch.css +87 -93
- package/css/components/Switch/switch.d.ts +7 -9
- package/css/components/Switch/switch.js +7 -9
- package/css/components/Switch/switch.mjs +7 -9
- package/css/components/TabContent/tab-content.css +35 -35
- package/css/components/TabContent/tab-content.d.ts +2 -2
- package/css/components/TabContent/tab-content.js +2 -2
- package/css/components/TabContent/tab-content.mjs +2 -2
- package/css/components/Table/inline-edit.css +31 -31
- package/css/components/Table/inline-edit.d.ts +2 -2
- package/css/components/Table/inline-edit.js +2 -2
- package/css/components/Table/inline-edit.mjs +2 -2
- package/css/components/Table/table-grid.css +885 -980
- package/css/components/Table/table-grid.d.ts +21 -20
- package/css/components/Table/table-grid.js +21 -20
- package/css/components/Table/table-grid.mjs +21 -20
- package/css/components/Table/table-scrollable.css +44 -39
- package/css/components/Table/table-scrollable.d.ts +4 -4
- package/css/components/Table/table-scrollable.js +4 -4
- package/css/components/Table/table-scrollable.mjs +4 -4
- package/css/components/Table/table-tree-view.css +528 -513
- package/css/components/Table/table-tree-view.d.ts +18 -18
- package/css/components/Table/table-tree-view.js +18 -18
- package/css/components/Table/table-tree-view.mjs +18 -18
- package/css/components/Table/table.css +648 -874
- package/css/components/Table/table.d.ts +46 -46
- package/css/components/Table/table.js +46 -46
- package/css/components/Table/table.mjs +46 -46
- package/css/components/Tabs/tabs.css +636 -694
- package/css/components/Tabs/tabs.d.ts +17 -21
- package/css/components/Tabs/tabs.js +17 -21
- package/css/components/Tabs/tabs.mjs +17 -21
- package/css/components/TextInputGroup/text-input-group.css +154 -110
- package/css/components/TextInputGroup/text-input-group.d.ts +12 -10
- package/css/components/TextInputGroup/text-input-group.js +12 -10
- package/css/components/TextInputGroup/text-input-group.mjs +12 -10
- package/css/components/Tile/tile.css +69 -69
- package/css/components/Tile/tile.d.ts +5 -5
- package/css/components/Tile/tile.js +5 -5
- package/css/components/Tile/tile.mjs +5 -5
- package/css/components/Timestamp/timestamp.css +24 -30
- package/css/components/Timestamp/timestamp.d.ts +1 -1
- package/css/components/Timestamp/timestamp.js +1 -1
- package/css/components/Timestamp/timestamp.mjs +1 -1
- package/css/components/Title/title.css +89 -88
- package/css/components/Title/title.d.ts +1 -1
- package/css/components/Title/title.js +1 -1
- package/css/components/Title/title.mjs +1 -1
- package/css/components/ToggleGroup/toggle-group.css +94 -75
- package/css/components/ToggleGroup/toggle-group.d.ts +5 -5
- package/css/components/ToggleGroup/toggle-group.js +5 -5
- package/css/components/ToggleGroup/toggle-group.mjs +5 -5
- package/css/components/Toolbar/toolbar.css +1571 -2391
- package/css/components/Toolbar/toolbar.d.ts +19 -124
- package/css/components/Toolbar/toolbar.js +19 -124
- package/css/components/Toolbar/toolbar.mjs +19 -124
- package/css/components/Tooltip/tooltip.css +87 -86
- package/css/components/Tooltip/tooltip.d.ts +3 -3
- package/css/components/Tooltip/tooltip.js +3 -3
- package/css/components/Tooltip/tooltip.mjs +3 -3
- package/css/components/TreeView/tree-view.css +366 -387
- package/css/components/TreeView/tree-view.d.ts +16 -20
- package/css/components/TreeView/tree-view.js +16 -20
- package/css/components/TreeView/tree-view.mjs +16 -20
- package/css/components/Truncate/truncate.css +16 -16
- package/css/components/Truncate/truncate.d.ts +4 -4
- package/css/components/Truncate/truncate.js +4 -4
- package/css/components/Truncate/truncate.mjs +4 -4
- package/css/components/Wizard/wizard.css +337 -384
- package/css/components/Wizard/wizard.d.ts +32 -31
- package/css/components/Wizard/wizard.js +32 -31
- package/css/components/Wizard/wizard.mjs +32 -31
- package/css/components/_index.css +22375 -0
- package/css/components/_index.d.ts +1374 -0
- package/css/components/_index.js +1375 -0
- package/css/components/_index.mjs +1373 -0
- package/css/docs/components/Brand/examples/Brand.css +3 -3
- package/css/docs/components/Brand/examples/Brand.d.ts +1 -1
- package/css/docs/components/Brand/examples/Brand.js +1 -1
- package/css/docs/components/Brand/examples/Brand.mjs +1 -1
- package/css/docs/components/Button/examples/Button.css +2 -2
- package/css/docs/components/Button/examples/Button.d.ts +1 -1
- package/css/docs/components/Button/examples/Button.js +1 -1
- package/css/docs/components/Button/examples/Button.mjs +1 -1
- package/css/docs/components/DragDrop/examples/DragDrop.css +3 -3
- package/css/docs/components/DragDrop/examples/DragDrop.d.ts +1 -1
- package/css/docs/components/DragDrop/examples/DragDrop.js +1 -1
- package/css/docs/components/DragDrop/examples/DragDrop.mjs +1 -1
- package/css/docs/components/Label/examples/Label.css +4 -4
- package/css/docs/components/Label/examples/Label.d.ts +1 -1
- package/css/docs/components/Label/examples/Label.js +1 -1
- package/css/docs/components/Label/examples/Label.mjs +1 -1
- package/css/docs/components/Menu/examples/Menu.css +8 -12
- package/css/docs/components/Menu/examples/Menu.d.ts +3 -2
- package/css/docs/components/Menu/examples/Menu.js +3 -2
- package/css/docs/components/Menu/examples/Menu.mjs +3 -2
- package/css/docs/components/Nav/examples/Navigation.css +20 -8
- package/css/docs/components/Nav/examples/Navigation.d.ts +2 -2
- package/css/docs/components/Nav/examples/Navigation.js +2 -2
- package/css/docs/components/Nav/examples/Navigation.mjs +2 -2
- package/css/docs/components/OverflowMenu/examples/overflow-menu.css +4 -28
- package/css/docs/components/OverflowMenu/examples/overflow-menu.d.ts +2 -2
- package/css/docs/components/OverflowMenu/examples/overflow-menu.js +2 -2
- package/css/docs/components/OverflowMenu/examples/overflow-menu.mjs +2 -2
- package/css/docs/components/Page/examples/Page.css +5 -9
- package/css/docs/components/Page/examples/Page.d.ts +2 -1
- package/css/docs/components/Page/examples/Page.js +2 -1
- package/css/docs/components/Page/examples/Page.mjs +2 -1
- package/css/docs/components/Sidebar/examples/Sidebar.css +4 -2
- package/css/docs/components/Sidebar/examples/Sidebar.d.ts +1 -4
- package/css/docs/components/Sidebar/examples/Sidebar.js +1 -4
- package/css/docs/components/Sidebar/examples/Sidebar.mjs +1 -4
- package/css/docs/components/Skeleton/examples/Skeleton.css +1 -1
- package/css/docs/components/Skeleton/examples/Skeleton.d.ts +1 -1
- package/css/docs/components/Skeleton/examples/Skeleton.js +1 -1
- package/css/docs/components/Skeleton/examples/Skeleton.mjs +1 -1
- package/css/docs/components/Table/examples/Table.css +11 -6
- package/css/docs/components/Table/examples/Table.d.ts +3 -1
- package/css/docs/components/Table/examples/Table.js +3 -1
- package/css/docs/components/Table/examples/Table.mjs +3 -1
- package/css/docs/components/TextInputGroup/examples/TextInputGroup.css +8 -3
- package/css/docs/components/TextInputGroup/examples/TextInputGroup.d.ts +2 -2
- package/css/docs/components/TextInputGroup/examples/TextInputGroup.js +2 -2
- package/css/docs/components/TextInputGroup/examples/TextInputGroup.mjs +2 -2
- package/css/docs/components/Tile/examples/Tile.css +5 -5
- package/css/docs/components/Tile/examples/Tile.d.ts +1 -1
- package/css/docs/components/Tile/examples/Tile.js +1 -1
- package/css/docs/components/Tile/examples/Tile.mjs +1 -1
- package/css/docs/components/Toolbar/examples/Toolbar.css +50 -39
- package/css/docs/components/Toolbar/examples/Toolbar.d.ts +4 -3
- package/css/docs/components/Toolbar/examples/Toolbar.js +4 -3
- package/css/docs/components/Toolbar/examples/Toolbar.mjs +4 -3
- package/css/docs/components/Tooltip/examples/Tooltip.css +1 -1
- package/css/docs/components/Truncate/examples/Truncate.css +1 -2
- package/css/docs/components/Truncate/examples/Truncate.d.ts +1 -1
- package/css/docs/components/Truncate/examples/Truncate.js +1 -1
- package/css/docs/components/Truncate/examples/Truncate.mjs +1 -1
- package/css/docs/demos/Card/examples/Card.css +6 -6
- package/css/docs/demos/Card/examples/Card.d.ts +2 -2
- package/css/docs/demos/Card/examples/Card.js +2 -2
- package/css/docs/demos/Card/examples/Card.mjs +2 -2
- package/css/docs/demos/Page/examples/Page.css +11 -0
- package/css/docs/demos/Page/examples/Page.d.ts +9 -0
- package/css/docs/demos/Page/examples/Page.js +10 -0
- package/css/docs/demos/Page/examples/Page.mjs +8 -0
- package/css/docs/demos/Toolbar/examples/Toolbar.css +10 -18
- package/css/docs/demos/Toolbar/examples/Toolbar.d.ts +3 -3
- package/css/docs/demos/Toolbar/examples/Toolbar.js +3 -3
- package/css/docs/demos/Toolbar/examples/Toolbar.mjs +3 -3
- 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 +6 -6
- 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 +3 -10
- package/css/docs/utilities/Display/examples/Display.d.ts +0 -8
- package/css/docs/utilities/Display/examples/Display.js +0 -8
- package/css/docs/utilities/Display/examples/Display.mjs +0 -8
- package/css/docs/utilities/Flex/examples/Flex.css +7 -7
- 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 +5 -5
- 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 +6 -6
- 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 +3 -3
- 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 +7 -3
- package/css/layouts/Bullseye/bullseye.d.ts +1 -1
- package/css/layouts/Bullseye/bullseye.js +1 -1
- package/css/layouts/Bullseye/bullseye.mjs +1 -1
- package/css/layouts/Flex/flex.css +1315 -1311
- package/css/layouts/Flex/flex.d.ts +1 -1
- package/css/layouts/Flex/flex.js +1 -1
- package/css/layouts/Flex/flex.mjs +1 -1
- package/css/layouts/Gallery/gallery.css +48 -44
- package/css/layouts/Gallery/gallery.d.ts +1 -1
- package/css/layouts/Gallery/gallery.js +1 -1
- package/css/layouts/Gallery/gallery.mjs +1 -1
- package/css/layouts/Grid/grid.css +550 -546
- package/css/layouts/Grid/grid.d.ts +2 -2
- package/css/layouts/Grid/grid.js +2 -2
- package/css/layouts/Grid/grid.mjs +2 -2
- package/css/layouts/Level/level.css +8 -4
- package/css/layouts/Level/level.d.ts +1 -1
- package/css/layouts/Level/level.js +1 -1
- package/css/layouts/Level/level.mjs +1 -1
- package/css/layouts/Split/split.css +10 -6
- package/css/layouts/Split/split.d.ts +2 -2
- package/css/layouts/Split/split.js +2 -2
- package/css/layouts/Split/split.mjs +2 -2
- package/css/layouts/Stack/stack.css +9 -5
- package/css/layouts/Stack/stack.d.ts +2 -2
- package/css/layouts/Stack/stack.js +2 -2
- package/css/layouts/Stack/stack.mjs +2 -2
- package/css/layouts/Toolbar/toolbar.css +8 -8
- package/css/layouts/_index.css +3461 -0
- package/css/layouts/_index.d.ts +846 -0
- package/css/layouts/_index.js +847 -0
- package/css/layouts/_index.mjs +845 -0
- package/css/utilities/Accessibility/accessibility.css +33 -33
- package/css/utilities/Accessibility/accessibility.d.ts +18 -18
- package/css/utilities/Accessibility/accessibility.js +18 -18
- package/css/utilities/Accessibility/accessibility.mjs +18 -18
- package/css/utilities/Alignment/alignment.css +41 -41
- package/css/utilities/Alignment/alignment.d.ts +24 -24
- package/css/utilities/Alignment/alignment.js +24 -24
- package/css/utilities/Alignment/alignment.mjs +24 -24
- package/css/utilities/BackgroundColor/background-color.css +67 -0
- package/css/utilities/BackgroundColor/background-color.d.ts +22 -0
- package/css/utilities/BackgroundColor/background-color.js +23 -0
- package/css/utilities/BackgroundColor/background-color.mjs +21 -0
- package/css/utilities/BoxShadow/box-shadow.css +30 -54
- package/css/utilities/BoxShadow/box-shadow.d.ts +15 -21
- package/css/utilities/BoxShadow/box-shadow.js +15 -21
- package/css/utilities/BoxShadow/box-shadow.mjs +15 -21
- package/css/utilities/Display/display.css +97 -59
- package/css/utilities/Display/display.d.ts +66 -54
- package/css/utilities/Display/display.js +66 -54
- package/css/utilities/Display/display.mjs +66 -54
- package/css/utilities/Flex/flex.css +278 -278
- package/css/utilities/Flex/flex.d.ts +228 -228
- package/css/utilities/Flex/flex.js +228 -228
- package/css/utilities/Flex/flex.mjs +228 -228
- package/css/utilities/Float/float.css +29 -29
- 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 +274 -274
- package/css/utilities/Sizing/sizing.d.ts +196 -196
- package/css/utilities/Sizing/sizing.js +196 -196
- package/css/utilities/Sizing/sizing.mjs +196 -196
- package/css/utilities/Spacing/spacing.css +2212 -2212
- package/css/utilities/Spacing/spacing.d.ts +840 -840
- package/css/utilities/Spacing/spacing.js +840 -840
- package/css/utilities/Spacing/spacing.mjs +840 -840
- package/css/utilities/Text/text.css +501 -744
- package/css/utilities/Text/text.d.ts +250 -278
- package/css/utilities/Text/text.js +250 -278
- package/css/utilities/Text/text.mjs +250 -278
- package/css/utilities/_index.css +7815 -0
- package/css/utilities/_index.d.ts +1671 -0
- package/css/utilities/_index.js +1672 -0
- package/css/utilities/_index.mjs +1670 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/js/index.js.map +1 -1
- package/package.json +7 -12
- package/scripts/copyStyles.mjs +8 -0
- package/scripts/{generateClassMaps.js → generateClassMaps.mjs} +8 -11
- package/scripts/{writeClassMaps.js → writeClassMaps.mjs} +15 -13
- package/src/css/components/Popper/Popper.css +1 -1
- package/src/css/components/Table/inline-edit.css +31 -31
- package/src/css/layouts/Toolbar/toolbar.css +8 -8
- package/.eslintrc.json +0 -5
- package/css/assets/images/pf-logo-small.svg +0 -23
- package/css/assets/images/pf_logo_white.hbs +0 -35
- package/css/assets/images/pfbg-icon.svg +0 -1
- package/css/components/AppLauncher/app-launcher.css +0 -244
- package/css/components/AppLauncher/app-launcher.d.ts +0 -29
- package/css/components/AppLauncher/app-launcher.js +0 -30
- package/css/components/AppLauncher/app-launcher.mjs +0 -28
- package/css/components/Chip/chip-group.css +0 -93
- package/css/components/Chip/chip-group.d.ts +0 -13
- package/css/components/Chip/chip-group.js +0 -14
- package/css/components/Chip/chip-group.mjs +0 -12
- package/css/components/Chip/chip.css +0 -122
- package/css/components/Chip/chip.d.ts +0 -16
- package/css/components/Chip/chip.js +0 -17
- package/css/components/Chip/chip.mjs +0 -15
- package/css/components/Consoles/AccessConsoles.css +0 -14
- package/css/components/Consoles/AccessConsoles.d.ts +0 -6
- package/css/components/Consoles/AccessConsoles.js +0 -7
- package/css/components/Consoles/AccessConsoles.mjs +0 -5
- package/css/components/Consoles/DesktopViewer.css +0 -6
- package/css/components/Consoles/DesktopViewer.d.ts +0 -5
- package/css/components/Consoles/DesktopViewer.js +0 -6
- package/css/components/Consoles/DesktopViewer.mjs +0 -4
- package/css/components/Consoles/SerialConsole.css +0 -11
- package/css/components/Consoles/SerialConsole.d.ts +0 -6
- package/css/components/Consoles/SerialConsole.js +0 -7
- package/css/components/Consoles/SerialConsole.mjs +0 -5
- package/css/components/Consoles/VncConsole.css +0 -10
- package/css/components/Consoles/VncConsole.d.ts +0 -6
- package/css/components/Consoles/VncConsole.js +0 -7
- package/css/components/Consoles/VncConsole.mjs +0 -5
- package/css/components/Consoles/xterm.css +0 -171
- package/css/components/Consoles/xterm.d.ts +0 -26
- package/css/components/Consoles/xterm.js +0 -27
- package/css/components/Consoles/xterm.mjs +0 -25
- package/css/components/ContextSelector/context-selector.css +0 -336
- package/css/components/ContextSelector/context-selector.d.ts +0 -25
- package/css/components/ContextSelector/context-selector.js +0 -26
- package/css/components/ContextSelector/context-selector.mjs +0 -24
- package/css/components/Dropdown/dropdown.css +0 -686
- package/css/components/Dropdown/dropdown.d.ts +0 -55
- package/css/components/Dropdown/dropdown.js +0 -56
- package/css/components/Dropdown/dropdown.mjs +0 -54
- package/css/components/LogViewer/log-viewer.css +0 -197
- package/css/components/LogViewer/log-viewer.d.ts +0 -27
- package/css/components/LogViewer/log-viewer.js +0 -28
- package/css/components/LogViewer/log-viewer.mjs +0 -26
- package/css/components/NotificationBadge/notification-badge.css +0 -87
- package/css/components/NotificationBadge/notification-badge.d.ts +0 -11
- package/css/components/NotificationBadge/notification-badge.js +0 -12
- package/css/components/NotificationBadge/notification-badge.mjs +0 -10
- package/css/components/OptionsMenu/options-menu.css +0 -279
- package/css/components/OptionsMenu/options-menu.d.ts +0 -27
- package/css/components/OptionsMenu/options-menu.js +0 -28
- package/css/components/OptionsMenu/options-menu.mjs +0 -26
- package/css/components/Select/select.css +0 -599
- package/css/components/Select/select.d.ts +0 -61
- package/css/components/Select/select.js +0 -62
- package/css/components/Select/select.mjs +0 -60
- package/css/docs/components/AppLauncher/deprecated/application-launcher.css +0 -25
- package/css/docs/components/AppLauncher/deprecated/application-launcher.d.ts +0 -3
- package/css/docs/components/AppLauncher/deprecated/application-launcher.js +0 -4
- package/css/docs/components/AppLauncher/deprecated/application-launcher.mjs +0 -2
- package/css/docs/components/Breadcrumb/examples/Breadcrumb.css +0 -3
- package/css/docs/components/Breadcrumb/examples/Breadcrumb.d.ts +0 -3
- package/css/docs/components/Breadcrumb/examples/Breadcrumb.js +0 -4
- package/css/docs/components/Breadcrumb/examples/Breadcrumb.mjs +0 -2
- package/css/docs/components/ContextSelector/deprecated/context-selector.css +0 -7
- package/css/docs/components/ContextSelector/deprecated/context-selector.d.ts +0 -3
- package/css/docs/components/ContextSelector/deprecated/context-selector.js +0 -4
- package/css/docs/components/ContextSelector/deprecated/context-selector.mjs +0 -2
- package/css/docs/components/Dropdown/deprecated/Dropdown.css +0 -64
- package/css/docs/components/Dropdown/deprecated/Dropdown.d.ts +0 -6
- package/css/docs/components/Dropdown/deprecated/Dropdown.js +0 -7
- package/css/docs/components/Dropdown/deprecated/Dropdown.mjs +0 -5
- package/css/docs/components/LogViewer/examples/LogViewer.css +0 -17
- package/css/docs/components/LogViewer/examples/LogViewer.d.ts +0 -6
- package/css/docs/components/LogViewer/examples/LogViewer.js +0 -7
- package/css/docs/components/LogViewer/examples/LogViewer.mjs +0 -5
- package/css/docs/components/OptionsMenu/deprecated/options-menu.css +0 -25
- package/css/docs/components/OptionsMenu/deprecated/options-menu.d.ts +0 -3
- package/css/docs/components/OptionsMenu/deprecated/options-menu.js +0 -4
- package/css/docs/components/OptionsMenu/deprecated/options-menu.mjs +0 -2
- package/css/docs/components/Page/deprecated/PageHeader.css +0 -17
- package/css/docs/components/Page/deprecated/PageHeader.d.ts +0 -12
- package/css/docs/components/Page/deprecated/PageHeader.js +0 -13
- package/css/docs/components/Page/deprecated/PageHeader.mjs +0 -11
- package/css/docs/components/Pagination/examples/Pagination.css +0 -3
- package/css/docs/components/Pagination/examples/Pagination.d.ts +0 -3
- package/css/docs/components/Pagination/examples/Pagination.js +0 -4
- package/css/docs/components/Pagination/examples/Pagination.mjs +0 -2
- package/css/docs/components/Select/deprecated/Select.css +0 -56
- package/css/docs/components/Select/deprecated/Select.d.ts +0 -3
- package/css/docs/components/Select/deprecated/Select.js +0 -4
- package/css/docs/components/Select/deprecated/Select.mjs +0 -2
- package/css/docs/components/Tabs/examples/Tabs.css +0 -10
- package/css/docs/components/Tabs/examples/Tabs.d.ts +0 -6
- package/css/docs/components/Tabs/examples/Tabs.js +0 -7
- package/css/docs/components/Tabs/examples/Tabs.mjs +0 -5
- package/css/docs/components/ToggleGroup/examples/toggle-group.css +0 -4
- package/css/docs/components/ToggleGroup/examples/toggle-group.d.ts +0 -5
- package/css/docs/components/ToggleGroup/examples/toggle-group.js +0 -6
- package/css/docs/components/ToggleGroup/examples/toggle-group.mjs +0 -4
- package/css/docs/utilities/Text/examples/Text.css +0 -0
- package/css/docs/utilities/Text/examples/Text.d.ts +0 -3
- package/css/docs/utilities/Text/examples/Text.js +0 -4
- package/css/docs/utilities/Text/examples/Text.mjs +0 -2
- package/css/utilities/BackgroundColor/BackgroundColor.css +0 -414
- package/css/utilities/BackgroundColor/BackgroundColor.d.ts +0 -101
- package/css/utilities/BackgroundColor/BackgroundColor.js +0 -102
- package/css/utilities/BackgroundColor/BackgroundColor.mjs +0 -100
- 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
- package/scripts/copyStyles.js +0 -7
- package/src/css/components/Consoles/AccessConsoles.css +0 -14
- package/src/css/components/Consoles/DesktopViewer.css +0 -6
- package/src/css/components/Consoles/SerialConsole.css +0 -11
- package/src/css/components/Consoles/VncConsole.css +0 -10
- package/src/css/components/Consoles/xterm.css +0 -171
|
@@ -1,805 +1,820 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
--pf-
|
|
4
|
-
--pf-
|
|
5
|
-
--pf-
|
|
6
|
-
--pf-
|
|
7
|
-
--pf-
|
|
8
|
-
--pf-
|
|
9
|
-
--pf-
|
|
10
|
-
--pf-
|
|
11
|
-
--pf-
|
|
12
|
-
--pf-
|
|
13
|
-
--pf-
|
|
14
|
-
--pf-
|
|
15
|
-
--pf-
|
|
16
|
-
--pf-
|
|
1
|
+
:root,
|
|
2
|
+
.pf-v6-c-table {
|
|
3
|
+
--pf-v6-c-table__tree-view-main--indent--base: calc(var(--pf-t--global--spacer--md) * 2 + var(--pf-v6-c-table__tree-view-icon--MinWidth));
|
|
4
|
+
--pf-v6-c-table__tree-view-main--nested-indent--base: calc(var(--pf-v6-c-table__tree-view-main--indent--base) - var(--pf-t--global--spacer--md));
|
|
5
|
+
--pf-v6-c-table__tree-view-main--c-button--MarginInlineEnd: var(--pf-t--global--spacer--sm);
|
|
6
|
+
--pf-v6-c-table__tree-view-main--PaddingInlineStart: var(--pf-v6-c-table__tree-view-main--indent--base);
|
|
7
|
+
--pf-v6-c-table__tree-view-main--MarginInlineStart: calc(var(--pf-v6-c-table--cell--PaddingInlineStart) * -1);
|
|
8
|
+
--pf-v6-c-table__tree-view-main--c-table__check--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
|
|
9
|
+
--pf-v6-c-table__tree-view-main--c-table__check--MarginInlineEnd: var(--pf-t--global--spacer--sm);
|
|
10
|
+
--pf-v6-c-table__tree-view-icon--MinWidth: var(--pf-t--global--spacer--md);
|
|
11
|
+
--pf-v6-c-table__tree-view-icon--MarginInlineEnd: var(--pf-t--global--spacer--sm);
|
|
12
|
+
--pf-v6-c-table--m-tree-view__toggle--Position: absolute;
|
|
13
|
+
--pf-v6-c-table--m-tree-view__toggle--InsetInlineStart: var(--pf-v6-c-table__tree-view-main--PaddingInlineStart);
|
|
14
|
+
--pf-v6-c-table--m-tree-view__toggle--TranslateX: -100%;
|
|
15
|
+
--pf-v6-c-table--m-tree-view__toggle__toggle-icon--MinWidth: var(--pf-t--global--spacer--md);
|
|
16
|
+
--pf-v6-c-table--m-no-inset__tree-view-main--PaddingInlineStart: 0;
|
|
17
|
+
--pf-v6-c-table--m-no-inset__tree-view-main--MarginInlineStart: 0;
|
|
17
18
|
}
|
|
18
|
-
|
|
19
|
-
|
|
19
|
+
|
|
20
|
+
.pf-v6-c-table.pf-m-tree-view > tbody > tr {
|
|
21
|
+
--pf-v6-c-table--m-tree-view__toggle--InsetInlineStart: var(--pf-v6-c-table__tree-view-main--PaddingInlineStart);
|
|
20
22
|
}
|
|
21
|
-
.pf-
|
|
22
|
-
--pf-
|
|
23
|
-
--pf-
|
|
23
|
+
.pf-v6-c-table.pf-m-tree-view > tbody > tr.pf-m-no-inset {
|
|
24
|
+
--pf-v6-c-table__tree-view-main--PaddingInlineStart: var(--pf-v6-c-table--m-no-inset__tree-view-main--PaddingInlineStart);
|
|
25
|
+
--pf-v6-c-table__tree-view-main--MarginInlineStart: var(--pf-v6-c-table--m-no-inset__tree-view-main--MarginInlineStart);
|
|
24
26
|
}
|
|
25
|
-
.pf-
|
|
26
|
-
--pf-
|
|
27
|
-
--pf-
|
|
27
|
+
.pf-v6-c-table.pf-m-tree-view.pf-m-no-inset {
|
|
28
|
+
--pf-v6-c-table__tree-view-main--PaddingInlineStart: var(--pf-v6-c-table--m-no-inset__tree-view-main--PaddingInlineStart);
|
|
29
|
+
--pf-v6-c-table__tree-view-main--MarginInlineStart: var(--pf-v6-c-table--m-no-inset__tree-view-main--MarginInlineStart);
|
|
28
30
|
}
|
|
29
|
-
.pf-
|
|
30
|
-
--pf-
|
|
31
|
+
.pf-v6-c-table.pf-m-tree-view tr:where(.pf-v6-c-table__tr)[aria-level="2"] {
|
|
32
|
+
--pf-v6-c-table__tree-view-main--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 1 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
31
33
|
}
|
|
32
|
-
.pf-
|
|
33
|
-
--pf-
|
|
34
|
+
.pf-v6-c-table.pf-m-tree-view tr:where(.pf-v6-c-table__tr)[aria-level="3"] {
|
|
35
|
+
--pf-v6-c-table__tree-view-main--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 2 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
34
36
|
}
|
|
35
|
-
.pf-
|
|
36
|
-
--pf-
|
|
37
|
+
.pf-v6-c-table.pf-m-tree-view tr:where(.pf-v6-c-table__tr)[aria-level="4"] {
|
|
38
|
+
--pf-v6-c-table__tree-view-main--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 3 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
37
39
|
}
|
|
38
|
-
.pf-
|
|
39
|
-
--pf-
|
|
40
|
+
.pf-v6-c-table.pf-m-tree-view tr:where(.pf-v6-c-table__tr)[aria-level="5"] {
|
|
41
|
+
--pf-v6-c-table__tree-view-main--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 4 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
40
42
|
}
|
|
41
|
-
.pf-
|
|
42
|
-
--pf-
|
|
43
|
+
.pf-v6-c-table.pf-m-tree-view tr:where(.pf-v6-c-table__tr)[aria-level="6"] {
|
|
44
|
+
--pf-v6-c-table__tree-view-main--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 5 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
43
45
|
}
|
|
44
|
-
.pf-
|
|
45
|
-
--pf-
|
|
46
|
+
.pf-v6-c-table.pf-m-tree-view tr:where(.pf-v6-c-table__tr)[aria-level="7"] {
|
|
47
|
+
--pf-v6-c-table__tree-view-main--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 6 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
46
48
|
}
|
|
47
|
-
.pf-
|
|
48
|
-
--pf-
|
|
49
|
+
.pf-v6-c-table.pf-m-tree-view tr:where(.pf-v6-c-table__tr)[aria-level="8"] {
|
|
50
|
+
--pf-v6-c-table__tree-view-main--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 7 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
49
51
|
}
|
|
50
|
-
.pf-
|
|
51
|
-
--pf-
|
|
52
|
+
.pf-v6-c-table.pf-m-tree-view tr:where(.pf-v6-c-table__tr)[aria-level="9"] {
|
|
53
|
+
--pf-v6-c-table__tree-view-main--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 8 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
52
54
|
}
|
|
53
|
-
.pf-
|
|
54
|
-
--pf-
|
|
55
|
+
.pf-v6-c-table.pf-m-tree-view tr:where(.pf-v6-c-table__tr)[aria-level="10"] {
|
|
56
|
+
--pf-v6-c-table__tree-view-main--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 9 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
55
57
|
}
|
|
56
58
|
|
|
57
|
-
.pf-
|
|
59
|
+
.pf-v6-c-table__tree-view-main {
|
|
58
60
|
position: relative;
|
|
59
61
|
display: flex;
|
|
60
62
|
align-items: baseline;
|
|
61
63
|
min-width: 0;
|
|
62
|
-
padding-inline-start: var(--pf-
|
|
63
|
-
margin-inline-start: var(--pf-
|
|
64
|
+
padding-inline-start: var(--pf-v6-c-table__tree-view-main--PaddingInlineStart);
|
|
65
|
+
margin-inline-start: var(--pf-v6-c-table__tree-view-main--MarginInlineStart);
|
|
64
66
|
text-align: start;
|
|
65
67
|
cursor: pointer;
|
|
66
68
|
}
|
|
67
|
-
.pf-
|
|
68
|
-
transform: translateX(var(--pf-
|
|
69
|
-
position: var(--pf-
|
|
70
|
-
inset-inline-start: var(--pf-
|
|
69
|
+
.pf-v6-c-table__tree-view-main > .pf-v6-c-table__toggle {
|
|
70
|
+
transform: translateX(var(--pf-v6-c-table--m-tree-view__toggle--TranslateX));
|
|
71
|
+
position: var(--pf-v6-c-table--m-tree-view__toggle--Position);
|
|
72
|
+
inset-inline-start: var(--pf-v6-c-table--m-tree-view__toggle--InsetInlineStart);
|
|
71
73
|
}
|
|
72
|
-
:where(.pf-
|
|
73
|
-
transform: translateX(calc(var(--pf-
|
|
74
|
+
:where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-table__tree-view-main > .pf-v6-c-table__toggle {
|
|
75
|
+
transform: translateX(calc(var(--pf-v6-c-table--m-tree-view__toggle--TranslateX) * var(--pf-v6-global--inverse--multiplier)));
|
|
74
76
|
}
|
|
75
77
|
|
|
76
|
-
.pf-
|
|
77
|
-
min-width: var(--pf-
|
|
78
|
+
.pf-v6-c-table__tree-view-main > .pf-v6-c-table__toggle .pf-v6-c-table__toggle-icon {
|
|
79
|
+
min-width: var(--pf-v6-c-table--m-tree-view__toggle__toggle-icon--MinWidth);
|
|
80
|
+
}
|
|
81
|
+
.pf-v6-c-table__tree-view-main > .pf-v6-c-table__toggle .pf-v6-c-button {
|
|
82
|
+
margin-block-start: -50%;
|
|
83
|
+
margin-inline-end: var(--pf-v6-c-table__tree-view-main--c-button--MarginInlineEnd);
|
|
78
84
|
}
|
|
79
|
-
.pf-
|
|
80
|
-
margin-inline-end: var(--pf-
|
|
85
|
+
.pf-v6-c-table__tree-view-main > .pf-v6-c-table__check {
|
|
86
|
+
margin-inline-end: var(--pf-v6-c-table__tree-view-main--c-table__check--MarginInlineEnd);
|
|
81
87
|
}
|
|
82
|
-
.pf-
|
|
83
|
-
padding-inline-
|
|
84
|
-
padding-inline-end: var(--pf-v5-c-table__tree-view-main--c-table__check--PaddingRight);
|
|
88
|
+
.pf-v6-c-table__tree-view-main > .pf-v6-c-table__check label {
|
|
89
|
+
padding-inline-end: var(--pf-v6-c-table__tree-view-main--c-table__check--PaddingInlineEnd);
|
|
85
90
|
margin-block-start: 0;
|
|
86
91
|
margin-block-end: 0;
|
|
87
92
|
margin-inline-start: 0;
|
|
88
|
-
margin-inline-end: calc(var(--pf-
|
|
93
|
+
margin-inline-end: calc(var(--pf-v6-c-table__tree-view-main--c-table__check--MarginInlineEnd) * -1);
|
|
89
94
|
}
|
|
90
95
|
|
|
91
|
-
.pf-
|
|
96
|
+
.pf-v6-c-table__tree-view-text {
|
|
92
97
|
display: flex;
|
|
93
98
|
}
|
|
94
99
|
|
|
95
|
-
.pf-
|
|
96
|
-
min-width: var(--pf-
|
|
97
|
-
margin-inline-end: var(--pf-
|
|
100
|
+
.pf-v6-c-table__tree-view-icon {
|
|
101
|
+
min-width: var(--pf-v6-c-table__tree-view-icon--MinWidth);
|
|
102
|
+
margin-inline-end: var(--pf-v6-c-table__tree-view-icon--MarginInlineEnd);
|
|
98
103
|
}
|
|
99
104
|
|
|
100
|
-
.pf-
|
|
105
|
+
.pf-v6-c-table__tree-view-details-toggle {
|
|
101
106
|
display: none;
|
|
102
107
|
}
|
|
103
108
|
|
|
104
|
-
.pf-m-tree-view-grid.pf-
|
|
105
|
-
--pf-
|
|
106
|
-
--pf-
|
|
107
|
-
--pf-
|
|
108
|
-
--pf-
|
|
109
|
-
--pf-
|
|
110
|
-
--pf-
|
|
111
|
-
--pf-
|
|
112
|
-
--pf-
|
|
113
|
-
--pf-
|
|
114
|
-
--pf-
|
|
115
|
-
--pf-
|
|
116
|
-
--pf-
|
|
117
|
-
--pf-
|
|
118
|
-
--pf-
|
|
119
|
-
--pf-
|
|
120
|
-
--pf-
|
|
121
|
-
--pf-
|
|
122
|
-
--pf-
|
|
123
|
-
--pf-
|
|
124
|
-
--pf-
|
|
125
|
-
--pf-
|
|
126
|
-
--pf-
|
|
127
|
-
--pf-
|
|
128
|
-
}
|
|
129
|
-
.pf-m-tree-view-grid.pf-
|
|
109
|
+
.pf-m-tree-view-grid.pf-v6-c-table {
|
|
110
|
+
--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
111
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
|
112
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
113
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: var(--pf-v6-c-table__tree-view-main--indent--base);
|
|
114
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--GridColumnGap: var(--pf-t--global--spacer--sm);
|
|
115
|
+
--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
|
116
|
+
--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
117
|
+
--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingInlineStart: 0;
|
|
118
|
+
--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--action--PaddingBlockStart: var(--pf-t--global--spacer--xl);
|
|
119
|
+
--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBlockEnd: var(--pf-t--global--spacer--xl);
|
|
120
|
+
--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--PaddingBlockStart: var(--pf-t--global--spacer--xl);
|
|
121
|
+
--pf-v6-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns: repeat(auto-fit, minmax(150px, 1fr));
|
|
122
|
+
--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBlockStart: var(--pf-t--global--spacer--xs);
|
|
123
|
+
--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
|
|
124
|
+
--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginInlineEnd: 0;
|
|
125
|
+
--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order: 4;
|
|
126
|
+
--pf-v6-c-table__tree-view-text--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
|
|
127
|
+
--pf-v6-c-table__tbody--cell--PaddingBlockStart: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockStart);
|
|
128
|
+
--pf-v6-c-table__tbody--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockEnd);
|
|
129
|
+
--pf-v6-c-table__tree-view-details-toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
130
|
+
--pf-v6-c-table__tree-view-details-toggle--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
131
|
+
--pf-v6-c-table--m-tree-view-grid__action--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
132
|
+
--pf-v6-c-table--m-tree-view-grid__action--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
133
|
+
}
|
|
134
|
+
.pf-m-tree-view-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr) {
|
|
130
135
|
position: relative;
|
|
131
136
|
border: none;
|
|
132
|
-
outline-offset: var(--pf-
|
|
137
|
+
outline-offset: var(--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset);
|
|
133
138
|
}
|
|
134
|
-
.pf-m-tree-view-grid.pf-
|
|
139
|
+
.pf-m-tree-view-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr)::before {
|
|
135
140
|
position: absolute;
|
|
136
141
|
inset-block-start: 0;
|
|
137
142
|
inset-block-end: 0;
|
|
138
|
-
inset-inline-start: var(--pf-
|
|
143
|
+
inset-inline-start: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart);
|
|
139
144
|
inset-inline-end: 0;
|
|
140
145
|
content: "";
|
|
141
|
-
border-block-end: var(--pf-
|
|
146
|
+
border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
|
|
142
147
|
}
|
|
143
|
-
.pf-m-tree-view-grid.pf-
|
|
148
|
+
.pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not([hidden]) {
|
|
144
149
|
display: grid;
|
|
145
150
|
grid-template-columns: 1fr max-content;
|
|
146
151
|
}
|
|
147
|
-
.pf-m-tree-view-grid.pf-
|
|
148
|
-
--pf-
|
|
152
|
+
.pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-expanded] .pf-v6-c-table__tree-view-title-cell {
|
|
153
|
+
--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--PaddingBlockStart);
|
|
149
154
|
}
|
|
150
|
-
.pf-m-tree-view-grid.pf-
|
|
151
|
-
--pf-
|
|
155
|
+
.pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-expanded] .pf-v6-c-table__tree-view-title-cell ~ .pf-v6-c-table__action {
|
|
156
|
+
--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--action--PaddingBlockStart);
|
|
152
157
|
}
|
|
153
|
-
.pf-m-tree-view-grid.pf-
|
|
154
|
-
--pf-
|
|
155
|
-
--pf-
|
|
156
|
-
padding-inline-start: var(--pf-
|
|
158
|
+
.pf-m-tree-view-grid.pf-v6-c-table td:where(.pf-v6-c-table__td):not(.pf-v6-c-table__tree-view-title-cell) {
|
|
159
|
+
--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBlockStart);
|
|
160
|
+
--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBlockEnd);
|
|
161
|
+
padding-inline-start: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart);
|
|
157
162
|
}
|
|
158
|
-
.pf-m-tree-view-grid.pf-
|
|
159
|
-
padding-inline-end: var(--pf-
|
|
163
|
+
.pf-m-tree-view-grid.pf-v6-c-table .pf-v6-c-table__tree-view-text {
|
|
164
|
+
padding-inline-end: var(--pf-v6-c-table__tree-view-text--PaddingInlineEnd);
|
|
160
165
|
}
|
|
161
|
-
.pf-m-tree-view-grid.pf-
|
|
166
|
+
.pf-m-tree-view-grid.pf-v6-c-table thead:where(.pf-v6-c-table__thead) th:where(.pf-v6-c-table__th) {
|
|
162
167
|
display: none;
|
|
163
168
|
}
|
|
164
|
-
.pf-m-tree-view-grid.pf-
|
|
169
|
+
.pf-m-tree-view-grid.pf-v6-c-table td:where(.pf-v6-c-table__td) {
|
|
165
170
|
display: none;
|
|
166
171
|
}
|
|
167
|
-
.pf-m-tree-view-grid.pf-
|
|
168
|
-
grid-template-columns: var(--pf-
|
|
172
|
+
.pf-m-tree-view-grid.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] {
|
|
173
|
+
grid-template-columns: var(--pf-v6-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns);
|
|
169
174
|
grid-column: 1;
|
|
170
|
-
grid-column-gap: var(--pf-
|
|
175
|
+
grid-column-gap: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--GridColumnGap);
|
|
171
176
|
align-items: start;
|
|
172
177
|
}
|
|
173
|
-
.pf-m-tree-view-grid.pf-
|
|
178
|
+
.pf-m-tree-view-grid.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] > :where(th, td) {
|
|
174
179
|
grid-column: 2;
|
|
175
180
|
}
|
|
176
|
-
.pf-m-tree-view-grid.pf-
|
|
177
|
-
|
|
181
|
+
.pf-m-tree-view-grid.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label]::before {
|
|
182
|
+
position: revert;
|
|
183
|
+
font-weight: var(--pf-t--global--font--weight--body--bold);
|
|
178
184
|
text-align: start;
|
|
179
185
|
content: attr(data-label);
|
|
180
186
|
}
|
|
181
|
-
.pf-m-tree-view-grid.pf-
|
|
182
|
-
|
|
187
|
+
.pf-m-tree-view-grid.pf-v6-c-table .pf-v6-c-table__tr > :where(th, td).pf-m-border-right::before {
|
|
188
|
+
border-inline-end: 0;
|
|
189
|
+
}
|
|
190
|
+
.pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded {
|
|
191
|
+
padding-block-end: var(--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBlockEnd);
|
|
183
192
|
}
|
|
184
|
-
.pf-m-tree-view-grid.pf-
|
|
193
|
+
.pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded td:where(.pf-v6-c-table__td)[data-label] {
|
|
185
194
|
display: grid;
|
|
186
195
|
}
|
|
187
|
-
.pf-m-tree-view-grid.pf-
|
|
188
|
-
display:
|
|
196
|
+
.pf-m-tree-view-grid.pf-v6-c-table .pf-v6-c-table__thead {
|
|
197
|
+
display: none;
|
|
189
198
|
}
|
|
190
|
-
.pf-m-tree-view-grid.pf-
|
|
191
|
-
.pf-m-tree-view-grid.pf-
|
|
199
|
+
.pf-m-tree-view-grid.pf-v6-c-table .pf-v6-c-table__tree-view-details-toggle,
|
|
200
|
+
.pf-m-tree-view-grid.pf-v6-c-table .pf-v6-c-table__action {
|
|
192
201
|
display: inline-block;
|
|
193
202
|
}
|
|
194
|
-
.pf-m-tree-view-grid.pf-
|
|
195
|
-
--pf-
|
|
196
|
-
--pf-
|
|
197
|
-
--pf-
|
|
198
|
-
--pf-
|
|
203
|
+
.pf-m-tree-view-grid.pf-v6-c-table .pf-v6-c-table__action {
|
|
204
|
+
--pf-v6-c-table--cell--Width: auto;
|
|
205
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingInlineStart);
|
|
206
|
+
--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBlockStart: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBlockStart);
|
|
207
|
+
--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBlockEnd: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBlockEnd);
|
|
199
208
|
grid-row: 1;
|
|
200
209
|
grid-column: 2;
|
|
210
|
+
margin-block-start: var(--pf-v6-c-table--m-tree-view-grid__action--MarginBlockStart);
|
|
211
|
+
margin-block-end: var(--pf-v6-c-table--m-tree-view-grid__action--MarginBlockEnd);
|
|
201
212
|
}
|
|
202
|
-
.pf-m-tree-view-grid.pf-
|
|
203
|
-
|
|
204
|
-
margin-block-end: var(--pf-v5-c-table--m-tree-view-grid--c-dropdown--MarginBottom);
|
|
205
|
-
}
|
|
206
|
-
.pf-m-tree-view-grid.pf-v5-c-table .pf-v5-c-table__tree-view-main > .pf-v5-c-table__check {
|
|
207
|
-
order: var(--pf-v5-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order);
|
|
213
|
+
.pf-m-tree-view-grid.pf-v6-c-table .pf-v6-c-table__tree-view-main > .pf-v6-c-table__check {
|
|
214
|
+
order: var(--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order);
|
|
208
215
|
margin-inline-start: auto;
|
|
209
|
-
margin-inline-end: var(--pf-
|
|
216
|
+
margin-inline-end: var(--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginInlineEnd);
|
|
210
217
|
}
|
|
211
|
-
.pf-m-tree-view-grid.pf-
|
|
212
|
-
margin-block-start: var(--pf-
|
|
213
|
-
margin-block-end: var(--pf-
|
|
218
|
+
.pf-m-tree-view-grid.pf-v6-c-table .pf-v6-c-table__tree-view-details-toggle {
|
|
219
|
+
margin-block-start: var(--pf-v6-c-table__tree-view-details-toggle--MarginBlockStart);
|
|
220
|
+
margin-block-end: var(--pf-v6-c-table__tree-view-details-toggle--MarginBlockEnd);
|
|
214
221
|
}
|
|
215
|
-
.pf-m-tree-view-grid.pf-
|
|
216
|
-
--pf-
|
|
222
|
+
.pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="2"] {
|
|
223
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 1 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
217
224
|
}
|
|
218
|
-
.pf-m-tree-view-grid.pf-
|
|
219
|
-
--pf-
|
|
225
|
+
.pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="3"] {
|
|
226
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 2 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
220
227
|
}
|
|
221
|
-
.pf-m-tree-view-grid.pf-
|
|
222
|
-
--pf-
|
|
228
|
+
.pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="4"] {
|
|
229
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 3 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
223
230
|
}
|
|
224
|
-
.pf-m-tree-view-grid.pf-
|
|
225
|
-
--pf-
|
|
231
|
+
.pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="5"] {
|
|
232
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 4 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
226
233
|
}
|
|
227
|
-
.pf-m-tree-view-grid.pf-
|
|
228
|
-
--pf-
|
|
234
|
+
.pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="6"] {
|
|
235
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 5 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
229
236
|
}
|
|
230
|
-
.pf-m-tree-view-grid.pf-
|
|
231
|
-
--pf-
|
|
237
|
+
.pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="7"] {
|
|
238
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 6 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
232
239
|
}
|
|
233
|
-
.pf-m-tree-view-grid.pf-
|
|
234
|
-
--pf-
|
|
240
|
+
.pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="8"] {
|
|
241
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 7 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
235
242
|
}
|
|
236
|
-
.pf-m-tree-view-grid.pf-
|
|
237
|
-
--pf-
|
|
243
|
+
.pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="9"] {
|
|
244
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 8 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
238
245
|
}
|
|
239
|
-
.pf-m-tree-view-grid.pf-
|
|
240
|
-
--pf-
|
|
246
|
+
.pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="10"] {
|
|
247
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 9 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
241
248
|
}
|
|
242
249
|
|
|
243
|
-
@media screen and (max-width:
|
|
244
|
-
.pf-m-tree-view-grid-md.pf-
|
|
245
|
-
--pf-
|
|
246
|
-
--pf-
|
|
247
|
-
--pf-
|
|
248
|
-
--pf-
|
|
249
|
-
--pf-
|
|
250
|
-
--pf-
|
|
251
|
-
--pf-
|
|
252
|
-
--pf-
|
|
253
|
-
--pf-
|
|
254
|
-
--pf-
|
|
255
|
-
--pf-
|
|
256
|
-
--pf-
|
|
257
|
-
--pf-
|
|
258
|
-
--pf-
|
|
259
|
-
--pf-
|
|
260
|
-
--pf-
|
|
261
|
-
--pf-
|
|
262
|
-
--pf-
|
|
263
|
-
--pf-
|
|
264
|
-
--pf-
|
|
265
|
-
--pf-
|
|
266
|
-
--pf-
|
|
267
|
-
--pf-
|
|
268
|
-
}
|
|
269
|
-
.pf-m-tree-view-grid-md.pf-
|
|
250
|
+
@media screen and (max-width: 48rem) {
|
|
251
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table {
|
|
252
|
+
--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
253
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
|
254
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
255
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: var(--pf-v6-c-table__tree-view-main--indent--base);
|
|
256
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--GridColumnGap: var(--pf-t--global--spacer--sm);
|
|
257
|
+
--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
|
258
|
+
--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
259
|
+
--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingInlineStart: 0;
|
|
260
|
+
--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--action--PaddingBlockStart: var(--pf-t--global--spacer--xl);
|
|
261
|
+
--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBlockEnd: var(--pf-t--global--spacer--xl);
|
|
262
|
+
--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--PaddingBlockStart: var(--pf-t--global--spacer--xl);
|
|
263
|
+
--pf-v6-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns: repeat(auto-fit, minmax(150px, 1fr));
|
|
264
|
+
--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBlockStart: var(--pf-t--global--spacer--xs);
|
|
265
|
+
--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
|
|
266
|
+
--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginInlineEnd: 0;
|
|
267
|
+
--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order: 4;
|
|
268
|
+
--pf-v6-c-table__tree-view-text--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
|
|
269
|
+
--pf-v6-c-table__tbody--cell--PaddingBlockStart: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockStart);
|
|
270
|
+
--pf-v6-c-table__tbody--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockEnd);
|
|
271
|
+
--pf-v6-c-table__tree-view-details-toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
272
|
+
--pf-v6-c-table__tree-view-details-toggle--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
273
|
+
--pf-v6-c-table--m-tree-view-grid__action--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
274
|
+
--pf-v6-c-table--m-tree-view-grid__action--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
275
|
+
}
|
|
276
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr) {
|
|
270
277
|
position: relative;
|
|
271
278
|
border: none;
|
|
272
|
-
outline-offset: var(--pf-
|
|
279
|
+
outline-offset: var(--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset);
|
|
273
280
|
}
|
|
274
|
-
.pf-m-tree-view-grid-md.pf-
|
|
281
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr)::before {
|
|
275
282
|
position: absolute;
|
|
276
283
|
inset-block-start: 0;
|
|
277
284
|
inset-block-end: 0;
|
|
278
|
-
inset-inline-start: var(--pf-
|
|
285
|
+
inset-inline-start: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart);
|
|
279
286
|
inset-inline-end: 0;
|
|
280
287
|
content: "";
|
|
281
|
-
border-block-end: var(--pf-
|
|
288
|
+
border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
|
|
282
289
|
}
|
|
283
|
-
.pf-m-tree-view-grid-md.pf-
|
|
290
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not([hidden]) {
|
|
284
291
|
display: grid;
|
|
285
292
|
grid-template-columns: 1fr max-content;
|
|
286
293
|
}
|
|
287
|
-
.pf-m-tree-view-grid-md.pf-
|
|
288
|
-
--pf-
|
|
294
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-expanded] .pf-v6-c-table__tree-view-title-cell {
|
|
295
|
+
--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--PaddingBlockStart);
|
|
289
296
|
}
|
|
290
|
-
.pf-m-tree-view-grid-md.pf-
|
|
291
|
-
--pf-
|
|
297
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-expanded] .pf-v6-c-table__tree-view-title-cell ~ .pf-v6-c-table__action {
|
|
298
|
+
--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--action--PaddingBlockStart);
|
|
292
299
|
}
|
|
293
|
-
.pf-m-tree-view-grid-md.pf-
|
|
294
|
-
--pf-
|
|
295
|
-
--pf-
|
|
296
|
-
padding-inline-start: var(--pf-
|
|
300
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table td:where(.pf-v6-c-table__td):not(.pf-v6-c-table__tree-view-title-cell) {
|
|
301
|
+
--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBlockStart);
|
|
302
|
+
--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBlockEnd);
|
|
303
|
+
padding-inline-start: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart);
|
|
297
304
|
}
|
|
298
|
-
.pf-m-tree-view-grid-md.pf-
|
|
299
|
-
padding-inline-end: var(--pf-
|
|
305
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table .pf-v6-c-table__tree-view-text {
|
|
306
|
+
padding-inline-end: var(--pf-v6-c-table__tree-view-text--PaddingInlineEnd);
|
|
300
307
|
}
|
|
301
|
-
.pf-m-tree-view-grid-md.pf-
|
|
308
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table thead:where(.pf-v6-c-table__thead) th:where(.pf-v6-c-table__th) {
|
|
302
309
|
display: none;
|
|
303
310
|
}
|
|
304
|
-
.pf-m-tree-view-grid-md.pf-
|
|
311
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table td:where(.pf-v6-c-table__td) {
|
|
305
312
|
display: none;
|
|
306
313
|
}
|
|
307
|
-
.pf-m-tree-view-grid-md.pf-
|
|
308
|
-
grid-template-columns: var(--pf-
|
|
314
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] {
|
|
315
|
+
grid-template-columns: var(--pf-v6-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns);
|
|
309
316
|
grid-column: 1;
|
|
310
|
-
grid-column-gap: var(--pf-
|
|
317
|
+
grid-column-gap: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--GridColumnGap);
|
|
311
318
|
align-items: start;
|
|
312
319
|
}
|
|
313
|
-
.pf-m-tree-view-grid-md.pf-
|
|
320
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] > :where(th, td) {
|
|
314
321
|
grid-column: 2;
|
|
315
322
|
}
|
|
316
|
-
.pf-m-tree-view-grid-md.pf-
|
|
317
|
-
|
|
323
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label]::before {
|
|
324
|
+
position: revert;
|
|
325
|
+
font-weight: var(--pf-t--global--font--weight--body--bold);
|
|
318
326
|
text-align: start;
|
|
319
327
|
content: attr(data-label);
|
|
320
328
|
}
|
|
321
|
-
.pf-m-tree-view-grid-md.pf-
|
|
322
|
-
|
|
329
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table .pf-v6-c-table__tr > :where(th, td).pf-m-border-right::before {
|
|
330
|
+
border-inline-end: 0;
|
|
323
331
|
}
|
|
324
|
-
.pf-m-tree-view-grid-md.pf-
|
|
332
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded {
|
|
333
|
+
padding-block-end: var(--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBlockEnd);
|
|
334
|
+
}
|
|
335
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded td:where(.pf-v6-c-table__td)[data-label] {
|
|
325
336
|
display: grid;
|
|
326
337
|
}
|
|
327
|
-
.pf-m-tree-view-grid-md.pf-
|
|
328
|
-
display:
|
|
338
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table .pf-v6-c-table__thead {
|
|
339
|
+
display: none;
|
|
329
340
|
}
|
|
330
|
-
.pf-m-tree-view-grid-md.pf-
|
|
331
|
-
.pf-m-tree-view-grid-md.pf-
|
|
341
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table .pf-v6-c-table__tree-view-details-toggle,
|
|
342
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table .pf-v6-c-table__action {
|
|
332
343
|
display: inline-block;
|
|
333
344
|
}
|
|
334
|
-
.pf-m-tree-view-grid-md.pf-
|
|
335
|
-
--pf-
|
|
336
|
-
--pf-
|
|
337
|
-
--pf-
|
|
338
|
-
--pf-
|
|
345
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table .pf-v6-c-table__action {
|
|
346
|
+
--pf-v6-c-table--cell--Width: auto;
|
|
347
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingInlineStart);
|
|
348
|
+
--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBlockStart: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBlockStart);
|
|
349
|
+
--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBlockEnd: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBlockEnd);
|
|
339
350
|
grid-row: 1;
|
|
340
351
|
grid-column: 2;
|
|
352
|
+
margin-block-start: var(--pf-v6-c-table--m-tree-view-grid__action--MarginBlockStart);
|
|
353
|
+
margin-block-end: var(--pf-v6-c-table--m-tree-view-grid__action--MarginBlockEnd);
|
|
341
354
|
}
|
|
342
|
-
.pf-m-tree-view-grid-md.pf-
|
|
343
|
-
|
|
344
|
-
margin-block-end: var(--pf-v5-c-table--m-tree-view-grid--c-dropdown--MarginBottom);
|
|
345
|
-
}
|
|
346
|
-
.pf-m-tree-view-grid-md.pf-v5-c-table .pf-v5-c-table__tree-view-main > .pf-v5-c-table__check {
|
|
347
|
-
order: var(--pf-v5-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order);
|
|
355
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table .pf-v6-c-table__tree-view-main > .pf-v6-c-table__check {
|
|
356
|
+
order: var(--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order);
|
|
348
357
|
margin-inline-start: auto;
|
|
349
|
-
margin-inline-end: var(--pf-
|
|
358
|
+
margin-inline-end: var(--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginInlineEnd);
|
|
350
359
|
}
|
|
351
|
-
.pf-m-tree-view-grid-md.pf-
|
|
352
|
-
margin-block-start: var(--pf-
|
|
353
|
-
margin-block-end: var(--pf-
|
|
360
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table .pf-v6-c-table__tree-view-details-toggle {
|
|
361
|
+
margin-block-start: var(--pf-v6-c-table__tree-view-details-toggle--MarginBlockStart);
|
|
362
|
+
margin-block-end: var(--pf-v6-c-table__tree-view-details-toggle--MarginBlockEnd);
|
|
354
363
|
}
|
|
355
|
-
.pf-m-tree-view-grid-md.pf-
|
|
356
|
-
--pf-
|
|
364
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="2"] {
|
|
365
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 1 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
357
366
|
}
|
|
358
|
-
.pf-m-tree-view-grid-md.pf-
|
|
359
|
-
--pf-
|
|
367
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="3"] {
|
|
368
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 2 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
360
369
|
}
|
|
361
|
-
.pf-m-tree-view-grid-md.pf-
|
|
362
|
-
--pf-
|
|
370
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="4"] {
|
|
371
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 3 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
363
372
|
}
|
|
364
|
-
.pf-m-tree-view-grid-md.pf-
|
|
365
|
-
--pf-
|
|
373
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="5"] {
|
|
374
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 4 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
366
375
|
}
|
|
367
|
-
.pf-m-tree-view-grid-md.pf-
|
|
368
|
-
--pf-
|
|
376
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="6"] {
|
|
377
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 5 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
369
378
|
}
|
|
370
|
-
.pf-m-tree-view-grid-md.pf-
|
|
371
|
-
--pf-
|
|
379
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="7"] {
|
|
380
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 6 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
372
381
|
}
|
|
373
|
-
.pf-m-tree-view-grid-md.pf-
|
|
374
|
-
--pf-
|
|
382
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="8"] {
|
|
383
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 7 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
375
384
|
}
|
|
376
|
-
.pf-m-tree-view-grid-md.pf-
|
|
377
|
-
--pf-
|
|
385
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="9"] {
|
|
386
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 8 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
378
387
|
}
|
|
379
|
-
.pf-m-tree-view-grid-md.pf-
|
|
380
|
-
--pf-
|
|
388
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="10"] {
|
|
389
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 9 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
381
390
|
}
|
|
382
391
|
}
|
|
383
392
|
|
|
384
|
-
@media screen and (max-width:
|
|
385
|
-
.pf-m-tree-view-grid-lg.pf-
|
|
386
|
-
--pf-
|
|
387
|
-
--pf-
|
|
388
|
-
--pf-
|
|
389
|
-
--pf-
|
|
390
|
-
--pf-
|
|
391
|
-
--pf-
|
|
392
|
-
--pf-
|
|
393
|
-
--pf-
|
|
394
|
-
--pf-
|
|
395
|
-
--pf-
|
|
396
|
-
--pf-
|
|
397
|
-
--pf-
|
|
398
|
-
--pf-
|
|
399
|
-
--pf-
|
|
400
|
-
--pf-
|
|
401
|
-
--pf-
|
|
402
|
-
--pf-
|
|
403
|
-
--pf-
|
|
404
|
-
--pf-
|
|
405
|
-
--pf-
|
|
406
|
-
--pf-
|
|
407
|
-
--pf-
|
|
408
|
-
--pf-
|
|
409
|
-
}
|
|
410
|
-
.pf-m-tree-view-grid-lg.pf-
|
|
393
|
+
@media screen and (max-width: 62rem) {
|
|
394
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table {
|
|
395
|
+
--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
396
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
|
397
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
398
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: var(--pf-v6-c-table__tree-view-main--indent--base);
|
|
399
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--GridColumnGap: var(--pf-t--global--spacer--sm);
|
|
400
|
+
--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
|
401
|
+
--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
402
|
+
--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingInlineStart: 0;
|
|
403
|
+
--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--action--PaddingBlockStart: var(--pf-t--global--spacer--xl);
|
|
404
|
+
--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBlockEnd: var(--pf-t--global--spacer--xl);
|
|
405
|
+
--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--PaddingBlockStart: var(--pf-t--global--spacer--xl);
|
|
406
|
+
--pf-v6-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns: repeat(auto-fit, minmax(150px, 1fr));
|
|
407
|
+
--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBlockStart: var(--pf-t--global--spacer--xs);
|
|
408
|
+
--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
|
|
409
|
+
--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginInlineEnd: 0;
|
|
410
|
+
--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order: 4;
|
|
411
|
+
--pf-v6-c-table__tree-view-text--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
|
|
412
|
+
--pf-v6-c-table__tbody--cell--PaddingBlockStart: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockStart);
|
|
413
|
+
--pf-v6-c-table__tbody--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockEnd);
|
|
414
|
+
--pf-v6-c-table__tree-view-details-toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
415
|
+
--pf-v6-c-table__tree-view-details-toggle--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
416
|
+
--pf-v6-c-table--m-tree-view-grid__action--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
417
|
+
--pf-v6-c-table--m-tree-view-grid__action--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
418
|
+
}
|
|
419
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr) {
|
|
411
420
|
position: relative;
|
|
412
421
|
border: none;
|
|
413
|
-
outline-offset: var(--pf-
|
|
422
|
+
outline-offset: var(--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset);
|
|
414
423
|
}
|
|
415
|
-
.pf-m-tree-view-grid-lg.pf-
|
|
424
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr)::before {
|
|
416
425
|
position: absolute;
|
|
417
426
|
inset-block-start: 0;
|
|
418
427
|
inset-block-end: 0;
|
|
419
|
-
inset-inline-start: var(--pf-
|
|
428
|
+
inset-inline-start: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart);
|
|
420
429
|
inset-inline-end: 0;
|
|
421
430
|
content: "";
|
|
422
|
-
border-block-end: var(--pf-
|
|
431
|
+
border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
|
|
423
432
|
}
|
|
424
|
-
.pf-m-tree-view-grid-lg.pf-
|
|
433
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not([hidden]) {
|
|
425
434
|
display: grid;
|
|
426
435
|
grid-template-columns: 1fr max-content;
|
|
427
436
|
}
|
|
428
|
-
.pf-m-tree-view-grid-lg.pf-
|
|
429
|
-
--pf-
|
|
437
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-expanded] .pf-v6-c-table__tree-view-title-cell {
|
|
438
|
+
--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--PaddingBlockStart);
|
|
430
439
|
}
|
|
431
|
-
.pf-m-tree-view-grid-lg.pf-
|
|
432
|
-
--pf-
|
|
440
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-expanded] .pf-v6-c-table__tree-view-title-cell ~ .pf-v6-c-table__action {
|
|
441
|
+
--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--action--PaddingBlockStart);
|
|
433
442
|
}
|
|
434
|
-
.pf-m-tree-view-grid-lg.pf-
|
|
435
|
-
--pf-
|
|
436
|
-
--pf-
|
|
437
|
-
padding-inline-start: var(--pf-
|
|
443
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table td:where(.pf-v6-c-table__td):not(.pf-v6-c-table__tree-view-title-cell) {
|
|
444
|
+
--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBlockStart);
|
|
445
|
+
--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBlockEnd);
|
|
446
|
+
padding-inline-start: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart);
|
|
438
447
|
}
|
|
439
|
-
.pf-m-tree-view-grid-lg.pf-
|
|
440
|
-
padding-inline-end: var(--pf-
|
|
448
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table .pf-v6-c-table__tree-view-text {
|
|
449
|
+
padding-inline-end: var(--pf-v6-c-table__tree-view-text--PaddingInlineEnd);
|
|
441
450
|
}
|
|
442
|
-
.pf-m-tree-view-grid-lg.pf-
|
|
451
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table thead:where(.pf-v6-c-table__thead) th:where(.pf-v6-c-table__th) {
|
|
443
452
|
display: none;
|
|
444
453
|
}
|
|
445
|
-
.pf-m-tree-view-grid-lg.pf-
|
|
454
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table td:where(.pf-v6-c-table__td) {
|
|
446
455
|
display: none;
|
|
447
456
|
}
|
|
448
|
-
.pf-m-tree-view-grid-lg.pf-
|
|
449
|
-
grid-template-columns: var(--pf-
|
|
457
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] {
|
|
458
|
+
grid-template-columns: var(--pf-v6-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns);
|
|
450
459
|
grid-column: 1;
|
|
451
|
-
grid-column-gap: var(--pf-
|
|
460
|
+
grid-column-gap: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--GridColumnGap);
|
|
452
461
|
align-items: start;
|
|
453
462
|
}
|
|
454
|
-
.pf-m-tree-view-grid-lg.pf-
|
|
463
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] > :where(th, td) {
|
|
455
464
|
grid-column: 2;
|
|
456
465
|
}
|
|
457
|
-
.pf-m-tree-view-grid-lg.pf-
|
|
458
|
-
|
|
466
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label]::before {
|
|
467
|
+
position: revert;
|
|
468
|
+
font-weight: var(--pf-t--global--font--weight--body--bold);
|
|
459
469
|
text-align: start;
|
|
460
470
|
content: attr(data-label);
|
|
461
471
|
}
|
|
462
|
-
.pf-m-tree-view-grid-lg.pf-
|
|
463
|
-
|
|
472
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table .pf-v6-c-table__tr > :where(th, td).pf-m-border-right::before {
|
|
473
|
+
border-inline-end: 0;
|
|
474
|
+
}
|
|
475
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded {
|
|
476
|
+
padding-block-end: var(--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBlockEnd);
|
|
464
477
|
}
|
|
465
|
-
.pf-m-tree-view-grid-lg.pf-
|
|
478
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded td:where(.pf-v6-c-table__td)[data-label] {
|
|
466
479
|
display: grid;
|
|
467
480
|
}
|
|
468
|
-
.pf-m-tree-view-grid-lg.pf-
|
|
469
|
-
display:
|
|
481
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table .pf-v6-c-table__thead {
|
|
482
|
+
display: none;
|
|
470
483
|
}
|
|
471
|
-
.pf-m-tree-view-grid-lg.pf-
|
|
472
|
-
.pf-m-tree-view-grid-lg.pf-
|
|
484
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table .pf-v6-c-table__tree-view-details-toggle,
|
|
485
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table .pf-v6-c-table__action {
|
|
473
486
|
display: inline-block;
|
|
474
487
|
}
|
|
475
|
-
.pf-m-tree-view-grid-lg.pf-
|
|
476
|
-
--pf-
|
|
477
|
-
--pf-
|
|
478
|
-
--pf-
|
|
479
|
-
--pf-
|
|
488
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table .pf-v6-c-table__action {
|
|
489
|
+
--pf-v6-c-table--cell--Width: auto;
|
|
490
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingInlineStart);
|
|
491
|
+
--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBlockStart: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBlockStart);
|
|
492
|
+
--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBlockEnd: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBlockEnd);
|
|
480
493
|
grid-row: 1;
|
|
481
494
|
grid-column: 2;
|
|
495
|
+
margin-block-start: var(--pf-v6-c-table--m-tree-view-grid__action--MarginBlockStart);
|
|
496
|
+
margin-block-end: var(--pf-v6-c-table--m-tree-view-grid__action--MarginBlockEnd);
|
|
482
497
|
}
|
|
483
|
-
.pf-m-tree-view-grid-lg.pf-
|
|
484
|
-
|
|
485
|
-
margin-block-end: var(--pf-v5-c-table--m-tree-view-grid--c-dropdown--MarginBottom);
|
|
486
|
-
}
|
|
487
|
-
.pf-m-tree-view-grid-lg.pf-v5-c-table .pf-v5-c-table__tree-view-main > .pf-v5-c-table__check {
|
|
488
|
-
order: var(--pf-v5-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order);
|
|
498
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table .pf-v6-c-table__tree-view-main > .pf-v6-c-table__check {
|
|
499
|
+
order: var(--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order);
|
|
489
500
|
margin-inline-start: auto;
|
|
490
|
-
margin-inline-end: var(--pf-
|
|
501
|
+
margin-inline-end: var(--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginInlineEnd);
|
|
491
502
|
}
|
|
492
|
-
.pf-m-tree-view-grid-lg.pf-
|
|
493
|
-
margin-block-start: var(--pf-
|
|
494
|
-
margin-block-end: var(--pf-
|
|
503
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table .pf-v6-c-table__tree-view-details-toggle {
|
|
504
|
+
margin-block-start: var(--pf-v6-c-table__tree-view-details-toggle--MarginBlockStart);
|
|
505
|
+
margin-block-end: var(--pf-v6-c-table__tree-view-details-toggle--MarginBlockEnd);
|
|
495
506
|
}
|
|
496
|
-
.pf-m-tree-view-grid-lg.pf-
|
|
497
|
-
--pf-
|
|
507
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="2"] {
|
|
508
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 1 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
498
509
|
}
|
|
499
|
-
.pf-m-tree-view-grid-lg.pf-
|
|
500
|
-
--pf-
|
|
510
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="3"] {
|
|
511
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 2 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
501
512
|
}
|
|
502
|
-
.pf-m-tree-view-grid-lg.pf-
|
|
503
|
-
--pf-
|
|
513
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="4"] {
|
|
514
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 3 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
504
515
|
}
|
|
505
|
-
.pf-m-tree-view-grid-lg.pf-
|
|
506
|
-
--pf-
|
|
516
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="5"] {
|
|
517
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 4 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
507
518
|
}
|
|
508
|
-
.pf-m-tree-view-grid-lg.pf-
|
|
509
|
-
--pf-
|
|
519
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="6"] {
|
|
520
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 5 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
510
521
|
}
|
|
511
|
-
.pf-m-tree-view-grid-lg.pf-
|
|
512
|
-
--pf-
|
|
522
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="7"] {
|
|
523
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 6 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
513
524
|
}
|
|
514
|
-
.pf-m-tree-view-grid-lg.pf-
|
|
515
|
-
--pf-
|
|
525
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="8"] {
|
|
526
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 7 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
516
527
|
}
|
|
517
|
-
.pf-m-tree-view-grid-lg.pf-
|
|
518
|
-
--pf-
|
|
528
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="9"] {
|
|
529
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 8 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
519
530
|
}
|
|
520
|
-
.pf-m-tree-view-grid-lg.pf-
|
|
521
|
-
--pf-
|
|
531
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="10"] {
|
|
532
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 9 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
522
533
|
}
|
|
523
534
|
}
|
|
524
535
|
|
|
525
|
-
@media screen and (max-width:
|
|
526
|
-
.pf-m-tree-view-grid-xl.pf-
|
|
527
|
-
--pf-
|
|
528
|
-
--pf-
|
|
529
|
-
--pf-
|
|
530
|
-
--pf-
|
|
531
|
-
--pf-
|
|
532
|
-
--pf-
|
|
533
|
-
--pf-
|
|
534
|
-
--pf-
|
|
535
|
-
--pf-
|
|
536
|
-
--pf-
|
|
537
|
-
--pf-
|
|
538
|
-
--pf-
|
|
539
|
-
--pf-
|
|
540
|
-
--pf-
|
|
541
|
-
--pf-
|
|
542
|
-
--pf-
|
|
543
|
-
--pf-
|
|
544
|
-
--pf-
|
|
545
|
-
--pf-
|
|
546
|
-
--pf-
|
|
547
|
-
--pf-
|
|
548
|
-
--pf-
|
|
549
|
-
--pf-
|
|
550
|
-
}
|
|
551
|
-
.pf-m-tree-view-grid-xl.pf-
|
|
536
|
+
@media screen and (max-width: 75rem) {
|
|
537
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table {
|
|
538
|
+
--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
539
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
|
540
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
541
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: var(--pf-v6-c-table__tree-view-main--indent--base);
|
|
542
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--GridColumnGap: var(--pf-t--global--spacer--sm);
|
|
543
|
+
--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
|
544
|
+
--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
545
|
+
--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingInlineStart: 0;
|
|
546
|
+
--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--action--PaddingBlockStart: var(--pf-t--global--spacer--xl);
|
|
547
|
+
--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBlockEnd: var(--pf-t--global--spacer--xl);
|
|
548
|
+
--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--PaddingBlockStart: var(--pf-t--global--spacer--xl);
|
|
549
|
+
--pf-v6-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns: repeat(auto-fit, minmax(150px, 1fr));
|
|
550
|
+
--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBlockStart: var(--pf-t--global--spacer--xs);
|
|
551
|
+
--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
|
|
552
|
+
--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginInlineEnd: 0;
|
|
553
|
+
--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order: 4;
|
|
554
|
+
--pf-v6-c-table__tree-view-text--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
|
|
555
|
+
--pf-v6-c-table__tbody--cell--PaddingBlockStart: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockStart);
|
|
556
|
+
--pf-v6-c-table__tbody--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockEnd);
|
|
557
|
+
--pf-v6-c-table__tree-view-details-toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
558
|
+
--pf-v6-c-table__tree-view-details-toggle--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
559
|
+
--pf-v6-c-table--m-tree-view-grid__action--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
560
|
+
--pf-v6-c-table--m-tree-view-grid__action--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
561
|
+
}
|
|
562
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr) {
|
|
552
563
|
position: relative;
|
|
553
564
|
border: none;
|
|
554
|
-
outline-offset: var(--pf-
|
|
565
|
+
outline-offset: var(--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset);
|
|
555
566
|
}
|
|
556
|
-
.pf-m-tree-view-grid-xl.pf-
|
|
567
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr)::before {
|
|
557
568
|
position: absolute;
|
|
558
569
|
inset-block-start: 0;
|
|
559
570
|
inset-block-end: 0;
|
|
560
|
-
inset-inline-start: var(--pf-
|
|
571
|
+
inset-inline-start: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart);
|
|
561
572
|
inset-inline-end: 0;
|
|
562
573
|
content: "";
|
|
563
|
-
border-block-end: var(--pf-
|
|
574
|
+
border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
|
|
564
575
|
}
|
|
565
|
-
.pf-m-tree-view-grid-xl.pf-
|
|
576
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not([hidden]) {
|
|
566
577
|
display: grid;
|
|
567
578
|
grid-template-columns: 1fr max-content;
|
|
568
579
|
}
|
|
569
|
-
.pf-m-tree-view-grid-xl.pf-
|
|
570
|
-
--pf-
|
|
580
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-expanded] .pf-v6-c-table__tree-view-title-cell {
|
|
581
|
+
--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--PaddingBlockStart);
|
|
571
582
|
}
|
|
572
|
-
.pf-m-tree-view-grid-xl.pf-
|
|
573
|
-
--pf-
|
|
583
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-expanded] .pf-v6-c-table__tree-view-title-cell ~ .pf-v6-c-table__action {
|
|
584
|
+
--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--action--PaddingBlockStart);
|
|
574
585
|
}
|
|
575
|
-
.pf-m-tree-view-grid-xl.pf-
|
|
576
|
-
--pf-
|
|
577
|
-
--pf-
|
|
578
|
-
padding-inline-start: var(--pf-
|
|
586
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table td:where(.pf-v6-c-table__td):not(.pf-v6-c-table__tree-view-title-cell) {
|
|
587
|
+
--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBlockStart);
|
|
588
|
+
--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBlockEnd);
|
|
589
|
+
padding-inline-start: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart);
|
|
579
590
|
}
|
|
580
|
-
.pf-m-tree-view-grid-xl.pf-
|
|
581
|
-
padding-inline-end: var(--pf-
|
|
591
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table .pf-v6-c-table__tree-view-text {
|
|
592
|
+
padding-inline-end: var(--pf-v6-c-table__tree-view-text--PaddingInlineEnd);
|
|
582
593
|
}
|
|
583
|
-
.pf-m-tree-view-grid-xl.pf-
|
|
594
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table thead:where(.pf-v6-c-table__thead) th:where(.pf-v6-c-table__th) {
|
|
584
595
|
display: none;
|
|
585
596
|
}
|
|
586
|
-
.pf-m-tree-view-grid-xl.pf-
|
|
597
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table td:where(.pf-v6-c-table__td) {
|
|
587
598
|
display: none;
|
|
588
599
|
}
|
|
589
|
-
.pf-m-tree-view-grid-xl.pf-
|
|
590
|
-
grid-template-columns: var(--pf-
|
|
600
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] {
|
|
601
|
+
grid-template-columns: var(--pf-v6-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns);
|
|
591
602
|
grid-column: 1;
|
|
592
|
-
grid-column-gap: var(--pf-
|
|
603
|
+
grid-column-gap: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--GridColumnGap);
|
|
593
604
|
align-items: start;
|
|
594
605
|
}
|
|
595
|
-
.pf-m-tree-view-grid-xl.pf-
|
|
606
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] > :where(th, td) {
|
|
596
607
|
grid-column: 2;
|
|
597
608
|
}
|
|
598
|
-
.pf-m-tree-view-grid-xl.pf-
|
|
599
|
-
|
|
609
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label]::before {
|
|
610
|
+
position: revert;
|
|
611
|
+
font-weight: var(--pf-t--global--font--weight--body--bold);
|
|
600
612
|
text-align: start;
|
|
601
613
|
content: attr(data-label);
|
|
602
614
|
}
|
|
603
|
-
.pf-m-tree-view-grid-xl.pf-
|
|
604
|
-
|
|
615
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table .pf-v6-c-table__tr > :where(th, td).pf-m-border-right::before {
|
|
616
|
+
border-inline-end: 0;
|
|
605
617
|
}
|
|
606
|
-
.pf-m-tree-view-grid-xl.pf-
|
|
618
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded {
|
|
619
|
+
padding-block-end: var(--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBlockEnd);
|
|
620
|
+
}
|
|
621
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded td:where(.pf-v6-c-table__td)[data-label] {
|
|
607
622
|
display: grid;
|
|
608
623
|
}
|
|
609
|
-
.pf-m-tree-view-grid-xl.pf-
|
|
610
|
-
display:
|
|
624
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table .pf-v6-c-table__thead {
|
|
625
|
+
display: none;
|
|
611
626
|
}
|
|
612
|
-
.pf-m-tree-view-grid-xl.pf-
|
|
613
|
-
.pf-m-tree-view-grid-xl.pf-
|
|
627
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table .pf-v6-c-table__tree-view-details-toggle,
|
|
628
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table .pf-v6-c-table__action {
|
|
614
629
|
display: inline-block;
|
|
615
630
|
}
|
|
616
|
-
.pf-m-tree-view-grid-xl.pf-
|
|
617
|
-
--pf-
|
|
618
|
-
--pf-
|
|
619
|
-
--pf-
|
|
620
|
-
--pf-
|
|
631
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table .pf-v6-c-table__action {
|
|
632
|
+
--pf-v6-c-table--cell--Width: auto;
|
|
633
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingInlineStart);
|
|
634
|
+
--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBlockStart: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBlockStart);
|
|
635
|
+
--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBlockEnd: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBlockEnd);
|
|
621
636
|
grid-row: 1;
|
|
622
637
|
grid-column: 2;
|
|
638
|
+
margin-block-start: var(--pf-v6-c-table--m-tree-view-grid__action--MarginBlockStart);
|
|
639
|
+
margin-block-end: var(--pf-v6-c-table--m-tree-view-grid__action--MarginBlockEnd);
|
|
623
640
|
}
|
|
624
|
-
.pf-m-tree-view-grid-xl.pf-
|
|
625
|
-
|
|
626
|
-
margin-block-end: var(--pf-v5-c-table--m-tree-view-grid--c-dropdown--MarginBottom);
|
|
627
|
-
}
|
|
628
|
-
.pf-m-tree-view-grid-xl.pf-v5-c-table .pf-v5-c-table__tree-view-main > .pf-v5-c-table__check {
|
|
629
|
-
order: var(--pf-v5-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order);
|
|
641
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table .pf-v6-c-table__tree-view-main > .pf-v6-c-table__check {
|
|
642
|
+
order: var(--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order);
|
|
630
643
|
margin-inline-start: auto;
|
|
631
|
-
margin-inline-end: var(--pf-
|
|
644
|
+
margin-inline-end: var(--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginInlineEnd);
|
|
632
645
|
}
|
|
633
|
-
.pf-m-tree-view-grid-xl.pf-
|
|
634
|
-
margin-block-start: var(--pf-
|
|
635
|
-
margin-block-end: var(--pf-
|
|
646
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table .pf-v6-c-table__tree-view-details-toggle {
|
|
647
|
+
margin-block-start: var(--pf-v6-c-table__tree-view-details-toggle--MarginBlockStart);
|
|
648
|
+
margin-block-end: var(--pf-v6-c-table__tree-view-details-toggle--MarginBlockEnd);
|
|
636
649
|
}
|
|
637
|
-
.pf-m-tree-view-grid-xl.pf-
|
|
638
|
-
--pf-
|
|
650
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="2"] {
|
|
651
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 1 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
639
652
|
}
|
|
640
|
-
.pf-m-tree-view-grid-xl.pf-
|
|
641
|
-
--pf-
|
|
653
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="3"] {
|
|
654
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 2 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
642
655
|
}
|
|
643
|
-
.pf-m-tree-view-grid-xl.pf-
|
|
644
|
-
--pf-
|
|
656
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="4"] {
|
|
657
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 3 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
645
658
|
}
|
|
646
|
-
.pf-m-tree-view-grid-xl.pf-
|
|
647
|
-
--pf-
|
|
659
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="5"] {
|
|
660
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 4 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
648
661
|
}
|
|
649
|
-
.pf-m-tree-view-grid-xl.pf-
|
|
650
|
-
--pf-
|
|
662
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="6"] {
|
|
663
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 5 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
651
664
|
}
|
|
652
|
-
.pf-m-tree-view-grid-xl.pf-
|
|
653
|
-
--pf-
|
|
665
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="7"] {
|
|
666
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 6 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
654
667
|
}
|
|
655
|
-
.pf-m-tree-view-grid-xl.pf-
|
|
656
|
-
--pf-
|
|
668
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="8"] {
|
|
669
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 7 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
657
670
|
}
|
|
658
|
-
.pf-m-tree-view-grid-xl.pf-
|
|
659
|
-
--pf-
|
|
671
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="9"] {
|
|
672
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 8 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
660
673
|
}
|
|
661
|
-
.pf-m-tree-view-grid-xl.pf-
|
|
662
|
-
--pf-
|
|
674
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="10"] {
|
|
675
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 9 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
663
676
|
}
|
|
664
677
|
}
|
|
665
678
|
|
|
666
|
-
@media screen and (max-width:
|
|
667
|
-
.pf-m-tree-view-grid-2xl.pf-
|
|
668
|
-
--pf-
|
|
669
|
-
--pf-
|
|
670
|
-
--pf-
|
|
671
|
-
--pf-
|
|
672
|
-
--pf-
|
|
673
|
-
--pf-
|
|
674
|
-
--pf-
|
|
675
|
-
--pf-
|
|
676
|
-
--pf-
|
|
677
|
-
--pf-
|
|
678
|
-
--pf-
|
|
679
|
-
--pf-
|
|
680
|
-
--pf-
|
|
681
|
-
--pf-
|
|
682
|
-
--pf-
|
|
683
|
-
--pf-
|
|
684
|
-
--pf-
|
|
685
|
-
--pf-
|
|
686
|
-
--pf-
|
|
687
|
-
--pf-
|
|
688
|
-
--pf-
|
|
689
|
-
--pf-
|
|
690
|
-
--pf-
|
|
691
|
-
}
|
|
692
|
-
.pf-m-tree-view-grid-2xl.pf-
|
|
679
|
+
@media screen and (max-width: 90.625rem) {
|
|
680
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table {
|
|
681
|
+
--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
682
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
|
683
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
684
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: var(--pf-v6-c-table__tree-view-main--indent--base);
|
|
685
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--GridColumnGap: var(--pf-t--global--spacer--sm);
|
|
686
|
+
--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
|
687
|
+
--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
688
|
+
--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingInlineStart: 0;
|
|
689
|
+
--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--action--PaddingBlockStart: var(--pf-t--global--spacer--xl);
|
|
690
|
+
--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBlockEnd: var(--pf-t--global--spacer--xl);
|
|
691
|
+
--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--PaddingBlockStart: var(--pf-t--global--spacer--xl);
|
|
692
|
+
--pf-v6-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns: repeat(auto-fit, minmax(150px, 1fr));
|
|
693
|
+
--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBlockStart: var(--pf-t--global--spacer--xs);
|
|
694
|
+
--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
|
|
695
|
+
--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginInlineEnd: 0;
|
|
696
|
+
--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order: 4;
|
|
697
|
+
--pf-v6-c-table__tree-view-text--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
|
|
698
|
+
--pf-v6-c-table__tbody--cell--PaddingBlockStart: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockStart);
|
|
699
|
+
--pf-v6-c-table__tbody--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockEnd);
|
|
700
|
+
--pf-v6-c-table__tree-view-details-toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
701
|
+
--pf-v6-c-table__tree-view-details-toggle--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
702
|
+
--pf-v6-c-table--m-tree-view-grid__action--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
703
|
+
--pf-v6-c-table--m-tree-view-grid__action--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
704
|
+
}
|
|
705
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr) {
|
|
693
706
|
position: relative;
|
|
694
707
|
border: none;
|
|
695
|
-
outline-offset: var(--pf-
|
|
708
|
+
outline-offset: var(--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset);
|
|
696
709
|
}
|
|
697
|
-
.pf-m-tree-view-grid-2xl.pf-
|
|
710
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr)::before {
|
|
698
711
|
position: absolute;
|
|
699
712
|
inset-block-start: 0;
|
|
700
713
|
inset-block-end: 0;
|
|
701
|
-
inset-inline-start: var(--pf-
|
|
714
|
+
inset-inline-start: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart);
|
|
702
715
|
inset-inline-end: 0;
|
|
703
716
|
content: "";
|
|
704
|
-
border-block-end: var(--pf-
|
|
717
|
+
border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
|
|
705
718
|
}
|
|
706
|
-
.pf-m-tree-view-grid-2xl.pf-
|
|
719
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not([hidden]) {
|
|
707
720
|
display: grid;
|
|
708
721
|
grid-template-columns: 1fr max-content;
|
|
709
722
|
}
|
|
710
|
-
.pf-m-tree-view-grid-2xl.pf-
|
|
711
|
-
--pf-
|
|
723
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-expanded] .pf-v6-c-table__tree-view-title-cell {
|
|
724
|
+
--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--PaddingBlockStart);
|
|
712
725
|
}
|
|
713
|
-
.pf-m-tree-view-grid-2xl.pf-
|
|
714
|
-
--pf-
|
|
726
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-expanded] .pf-v6-c-table__tree-view-title-cell ~ .pf-v6-c-table__action {
|
|
727
|
+
--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--action--PaddingBlockStart);
|
|
715
728
|
}
|
|
716
|
-
.pf-m-tree-view-grid-2xl.pf-
|
|
717
|
-
--pf-
|
|
718
|
-
--pf-
|
|
719
|
-
padding-inline-start: var(--pf-
|
|
729
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table td:where(.pf-v6-c-table__td):not(.pf-v6-c-table__tree-view-title-cell) {
|
|
730
|
+
--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBlockStart);
|
|
731
|
+
--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBlockEnd);
|
|
732
|
+
padding-inline-start: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart);
|
|
720
733
|
}
|
|
721
|
-
.pf-m-tree-view-grid-2xl.pf-
|
|
722
|
-
padding-inline-end: var(--pf-
|
|
734
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table .pf-v6-c-table__tree-view-text {
|
|
735
|
+
padding-inline-end: var(--pf-v6-c-table__tree-view-text--PaddingInlineEnd);
|
|
723
736
|
}
|
|
724
|
-
.pf-m-tree-view-grid-2xl.pf-
|
|
737
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table thead:where(.pf-v6-c-table__thead) th:where(.pf-v6-c-table__th) {
|
|
725
738
|
display: none;
|
|
726
739
|
}
|
|
727
|
-
.pf-m-tree-view-grid-2xl.pf-
|
|
740
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table td:where(.pf-v6-c-table__td) {
|
|
728
741
|
display: none;
|
|
729
742
|
}
|
|
730
|
-
.pf-m-tree-view-grid-2xl.pf-
|
|
731
|
-
grid-template-columns: var(--pf-
|
|
743
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] {
|
|
744
|
+
grid-template-columns: var(--pf-v6-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns);
|
|
732
745
|
grid-column: 1;
|
|
733
|
-
grid-column-gap: var(--pf-
|
|
746
|
+
grid-column-gap: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--GridColumnGap);
|
|
734
747
|
align-items: start;
|
|
735
748
|
}
|
|
736
|
-
.pf-m-tree-view-grid-2xl.pf-
|
|
749
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] > :where(th, td) {
|
|
737
750
|
grid-column: 2;
|
|
738
751
|
}
|
|
739
|
-
.pf-m-tree-view-grid-2xl.pf-
|
|
740
|
-
|
|
752
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label]::before {
|
|
753
|
+
position: revert;
|
|
754
|
+
font-weight: var(--pf-t--global--font--weight--body--bold);
|
|
741
755
|
text-align: start;
|
|
742
756
|
content: attr(data-label);
|
|
743
757
|
}
|
|
744
|
-
.pf-m-tree-view-grid-2xl.pf-
|
|
745
|
-
|
|
758
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table .pf-v6-c-table__tr > :where(th, td).pf-m-border-right::before {
|
|
759
|
+
border-inline-end: 0;
|
|
760
|
+
}
|
|
761
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded {
|
|
762
|
+
padding-block-end: var(--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBlockEnd);
|
|
746
763
|
}
|
|
747
|
-
.pf-m-tree-view-grid-2xl.pf-
|
|
764
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded td:where(.pf-v6-c-table__td)[data-label] {
|
|
748
765
|
display: grid;
|
|
749
766
|
}
|
|
750
|
-
.pf-m-tree-view-grid-2xl.pf-
|
|
751
|
-
display:
|
|
767
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table .pf-v6-c-table__thead {
|
|
768
|
+
display: none;
|
|
752
769
|
}
|
|
753
|
-
.pf-m-tree-view-grid-2xl.pf-
|
|
754
|
-
.pf-m-tree-view-grid-2xl.pf-
|
|
770
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table .pf-v6-c-table__tree-view-details-toggle,
|
|
771
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table .pf-v6-c-table__action {
|
|
755
772
|
display: inline-block;
|
|
756
773
|
}
|
|
757
|
-
.pf-m-tree-view-grid-2xl.pf-
|
|
758
|
-
--pf-
|
|
759
|
-
--pf-
|
|
760
|
-
--pf-
|
|
761
|
-
--pf-
|
|
774
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table .pf-v6-c-table__action {
|
|
775
|
+
--pf-v6-c-table--cell--Width: auto;
|
|
776
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingInlineStart);
|
|
777
|
+
--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBlockStart: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBlockStart);
|
|
778
|
+
--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBlockEnd: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBlockEnd);
|
|
762
779
|
grid-row: 1;
|
|
763
780
|
grid-column: 2;
|
|
781
|
+
margin-block-start: var(--pf-v6-c-table--m-tree-view-grid__action--MarginBlockStart);
|
|
782
|
+
margin-block-end: var(--pf-v6-c-table--m-tree-view-grid__action--MarginBlockEnd);
|
|
764
783
|
}
|
|
765
|
-
.pf-m-tree-view-grid-2xl.pf-
|
|
766
|
-
|
|
767
|
-
margin-block-end: var(--pf-v5-c-table--m-tree-view-grid--c-dropdown--MarginBottom);
|
|
768
|
-
}
|
|
769
|
-
.pf-m-tree-view-grid-2xl.pf-v5-c-table .pf-v5-c-table__tree-view-main > .pf-v5-c-table__check {
|
|
770
|
-
order: var(--pf-v5-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order);
|
|
784
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table .pf-v6-c-table__tree-view-main > .pf-v6-c-table__check {
|
|
785
|
+
order: var(--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order);
|
|
771
786
|
margin-inline-start: auto;
|
|
772
|
-
margin-inline-end: var(--pf-
|
|
787
|
+
margin-inline-end: var(--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginInlineEnd);
|
|
773
788
|
}
|
|
774
|
-
.pf-m-tree-view-grid-2xl.pf-
|
|
775
|
-
margin-block-start: var(--pf-
|
|
776
|
-
margin-block-end: var(--pf-
|
|
789
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table .pf-v6-c-table__tree-view-details-toggle {
|
|
790
|
+
margin-block-start: var(--pf-v6-c-table__tree-view-details-toggle--MarginBlockStart);
|
|
791
|
+
margin-block-end: var(--pf-v6-c-table__tree-view-details-toggle--MarginBlockEnd);
|
|
777
792
|
}
|
|
778
|
-
.pf-m-tree-view-grid-2xl.pf-
|
|
779
|
-
--pf-
|
|
793
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="2"] {
|
|
794
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 1 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
780
795
|
}
|
|
781
|
-
.pf-m-tree-view-grid-2xl.pf-
|
|
782
|
-
--pf-
|
|
796
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="3"] {
|
|
797
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 2 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
783
798
|
}
|
|
784
|
-
.pf-m-tree-view-grid-2xl.pf-
|
|
785
|
-
--pf-
|
|
799
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="4"] {
|
|
800
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 3 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
786
801
|
}
|
|
787
|
-
.pf-m-tree-view-grid-2xl.pf-
|
|
788
|
-
--pf-
|
|
802
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="5"] {
|
|
803
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 4 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
789
804
|
}
|
|
790
|
-
.pf-m-tree-view-grid-2xl.pf-
|
|
791
|
-
--pf-
|
|
805
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="6"] {
|
|
806
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 5 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
792
807
|
}
|
|
793
|
-
.pf-m-tree-view-grid-2xl.pf-
|
|
794
|
-
--pf-
|
|
808
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="7"] {
|
|
809
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 6 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
795
810
|
}
|
|
796
|
-
.pf-m-tree-view-grid-2xl.pf-
|
|
797
|
-
--pf-
|
|
811
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="8"] {
|
|
812
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 7 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
798
813
|
}
|
|
799
|
-
.pf-m-tree-view-grid-2xl.pf-
|
|
800
|
-
--pf-
|
|
814
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="9"] {
|
|
815
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 8 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
801
816
|
}
|
|
802
|
-
.pf-m-tree-view-grid-2xl.pf-
|
|
803
|
-
--pf-
|
|
817
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="10"] {
|
|
818
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 9 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
804
819
|
}
|
|
805
820
|
}
|