@patternfly/patternfly 6.0.0-alpha.99 → 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/README.md +1 -2
- package/assets/fontawesome/_animated.scss +1 -0
- package/assets/fontawesome/_bordered-pulled.scss +1 -0
- package/assets/fontawesome/_core.scss +2 -0
- package/assets/fontawesome/_fixed-width.scss +2 -0
- package/assets/fontawesome/_icons.scss +1 -0
- package/assets/fontawesome/_index.scss +12 -0
- package/assets/fontawesome/_larger.scss +4 -2
- package/assets/fontawesome/_list.scss +4 -2
- package/assets/fontawesome/_rotated-flipped.scss +2 -0
- package/assets/fontawesome/_screen-reader.scss +1 -0
- package/assets/fontawesome/_stacked.scss +3 -1
- package/assets/fontawesome/_variables.scss +3 -2
- package/assets/fontawesome/fontawesome.scss +12 -12
- package/assets/icons/iconUnicodes.json +6 -0
- package/assets/images/img_avatar-dark.svg +22 -16
- package/assets/images/img_avatar-light.svg +25 -18
- package/assets/images/pf-background.svg +21 -21
- package/assets/images/pf_logo.svg +11 -11
- package/assets/images/pf_logo_white.svg +16 -17
- package/assets/pficon/pf-v6-pficon.woff2 +0 -0
- package/assets/pficon/pficon.scss +310 -271
- package/base/_index.scss +10 -0
- package/base/{_globals.scss → normalize.scss} +15 -48
- package/base/patternfly-common.css +14 -0
- package/base/patternfly-common.scss +68 -2
- package/base/patternfly-fa-icons.css +1 -1
- package/base/patternfly-fa-icons.scss +35 -2
- package/base/patternfly-fonts.css +10 -80
- package/base/patternfly-fonts.scss +49 -2
- package/base/patternfly-pf-icons.css +158 -134
- package/base/patternfly-pf-icons.scss +1 -2
- package/base/patternfly-svg-icons.css +5 -0
- package/base/{_svg-icons.scss → patternfly-svg-icons.scss} +2 -0
- package/base/patternfly-variables.css +1082 -1206
- package/base/patternfly-variables.scss +20 -2
- package/base/reset.scss +33 -0
- package/base/tokens/_index.scss +6 -0
- package/base/tokens/tokens-charts-dark.scss +173 -0
- package/base/tokens/{_tokens-charts.scss → tokens-charts.scss} +162 -148
- package/base/tokens/{_tokens-dark.scss → tokens-dark.scss} +307 -294
- package/base/tokens/{_tokens-default.scss → tokens-default.scss} +574 -447
- package/base/tokens/{_tokens-font.scss → tokens-local.scss} +13 -34
- package/base/tokens/{_tokens-palette.scss → tokens-palette.scss} +69 -70
- package/components/AboutModalBox/about-modal-box.css +86 -81
- package/components/AboutModalBox/about-modal-box.scss +80 -82
- package/components/Accordion/accordion.css +44 -43
- package/components/Accordion/accordion.scss +52 -52
- package/components/ActionList/action-list.css +6 -5
- package/components/ActionList/action-list.scss +7 -5
- package/components/Alert/alert-group.css +72 -19
- package/components/Alert/alert-group.scss +105 -18
- package/components/Alert/alert.css +52 -59
- package/components/Alert/alert.scss +56 -65
- package/components/Avatar/avatar.css +42 -41
- package/components/Avatar/avatar.scss +8 -7
- package/components/BackToTop/back-to-top.css +19 -17
- package/components/BackToTop/back-to-top.scss +17 -17
- package/components/Backdrop/backdrop.css +1 -1
- package/components/Backdrop/backdrop.scss +3 -4
- package/components/BackgroundImage/background-image.scss +3 -4
- package/components/Badge/badge.css +29 -7
- package/components/Badge/badge.scss +33 -9
- package/components/Banner/banner.css +30 -37
- package/components/Banner/banner.scss +30 -43
- package/components/Brand/brand.css +14 -10
- package/components/Brand/brand.scss +8 -5
- package/components/Breadcrumb/breadcrumb.css +23 -24
- package/components/Breadcrumb/breadcrumb.scss +25 -28
- package/components/Button/button.css +150 -128
- package/components/Button/button.scss +155 -130
- package/components/CalendarMonth/calendar-month.css +46 -46
- package/components/CalendarMonth/calendar-month.scss +49 -50
- package/components/Card/card.css +110 -93
- package/components/Card/card.scss +118 -92
- package/components/Check/check.css +5 -5
- package/components/Check/check.scss +7 -8
- package/components/ClipboardCopy/clipboard-copy.css +33 -41
- package/components/ClipboardCopy/clipboard-copy.scss +35 -44
- package/components/CodeBlock/code-block.css +21 -20
- package/components/CodeBlock/code-block.scss +21 -21
- package/components/CodeEditor/code-editor.css +35 -34
- package/components/CodeEditor/code-editor.scss +35 -35
- package/components/Content/content.css +167 -153
- package/components/Content/content.scss +204 -145
- package/components/DataList/data-list-grid.css +117 -117
- package/components/DataList/data-list-grid.scss +22 -20
- package/components/DataList/data-list.css +308 -312
- package/components/DataList/data-list.scss +145 -152
- package/components/DatePicker/date-picker.css +17 -17
- package/components/DatePicker/date-picker.scss +17 -18
- package/components/DescriptionList/description-list-order.css +5 -5
- package/components/DescriptionList/description-list-order.scss +3 -1
- package/components/DescriptionList/description-list.css +46 -44
- package/components/DescriptionList/description-list.scss +26 -31
- package/components/Divider/divider.css +104 -107
- package/components/Divider/divider.scss +19 -19
- package/components/DragDrop/drag-drop.css +4 -2
- package/components/DragDrop/drag-drop.scss +3 -3
- package/components/Drawer/drawer.css +115 -114
- package/components/Drawer/drawer.scss +136 -134
- package/components/DualListSelector/dual-list-selector.css +64 -61
- package/components/DualListSelector/dual-list-selector.scss +54 -51
- package/components/EmptyState/empty-state.css +38 -37
- package/components/EmptyState/empty-state.scss +39 -39
- package/components/ExpandableSection/expandable-section.css +27 -86
- package/components/ExpandableSection/expandable-section.scss +32 -101
- package/components/FileUpload/file-upload.css +2 -2
- package/components/FileUpload/file-upload.scss +2 -3
- package/components/Form/form.css +173 -115
- package/components/Form/form.scss +117 -103
- package/components/FormControl/form-control.css +57 -57
- package/components/FormControl/form-control.scss +69 -67
- package/components/HelperText/helper-text.css +5 -4
- package/components/HelperText/helper-text.scss +8 -6
- package/components/Hint/hint.css +25 -25
- package/components/Hint/hint.scss +25 -27
- package/components/Icon/icon.css +10 -10
- package/components/Icon/icon.scss +11 -12
- package/components/InlineEdit/inline-edit.css +12 -12
- package/components/InlineEdit/inline-edit.scss +12 -13
- package/components/InputGroup/input-group.css +16 -16
- package/components/InputGroup/input-group.scss +18 -19
- package/components/JumpLinks/jump-links.css +80 -96
- package/components/JumpLinks/jump-links.scss +80 -100
- package/components/Label/label-group.css +28 -28
- package/components/Label/label-group.scss +29 -30
- package/components/Label/label.css +102 -87
- package/components/Label/label.scss +113 -94
- package/components/List/list.css +44 -47
- package/components/List/list.scss +51 -58
- package/components/Login/login.css +122 -118
- package/components/Login/login.scss +105 -112
- package/components/Masthead/masthead.css +273 -175
- package/components/Masthead/masthead.scss +102 -68
- package/components/Menu/menu.css +151 -95
- package/components/Menu/menu.scss +59 -40
- package/components/MenuToggle/menu-toggle.css +129 -108
- package/components/MenuToggle/menu-toggle.scss +150 -128
- package/components/ModalBox/modal-box.css +53 -45
- package/components/ModalBox/modal-box.scss +52 -46
- package/components/MultipleFileUpload/multiple-file-upload.css +37 -37
- package/components/MultipleFileUpload/multiple-file-upload.scss +38 -39
- package/components/Nav/nav.css +33 -9
- package/components/Nav/nav.scss +46 -13
- package/components/NotificationDrawer/notification-drawer.css +50 -51
- package/components/NotificationDrawer/notification-drawer.scss +58 -57
- package/components/NumberInput/number-input.css +7 -11
- package/components/NumberInput/number-input.scss +5 -7
- package/components/OverflowMenu/overflow-menu.css +2 -1
- package/components/OverflowMenu/overflow-menu.scss +3 -1
- package/components/Page/page.css +175 -519
- package/components/Page/page.scss +155 -386
- package/components/Pagination/pagination.css +82 -79
- package/components/Pagination/pagination.scss +43 -40
- package/components/Panel/panel.css +33 -30
- package/components/Panel/panel.scss +35 -33
- package/components/Popover/popover.css +54 -52
- package/components/Popover/popover.scss +55 -54
- package/components/Progress/progress.css +8 -4
- package/components/Progress/progress.scss +14 -11
- package/components/ProgressStepper/progress-stepper.css +246 -245
- package/components/ProgressStepper/progress-stepper.scss +118 -118
- package/components/Radio/radio.css +7 -7
- package/components/Radio/radio.scss +9 -10
- package/components/Sidebar/sidebar.css +139 -139
- package/components/Sidebar/sidebar.scss +61 -61
- package/components/SimpleList/simple-list.css +21 -20
- package/components/SimpleList/simple-list.scss +22 -23
- package/components/Skeleton/skeleton.css +4 -4
- package/components/Skeleton/skeleton.scss +7 -8
- package/components/SkipToContent/skip-to-content.css +7 -6
- package/components/SkipToContent/skip-to-content.scss +7 -7
- package/components/Slider/slider.css +31 -31
- package/components/Slider/slider.scss +54 -55
- package/components/Spinner/spinner.scss +4 -5
- package/components/Switch/switch.css +4 -10
- package/components/Switch/switch.scss +8 -17
- package/components/TabContent/tab-content.css +25 -25
- package/components/TabContent/tab-content.scss +28 -28
- package/components/Table/table-grid.css +434 -508
- package/components/Table/table-grid.scss +131 -150
- package/components/Table/table-scrollable.css +31 -34
- package/components/Table/table-scrollable.scss +44 -41
- package/components/Table/table-tree-view.css +287 -279
- package/components/Table/table-tree-view.scss +84 -84
- package/components/Table/table.css +316 -279
- package/components/Table/table.scss +346 -301
- package/components/Tabs/tabs.css +215 -240
- package/components/Tabs/tabs.scss +130 -162
- package/components/TextInputGroup/text-input-group.css +122 -64
- package/components/TextInputGroup/text-input-group.scss +144 -87
- package/components/Tile/tile.css +15 -15
- package/components/Tile/tile.scss +16 -17
- package/components/Timestamp/timestamp.css +13 -19
- package/components/Timestamp/timestamp.scss +16 -22
- package/components/Title/title.css +14 -13
- package/components/Title/title.scss +15 -15
- package/components/ToggleGroup/toggle-group.css +37 -37
- package/components/ToggleGroup/toggle-group.scss +38 -41
- package/components/Toolbar/toolbar.css +547 -1431
- package/components/Toolbar/toolbar.scss +159 -123
- package/components/Tooltip/tooltip.css +28 -27
- package/components/Tooltip/tooltip.scss +31 -30
- package/components/TreeView/tree-view.css +184 -184
- package/components/TreeView/tree-view.scss +133 -133
- package/components/Truncate/truncate.css +2 -2
- package/components/Truncate/truncate.scss +7 -8
- package/components/Wizard/wizard.css +190 -154
- package/components/Wizard/wizard.scss +211 -165
- package/components/_index.css +22378 -0
- package/components/_index.scss +82 -0
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +3 -1
- package/docs/components/Accordion/examples/Accordion.md +1 -1
- package/docs/components/ActionList/examples/ActionList.md +64 -24
- package/docs/components/Alert/examples/Alert.md +116 -74
- package/docs/components/BackToTop/examples/BackToTop.md +1 -1
- package/docs/components/Badge/examples/Badge.md +6 -16
- package/docs/components/Banner/examples/Banner.md +16 -10
- package/docs/components/Brand/examples/Brand.md +2 -2
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +19 -59
- package/docs/components/Button/examples/Button.md +537 -368
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +24 -8
- package/docs/components/Card/examples/Card.md +372 -658
- package/docs/components/Check/examples/Check.md +10 -15
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +92 -47
- package/docs/components/CodeBlock/examples/CodeBlock.md +51 -28
- package/docs/components/CodeEditor/examples/CodeEditor.md +41 -22
- package/docs/components/Content/examples/Content.md +600 -60
- package/docs/components/DataList/examples/DataList.md +291 -1028
- package/docs/components/DatePicker/examples/DatePicker.md +18 -6
- package/docs/components/DescriptionList/examples/DescriptionList.md +80 -55
- package/docs/components/Drawer/examples/Drawer.md +60 -21
- package/docs/components/DualListSelector/examples/DualListSelector.md +364 -996
- package/docs/components/EmptyState/examples/EmptyState.md +123 -53
- package/docs/components/ExpandableSection/examples/ExpandableSection.md +96 -91
- package/docs/components/FileUpload/examples/FileUpload.md +42 -14
- package/docs/components/Form/examples/Form.md +100 -26
- package/docs/components/Hint/examples/Hint.md +54 -164
- package/docs/components/InlineEdit/examples/InlineEdit.md +132 -45
- package/docs/components/InputGroup/examples/InputGroup.md +38 -62
- package/docs/components/JumpLinks/examples/JumpLinks.md +189 -72
- package/docs/components/Label/examples/Label.md +2577 -406
- package/docs/components/Login/examples/Login.md +372 -334
- package/docs/components/Masthead/examples/masthead.md +515 -484
- package/docs/components/Menu/examples/Menu.md +77 -138
- package/docs/components/MenuToggle/examples/MenuToggle.md +289 -39
- package/docs/components/ModalBox/examples/ModalBox.md +158 -100
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +137 -97
- package/docs/components/Nav/examples/Navigation.css +2 -7
- package/docs/components/Nav/examples/Navigation.md +337 -270
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +515 -2076
- package/docs/components/NumberInput/examples/NumberInput.md +96 -48
- package/docs/components/OverflowMenu/examples/overflow-menu.css +4 -28
- package/docs/components/OverflowMenu/examples/overflow-menu.md +104 -159
- package/docs/components/Page/examples/Page.css +5 -9
- package/docs/components/Page/examples/Page.md +254 -181
- package/docs/components/Pagination/examples/Pagination.md +336 -756
- package/docs/components/Panel/examples/Panel.md +3 -2
- package/docs/components/Popover/examples/Popover.md +60 -15
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +15 -15
- package/docs/components/Sidebar/examples/Sidebar.css +4 -2
- package/docs/components/Sidebar/examples/Sidebar.md +3 -3
- package/docs/components/Skeleton/examples/Skeleton.css +1 -1
- package/docs/components/SkipToContent/examples/SkipToContent.md +3 -1
- package/docs/components/Slider/examples/Slider.md +53 -45
- package/docs/components/Spinner/examples/Spinner.md +1 -1
- package/docs/components/Switch/examples/Switch.md +33 -148
- package/docs/components/Table/examples/Table.css +11 -6
- package/docs/components/Table/examples/Table.md +5302 -2464
- package/docs/components/Tabs/examples/Tabs.md +1267 -607
- package/docs/components/TextInputGroup/examples/TextInputGroup.css +8 -3
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +469 -278
- package/docs/components/Tile/examples/Tile.css +5 -5
- package/docs/components/Timestamp/examples/Timestamp.md +7 -1
- package/docs/components/ToggleGroup/examples/toggle-group.md +1 -3
- package/docs/components/Toolbar/examples/Toolbar.css +50 -39
- package/docs/components/Toolbar/examples/Toolbar.md +1562 -1200
- package/docs/components/Tooltip/examples/Tooltip.css +1 -1
- package/docs/components/TreeView/examples/TreeView.md +627 -49
- package/docs/components/Truncate/examples/Truncate.css +1 -2
- package/docs/components/Wizard/examples/Wizard.md +1595 -126
- package/docs/demos/AboutModal/examples/AboutModal.md +191 -198
- package/docs/demos/Alert/examples/Alert.md +924 -909
- package/docs/demos/BackToTop/examples/BackToTop.md +318 -327
- package/docs/demos/Banner/examples/Banner.md +641 -659
- package/docs/demos/Button/examples/Button.md +8 -8
- package/docs/demos/Card/examples/Card.css +6 -6
- package/docs/demos/Card/examples/Card.md +419 -606
- package/docs/demos/CardView/examples/CardView.md +822 -1435
- package/docs/demos/Dashboard/examples/Dashboard.md +1308 -1442
- package/docs/demos/DataList/examples/DataList.md +3210 -3424
- package/docs/demos/DescriptionList/examples/DescriptionList.md +899 -937
- package/docs/demos/Drawer/examples/Drawer.md +1165 -1176
- package/docs/demos/Form/examples/BasicForms.md +153 -88
- package/docs/demos/JumpLinks/examples/JumpLinks.md +1710 -1602
- package/docs/demos/Masthead/examples/Masthead.md +1719 -1583
- package/docs/demos/Modal/examples/Modal.md +1231 -1235
- package/docs/demos/Nav/examples/Nav.md +1216 -1230
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +1910 -4577
- package/docs/demos/Page/examples/Page.css +11 -0
- package/docs/demos/Page/examples/Page.md +3753 -2540
- package/docs/demos/Panel/Panel.md +88 -0
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +9 -3
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +16 -48
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +5150 -6255
- package/docs/demos/Skeleton/examples/Skeleton.md +297 -304
- package/docs/demos/Table/examples/Table.md +14272 -15154
- package/docs/demos/Tabs/examples/Tabs.md +2821 -2891
- package/docs/demos/Toolbar/examples/Toolbar.css +10 -18
- package/docs/demos/Toolbar/examples/Toolbar.md +2487 -2663
- package/docs/demos/Wizard/examples/Wizard.md +3021 -2784
- package/docs/layouts/Bullseye/examples/Bullseye.css +4 -4
- package/docs/layouts/Flex/examples/Flex.css +4 -4
- package/docs/layouts/Flex/examples/Flex.md +50 -50
- package/docs/layouts/Gallery/examples/Gallery.css +4 -4
- package/docs/layouts/Gallery/examples/Gallery.md +6 -6
- package/docs/layouts/Grid/examples/Grid.css +3 -3
- package/docs/layouts/Grid/examples/Grid.md +33 -33
- package/docs/layouts/Level/examples/Level.css +5 -5
- package/docs/layouts/Split/examples/Split.css +4 -4
- package/docs/layouts/Stack/examples/Stack.css +5 -5
- package/docs/utilities/Accessibility/examples/Accessibility.md +2 -2
- package/docs/utilities/Alignment/examples/Alignment.css +6 -6
- package/docs/utilities/Alignment/examples/Alignment.md +5 -5
- package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +7 -67
- package/docs/utilities/BoxShadow/examples/box-shadow.css +11 -11
- package/docs/utilities/BoxShadow/examples/box-shadow.md +15 -38
- package/docs/utilities/Display/examples/Display.css +3 -10
- package/docs/utilities/Display/examples/Display.md +21 -12
- package/docs/utilities/Flex/examples/Flex.css +7 -7
- package/docs/utilities/Flex/examples/Flex.md +82 -40
- package/docs/utilities/Float/examples/Float.css +5 -5
- package/docs/utilities/Float/examples/Float.md +6 -6
- package/docs/utilities/Sizing/examples/Sizing.css +6 -6
- package/docs/utilities/Sizing/examples/Sizing.md +60 -60
- package/docs/utilities/Spacing/examples/Spacing.css +3 -3
- package/docs/utilities/Spacing/examples/Spacing.md +37 -37
- package/docs/utilities/Text/examples/Text.md +78 -77
- package/icons/pficons.mjs +6 -0
- package/layouts/Bullseye/bullseye.css +4 -0
- package/layouts/Bullseye/bullseye.scss +5 -1
- package/layouts/Flex/flex.css +241 -237
- package/layouts/Flex/flex.scss +48 -44
- package/layouts/Gallery/gallery.css +15 -11
- package/layouts/Gallery/gallery.scss +9 -5
- package/layouts/Grid/grid.css +20 -16
- package/layouts/Grid/grid.scss +12 -8
- package/layouts/Level/level.css +5 -1
- package/layouts/Level/level.scss +6 -2
- package/layouts/Split/split.css +5 -1
- package/layouts/Split/split.scss +6 -2
- package/layouts/Stack/stack.css +5 -1
- package/layouts/Stack/stack.scss +6 -2
- package/layouts/_index.css +3461 -0
- package/layouts/_index.scss +8 -0
- package/package.json +39 -39
- package/patternfly-addons.css +2071 -2648
- package/patternfly-addons.scss +2 -12
- package/patternfly-base-no-globals.css +1429 -1645
- package/patternfly-base-no-globals.scss +5 -3
- package/patternfly-base.css +1511 -1723
- package/patternfly-base.scss +2 -6
- package/patternfly-charts.css +579 -240
- package/patternfly-charts.scss +352 -337
- package/patternfly-no-globals.css +19895 -23410
- package/patternfly-no-globals.scss +5 -4
- package/patternfly.css +19999 -23510
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/patternfly.scss +3 -4
- package/sass-utilities/_index.scss +6 -0
- package/sass-utilities/functions.scss +25 -25
- package/sass-utilities/{_init.scss → init.scss} +6 -6
- package/sass-utilities/mixins.scss +108 -72
- package/sass-utilities/{component-namespaces.scss → namespaces-components.scss} +3 -27
- package/sass-utilities/{layout-namespaces.scss → namespaces-layouts.scss} +3 -1
- package/sass-utilities/scss-variables.scss +49 -261
- package/utilities/Accessibility/accessibility.css +15 -15
- package/utilities/Accessibility/accessibility.scss +8 -6
- package/utilities/Alignment/alignment.css +29 -29
- package/utilities/Alignment/alignment.scss +6 -4
- package/utilities/BackgroundColor/background-color.css +67 -0
- package/utilities/BackgroundColor/background-color.scss +16 -0
- package/utilities/BoxShadow/box-shadow.css +15 -39
- package/utilities/BoxShadow/box-shadow.scss +19 -28
- package/utilities/Display/display.css +43 -5
- package/utilities/Display/display.scss +7 -4
- package/utilities/Flex/flex.css +50 -50
- package/utilities/Flex/flex.scss +21 -20
- package/utilities/Float/float.css +29 -29
- package/utilities/Float/float.scss +6 -6
- package/utilities/Sizing/sizing.css +58 -58
- package/utilities/Sizing/sizing.scss +23 -21
- package/utilities/Spacing/spacing.css +1372 -1372
- package/utilities/Spacing/spacing.scss +6 -6
- package/utilities/Text/text.css +419 -662
- package/utilities/Text/text.scss +81 -107
- package/utilities/_index.css +7815 -0
- package/utilities/_index.scss +10 -0
- package/assets/images/pf-logo-small.svg +0 -23
- package/assets/images/pf_logo_white.hbs +0 -35
- package/assets/images/pfbg-icon.svg +0 -1
- package/assets/pficon/pf-v5-pficon.woff2 +0 -0
- package/base/_base.scss +0 -2
- package/base/_chart-globals.scss +0 -415
- package/base/_common.scss +0 -50
- package/base/_fa-icons.scss +0 -33
- package/base/_fonts.scss +0 -136
- package/base/_icons.scss +0 -3
- package/base/_pficons.scss +0 -2
- package/base/_themes.scss +0 -43
- package/base/_variables.scss +0 -299
- package/base/patternfly-globals.css +0 -120
- package/base/patternfly-globals.scss +0 -2
- package/base/patternfly-icons.css +0 -4728
- package/base/patternfly-icons.scss +0 -2
- package/base/patternfly-themes.css +0 -82
- package/base/patternfly-themes.scss +0 -2
- package/base/themes/dark/_chart-globals.scss +0 -42
- package/base/themes/dark/_globals.scss +0 -5
- package/base/tokens/_workspace-overrides.scss +0 -7
- package/components/AppLauncher/app-launcher.css +0 -244
- package/components/AppLauncher/app-launcher.scss +0 -308
- package/components/AppLauncher/themes/dark/app-launcher.scss +0 -13
- package/components/Chip/chip-group.css +0 -93
- package/components/Chip/chip-group.scss +0 -98
- package/components/Chip/chip.css +0 -122
- package/components/Chip/chip.scss +0 -140
- package/components/Chip/themes/dark/chip.scss +0 -9
- package/components/ContextSelector/context-selector.css +0 -336
- package/components/ContextSelector/context-selector.scss +0 -384
- package/components/ContextSelector/themes/dark/context-selector.scss +0 -24
- package/components/Dropdown/dropdown.css +0 -686
- package/components/Dropdown/dropdown.scss +0 -820
- package/components/Dropdown/themes/dark/dropdown.scss +0 -32
- package/components/LogViewer/log-viewer.css +0 -197
- package/components/LogViewer/log-viewer.scss +0 -226
- package/components/LogViewer/themes/dark/log-viewer.scss +0 -7
- package/components/NotificationBadge/notification-badge.css +0 -87
- package/components/NotificationBadge/notification-badge.scss +0 -108
- package/components/OptionsMenu/options-menu.css +0 -279
- package/components/OptionsMenu/options-menu.scss +0 -332
- package/components/OptionsMenu/themes/dark/options-menu.scss +0 -21
- package/components/Select/select.css +0 -599
- package/components/Select/select.scss +0 -713
- package/components/Select/themes/dark/select.scss +0 -23
- package/components/_all.scss +0 -91
- package/docs/components/AppLauncher/deprecated/application-launcher.css +0 -25
- package/docs/components/AppLauncher/deprecated/application-launcher.md +0 -792
- package/docs/components/Breadcrumb/examples/Breadcrumb.css +0 -3
- package/docs/components/Chip/examples/Chip.md +0 -846
- package/docs/components/ContextSelector/deprecated/context-selector.css +0 -7
- package/docs/components/ContextSelector/deprecated/context-selector.md +0 -909
- package/docs/components/Dropdown/deprecated/Dropdown.css +0 -64
- package/docs/components/Dropdown/deprecated/Dropdown.md +0 -2920
- package/docs/components/LogViewer/examples/LogViewer.css +0 -17
- package/docs/components/LogViewer/examples/LogViewer.md +0 -5936
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +0 -222
- package/docs/components/OptionsMenu/deprecated/options-menu.css +0 -25
- package/docs/components/OptionsMenu/deprecated/options-menu.md +0 -1014
- package/docs/components/Page/deprecated/PageHeader.css +0 -17
- package/docs/components/Page/deprecated/PageHeader.md +0 -261
- package/docs/components/Pagination/examples/Pagination.css +0 -3
- package/docs/components/Select/deprecated/Select.css +0 -56
- package/docs/components/Select/deprecated/Select.md +0 -3525
- package/docs/components/Tabs/examples/Tabs.css +0 -10
- package/docs/components/ToggleGroup/examples/toggle-group.css +0 -4
- package/docs/demos/ContextSelector/examples/ContextSelector.md +0 -1712
- package/docs/demos/Page/examples/Penta.md +0 -821
- package/docs/utilities/Text/examples/Text.css +0 -0
- package/layouts/_all.scss +0 -7
- package/patternfly-base-no-globals-theme-dark-unversioned.css +0 -6276
- package/patternfly-base-no-globals-theme-dark-unversioned.scss +0 -11
- package/patternfly-base-theme-dark-unversioned.css +0 -6393
- package/patternfly-base-theme-dark-unversioned.scss +0 -5
- package/patternfly-charts-theme-dark-unversioned.css +0 -70
- package/patternfly-charts-theme-dark-unversioned.scss +0 -8
- package/patternfly-charts-theme-dark.css +0 -70
- package/patternfly-charts-theme-dark.scss +0 -8
- package/patternfly-theme-dark-unversioned.css +0 -35533
- package/patternfly-theme-dark-unversioned.scss +0 -6
- package/patternfly-theme-dark.css +0 -0
- package/patternfly-theme-dark.scss +0 -1
- package/sass-utilities/_all.scss +0 -9
- package/sass-utilities/colors.scss +0 -82
- package/sass-utilities/div.import.scss +0 -3
- package/sass-utilities/div.scss +0 -4
- package/sass-utilities/placeholders.scss +0 -72
- package/sass-utilities/themes/dark/_all.scss +0 -4
- package/sass-utilities/themes/dark/colors.scss +0 -16
- package/sass-utilities/themes/dark/mixins.scss +0 -7
- package/sass-utilities/themes/dark/placeholders.scss +0 -5
- package/sass-utilities/themes/dark/scss-variables.scss +0 -92
- package/themes/dark/_patternfly-charts-theme-dark.scss +0 -98
- package/utilities/BackgroundColor/BackgroundColor.css +0 -414
- package/utilities/BackgroundColor/BackgroundColor.scss +0 -64
- package/utilities/BackgroundColor/themes/dark/BackgroundColor.css +0 -0
- package/utilities/BackgroundColor/themes/dark/BackgroundColor.scss +0 -25
- package/utilities/Text/themes/dark/text.css +0 -0
- package/utilities/Text/themes/dark/text.scss +0 -33
|
@@ -1,79 +1,33 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
--pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display);
|
|
4
|
-
display: var(--pf-v5-hidden-visible--Display);
|
|
5
|
-
}
|
|
6
|
-
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > .pf-m-hidden:where(th, td) {
|
|
7
|
-
--pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display);
|
|
8
|
-
}
|
|
9
|
-
@media screen and (min-width: 576px) {
|
|
10
|
-
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > .pf-m-hidden-on-sm:where(th, td) {
|
|
11
|
-
--pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display);
|
|
12
|
-
}
|
|
13
|
-
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > .pf-m-visible-on-sm:where(th, td) {
|
|
14
|
-
--pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display);
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
@media screen and (min-width: 768px) {
|
|
18
|
-
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > .pf-m-hidden-on-md:where(th, td) {
|
|
19
|
-
--pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display);
|
|
20
|
-
}
|
|
21
|
-
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > .pf-m-visible-on-md:where(th, td) {
|
|
22
|
-
--pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display);
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
@media screen and (min-width: 992px) {
|
|
26
|
-
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > .pf-m-hidden-on-lg:where(th, td) {
|
|
27
|
-
--pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display);
|
|
28
|
-
}
|
|
29
|
-
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > .pf-m-visible-on-lg:where(th, td) {
|
|
30
|
-
--pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display);
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
@media screen and (min-width: 1200px) {
|
|
34
|
-
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > .pf-m-hidden-on-xl:where(th, td) {
|
|
35
|
-
--pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display);
|
|
36
|
-
}
|
|
37
|
-
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > .pf-m-visible-on-xl:where(th, td) {
|
|
38
|
-
--pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display);
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
@media screen and (min-width: 1450px) {
|
|
42
|
-
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > .pf-m-hidden-on-2xl:where(th, td) {
|
|
43
|
-
--pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display);
|
|
44
|
-
}
|
|
45
|
-
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > .pf-m-visible-on-2xl:where(th, td) {
|
|
46
|
-
--pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display);
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
:where(:root),
|
|
51
|
-
:where(.pf-v6-c-table) {
|
|
1
|
+
:root,
|
|
2
|
+
.pf-v6-c-table {
|
|
52
3
|
--pf-v6-c-table--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
53
4
|
--pf-v6-c-table--BorderColor: var(--pf-t--global--border--color--default);
|
|
54
5
|
--pf-v6-c-table--border-width--base: var(--pf-t--global--border--width--divider--default);
|
|
55
6
|
--pf-v6-c-table__caption--FontSize: var(--pf-t--global--font--size--body--default);
|
|
56
7
|
--pf-v6-c-table__caption--Color: var(--pf-t--global--text--color--subtle);
|
|
57
|
-
--pf-v6-c-table__caption--
|
|
58
|
-
--pf-v6-c-table__caption--
|
|
59
|
-
--pf-v6-c-table__caption--
|
|
60
|
-
--pf-v6-c-table__caption--
|
|
8
|
+
--pf-v6-c-table__caption--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
|
9
|
+
--pf-v6-c-table__caption--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
|
|
10
|
+
--pf-v6-c-table__caption--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
11
|
+
--pf-v6-c-table__caption--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
|
61
12
|
--pf-v6-c-table__thead--cell--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
62
13
|
--pf-v6-c-table__thead--cell--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
63
|
-
--pf-v6-c-
|
|
64
|
-
--pf-v6-c-table__tbody--cell--
|
|
14
|
+
--pf-v6-c-table__thead__toggle--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
|
|
15
|
+
--pf-v6-c-table__tbody--cell--PaddingBlockStart: var(--pf-v6-c-table--cell--Padding--base);
|
|
16
|
+
--pf-v6-c-table__tbody--cell--PaddingBlockEnd: var(--pf-v6-c-table--cell--Padding--base);
|
|
65
17
|
--pf-v6-c-table__tbody--cell--FontSize: var(--pf-t--global--font--size--body--default);
|
|
18
|
+
--pf-v6-c-table__tr--BorderBlockEndWidth: var(--pf-t--global--border--width--divider--default);
|
|
19
|
+
--pf-v6-c-table__tr--BorderBlockEndColor: var(--pf-t--global--border--color--default);
|
|
66
20
|
--pf-v6-c-table--cell--Padding--base: var(--pf-t--global--spacer--md);
|
|
21
|
+
--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--cell--Padding--base);
|
|
22
|
+
--pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table--cell--Padding--base);
|
|
23
|
+
--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--cell--Padding--base);
|
|
24
|
+
--pf-v6-c-table--cell--PaddingInlineStart: var(--pf-v6-c-table--cell--Padding--base);
|
|
67
25
|
--pf-v6-c-table--cell--FontSize: var(--pf-t--global--font--size--body--default);
|
|
68
|
-
--pf-v6-c-table--cell--FontWeight: var(--pf-t--global--font--weight--body);
|
|
26
|
+
--pf-v6-c-table--cell--FontWeight: var(--pf-t--global--font--weight--body--default);
|
|
69
27
|
--pf-v6-c-table--cell--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
70
28
|
--pf-v6-c-table--cell--Color: var(--pf-t--global--text--color--regular);
|
|
71
|
-
--pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--cell--Padding--base);
|
|
72
|
-
--pf-v6-c-table--cell--PaddingRight: var(--pf-v6-c-table--cell--Padding--base);
|
|
73
|
-
--pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--cell--Padding--base);
|
|
74
|
-
--pf-v6-c-table--cell--PaddingLeft: var(--pf-v6-c-table--cell--Padding--base);
|
|
75
29
|
--pf-v6-c-table--cell--first-last-child--PaddingInline: var(--pf-t--global--spacer--sm);
|
|
76
|
-
--pf-v6-c-table__tr--m-first-cell-offset-reset--cell--
|
|
30
|
+
--pf-v6-c-table__tr--m-first-cell-offset-reset--cell--PaddingInlineStart: var(--pf-v6-c-table--cell--Padding--base);
|
|
77
31
|
--pf-v6-c-table--cell--MinWidth: 0;
|
|
78
32
|
--pf-v6-c-table--cell--MaxWidth: none;
|
|
79
33
|
--pf-v6-c-table--cell--Width: auto;
|
|
@@ -81,117 +35,103 @@
|
|
|
81
35
|
--pf-v6-c-table--cell--TextOverflow: clip;
|
|
82
36
|
--pf-v6-c-table--cell--WhiteSpace: normal;
|
|
83
37
|
--pf-v6-c-table--cell--WordBreak: normal;
|
|
84
|
-
--pf-v6-c-table--cell--m-border-right--before--
|
|
85
|
-
--pf-v6-c-table--cell--m-border-right--before--
|
|
86
|
-
--pf-v6-c-table--cell--m-border-left--before--
|
|
87
|
-
--pf-v6-c-table--cell--m-border-left--before--
|
|
38
|
+
--pf-v6-c-table--cell--m-border-right--before--BorderInlineEndWidth: var(--pf-t--global--border--width--divider--default);
|
|
39
|
+
--pf-v6-c-table--cell--m-border-right--before--BorderInlineEndColor: var(--pf-t--global--border--color--default);
|
|
40
|
+
--pf-v6-c-table--cell--m-border-left--before--BorderInlineStartWidth: var(--pf-t--global--border--width--divider--default);
|
|
41
|
+
--pf-v6-c-table--cell--m-border-left--before--BorderInlineStartColor: var(--pf-t--global--border--color--default);
|
|
88
42
|
--pf-v6-c-table--cell--m-help--MinWidth: 11ch;
|
|
89
43
|
--pf-v6-c-table--m-truncate--cell--MaxWidth: 1px;
|
|
90
|
-
--pf-v6-c-table--m-truncate--cell--MinWidth: calc(5ch + var(--pf-v6-c-table--cell--
|
|
44
|
+
--pf-v6-c-table--m-truncate--cell--MinWidth: calc(5ch + var(--pf-v6-c-table--cell--PaddingInlineEnd) + var(--pf-v6-c-table--cell--PaddingInlineStart));
|
|
45
|
+
--pf-v6-c-table--m-truncate__text--MinWidth: 5ch;
|
|
91
46
|
--pf-v6-c-table--cell--hidden-visible--Display: table-cell;
|
|
92
|
-
--pf-v6-c-table__toggle--
|
|
93
|
-
--pf-v6-c-table__toggle--
|
|
94
|
-
--pf-v6-c-table__toggle--
|
|
95
|
-
--pf-v6-c-table__toggle--
|
|
47
|
+
--pf-v6-c-table__toggle--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
48
|
+
--pf-v6-c-table__toggle--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
49
|
+
--pf-v6-c-table__toggle--PaddingInlineStart: var(--pf-t--global--spacer--sm);
|
|
50
|
+
--pf-v6-c-table__toggle--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
|
|
96
51
|
--pf-v6-c-table__toggle--c-button__toggle-icon--Rotate: 270deg;
|
|
97
|
-
--pf-v6-c-table__toggle--c-button__toggle-icon--
|
|
52
|
+
--pf-v6-c-table__toggle--c-button__toggle-icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--long);
|
|
53
|
+
--pf-v6-c-table__toggle--c-button__toggle-icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
|
98
54
|
--pf-v6-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate: 360deg;
|
|
99
|
-
--pf-v6-c-table__button--
|
|
100
|
-
--pf-v6-c-table__button--
|
|
101
|
-
--pf-v6-c-table__button--
|
|
102
|
-
--pf-v6-c-table__button--
|
|
55
|
+
--pf-v6-c-table__button--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
56
|
+
--pf-v6-c-table__button--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
57
|
+
--pf-v6-c-table__button--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
|
58
|
+
--pf-v6-c-table__button--PaddingInlineEnd: var(--pf-t--global--spacer--md);
|
|
103
59
|
--pf-v6-c-table__button--Color: var(--pf-t--global--text--color--regular);
|
|
104
60
|
--pf-v6-c-table__button--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
|
|
105
61
|
--pf-v6-c-table__button--OutlineOffset: calc(var(--pf-t--global--border--width--strong) * -1);
|
|
106
62
|
--pf-v6-c-table__button--BorderRadius: var(--pf-t--global--border--radius--small);
|
|
107
63
|
--pf-v6-c-table__button--hover--Color: var(--pf-t--global--text--color--regular);
|
|
108
64
|
--pf-v6-c-table__button--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
|
|
109
|
-
--pf-v6-c-
|
|
110
|
-
--pf-v6-c-
|
|
111
|
-
--pf-v6-c-table--m-compact__toggle--PaddingBottom: 0;
|
|
112
|
-
--pf-v6-c-table__check--PaddingLeft: var(--pf-t--global--spacer--sm);
|
|
113
|
-
--pf-v6-c-table__check--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
65
|
+
--pf-v6-c-table__check--PaddingInlineStart: var(--pf-t--global--spacer--sm);
|
|
66
|
+
--pf-v6-c-table__check--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
|
|
114
67
|
--pf-v6-c-table__favorite--c-button--FontSize: var(--pf-t--global--font--size--body--default);
|
|
115
68
|
--pf-v6-c-table--cell--m-favorite--Color: var(--pf-t--global--text--color--subtle);
|
|
116
69
|
--pf-v6-c-table__favorite--m-favorited--c-button--Color: var(--pf-t--global--color--favorite--clicked);
|
|
117
|
-
--pf-v6-c-table__sort--m-favorite__button__text--Color: var(--pf-t--global--text--color--subtle);
|
|
118
|
-
--pf-v6-c-table__sort--m-favorite__button--hover__text--Color: var(--pf-t--global--text--color--regular);
|
|
119
|
-
--pf-v6-c-table__draggable--c-button--MarginTop: calc(var(--pf-v6-c-button--PaddingTop) * -1);
|
|
120
|
-
--pf-v6-c-table__draggable--c-button--MarginRight: calc(var(--pf-v6-c-button--PaddingRight) * -1);
|
|
121
|
-
--pf-v6-c-table__draggable--c-button--MarginBottom: calc(var(--pf-v6-c-button--PaddingBottom) * -1);
|
|
122
|
-
--pf-v6-c-table__draggable--c-button--MarginLeft: calc(var(--pf-v6-c-button--PaddingLeft) * -1);
|
|
123
70
|
--pf-v6-c-table__tr--m-ghost-row--Opacity: .4;
|
|
124
71
|
--pf-v6-c-table__tr--m-ghost-row--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
125
|
-
--pf-v6-c-table__action--
|
|
126
|
-
--pf-v6-c-table__action--
|
|
127
|
-
--pf-v6-c-table__action--
|
|
128
|
-
--pf-v6-c-table__action--
|
|
129
|
-
--pf-v6-c-
|
|
130
|
-
--pf-v6-c-
|
|
131
|
-
--pf-v6-c-table__expandable-row--
|
|
132
|
-
--pf-v6-c-table__expandable-row-content--
|
|
133
|
-
--pf-v6-c-table__expandable-row-content--
|
|
134
|
-
--pf-v6-c-table__expandable-row-content--
|
|
135
|
-
--pf-v6-c-
|
|
136
|
-
--pf-v6-c-
|
|
137
|
-
--pf-v6-c-
|
|
138
|
-
--pf-v6-c-
|
|
139
|
-
--pf-v6-c-
|
|
140
|
-
--pf-v6-c-table__sort__button--PaddingBottom: var(--pf-t--global--spacer--sm);
|
|
141
|
-
--pf-v6-c-table__sort__button--PaddingLeft: var(--pf-t--global--spacer--md);
|
|
142
|
-
--pf-v6-c-table__sort__button--PaddingRight: var(--pf-t--global--spacer--md);
|
|
143
|
-
--pf-v6-c-table__sort__button--MarginBottom: calc(var(--pf-v6-c-table__sort__button--PaddingBottom) * -1);
|
|
144
|
-
--pf-v6-c-table__sort__button--MarginLeft: calc(var(--pf-v6-c-table__sort__button--PaddingLeft) * -1);
|
|
145
|
-
--pf-v6-c-table__sort__button--Color: var(--pf-t--global--text--color--regular);
|
|
72
|
+
--pf-v6-c-table__action--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
73
|
+
--pf-v6-c-table__action--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
74
|
+
--pf-v6-c-table__action--PaddingInlineStart: var(--pf-t--global--spacer--sm);
|
|
75
|
+
--pf-v6-c-table__action--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
|
|
76
|
+
--pf-v6-c-table__expandable-row-content--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
|
77
|
+
--pf-v6-c-table__expandable-row-content--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
78
|
+
--pf-v6-c-table__expandable-row-content--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
|
79
|
+
--pf-v6-c-table__expandable-row-content--PaddingInlineEnd: var(--pf-t--global--spacer--md);
|
|
80
|
+
--pf-v6-c-table__expandable-row-content--BorderRadius: var(--pf-t--global--border--radius--small);
|
|
81
|
+
--pf-v6-c-table__expandable-row-content--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
82
|
+
--pf-v6-c-table__control-row--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
83
|
+
--pf-v6-c-table__control-row--BorderBlockEndWidth: var(--pf-t--global--border--width--divider--default);
|
|
84
|
+
--pf-v6-c-table__control-row__tbody--BorderBlockEndColor: var(--pf-t--global--border--color--default);
|
|
85
|
+
--pf-v6-c-table__icon-inline--MarginInlineEnd: var(--pf-t--global--spacer--sm);
|
|
86
|
+
--pf-v6-c-table__sort--MinWidth: calc(6ch + var(--pf-v6-c-table--cell--PaddingInlineEnd) + var(--pf-v6-c-table--cell--PaddingInlineStart) + var(--pf-v6-c-table__sort-indicator--MarginInlineStart));
|
|
146
87
|
--pf-v6-c-table__sort--m-selected__button--Color: var(--pf-t--global--color--brand--clicked);
|
|
147
88
|
--pf-v6-c-table__sort--m-help--MinWidth: 15ch;
|
|
148
89
|
--pf-v6-c-table__sort__button__text--Color: currentcolor;
|
|
149
90
|
--pf-v6-c-table__sort__button--hover__text--Color: currentcolor;
|
|
150
|
-
--pf-v6-c-table__sort--cell--PaddingLeft: var(--pf-t--global--spacer--xs);
|
|
151
|
-
--pf-v6-c-table__sort--cell--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
152
91
|
--pf-v6-c-table__sort-indicator--Color: var(--pf-t--global--icon--color--subtle);
|
|
153
|
-
--pf-v6-c-table__sort-indicator--
|
|
92
|
+
--pf-v6-c-table__sort-indicator--MarginInlineStart: var(--pf-t--global--spacer--md);
|
|
154
93
|
--pf-v6-c-table__sort--m-selected__sort-indicator--Color: var(--pf-t--global--color--brand--clicked);
|
|
155
94
|
--pf-v6-c-table__sort__button--hover__sort-indicator--Color: var(--pf-t--global--text--color--regular);
|
|
156
95
|
--pf-v6-c-table__th--m-help--MinWidth: 11ch;
|
|
157
|
-
--pf-v6-c-table__column-help--
|
|
158
|
-
--pf-v6-c-table__column-help--c-button--MarginTop: calc(var(--pf-v6-c-button--PaddingTop) * -1);
|
|
159
|
-
--pf-v6-c-table__column-help--c-button--MarginBottom: calc(var(--pf-v6-c-button--PaddingBottom) * -1);
|
|
160
|
-
--pf-v6-c-table__column-help--c-button--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
161
|
-
--pf-v6-c-table__column-help--c-button--PaddingLeft: var(--pf-t--global--spacer--sm);
|
|
96
|
+
--pf-v6-c-table__column-help--MarginInlineStart: var(--pf-t--global--spacer--sm);
|
|
162
97
|
--pf-v6-c-table__compound-expansion-toggle__button--Color: var(--pf-t--global--icon--color--brand--default);
|
|
98
|
+
--pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
|
|
163
99
|
--pf-v6-c-table__compound-expansion-toggle__button--hover--Color: var(--pf-t--global--icon--color--brand--hover);
|
|
100
|
+
--pf-v6-c-table__compound-expansion-toggle__button--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
|
|
101
|
+
--pf-v6-c-table__compound-expansion-toggle__button--expanded--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);
|
|
164
102
|
--pf-v6-c-table__compound-expansion-toggle__button--after--BorderColor: var(--pf-t--global--border--color--clicked);
|
|
165
|
-
--pf-v6-c-table__compound-expansion-toggle__button--after--
|
|
166
|
-
--pf-v6-c-table__compound-expansion-
|
|
167
|
-
--pf-v6-c-
|
|
168
|
-
--pf-v6-c-table--m-
|
|
169
|
-
--pf-v6-c-table--m-
|
|
170
|
-
--pf-v6-c-table--m-
|
|
171
|
-
--pf-v6-c-table--m-compact--cell--
|
|
172
|
-
--pf-v6-c-table--m-compact--cell--
|
|
173
|
-
--pf-v6-c-table--m-compact__action--
|
|
174
|
-
--pf-v6-c-table--m-compact__action--
|
|
175
|
-
--pf-v6-c-table__expandable-row--m-expanded--
|
|
103
|
+
--pf-v6-c-table__compound-expansion-toggle__button--after--BorderBlockStartWidth: 0;
|
|
104
|
+
--pf-v6-c-table__compound-expansion-toggle__button--hover--after--BorderBlockStartWidth: var(--pf-t--global--border--width--strong);
|
|
105
|
+
--pf-v6-c-table__compound-expansion-toggle--m-expanded__button--after--BorderBlockStartWidth: var(--pf-t--global--border--width--strong);
|
|
106
|
+
--pf-v6-c-table--compound-expansion--m-expanded--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
|
|
107
|
+
--pf-v6-c-table--m-compact__th--PaddingBlockStart: calc(var(--pf-t--global--spacer--sm) + var(--pf-t--global--spacer--xs));
|
|
108
|
+
--pf-v6-c-table--m-compact__th--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
109
|
+
--pf-v6-c-table--m-compact--cell--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
110
|
+
--pf-v6-c-table--m-compact--cell--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
111
|
+
--pf-v6-c-table--m-compact__action--PaddingBlockStart: var(--pf-t--global--spacer--xs);
|
|
112
|
+
--pf-v6-c-table--m-compact__action--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
|
|
113
|
+
--pf-v6-c-table__expandable-row--m-expanded--BorderBlockEndColor: var(--pf-t--global--border--color--default);
|
|
176
114
|
--pf-v6-c-table__tr--m-clickable--BackgroundColor: transparent;
|
|
177
115
|
--pf-v6-c-table__tr--m-clickable--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
178
116
|
--pf-v6-c-table__tr--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
|
|
179
|
-
--pf-v6-c-table__tr--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--
|
|
117
|
+
--pf-v6-c-table__tr--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
|
|
180
118
|
--pf-v6-c-table__tr--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
181
119
|
--pf-v6-c-table__tbody--m-clickable--BackgroundColor: transparent;
|
|
182
120
|
--pf-v6-c-table__tbody--m-clickable--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
183
|
-
--pf-v6-c-table__tbody--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--
|
|
184
|
-
--pf-v6-c-table__tbody--m-clickable--m-expanded--
|
|
185
|
-
--pf-v6-c-table__tbody--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--
|
|
121
|
+
--pf-v6-c-table__tbody--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
|
|
122
|
+
--pf-v6-c-table__tbody--m-clickable--m-expanded--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
|
|
123
|
+
--pf-v6-c-table__tbody--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
|
|
186
124
|
--pf-v6-c-table__tbody--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
187
125
|
--pf-v6-c-table__thead--m-nested-column-header--button--OutlineOffset: -0.1875rem;
|
|
188
|
-
--pf-v6-c-table__thead--m-nested-column-header__tr--
|
|
189
|
-
--pf-v6-c-table__thead--m-nested-column-header__tr--
|
|
190
|
-
--pf-v6-c-table__subhead--PaddingLeft: var(--pf-t--global--spacer--sm);
|
|
191
|
-
--pf-v6-c-table__subhead--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
126
|
+
--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockStart: var(--pf-t--global--spacer--xs);
|
|
127
|
+
--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
192
128
|
--pf-v6-c-table__subhead--Color: var(--pf-t--global--text--color--subtle);
|
|
193
|
-
--pf-v6-c-
|
|
194
|
-
--pf-v6-c-
|
|
129
|
+
--pf-v6-c-table__nested-column-header__button--PaddingInlineStart: calc(var(--pf-v6-c-table__button--PaddingInlineStart) - var(--pf-t--global--spacer--control--horizontal--plain));
|
|
130
|
+
--pf-v6-c-table__nested-column-header__button--PaddingInlineEnd: calc(var(--pf-v6-c-table__button--PaddingInlineEnd) - (var(--pf-t--global--spacer--control--horizontal--plain) / 2));
|
|
131
|
+
--pf-v6-c-table--m-striped__tr--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
132
|
+
--pf-v6-c-table--m-sticky-header--cell--ZIndex: var(--pf-t--global--z-index--xs);
|
|
133
|
+
--pf-v6-c-table--m-sticky-header--ZIndex: calc(var(--pf-t--global--z-index--xs) + 1);
|
|
134
|
+
--pf-v6-c-table--m-sticky-header--border--ZIndex: calc(var(--pf-t--global--z-index--xs) + 2);
|
|
195
135
|
}
|
|
196
136
|
|
|
197
137
|
.pf-v6-c-table {
|
|
@@ -201,47 +141,44 @@
|
|
|
201
141
|
.pf-v6-c-table.pf-m-fixed {
|
|
202
142
|
table-layout: fixed;
|
|
203
143
|
}
|
|
204
|
-
.pf-v6-c-table.pf-m-sticky-header
|
|
205
|
-
|
|
206
|
-
}
|
|
207
|
-
.pf-v6-c-table.pf-m-sticky-header thead:where(.pf-v6-c-table__thead) tr:where(.pf-v6-c-table__tr) > :where(th, td) {
|
|
208
|
-
z-index: var(--pf-v6-c-table--m-sticky-header--cell--ZIndex);
|
|
209
|
-
}
|
|
210
|
-
.pf-v6-c-table.pf-m-sticky-header > thead:where(.pf-v6-c-table__thead):not(.pf-m-nested-column-header) > tr:where(.pf-v6-c-table__tr) > :where(th, td) {
|
|
144
|
+
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead,
|
|
145
|
+
.pf-v6-c-table .pf-v6-c-table__thead.pf-m-nested-column-header {
|
|
211
146
|
position: sticky;
|
|
212
147
|
inset-block-start: 0;
|
|
148
|
+
z-index: var(--pf-v6-c-table--m-sticky-header--ZIndex);
|
|
213
149
|
background: var(--pf-v6-c-table--BackgroundColor);
|
|
214
150
|
}
|
|
215
|
-
.pf-v6-c-table.pf-m-sticky-header >
|
|
151
|
+
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead::before,
|
|
152
|
+
.pf-v6-c-table .pf-v6-c-table__thead.pf-m-nested-column-header::before {
|
|
216
153
|
position: absolute;
|
|
154
|
+
inset-block-start: 0;
|
|
217
155
|
inset-block-end: 0;
|
|
218
156
|
inset-inline-start: 0;
|
|
219
157
|
inset-inline-end: 0;
|
|
158
|
+
z-index: var(--pf-v6-c-table--m-sticky-header--border--ZIndex);
|
|
159
|
+
pointer-events: none;
|
|
220
160
|
content: "";
|
|
221
161
|
border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
|
|
222
162
|
}
|
|
163
|
+
.pf-v6-c-table.pf-m-sticky-header {
|
|
164
|
+
position: relative;
|
|
165
|
+
}
|
|
166
|
+
.pf-v6-c-table.pf-m-sticky-header thead:where(.pf-v6-c-table__thead) tr:where(.pf-v6-c-table__tr) > :where(th, td) {
|
|
167
|
+
z-index: var(--pf-v6-c-table--m-sticky-header--cell--ZIndex);
|
|
168
|
+
}
|
|
223
169
|
.pf-v6-c-table.pf-m-sticky-header > .pf-m-nested-column-header {
|
|
224
170
|
position: sticky;
|
|
225
171
|
inset-block-start: 0;
|
|
226
|
-
z-index: var(--pf-t--global--Zindex--xs);
|
|
227
172
|
background: var(--pf-v6-c-table--BackgroundColor);
|
|
228
173
|
}
|
|
229
|
-
.pf-v6-c-table.pf-m-sticky-header > .pf-m-nested-column-header > .pf-m-border-row {
|
|
230
|
-
height: var(--pf-v6-c-table--border-width--base);
|
|
231
|
-
background-color: var(--pf-v6-c-table--BorderColor);
|
|
232
|
-
}
|
|
233
|
-
.pf-v6-c-table.pf-m-sticky-header > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:nth-last-child(2)) th:where(.pf-v6-c-table__th):not([rowspan]),
|
|
234
|
-
.pf-v6-c-table.pf-m-sticky-header > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:nth-last-child(2)) td:where(.pf-v6-c-table__td):not([rowspan]) {
|
|
235
|
-
--pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBottom);
|
|
236
|
-
}
|
|
237
174
|
.pf-v6-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:last-child) {
|
|
238
175
|
border-block-end: 0;
|
|
239
176
|
}
|
|
240
177
|
.pf-v6-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:last-child) th:where(.pf-v6-c-table__th):not([rowspan]),
|
|
241
178
|
.pf-v6-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:last-child) td:where(.pf-v6-c-table__td):not([rowspan]) {
|
|
242
|
-
--pf-v6-c-table--cell--
|
|
179
|
+
--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockEnd);
|
|
243
180
|
}
|
|
244
|
-
.pf-v6-c-table.pf-m-striped:not(.pf-m-expandable) > tbody:where(.pf-v6-c-table__tbody) > tr:where(.pf-v6-c-table__tr):nth-child(odd), .pf-v6-c-table.pf-m-striped.pf-m-expandable > tbody:where(.pf-v6-c-table__tbody):nth-of-type(odd) > tr:where(.pf-v6-c-table__tr)
|
|
181
|
+
.pf-v6-c-table.pf-m-striped:not(.pf-m-expandable) > tbody:where(.pf-v6-c-table__tbody) > tr:where(.pf-v6-c-table__tr):nth-child(odd), .pf-v6-c-table.pf-m-striped.pf-m-expandable > tbody:where(.pf-v6-c-table__tbody):nth-of-type(odd) > tr:where(.pf-v6-c-table__tr),
|
|
245
182
|
.pf-v6-c-table > .pf-m-striped > tr:nth-child(odd),
|
|
246
183
|
.pf-v6-c-table > .pf-m-striped-even > tr:nth-child(even),
|
|
247
184
|
.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-striped {
|
|
@@ -253,15 +190,18 @@
|
|
|
253
190
|
opacity: var(--pf-v6-c-table__tr--m-ghost-row--Opacity);
|
|
254
191
|
}
|
|
255
192
|
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td) {
|
|
256
|
-
--pf-
|
|
193
|
+
--pf-v6-hidden-visible--visible--Display: var(--pf-v6-c-table--cell--hidden-visible--Display);
|
|
194
|
+
--pf-v6-hidden-visible--hidden--Display: none;
|
|
195
|
+
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
196
|
+
display: var(--pf-v6-hidden-visible--Display);
|
|
257
197
|
position: relative;
|
|
258
198
|
width: var(--pf-v6-c-table--cell--Width);
|
|
259
199
|
min-width: var(--pf-v6-c-table--cell--MinWidth);
|
|
260
200
|
max-width: var(--pf-v6-c-table--cell--MaxWidth);
|
|
261
|
-
padding-block-start: var(--pf-v6-c-table--cell--
|
|
262
|
-
padding-block-end: var(--pf-v6-c-table--cell--
|
|
263
|
-
padding-inline-start: var(--pf-v6-c-table--cell--
|
|
264
|
-
padding-inline-end: var(--pf-v6-c-table--cell--
|
|
201
|
+
padding-block-start: var(--pf-v6-c-table--cell--PaddingBlockStart);
|
|
202
|
+
padding-block-end: var(--pf-v6-c-table--cell--PaddingBlockEnd);
|
|
203
|
+
padding-inline-start: var(--pf-v6-c-table--cell--PaddingInlineStart);
|
|
204
|
+
padding-inline-end: var(--pf-v6-c-table--cell--PaddingInlineEnd);
|
|
265
205
|
overflow: var(--pf-v6-c-table--cell--Overflow);
|
|
266
206
|
font-size: var(--pf-v6-c-table--cell--FontSize);
|
|
267
207
|
font-weight: var(--pf-v6-c-table--cell--FontWeight);
|
|
@@ -271,16 +211,59 @@
|
|
|
271
211
|
word-break: var(--pf-v6-c-table--cell--WordBreak);
|
|
272
212
|
white-space: var(--pf-v6-c-table--cell--WhiteSpace);
|
|
273
213
|
}
|
|
214
|
+
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-hidden {
|
|
215
|
+
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
216
|
+
}
|
|
217
|
+
@media screen and (min-width: 36rem) {
|
|
218
|
+
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-hidden-on-sm {
|
|
219
|
+
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
220
|
+
}
|
|
221
|
+
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-visible-on-sm {
|
|
222
|
+
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
@media screen and (min-width: 48rem) {
|
|
226
|
+
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-hidden-on-md {
|
|
227
|
+
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
228
|
+
}
|
|
229
|
+
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-visible-on-md {
|
|
230
|
+
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
@media screen and (min-width: 62rem) {
|
|
234
|
+
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-hidden-on-lg {
|
|
235
|
+
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
236
|
+
}
|
|
237
|
+
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-visible-on-lg {
|
|
238
|
+
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
@media screen and (min-width: 75rem) {
|
|
242
|
+
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-hidden-on-xl {
|
|
243
|
+
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
244
|
+
}
|
|
245
|
+
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-visible-on-xl {
|
|
246
|
+
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
@media screen and (min-width: 90.625rem) {
|
|
250
|
+
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-hidden-on-2xl {
|
|
251
|
+
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
252
|
+
}
|
|
253
|
+
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-visible-on-2xl {
|
|
254
|
+
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
255
|
+
}
|
|
256
|
+
}
|
|
274
257
|
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td):first-child {
|
|
275
|
-
padding-inline-start: calc(var(--pf-v6-c-table--cell--first-last-child--PaddingInline) + var(--pf-v6-c-table--cell--
|
|
258
|
+
padding-inline-start: calc(var(--pf-v6-c-table--cell--first-last-child--PaddingInline) + var(--pf-v6-c-table--cell--PaddingInlineStart));
|
|
276
259
|
}
|
|
277
260
|
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td):last-child {
|
|
278
|
-
padding-inline-end: calc(var(--pf-v6-c-table--cell--first-last-child--PaddingInline) + var(--pf-v6-c-table--cell--
|
|
261
|
+
padding-inline-end: calc(var(--pf-v6-c-table--cell--first-last-child--PaddingInline) + var(--pf-v6-c-table--cell--PaddingInlineEnd));
|
|
279
262
|
}
|
|
280
263
|
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-center {
|
|
281
264
|
text-align: center;
|
|
282
265
|
}
|
|
283
|
-
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td):empty {
|
|
266
|
+
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td):is(:empty, .pf-v6-c-table__cell-empty) {
|
|
284
267
|
width: auto;
|
|
285
268
|
min-width: 0;
|
|
286
269
|
padding: 0;
|
|
@@ -301,15 +284,15 @@
|
|
|
301
284
|
content: "";
|
|
302
285
|
}
|
|
303
286
|
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-border-right::before {
|
|
304
|
-
border-inline-end: var(--pf-v6-c-table--cell--m-border-right--before--
|
|
287
|
+
border-inline-end: var(--pf-v6-c-table--cell--m-border-right--before--BorderInlineEndWidth) solid var(--pf-v6-c-table--cell--m-border-right--before--BorderInlineEndColor);
|
|
305
288
|
}
|
|
306
289
|
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-border-left::before {
|
|
307
|
-
border-inline-start: var(--pf-v6-c-table--cell--m-border-left--before--
|
|
290
|
+
border-inline-start: var(--pf-v6-c-table--cell--m-border-left--before--BorderInlineStartWidth) solid var(--pf-v6-c-table--cell--m-border-left--before--BorderInlineStartColor);
|
|
308
291
|
}
|
|
309
292
|
.pf-v6-c-table caption:where(.pf-v6-c-table__caption) {
|
|
310
|
-
padding-block-start: var(--pf-v6-c-table__caption--
|
|
311
|
-
padding-block-end: var(--pf-v6-c-table__caption--
|
|
312
|
-
padding-inline-start: var(--pf-v6-c-table__caption--
|
|
293
|
+
padding-block-start: var(--pf-v6-c-table__caption--PaddingBlockStart);
|
|
294
|
+
padding-block-end: var(--pf-v6-c-table__caption--PaddingBlockEnd);
|
|
295
|
+
padding-inline-start: var(--pf-v6-c-table__caption--PaddingInlineStart);
|
|
313
296
|
font-size: var(--pf-v6-c-table__caption--FontSize);
|
|
314
297
|
color: var(--pf-v6-c-table__caption--Color);
|
|
315
298
|
text-align: start;
|
|
@@ -318,26 +301,26 @@
|
|
|
318
301
|
.pf-v6-c-table thead:where(.pf-v6-c-table__thead) {
|
|
319
302
|
--pf-v6-c-table--cell--FontSize: var(--pf-v6-c-table__thead--cell--FontSize);
|
|
320
303
|
--pf-v6-c-table--cell--FontWeight: var(--pf-v6-c-table__thead--cell--FontWeight);
|
|
304
|
+
--pf-v6-c-table--cell--MinWidth: var(--pf-v6-c-table--m-truncate--cell--MinWidth);
|
|
305
|
+
--pf-v6-c-table--cell--MaxWidth: var(--pf-v6-c-table--m-truncate--cell--MaxWidth);
|
|
306
|
+
--pf-v6-c-table--cell--Overflow: hidden;
|
|
307
|
+
--pf-v6-c-table--cell--TextOverflow: ellipsis;
|
|
308
|
+
--pf-v6-c-table--cell--WhiteSpace: nowrap;
|
|
321
309
|
}
|
|
322
310
|
.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nested-column-header button:where(.pf-v6-c-button) {
|
|
323
311
|
outline-offset: var(--pf-v6-c-table__thead--m-nested-column-header--button--OutlineOffset);
|
|
324
312
|
}
|
|
325
313
|
.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:first-child) th:where(.pf-v6-c-table__th):not([rowspan]),
|
|
326
314
|
.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:first-child) td:where(.pf-v6-c-table__td):not([rowspan]) {
|
|
327
|
-
--pf-v6-c-table--cell--
|
|
315
|
+
--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockStart);
|
|
328
316
|
}
|
|
329
317
|
.pf-v6-c-table thead:where(.pf-v6-c-table__thead) .pf-v6-c-table__subhead {
|
|
330
|
-
--pf-v6-c-table--cell--PaddingLeft: var(--pf-v6-c-table__subhead--PaddingLeft);
|
|
331
|
-
--pf-v6-c-table--cell--PaddingRight: var(--pf-v6-c-table__subhead--PaddingRight);
|
|
332
318
|
--pf-v6-c-table__sort__button__text--Color: var(--pf-v6-c-table__subhead--Color);
|
|
333
319
|
color: var(--pf-v6-c-table__subhead--Color);
|
|
334
320
|
}
|
|
335
|
-
.pf-v6-c-table thead:where(.pf-v6-c-table__thead) .pf-v6-c-table__subhead .pf-v6-c-table__button {
|
|
336
|
-
margin-inline-start: 0;
|
|
337
|
-
}
|
|
338
321
|
.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) {
|
|
339
|
-
--pf-v6-c-table--cell--
|
|
340
|
-
--pf-v6-c-table--cell--
|
|
322
|
+
--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table__tbody--cell--PaddingBlockStart);
|
|
323
|
+
--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table__tbody--cell--PaddingBlockEnd);
|
|
341
324
|
--pf-v6-c-table--cell--FontSize: var(--pf-v6-c-table__tbody--cell--FontSize);
|
|
342
325
|
}
|
|
343
326
|
.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) > tr:where(.pf-v6-c-table__tr) > :where(th, td) {
|
|
@@ -349,39 +332,11 @@
|
|
|
349
332
|
.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td).pf-m-help {
|
|
350
333
|
min-width: var(--pf-v6-c-table__th--m-help--MinWidth);
|
|
351
334
|
}
|
|
352
|
-
.pf-v6-c-table
|
|
353
|
-
--pf-v6-c-
|
|
354
|
-
--pf-v6-c-
|
|
355
|
-
--pf-v6-c-table--
|
|
356
|
-
--pf-v6-c-
|
|
357
|
-
--pf-v6-c-table--cell--WhiteSpace: nowrap;
|
|
358
|
-
}
|
|
359
|
-
|
|
360
|
-
.pf-v6-c-table :where([class*=pf-v6-c-table]).pf-m-wrap, :where(.pf-v6-c-table) > :is(thead, tbody).pf-m-wrap {
|
|
361
|
-
--pf-v6-c-table--cell--MinWidth: 0;
|
|
362
|
-
--pf-v6-c-table--cell--MaxWidth: none;
|
|
363
|
-
--pf-v6-c-table--cell--Overflow: visible;
|
|
364
|
-
--pf-v6-c-table--cell--TextOverflow: clip;
|
|
365
|
-
--pf-v6-c-table--cell--WhiteSpace: normal;
|
|
366
|
-
}
|
|
367
|
-
.pf-v6-c-table :where([class*=pf-v6-c-table]).pf-m-nowrap, :where(.pf-v6-c-table) > :is(thead, tbody).pf-m-nowrap {
|
|
368
|
-
--pf-v6-c-table--cell--MinWidth: 0;
|
|
369
|
-
--pf-v6-c-table--cell--MaxWidth: none;
|
|
370
|
-
--pf-v6-c-table--cell--Overflow: visible;
|
|
371
|
-
--pf-v6-c-table--cell--TextOverflow: clip;
|
|
372
|
-
--pf-v6-c-table--cell--WhiteSpace: nowrap;
|
|
373
|
-
}
|
|
374
|
-
.pf-v6-c-table :where([class*=pf-v6-c-table]) .pf-v6-c-table__icon, .pf-v6-c-table :where([class*=pf-v6-c-table]).pf-m-fit-content, :where(.pf-v6-c-table) > :is(thead, tbody) .pf-v6-c-table__icon, :where(.pf-v6-c-table) > :is(thead, tbody).pf-m-fit-content {
|
|
375
|
-
--pf-v6-c-table--cell--MinWidth: fit-content;
|
|
376
|
-
--pf-v6-c-table--cell--MaxWidth: none;
|
|
377
|
-
--pf-v6-c-table--cell--Width: 1%;
|
|
378
|
-
--pf-v6-c-table--cell--Overflow: visible;
|
|
379
|
-
--pf-v6-c-table--cell--TextOverflow: clip;
|
|
380
|
-
--pf-v6-c-table--cell--WhiteSpace: nowrap;
|
|
381
|
-
}
|
|
382
|
-
.pf-v6-c-table :where([class*=pf-v6-c-table]).pf-m-break-word, :where(.pf-v6-c-table) > :is(thead, tbody).pf-m-break-word {
|
|
383
|
-
--pf-v6-c-table--cell--WordBreak: break-word;
|
|
384
|
-
--pf-v6-c-table--cell--WhiteSpace: normal;
|
|
335
|
+
.pf-v6-c-table.pf-m-no-border-rows > tbody:where(.pf-v6-c-table__tbody) {
|
|
336
|
+
--pf-v6-c-table__tr--BorderBlockEndWidth: 0;
|
|
337
|
+
--pf-v6-c-table__tbody--BorderBlockEndWidth: 0;
|
|
338
|
+
--pf-v6-c-table--m-expandable__tbody--BorderBlockEndWidth: 0;
|
|
339
|
+
--pf-v6-c-table__control-row--BorderBlockEndWidth: 0;
|
|
385
340
|
}
|
|
386
341
|
.pf-v6-c-table.pf-m-no-border-rows > tbody:where(.pf-v6-c-table__tbody) > tr:where(.pf-v6-c-table__tr) {
|
|
387
342
|
border-block-end: 0;
|
|
@@ -401,35 +356,78 @@
|
|
|
401
356
|
--pf-v6-c-table__tr--m-clickable--BackgroundColor: var(--pf-v6-c-table__tr--m-clickable--hover--BackgroundColor);
|
|
402
357
|
}
|
|
403
358
|
.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected {
|
|
404
|
-
--pf-v6-c-table__expandable-row--after--BorderLeftWidth: var(--pf-v6-c-table__tr--m-selected--after--BorderLeftWidth);
|
|
405
|
-
--pf-v6-c-table__expandable-row--after--BorderColor: var(--pf-v6-c-table__tr--m-selected--after--BorderLeftColor);
|
|
406
359
|
position: relative;
|
|
407
360
|
background-color: var(--pf-v6-c-table__tr--m-selected--BackgroundColor);
|
|
408
361
|
outline-offset: var(--pf-v6-c-table__tr--m-selected--OutlineOffset);
|
|
409
362
|
}
|
|
410
|
-
.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-first-cell-offset-reset {
|
|
411
|
-
|
|
363
|
+
.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-first-cell-offset-reset > :first-child {
|
|
364
|
+
padding-inline-start: var(--pf-v6-c-table__tr--m-first-cell-offset-reset--cell--PaddingInlineStart);
|
|
412
365
|
}
|
|
413
366
|
.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable {
|
|
414
367
|
cursor: pointer;
|
|
415
368
|
background-color: var(--pf-v6-c-table__tbody--m-clickable--BackgroundColor);
|
|
416
369
|
outline-offset: var(--pf-v6-c-table__tbody--m-clickable--OutlineOffset);
|
|
417
370
|
}
|
|
418
|
-
.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable.pf-m-expanded:not(.pf-m-selected) {
|
|
419
|
-
--pf-v6-c-table__expandable-row--after--BorderColor: var(--pf-v6-c-table__tbody--m-clickable--m-expanded--BorderColor);
|
|
420
|
-
}
|
|
421
371
|
.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable:is(:hover, :focus) {
|
|
422
372
|
--pf-v6-c-table__tbody--m-clickable--BackgroundColor: var(--pf-v6-c-table__tbody--m-clickable--hover--BackgroundColor);
|
|
423
373
|
}
|
|
374
|
+
.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable.pf-m-expanded {
|
|
375
|
+
--pf-v6-c-table__tbody--m-clickable--BackgroundColor: var(--pf-v6-c-table__tbody--m-clickable--m-expanded--BackgroundColor);
|
|
376
|
+
}
|
|
424
377
|
.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-selected {
|
|
425
|
-
--pf-v6-c-table__expandable-row--after--BorderLeftWidth: var(--pf-v6-c-table__tbody--m-selected--after--BorderLeftWidth);
|
|
426
|
-
--pf-v6-c-table__expandable-row--after--BorderColor: var(--pf-v6-c-table__tbody--m-selected--after--BorderLeftColor);
|
|
427
378
|
background-color: var(--pf-v6-c-table__tbody--m-selected--BackgroundColor);
|
|
428
379
|
outline-offset: var(--pf-v6-c-table__tbody--m-selected--OutlineOffset);
|
|
429
380
|
}
|
|
381
|
+
.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-selected .pf-v6-c-table__tr.pf-m-expanded:not(.pf-v6-c-table__expandable-row) {
|
|
382
|
+
border: none;
|
|
383
|
+
}
|
|
430
384
|
.pf-v6-c-table.pf-m-drag-over {
|
|
431
385
|
overflow-anchor: none;
|
|
432
386
|
}
|
|
387
|
+
.pf-v6-c-table .pf-v6-c-table {
|
|
388
|
+
background-color: transparent;
|
|
389
|
+
}
|
|
390
|
+
.pf-v6-c-table .pf-v6-c-table,
|
|
391
|
+
.pf-v6-c-table .pf-v6-c-table :is(.pf-v6-c-table__tbody, .pf-v6-c-table__tr:last-child) {
|
|
392
|
+
border-block-end: 0;
|
|
393
|
+
}
|
|
394
|
+
.pf-v6-c-table .pf-v6-c-button .pf-v6-c-table__sort-indicator {
|
|
395
|
+
--pf-v6-c-table__sort-indicator--MarginInlineStart: 0;
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
[class*=pf-v6-c-table].pf-m-truncate {
|
|
399
|
+
--pf-v6-c-table--cell--MinWidth: var(--pf-v6-c-table--m-truncate--cell--MinWidth);
|
|
400
|
+
--pf-v6-c-table--cell--MaxWidth: var(--pf-v6-c-table--m-truncate--cell--MaxWidth);
|
|
401
|
+
--pf-v6-c-table--cell--Overflow: hidden;
|
|
402
|
+
--pf-v6-c-table--cell--TextOverflow: ellipsis;
|
|
403
|
+
--pf-v6-c-table--cell--WhiteSpace: nowrap;
|
|
404
|
+
}
|
|
405
|
+
[class*=pf-v6-c-table].pf-m-wrap {
|
|
406
|
+
--pf-v6-c-table--cell--MinWidth: 0;
|
|
407
|
+
--pf-v6-c-table--cell--MaxWidth: none;
|
|
408
|
+
--pf-v6-c-table--cell--Overflow: visible;
|
|
409
|
+
--pf-v6-c-table--cell--TextOverflow: clip;
|
|
410
|
+
--pf-v6-c-table--cell--WhiteSpace: normal;
|
|
411
|
+
}
|
|
412
|
+
[class*=pf-v6-c-table].pf-m-nowrap {
|
|
413
|
+
--pf-v6-c-table--cell--MinWidth: 0;
|
|
414
|
+
--pf-v6-c-table--cell--MaxWidth: none;
|
|
415
|
+
--pf-v6-c-table--cell--Overflow: visible;
|
|
416
|
+
--pf-v6-c-table--cell--TextOverflow: clip;
|
|
417
|
+
--pf-v6-c-table--cell--WhiteSpace: nowrap;
|
|
418
|
+
}
|
|
419
|
+
[class*=pf-v6-c-table] .pf-v6-c-table__icon, [class*=pf-v6-c-table].pf-m-fit-content {
|
|
420
|
+
--pf-v6-c-table--cell--MinWidth: fit-content;
|
|
421
|
+
--pf-v6-c-table--cell--MaxWidth: none;
|
|
422
|
+
--pf-v6-c-table--cell--Width: 1%;
|
|
423
|
+
--pf-v6-c-table--cell--Overflow: visible;
|
|
424
|
+
--pf-v6-c-table--cell--TextOverflow: clip;
|
|
425
|
+
--pf-v6-c-table--cell--WhiteSpace: nowrap;
|
|
426
|
+
}
|
|
427
|
+
[class*=pf-v6-c-table].pf-m-break-word {
|
|
428
|
+
--pf-v6-c-table--cell--WordBreak: break-word;
|
|
429
|
+
--pf-v6-c-table--cell--WhiteSpace: normal;
|
|
430
|
+
}
|
|
433
431
|
|
|
434
432
|
.pf-v6-c-table__text {
|
|
435
433
|
--pf-v6-c-table--cell--MaxWidth: 100%;
|
|
@@ -446,6 +444,7 @@
|
|
|
446
444
|
}
|
|
447
445
|
.pf-v6-c-table__text.pf-m-truncate {
|
|
448
446
|
--pf-v6-c-table--cell--MinWidth: 100%;
|
|
447
|
+
--pf-v6-c-table--text--MinWidth: var(--pf-v6-c-table--m-truncate__text--MinWidth);
|
|
449
448
|
}
|
|
450
449
|
.pf-v6-c-table__text.pf-m-truncate > :where(th, td) {
|
|
451
450
|
overflow: var(--pf-v6-c-table--cell--Overflow);
|
|
@@ -453,18 +452,14 @@
|
|
|
453
452
|
white-space: var(--pf-v6-c-table--cell--WhiteSpace);
|
|
454
453
|
}
|
|
455
454
|
|
|
456
|
-
.pf-v6-c-table__tr.pf-m-border-row {
|
|
457
|
-
border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
|
|
458
|
-
}
|
|
459
|
-
|
|
460
455
|
.pf-v6-c-table__button {
|
|
461
456
|
width: auto;
|
|
462
|
-
padding-block-start: var(--pf-v6-c-table__button--
|
|
463
|
-
padding-block-end: var(--pf-v6-c-table__button--
|
|
464
|
-
padding-inline-start: var(--pf-v6-c-table__button--
|
|
465
|
-
padding-inline-end: var(--pf-v6-c-table__button--
|
|
466
|
-
margin-block-end: calc(var(--pf-v6-c-table__button--
|
|
467
|
-
margin-inline-start: calc(var(--pf-v6-c-table__button--
|
|
457
|
+
padding-block-start: var(--pf-v6-c-table__button--PaddingBlockStart);
|
|
458
|
+
padding-block-end: var(--pf-v6-c-table__button--PaddingBlockEnd);
|
|
459
|
+
padding-inline-start: var(--pf-v6-c-table__button--PaddingInlineStart);
|
|
460
|
+
padding-inline-end: var(--pf-v6-c-table__button--PaddingInlineEnd);
|
|
461
|
+
margin-block-end: calc(var(--pf-v6-c-table__button--PaddingBlockEnd) * -1);
|
|
462
|
+
margin-inline-start: calc(var(--pf-v6-c-table__button--PaddingInlineStart) * -1);
|
|
468
463
|
font-size: inherit;
|
|
469
464
|
font-weight: inherit;
|
|
470
465
|
color: var(--pf-v6-c-table__button--Color);
|
|
@@ -474,6 +469,7 @@
|
|
|
474
469
|
background-color: var(--pf-v6-c-table__button--BackgroundColor);
|
|
475
470
|
border: 0;
|
|
476
471
|
border-radius: var(--pf-v6-c-table__button--BorderRadius);
|
|
472
|
+
outline-offset: var(--pf-v6-c-table__button--OutlineOffset);
|
|
477
473
|
}
|
|
478
474
|
.pf-v6-c-table .pf-v6-c-table .pf-v6-c-table__button {
|
|
479
475
|
margin-block-end: 0;
|
|
@@ -527,25 +523,27 @@
|
|
|
527
523
|
.pf-v6-c-table .pf-v6-c-table__check,
|
|
528
524
|
.pf-v6-c-table .pf-v6-c-table__toggle,
|
|
529
525
|
.pf-v6-c-table .pf-v6-c-table__action,
|
|
530
|
-
.pf-v6-c-table .pf-v6-c-table__favorite,
|
|
531
|
-
.pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-favorite,
|
|
532
526
|
.pf-v6-c-table .pf-v6-c-table__inline-edit-action,
|
|
533
527
|
.pf-v6-c-table .pf-v6-c-table__draggable {
|
|
534
528
|
--pf-v6-c-table--cell--MinWidth: 0;
|
|
535
529
|
--pf-v6-c-table--cell--Width: 1%;
|
|
536
530
|
}
|
|
537
531
|
|
|
532
|
+
.pf-v6-c-table .pf-v6-c-table__favorite {
|
|
533
|
+
--pf-v6-c-table--cell--MaxWidth: auto;
|
|
534
|
+
}
|
|
535
|
+
|
|
538
536
|
.pf-v6-c-table__toggle {
|
|
539
|
-
--pf-v6-c-table--cell--
|
|
540
|
-
--pf-v6-c-table--cell--
|
|
541
|
-
--pf-v6-c-table--cell--
|
|
542
|
-
--pf-v6-c-table--cell--
|
|
537
|
+
--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table__toggle--PaddingBlockStart);
|
|
538
|
+
--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table__toggle--PaddingBlockEnd);
|
|
539
|
+
--pf-v6-c-table--cell--PaddingInlineStart: var(--pf-v6-c-table__toggle--PaddingInlineStart);
|
|
540
|
+
--pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table__toggle--PaddingInlineEnd);
|
|
543
541
|
}
|
|
544
542
|
.pf-v6-c-table__toggle .pf-v6-c-button.pf-m-expanded .pf-v6-c-table__toggle-icon {
|
|
545
543
|
transform: rotate(var(--pf-v6-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate));
|
|
546
544
|
}
|
|
547
545
|
.pf-v6-c-table__toggle .pf-v6-c-table__toggle-icon {
|
|
548
|
-
transition: var(--pf-v6-c-table__toggle--c-button__toggle-icon--
|
|
546
|
+
transition: transform var(--pf-v6-c-table__toggle--c-button__toggle-icon--TransitionDuration) var(--pf-v6-c-table__toggle--c-button__toggle-icon--TransitionTimingFunction);
|
|
549
547
|
transform: rotate(var(--pf-v6-c-table__toggle--c-button__toggle-icon--Rotate));
|
|
550
548
|
}
|
|
551
549
|
:where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-table__toggle .pf-v6-c-table__toggle-icon {
|
|
@@ -557,8 +555,8 @@
|
|
|
557
555
|
}
|
|
558
556
|
|
|
559
557
|
.pf-v6-c-table__check {
|
|
560
|
-
--pf-v6-c-table--cell--
|
|
561
|
-
--pf-v6-c-table--cell--
|
|
558
|
+
--pf-v6-c-table--cell--PaddingInlineStart: var(--pf-v6-c-table__check--PaddingInlineStart);
|
|
559
|
+
--pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table__check--PaddingInlineEnd);
|
|
562
560
|
vertical-align: top;
|
|
563
561
|
}
|
|
564
562
|
.pf-v6-c-table__check .pf-v6-c-check {
|
|
@@ -583,8 +581,11 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
583
581
|
.pf-v6-c-table__favorite .pf-v6-c-button {
|
|
584
582
|
--pf-v6-c-button--FontSize: var(--pf-v6-c-table__favorite--c-button--FontSize);
|
|
585
583
|
}
|
|
586
|
-
.pf-
|
|
587
|
-
--pf-v6-c-button--m-
|
|
584
|
+
.pf-v6-c-table__favorite.pf-m-favorited .pf-v6-c-button {
|
|
585
|
+
--pf-v6-c-button--m-plain__icon--Color: var(--pf-v6-c-table__favorite--m-favorited--c-button--Color);
|
|
586
|
+
}
|
|
587
|
+
.pf-v6-c-table__favorite.pf-m-favorited .pf-v6-c-button:is(:hover, :focus) {
|
|
588
|
+
--pf-v6-c-button--hover__icon--Color: var(--pf-v6-c-table__favorite--m-favorited--c-button--Color);
|
|
588
589
|
}
|
|
589
590
|
|
|
590
591
|
.pf-v6-c-table__draggable .pf-v6-c-button {
|
|
@@ -598,10 +599,10 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
598
599
|
.pf-v6-c-table__favorite,
|
|
599
600
|
.pf-v6-c-table__inline-edit-action,
|
|
600
601
|
.pf-v6-c-table__draggable {
|
|
601
|
-
--pf-v6-c-table--cell--
|
|
602
|
-
--pf-v6-c-table--cell--
|
|
603
|
-
--pf-v6-c-table--cell--
|
|
604
|
-
--pf-v6-c-table--cell--
|
|
602
|
+
--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table__action--PaddingBlockStart);
|
|
603
|
+
--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table__action--PaddingBlockEnd);
|
|
604
|
+
--pf-v6-c-table--cell--PaddingInlineStart: var(--pf-v6-c-table__action--PaddingInlineStart);
|
|
605
|
+
--pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table__action--PaddingInlineEnd);
|
|
605
606
|
}
|
|
606
607
|
|
|
607
608
|
.pf-v6-c-table__action:last-child,
|
|
@@ -614,6 +615,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
614
615
|
--pf-v6-c-table__button--hover--Color: var(--pf-v6-c-table__compound-expansion-toggle__button--hover--Color);
|
|
615
616
|
position: relative;
|
|
616
617
|
padding: 0;
|
|
618
|
+
background-color: var(--pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor);
|
|
617
619
|
}
|
|
618
620
|
.pf-v6-c-table__compound-expansion-toggle.pf-m-truncate {
|
|
619
621
|
overflow: visible;
|
|
@@ -633,10 +635,15 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
633
635
|
inset: 0;
|
|
634
636
|
content: "";
|
|
635
637
|
border: 0;
|
|
636
|
-
border-block-start: var(--pf-v6-c-table__compound-expansion-toggle__button--after--
|
|
638
|
+
border-block-start: var(--pf-v6-c-table__compound-expansion-toggle__button--after--BorderBlockStartWidth) solid var(--pf-v6-c-table__compound-expansion-toggle__button--after--BorderColor);
|
|
637
639
|
}
|
|
638
|
-
.pf-v6-c-table__compound-expansion-toggle:hover, .pf-v6-c-table__compound-expansion-toggle:focus-within
|
|
639
|
-
--pf-v6-c-table__compound-expansion-toggle__button--
|
|
640
|
+
.pf-v6-c-table__compound-expansion-toggle:hover, .pf-v6-c-table__compound-expansion-toggle:focus-within {
|
|
641
|
+
--pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor: var(--pf-v6-c-table__compound-expansion-toggle__button--hover--BackgroundColor);
|
|
642
|
+
--pf-v6-c-table__compound-expansion-toggle__button--after--BorderBlockStartWidth: var(--pf-v6-c-table__compound-expansion-toggle__button--hover--after--BorderBlockStartWidth);
|
|
643
|
+
}
|
|
644
|
+
.pf-v6-c-table__compound-expansion-toggle.pf-m-expanded {
|
|
645
|
+
--pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor: var(--pf-v6-c-table__compound-expansion-toggle__button--expanded--BackgroundColor);
|
|
646
|
+
--pf-v6-c-table__compound-expansion-toggle__button--after--BorderBlockStartWidth: var(--pf-v6-c-table__compound-expansion-toggle--m-expanded__button--after--BorderBlockStartWidth);
|
|
640
647
|
}
|
|
641
648
|
.pf-v6-c-table__compound-expansion-toggle:focus-within {
|
|
642
649
|
outline-offset: var(--pf-v6-c-table__button--OutlineOffset);
|
|
@@ -649,7 +656,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
649
656
|
}
|
|
650
657
|
|
|
651
658
|
.pf-v6-c-table__column-help-action {
|
|
652
|
-
margin-inline-start: var(--pf-v6-c-table__column-help--
|
|
659
|
+
margin-inline-start: var(--pf-v6-c-table__column-help--MarginInlineStart);
|
|
653
660
|
}
|
|
654
661
|
|
|
655
662
|
.pf-v6-c-table__sort {
|
|
@@ -663,25 +670,23 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
663
670
|
.pf-v6-c-table__sort .pf-v6-c-table__button .pf-v6-c-table__text {
|
|
664
671
|
color: var(--pf-v6-c-table__sort__button__text--Color);
|
|
665
672
|
}
|
|
666
|
-
.pf-v6-c-table__sort.pf-m-selected .pf-v6-c-table__button {
|
|
673
|
+
.pf-v6-c-table__sort.pf-m-selected .pf-v6-c-table__button, .pf-v6-c-table__sort.pf-m-selected .pf-v6-c-button {
|
|
667
674
|
--pf-v6-c-table__sort-indicator--Color: var(--pf-v6-c-table__sort--m-selected__sort-indicator--Color);
|
|
668
|
-
|
|
675
|
+
}
|
|
676
|
+
.pf-v6-c-table__sort.pf-m-selected .pf-v6-c-table__button .pf-v6-c-table__text, .pf-v6-c-table__sort.pf-m-selected .pf-v6-c-button .pf-v6-c-table__text {
|
|
669
677
|
color: var(--pf-v6-c-table__sort--m-selected__button--Color);
|
|
670
678
|
}
|
|
671
679
|
.pf-v6-c-table__sort.pf-m-help {
|
|
672
680
|
--pf-v6-c-table__th--m-help--MinWidth: var(--pf-v6-c-table__sort--m-help--MinWidth);
|
|
673
681
|
}
|
|
674
|
-
.pf-v6-c-table__sort.pf-m-favorite {
|
|
675
|
-
|
|
676
|
-
--pf-v6-c-table__sort__button--hover__text--Color: var(--pf-v6-c-table__sort--m-favorite__button--hover__text--Color);
|
|
677
|
-
--pf-v6-c-table__sort--m-selected__button__text--Color: currentcolor;
|
|
682
|
+
.pf-v6-c-table__sort.pf-m-favorite .pf-v6-c-table__text {
|
|
683
|
+
font-size: var(--pf-v6-c-table__favorite--c-button--FontSize);
|
|
678
684
|
}
|
|
679
685
|
|
|
680
686
|
.pf-v6-c-table__sort-indicator {
|
|
681
687
|
grid-column: 2;
|
|
682
688
|
align-self: end;
|
|
683
|
-
margin-inline-start: var(--pf-v6-c-table__sort-indicator--
|
|
684
|
-
font-size: var(--pf-v6-c-table__sort-indicator--FontSize);
|
|
689
|
+
margin-inline-start: var(--pf-v6-c-table__sort-indicator--MarginInlineStart);
|
|
685
690
|
color: var(--pf-v6-c-table__sort-indicator--Color);
|
|
686
691
|
pointer-events: none;
|
|
687
692
|
}
|
|
@@ -690,31 +695,32 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
690
695
|
position: relative;
|
|
691
696
|
border-block-end: 0 solid transparent;
|
|
692
697
|
}
|
|
693
|
-
.pf-v6-c-table__expandable-row,
|
|
694
|
-
.pf-v6-c-table__expandable-row
|
|
695
|
-
|
|
696
|
-
}
|
|
697
|
-
.pf-v6-c-table__expandable-row > td,
|
|
698
|
-
.pf-v6-c-table__expandable-row > th {
|
|
699
|
-
padding-top: 0;
|
|
698
|
+
:not(.pf-v6-c-table__control-row) ~ .pf-v6-c-table__expandable-row > .pf-v6-c-table__th,
|
|
699
|
+
:not(.pf-v6-c-table__control-row) ~ .pf-v6-c-table__expandable-row > .pf-v6-c-table__td {
|
|
700
|
+
padding-block-start: 0;
|
|
700
701
|
}
|
|
702
|
+
|
|
701
703
|
.pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding,
|
|
702
704
|
.pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding {
|
|
703
705
|
padding-block-start: 0;
|
|
704
|
-
padding-inline-end: 0;
|
|
705
706
|
padding-block-end: 0;
|
|
706
|
-
padding-inline-start:
|
|
707
|
+
padding-inline-start: 0;
|
|
708
|
+
padding-inline-end: 0;
|
|
707
709
|
}
|
|
708
710
|
.pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding .pf-v6-c-table__expandable-row-content,
|
|
709
711
|
.pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding .pf-v6-c-table__expandable-row-content {
|
|
710
712
|
padding: 0;
|
|
711
713
|
}
|
|
712
714
|
.pf-v6-c-table__expandable-row .pf-v6-c-table__expandable-row-content {
|
|
713
|
-
padding-block-start: var(--pf-v6-c-table__expandable-row-content--
|
|
714
|
-
padding-block-end: var(--pf-v6-c-table__expandable-row-content--
|
|
715
|
+
padding-block-start: var(--pf-v6-c-table__expandable-row-content--PaddingBlockStart);
|
|
716
|
+
padding-block-end: var(--pf-v6-c-table__expandable-row-content--PaddingBlockEnd);
|
|
717
|
+
padding-inline-start: var(--pf-v6-c-table__expandable-row-content--PaddingInlineStart);
|
|
718
|
+
padding-inline-end: var(--pf-v6-c-table__expandable-row-content--PaddingInlineEnd);
|
|
719
|
+
background-color: var(--pf-v6-c-table__expandable-row-content--BackgroundColor);
|
|
720
|
+
border-radius: var(--pf-v6-c-table__expandable-row-content--BorderRadius);
|
|
715
721
|
}
|
|
716
722
|
.pf-v6-c-table__expandable-row.pf-m-expanded {
|
|
717
|
-
border-block-end-color: var(--pf-v6-c-table__expandable-row--m-expanded--
|
|
723
|
+
border-block-end-color: var(--pf-v6-c-table__expandable-row--m-expanded--BorderBlockEndColor);
|
|
718
724
|
border-block-end-width: var(--pf-v6-c-table--border-width--base);
|
|
719
725
|
}
|
|
720
726
|
.pf-v6-c-table__expandable-row:not(.pf-m-expanded) {
|
|
@@ -725,24 +731,24 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
725
731
|
}
|
|
726
732
|
|
|
727
733
|
.pf-v6-c-table.pf-m-compact {
|
|
728
|
-
--pf-v6-c-table--cell--
|
|
729
|
-
--pf-v6-c-table--cell--
|
|
734
|
+
--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-compact--cell--PaddingBlockStart);
|
|
735
|
+
--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-compact--cell--PaddingBlockEnd);
|
|
730
736
|
}
|
|
731
737
|
.pf-v6-c-table.pf-m-compact tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
|
|
732
|
-
--pf-v6-c-table--cell--
|
|
733
|
-
--pf-v6-c-table--cell--
|
|
738
|
+
--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-compact--cell--PaddingBlockStart);
|
|
739
|
+
--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-compact--cell--PaddingBlockEnd);
|
|
734
740
|
}
|
|
735
741
|
.pf-v6-c-table.pf-m-compact thead:where(.pf-v6-c-table__thead) th:where(.pf-v6-c-table__th),
|
|
736
742
|
.pf-v6-c-table.pf-m-compact thead:where(.pf-v6-c-table__thead) .pf-v6-c-table__toggle {
|
|
737
|
-
--pf-v6-c-table--cell--
|
|
738
|
-
--pf-v6-c-table--cell--
|
|
743
|
+
--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-compact__th--PaddingBlockStart);
|
|
744
|
+
--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-compact__th--PaddingBlockEnd);
|
|
739
745
|
}
|
|
740
746
|
.pf-v6-c-table.pf-m-compact .pf-v6-c-table__action,
|
|
741
747
|
.pf-v6-c-table.pf-m-compact .pf-v6-c-table__favorite,
|
|
742
748
|
.pf-v6-c-table.pf-m-compact .pf-v6-c-table__toggle,
|
|
743
749
|
.pf-v6-c-table.pf-m-compact .pf-v6-c-table__draggable {
|
|
744
|
-
--pf-v6-c-table--cell--
|
|
745
|
-
--pf-v6-c-table--cell--
|
|
750
|
+
--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-compact__action--PaddingBlockStart);
|
|
751
|
+
--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-compact__action--PaddingBlockEnd);
|
|
746
752
|
}
|
|
747
753
|
.pf-v6-c-table.pf-m-compact .pf-v6-c-table__icon {
|
|
748
754
|
width: auto;
|
|
@@ -751,13 +757,44 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
751
757
|
}
|
|
752
758
|
|
|
753
759
|
.pf-v6-c-table__thead {
|
|
760
|
+
--pf-v6-c-table__tr--BorderBlockEndWidth: 0;
|
|
761
|
+
--pf-v6-c-table__toggle--PaddingBlockEnd: var(--pf-v6-c-table__thead__toggle--PaddingBlockEnd);
|
|
754
762
|
vertical-align: bottom;
|
|
755
763
|
}
|
|
764
|
+
.pf-v6-c-table__thead.pf-m-nested-column-header .pf-v6-c-table__button {
|
|
765
|
+
--pf-v6-c-table__button--PaddingInlineStart: var(--pf-v6-c-table__nested-column-header__button--PaddingInlineStart);
|
|
766
|
+
--pf-v6-c-table__button--PaddingInlineEnd: var(--pf-v6-c-table__nested-column-header__button--PaddingInlineEnd);
|
|
767
|
+
margin-inline-end: calc(var(--pf-v6-c-table__button--PaddingInlineStart) * -1);
|
|
768
|
+
}
|
|
756
769
|
|
|
757
770
|
.pf-v6-c-table__tbody {
|
|
758
771
|
vertical-align: top;
|
|
759
772
|
}
|
|
760
|
-
.pf-v6-c-table__tbody .pf-v6-c-
|
|
773
|
+
.pf-v6-c-table__tbody .pf-v6-c-table__control-row ~ .pf-v6-c-table__expandable-row.pf-m-expanded {
|
|
774
|
+
background-color: var(--pf-v6-c-table--compound-expansion--m-expanded--BackgroundColor);
|
|
775
|
+
}
|
|
776
|
+
|
|
777
|
+
.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tr.pf-m-expanded {
|
|
778
|
+
border-block-end: 0;
|
|
779
|
+
}
|
|
780
|
+
.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody {
|
|
781
|
+
border-block-end: var(--pf-v6-c-table__tr--BorderBlockEndWidth) solid var(--pf-v6-c-table__tr--BorderBlockEndColor);
|
|
782
|
+
}
|
|
783
|
+
.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded {
|
|
784
|
+
border-block-end: var(--pf-v6-c-table__tr--BorderBlockEndWidth) solid var(--pf-v6-c-table__tr--BorderBlockEndColor);
|
|
785
|
+
}
|
|
786
|
+
.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded .pf-v6-c-table__control-row {
|
|
787
|
+
background-color: var(--pf-v6-c-table__control-row--BackgroundColor);
|
|
788
|
+
border-block-end: var(--pf-v6-c-table__control-row--BorderBlockEndWidth) solid var(--pf-v6-c-table__control-row__tbody--BorderBlockEndColor);
|
|
789
|
+
}
|
|
790
|
+
|
|
791
|
+
.pf-v6-c-table__tr {
|
|
792
|
+
border-block-end: var(--pf-v6-c-table__tr--BorderBlockEndWidth) solid var(--pf-v6-c-table__tr--BorderBlockEndColor);
|
|
793
|
+
}
|
|
794
|
+
.pf-v6-c-table__thead .pf-v6-c-table__tr {
|
|
795
|
+
border-block-end: 0;
|
|
796
|
+
}
|
|
797
|
+
.pf-v6-c-table__tr.pf-m-border-row {
|
|
761
798
|
border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
|
|
762
799
|
}
|
|
763
800
|
|
|
@@ -766,7 +803,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
766
803
|
align-items: center;
|
|
767
804
|
}
|
|
768
805
|
.pf-v6-c-table__icon-inline > :not(:last-child) {
|
|
769
|
-
margin-inline-end: var(--pf-v6-c-table__icon-inline--
|
|
806
|
+
margin-inline-end: var(--pf-v6-c-table__icon-inline--MarginInlineEnd);
|
|
770
807
|
}
|
|
771
808
|
|
|
772
809
|
.pf-v6-c-table .pf-m-width-10 {
|