@patternfly/patternfly 6.5.0-prerelease.5 → 6.5.0-prerelease.50
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 -1
- package/assets/fontawesome/_variables.scss +2 -1
- package/assets/images/RHAiExperienceIcon.svg +27 -0
- package/assets/images/RHAutomationsLogo.svg +96 -0
- package/assets/images/RHServerStackIcon.svg +16 -0
- package/assets/images/compass--hero-bg.png +0 -0
- package/assets/images/compass--rh-wallpaper-dark.png +0 -0
- package/assets/images/compass--rh-wallpaper-light.png +0 -0
- package/assets/images/compass--wallpaper-dark.png +0 -0
- package/assets/images/compass--wallpaper-light.png +0 -0
- package/base/normalize.scss +7 -0
- package/base/patternfly-common.css +50 -0
- package/base/patternfly-common.scss +59 -0
- package/base/patternfly-svg-icons.css +11 -0
- package/base/patternfly-svg-icons.scss +14 -0
- package/base/patternfly-variables.css +345 -14
- package/base/patternfly-variables.scss +40 -0
- package/base/tokens/tokens-dark.scss +51 -3
- package/base/tokens/tokens-default.scss +67 -13
- package/base/tokens/tokens-glass-dark.scss +9 -0
- package/base/tokens/tokens-glass.scss +9 -0
- package/base/tokens/tokens-local.scss +16 -0
- package/base/tokens/tokens-palette.scss +3 -1
- package/base/tokens/tokens-redhat-dark.scss +14 -0
- package/base/tokens/tokens-redhat-glass-dark.scss +16 -0
- package/base/tokens/tokens-redhat-glass.scss +15 -0
- package/base/tokens/tokens-redhat-highcontrast-dark.scss +47 -0
- package/base/tokens/tokens-redhat-highcontrast.scss +127 -0
- package/base/tokens/tokens-redhat.scss +15 -0
- package/components/AboutModalBox/about-modal-box.css +36 -26
- package/components/Accordion/accordion.css +17 -14
- package/components/Accordion/accordion.scss +1 -2
- package/components/ActionList/action-list.css +2 -0
- package/components/ActionList/action-list.scss +2 -0
- package/components/Alert/alert.css +7 -5
- package/components/Alert/alert.scss +2 -1
- package/components/Avatar/avatar.css +12 -4
- package/components/BackgroundImage/background-image.css +6 -3
- package/components/Banner/banner.css +8 -6
- package/components/Brand/brand.css +3 -1
- package/components/Breadcrumb/breadcrumb.css +4 -3
- package/components/Button/button.css +117 -14
- package/components/Button/button.scss +127 -10
- package/components/CalendarMonth/calendar-month.css +4 -3
- package/components/Card/card.css +20 -7
- package/components/Card/card.scss +16 -2
- package/components/ClipboardCopy/clipboard-copy.css +7 -6
- package/components/ClipboardCopy/clipboard-copy.scss +3 -3
- package/components/CodeEditor/code-editor.css +1 -1
- package/components/CodeEditor/code-editor.scss +1 -1
- package/components/Compass/compass.css +320 -0
- package/components/Compass/compass.scss +350 -0
- package/components/DataList/data-list.css +34 -23
- package/components/DataList/data-list.scss +7 -2
- package/components/DescriptionList/description-list-order.scss +5 -1
- package/components/DescriptionList/description-list.css +7 -5
- package/components/DescriptionList/description-list.scss +5 -1
- package/components/Divider/divider.css +7 -5
- package/components/Drawer/drawer.css +110 -56
- package/components/Drawer/drawer.scss +69 -9
- package/components/DualListSelector/dual-list-selector.css +18 -12
- package/components/DualListSelector/dual-list-selector.scss +1 -1
- package/components/ExpandableSection/expandable-section.css +21 -16
- package/components/ExpandableSection/expandable-section.scss +6 -3
- package/components/Form/form.css +2 -2
- package/components/Form/form.scss +2 -2
- package/components/FormControl/form-control.css +3 -3
- package/components/FormControl/form-control.scss +3 -3
- package/components/Hero/hero.css +74 -0
- package/components/Hero/hero.scss +86 -0
- package/components/JumpLinks/jump-links.css +5 -4
- package/components/JumpLinks/jump-links.scss +6 -2
- package/components/Label/label-group.css +2 -2
- package/components/Label/label-group.scss +2 -2
- package/components/Label/label.css +4 -3
- package/components/Login/login.css +51 -37
- package/components/Masthead/masthead.css +70 -16
- package/components/Masthead/masthead.scss +54 -1
- package/components/Menu/menu.css +23 -14
- package/components/MenuToggle/menu-toggle.css +5 -1
- package/components/MenuToggle/menu-toggle.scss +6 -1
- package/components/ModalBox/modal-box.css +9 -7
- package/components/ModalBox/modal-box.scss +2 -2
- package/components/Nav/nav.css +74 -11
- package/components/Nav/nav.scss +77 -5
- package/components/NotificationDrawer/notification-drawer.css +19 -9
- package/components/NotificationDrawer/notification-drawer.scss +14 -5
- package/components/Page/page.css +55 -29
- package/components/Page/page.scss +44 -5
- package/components/Pagination/pagination.scss +5 -1
- package/components/ProgressStepper/progress-stepper.scss +5 -1
- package/components/Sidebar/sidebar.css +1 -1
- package/components/Sidebar/sidebar.scss +7 -3
- package/components/Skeleton/skeleton.css +16 -15
- package/components/Slider/slider.css +32 -18
- package/components/Switch/switch.css +4 -2
- package/components/Switch/switch.scss +1 -1
- package/components/Table/table-grid.css +28 -36
- package/components/Table/table-grid.scss +4 -4
- package/components/Table/table-tree-view.css +4 -2
- package/components/Table/table.css +33 -29
- package/components/Table/table.scss +2 -2
- package/components/Tabs/tabs.css +35 -18
- package/components/Tabs/tabs.scss +35 -7
- package/components/TextInputGroup/text-input-group.css +2 -2
- package/components/TextInputGroup/text-input-group.scss +2 -2
- package/components/ToggleGroup/toggle-group.css +34 -17
- package/components/ToggleGroup/toggle-group.scss +36 -20
- package/components/Toolbar/toolbar.css +47 -15
- package/components/Toolbar/toolbar.scss +34 -6
- package/components/TreeView/tree-view.css +45 -14
- package/components/TreeView/tree-view.scss +32 -1
- package/components/Wizard/wizard.css +21 -17
- package/components/Wizard/wizard.scss +4 -4
- package/components/_index.css +1602 -676
- package/components/_index.scss +3 -1
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +13 -1
- package/docs/components/Accordion/examples/Accordion.md +390 -30
- package/docs/components/ActionList/examples/ActionList.md +143 -11
- package/docs/components/Alert/examples/Alert.md +678 -54
- package/docs/components/Avatar/examples/Avatar.md +4 -4
- package/docs/components/BackToTop/examples/BackToTop.md +13 -1
- package/docs/components/Banner/examples/Banner.md +65 -5
- package/docs/components/Brand/examples/Brand.md +2 -2
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +299 -23
- package/docs/components/Button/examples/Button.md +2217 -241
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +104 -8
- package/docs/components/Card/examples/Card.md +206 -4
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +286 -22
- package/docs/components/CodeBlock/examples/CodeBlock.md +104 -8
- package/docs/components/CodeEditor/examples/CodeEditor.md +195 -15
- package/docs/components/Compass/examples/Compass.css +17 -0
- package/docs/components/Compass/examples/Compass.md +119 -0
- package/docs/components/DataList/examples/DataList.md +405 -205
- package/docs/components/DatePicker/examples/DatePicker.md +78 -6
- package/docs/components/DescriptionList/examples/DescriptionList.md +327 -27
- package/docs/components/Divider/examples/Divider.md +2 -2
- package/docs/components/Drawer/examples/Drawer.md +353 -35
- package/docs/components/DualListSelector/examples/DualListSelector.md +1013 -143
- package/docs/components/ExpandableSection/examples/ExpandableSection.md +91 -7
- package/docs/components/Form/examples/Form.md +78 -6
- package/docs/components/Hero/examples/Hero.md +25 -0
- package/docs/components/Icon/examples/Icon.md +92 -8
- package/docs/components/InlineEdit/examples/InlineEdit.md +312 -24
- package/docs/components/InputGroup/examples/InputGroup.md +27 -3
- package/docs/components/JumpLinks/examples/JumpLinks.md +54 -6
- package/docs/components/Label/examples/Label.md +2834 -218
- package/docs/components/Login/examples/Login.md +26 -2
- package/docs/components/Masthead/examples/masthead.md +80 -1
- package/docs/components/Menu/examples/Menu.md +1458 -114
- package/docs/components/MenuToggle/examples/MenuToggle.md +53 -1
- package/docs/components/ModalBox/examples/ModalBox.md +287 -23
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +156 -12
- package/docs/components/Nav/examples/Navigation.md +798 -58
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +598 -46
- package/docs/components/OverflowMenu/examples/overflow-menu.md +78 -6
- package/docs/components/Page/examples/Page.md +51 -2
- package/docs/components/Pagination/examples/Pagination.md +627 -51
- package/docs/components/Popover/examples/Popover.md +286 -22
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +275 -23
- package/docs/components/Sidebar/examples/Sidebar.md +1 -1
- package/docs/components/Slider/examples/Slider.md +52 -4
- package/docs/components/Table/examples/Table.md +875 -70
- package/docs/components/Tabs/examples/Tabs.md +4127 -320
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +600 -48
- package/docs/components/ToggleGroup/examples/toggle-group.md +195 -15
- package/docs/components/Toolbar/examples/Toolbar.md +490 -42
- package/docs/components/TreeView/examples/TreeView.md +1390 -130
- package/docs/components/Wizard/examples/Wizard.md +492 -72
- package/docs/demos/AboutModal/examples/AboutModal.md +57 -9
- package/docs/demos/Alert/examples/Alert.md +236 -32
- package/docs/demos/BackToTop/examples/BackToTop.md +57 -9
- package/docs/demos/Banner/examples/Banner.md +88 -16
- package/docs/demos/Button/examples/Button.md +13 -1
- package/docs/demos/Card/examples/Card.md +399 -42
- package/docs/demos/CardView/examples/CardView.md +161 -17
- package/docs/demos/Compass/examples/Compass.md +6836 -0
- package/docs/demos/Dashboard/examples/Dashboard.md +173 -26
- package/docs/demos/DataList/examples/DataList.md +566 -65
- package/docs/demos/DescriptionList/examples/DescriptionList.md +156 -27
- package/docs/demos/Drawer/examples/Drawer.md +216 -45
- package/docs/demos/Form/examples/BasicForms.md +273 -21
- package/docs/demos/JumpLinks/examples/JumpLinks.md +272 -59
- package/docs/demos/Masthead/examples/Masthead.md +458 -89
- package/docs/demos/Modal/examples/Modal.md +342 -57
- package/docs/demos/Nav/examples/Nav.md +660 -87
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +1088 -140
- package/docs/demos/Page/examples/Page.md +618 -123
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +13 -1
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +52 -4
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +691 -113
- package/docs/demos/Skeleton/examples/Skeleton.md +44 -8
- package/docs/demos/Table/examples/Table.md +3924 -256
- package/docs/demos/Tabs/examples/Tabs.md +407 -65
- package/docs/demos/Toolbar/examples/Toolbar.md +502 -52
- package/docs/demos/Wizard/examples/Wizard.md +796 -130
- package/docs/layouts/Bullseye/examples/Bullseye.css +2 -2
- package/docs/layouts/Bullseye/examples/Bullseye.md +2 -1
- package/docs/layouts/Flex/examples/Flex.css +3 -3
- package/docs/layouts/Flex/examples/Flex.md +3 -2
- package/docs/layouts/Gallery/examples/Gallery.css +2 -2
- package/docs/layouts/Gallery/examples/Gallery.md +4 -3
- package/docs/layouts/Grid/examples/Grid.css +1 -1
- package/docs/layouts/Grid/examples/Grid.md +6 -5
- package/docs/layouts/Level/examples/Level.css +3 -3
- package/docs/layouts/Level/examples/Level.md +2 -1
- package/docs/layouts/Split/examples/Split.css +1 -1
- package/docs/layouts/Split/examples/Split.md +2 -1
- package/docs/layouts/Stack/examples/Stack.css +3 -3
- package/docs/layouts/Stack/examples/Stack.md +2 -1
- package/docs/utilities/Accessibility/examples/Accessibility.md +3 -2
- package/docs/utilities/Alignment/examples/Alignment.css +4 -4
- package/docs/utilities/Alignment/examples/Alignment.md +3 -2
- package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +5 -4
- package/docs/utilities/BoxShadow/examples/box-shadow.css +2 -2
- package/docs/utilities/BoxShadow/examples/box-shadow.md +2 -1
- package/docs/utilities/Display/examples/Display.css +1 -1
- package/docs/utilities/Display/examples/Display.md +3 -2
- package/docs/utilities/Flex/examples/Flex.css +7 -7
- package/docs/utilities/Flex/examples/Flex.md +3 -2
- package/docs/utilities/Float/examples/Float.css +2 -2
- package/docs/utilities/Float/examples/Float.md +3 -2
- package/docs/utilities/Sizing/examples/Sizing.md +8 -7
- package/docs/utilities/Spacing/examples/Spacing.css +2 -2
- package/docs/utilities/Spacing/examples/Spacing.md +3 -2
- package/docs/utilities/Text/examples/Text.md +5 -4
- package/icons/PfIcons/add-circle-o.svg +4 -0
- package/icons/PfIcons/ansible-tower.svg +4 -0
- package/icons/PfIcons/applications.svg +4 -0
- package/icons/PfIcons/arrow.svg +4 -0
- package/icons/PfIcons/asleep.svg +4 -0
- package/icons/PfIcons/attention-bell.svg +4 -0
- package/icons/PfIcons/automation.svg +4 -0
- package/icons/PfIcons/bell.svg +4 -0
- package/icons/PfIcons/blueprint.svg +4 -0
- package/icons/PfIcons/build.svg +4 -0
- package/icons/PfIcons/builder-image.svg +4 -0
- package/icons/PfIcons/bundle.svg +4 -0
- package/icons/PfIcons/catalog.svg +4 -0
- package/icons/PfIcons/chat.svg +4 -0
- package/icons/PfIcons/close.svg +4 -0
- package/icons/PfIcons/cloud-security.svg +4 -0
- package/icons/PfIcons/cloud-tenant.svg +4 -0
- package/icons/PfIcons/cluster.svg +4 -0
- package/icons/PfIcons/connected.svg +4 -0
- package/icons/PfIcons/container-node.svg +4 -0
- package/icons/PfIcons/cpu.svg +4 -0
- package/icons/PfIcons/critical-risk.svg +4 -0
- package/icons/PfIcons/data-processor.svg +4 -0
- package/icons/PfIcons/data-sink.svg +4 -0
- package/icons/PfIcons/data-source.svg +4 -0
- package/icons/PfIcons/degraded.svg +4 -0
- package/icons/PfIcons/disconnected.svg +4 -0
- package/icons/PfIcons/domain.svg +4 -0
- package/icons/PfIcons/edit.svg +4 -0
- package/icons/PfIcons/enhancement.svg +4 -0
- package/icons/PfIcons/enterprise.svg +4 -0
- package/icons/PfIcons/equalizer.svg +4 -0
- package/icons/PfIcons/error-circle-o.svg +4 -0
- package/icons/PfIcons/export.svg +4 -0
- package/icons/PfIcons/filter.svg +4 -0
- package/icons/PfIcons/flavor.svg +4 -0
- package/icons/PfIcons/folder-close.svg +4 -0
- package/icons/PfIcons/folder-open.svg +4 -0
- package/icons/PfIcons/globe-route.svg +4 -0
- package/icons/PfIcons/help.svg +4 -0
- package/icons/PfIcons/history.svg +4 -0
- package/icons/PfIcons/home.svg +4 -0
- package/icons/PfIcons/import.svg +4 -0
- package/icons/PfIcons/in-progress.svg +4 -0
- package/icons/PfIcons/info.svg +4 -0
- package/icons/PfIcons/infrastructure.svg +4 -0
- package/icons/PfIcons/integration.svg +4 -0
- package/icons/PfIcons/key.svg +4 -0
- package/icons/PfIcons/locked.svg +4 -0
- package/icons/PfIcons/maintenance.svg +4 -0
- package/icons/PfIcons/memory.svg +4 -0
- package/icons/PfIcons/messages.svg +4 -0
- package/icons/PfIcons/middleware.svg +4 -0
- package/icons/PfIcons/migration.svg +4 -0
- package/icons/PfIcons/module.svg +4 -0
- package/icons/PfIcons/monitoring.svg +4 -0
- package/icons/PfIcons/multicluster.svg +4 -0
- package/icons/PfIcons/namespaces.svg +4 -0
- package/icons/PfIcons/network.svg +4 -0
- package/icons/PfIcons/new-process.svg +4 -0
- package/icons/PfIcons/not-started.svg +4 -0
- package/icons/PfIcons/off.svg +4 -0
- package/icons/PfIcons/ok.svg +4 -0
- package/icons/PfIcons/on-running.svg +4 -0
- package/icons/PfIcons/on.svg +4 -0
- package/icons/PfIcons/open-drawer-right.svg +4 -0
- package/icons/PfIcons/openshift.svg +4 -0
- package/icons/PfIcons/openstack.svg +4 -0
- package/icons/PfIcons/optimize.svg +4 -0
- package/icons/PfIcons/orders.svg +4 -0
- package/icons/PfIcons/os-image.svg +4 -0
- package/icons/PfIcons/package.svg +4 -0
- package/icons/PfIcons/panel-close.svg +4 -0
- package/icons/PfIcons/panel-open.svg +4 -0
- package/icons/PfIcons/paused.svg +4 -0
- package/icons/PfIcons/pending.svg +4 -0
- package/icons/PfIcons/pficon-dragdrop.svg +4 -0
- package/icons/PfIcons/pficon-history.svg +4 -0
- package/icons/PfIcons/pficon-network-range.svg +4 -0
- package/icons/PfIcons/pficon-satellite.svg +4 -0
- package/icons/PfIcons/pficon-sort-common-asc.svg +4 -0
- package/icons/PfIcons/pficon-sort-common-desc.svg +4 -0
- package/icons/PfIcons/pficon-template.svg +4 -0
- package/icons/PfIcons/pficon-vcenter.svg +4 -0
- package/icons/PfIcons/plugged.svg +4 -0
- package/icons/PfIcons/port.svg +4 -0
- package/icons/PfIcons/print.svg +4 -0
- package/icons/PfIcons/private.svg +4 -0
- package/icons/PfIcons/process-automation.svg +4 -0
- package/icons/PfIcons/project.svg +4 -0
- package/icons/PfIcons/rebalance.svg +4 -0
- package/icons/PfIcons/rebooting.svg +4 -0
- package/icons/PfIcons/regions.svg +4 -0
- package/icons/PfIcons/registry.svg +4 -0
- package/icons/PfIcons/remove2.svg +4 -0
- package/icons/PfIcons/replicator.svg +4 -0
- package/icons/PfIcons/repository.svg +4 -0
- package/icons/PfIcons/resource-pool.svg +4 -0
- package/icons/PfIcons/resources-almost-empty.svg +4 -0
- package/icons/PfIcons/resources-almost-full.svg +4 -0
- package/icons/PfIcons/resources-empty.svg +4 -0
- package/icons/PfIcons/resources-full.svg +4 -0
- package/icons/PfIcons/running.svg +4 -0
- package/icons/PfIcons/save.svg +4 -0
- package/icons/PfIcons/screen.svg +4 -0
- package/icons/PfIcons/security.svg +4 -0
- package/icons/PfIcons/server-group.svg +4 -0
- package/icons/PfIcons/server.svg +4 -0
- package/icons/PfIcons/service-catalog.svg +4 -0
- package/icons/PfIcons/service.svg +4 -0
- package/icons/PfIcons/services.svg +4 -0
- package/icons/PfIcons/severity-critical.svg +4 -0
- package/icons/PfIcons/severity-important.svg +4 -0
- package/icons/PfIcons/severity-minor.svg +4 -0
- package/icons/PfIcons/severity-moderate.svg +4 -0
- package/icons/PfIcons/severity-none.svg +4 -0
- package/icons/PfIcons/severity-undefined.svg +4 -0
- package/icons/PfIcons/spinner.svg +4 -0
- package/icons/PfIcons/spinner2.svg +4 -0
- package/icons/PfIcons/storage-domain.svg +4 -0
- package/icons/PfIcons/task.svg +4 -0
- package/icons/PfIcons/tenant.svg +4 -0
- package/icons/PfIcons/thumb-tack.svg +4 -0
- package/icons/PfIcons/topology.svg +4 -0
- package/icons/PfIcons/treeview.svg +4 -0
- package/icons/PfIcons/trend-down.svg +4 -0
- package/icons/PfIcons/trend-up.svg +4 -0
- package/icons/PfIcons/unknown.svg +4 -0
- package/icons/PfIcons/unlocked.svg +4 -0
- package/icons/PfIcons/unplugged.svg +4 -0
- package/icons/PfIcons/user.svg +4 -0
- package/icons/PfIcons/users.svg +4 -0
- package/icons/PfIcons/virtual-machine.svg +4 -0
- package/icons/PfIcons/volume.svg +4 -0
- package/icons/PfIcons/warning-triangle.svg +4 -0
- package/icons/PfIcons/zone.svg +4 -0
- package/layouts/Flex/flex.scss +83 -19
- package/layouts/Gallery/gallery.css +6 -2
- package/layouts/_index.css +6 -2
- package/package.json +34 -16
- package/patternfly-base-no-globals.css +406 -14
- package/patternfly-base.css +413 -14
- package/patternfly-charts.css +3 -3
- package/patternfly-no-globals.css +1947 -625
- package/patternfly.css +1954 -625
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/functions.scss +32 -25
- package/sass-utilities/mixins.scss +36 -20
- package/sass-utilities/namespaces-components.scss +6 -0
|
@@ -133,10 +133,11 @@ cssPrefix: pf-v6-c-table
|
|
|
133
133
|
### Responsive layout modifier usage
|
|
134
134
|
|
|
135
135
|
These classes can be used to ensure that the table changes between the tabular and grid-based layout at an appropriate screen width.
|
|
136
|
+
**Note:** If a wrapping element creates an `inline-size` or `size` container with the container name `pf-v6-contain-table`, the breakpoints will apply to the container's width.
|
|
136
137
|
|
|
137
138
|
| Class | Applied to | Outcome |
|
|
138
139
|
| -- | -- | -- |
|
|
139
|
-
| `.pf-m-grid-md`, `.pf-m-grid-lg`, `.pf-m-grid-xl`, `.pf-m-grid-2xl` | `.pf-v6-c-table` | Changes tabular layout to responsive, grid based layout at optional [breakpoint](/tokens/all-
|
|
140
|
+
| `.pf-m-grid-md`, `.pf-m-grid-lg`, `.pf-m-grid-xl`, `.pf-m-grid-2xl` | `.pf-v6-c-table` | Changes tabular layout to responsive, grid based layout at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). |
|
|
140
141
|
| `.pf-m-grid` | `.pf-v6-c-table` | Changes tabular layout to responsive, grid based layout. This approach requires JavaScript to set this class at some prescribed viewport width value. |
|
|
141
142
|
|
|
142
143
|
## Sortable
|
|
@@ -1331,7 +1332,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1331
1332
|
>
|
|
1332
1333
|
<span class="pf-v6-c-button__icon">
|
|
1333
1334
|
<div class="pf-v6-c-table__toggle-icon">
|
|
1334
|
-
<
|
|
1335
|
+
<svg
|
|
1336
|
+
class="pf-v6-svg"
|
|
1337
|
+
viewBox="0 0 20 20"
|
|
1338
|
+
fill="currentColor"
|
|
1339
|
+
aria-hidden="true"
|
|
1340
|
+
role="img"
|
|
1341
|
+
width="1em"
|
|
1342
|
+
height="1em"
|
|
1343
|
+
>
|
|
1344
|
+
<path
|
|
1345
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
1346
|
+
/>
|
|
1347
|
+
</svg>
|
|
1335
1348
|
</div>
|
|
1336
1349
|
</span>
|
|
1337
1350
|
</button>
|
|
@@ -1441,7 +1454,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1441
1454
|
>
|
|
1442
1455
|
<span class="pf-v6-c-button__icon">
|
|
1443
1456
|
<div class="pf-v6-c-table__toggle-icon">
|
|
1444
|
-
<
|
|
1457
|
+
<svg
|
|
1458
|
+
class="pf-v6-svg"
|
|
1459
|
+
viewBox="0 0 20 20"
|
|
1460
|
+
fill="currentColor"
|
|
1461
|
+
aria-hidden="true"
|
|
1462
|
+
role="img"
|
|
1463
|
+
width="1em"
|
|
1464
|
+
height="1em"
|
|
1465
|
+
>
|
|
1466
|
+
<path
|
|
1467
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
1468
|
+
/>
|
|
1469
|
+
</svg>
|
|
1445
1470
|
</div>
|
|
1446
1471
|
</span>
|
|
1447
1472
|
</button>
|
|
@@ -1537,7 +1562,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1537
1562
|
>
|
|
1538
1563
|
<span class="pf-v6-c-button__icon">
|
|
1539
1564
|
<div class="pf-v6-c-table__toggle-icon">
|
|
1540
|
-
<
|
|
1565
|
+
<svg
|
|
1566
|
+
class="pf-v6-svg"
|
|
1567
|
+
viewBox="0 0 20 20"
|
|
1568
|
+
fill="currentColor"
|
|
1569
|
+
aria-hidden="true"
|
|
1570
|
+
role="img"
|
|
1571
|
+
width="1em"
|
|
1572
|
+
height="1em"
|
|
1573
|
+
>
|
|
1574
|
+
<path
|
|
1575
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
1576
|
+
/>
|
|
1577
|
+
</svg>
|
|
1541
1578
|
</div>
|
|
1542
1579
|
</span>
|
|
1543
1580
|
</button>
|
|
@@ -1619,7 +1656,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1619
1656
|
>
|
|
1620
1657
|
<span class="pf-v6-c-button__icon">
|
|
1621
1658
|
<div class="pf-v6-c-table__toggle-icon">
|
|
1622
|
-
<
|
|
1659
|
+
<svg
|
|
1660
|
+
class="pf-v6-svg"
|
|
1661
|
+
viewBox="0 0 20 20"
|
|
1662
|
+
fill="currentColor"
|
|
1663
|
+
aria-hidden="true"
|
|
1664
|
+
role="img"
|
|
1665
|
+
width="1em"
|
|
1666
|
+
height="1em"
|
|
1667
|
+
>
|
|
1668
|
+
<path
|
|
1669
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
1670
|
+
/>
|
|
1671
|
+
</svg>
|
|
1623
1672
|
</div>
|
|
1624
1673
|
</span>
|
|
1625
1674
|
</button>
|
|
@@ -1704,7 +1753,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1704
1753
|
>
|
|
1705
1754
|
<span class="pf-v6-c-button__icon">
|
|
1706
1755
|
<div class="pf-v6-c-table__toggle-icon">
|
|
1707
|
-
<
|
|
1756
|
+
<svg
|
|
1757
|
+
class="pf-v6-svg"
|
|
1758
|
+
viewBox="0 0 20 20"
|
|
1759
|
+
fill="currentColor"
|
|
1760
|
+
aria-hidden="true"
|
|
1761
|
+
role="img"
|
|
1762
|
+
width="1em"
|
|
1763
|
+
height="1em"
|
|
1764
|
+
>
|
|
1765
|
+
<path
|
|
1766
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
1767
|
+
/>
|
|
1768
|
+
</svg>
|
|
1708
1769
|
</div>
|
|
1709
1770
|
</span>
|
|
1710
1771
|
</button>
|
|
@@ -1802,7 +1863,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1802
1863
|
>
|
|
1803
1864
|
<span class="pf-v6-c-button__icon">
|
|
1804
1865
|
<div class="pf-v6-c-table__toggle-icon">
|
|
1805
|
-
<
|
|
1866
|
+
<svg
|
|
1867
|
+
class="pf-v6-svg"
|
|
1868
|
+
viewBox="0 0 20 20"
|
|
1869
|
+
fill="currentColor"
|
|
1870
|
+
aria-hidden="true"
|
|
1871
|
+
role="img"
|
|
1872
|
+
width="1em"
|
|
1873
|
+
height="1em"
|
|
1874
|
+
>
|
|
1875
|
+
<path
|
|
1876
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
1877
|
+
/>
|
|
1878
|
+
</svg>
|
|
1806
1879
|
</div>
|
|
1807
1880
|
</span>
|
|
1808
1881
|
</button>
|
|
@@ -1912,7 +1985,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1912
1985
|
>
|
|
1913
1986
|
<span class="pf-v6-c-button__icon">
|
|
1914
1987
|
<div class="pf-v6-c-table__toggle-icon">
|
|
1915
|
-
<
|
|
1988
|
+
<svg
|
|
1989
|
+
class="pf-v6-svg"
|
|
1990
|
+
viewBox="0 0 20 20"
|
|
1991
|
+
fill="currentColor"
|
|
1992
|
+
aria-hidden="true"
|
|
1993
|
+
role="img"
|
|
1994
|
+
width="1em"
|
|
1995
|
+
height="1em"
|
|
1996
|
+
>
|
|
1997
|
+
<path
|
|
1998
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
1999
|
+
/>
|
|
2000
|
+
</svg>
|
|
1916
2001
|
</div>
|
|
1917
2002
|
</span>
|
|
1918
2003
|
</button>
|
|
@@ -2007,7 +2092,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
2007
2092
|
>
|
|
2008
2093
|
<span class="pf-v6-c-button__icon">
|
|
2009
2094
|
<div class="pf-v6-c-table__toggle-icon">
|
|
2010
|
-
<
|
|
2095
|
+
<svg
|
|
2096
|
+
class="pf-v6-svg"
|
|
2097
|
+
viewBox="0 0 20 20"
|
|
2098
|
+
fill="currentColor"
|
|
2099
|
+
aria-hidden="true"
|
|
2100
|
+
role="img"
|
|
2101
|
+
width="1em"
|
|
2102
|
+
height="1em"
|
|
2103
|
+
>
|
|
2104
|
+
<path
|
|
2105
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
2106
|
+
/>
|
|
2107
|
+
</svg>
|
|
2011
2108
|
</div>
|
|
2012
2109
|
</span>
|
|
2013
2110
|
</button>
|
|
@@ -2088,7 +2185,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
2088
2185
|
>
|
|
2089
2186
|
<span class="pf-v6-c-button__icon">
|
|
2090
2187
|
<div class="pf-v6-c-table__toggle-icon">
|
|
2091
|
-
<
|
|
2188
|
+
<svg
|
|
2189
|
+
class="pf-v6-svg"
|
|
2190
|
+
viewBox="0 0 20 20"
|
|
2191
|
+
fill="currentColor"
|
|
2192
|
+
aria-hidden="true"
|
|
2193
|
+
role="img"
|
|
2194
|
+
width="1em"
|
|
2195
|
+
height="1em"
|
|
2196
|
+
>
|
|
2197
|
+
<path
|
|
2198
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
2199
|
+
/>
|
|
2200
|
+
</svg>
|
|
2092
2201
|
</div>
|
|
2093
2202
|
</span>
|
|
2094
2203
|
</button>
|
|
@@ -2172,7 +2281,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
2172
2281
|
>
|
|
2173
2282
|
<span class="pf-v6-c-button__icon">
|
|
2174
2283
|
<div class="pf-v6-c-table__toggle-icon">
|
|
2175
|
-
<
|
|
2284
|
+
<svg
|
|
2285
|
+
class="pf-v6-svg"
|
|
2286
|
+
viewBox="0 0 20 20"
|
|
2287
|
+
fill="currentColor"
|
|
2288
|
+
aria-hidden="true"
|
|
2289
|
+
role="img"
|
|
2290
|
+
width="1em"
|
|
2291
|
+
height="1em"
|
|
2292
|
+
>
|
|
2293
|
+
<path
|
|
2294
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
2295
|
+
/>
|
|
2296
|
+
</svg>
|
|
2176
2297
|
</div>
|
|
2177
2298
|
</span>
|
|
2178
2299
|
</button>
|
|
@@ -2270,7 +2391,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
2270
2391
|
>
|
|
2271
2392
|
<span class="pf-v6-c-button__icon">
|
|
2272
2393
|
<div class="pf-v6-c-table__toggle-icon">
|
|
2273
|
-
<
|
|
2394
|
+
<svg
|
|
2395
|
+
class="pf-v6-svg"
|
|
2396
|
+
viewBox="0 0 20 20"
|
|
2397
|
+
fill="currentColor"
|
|
2398
|
+
aria-hidden="true"
|
|
2399
|
+
role="img"
|
|
2400
|
+
width="1em"
|
|
2401
|
+
height="1em"
|
|
2402
|
+
>
|
|
2403
|
+
<path
|
|
2404
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
2405
|
+
/>
|
|
2406
|
+
</svg>
|
|
2274
2407
|
</div>
|
|
2275
2408
|
</span>
|
|
2276
2409
|
</button>
|
|
@@ -2378,7 +2511,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
2378
2511
|
>
|
|
2379
2512
|
<span class="pf-v6-c-button__icon">
|
|
2380
2513
|
<div class="pf-v6-c-table__toggle-icon">
|
|
2381
|
-
<
|
|
2514
|
+
<svg
|
|
2515
|
+
class="pf-v6-svg"
|
|
2516
|
+
viewBox="0 0 20 20"
|
|
2517
|
+
fill="currentColor"
|
|
2518
|
+
aria-hidden="true"
|
|
2519
|
+
role="img"
|
|
2520
|
+
width="1em"
|
|
2521
|
+
height="1em"
|
|
2522
|
+
>
|
|
2523
|
+
<path
|
|
2524
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
2525
|
+
/>
|
|
2526
|
+
</svg>
|
|
2382
2527
|
</div>
|
|
2383
2528
|
</span>
|
|
2384
2529
|
</button>
|
|
@@ -2471,7 +2616,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
2471
2616
|
>
|
|
2472
2617
|
<span class="pf-v6-c-button__icon">
|
|
2473
2618
|
<div class="pf-v6-c-table__toggle-icon">
|
|
2474
|
-
<
|
|
2619
|
+
<svg
|
|
2620
|
+
class="pf-v6-svg"
|
|
2621
|
+
viewBox="0 0 20 20"
|
|
2622
|
+
fill="currentColor"
|
|
2623
|
+
aria-hidden="true"
|
|
2624
|
+
role="img"
|
|
2625
|
+
width="1em"
|
|
2626
|
+
height="1em"
|
|
2627
|
+
>
|
|
2628
|
+
<path
|
|
2629
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
2630
|
+
/>
|
|
2631
|
+
</svg>
|
|
2475
2632
|
</div>
|
|
2476
2633
|
</span>
|
|
2477
2634
|
</button>
|
|
@@ -2565,7 +2722,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
2565
2722
|
>
|
|
2566
2723
|
<span class="pf-v6-c-button__icon">
|
|
2567
2724
|
<div class="pf-v6-c-table__toggle-icon">
|
|
2568
|
-
<
|
|
2725
|
+
<svg
|
|
2726
|
+
class="pf-v6-svg"
|
|
2727
|
+
viewBox="0 0 20 20"
|
|
2728
|
+
fill="currentColor"
|
|
2729
|
+
aria-hidden="true"
|
|
2730
|
+
role="img"
|
|
2731
|
+
width="1em"
|
|
2732
|
+
height="1em"
|
|
2733
|
+
>
|
|
2734
|
+
<path
|
|
2735
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
2736
|
+
/>
|
|
2737
|
+
</svg>
|
|
2569
2738
|
</div>
|
|
2570
2739
|
</span>
|
|
2571
2740
|
</button>
|
|
@@ -2646,7 +2815,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
2646
2815
|
>
|
|
2647
2816
|
<span class="pf-v6-c-button__icon">
|
|
2648
2817
|
<div class="pf-v6-c-table__toggle-icon">
|
|
2649
|
-
<
|
|
2818
|
+
<svg
|
|
2819
|
+
class="pf-v6-svg"
|
|
2820
|
+
viewBox="0 0 20 20"
|
|
2821
|
+
fill="currentColor"
|
|
2822
|
+
aria-hidden="true"
|
|
2823
|
+
role="img"
|
|
2824
|
+
width="1em"
|
|
2825
|
+
height="1em"
|
|
2826
|
+
>
|
|
2827
|
+
<path
|
|
2828
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
2829
|
+
/>
|
|
2830
|
+
</svg>
|
|
2650
2831
|
</div>
|
|
2651
2832
|
</span>
|
|
2652
2833
|
</button>
|
|
@@ -2746,7 +2927,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
2746
2927
|
>
|
|
2747
2928
|
<span class="pf-v6-c-button__icon">
|
|
2748
2929
|
<div class="pf-v6-c-table__toggle-icon">
|
|
2749
|
-
<
|
|
2930
|
+
<svg
|
|
2931
|
+
class="pf-v6-svg"
|
|
2932
|
+
viewBox="0 0 20 20"
|
|
2933
|
+
fill="currentColor"
|
|
2934
|
+
aria-hidden="true"
|
|
2935
|
+
role="img"
|
|
2936
|
+
width="1em"
|
|
2937
|
+
height="1em"
|
|
2938
|
+
>
|
|
2939
|
+
<path
|
|
2940
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
2941
|
+
/>
|
|
2942
|
+
</svg>
|
|
2750
2943
|
</div>
|
|
2751
2944
|
</span>
|
|
2752
2945
|
</button>
|
|
@@ -2856,7 +3049,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
2856
3049
|
>
|
|
2857
3050
|
<span class="pf-v6-c-button__icon">
|
|
2858
3051
|
<div class="pf-v6-c-table__toggle-icon">
|
|
2859
|
-
<
|
|
3052
|
+
<svg
|
|
3053
|
+
class="pf-v6-svg"
|
|
3054
|
+
viewBox="0 0 20 20"
|
|
3055
|
+
fill="currentColor"
|
|
3056
|
+
aria-hidden="true"
|
|
3057
|
+
role="img"
|
|
3058
|
+
width="1em"
|
|
3059
|
+
height="1em"
|
|
3060
|
+
>
|
|
3061
|
+
<path
|
|
3062
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
3063
|
+
/>
|
|
3064
|
+
</svg>
|
|
2860
3065
|
</div>
|
|
2861
3066
|
</span>
|
|
2862
3067
|
</button>
|
|
@@ -3093,7 +3298,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
3093
3298
|
>
|
|
3094
3299
|
<span class="pf-v6-c-button__icon">
|
|
3095
3300
|
<div class="pf-v6-c-table__toggle-icon">
|
|
3096
|
-
<
|
|
3301
|
+
<svg
|
|
3302
|
+
class="pf-v6-svg"
|
|
3303
|
+
viewBox="0 0 20 20"
|
|
3304
|
+
fill="currentColor"
|
|
3305
|
+
aria-hidden="true"
|
|
3306
|
+
role="img"
|
|
3307
|
+
width="1em"
|
|
3308
|
+
height="1em"
|
|
3309
|
+
>
|
|
3310
|
+
<path
|
|
3311
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
3312
|
+
/>
|
|
3313
|
+
</svg>
|
|
3097
3314
|
</div>
|
|
3098
3315
|
</span>
|
|
3099
3316
|
</button>
|
|
@@ -3175,7 +3392,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
3175
3392
|
>
|
|
3176
3393
|
<span class="pf-v6-c-button__icon">
|
|
3177
3394
|
<div class="pf-v6-c-table__toggle-icon">
|
|
3178
|
-
<
|
|
3395
|
+
<svg
|
|
3396
|
+
class="pf-v6-svg"
|
|
3397
|
+
viewBox="0 0 20 20"
|
|
3398
|
+
fill="currentColor"
|
|
3399
|
+
aria-hidden="true"
|
|
3400
|
+
role="img"
|
|
3401
|
+
width="1em"
|
|
3402
|
+
height="1em"
|
|
3403
|
+
>
|
|
3404
|
+
<path
|
|
3405
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
3406
|
+
/>
|
|
3407
|
+
</svg>
|
|
3179
3408
|
</div>
|
|
3180
3409
|
</span>
|
|
3181
3410
|
</button>
|
|
@@ -3260,7 +3489,19 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
3260
3489
|
>
|
|
3261
3490
|
<span class="pf-v6-c-button__icon">
|
|
3262
3491
|
<div class="pf-v6-c-table__toggle-icon">
|
|
3263
|
-
<
|
|
3492
|
+
<svg
|
|
3493
|
+
class="pf-v6-svg"
|
|
3494
|
+
viewBox="0 0 20 20"
|
|
3495
|
+
fill="currentColor"
|
|
3496
|
+
aria-hidden="true"
|
|
3497
|
+
role="img"
|
|
3498
|
+
width="1em"
|
|
3499
|
+
height="1em"
|
|
3500
|
+
>
|
|
3501
|
+
<path
|
|
3502
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
3503
|
+
/>
|
|
3504
|
+
</svg>
|
|
3264
3505
|
</div>
|
|
3265
3506
|
</span>
|
|
3266
3507
|
</button>
|
|
@@ -8659,7 +8900,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8659
8900
|
>
|
|
8660
8901
|
<span class="pf-v6-c-button__icon">
|
|
8661
8902
|
<div class="pf-v6-c-table__toggle-icon">
|
|
8662
|
-
<
|
|
8903
|
+
<svg
|
|
8904
|
+
class="pf-v6-svg"
|
|
8905
|
+
viewBox="0 0 20 20"
|
|
8906
|
+
fill="currentColor"
|
|
8907
|
+
aria-hidden="true"
|
|
8908
|
+
role="img"
|
|
8909
|
+
width="1em"
|
|
8910
|
+
height="1em"
|
|
8911
|
+
>
|
|
8912
|
+
<path
|
|
8913
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
8914
|
+
/>
|
|
8915
|
+
</svg>
|
|
8663
8916
|
</div>
|
|
8664
8917
|
</span>
|
|
8665
8918
|
</button>
|
|
@@ -8735,7 +8988,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8735
8988
|
>
|
|
8736
8989
|
<span class="pf-v6-c-button__icon">
|
|
8737
8990
|
<div class="pf-v6-c-table__toggle-icon">
|
|
8738
|
-
<
|
|
8991
|
+
<svg
|
|
8992
|
+
class="pf-v6-svg"
|
|
8993
|
+
viewBox="0 0 20 20"
|
|
8994
|
+
fill="currentColor"
|
|
8995
|
+
aria-hidden="true"
|
|
8996
|
+
role="img"
|
|
8997
|
+
width="1em"
|
|
8998
|
+
height="1em"
|
|
8999
|
+
>
|
|
9000
|
+
<path
|
|
9001
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
9002
|
+
/>
|
|
9003
|
+
</svg>
|
|
8739
9004
|
</div>
|
|
8740
9005
|
</span>
|
|
8741
9006
|
</button>
|
|
@@ -8842,7 +9107,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8842
9107
|
>
|
|
8843
9108
|
<span class="pf-v6-c-button__icon">
|
|
8844
9109
|
<div class="pf-v6-c-table__toggle-icon">
|
|
8845
|
-
<
|
|
9110
|
+
<svg
|
|
9111
|
+
class="pf-v6-svg"
|
|
9112
|
+
viewBox="0 0 20 20"
|
|
9113
|
+
fill="currentColor"
|
|
9114
|
+
aria-hidden="true"
|
|
9115
|
+
role="img"
|
|
9116
|
+
width="1em"
|
|
9117
|
+
height="1em"
|
|
9118
|
+
>
|
|
9119
|
+
<path
|
|
9120
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
9121
|
+
/>
|
|
9122
|
+
</svg>
|
|
8846
9123
|
</div>
|
|
8847
9124
|
</span>
|
|
8848
9125
|
</button>
|
|
@@ -8935,7 +9212,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8935
9212
|
>
|
|
8936
9213
|
<span class="pf-v6-c-button__icon">
|
|
8937
9214
|
<div class="pf-v6-c-table__toggle-icon">
|
|
8938
|
-
<
|
|
9215
|
+
<svg
|
|
9216
|
+
class="pf-v6-svg"
|
|
9217
|
+
viewBox="0 0 20 20"
|
|
9218
|
+
fill="currentColor"
|
|
9219
|
+
aria-hidden="true"
|
|
9220
|
+
role="img"
|
|
9221
|
+
width="1em"
|
|
9222
|
+
height="1em"
|
|
9223
|
+
>
|
|
9224
|
+
<path
|
|
9225
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
9226
|
+
/>
|
|
9227
|
+
</svg>
|
|
8939
9228
|
</div>
|
|
8940
9229
|
</span>
|
|
8941
9230
|
</button>
|
|
@@ -9031,7 +9320,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9031
9320
|
>
|
|
9032
9321
|
<span class="pf-v6-c-button__icon">
|
|
9033
9322
|
<div class="pf-v6-c-table__toggle-icon">
|
|
9034
|
-
<
|
|
9323
|
+
<svg
|
|
9324
|
+
class="pf-v6-svg"
|
|
9325
|
+
viewBox="0 0 20 20"
|
|
9326
|
+
fill="currentColor"
|
|
9327
|
+
aria-hidden="true"
|
|
9328
|
+
role="img"
|
|
9329
|
+
width="1em"
|
|
9330
|
+
height="1em"
|
|
9331
|
+
>
|
|
9332
|
+
<path
|
|
9333
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
9334
|
+
/>
|
|
9335
|
+
</svg>
|
|
9035
9336
|
</div>
|
|
9036
9337
|
</span>
|
|
9037
9338
|
</button>
|
|
@@ -9126,7 +9427,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9126
9427
|
>
|
|
9127
9428
|
<span class="pf-v6-c-button__icon">
|
|
9128
9429
|
<div class="pf-v6-c-table__toggle-icon">
|
|
9129
|
-
<
|
|
9430
|
+
<svg
|
|
9431
|
+
class="pf-v6-svg"
|
|
9432
|
+
viewBox="0 0 20 20"
|
|
9433
|
+
fill="currentColor"
|
|
9434
|
+
aria-hidden="true"
|
|
9435
|
+
role="img"
|
|
9436
|
+
width="1em"
|
|
9437
|
+
height="1em"
|
|
9438
|
+
>
|
|
9439
|
+
<path
|
|
9440
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
9441
|
+
/>
|
|
9442
|
+
</svg>
|
|
9130
9443
|
</div>
|
|
9131
9444
|
</span>
|
|
9132
9445
|
</button>
|
|
@@ -9219,7 +9532,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9219
9532
|
>
|
|
9220
9533
|
<span class="pf-v6-c-button__icon">
|
|
9221
9534
|
<div class="pf-v6-c-table__toggle-icon">
|
|
9222
|
-
<
|
|
9535
|
+
<svg
|
|
9536
|
+
class="pf-v6-svg"
|
|
9537
|
+
viewBox="0 0 20 20"
|
|
9538
|
+
fill="currentColor"
|
|
9539
|
+
aria-hidden="true"
|
|
9540
|
+
role="img"
|
|
9541
|
+
width="1em"
|
|
9542
|
+
height="1em"
|
|
9543
|
+
>
|
|
9544
|
+
<path
|
|
9545
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
9546
|
+
/>
|
|
9547
|
+
</svg>
|
|
9223
9548
|
</div>
|
|
9224
9549
|
</span>
|
|
9225
9550
|
</button>
|
|
@@ -9328,7 +9653,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9328
9653
|
>
|
|
9329
9654
|
<span class="pf-v6-c-button__icon">
|
|
9330
9655
|
<div class="pf-v6-c-table__toggle-icon">
|
|
9331
|
-
<
|
|
9656
|
+
<svg
|
|
9657
|
+
class="pf-v6-svg"
|
|
9658
|
+
viewBox="0 0 20 20"
|
|
9659
|
+
fill="currentColor"
|
|
9660
|
+
aria-hidden="true"
|
|
9661
|
+
role="img"
|
|
9662
|
+
width="1em"
|
|
9663
|
+
height="1em"
|
|
9664
|
+
>
|
|
9665
|
+
<path
|
|
9666
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
9667
|
+
/>
|
|
9668
|
+
</svg>
|
|
9332
9669
|
</div>
|
|
9333
9670
|
</span>
|
|
9334
9671
|
</button>
|
|
@@ -9421,7 +9758,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9421
9758
|
>
|
|
9422
9759
|
<span class="pf-v6-c-button__icon">
|
|
9423
9760
|
<div class="pf-v6-c-table__toggle-icon">
|
|
9424
|
-
<
|
|
9761
|
+
<svg
|
|
9762
|
+
class="pf-v6-svg"
|
|
9763
|
+
viewBox="0 0 20 20"
|
|
9764
|
+
fill="currentColor"
|
|
9765
|
+
aria-hidden="true"
|
|
9766
|
+
role="img"
|
|
9767
|
+
width="1em"
|
|
9768
|
+
height="1em"
|
|
9769
|
+
>
|
|
9770
|
+
<path
|
|
9771
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
9772
|
+
/>
|
|
9773
|
+
</svg>
|
|
9425
9774
|
</div>
|
|
9426
9775
|
</span>
|
|
9427
9776
|
</button>
|
|
@@ -9518,7 +9867,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9518
9867
|
>
|
|
9519
9868
|
<span class="pf-v6-c-button__icon">
|
|
9520
9869
|
<div class="pf-v6-c-table__toggle-icon">
|
|
9521
|
-
<
|
|
9870
|
+
<svg
|
|
9871
|
+
class="pf-v6-svg"
|
|
9872
|
+
viewBox="0 0 20 20"
|
|
9873
|
+
fill="currentColor"
|
|
9874
|
+
aria-hidden="true"
|
|
9875
|
+
role="img"
|
|
9876
|
+
width="1em"
|
|
9877
|
+
height="1em"
|
|
9878
|
+
>
|
|
9879
|
+
<path
|
|
9880
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
9881
|
+
/>
|
|
9882
|
+
</svg>
|
|
9522
9883
|
</div>
|
|
9523
9884
|
</span>
|
|
9524
9885
|
</button>
|
|
@@ -9918,7 +10279,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9918
10279
|
>
|
|
9919
10280
|
<span class="pf-v6-c-button__icon">
|
|
9920
10281
|
<div class="pf-v6-c-table__toggle-icon">
|
|
9921
|
-
<
|
|
10282
|
+
<svg
|
|
10283
|
+
class="pf-v6-svg"
|
|
10284
|
+
viewBox="0 0 20 20"
|
|
10285
|
+
fill="currentColor"
|
|
10286
|
+
aria-hidden="true"
|
|
10287
|
+
role="img"
|
|
10288
|
+
width="1em"
|
|
10289
|
+
height="1em"
|
|
10290
|
+
>
|
|
10291
|
+
<path
|
|
10292
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
10293
|
+
/>
|
|
10294
|
+
</svg>
|
|
9922
10295
|
</div>
|
|
9923
10296
|
</span>
|
|
9924
10297
|
</button>
|
|
@@ -10015,7 +10388,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10015
10388
|
>
|
|
10016
10389
|
<span class="pf-v6-c-button__icon">
|
|
10017
10390
|
<div class="pf-v6-c-table__toggle-icon">
|
|
10018
|
-
<
|
|
10391
|
+
<svg
|
|
10392
|
+
class="pf-v6-svg"
|
|
10393
|
+
viewBox="0 0 20 20"
|
|
10394
|
+
fill="currentColor"
|
|
10395
|
+
aria-hidden="true"
|
|
10396
|
+
role="img"
|
|
10397
|
+
width="1em"
|
|
10398
|
+
height="1em"
|
|
10399
|
+
>
|
|
10400
|
+
<path
|
|
10401
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
10402
|
+
/>
|
|
10403
|
+
</svg>
|
|
10019
10404
|
</div>
|
|
10020
10405
|
</span>
|
|
10021
10406
|
</button>
|
|
@@ -10116,7 +10501,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10116
10501
|
>
|
|
10117
10502
|
<span class="pf-v6-c-button__icon">
|
|
10118
10503
|
<div class="pf-v6-c-table__toggle-icon">
|
|
10119
|
-
<
|
|
10504
|
+
<svg
|
|
10505
|
+
class="pf-v6-svg"
|
|
10506
|
+
viewBox="0 0 20 20"
|
|
10507
|
+
fill="currentColor"
|
|
10508
|
+
aria-hidden="true"
|
|
10509
|
+
role="img"
|
|
10510
|
+
width="1em"
|
|
10511
|
+
height="1em"
|
|
10512
|
+
>
|
|
10513
|
+
<path
|
|
10514
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
10515
|
+
/>
|
|
10516
|
+
</svg>
|
|
10120
10517
|
</div>
|
|
10121
10518
|
</span>
|
|
10122
10519
|
</button>
|
|
@@ -10213,7 +10610,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10213
10610
|
>
|
|
10214
10611
|
<span class="pf-v6-c-button__icon">
|
|
10215
10612
|
<div class="pf-v6-c-table__toggle-icon">
|
|
10216
|
-
<
|
|
10613
|
+
<svg
|
|
10614
|
+
class="pf-v6-svg"
|
|
10615
|
+
viewBox="0 0 20 20"
|
|
10616
|
+
fill="currentColor"
|
|
10617
|
+
aria-hidden="true"
|
|
10618
|
+
role="img"
|
|
10619
|
+
width="1em"
|
|
10620
|
+
height="1em"
|
|
10621
|
+
>
|
|
10622
|
+
<path
|
|
10623
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
10624
|
+
/>
|
|
10625
|
+
</svg>
|
|
10217
10626
|
</div>
|
|
10218
10627
|
</span>
|
|
10219
10628
|
</button>
|
|
@@ -10364,7 +10773,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10364
10773
|
>
|
|
10365
10774
|
<span class="pf-v6-c-button__icon">
|
|
10366
10775
|
<div class="pf-v6-c-table__toggle-icon">
|
|
10367
|
-
<
|
|
10776
|
+
<svg
|
|
10777
|
+
class="pf-v6-svg"
|
|
10778
|
+
viewBox="0 0 20 20"
|
|
10779
|
+
fill="currentColor"
|
|
10780
|
+
aria-hidden="true"
|
|
10781
|
+
role="img"
|
|
10782
|
+
width="1em"
|
|
10783
|
+
height="1em"
|
|
10784
|
+
>
|
|
10785
|
+
<path
|
|
10786
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
10787
|
+
/>
|
|
10788
|
+
</svg>
|
|
10368
10789
|
</div>
|
|
10369
10790
|
</span>
|
|
10370
10791
|
</button>
|
|
@@ -10441,7 +10862,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10441
10862
|
>
|
|
10442
10863
|
<span class="pf-v6-c-button__icon">
|
|
10443
10864
|
<div class="pf-v6-c-table__toggle-icon">
|
|
10444
|
-
<
|
|
10865
|
+
<svg
|
|
10866
|
+
class="pf-v6-svg"
|
|
10867
|
+
viewBox="0 0 20 20"
|
|
10868
|
+
fill="currentColor"
|
|
10869
|
+
aria-hidden="true"
|
|
10870
|
+
role="img"
|
|
10871
|
+
width="1em"
|
|
10872
|
+
height="1em"
|
|
10873
|
+
>
|
|
10874
|
+
<path
|
|
10875
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
10876
|
+
/>
|
|
10877
|
+
</svg>
|
|
10445
10878
|
</div>
|
|
10446
10879
|
</span>
|
|
10447
10880
|
</button>
|
|
@@ -10753,7 +11186,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10753
11186
|
>
|
|
10754
11187
|
<span class="pf-v6-c-button__icon">
|
|
10755
11188
|
<div class="pf-v6-c-table__toggle-icon">
|
|
10756
|
-
<
|
|
11189
|
+
<svg
|
|
11190
|
+
class="pf-v6-svg"
|
|
11191
|
+
viewBox="0 0 20 20"
|
|
11192
|
+
fill="currentColor"
|
|
11193
|
+
aria-hidden="true"
|
|
11194
|
+
role="img"
|
|
11195
|
+
width="1em"
|
|
11196
|
+
height="1em"
|
|
11197
|
+
>
|
|
11198
|
+
<path
|
|
11199
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
11200
|
+
/>
|
|
11201
|
+
</svg>
|
|
10757
11202
|
</div>
|
|
10758
11203
|
</span>
|
|
10759
11204
|
</button>
|
|
@@ -10887,7 +11332,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10887
11332
|
>
|
|
10888
11333
|
<span class="pf-v6-c-button__icon">
|
|
10889
11334
|
<div class="pf-v6-c-table__toggle-icon">
|
|
10890
|
-
<
|
|
11335
|
+
<svg
|
|
11336
|
+
class="pf-v6-svg"
|
|
11337
|
+
viewBox="0 0 20 20"
|
|
11338
|
+
fill="currentColor"
|
|
11339
|
+
aria-hidden="true"
|
|
11340
|
+
role="img"
|
|
11341
|
+
width="1em"
|
|
11342
|
+
height="1em"
|
|
11343
|
+
>
|
|
11344
|
+
<path
|
|
11345
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
11346
|
+
/>
|
|
11347
|
+
</svg>
|
|
10891
11348
|
</div>
|
|
10892
11349
|
</span>
|
|
10893
11350
|
</button>
|
|
@@ -11080,7 +11537,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11080
11537
|
>
|
|
11081
11538
|
<span class="pf-v6-c-button__icon">
|
|
11082
11539
|
<div class="pf-v6-c-table__toggle-icon">
|
|
11083
|
-
<
|
|
11540
|
+
<svg
|
|
11541
|
+
class="pf-v6-svg"
|
|
11542
|
+
viewBox="0 0 20 20"
|
|
11543
|
+
fill="currentColor"
|
|
11544
|
+
aria-hidden="true"
|
|
11545
|
+
role="img"
|
|
11546
|
+
width="1em"
|
|
11547
|
+
height="1em"
|
|
11548
|
+
>
|
|
11549
|
+
<path
|
|
11550
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
11551
|
+
/>
|
|
11552
|
+
</svg>
|
|
11084
11553
|
</div>
|
|
11085
11554
|
</span>
|
|
11086
11555
|
</button>
|
|
@@ -11273,7 +11742,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11273
11742
|
>
|
|
11274
11743
|
<span class="pf-v6-c-button__icon">
|
|
11275
11744
|
<div class="pf-v6-c-table__toggle-icon">
|
|
11276
|
-
<
|
|
11745
|
+
<svg
|
|
11746
|
+
class="pf-v6-svg"
|
|
11747
|
+
viewBox="0 0 20 20"
|
|
11748
|
+
fill="currentColor"
|
|
11749
|
+
aria-hidden="true"
|
|
11750
|
+
role="img"
|
|
11751
|
+
width="1em"
|
|
11752
|
+
height="1em"
|
|
11753
|
+
>
|
|
11754
|
+
<path
|
|
11755
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
11756
|
+
/>
|
|
11757
|
+
</svg>
|
|
11277
11758
|
</div>
|
|
11278
11759
|
</span>
|
|
11279
11760
|
</button>
|
|
@@ -11505,7 +11986,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11505
11986
|
>
|
|
11506
11987
|
<span class="pf-v6-c-button__icon">
|
|
11507
11988
|
<div class="pf-v6-c-table__toggle-icon">
|
|
11508
|
-
<
|
|
11989
|
+
<svg
|
|
11990
|
+
class="pf-v6-svg"
|
|
11991
|
+
viewBox="0 0 20 20"
|
|
11992
|
+
fill="currentColor"
|
|
11993
|
+
aria-hidden="true"
|
|
11994
|
+
role="img"
|
|
11995
|
+
width="1em"
|
|
11996
|
+
height="1em"
|
|
11997
|
+
>
|
|
11998
|
+
<path
|
|
11999
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
12000
|
+
/>
|
|
12001
|
+
</svg>
|
|
11509
12002
|
</div>
|
|
11510
12003
|
</span>
|
|
11511
12004
|
</button>
|
|
@@ -11596,7 +12089,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11596
12089
|
>
|
|
11597
12090
|
<span class="pf-v6-c-button__icon">
|
|
11598
12091
|
<div class="pf-v6-c-table__toggle-icon">
|
|
11599
|
-
<
|
|
12092
|
+
<svg
|
|
12093
|
+
class="pf-v6-svg"
|
|
12094
|
+
viewBox="0 0 20 20"
|
|
12095
|
+
fill="currentColor"
|
|
12096
|
+
aria-hidden="true"
|
|
12097
|
+
role="img"
|
|
12098
|
+
width="1em"
|
|
12099
|
+
height="1em"
|
|
12100
|
+
>
|
|
12101
|
+
<path
|
|
12102
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
12103
|
+
/>
|
|
12104
|
+
</svg>
|
|
11600
12105
|
</div>
|
|
11601
12106
|
</span>
|
|
11602
12107
|
</button>
|
|
@@ -11982,7 +12487,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11982
12487
|
>
|
|
11983
12488
|
<span class="pf-v6-c-button__icon">
|
|
11984
12489
|
<div class="pf-v6-c-table__toggle-icon">
|
|
11985
|
-
<
|
|
12490
|
+
<svg
|
|
12491
|
+
class="pf-v6-svg"
|
|
12492
|
+
viewBox="0 0 20 20"
|
|
12493
|
+
fill="currentColor"
|
|
12494
|
+
aria-hidden="true"
|
|
12495
|
+
role="img"
|
|
12496
|
+
width="1em"
|
|
12497
|
+
height="1em"
|
|
12498
|
+
>
|
|
12499
|
+
<path
|
|
12500
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
12501
|
+
/>
|
|
12502
|
+
</svg>
|
|
11986
12503
|
</div>
|
|
11987
12504
|
</span>
|
|
11988
12505
|
</button>
|
|
@@ -12145,7 +12662,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
12145
12662
|
>
|
|
12146
12663
|
<span class="pf-v6-c-button__icon">
|
|
12147
12664
|
<div class="pf-v6-c-table__toggle-icon">
|
|
12148
|
-
<
|
|
12665
|
+
<svg
|
|
12666
|
+
class="pf-v6-svg"
|
|
12667
|
+
viewBox="0 0 20 20"
|
|
12668
|
+
fill="currentColor"
|
|
12669
|
+
aria-hidden="true"
|
|
12670
|
+
role="img"
|
|
12671
|
+
width="1em"
|
|
12672
|
+
height="1em"
|
|
12673
|
+
>
|
|
12674
|
+
<path
|
|
12675
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
12676
|
+
/>
|
|
12677
|
+
</svg>
|
|
12149
12678
|
</div>
|
|
12150
12679
|
</span>
|
|
12151
12680
|
</button>
|
|
@@ -12382,7 +12911,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
12382
12911
|
>
|
|
12383
12912
|
<span class="pf-v6-c-button__icon">
|
|
12384
12913
|
<div class="pf-v6-c-table__toggle-icon">
|
|
12385
|
-
<
|
|
12914
|
+
<svg
|
|
12915
|
+
class="pf-v6-svg"
|
|
12916
|
+
viewBox="0 0 20 20"
|
|
12917
|
+
fill="currentColor"
|
|
12918
|
+
aria-hidden="true"
|
|
12919
|
+
role="img"
|
|
12920
|
+
width="1em"
|
|
12921
|
+
height="1em"
|
|
12922
|
+
>
|
|
12923
|
+
<path
|
|
12924
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
12925
|
+
/>
|
|
12926
|
+
</svg>
|
|
12386
12927
|
</div>
|
|
12387
12928
|
</span>
|
|
12388
12929
|
</button>
|
|
@@ -12619,7 +13160,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
12619
13160
|
>
|
|
12620
13161
|
<span class="pf-v6-c-button__icon">
|
|
12621
13162
|
<div class="pf-v6-c-table__toggle-icon">
|
|
12622
|
-
<
|
|
13163
|
+
<svg
|
|
13164
|
+
class="pf-v6-svg"
|
|
13165
|
+
viewBox="0 0 20 20"
|
|
13166
|
+
fill="currentColor"
|
|
13167
|
+
aria-hidden="true"
|
|
13168
|
+
role="img"
|
|
13169
|
+
width="1em"
|
|
13170
|
+
height="1em"
|
|
13171
|
+
>
|
|
13172
|
+
<path
|
|
13173
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
13174
|
+
/>
|
|
13175
|
+
</svg>
|
|
12623
13176
|
</div>
|
|
12624
13177
|
</span>
|
|
12625
13178
|
</button>
|
|
@@ -12894,7 +13447,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
12894
13447
|
>
|
|
12895
13448
|
<span class="pf-v6-c-button__icon">
|
|
12896
13449
|
<div class="pf-v6-c-table__toggle-icon">
|
|
12897
|
-
<
|
|
13450
|
+
<svg
|
|
13451
|
+
class="pf-v6-svg"
|
|
13452
|
+
viewBox="0 0 20 20"
|
|
13453
|
+
fill="currentColor"
|
|
13454
|
+
aria-hidden="true"
|
|
13455
|
+
role="img"
|
|
13456
|
+
width="1em"
|
|
13457
|
+
height="1em"
|
|
13458
|
+
>
|
|
13459
|
+
<path
|
|
13460
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
13461
|
+
/>
|
|
13462
|
+
</svg>
|
|
12898
13463
|
</div>
|
|
12899
13464
|
</span>
|
|
12900
13465
|
</button>
|
|
@@ -12988,7 +13553,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
12988
13553
|
>
|
|
12989
13554
|
<span class="pf-v6-c-button__icon">
|
|
12990
13555
|
<div class="pf-v6-c-table__toggle-icon">
|
|
12991
|
-
<
|
|
13556
|
+
<svg
|
|
13557
|
+
class="pf-v6-svg"
|
|
13558
|
+
viewBox="0 0 20 20"
|
|
13559
|
+
fill="currentColor"
|
|
13560
|
+
aria-hidden="true"
|
|
13561
|
+
role="img"
|
|
13562
|
+
width="1em"
|
|
13563
|
+
height="1em"
|
|
13564
|
+
>
|
|
13565
|
+
<path
|
|
13566
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
13567
|
+
/>
|
|
13568
|
+
</svg>
|
|
12992
13569
|
</div>
|
|
12993
13570
|
</span>
|
|
12994
13571
|
</button>
|
|
@@ -13389,7 +13966,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13389
13966
|
>
|
|
13390
13967
|
<span class="pf-v6-c-button__icon">
|
|
13391
13968
|
<div class="pf-v6-c-table__toggle-icon">
|
|
13392
|
-
<
|
|
13969
|
+
<svg
|
|
13970
|
+
class="pf-v6-svg"
|
|
13971
|
+
viewBox="0 0 20 20"
|
|
13972
|
+
fill="currentColor"
|
|
13973
|
+
aria-hidden="true"
|
|
13974
|
+
role="img"
|
|
13975
|
+
width="1em"
|
|
13976
|
+
height="1em"
|
|
13977
|
+
>
|
|
13978
|
+
<path
|
|
13979
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
13980
|
+
/>
|
|
13981
|
+
</svg>
|
|
13393
13982
|
</div>
|
|
13394
13983
|
</span>
|
|
13395
13984
|
</button>
|
|
@@ -13558,7 +14147,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13558
14147
|
>
|
|
13559
14148
|
<span class="pf-v6-c-button__icon">
|
|
13560
14149
|
<div class="pf-v6-c-table__toggle-icon">
|
|
13561
|
-
<
|
|
14150
|
+
<svg
|
|
14151
|
+
class="pf-v6-svg"
|
|
14152
|
+
viewBox="0 0 20 20"
|
|
14153
|
+
fill="currentColor"
|
|
14154
|
+
aria-hidden="true"
|
|
14155
|
+
role="img"
|
|
14156
|
+
width="1em"
|
|
14157
|
+
height="1em"
|
|
14158
|
+
>
|
|
14159
|
+
<path
|
|
14160
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
14161
|
+
/>
|
|
14162
|
+
</svg>
|
|
13562
14163
|
</div>
|
|
13563
14164
|
</span>
|
|
13564
14165
|
</button>
|
|
@@ -13804,7 +14405,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
13804
14405
|
>
|
|
13805
14406
|
<span class="pf-v6-c-button__icon">
|
|
13806
14407
|
<div class="pf-v6-c-table__toggle-icon">
|
|
13807
|
-
<
|
|
14408
|
+
<svg
|
|
14409
|
+
class="pf-v6-svg"
|
|
14410
|
+
viewBox="0 0 20 20"
|
|
14411
|
+
fill="currentColor"
|
|
14412
|
+
aria-hidden="true"
|
|
14413
|
+
role="img"
|
|
14414
|
+
width="1em"
|
|
14415
|
+
height="1em"
|
|
14416
|
+
>
|
|
14417
|
+
<path
|
|
14418
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
14419
|
+
/>
|
|
14420
|
+
</svg>
|
|
13808
14421
|
</div>
|
|
13809
14422
|
</span>
|
|
13810
14423
|
</button>
|
|
@@ -14050,7 +14663,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14050
14663
|
>
|
|
14051
14664
|
<span class="pf-v6-c-button__icon">
|
|
14052
14665
|
<div class="pf-v6-c-table__toggle-icon">
|
|
14053
|
-
<
|
|
14666
|
+
<svg
|
|
14667
|
+
class="pf-v6-svg"
|
|
14668
|
+
viewBox="0 0 20 20"
|
|
14669
|
+
fill="currentColor"
|
|
14670
|
+
aria-hidden="true"
|
|
14671
|
+
role="img"
|
|
14672
|
+
width="1em"
|
|
14673
|
+
height="1em"
|
|
14674
|
+
>
|
|
14675
|
+
<path
|
|
14676
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
14677
|
+
/>
|
|
14678
|
+
</svg>
|
|
14054
14679
|
</div>
|
|
14055
14680
|
</span>
|
|
14056
14681
|
</button>
|
|
@@ -15367,7 +15992,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
15367
15992
|
>
|
|
15368
15993
|
<span class="pf-v6-c-button__icon">
|
|
15369
15994
|
<div class="pf-v6-c-table__toggle-icon">
|
|
15370
|
-
<
|
|
15995
|
+
<svg
|
|
15996
|
+
class="pf-v6-svg"
|
|
15997
|
+
viewBox="0 0 20 20"
|
|
15998
|
+
fill="currentColor"
|
|
15999
|
+
aria-hidden="true"
|
|
16000
|
+
role="img"
|
|
16001
|
+
width="1em"
|
|
16002
|
+
height="1em"
|
|
16003
|
+
>
|
|
16004
|
+
<path
|
|
16005
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
16006
|
+
/>
|
|
16007
|
+
</svg>
|
|
15371
16008
|
</div>
|
|
15372
16009
|
</span>
|
|
15373
16010
|
</button>
|
|
@@ -15463,7 +16100,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
15463
16100
|
>
|
|
15464
16101
|
<span class="pf-v6-c-button__icon">
|
|
15465
16102
|
<div class="pf-v6-c-table__toggle-icon">
|
|
15466
|
-
<
|
|
16103
|
+
<svg
|
|
16104
|
+
class="pf-v6-svg"
|
|
16105
|
+
viewBox="0 0 20 20"
|
|
16106
|
+
fill="currentColor"
|
|
16107
|
+
aria-hidden="true"
|
|
16108
|
+
role="img"
|
|
16109
|
+
width="1em"
|
|
16110
|
+
height="1em"
|
|
16111
|
+
>
|
|
16112
|
+
<path
|
|
16113
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
16114
|
+
/>
|
|
16115
|
+
</svg>
|
|
15467
16116
|
</div>
|
|
15468
16117
|
</span>
|
|
15469
16118
|
</button>
|
|
@@ -15545,7 +16194,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
15545
16194
|
>
|
|
15546
16195
|
<span class="pf-v6-c-button__icon">
|
|
15547
16196
|
<div class="pf-v6-c-table__toggle-icon">
|
|
15548
|
-
<
|
|
16197
|
+
<svg
|
|
16198
|
+
class="pf-v6-svg"
|
|
16199
|
+
viewBox="0 0 20 20"
|
|
16200
|
+
fill="currentColor"
|
|
16201
|
+
aria-hidden="true"
|
|
16202
|
+
role="img"
|
|
16203
|
+
width="1em"
|
|
16204
|
+
height="1em"
|
|
16205
|
+
>
|
|
16206
|
+
<path
|
|
16207
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
16208
|
+
/>
|
|
16209
|
+
</svg>
|
|
15549
16210
|
</div>
|
|
15550
16211
|
</span>
|
|
15551
16212
|
</button>
|
|
@@ -15630,7 +16291,19 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
15630
16291
|
>
|
|
15631
16292
|
<span class="pf-v6-c-button__icon">
|
|
15632
16293
|
<div class="pf-v6-c-table__toggle-icon">
|
|
15633
|
-
<
|
|
16294
|
+
<svg
|
|
16295
|
+
class="pf-v6-svg"
|
|
16296
|
+
viewBox="0 0 20 20"
|
|
16297
|
+
fill="currentColor"
|
|
16298
|
+
aria-hidden="true"
|
|
16299
|
+
role="img"
|
|
16300
|
+
width="1em"
|
|
16301
|
+
height="1em"
|
|
16302
|
+
>
|
|
16303
|
+
<path
|
|
16304
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
16305
|
+
/>
|
|
16306
|
+
</svg>
|
|
15634
16307
|
</div>
|
|
15635
16308
|
</span>
|
|
15636
16309
|
</button>
|
|
@@ -18188,8 +18861,8 @@ Width modifiers control the width of the columns. To control the responsive beha
|
|
|
18188
18861
|
|
|
18189
18862
|
| Class | Applied to | Outcome |
|
|
18190
18863
|
| -- | -- | -- |
|
|
18191
|
-
| `.pf-m-hidden{-on-[breakpoint]}` | `.pf-v6-c-table tr > th`, `.pf-v6-c-table tr > td` | Hides a table cell at optional [breakpoint](/tokens/all-
|
|
18192
|
-
| `.pf-m-visible{-on-[breakpoint]}` | `.pf-v6-c-table tr > th`, `.pf-v6-c-table tr > td` | Shows a table cell at optional [breakpoint](/tokens/all-
|
|
18864
|
+
| `.pf-m-hidden{-on-[breakpoint]}` | `.pf-v6-c-table tr > th`, `.pf-v6-c-table tr > td` | Hides a table cell at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens), or hides it at all breakpoints with `.pf-m-hidden`. **Note: Needs to apply to all cells in the column you want to hide.** |
|
|
18865
|
+
| `.pf-m-visible{-on-[breakpoint]}` | `.pf-v6-c-table tr > th`, `.pf-v6-c-table tr > td` | Shows a table cell at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). |
|
|
18193
18866
|
|
|
18194
18867
|
## Text control modifiers
|
|
18195
18868
|
|
|
@@ -21203,7 +21876,19 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
21203
21876
|
>
|
|
21204
21877
|
<span class="pf-v6-c-button__icon">
|
|
21205
21878
|
<div class="pf-v6-c-table__toggle-icon">
|
|
21206
|
-
<
|
|
21879
|
+
<svg
|
|
21880
|
+
class="pf-v6-svg"
|
|
21881
|
+
viewBox="0 0 20 20"
|
|
21882
|
+
fill="currentColor"
|
|
21883
|
+
aria-hidden="true"
|
|
21884
|
+
role="img"
|
|
21885
|
+
width="1em"
|
|
21886
|
+
height="1em"
|
|
21887
|
+
>
|
|
21888
|
+
<path
|
|
21889
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
21890
|
+
/>
|
|
21891
|
+
</svg>
|
|
21207
21892
|
</div>
|
|
21208
21893
|
</span>
|
|
21209
21894
|
</button>
|
|
@@ -21301,7 +21986,19 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
21301
21986
|
>
|
|
21302
21987
|
<span class="pf-v6-c-button__icon">
|
|
21303
21988
|
<div class="pf-v6-c-table__toggle-icon">
|
|
21304
|
-
<
|
|
21989
|
+
<svg
|
|
21990
|
+
class="pf-v6-svg"
|
|
21991
|
+
viewBox="0 0 20 20"
|
|
21992
|
+
fill="currentColor"
|
|
21993
|
+
aria-hidden="true"
|
|
21994
|
+
role="img"
|
|
21995
|
+
width="1em"
|
|
21996
|
+
height="1em"
|
|
21997
|
+
>
|
|
21998
|
+
<path
|
|
21999
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
22000
|
+
/>
|
|
22001
|
+
</svg>
|
|
21305
22002
|
</div>
|
|
21306
22003
|
</span>
|
|
21307
22004
|
</button>
|
|
@@ -21396,7 +22093,19 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
21396
22093
|
>
|
|
21397
22094
|
<span class="pf-v6-c-button__icon">
|
|
21398
22095
|
<div class="pf-v6-c-table__toggle-icon">
|
|
21399
|
-
<
|
|
22096
|
+
<svg
|
|
22097
|
+
class="pf-v6-svg"
|
|
22098
|
+
viewBox="0 0 20 20"
|
|
22099
|
+
fill="currentColor"
|
|
22100
|
+
aria-hidden="true"
|
|
22101
|
+
role="img"
|
|
22102
|
+
width="1em"
|
|
22103
|
+
height="1em"
|
|
22104
|
+
>
|
|
22105
|
+
<path
|
|
22106
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
22107
|
+
/>
|
|
22108
|
+
</svg>
|
|
21400
22109
|
</div>
|
|
21401
22110
|
</span>
|
|
21402
22111
|
</button>
|
|
@@ -23672,7 +24381,19 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
23672
24381
|
aria-labelledby="table-draggable-rows-row-1-draggable-button table-draggable-rows-row-1-node"
|
|
23673
24382
|
>
|
|
23674
24383
|
<span class="pf-v6-c-button__icon">
|
|
23675
|
-
<
|
|
24384
|
+
<svg
|
|
24385
|
+
class="pf-v6-svg"
|
|
24386
|
+
viewBox="0 0 320 512"
|
|
24387
|
+
fill="currentColor"
|
|
24388
|
+
aria-hidden="true"
|
|
24389
|
+
role="img"
|
|
24390
|
+
width="1em"
|
|
24391
|
+
height="1em"
|
|
24392
|
+
>
|
|
24393
|
+
<path
|
|
24394
|
+
d="M96 32H32C14.33 32 0 46.33 0 64v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zm0 160H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm0 160H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zM288 32h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zm0 160h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm0 160h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32z"
|
|
24395
|
+
/>
|
|
24396
|
+
</svg>
|
|
23676
24397
|
</span>
|
|
23677
24398
|
</button>
|
|
23678
24399
|
</td>
|
|
@@ -23701,7 +24422,19 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
23701
24422
|
aria-labelledby="table-draggable-rows-row-2-draggable-button table-draggable-rows-row-2-node"
|
|
23702
24423
|
>
|
|
23703
24424
|
<span class="pf-v6-c-button__icon">
|
|
23704
|
-
<
|
|
24425
|
+
<svg
|
|
24426
|
+
class="pf-v6-svg"
|
|
24427
|
+
viewBox="0 0 320 512"
|
|
24428
|
+
fill="currentColor"
|
|
24429
|
+
aria-hidden="true"
|
|
24430
|
+
role="img"
|
|
24431
|
+
width="1em"
|
|
24432
|
+
height="1em"
|
|
24433
|
+
>
|
|
24434
|
+
<path
|
|
24435
|
+
d="M96 32H32C14.33 32 0 46.33 0 64v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zm0 160H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm0 160H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zM288 32h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zm0 160h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm0 160h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32z"
|
|
24436
|
+
/>
|
|
24437
|
+
</svg>
|
|
23705
24438
|
</span>
|
|
23706
24439
|
</button>
|
|
23707
24440
|
</td>
|
|
@@ -23731,7 +24464,19 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
23731
24464
|
aria-labelledby="table-draggable-rows-row-3-draggable-button table-draggable-rows-row-3-node"
|
|
23732
24465
|
>
|
|
23733
24466
|
<span class="pf-v6-c-button__icon">
|
|
23734
|
-
<
|
|
24467
|
+
<svg
|
|
24468
|
+
class="pf-v6-svg"
|
|
24469
|
+
viewBox="0 0 320 512"
|
|
24470
|
+
fill="currentColor"
|
|
24471
|
+
aria-hidden="true"
|
|
24472
|
+
role="img"
|
|
24473
|
+
width="1em"
|
|
24474
|
+
height="1em"
|
|
24475
|
+
>
|
|
24476
|
+
<path
|
|
24477
|
+
d="M96 32H32C14.33 32 0 46.33 0 64v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zm0 160H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm0 160H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zM288 32h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zm0 160h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm0 160h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32z"
|
|
24478
|
+
/>
|
|
24479
|
+
</svg>
|
|
23735
24480
|
</span>
|
|
23736
24481
|
</button>
|
|
23737
24482
|
</td>
|
|
@@ -23760,7 +24505,19 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
23760
24505
|
aria-labelledby="table-draggable-rows-row-4-draggable-button table-draggable-rows-row-4-node"
|
|
23761
24506
|
>
|
|
23762
24507
|
<span class="pf-v6-c-button__icon">
|
|
23763
|
-
<
|
|
24508
|
+
<svg
|
|
24509
|
+
class="pf-v6-svg"
|
|
24510
|
+
viewBox="0 0 320 512"
|
|
24511
|
+
fill="currentColor"
|
|
24512
|
+
aria-hidden="true"
|
|
24513
|
+
role="img"
|
|
24514
|
+
width="1em"
|
|
24515
|
+
height="1em"
|
|
24516
|
+
>
|
|
24517
|
+
<path
|
|
24518
|
+
d="M96 32H32C14.33 32 0 46.33 0 64v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zm0 160H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm0 160H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zM288 32h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zm0 160h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm0 160h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32z"
|
|
24519
|
+
/>
|
|
24520
|
+
</svg>
|
|
23764
24521
|
</span>
|
|
23765
24522
|
</button>
|
|
23766
24523
|
</td>
|
|
@@ -24027,7 +24784,19 @@ Basic striped table rows are supported on tables with a single `<tbody>` element
|
|
|
24027
24784
|
>
|
|
24028
24785
|
<span class="pf-v6-c-button__icon">
|
|
24029
24786
|
<div class="pf-v6-c-table__toggle-icon">
|
|
24030
|
-
<
|
|
24787
|
+
<svg
|
|
24788
|
+
class="pf-v6-svg"
|
|
24789
|
+
viewBox="0 0 20 20"
|
|
24790
|
+
fill="currentColor"
|
|
24791
|
+
aria-hidden="true"
|
|
24792
|
+
role="img"
|
|
24793
|
+
width="1em"
|
|
24794
|
+
height="1em"
|
|
24795
|
+
>
|
|
24796
|
+
<path
|
|
24797
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
24798
|
+
/>
|
|
24799
|
+
</svg>
|
|
24031
24800
|
</div>
|
|
24032
24801
|
</span>
|
|
24033
24802
|
</button>
|
|
@@ -24123,7 +24892,19 @@ Basic striped table rows are supported on tables with a single `<tbody>` element
|
|
|
24123
24892
|
>
|
|
24124
24893
|
<span class="pf-v6-c-button__icon">
|
|
24125
24894
|
<div class="pf-v6-c-table__toggle-icon">
|
|
24126
|
-
<
|
|
24895
|
+
<svg
|
|
24896
|
+
class="pf-v6-svg"
|
|
24897
|
+
viewBox="0 0 20 20"
|
|
24898
|
+
fill="currentColor"
|
|
24899
|
+
aria-hidden="true"
|
|
24900
|
+
role="img"
|
|
24901
|
+
width="1em"
|
|
24902
|
+
height="1em"
|
|
24903
|
+
>
|
|
24904
|
+
<path
|
|
24905
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
24906
|
+
/>
|
|
24907
|
+
</svg>
|
|
24127
24908
|
</div>
|
|
24128
24909
|
</span>
|
|
24129
24910
|
</button>
|
|
@@ -24205,7 +24986,19 @@ Basic striped table rows are supported on tables with a single `<tbody>` element
|
|
|
24205
24986
|
>
|
|
24206
24987
|
<span class="pf-v6-c-button__icon">
|
|
24207
24988
|
<div class="pf-v6-c-table__toggle-icon">
|
|
24208
|
-
<
|
|
24989
|
+
<svg
|
|
24990
|
+
class="pf-v6-svg"
|
|
24991
|
+
viewBox="0 0 20 20"
|
|
24992
|
+
fill="currentColor"
|
|
24993
|
+
aria-hidden="true"
|
|
24994
|
+
role="img"
|
|
24995
|
+
width="1em"
|
|
24996
|
+
height="1em"
|
|
24997
|
+
>
|
|
24998
|
+
<path
|
|
24999
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
25000
|
+
/>
|
|
25001
|
+
</svg>
|
|
24209
25002
|
</div>
|
|
24210
25003
|
</span>
|
|
24211
25004
|
</button>
|
|
@@ -24290,7 +25083,19 @@ Basic striped table rows are supported on tables with a single `<tbody>` element
|
|
|
24290
25083
|
>
|
|
24291
25084
|
<span class="pf-v6-c-button__icon">
|
|
24292
25085
|
<div class="pf-v6-c-table__toggle-icon">
|
|
24293
|
-
<
|
|
25086
|
+
<svg
|
|
25087
|
+
class="pf-v6-svg"
|
|
25088
|
+
viewBox="0 0 20 20"
|
|
25089
|
+
fill="currentColor"
|
|
25090
|
+
aria-hidden="true"
|
|
25091
|
+
role="img"
|
|
25092
|
+
width="1em"
|
|
25093
|
+
height="1em"
|
|
25094
|
+
>
|
|
25095
|
+
<path
|
|
25096
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
25097
|
+
/>
|
|
25098
|
+
</svg>
|
|
24294
25099
|
</div>
|
|
24295
25100
|
</span>
|
|
24296
25101
|
</button>
|