@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
|
@@ -14,8 +14,8 @@ Toolbar relies on groups (`.pf-v6-c-toolbar__group`) and items (`.pf-v6-c-toolba
|
|
|
14
14
|
| -- | -- | -- |
|
|
15
15
|
| `.pf-v6-c-toolbar__group` | `--pf-v6-c-toolbar__group--ColumnGap` | `16px` |
|
|
16
16
|
| `.pf-v6-c-toolbar__item` | `--pf-v6-c-toolbar__item--ColumnGap` | `16px` |
|
|
17
|
-
| `.pf-m-[column/row]-gap-[none/sm/md/lg/xl/2xl]{-on-[breakpoint]}` | `.pf-v6-c-toolbar__content-section`, `.pf-v6-c-toolbar__group`, `.pf-v6-c-toolbar__item` | Modifies toolbar group or item spacing at optional [breakpoint](/tokens/all-
|
|
18
|
-
| `.pf-m-gap-[none/sm/md/lg/xl/2xl]{-on-[breakpoint]}` | `.pf-v6-c-toolbar__content-section`, `.pf-v6-c-toolbar__group`, `.pf-v6-c-toolbar__item` | Modifies both column gap and row gap for toolbar group or item spacing at optional [breakpoint](/tokens/all-
|
|
17
|
+
| `.pf-m-[column/row]-gap-[none/sm/md/lg/xl/2xl]{-on-[breakpoint]}` | `.pf-v6-c-toolbar__content-section`, `.pf-v6-c-toolbar__group`, `.pf-v6-c-toolbar__item` | Modifies toolbar group or item spacing at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). |
|
|
18
|
+
| `.pf-m-gap-[none/sm/md/lg/xl/2xl]{-on-[breakpoint]}` | `.pf-v6-c-toolbar__content-section`, `.pf-v6-c-toolbar__group`, `.pf-v6-c-toolbar__item` | Modifies both column gap and row gap for toolbar group or item spacing at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). |
|
|
19
19
|
|
|
20
20
|
### Toolbar item types
|
|
21
21
|
|
|
@@ -37,7 +37,7 @@ Toolbar relies on groups (`.pf-v6-c-toolbar__group`) and items (`.pf-v6-c-toolba
|
|
|
37
37
|
|
|
38
38
|
Several components in the following examples do not include functional and/or accessibility specifications (for example `.pf-v6-c-select`, `.pf-v6-c-options-menu`). Rather, `.pf-v6-c-toolbar` focuses on functionality and accessibility specifications that apply to it only.
|
|
39
39
|
|
|
40
|
-
**Available [breakpoints](/tokens/all-
|
|
40
|
+
**Available [breakpoints](/foundations-and-styles/design-tokens/all-design-tokens) are: `-on-sm`, `-on-md`, `-on-lg`, `-on-xl`, and `-on-2xl`.**
|
|
41
41
|
|
|
42
42
|
## Examples
|
|
43
43
|
|
|
@@ -181,8 +181,8 @@ Several components in the following examples do not include functional and/or ac
|
|
|
181
181
|
|
|
182
182
|
| Class | Applied to | Outcome |
|
|
183
183
|
| -- | -- | -- |
|
|
184
|
-
| `--pf-v6-c-toolbar__item--Width: {width}` | `.pf-v6-c-toolbar__item` | Modifies the width value of a toolbar item at optional [breakpoint](/tokens/all-
|
|
185
|
-
| `--pf-v6-c-toolbar__item--MinWidth: {width}` | `.pf-v6-c-toolbar__item` | Modifies the min width value of a toolbar item at optional [breakpoint](/tokens/all-
|
|
184
|
+
| `--pf-v6-c-toolbar__item--Width: {width}` | `.pf-v6-c-toolbar__item` | Modifies the width value of a toolbar item at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). |
|
|
185
|
+
| `--pf-v6-c-toolbar__item--MinWidth: {width}` | `.pf-v6-c-toolbar__item` | Modifies the min width value of a toolbar item at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). |
|
|
186
186
|
|
|
187
187
|
## Group types
|
|
188
188
|
|
|
@@ -328,7 +328,19 @@ Several components in the following examples do not include functional and/or ac
|
|
|
328
328
|
aria-label="Column view"
|
|
329
329
|
>
|
|
330
330
|
<span class="pf-v6-c-button__icon">
|
|
331
|
-
<
|
|
331
|
+
<svg
|
|
332
|
+
class="pf-v6-svg"
|
|
333
|
+
viewBox="0 0 512 512"
|
|
334
|
+
fill="currentColor"
|
|
335
|
+
aria-hidden="true"
|
|
336
|
+
role="img"
|
|
337
|
+
width="1em"
|
|
338
|
+
height="1em"
|
|
339
|
+
>
|
|
340
|
+
<path
|
|
341
|
+
d="M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM224 416H64V160h160v256zm224 0H288V160h160v256z"
|
|
342
|
+
/>
|
|
343
|
+
</svg>
|
|
332
344
|
</span>
|
|
333
345
|
</button>
|
|
334
346
|
</div>
|
|
@@ -339,7 +351,19 @@ Several components in the following examples do not include functional and/or ac
|
|
|
339
351
|
aria-label="Expand"
|
|
340
352
|
>
|
|
341
353
|
<span class="pf-v6-c-button__icon">
|
|
342
|
-
<
|
|
354
|
+
<svg
|
|
355
|
+
class="pf-v6-svg"
|
|
356
|
+
viewBox="0 0 448 512"
|
|
357
|
+
fill="currentColor"
|
|
358
|
+
aria-hidden="true"
|
|
359
|
+
role="img"
|
|
360
|
+
width="1em"
|
|
361
|
+
height="1em"
|
|
362
|
+
>
|
|
363
|
+
<path
|
|
364
|
+
d="M0 180V56c0-13.3 10.7-24 24-24h124c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H64v84c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12zM288 44v40c0 6.6 5.4 12 12 12h84v84c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12V56c0-13.3-10.7-24-24-24H300c-6.6 0-12 5.4-12 12zm148 276h-40c-6.6 0-12 5.4-12 12v84h-84c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h124c13.3 0 24-10.7 24-24V332c0-6.6-5.4-12-12-12zM160 468v-40c0-6.6-5.4-12-12-12H64v-84c0-6.6-5.4-12-12-12H12c-6.6 0-12 5.4-12 12v124c0 13.3 10.7 24 24 24h124c6.6 0 12-5.4 12-12z"
|
|
365
|
+
/>
|
|
366
|
+
</svg>
|
|
343
367
|
</span>
|
|
344
368
|
</button>
|
|
345
369
|
</div>
|
|
@@ -350,7 +374,19 @@ Several components in the following examples do not include functional and/or ac
|
|
|
350
374
|
aria-label="Settings"
|
|
351
375
|
>
|
|
352
376
|
<span class="pf-v6-c-button__icon">
|
|
353
|
-
<
|
|
377
|
+
<svg
|
|
378
|
+
class="pf-v6-svg"
|
|
379
|
+
viewBox="0 0 512 512"
|
|
380
|
+
fill="currentColor"
|
|
381
|
+
aria-hidden="true"
|
|
382
|
+
role="img"
|
|
383
|
+
width="1em"
|
|
384
|
+
height="1em"
|
|
385
|
+
>
|
|
386
|
+
<path
|
|
387
|
+
d="M487.4 315.7l-42.6-24.6c4.3-23.2 4.3-47 0-70.2l42.6-24.6c4.9-2.8 7.1-8.6 5.5-14-11.1-35.6-30-67.8-54.7-94.6-3.8-4.1-10-5.1-14.8-2.3L380.8 110c-17.9-15.4-38.5-27.3-60.8-35.1V25.8c0-5.6-3.9-10.5-9.4-11.7-36.7-8.2-74.3-7.8-109.2 0-5.5 1.2-9.4 6.1-9.4 11.7V75c-22.2 7.9-42.8 19.8-60.8 35.1L88.7 85.5c-4.9-2.8-11-1.9-14.8 2.3-24.7 26.7-43.6 58.9-54.7 94.6-1.7 5.4.6 11.2 5.5 14L67.3 221c-4.3 23.2-4.3 47 0 70.2l-42.6 24.6c-4.9 2.8-7.1 8.6-5.5 14 11.1 35.6 30 67.8 54.7 94.6 3.8 4.1 10 5.1 14.8 2.3l42.6-24.6c17.9 15.4 38.5 27.3 60.8 35.1v49.2c0 5.6 3.9 10.5 9.4 11.7 36.7 8.2 74.3 7.8 109.2 0 5.5-1.2 9.4-6.1 9.4-11.7v-49.2c22.2-7.9 42.8-19.8 60.8-35.1l42.6 24.6c4.9 2.8 11 1.9 14.8-2.3 24.7-26.7 43.6-58.9 54.7-94.6 1.5-5.5-.7-11.3-5.6-14.1zM256 336c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z"
|
|
388
|
+
/>
|
|
389
|
+
</svg>
|
|
354
390
|
</span>
|
|
355
391
|
</button>
|
|
356
392
|
</div>
|
|
@@ -419,7 +455,19 @@ Several components in the following examples do not include functional and/or ac
|
|
|
419
455
|
id="toolbar-group-label-group-label-group-statusremove-label-one"
|
|
420
456
|
>
|
|
421
457
|
<span class="pf-v6-c-button__icon">
|
|
422
|
-
<
|
|
458
|
+
<svg
|
|
459
|
+
class="pf-v6-svg"
|
|
460
|
+
viewBox="0 0 20 20"
|
|
461
|
+
fill="currentColor"
|
|
462
|
+
aria-hidden="true"
|
|
463
|
+
role="img"
|
|
464
|
+
width="1em"
|
|
465
|
+
height="1em"
|
|
466
|
+
>
|
|
467
|
+
<path
|
|
468
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
469
|
+
/>
|
|
470
|
+
</svg>
|
|
423
471
|
</span>
|
|
424
472
|
</button>
|
|
425
473
|
</span>
|
|
@@ -444,7 +492,19 @@ Several components in the following examples do not include functional and/or ac
|
|
|
444
492
|
id="toolbar-group-label-group-label-group-statusremove-label-two"
|
|
445
493
|
>
|
|
446
494
|
<span class="pf-v6-c-button__icon">
|
|
447
|
-
<
|
|
495
|
+
<svg
|
|
496
|
+
class="pf-v6-svg"
|
|
497
|
+
viewBox="0 0 20 20"
|
|
498
|
+
fill="currentColor"
|
|
499
|
+
aria-hidden="true"
|
|
500
|
+
role="img"
|
|
501
|
+
width="1em"
|
|
502
|
+
height="1em"
|
|
503
|
+
>
|
|
504
|
+
<path
|
|
505
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
506
|
+
/>
|
|
507
|
+
</svg>
|
|
448
508
|
</span>
|
|
449
509
|
</button>
|
|
450
510
|
</span>
|
|
@@ -469,7 +529,19 @@ Several components in the following examples do not include functional and/or ac
|
|
|
469
529
|
id="toolbar-group-label-group-label-group-statusremove-label-three"
|
|
470
530
|
>
|
|
471
531
|
<span class="pf-v6-c-button__icon">
|
|
472
|
-
<
|
|
532
|
+
<svg
|
|
533
|
+
class="pf-v6-svg"
|
|
534
|
+
viewBox="0 0 20 20"
|
|
535
|
+
fill="currentColor"
|
|
536
|
+
aria-hidden="true"
|
|
537
|
+
role="img"
|
|
538
|
+
width="1em"
|
|
539
|
+
height="1em"
|
|
540
|
+
>
|
|
541
|
+
<path
|
|
542
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
543
|
+
/>
|
|
544
|
+
</svg>
|
|
473
545
|
</span>
|
|
474
546
|
</button>
|
|
475
547
|
</span>
|
|
@@ -511,7 +583,19 @@ Several components in the following examples do not include functional and/or ac
|
|
|
511
583
|
id="toolbar-group-label-group-label-group-riskremove-label-one"
|
|
512
584
|
>
|
|
513
585
|
<span class="pf-v6-c-button__icon">
|
|
514
|
-
<
|
|
586
|
+
<svg
|
|
587
|
+
class="pf-v6-svg"
|
|
588
|
+
viewBox="0 0 20 20"
|
|
589
|
+
fill="currentColor"
|
|
590
|
+
aria-hidden="true"
|
|
591
|
+
role="img"
|
|
592
|
+
width="1em"
|
|
593
|
+
height="1em"
|
|
594
|
+
>
|
|
595
|
+
<path
|
|
596
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
597
|
+
/>
|
|
598
|
+
</svg>
|
|
515
599
|
</span>
|
|
516
600
|
</button>
|
|
517
601
|
</span>
|
|
@@ -536,7 +620,19 @@ Several components in the following examples do not include functional and/or ac
|
|
|
536
620
|
id="toolbar-group-label-group-label-group-riskremove-label-two"
|
|
537
621
|
>
|
|
538
622
|
<span class="pf-v6-c-button__icon">
|
|
539
|
-
<
|
|
623
|
+
<svg
|
|
624
|
+
class="pf-v6-svg"
|
|
625
|
+
viewBox="0 0 20 20"
|
|
626
|
+
fill="currentColor"
|
|
627
|
+
aria-hidden="true"
|
|
628
|
+
role="img"
|
|
629
|
+
width="1em"
|
|
630
|
+
height="1em"
|
|
631
|
+
>
|
|
632
|
+
<path
|
|
633
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
634
|
+
/>
|
|
635
|
+
</svg>
|
|
540
636
|
</span>
|
|
541
637
|
</button>
|
|
542
638
|
</span>
|
|
@@ -561,7 +657,19 @@ Several components in the following examples do not include functional and/or ac
|
|
|
561
657
|
id="toolbar-group-label-group-label-group-riskremove-label-three"
|
|
562
658
|
>
|
|
563
659
|
<span class="pf-v6-c-button__icon">
|
|
564
|
-
<
|
|
660
|
+
<svg
|
|
661
|
+
class="pf-v6-svg"
|
|
662
|
+
viewBox="0 0 20 20"
|
|
663
|
+
fill="currentColor"
|
|
664
|
+
aria-hidden="true"
|
|
665
|
+
role="img"
|
|
666
|
+
width="1em"
|
|
667
|
+
height="1em"
|
|
668
|
+
>
|
|
669
|
+
<path
|
|
670
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
671
|
+
/>
|
|
672
|
+
</svg>
|
|
565
673
|
</span>
|
|
566
674
|
</button>
|
|
567
675
|
</span>
|
|
@@ -1396,7 +1504,19 @@ Several components in the following examples do not include functional and/or ac
|
|
|
1396
1504
|
id="toolbar-selected-filters-toggle-group-expanded-example-label-group-statusremove-label-one"
|
|
1397
1505
|
>
|
|
1398
1506
|
<span class="pf-v6-c-button__icon">
|
|
1399
|
-
<
|
|
1507
|
+
<svg
|
|
1508
|
+
class="pf-v6-svg"
|
|
1509
|
+
viewBox="0 0 20 20"
|
|
1510
|
+
fill="currentColor"
|
|
1511
|
+
aria-hidden="true"
|
|
1512
|
+
role="img"
|
|
1513
|
+
width="1em"
|
|
1514
|
+
height="1em"
|
|
1515
|
+
>
|
|
1516
|
+
<path
|
|
1517
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1518
|
+
/>
|
|
1519
|
+
</svg>
|
|
1400
1520
|
</span>
|
|
1401
1521
|
</button>
|
|
1402
1522
|
</span>
|
|
@@ -1421,7 +1541,19 @@ Several components in the following examples do not include functional and/or ac
|
|
|
1421
1541
|
id="toolbar-selected-filters-toggle-group-expanded-example-label-group-statusremove-label-two"
|
|
1422
1542
|
>
|
|
1423
1543
|
<span class="pf-v6-c-button__icon">
|
|
1424
|
-
<
|
|
1544
|
+
<svg
|
|
1545
|
+
class="pf-v6-svg"
|
|
1546
|
+
viewBox="0 0 20 20"
|
|
1547
|
+
fill="currentColor"
|
|
1548
|
+
aria-hidden="true"
|
|
1549
|
+
role="img"
|
|
1550
|
+
width="1em"
|
|
1551
|
+
height="1em"
|
|
1552
|
+
>
|
|
1553
|
+
<path
|
|
1554
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1555
|
+
/>
|
|
1556
|
+
</svg>
|
|
1425
1557
|
</span>
|
|
1426
1558
|
</button>
|
|
1427
1559
|
</span>
|
|
@@ -1446,7 +1578,19 @@ Several components in the following examples do not include functional and/or ac
|
|
|
1446
1578
|
id="toolbar-selected-filters-toggle-group-expanded-example-label-group-statusremove-label-three"
|
|
1447
1579
|
>
|
|
1448
1580
|
<span class="pf-v6-c-button__icon">
|
|
1449
|
-
<
|
|
1581
|
+
<svg
|
|
1582
|
+
class="pf-v6-svg"
|
|
1583
|
+
viewBox="0 0 20 20"
|
|
1584
|
+
fill="currentColor"
|
|
1585
|
+
aria-hidden="true"
|
|
1586
|
+
role="img"
|
|
1587
|
+
width="1em"
|
|
1588
|
+
height="1em"
|
|
1589
|
+
>
|
|
1590
|
+
<path
|
|
1591
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1592
|
+
/>
|
|
1593
|
+
</svg>
|
|
1450
1594
|
</span>
|
|
1451
1595
|
</button>
|
|
1452
1596
|
</span>
|
|
@@ -1488,7 +1632,19 @@ Several components in the following examples do not include functional and/or ac
|
|
|
1488
1632
|
id="toolbar-selected-filters-toggle-group-expanded-example-label-group-riskremove-label-one"
|
|
1489
1633
|
>
|
|
1490
1634
|
<span class="pf-v6-c-button__icon">
|
|
1491
|
-
<
|
|
1635
|
+
<svg
|
|
1636
|
+
class="pf-v6-svg"
|
|
1637
|
+
viewBox="0 0 20 20"
|
|
1638
|
+
fill="currentColor"
|
|
1639
|
+
aria-hidden="true"
|
|
1640
|
+
role="img"
|
|
1641
|
+
width="1em"
|
|
1642
|
+
height="1em"
|
|
1643
|
+
>
|
|
1644
|
+
<path
|
|
1645
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1646
|
+
/>
|
|
1647
|
+
</svg>
|
|
1492
1648
|
</span>
|
|
1493
1649
|
</button>
|
|
1494
1650
|
</span>
|
|
@@ -1513,7 +1669,19 @@ Several components in the following examples do not include functional and/or ac
|
|
|
1513
1669
|
id="toolbar-selected-filters-toggle-group-expanded-example-label-group-riskremove-label-two"
|
|
1514
1670
|
>
|
|
1515
1671
|
<span class="pf-v6-c-button__icon">
|
|
1516
|
-
<
|
|
1672
|
+
<svg
|
|
1673
|
+
class="pf-v6-svg"
|
|
1674
|
+
viewBox="0 0 20 20"
|
|
1675
|
+
fill="currentColor"
|
|
1676
|
+
aria-hidden="true"
|
|
1677
|
+
role="img"
|
|
1678
|
+
width="1em"
|
|
1679
|
+
height="1em"
|
|
1680
|
+
>
|
|
1681
|
+
<path
|
|
1682
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1683
|
+
/>
|
|
1684
|
+
</svg>
|
|
1517
1685
|
</span>
|
|
1518
1686
|
</button>
|
|
1519
1687
|
</span>
|
|
@@ -1538,7 +1706,19 @@ Several components in the following examples do not include functional and/or ac
|
|
|
1538
1706
|
id="toolbar-selected-filters-toggle-group-expanded-example-label-group-riskremove-label-three"
|
|
1539
1707
|
>
|
|
1540
1708
|
<span class="pf-v6-c-button__icon">
|
|
1541
|
-
<
|
|
1709
|
+
<svg
|
|
1710
|
+
class="pf-v6-svg"
|
|
1711
|
+
viewBox="0 0 20 20"
|
|
1712
|
+
fill="currentColor"
|
|
1713
|
+
aria-hidden="true"
|
|
1714
|
+
role="img"
|
|
1715
|
+
width="1em"
|
|
1716
|
+
height="1em"
|
|
1717
|
+
>
|
|
1718
|
+
<path
|
|
1719
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1720
|
+
/>
|
|
1721
|
+
</svg>
|
|
1542
1722
|
</span>
|
|
1543
1723
|
</button>
|
|
1544
1724
|
</span>
|
|
@@ -1713,7 +1893,19 @@ Several components in the following examples do not include functional and/or ac
|
|
|
1713
1893
|
id="toolbar-selected-filters-example-label-group-statusremove-label-one"
|
|
1714
1894
|
>
|
|
1715
1895
|
<span class="pf-v6-c-button__icon">
|
|
1716
|
-
<
|
|
1896
|
+
<svg
|
|
1897
|
+
class="pf-v6-svg"
|
|
1898
|
+
viewBox="0 0 20 20"
|
|
1899
|
+
fill="currentColor"
|
|
1900
|
+
aria-hidden="true"
|
|
1901
|
+
role="img"
|
|
1902
|
+
width="1em"
|
|
1903
|
+
height="1em"
|
|
1904
|
+
>
|
|
1905
|
+
<path
|
|
1906
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1907
|
+
/>
|
|
1908
|
+
</svg>
|
|
1717
1909
|
</span>
|
|
1718
1910
|
</button>
|
|
1719
1911
|
</span>
|
|
@@ -1738,7 +1930,19 @@ Several components in the following examples do not include functional and/or ac
|
|
|
1738
1930
|
id="toolbar-selected-filters-example-label-group-statusremove-label-two"
|
|
1739
1931
|
>
|
|
1740
1932
|
<span class="pf-v6-c-button__icon">
|
|
1741
|
-
<
|
|
1933
|
+
<svg
|
|
1934
|
+
class="pf-v6-svg"
|
|
1935
|
+
viewBox="0 0 20 20"
|
|
1936
|
+
fill="currentColor"
|
|
1937
|
+
aria-hidden="true"
|
|
1938
|
+
role="img"
|
|
1939
|
+
width="1em"
|
|
1940
|
+
height="1em"
|
|
1941
|
+
>
|
|
1942
|
+
<path
|
|
1943
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1944
|
+
/>
|
|
1945
|
+
</svg>
|
|
1742
1946
|
</span>
|
|
1743
1947
|
</button>
|
|
1744
1948
|
</span>
|
|
@@ -1763,7 +1967,19 @@ Several components in the following examples do not include functional and/or ac
|
|
|
1763
1967
|
id="toolbar-selected-filters-example-label-group-statusremove-label-three"
|
|
1764
1968
|
>
|
|
1765
1969
|
<span class="pf-v6-c-button__icon">
|
|
1766
|
-
<
|
|
1970
|
+
<svg
|
|
1971
|
+
class="pf-v6-svg"
|
|
1972
|
+
viewBox="0 0 20 20"
|
|
1973
|
+
fill="currentColor"
|
|
1974
|
+
aria-hidden="true"
|
|
1975
|
+
role="img"
|
|
1976
|
+
width="1em"
|
|
1977
|
+
height="1em"
|
|
1978
|
+
>
|
|
1979
|
+
<path
|
|
1980
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1981
|
+
/>
|
|
1982
|
+
</svg>
|
|
1767
1983
|
</span>
|
|
1768
1984
|
</button>
|
|
1769
1985
|
</span>
|
|
@@ -1805,7 +2021,19 @@ Several components in the following examples do not include functional and/or ac
|
|
|
1805
2021
|
id="toolbar-selected-filters-example-label-group-riskremove-label-one"
|
|
1806
2022
|
>
|
|
1807
2023
|
<span class="pf-v6-c-button__icon">
|
|
1808
|
-
<
|
|
2024
|
+
<svg
|
|
2025
|
+
class="pf-v6-svg"
|
|
2026
|
+
viewBox="0 0 20 20"
|
|
2027
|
+
fill="currentColor"
|
|
2028
|
+
aria-hidden="true"
|
|
2029
|
+
role="img"
|
|
2030
|
+
width="1em"
|
|
2031
|
+
height="1em"
|
|
2032
|
+
>
|
|
2033
|
+
<path
|
|
2034
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2035
|
+
/>
|
|
2036
|
+
</svg>
|
|
1809
2037
|
</span>
|
|
1810
2038
|
</button>
|
|
1811
2039
|
</span>
|
|
@@ -1830,7 +2058,19 @@ Several components in the following examples do not include functional and/or ac
|
|
|
1830
2058
|
id="toolbar-selected-filters-example-label-group-riskremove-label-two"
|
|
1831
2059
|
>
|
|
1832
2060
|
<span class="pf-v6-c-button__icon">
|
|
1833
|
-
<
|
|
2061
|
+
<svg
|
|
2062
|
+
class="pf-v6-svg"
|
|
2063
|
+
viewBox="0 0 20 20"
|
|
2064
|
+
fill="currentColor"
|
|
2065
|
+
aria-hidden="true"
|
|
2066
|
+
role="img"
|
|
2067
|
+
width="1em"
|
|
2068
|
+
height="1em"
|
|
2069
|
+
>
|
|
2070
|
+
<path
|
|
2071
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2072
|
+
/>
|
|
2073
|
+
</svg>
|
|
1834
2074
|
</span>
|
|
1835
2075
|
</button>
|
|
1836
2076
|
</span>
|
|
@@ -1855,7 +2095,19 @@ Several components in the following examples do not include functional and/or ac
|
|
|
1855
2095
|
id="toolbar-selected-filters-example-label-group-riskremove-label-three"
|
|
1856
2096
|
>
|
|
1857
2097
|
<span class="pf-v6-c-button__icon">
|
|
1858
|
-
<
|
|
2098
|
+
<svg
|
|
2099
|
+
class="pf-v6-svg"
|
|
2100
|
+
viewBox="0 0 20 20"
|
|
2101
|
+
fill="currentColor"
|
|
2102
|
+
aria-hidden="true"
|
|
2103
|
+
role="img"
|
|
2104
|
+
width="1em"
|
|
2105
|
+
height="1em"
|
|
2106
|
+
>
|
|
2107
|
+
<path
|
|
2108
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2109
|
+
/>
|
|
2110
|
+
</svg>
|
|
1859
2111
|
</span>
|
|
1860
2112
|
</button>
|
|
1861
2113
|
</span>
|
|
@@ -1999,7 +2251,19 @@ Several components in the following examples do not include functional and/or ac
|
|
|
1999
2251
|
disabled
|
|
2000
2252
|
>
|
|
2001
2253
|
<span class="pf-v6-c-button__icon">
|
|
2002
|
-
<
|
|
2254
|
+
<svg
|
|
2255
|
+
class="pf-v6-svg"
|
|
2256
|
+
viewBox="0 0 448 512"
|
|
2257
|
+
fill="currentColor"
|
|
2258
|
+
aria-hidden="true"
|
|
2259
|
+
role="img"
|
|
2260
|
+
width="1em"
|
|
2261
|
+
height="1em"
|
|
2262
|
+
>
|
|
2263
|
+
<path
|
|
2264
|
+
d="M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
|
|
2265
|
+
/>
|
|
2266
|
+
</svg>
|
|
2003
2267
|
</span>
|
|
2004
2268
|
</button>
|
|
2005
2269
|
</div>
|
|
@@ -2011,7 +2275,19 @@ Several components in the following examples do not include functional and/or ac
|
|
|
2011
2275
|
disabled
|
|
2012
2276
|
>
|
|
2013
2277
|
<span class="pf-v6-c-button__icon">
|
|
2014
|
-
<
|
|
2278
|
+
<svg
|
|
2279
|
+
class="pf-v6-svg"
|
|
2280
|
+
viewBox="0 0 256 512"
|
|
2281
|
+
fill="currentColor"
|
|
2282
|
+
aria-hidden="true"
|
|
2283
|
+
role="img"
|
|
2284
|
+
width="1em"
|
|
2285
|
+
height="1em"
|
|
2286
|
+
>
|
|
2287
|
+
<path
|
|
2288
|
+
d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
|
|
2289
|
+
/>
|
|
2290
|
+
</svg>
|
|
2015
2291
|
</span>
|
|
2016
2292
|
</button>
|
|
2017
2293
|
</div>
|
|
@@ -2038,7 +2314,19 @@ Several components in the following examples do not include functional and/or ac
|
|
|
2038
2314
|
aria-label="Go to next page"
|
|
2039
2315
|
>
|
|
2040
2316
|
<span class="pf-v6-c-button__icon">
|
|
2041
|
-
<
|
|
2317
|
+
<svg
|
|
2318
|
+
class="pf-v6-svg"
|
|
2319
|
+
viewBox="0 0 256 512"
|
|
2320
|
+
fill="currentColor"
|
|
2321
|
+
aria-hidden="true"
|
|
2322
|
+
role="img"
|
|
2323
|
+
width="1em"
|
|
2324
|
+
height="1em"
|
|
2325
|
+
>
|
|
2326
|
+
<path
|
|
2327
|
+
d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
|
|
2328
|
+
/>
|
|
2329
|
+
</svg>
|
|
2042
2330
|
</span>
|
|
2043
2331
|
</button>
|
|
2044
2332
|
</div>
|
|
@@ -2049,7 +2337,19 @@ Several components in the following examples do not include functional and/or ac
|
|
|
2049
2337
|
aria-label="Go to last page"
|
|
2050
2338
|
>
|
|
2051
2339
|
<span class="pf-v6-c-button__icon">
|
|
2052
|
-
<
|
|
2340
|
+
<svg
|
|
2341
|
+
class="pf-v6-svg"
|
|
2342
|
+
viewBox="0 0 448 512"
|
|
2343
|
+
fill="currentColor"
|
|
2344
|
+
aria-hidden="true"
|
|
2345
|
+
role="img"
|
|
2346
|
+
width="1em"
|
|
2347
|
+
height="1em"
|
|
2348
|
+
>
|
|
2349
|
+
<path
|
|
2350
|
+
d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
|
|
2351
|
+
/>
|
|
2352
|
+
</svg>
|
|
2053
2353
|
</span>
|
|
2054
2354
|
</button>
|
|
2055
2355
|
</div>
|
|
@@ -2196,7 +2496,19 @@ Several components in the following examples do not include functional and/or ac
|
|
|
2196
2496
|
id="toolbar-stacked-collapsed-example-label-group-statusremove-label-one"
|
|
2197
2497
|
>
|
|
2198
2498
|
<span class="pf-v6-c-button__icon">
|
|
2199
|
-
<
|
|
2499
|
+
<svg
|
|
2500
|
+
class="pf-v6-svg"
|
|
2501
|
+
viewBox="0 0 20 20"
|
|
2502
|
+
fill="currentColor"
|
|
2503
|
+
aria-hidden="true"
|
|
2504
|
+
role="img"
|
|
2505
|
+
width="1em"
|
|
2506
|
+
height="1em"
|
|
2507
|
+
>
|
|
2508
|
+
<path
|
|
2509
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2510
|
+
/>
|
|
2511
|
+
</svg>
|
|
2200
2512
|
</span>
|
|
2201
2513
|
</button>
|
|
2202
2514
|
</span>
|
|
@@ -2221,7 +2533,19 @@ Several components in the following examples do not include functional and/or ac
|
|
|
2221
2533
|
id="toolbar-stacked-collapsed-example-label-group-statusremove-label-two"
|
|
2222
2534
|
>
|
|
2223
2535
|
<span class="pf-v6-c-button__icon">
|
|
2224
|
-
<
|
|
2536
|
+
<svg
|
|
2537
|
+
class="pf-v6-svg"
|
|
2538
|
+
viewBox="0 0 20 20"
|
|
2539
|
+
fill="currentColor"
|
|
2540
|
+
aria-hidden="true"
|
|
2541
|
+
role="img"
|
|
2542
|
+
width="1em"
|
|
2543
|
+
height="1em"
|
|
2544
|
+
>
|
|
2545
|
+
<path
|
|
2546
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2547
|
+
/>
|
|
2548
|
+
</svg>
|
|
2225
2549
|
</span>
|
|
2226
2550
|
</button>
|
|
2227
2551
|
</span>
|
|
@@ -2246,7 +2570,19 @@ Several components in the following examples do not include functional and/or ac
|
|
|
2246
2570
|
id="toolbar-stacked-collapsed-example-label-group-statusremove-label-three"
|
|
2247
2571
|
>
|
|
2248
2572
|
<span class="pf-v6-c-button__icon">
|
|
2249
|
-
<
|
|
2573
|
+
<svg
|
|
2574
|
+
class="pf-v6-svg"
|
|
2575
|
+
viewBox="0 0 20 20"
|
|
2576
|
+
fill="currentColor"
|
|
2577
|
+
aria-hidden="true"
|
|
2578
|
+
role="img"
|
|
2579
|
+
width="1em"
|
|
2580
|
+
height="1em"
|
|
2581
|
+
>
|
|
2582
|
+
<path
|
|
2583
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2584
|
+
/>
|
|
2585
|
+
</svg>
|
|
2250
2586
|
</span>
|
|
2251
2587
|
</button>
|
|
2252
2588
|
</span>
|
|
@@ -2288,7 +2624,19 @@ Several components in the following examples do not include functional and/or ac
|
|
|
2288
2624
|
id="toolbar-stacked-collapsed-example-label-group-riskremove-label-one"
|
|
2289
2625
|
>
|
|
2290
2626
|
<span class="pf-v6-c-button__icon">
|
|
2291
|
-
<
|
|
2627
|
+
<svg
|
|
2628
|
+
class="pf-v6-svg"
|
|
2629
|
+
viewBox="0 0 20 20"
|
|
2630
|
+
fill="currentColor"
|
|
2631
|
+
aria-hidden="true"
|
|
2632
|
+
role="img"
|
|
2633
|
+
width="1em"
|
|
2634
|
+
height="1em"
|
|
2635
|
+
>
|
|
2636
|
+
<path
|
|
2637
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2638
|
+
/>
|
|
2639
|
+
</svg>
|
|
2292
2640
|
</span>
|
|
2293
2641
|
</button>
|
|
2294
2642
|
</span>
|
|
@@ -2313,7 +2661,19 @@ Several components in the following examples do not include functional and/or ac
|
|
|
2313
2661
|
id="toolbar-stacked-collapsed-example-label-group-riskremove-label-two"
|
|
2314
2662
|
>
|
|
2315
2663
|
<span class="pf-v6-c-button__icon">
|
|
2316
|
-
<
|
|
2664
|
+
<svg
|
|
2665
|
+
class="pf-v6-svg"
|
|
2666
|
+
viewBox="0 0 20 20"
|
|
2667
|
+
fill="currentColor"
|
|
2668
|
+
aria-hidden="true"
|
|
2669
|
+
role="img"
|
|
2670
|
+
width="1em"
|
|
2671
|
+
height="1em"
|
|
2672
|
+
>
|
|
2673
|
+
<path
|
|
2674
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2675
|
+
/>
|
|
2676
|
+
</svg>
|
|
2317
2677
|
</span>
|
|
2318
2678
|
</button>
|
|
2319
2679
|
</span>
|
|
@@ -2338,7 +2698,19 @@ Several components in the following examples do not include functional and/or ac
|
|
|
2338
2698
|
id="toolbar-stacked-collapsed-example-label-group-riskremove-label-three"
|
|
2339
2699
|
>
|
|
2340
2700
|
<span class="pf-v6-c-button__icon">
|
|
2341
|
-
<
|
|
2701
|
+
<svg
|
|
2702
|
+
class="pf-v6-svg"
|
|
2703
|
+
viewBox="0 0 20 20"
|
|
2704
|
+
fill="currentColor"
|
|
2705
|
+
aria-hidden="true"
|
|
2706
|
+
role="img"
|
|
2707
|
+
width="1em"
|
|
2708
|
+
height="1em"
|
|
2709
|
+
>
|
|
2710
|
+
<path
|
|
2711
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2712
|
+
/>
|
|
2713
|
+
</svg>
|
|
2342
2714
|
</span>
|
|
2343
2715
|
</button>
|
|
2344
2716
|
</span>
|
|
@@ -2420,7 +2792,19 @@ Several components in the following examples do not include functional and/or ac
|
|
|
2420
2792
|
disabled
|
|
2421
2793
|
>
|
|
2422
2794
|
<span class="pf-v6-c-button__icon">
|
|
2423
|
-
<
|
|
2795
|
+
<svg
|
|
2796
|
+
class="pf-v6-svg"
|
|
2797
|
+
viewBox="0 0 448 512"
|
|
2798
|
+
fill="currentColor"
|
|
2799
|
+
aria-hidden="true"
|
|
2800
|
+
role="img"
|
|
2801
|
+
width="1em"
|
|
2802
|
+
height="1em"
|
|
2803
|
+
>
|
|
2804
|
+
<path
|
|
2805
|
+
d="M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
|
|
2806
|
+
/>
|
|
2807
|
+
</svg>
|
|
2424
2808
|
</span>
|
|
2425
2809
|
</button>
|
|
2426
2810
|
</div>
|
|
@@ -2432,7 +2816,19 @@ Several components in the following examples do not include functional and/or ac
|
|
|
2432
2816
|
disabled
|
|
2433
2817
|
>
|
|
2434
2818
|
<span class="pf-v6-c-button__icon">
|
|
2435
|
-
<
|
|
2819
|
+
<svg
|
|
2820
|
+
class="pf-v6-svg"
|
|
2821
|
+
viewBox="0 0 256 512"
|
|
2822
|
+
fill="currentColor"
|
|
2823
|
+
aria-hidden="true"
|
|
2824
|
+
role="img"
|
|
2825
|
+
width="1em"
|
|
2826
|
+
height="1em"
|
|
2827
|
+
>
|
|
2828
|
+
<path
|
|
2829
|
+
d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
|
|
2830
|
+
/>
|
|
2831
|
+
</svg>
|
|
2436
2832
|
</span>
|
|
2437
2833
|
</button>
|
|
2438
2834
|
</div>
|
|
@@ -2459,7 +2855,19 @@ Several components in the following examples do not include functional and/or ac
|
|
|
2459
2855
|
aria-label="Go to next page"
|
|
2460
2856
|
>
|
|
2461
2857
|
<span class="pf-v6-c-button__icon">
|
|
2462
|
-
<
|
|
2858
|
+
<svg
|
|
2859
|
+
class="pf-v6-svg"
|
|
2860
|
+
viewBox="0 0 256 512"
|
|
2861
|
+
fill="currentColor"
|
|
2862
|
+
aria-hidden="true"
|
|
2863
|
+
role="img"
|
|
2864
|
+
width="1em"
|
|
2865
|
+
height="1em"
|
|
2866
|
+
>
|
|
2867
|
+
<path
|
|
2868
|
+
d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
|
|
2869
|
+
/>
|
|
2870
|
+
</svg>
|
|
2463
2871
|
</span>
|
|
2464
2872
|
</button>
|
|
2465
2873
|
</div>
|
|
@@ -2470,7 +2878,19 @@ Several components in the following examples do not include functional and/or ac
|
|
|
2470
2878
|
aria-label="Go to last page"
|
|
2471
2879
|
>
|
|
2472
2880
|
<span class="pf-v6-c-button__icon">
|
|
2473
|
-
<
|
|
2881
|
+
<svg
|
|
2882
|
+
class="pf-v6-svg"
|
|
2883
|
+
viewBox="0 0 448 512"
|
|
2884
|
+
fill="currentColor"
|
|
2885
|
+
aria-hidden="true"
|
|
2886
|
+
role="img"
|
|
2887
|
+
width="1em"
|
|
2888
|
+
height="1em"
|
|
2889
|
+
>
|
|
2890
|
+
<path
|
|
2891
|
+
d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
|
|
2892
|
+
/>
|
|
2893
|
+
</svg>
|
|
2474
2894
|
</span>
|
|
2475
2895
|
</button>
|
|
2476
2896
|
</div>
|
|
@@ -2612,6 +3032,33 @@ Etiam nulla lacus, porttitor vel volutpat et, malesuada id nunc. Suspendisse por
|
|
|
2612
3032
|
|
|
2613
3033
|
```
|
|
2614
3034
|
|
|
3035
|
+
### Vertical
|
|
3036
|
+
|
|
3037
|
+
```html isBeta
|
|
3038
|
+
<div class="pf-v6-c-toolbar pf-m-vertical" id="toolbar-vertical-example">
|
|
3039
|
+
<div class="pf-v6-c-toolbar__content">
|
|
3040
|
+
<div class="pf-v6-c-toolbar__content-section">
|
|
3041
|
+
<div class="pf-v6-c-toolbar__item">Item</div>
|
|
3042
|
+
<div class="pf-v6-c-toolbar__item">Item</div>
|
|
3043
|
+
<div class="pf-v6-c-toolbar__item">Item</div>
|
|
3044
|
+
<hr class="pf-v6-c-divider" />
|
|
3045
|
+
|
|
3046
|
+
<div class="pf-v6-c-toolbar__group">
|
|
3047
|
+
<div class="pf-v6-c-toolbar__item">Item</div>
|
|
3048
|
+
<div class="pf-v6-c-toolbar__item">Item</div>
|
|
3049
|
+
<div class="pf-v6-c-toolbar__item">Item</div>
|
|
3050
|
+
</div>
|
|
3051
|
+
|
|
3052
|
+
<hr class="pf-v6-c-divider" />
|
|
3053
|
+
<div class="pf-v6-c-toolbar__item">Item</div>
|
|
3054
|
+
<div class="pf-v6-c-toolbar__item">Item</div>
|
|
3055
|
+
<div class="pf-v6-c-toolbar__item">Item</div>
|
|
3056
|
+
</div>
|
|
3057
|
+
</div>
|
|
3058
|
+
</div>
|
|
3059
|
+
|
|
3060
|
+
```
|
|
3061
|
+
|
|
2615
3062
|
## Documentation
|
|
2616
3063
|
|
|
2617
3064
|
### Overview
|
|
@@ -2636,6 +3083,7 @@ As the toolbar component is a hybrid layout and component, some of its elements
|
|
|
2636
3083
|
| `.pf-m-secondary` | `.pf-v6-c-toolbar` | Modifies toolbar to have secondary background color. |
|
|
2637
3084
|
| `.pf-m-no-padding` | `.pf-v6-c-toolbar` | Modifies toolbar to have no padding. |
|
|
2638
3085
|
| `.pf-m-no-background` | `.pf-v6-c-toolbar` | Modifies toolbar to have no background color. |
|
|
3086
|
+
| `.pf-m-vertical` | `.pf-v6-c-toolbar` | Modifies toolbar for a vertical layout. |
|
|
2639
3087
|
| `.pf-m-expanded` | `.pf-v6-c-toolbar__expandable-content` | Modifies expandable content section for the expanded state. |
|
|
2640
3088
|
| `.pf-m-expanded` | `.pf-v6-c-toolbar__item.pf-m-expand-all` | Modifies an expand all button for the expanded state. |
|
|
2641
3089
|
| `.pf-m-action-group` | `.pf-v6-c-toolbar__group` | Initiates action group spacing. |
|
|
@@ -2674,5 +3122,5 @@ As the toolbar component is a hybrid layout and component, some of its elements
|
|
|
2674
3122
|
|
|
2675
3123
|
| Class | Applied to | Outcome |
|
|
2676
3124
|
| -- | -- | -- |
|
|
2677
|
-
| `.pf-m-[column/row]-gap-[none/sm/md/lg/xl/2xl]` | `.pf-v6-c-toolbar__group`, `.pf-v6-c-toolbar__item` | Modifies toolbar group or item spacing at optional [breakpoint](/tokens/all-
|
|
2678
|
-
| `.pf-m-gap-[none/sm/md/lg/xl/2xl]` | `.pf-v6-c-toolbar__group`, `.pf-v6-c-toolbar__item` | Modifies both column and row gap for toolbar group or item spacing at optional [breakpoint](/tokens/all-
|
|
3125
|
+
| `.pf-m-[column/row]-gap-[none/sm/md/lg/xl/2xl]` | `.pf-v6-c-toolbar__group`, `.pf-v6-c-toolbar__item` | Modifies toolbar group or item spacing at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). |
|
|
3126
|
+
| `.pf-m-gap-[none/sm/md/lg/xl/2xl]` | `.pf-v6-c-toolbar__group`, `.pf-v6-c-toolbar__item` | Modifies both column and row gap for toolbar group or item spacing at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). |
|