@patternfly/patternfly 6.5.0-prerelease.7 → 6.5.0-prerelease.70
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.jpg +0 -0
- package/assets/images/compass--wallpaper-dark.png +0 -0
- package/assets/images/compass--wallpaper-light.jpg +0 -0
- package/assets/images/compass--wallpaper-light.png +0 -0
- package/assets/images/glass-brand-dark.jpg +0 -0
- package/assets/images/glass-brand-dark.png +0 -0
- package/assets/images/glass-brand-light.jpg +0 -0
- package/assets/images/glass-brand-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 +17 -0
- package/base/patternfly-svg-icons.scss +20 -0
- package/base/patternfly-variables.css +926 -513
- package/base/patternfly-variables.scss +46 -4
- package/base/tokens/tokens-dark.scss +56 -8
- package/base/tokens/tokens-default.scss +69 -14
- package/base/tokens/tokens-glass-dark.scss +26 -0
- package/base/tokens/tokens-glass.scss +22 -0
- package/base/tokens/tokens-local.scss +17 -0
- package/base/tokens/tokens-palette.scss +3 -1
- package/base/tokens/tokens-redhat-dark.scss +21 -0
- package/base/tokens/tokens-redhat-glass-dark.scss +40 -0
- package/base/tokens/tokens-redhat-glass.scss +30 -0
- package/base/tokens/tokens-redhat-highcontrast-dark.scss +50 -0
- package/base/tokens/tokens-redhat-highcontrast.scss +128 -0
- package/base/tokens/tokens-redhat.scss +15 -0
- package/components/AboutModalBox/about-modal-box.css +36 -26
- package/components/Accordion/accordion.css +26 -14
- package/components/Accordion/accordion.scss +12 -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 +10 -5
- package/components/Breadcrumb/breadcrumb.scss +6 -2
- package/components/Button/button.css +123 -32
- package/components/Button/button.scss +134 -29
- package/components/CalendarMonth/calendar-month.css +4 -3
- package/components/Card/card.css +51 -15
- package/components/Card/card.scss +65 -9
- package/components/ClipboardCopy/clipboard-copy.css +14 -7
- package/components/ClipboardCopy/clipboard-copy.scss +13 -4
- package/components/CodeEditor/code-editor.css +2 -2
- package/components/CodeEditor/code-editor.scss +2 -2
- 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 +8 -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 +220 -73
- package/components/Drawer/drawer.scss +189 -26
- 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 +16 -5
- package/components/JumpLinks/jump-links.scss +17 -3
- 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 +58 -40
- package/components/Login/login.scss +7 -3
- package/components/Masthead/masthead.css +112 -16
- package/components/Masthead/masthead.scss +112 -1
- package/components/Menu/menu.css +49 -33
- package/components/Menu/menu.scss +26 -19
- package/components/MenuToggle/menu-toggle.css +35 -8
- package/components/MenuToggle/menu-toggle.scss +42 -8
- package/components/ModalBox/modal-box.css +9 -7
- package/components/ModalBox/modal-box.scss +2 -2
- package/components/Nav/nav.css +82 -11
- package/components/Nav/nav.scss +85 -5
- package/components/NotificationDrawer/notification-drawer.css +19 -9
- package/components/NotificationDrawer/notification-drawer.scss +14 -5
- package/components/OverflowMenu/overflow-menu.css +16 -0
- package/components/OverflowMenu/overflow-menu.scss +20 -1
- package/components/Page/page.css +264 -27
- package/components/Page/page.scss +288 -14
- package/components/Pagination/pagination.scss +5 -1
- package/components/Panel/panel.css +14 -0
- package/components/Panel/panel.scss +18 -0
- package/components/Progress/progress.css +3 -1
- package/components/Progress/progress.scss +3 -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 +104 -57
- package/components/Table/table.scss +92 -37
- package/components/Tabs/tabs.css +51 -33
- package/components/Tabs/tabs.scss +54 -26
- 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 +147 -15
- package/components/Toolbar/toolbar.scss +36 -8
- package/components/TreeView/tree-view.css +45 -14
- package/components/TreeView/tree-view.scss +32 -1
- package/components/Wizard/wizard.css +41 -19
- package/components/Wizard/wizard.scss +26 -6
- package/components/_index.css +2319 -771
- package/components/_index.scss +3 -1
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +13 -1
- package/docs/components/Accordion/examples/Accordion.md +392 -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 +313 -26
- package/docs/components/Button/examples/Button.md +2362 -163
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +156 -12
- package/docs/components/Card/examples/Card.md +335 -12
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +293 -28
- package/docs/components/CodeBlock/examples/CodeBlock.md +104 -8
- package/docs/components/CodeEditor/examples/CodeEditor.md +234 -18
- 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 +627 -222
- 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/DragDrop/examples/DragDrop.css +1 -1
- package/docs/components/Drawer/examples/Drawer.md +355 -35
- package/docs/components/DualListSelector/examples/DualListSelector.md +1247 -161
- package/docs/components/EmptyState/examples/EmptyState.md +78 -6
- 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/Hint/examples/Hint.md +39 -3
- package/docs/components/Icon/examples/Icon.md +105 -9
- package/docs/components/InlineEdit/examples/InlineEdit.md +338 -26
- package/docs/components/InputGroup/examples/InputGroup.md +40 -4
- 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 +39 -3
- package/docs/components/Masthead/examples/masthead.md +80 -1
- package/docs/components/Menu/examples/Menu.md +1679 -133
- package/docs/components/MenuToggle/examples/MenuToggle.md +1514 -118
- package/docs/components/ModalBox/examples/ModalBox.md +289 -25
- 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 +1079 -83
- package/docs/components/OverflowMenu/examples/overflow-menu.css +6 -3
- package/docs/components/OverflowMenu/examples/overflow-menu.md +164 -11
- package/docs/components/Page/examples/Page.md +133 -25
- package/docs/components/Pagination/examples/Pagination.md +796 -77
- package/docs/components/Panel/examples/Panel.md +12 -0
- package/docs/components/Popover/examples/Popover.md +286 -22
- package/docs/components/Progress/examples/Progress.md +91 -7
- 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.css +2 -1
- package/docs/components/Table/examples/Table.md +7543 -653
- package/docs/components/Tabs/examples/Tabs.md +5908 -457
- 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 +1101 -88
- package/docs/components/TreeView/examples/TreeView.md +1390 -130
- package/docs/components/Wizard/examples/Wizard.md +828 -73
- package/docs/demos/AboutModal/examples/AboutModal.md +158 -53
- package/docs/demos/Alert/examples/Alert.md +539 -164
- package/docs/demos/BackToTop/examples/BackToTop.md +158 -53
- package/docs/demos/Banner/examples/Banner.md +290 -104
- package/docs/demos/Button/examples/Button.md +13 -1
- package/docs/demos/Card/examples/Card.md +1041 -134
- package/docs/demos/CardView/examples/CardView.md +569 -170
- package/docs/demos/Compass/examples/Compass.md +8009 -0
- package/docs/demos/Dashboard/examples/Dashboard.md +745 -177
- package/docs/demos/DataList/examples/DataList.md +1300 -291
- package/docs/demos/DescriptionList/examples/DescriptionList.md +472 -160
- package/docs/demos/Drawer/examples/Drawer.md +718 -262
- package/docs/demos/Form/examples/BasicForms.md +273 -21
- package/docs/demos/JumpLinks/examples/JumpLinks.md +862 -319
- package/docs/demos/Masthead/examples/Masthead.md +1119 -489
- package/docs/demos/Modal/examples/Modal.md +948 -321
- package/docs/demos/Nav/examples/Nav.md +3267 -499
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +2418 -405
- package/docs/demos/Page/examples/Page.md +2137 -773
- 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 +1913 -504
- package/docs/demos/Skeleton/examples/Skeleton.md +145 -52
- package/docs/demos/Table/examples/Table.md +11806 -2274
- package/docs/demos/Tabs/examples/Tabs.md +1117 -337
- package/docs/demos/Toolbar/examples/Toolbar.md +1811 -279
- package/docs/demos/Wizard/examples/Wizard.md +1705 -526
- 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 +54 -16
- package/patternfly-base-no-globals.css +969 -489
- package/patternfly-base.css +976 -489
- package/patternfly-charts.css +3 -3
- package/patternfly-no-globals.css +3186 -1137
- package/patternfly.css +3193 -1137
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/patternfly.scss +29 -0
- package/sass-utilities/functions.scss +32 -25
- package/sass-utilities/mixins.scss +52 -21
- package/sass-utilities/namespaces-components.scss +6 -0
- package/sass-utilities/scss-variables.scss +3 -0
|
@@ -17,7 +17,6 @@ cssPrefix: pf-v6-c-pagination
|
|
|
17
17
|
class="pf-v6-c-menu-toggle pf-m-text pf-m-plain"
|
|
18
18
|
type="button"
|
|
19
19
|
aria-expanded="false"
|
|
20
|
-
aria-label="Menu toggle"
|
|
21
20
|
id="pagination-menu-toggle-top-example"
|
|
22
21
|
>
|
|
23
22
|
<span class="pf-v6-c-menu-toggle__text">
|
|
@@ -26,7 +25,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
26
25
|
</span>
|
|
27
26
|
<span class="pf-v6-c-menu-toggle__controls">
|
|
28
27
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
29
|
-
<
|
|
28
|
+
<svg
|
|
29
|
+
class="pf-v6-svg"
|
|
30
|
+
viewBox="0 0 20 20"
|
|
31
|
+
fill="currentColor"
|
|
32
|
+
aria-hidden="true"
|
|
33
|
+
role="img"
|
|
34
|
+
width="1em"
|
|
35
|
+
height="1em"
|
|
36
|
+
>
|
|
37
|
+
<path
|
|
38
|
+
d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
|
|
39
|
+
/>
|
|
40
|
+
</svg>
|
|
30
41
|
</span>
|
|
31
42
|
</span>
|
|
32
43
|
</button>
|
|
@@ -43,7 +54,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
43
54
|
aria-label="Go to first page"
|
|
44
55
|
>
|
|
45
56
|
<span class="pf-v6-c-button__icon">
|
|
46
|
-
<
|
|
57
|
+
<svg
|
|
58
|
+
class="pf-v6-svg"
|
|
59
|
+
viewBox="0 0 448 512"
|
|
60
|
+
fill="currentColor"
|
|
61
|
+
aria-hidden="true"
|
|
62
|
+
role="img"
|
|
63
|
+
width="1em"
|
|
64
|
+
height="1em"
|
|
65
|
+
>
|
|
66
|
+
<path
|
|
67
|
+
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"
|
|
68
|
+
/>
|
|
69
|
+
</svg>
|
|
47
70
|
</span>
|
|
48
71
|
</button>
|
|
49
72
|
</div>
|
|
@@ -55,7 +78,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
55
78
|
aria-label="Go to previous page"
|
|
56
79
|
>
|
|
57
80
|
<span class="pf-v6-c-button__icon">
|
|
58
|
-
<
|
|
81
|
+
<svg
|
|
82
|
+
class="pf-v6-svg"
|
|
83
|
+
viewBox="0 0 256 512"
|
|
84
|
+
fill="currentColor"
|
|
85
|
+
aria-hidden="true"
|
|
86
|
+
role="img"
|
|
87
|
+
width="1em"
|
|
88
|
+
height="1em"
|
|
89
|
+
>
|
|
90
|
+
<path
|
|
91
|
+
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"
|
|
92
|
+
/>
|
|
93
|
+
</svg>
|
|
59
94
|
</span>
|
|
60
95
|
</button>
|
|
61
96
|
</div>
|
|
@@ -78,7 +113,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
78
113
|
aria-label="Go to next page"
|
|
79
114
|
>
|
|
80
115
|
<span class="pf-v6-c-button__icon">
|
|
81
|
-
<
|
|
116
|
+
<svg
|
|
117
|
+
class="pf-v6-svg"
|
|
118
|
+
viewBox="0 0 256 512"
|
|
119
|
+
fill="currentColor"
|
|
120
|
+
aria-hidden="true"
|
|
121
|
+
role="img"
|
|
122
|
+
width="1em"
|
|
123
|
+
height="1em"
|
|
124
|
+
>
|
|
125
|
+
<path
|
|
126
|
+
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"
|
|
127
|
+
/>
|
|
128
|
+
</svg>
|
|
82
129
|
</span>
|
|
83
130
|
</button>
|
|
84
131
|
</div>
|
|
@@ -90,7 +137,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
90
137
|
aria-label="Go to last page"
|
|
91
138
|
>
|
|
92
139
|
<span class="pf-v6-c-button__icon">
|
|
93
|
-
<
|
|
140
|
+
<svg
|
|
141
|
+
class="pf-v6-svg"
|
|
142
|
+
viewBox="0 0 448 512"
|
|
143
|
+
fill="currentColor"
|
|
144
|
+
aria-hidden="true"
|
|
145
|
+
role="img"
|
|
146
|
+
width="1em"
|
|
147
|
+
height="1em"
|
|
148
|
+
>
|
|
149
|
+
<path
|
|
150
|
+
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"
|
|
151
|
+
/>
|
|
152
|
+
</svg>
|
|
94
153
|
</span>
|
|
95
154
|
</button>
|
|
96
155
|
</div>
|
|
@@ -112,7 +171,6 @@ cssPrefix: pf-v6-c-pagination
|
|
|
112
171
|
class="pf-v6-c-menu-toggle pf-m-text pf-m-plain"
|
|
113
172
|
type="button"
|
|
114
173
|
aria-expanded="false"
|
|
115
|
-
aria-label="Menu toggle"
|
|
116
174
|
id="pagination-menu-toggle-top-sticky-example"
|
|
117
175
|
>
|
|
118
176
|
<span class="pf-v6-c-menu-toggle__text">
|
|
@@ -121,7 +179,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
121
179
|
</span>
|
|
122
180
|
<span class="pf-v6-c-menu-toggle__controls">
|
|
123
181
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
124
|
-
<
|
|
182
|
+
<svg
|
|
183
|
+
class="pf-v6-svg"
|
|
184
|
+
viewBox="0 0 20 20"
|
|
185
|
+
fill="currentColor"
|
|
186
|
+
aria-hidden="true"
|
|
187
|
+
role="img"
|
|
188
|
+
width="1em"
|
|
189
|
+
height="1em"
|
|
190
|
+
>
|
|
191
|
+
<path
|
|
192
|
+
d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
|
|
193
|
+
/>
|
|
194
|
+
</svg>
|
|
125
195
|
</span>
|
|
126
196
|
</span>
|
|
127
197
|
</button>
|
|
@@ -138,7 +208,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
138
208
|
aria-label="Go to first page"
|
|
139
209
|
>
|
|
140
210
|
<span class="pf-v6-c-button__icon">
|
|
141
|
-
<
|
|
211
|
+
<svg
|
|
212
|
+
class="pf-v6-svg"
|
|
213
|
+
viewBox="0 0 448 512"
|
|
214
|
+
fill="currentColor"
|
|
215
|
+
aria-hidden="true"
|
|
216
|
+
role="img"
|
|
217
|
+
width="1em"
|
|
218
|
+
height="1em"
|
|
219
|
+
>
|
|
220
|
+
<path
|
|
221
|
+
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"
|
|
222
|
+
/>
|
|
223
|
+
</svg>
|
|
142
224
|
</span>
|
|
143
225
|
</button>
|
|
144
226
|
</div>
|
|
@@ -150,7 +232,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
150
232
|
aria-label="Go to previous page"
|
|
151
233
|
>
|
|
152
234
|
<span class="pf-v6-c-button__icon">
|
|
153
|
-
<
|
|
235
|
+
<svg
|
|
236
|
+
class="pf-v6-svg"
|
|
237
|
+
viewBox="0 0 256 512"
|
|
238
|
+
fill="currentColor"
|
|
239
|
+
aria-hidden="true"
|
|
240
|
+
role="img"
|
|
241
|
+
width="1em"
|
|
242
|
+
height="1em"
|
|
243
|
+
>
|
|
244
|
+
<path
|
|
245
|
+
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"
|
|
246
|
+
/>
|
|
247
|
+
</svg>
|
|
154
248
|
</span>
|
|
155
249
|
</button>
|
|
156
250
|
</div>
|
|
@@ -173,7 +267,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
173
267
|
aria-label="Go to next page"
|
|
174
268
|
>
|
|
175
269
|
<span class="pf-v6-c-button__icon">
|
|
176
|
-
<
|
|
270
|
+
<svg
|
|
271
|
+
class="pf-v6-svg"
|
|
272
|
+
viewBox="0 0 256 512"
|
|
273
|
+
fill="currentColor"
|
|
274
|
+
aria-hidden="true"
|
|
275
|
+
role="img"
|
|
276
|
+
width="1em"
|
|
277
|
+
height="1em"
|
|
278
|
+
>
|
|
279
|
+
<path
|
|
280
|
+
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"
|
|
281
|
+
/>
|
|
282
|
+
</svg>
|
|
177
283
|
</span>
|
|
178
284
|
</button>
|
|
179
285
|
</div>
|
|
@@ -185,7 +291,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
185
291
|
aria-label="Go to last page"
|
|
186
292
|
>
|
|
187
293
|
<span class="pf-v6-c-button__icon">
|
|
188
|
-
<
|
|
294
|
+
<svg
|
|
295
|
+
class="pf-v6-svg"
|
|
296
|
+
viewBox="0 0 448 512"
|
|
297
|
+
fill="currentColor"
|
|
298
|
+
aria-hidden="true"
|
|
299
|
+
role="img"
|
|
300
|
+
width="1em"
|
|
301
|
+
height="1em"
|
|
302
|
+
>
|
|
303
|
+
<path
|
|
304
|
+
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"
|
|
305
|
+
/>
|
|
306
|
+
</svg>
|
|
189
307
|
</span>
|
|
190
308
|
</button>
|
|
191
309
|
</div>
|
|
@@ -217,7 +335,6 @@ cssPrefix: pf-v6-c-pagination
|
|
|
217
335
|
class="pf-v6-c-menu-toggle pf-m-text pf-m-plain"
|
|
218
336
|
type="button"
|
|
219
337
|
aria-expanded="false"
|
|
220
|
-
aria-label="Menu toggle"
|
|
221
338
|
id="pagination-menu-toggle-top-indeterminate-example"
|
|
222
339
|
>
|
|
223
340
|
<span class="pf-v6-c-menu-toggle__text">
|
|
@@ -226,7 +343,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
226
343
|
</span>
|
|
227
344
|
<span class="pf-v6-c-menu-toggle__controls">
|
|
228
345
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
229
|
-
<
|
|
346
|
+
<svg
|
|
347
|
+
class="pf-v6-svg"
|
|
348
|
+
viewBox="0 0 20 20"
|
|
349
|
+
fill="currentColor"
|
|
350
|
+
aria-hidden="true"
|
|
351
|
+
role="img"
|
|
352
|
+
width="1em"
|
|
353
|
+
height="1em"
|
|
354
|
+
>
|
|
355
|
+
<path
|
|
356
|
+
d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
|
|
357
|
+
/>
|
|
358
|
+
</svg>
|
|
230
359
|
</span>
|
|
231
360
|
</span>
|
|
232
361
|
</button>
|
|
@@ -243,7 +372,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
243
372
|
aria-label="Go to first page"
|
|
244
373
|
>
|
|
245
374
|
<span class="pf-v6-c-button__icon">
|
|
246
|
-
<
|
|
375
|
+
<svg
|
|
376
|
+
class="pf-v6-svg"
|
|
377
|
+
viewBox="0 0 448 512"
|
|
378
|
+
fill="currentColor"
|
|
379
|
+
aria-hidden="true"
|
|
380
|
+
role="img"
|
|
381
|
+
width="1em"
|
|
382
|
+
height="1em"
|
|
383
|
+
>
|
|
384
|
+
<path
|
|
385
|
+
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"
|
|
386
|
+
/>
|
|
387
|
+
</svg>
|
|
247
388
|
</span>
|
|
248
389
|
</button>
|
|
249
390
|
</div>
|
|
@@ -255,7 +396,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
255
396
|
aria-label="Go to previous page"
|
|
256
397
|
>
|
|
257
398
|
<span class="pf-v6-c-button__icon">
|
|
258
|
-
<
|
|
399
|
+
<svg
|
|
400
|
+
class="pf-v6-svg"
|
|
401
|
+
viewBox="0 0 256 512"
|
|
402
|
+
fill="currentColor"
|
|
403
|
+
aria-hidden="true"
|
|
404
|
+
role="img"
|
|
405
|
+
width="1em"
|
|
406
|
+
height="1em"
|
|
407
|
+
>
|
|
408
|
+
<path
|
|
409
|
+
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"
|
|
410
|
+
/>
|
|
411
|
+
</svg>
|
|
259
412
|
</span>
|
|
260
413
|
</button>
|
|
261
414
|
</div>
|
|
@@ -277,7 +430,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
277
430
|
aria-label="Go to next page"
|
|
278
431
|
>
|
|
279
432
|
<span class="pf-v6-c-button__icon">
|
|
280
|
-
<
|
|
433
|
+
<svg
|
|
434
|
+
class="pf-v6-svg"
|
|
435
|
+
viewBox="0 0 256 512"
|
|
436
|
+
fill="currentColor"
|
|
437
|
+
aria-hidden="true"
|
|
438
|
+
role="img"
|
|
439
|
+
width="1em"
|
|
440
|
+
height="1em"
|
|
441
|
+
>
|
|
442
|
+
<path
|
|
443
|
+
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"
|
|
444
|
+
/>
|
|
445
|
+
</svg>
|
|
281
446
|
</span>
|
|
282
447
|
</button>
|
|
283
448
|
</div>
|
|
@@ -289,7 +454,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
289
454
|
aria-label="Go to last page"
|
|
290
455
|
>
|
|
291
456
|
<span class="pf-v6-c-button__icon">
|
|
292
|
-
<
|
|
457
|
+
<svg
|
|
458
|
+
class="pf-v6-svg"
|
|
459
|
+
viewBox="0 0 448 512"
|
|
460
|
+
fill="currentColor"
|
|
461
|
+
aria-hidden="true"
|
|
462
|
+
role="img"
|
|
463
|
+
width="1em"
|
|
464
|
+
height="1em"
|
|
465
|
+
>
|
|
466
|
+
<path
|
|
467
|
+
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"
|
|
468
|
+
/>
|
|
469
|
+
</svg>
|
|
293
470
|
</span>
|
|
294
471
|
</button>
|
|
295
472
|
</div>
|
|
@@ -317,7 +494,6 @@ cssPrefix: pf-v6-c-pagination
|
|
|
317
494
|
class="pf-v6-c-menu-toggle pf-m-top pf-m-text pf-m-plain"
|
|
318
495
|
type="button"
|
|
319
496
|
aria-expanded="false"
|
|
320
|
-
aria-label="Menu toggle"
|
|
321
497
|
id="pagination-menu-toggle-bottom-example"
|
|
322
498
|
>
|
|
323
499
|
<span class="pf-v6-c-menu-toggle__text">
|
|
@@ -326,7 +502,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
326
502
|
</span>
|
|
327
503
|
<span class="pf-v6-c-menu-toggle__controls">
|
|
328
504
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
329
|
-
<
|
|
505
|
+
<svg
|
|
506
|
+
class="pf-v6-svg"
|
|
507
|
+
viewBox="0 0 20 20"
|
|
508
|
+
fill="currentColor"
|
|
509
|
+
aria-hidden="true"
|
|
510
|
+
role="img"
|
|
511
|
+
width="1em"
|
|
512
|
+
height="1em"
|
|
513
|
+
>
|
|
514
|
+
<path
|
|
515
|
+
d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
|
|
516
|
+
/>
|
|
517
|
+
</svg>
|
|
330
518
|
</span>
|
|
331
519
|
</span>
|
|
332
520
|
</button>
|
|
@@ -343,7 +531,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
343
531
|
aria-label="Go to first page"
|
|
344
532
|
>
|
|
345
533
|
<span class="pf-v6-c-button__icon">
|
|
346
|
-
<
|
|
534
|
+
<svg
|
|
535
|
+
class="pf-v6-svg"
|
|
536
|
+
viewBox="0 0 448 512"
|
|
537
|
+
fill="currentColor"
|
|
538
|
+
aria-hidden="true"
|
|
539
|
+
role="img"
|
|
540
|
+
width="1em"
|
|
541
|
+
height="1em"
|
|
542
|
+
>
|
|
543
|
+
<path
|
|
544
|
+
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"
|
|
545
|
+
/>
|
|
546
|
+
</svg>
|
|
347
547
|
</span>
|
|
348
548
|
</button>
|
|
349
549
|
</div>
|
|
@@ -355,7 +555,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
355
555
|
aria-label="Go to previous page"
|
|
356
556
|
>
|
|
357
557
|
<span class="pf-v6-c-button__icon">
|
|
358
|
-
<
|
|
558
|
+
<svg
|
|
559
|
+
class="pf-v6-svg"
|
|
560
|
+
viewBox="0 0 256 512"
|
|
561
|
+
fill="currentColor"
|
|
562
|
+
aria-hidden="true"
|
|
563
|
+
role="img"
|
|
564
|
+
width="1em"
|
|
565
|
+
height="1em"
|
|
566
|
+
>
|
|
567
|
+
<path
|
|
568
|
+
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"
|
|
569
|
+
/>
|
|
570
|
+
</svg>
|
|
359
571
|
</span>
|
|
360
572
|
</button>
|
|
361
573
|
</div>
|
|
@@ -378,7 +590,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
378
590
|
aria-label="Go to next page"
|
|
379
591
|
>
|
|
380
592
|
<span class="pf-v6-c-button__icon">
|
|
381
|
-
<
|
|
593
|
+
<svg
|
|
594
|
+
class="pf-v6-svg"
|
|
595
|
+
viewBox="0 0 256 512"
|
|
596
|
+
fill="currentColor"
|
|
597
|
+
aria-hidden="true"
|
|
598
|
+
role="img"
|
|
599
|
+
width="1em"
|
|
600
|
+
height="1em"
|
|
601
|
+
>
|
|
602
|
+
<path
|
|
603
|
+
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"
|
|
604
|
+
/>
|
|
605
|
+
</svg>
|
|
382
606
|
</span>
|
|
383
607
|
</button>
|
|
384
608
|
</div>
|
|
@@ -390,7 +614,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
390
614
|
aria-label="Go to last page"
|
|
391
615
|
>
|
|
392
616
|
<span class="pf-v6-c-button__icon">
|
|
393
|
-
<
|
|
617
|
+
<svg
|
|
618
|
+
class="pf-v6-svg"
|
|
619
|
+
viewBox="0 0 448 512"
|
|
620
|
+
fill="currentColor"
|
|
621
|
+
aria-hidden="true"
|
|
622
|
+
role="img"
|
|
623
|
+
width="1em"
|
|
624
|
+
height="1em"
|
|
625
|
+
>
|
|
626
|
+
<path
|
|
627
|
+
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"
|
|
628
|
+
/>
|
|
629
|
+
</svg>
|
|
394
630
|
</span>
|
|
395
631
|
</button>
|
|
396
632
|
</div>
|
|
@@ -418,7 +654,6 @@ cssPrefix: pf-v6-c-pagination
|
|
|
418
654
|
class="pf-v6-c-menu-toggle pf-m-top pf-m-text pf-m-plain"
|
|
419
655
|
type="button"
|
|
420
656
|
aria-expanded="false"
|
|
421
|
-
aria-label="Menu toggle"
|
|
422
657
|
id="pagination-menu-toggle-bottom-sticky-example"
|
|
423
658
|
>
|
|
424
659
|
<span class="pf-v6-c-menu-toggle__text">
|
|
@@ -427,7 +662,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
427
662
|
</span>
|
|
428
663
|
<span class="pf-v6-c-menu-toggle__controls">
|
|
429
664
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
430
|
-
<
|
|
665
|
+
<svg
|
|
666
|
+
class="pf-v6-svg"
|
|
667
|
+
viewBox="0 0 20 20"
|
|
668
|
+
fill="currentColor"
|
|
669
|
+
aria-hidden="true"
|
|
670
|
+
role="img"
|
|
671
|
+
width="1em"
|
|
672
|
+
height="1em"
|
|
673
|
+
>
|
|
674
|
+
<path
|
|
675
|
+
d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
|
|
676
|
+
/>
|
|
677
|
+
</svg>
|
|
431
678
|
</span>
|
|
432
679
|
</span>
|
|
433
680
|
</button>
|
|
@@ -444,7 +691,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
444
691
|
aria-label="Go to first page"
|
|
445
692
|
>
|
|
446
693
|
<span class="pf-v6-c-button__icon">
|
|
447
|
-
<
|
|
694
|
+
<svg
|
|
695
|
+
class="pf-v6-svg"
|
|
696
|
+
viewBox="0 0 448 512"
|
|
697
|
+
fill="currentColor"
|
|
698
|
+
aria-hidden="true"
|
|
699
|
+
role="img"
|
|
700
|
+
width="1em"
|
|
701
|
+
height="1em"
|
|
702
|
+
>
|
|
703
|
+
<path
|
|
704
|
+
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"
|
|
705
|
+
/>
|
|
706
|
+
</svg>
|
|
448
707
|
</span>
|
|
449
708
|
</button>
|
|
450
709
|
</div>
|
|
@@ -456,7 +715,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
456
715
|
aria-label="Go to previous page"
|
|
457
716
|
>
|
|
458
717
|
<span class="pf-v6-c-button__icon">
|
|
459
|
-
<
|
|
718
|
+
<svg
|
|
719
|
+
class="pf-v6-svg"
|
|
720
|
+
viewBox="0 0 256 512"
|
|
721
|
+
fill="currentColor"
|
|
722
|
+
aria-hidden="true"
|
|
723
|
+
role="img"
|
|
724
|
+
width="1em"
|
|
725
|
+
height="1em"
|
|
726
|
+
>
|
|
727
|
+
<path
|
|
728
|
+
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"
|
|
729
|
+
/>
|
|
730
|
+
</svg>
|
|
460
731
|
</span>
|
|
461
732
|
</button>
|
|
462
733
|
</div>
|
|
@@ -479,7 +750,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
479
750
|
aria-label="Go to next page"
|
|
480
751
|
>
|
|
481
752
|
<span class="pf-v6-c-button__icon">
|
|
482
|
-
<
|
|
753
|
+
<svg
|
|
754
|
+
class="pf-v6-svg"
|
|
755
|
+
viewBox="0 0 256 512"
|
|
756
|
+
fill="currentColor"
|
|
757
|
+
aria-hidden="true"
|
|
758
|
+
role="img"
|
|
759
|
+
width="1em"
|
|
760
|
+
height="1em"
|
|
761
|
+
>
|
|
762
|
+
<path
|
|
763
|
+
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"
|
|
764
|
+
/>
|
|
765
|
+
</svg>
|
|
483
766
|
</span>
|
|
484
767
|
</button>
|
|
485
768
|
</div>
|
|
@@ -491,7 +774,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
491
774
|
aria-label="Go to last page"
|
|
492
775
|
>
|
|
493
776
|
<span class="pf-v6-c-button__icon">
|
|
494
|
-
<
|
|
777
|
+
<svg
|
|
778
|
+
class="pf-v6-svg"
|
|
779
|
+
viewBox="0 0 448 512"
|
|
780
|
+
fill="currentColor"
|
|
781
|
+
aria-hidden="true"
|
|
782
|
+
role="img"
|
|
783
|
+
width="1em"
|
|
784
|
+
height="1em"
|
|
785
|
+
>
|
|
786
|
+
<path
|
|
787
|
+
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"
|
|
788
|
+
/>
|
|
789
|
+
</svg>
|
|
495
790
|
</span>
|
|
496
791
|
</button>
|
|
497
792
|
</div>
|
|
@@ -519,7 +814,6 @@ cssPrefix: pf-v6-c-pagination
|
|
|
519
814
|
class="pf-v6-c-menu-toggle pf-m-top pf-m-text pf-m-plain"
|
|
520
815
|
type="button"
|
|
521
816
|
aria-expanded="false"
|
|
522
|
-
aria-label="Menu toggle"
|
|
523
817
|
id="pagination-menu-toggle-bottom-sticky-example"
|
|
524
818
|
>
|
|
525
819
|
<span class="pf-v6-c-menu-toggle__text">
|
|
@@ -528,7 +822,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
528
822
|
</span>
|
|
529
823
|
<span class="pf-v6-c-menu-toggle__controls">
|
|
530
824
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
531
|
-
<
|
|
825
|
+
<svg
|
|
826
|
+
class="pf-v6-svg"
|
|
827
|
+
viewBox="0 0 20 20"
|
|
828
|
+
fill="currentColor"
|
|
829
|
+
aria-hidden="true"
|
|
830
|
+
role="img"
|
|
831
|
+
width="1em"
|
|
832
|
+
height="1em"
|
|
833
|
+
>
|
|
834
|
+
<path
|
|
835
|
+
d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
|
|
836
|
+
/>
|
|
837
|
+
</svg>
|
|
532
838
|
</span>
|
|
533
839
|
</span>
|
|
534
840
|
</button>
|
|
@@ -545,7 +851,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
545
851
|
aria-label="Go to first page"
|
|
546
852
|
>
|
|
547
853
|
<span class="pf-v6-c-button__icon">
|
|
548
|
-
<
|
|
854
|
+
<svg
|
|
855
|
+
class="pf-v6-svg"
|
|
856
|
+
viewBox="0 0 448 512"
|
|
857
|
+
fill="currentColor"
|
|
858
|
+
aria-hidden="true"
|
|
859
|
+
role="img"
|
|
860
|
+
width="1em"
|
|
861
|
+
height="1em"
|
|
862
|
+
>
|
|
863
|
+
<path
|
|
864
|
+
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"
|
|
865
|
+
/>
|
|
866
|
+
</svg>
|
|
549
867
|
</span>
|
|
550
868
|
</button>
|
|
551
869
|
</div>
|
|
@@ -557,7 +875,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
557
875
|
aria-label="Go to previous page"
|
|
558
876
|
>
|
|
559
877
|
<span class="pf-v6-c-button__icon">
|
|
560
|
-
<
|
|
878
|
+
<svg
|
|
879
|
+
class="pf-v6-svg"
|
|
880
|
+
viewBox="0 0 256 512"
|
|
881
|
+
fill="currentColor"
|
|
882
|
+
aria-hidden="true"
|
|
883
|
+
role="img"
|
|
884
|
+
width="1em"
|
|
885
|
+
height="1em"
|
|
886
|
+
>
|
|
887
|
+
<path
|
|
888
|
+
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"
|
|
889
|
+
/>
|
|
890
|
+
</svg>
|
|
561
891
|
</span>
|
|
562
892
|
</button>
|
|
563
893
|
</div>
|
|
@@ -580,7 +910,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
580
910
|
aria-label="Go to next page"
|
|
581
911
|
>
|
|
582
912
|
<span class="pf-v6-c-button__icon">
|
|
583
|
-
<
|
|
913
|
+
<svg
|
|
914
|
+
class="pf-v6-svg"
|
|
915
|
+
viewBox="0 0 256 512"
|
|
916
|
+
fill="currentColor"
|
|
917
|
+
aria-hidden="true"
|
|
918
|
+
role="img"
|
|
919
|
+
width="1em"
|
|
920
|
+
height="1em"
|
|
921
|
+
>
|
|
922
|
+
<path
|
|
923
|
+
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"
|
|
924
|
+
/>
|
|
925
|
+
</svg>
|
|
584
926
|
</span>
|
|
585
927
|
</button>
|
|
586
928
|
</div>
|
|
@@ -592,7 +934,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
592
934
|
aria-label="Go to last page"
|
|
593
935
|
>
|
|
594
936
|
<span class="pf-v6-c-button__icon">
|
|
595
|
-
<
|
|
937
|
+
<svg
|
|
938
|
+
class="pf-v6-svg"
|
|
939
|
+
viewBox="0 0 448 512"
|
|
940
|
+
fill="currentColor"
|
|
941
|
+
aria-hidden="true"
|
|
942
|
+
role="img"
|
|
943
|
+
width="1em"
|
|
944
|
+
height="1em"
|
|
945
|
+
>
|
|
946
|
+
<path
|
|
947
|
+
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"
|
|
948
|
+
/>
|
|
949
|
+
</svg>
|
|
596
950
|
</span>
|
|
597
951
|
</button>
|
|
598
952
|
</div>
|
|
@@ -615,7 +969,6 @@ cssPrefix: pf-v6-c-pagination
|
|
|
615
969
|
type="button"
|
|
616
970
|
aria-expanded="false"
|
|
617
971
|
disabled
|
|
618
|
-
aria-label="Menu toggle"
|
|
619
972
|
id="pagination-menu-toggle-top-disabled-example"
|
|
620
973
|
>
|
|
621
974
|
<span class="pf-v6-c-menu-toggle__text">
|
|
@@ -624,7 +977,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
624
977
|
</span>
|
|
625
978
|
<span class="pf-v6-c-menu-toggle__controls">
|
|
626
979
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
627
|
-
<
|
|
980
|
+
<svg
|
|
981
|
+
class="pf-v6-svg"
|
|
982
|
+
viewBox="0 0 20 20"
|
|
983
|
+
fill="currentColor"
|
|
984
|
+
aria-hidden="true"
|
|
985
|
+
role="img"
|
|
986
|
+
width="1em"
|
|
987
|
+
height="1em"
|
|
988
|
+
>
|
|
989
|
+
<path
|
|
990
|
+
d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
|
|
991
|
+
/>
|
|
992
|
+
</svg>
|
|
628
993
|
</span>
|
|
629
994
|
</span>
|
|
630
995
|
</button>
|
|
@@ -641,7 +1006,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
641
1006
|
aria-label="Go to first page"
|
|
642
1007
|
>
|
|
643
1008
|
<span class="pf-v6-c-button__icon">
|
|
644
|
-
<
|
|
1009
|
+
<svg
|
|
1010
|
+
class="pf-v6-svg"
|
|
1011
|
+
viewBox="0 0 448 512"
|
|
1012
|
+
fill="currentColor"
|
|
1013
|
+
aria-hidden="true"
|
|
1014
|
+
role="img"
|
|
1015
|
+
width="1em"
|
|
1016
|
+
height="1em"
|
|
1017
|
+
>
|
|
1018
|
+
<path
|
|
1019
|
+
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"
|
|
1020
|
+
/>
|
|
1021
|
+
</svg>
|
|
645
1022
|
</span>
|
|
646
1023
|
</button>
|
|
647
1024
|
</div>
|
|
@@ -653,7 +1030,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
653
1030
|
aria-label="Go to previous page"
|
|
654
1031
|
>
|
|
655
1032
|
<span class="pf-v6-c-button__icon">
|
|
656
|
-
<
|
|
1033
|
+
<svg
|
|
1034
|
+
class="pf-v6-svg"
|
|
1035
|
+
viewBox="0 0 256 512"
|
|
1036
|
+
fill="currentColor"
|
|
1037
|
+
aria-hidden="true"
|
|
1038
|
+
role="img"
|
|
1039
|
+
width="1em"
|
|
1040
|
+
height="1em"
|
|
1041
|
+
>
|
|
1042
|
+
<path
|
|
1043
|
+
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"
|
|
1044
|
+
/>
|
|
1045
|
+
</svg>
|
|
657
1046
|
</span>
|
|
658
1047
|
</button>
|
|
659
1048
|
</div>
|
|
@@ -678,7 +1067,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
678
1067
|
aria-label="Go to next page"
|
|
679
1068
|
>
|
|
680
1069
|
<span class="pf-v6-c-button__icon">
|
|
681
|
-
<
|
|
1070
|
+
<svg
|
|
1071
|
+
class="pf-v6-svg"
|
|
1072
|
+
viewBox="0 0 256 512"
|
|
1073
|
+
fill="currentColor"
|
|
1074
|
+
aria-hidden="true"
|
|
1075
|
+
role="img"
|
|
1076
|
+
width="1em"
|
|
1077
|
+
height="1em"
|
|
1078
|
+
>
|
|
1079
|
+
<path
|
|
1080
|
+
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"
|
|
1081
|
+
/>
|
|
1082
|
+
</svg>
|
|
682
1083
|
</span>
|
|
683
1084
|
</button>
|
|
684
1085
|
</div>
|
|
@@ -690,7 +1091,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
690
1091
|
aria-label="Go to last page"
|
|
691
1092
|
>
|
|
692
1093
|
<span class="pf-v6-c-button__icon">
|
|
693
|
-
<
|
|
1094
|
+
<svg
|
|
1095
|
+
class="pf-v6-svg"
|
|
1096
|
+
viewBox="0 0 448 512"
|
|
1097
|
+
fill="currentColor"
|
|
1098
|
+
aria-hidden="true"
|
|
1099
|
+
role="img"
|
|
1100
|
+
width="1em"
|
|
1101
|
+
height="1em"
|
|
1102
|
+
>
|
|
1103
|
+
<path
|
|
1104
|
+
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"
|
|
1105
|
+
/>
|
|
1106
|
+
</svg>
|
|
694
1107
|
</span>
|
|
695
1108
|
</button>
|
|
696
1109
|
</div>
|
|
@@ -712,7 +1125,6 @@ cssPrefix: pf-v6-c-pagination
|
|
|
712
1125
|
class="pf-v6-c-menu-toggle pf-m-text pf-m-plain"
|
|
713
1126
|
type="button"
|
|
714
1127
|
aria-expanded="false"
|
|
715
|
-
aria-label="Menu toggle"
|
|
716
1128
|
id="pagination-menu-toggle-compact-example"
|
|
717
1129
|
>
|
|
718
1130
|
<span class="pf-v6-c-menu-toggle__text">
|
|
@@ -721,7 +1133,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
721
1133
|
</span>
|
|
722
1134
|
<span class="pf-v6-c-menu-toggle__controls">
|
|
723
1135
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
724
|
-
<
|
|
1136
|
+
<svg
|
|
1137
|
+
class="pf-v6-svg"
|
|
1138
|
+
viewBox="0 0 20 20"
|
|
1139
|
+
fill="currentColor"
|
|
1140
|
+
aria-hidden="true"
|
|
1141
|
+
role="img"
|
|
1142
|
+
width="1em"
|
|
1143
|
+
height="1em"
|
|
1144
|
+
>
|
|
1145
|
+
<path
|
|
1146
|
+
d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
|
|
1147
|
+
/>
|
|
1148
|
+
</svg>
|
|
725
1149
|
</span>
|
|
726
1150
|
</span>
|
|
727
1151
|
</button>
|
|
@@ -738,7 +1162,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
738
1162
|
aria-label="Go to previous page"
|
|
739
1163
|
>
|
|
740
1164
|
<span class="pf-v6-c-button__icon">
|
|
741
|
-
<
|
|
1165
|
+
<svg
|
|
1166
|
+
class="pf-v6-svg"
|
|
1167
|
+
viewBox="0 0 256 512"
|
|
1168
|
+
fill="currentColor"
|
|
1169
|
+
aria-hidden="true"
|
|
1170
|
+
role="img"
|
|
1171
|
+
width="1em"
|
|
1172
|
+
height="1em"
|
|
1173
|
+
>
|
|
1174
|
+
<path
|
|
1175
|
+
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"
|
|
1176
|
+
/>
|
|
1177
|
+
</svg>
|
|
742
1178
|
</span>
|
|
743
1179
|
</button>
|
|
744
1180
|
</div>
|
|
@@ -749,7 +1185,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
749
1185
|
aria-label="Go to next page"
|
|
750
1186
|
>
|
|
751
1187
|
<span class="pf-v6-c-button__icon">
|
|
752
|
-
<
|
|
1188
|
+
<svg
|
|
1189
|
+
class="pf-v6-svg"
|
|
1190
|
+
viewBox="0 0 256 512"
|
|
1191
|
+
fill="currentColor"
|
|
1192
|
+
aria-hidden="true"
|
|
1193
|
+
role="img"
|
|
1194
|
+
width="1em"
|
|
1195
|
+
height="1em"
|
|
1196
|
+
>
|
|
1197
|
+
<path
|
|
1198
|
+
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"
|
|
1199
|
+
/>
|
|
1200
|
+
</svg>
|
|
753
1201
|
</span>
|
|
754
1202
|
</button>
|
|
755
1203
|
</div>
|
|
@@ -771,7 +1219,6 @@ cssPrefix: pf-v6-c-pagination
|
|
|
771
1219
|
class="pf-v6-c-menu-toggle pf-m-text pf-m-plain"
|
|
772
1220
|
type="button"
|
|
773
1221
|
aria-expanded="false"
|
|
774
|
-
aria-label="Menu toggle"
|
|
775
1222
|
id="pagination-top-with-summary-modifier-menu-toggle"
|
|
776
1223
|
>
|
|
777
1224
|
<span class="pf-v6-c-menu-toggle__text">
|
|
@@ -780,7 +1227,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
780
1227
|
</span>
|
|
781
1228
|
<span class="pf-v6-c-menu-toggle__controls">
|
|
782
1229
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
783
|
-
<
|
|
1230
|
+
<svg
|
|
1231
|
+
class="pf-v6-svg"
|
|
1232
|
+
viewBox="0 0 20 20"
|
|
1233
|
+
fill="currentColor"
|
|
1234
|
+
aria-hidden="true"
|
|
1235
|
+
role="img"
|
|
1236
|
+
width="1em"
|
|
1237
|
+
height="1em"
|
|
1238
|
+
>
|
|
1239
|
+
<path
|
|
1240
|
+
d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
|
|
1241
|
+
/>
|
|
1242
|
+
</svg>
|
|
784
1243
|
</span>
|
|
785
1244
|
</span>
|
|
786
1245
|
</button>
|
|
@@ -797,7 +1256,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
797
1256
|
aria-label="Go to first page"
|
|
798
1257
|
>
|
|
799
1258
|
<span class="pf-v6-c-button__icon">
|
|
800
|
-
<
|
|
1259
|
+
<svg
|
|
1260
|
+
class="pf-v6-svg"
|
|
1261
|
+
viewBox="0 0 448 512"
|
|
1262
|
+
fill="currentColor"
|
|
1263
|
+
aria-hidden="true"
|
|
1264
|
+
role="img"
|
|
1265
|
+
width="1em"
|
|
1266
|
+
height="1em"
|
|
1267
|
+
>
|
|
1268
|
+
<path
|
|
1269
|
+
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"
|
|
1270
|
+
/>
|
|
1271
|
+
</svg>
|
|
801
1272
|
</span>
|
|
802
1273
|
</button>
|
|
803
1274
|
</div>
|
|
@@ -809,7 +1280,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
809
1280
|
aria-label="Go to previous page"
|
|
810
1281
|
>
|
|
811
1282
|
<span class="pf-v6-c-button__icon">
|
|
812
|
-
<
|
|
1283
|
+
<svg
|
|
1284
|
+
class="pf-v6-svg"
|
|
1285
|
+
viewBox="0 0 256 512"
|
|
1286
|
+
fill="currentColor"
|
|
1287
|
+
aria-hidden="true"
|
|
1288
|
+
role="img"
|
|
1289
|
+
width="1em"
|
|
1290
|
+
height="1em"
|
|
1291
|
+
>
|
|
1292
|
+
<path
|
|
1293
|
+
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"
|
|
1294
|
+
/>
|
|
1295
|
+
</svg>
|
|
813
1296
|
</span>
|
|
814
1297
|
</button>
|
|
815
1298
|
</div>
|
|
@@ -832,7 +1315,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
832
1315
|
aria-label="Go to next page"
|
|
833
1316
|
>
|
|
834
1317
|
<span class="pf-v6-c-button__icon">
|
|
835
|
-
<
|
|
1318
|
+
<svg
|
|
1319
|
+
class="pf-v6-svg"
|
|
1320
|
+
viewBox="0 0 256 512"
|
|
1321
|
+
fill="currentColor"
|
|
1322
|
+
aria-hidden="true"
|
|
1323
|
+
role="img"
|
|
1324
|
+
width="1em"
|
|
1325
|
+
height="1em"
|
|
1326
|
+
>
|
|
1327
|
+
<path
|
|
1328
|
+
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"
|
|
1329
|
+
/>
|
|
1330
|
+
</svg>
|
|
836
1331
|
</span>
|
|
837
1332
|
</button>
|
|
838
1333
|
</div>
|
|
@@ -844,7 +1339,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
844
1339
|
aria-label="Go to last page"
|
|
845
1340
|
>
|
|
846
1341
|
<span class="pf-v6-c-button__icon">
|
|
847
|
-
<
|
|
1342
|
+
<svg
|
|
1343
|
+
class="pf-v6-svg"
|
|
1344
|
+
viewBox="0 0 448 512"
|
|
1345
|
+
fill="currentColor"
|
|
1346
|
+
aria-hidden="true"
|
|
1347
|
+
role="img"
|
|
1348
|
+
width="1em"
|
|
1349
|
+
height="1em"
|
|
1350
|
+
>
|
|
1351
|
+
<path
|
|
1352
|
+
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"
|
|
1353
|
+
/>
|
|
1354
|
+
</svg>
|
|
848
1355
|
</span>
|
|
849
1356
|
</button>
|
|
850
1357
|
</div>
|
|
@@ -866,7 +1373,6 @@ cssPrefix: pf-v6-c-pagination
|
|
|
866
1373
|
class="pf-v6-c-menu-toggle pf-m-text pf-m-plain"
|
|
867
1374
|
type="button"
|
|
868
1375
|
aria-expanded="false"
|
|
869
|
-
aria-label="Menu toggle"
|
|
870
1376
|
id="pagination-top-with-full-modifier-menu-toggle"
|
|
871
1377
|
>
|
|
872
1378
|
<span class="pf-v6-c-menu-toggle__text">
|
|
@@ -875,7 +1381,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
875
1381
|
</span>
|
|
876
1382
|
<span class="pf-v6-c-menu-toggle__controls">
|
|
877
1383
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
878
|
-
<
|
|
1384
|
+
<svg
|
|
1385
|
+
class="pf-v6-svg"
|
|
1386
|
+
viewBox="0 0 20 20"
|
|
1387
|
+
fill="currentColor"
|
|
1388
|
+
aria-hidden="true"
|
|
1389
|
+
role="img"
|
|
1390
|
+
width="1em"
|
|
1391
|
+
height="1em"
|
|
1392
|
+
>
|
|
1393
|
+
<path
|
|
1394
|
+
d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
|
|
1395
|
+
/>
|
|
1396
|
+
</svg>
|
|
879
1397
|
</span>
|
|
880
1398
|
</span>
|
|
881
1399
|
</button>
|
|
@@ -892,7 +1410,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
892
1410
|
aria-label="Go to first page"
|
|
893
1411
|
>
|
|
894
1412
|
<span class="pf-v6-c-button__icon">
|
|
895
|
-
<
|
|
1413
|
+
<svg
|
|
1414
|
+
class="pf-v6-svg"
|
|
1415
|
+
viewBox="0 0 448 512"
|
|
1416
|
+
fill="currentColor"
|
|
1417
|
+
aria-hidden="true"
|
|
1418
|
+
role="img"
|
|
1419
|
+
width="1em"
|
|
1420
|
+
height="1em"
|
|
1421
|
+
>
|
|
1422
|
+
<path
|
|
1423
|
+
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"
|
|
1424
|
+
/>
|
|
1425
|
+
</svg>
|
|
896
1426
|
</span>
|
|
897
1427
|
</button>
|
|
898
1428
|
</div>
|
|
@@ -904,7 +1434,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
904
1434
|
aria-label="Go to previous page"
|
|
905
1435
|
>
|
|
906
1436
|
<span class="pf-v6-c-button__icon">
|
|
907
|
-
<
|
|
1437
|
+
<svg
|
|
1438
|
+
class="pf-v6-svg"
|
|
1439
|
+
viewBox="0 0 256 512"
|
|
1440
|
+
fill="currentColor"
|
|
1441
|
+
aria-hidden="true"
|
|
1442
|
+
role="img"
|
|
1443
|
+
width="1em"
|
|
1444
|
+
height="1em"
|
|
1445
|
+
>
|
|
1446
|
+
<path
|
|
1447
|
+
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"
|
|
1448
|
+
/>
|
|
1449
|
+
</svg>
|
|
908
1450
|
</span>
|
|
909
1451
|
</button>
|
|
910
1452
|
</div>
|
|
@@ -927,7 +1469,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
927
1469
|
aria-label="Go to next page"
|
|
928
1470
|
>
|
|
929
1471
|
<span class="pf-v6-c-button__icon">
|
|
930
|
-
<
|
|
1472
|
+
<svg
|
|
1473
|
+
class="pf-v6-svg"
|
|
1474
|
+
viewBox="0 0 256 512"
|
|
1475
|
+
fill="currentColor"
|
|
1476
|
+
aria-hidden="true"
|
|
1477
|
+
role="img"
|
|
1478
|
+
width="1em"
|
|
1479
|
+
height="1em"
|
|
1480
|
+
>
|
|
1481
|
+
<path
|
|
1482
|
+
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"
|
|
1483
|
+
/>
|
|
1484
|
+
</svg>
|
|
931
1485
|
</span>
|
|
932
1486
|
</button>
|
|
933
1487
|
</div>
|
|
@@ -939,7 +1493,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
939
1493
|
aria-label="Go to last page"
|
|
940
1494
|
>
|
|
941
1495
|
<span class="pf-v6-c-button__icon">
|
|
942
|
-
<
|
|
1496
|
+
<svg
|
|
1497
|
+
class="pf-v6-svg"
|
|
1498
|
+
viewBox="0 0 448 512"
|
|
1499
|
+
fill="currentColor"
|
|
1500
|
+
aria-hidden="true"
|
|
1501
|
+
role="img"
|
|
1502
|
+
width="1em"
|
|
1503
|
+
height="1em"
|
|
1504
|
+
>
|
|
1505
|
+
<path
|
|
1506
|
+
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"
|
|
1507
|
+
/>
|
|
1508
|
+
</svg>
|
|
943
1509
|
</span>
|
|
944
1510
|
</button>
|
|
945
1511
|
</div>
|
|
@@ -963,7 +1529,6 @@ cssPrefix: pf-v6-c-pagination
|
|
|
963
1529
|
class="pf-v6-c-menu-toggle pf-m-text pf-m-plain"
|
|
964
1530
|
type="button"
|
|
965
1531
|
aria-expanded="false"
|
|
966
|
-
aria-label="Menu toggle"
|
|
967
1532
|
id="pagination-top-with-responsive-summary-navigation-modifiers-menu-toggle"
|
|
968
1533
|
>
|
|
969
1534
|
<span class="pf-v6-c-menu-toggle__text">
|
|
@@ -972,7 +1537,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
972
1537
|
</span>
|
|
973
1538
|
<span class="pf-v6-c-menu-toggle__controls">
|
|
974
1539
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
975
|
-
<
|
|
1540
|
+
<svg
|
|
1541
|
+
class="pf-v6-svg"
|
|
1542
|
+
viewBox="0 0 20 20"
|
|
1543
|
+
fill="currentColor"
|
|
1544
|
+
aria-hidden="true"
|
|
1545
|
+
role="img"
|
|
1546
|
+
width="1em"
|
|
1547
|
+
height="1em"
|
|
1548
|
+
>
|
|
1549
|
+
<path
|
|
1550
|
+
d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
|
|
1551
|
+
/>
|
|
1552
|
+
</svg>
|
|
976
1553
|
</span>
|
|
977
1554
|
</span>
|
|
978
1555
|
</button>
|
|
@@ -989,7 +1566,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
989
1566
|
aria-label="Go to first page"
|
|
990
1567
|
>
|
|
991
1568
|
<span class="pf-v6-c-button__icon">
|
|
992
|
-
<
|
|
1569
|
+
<svg
|
|
1570
|
+
class="pf-v6-svg"
|
|
1571
|
+
viewBox="0 0 448 512"
|
|
1572
|
+
fill="currentColor"
|
|
1573
|
+
aria-hidden="true"
|
|
1574
|
+
role="img"
|
|
1575
|
+
width="1em"
|
|
1576
|
+
height="1em"
|
|
1577
|
+
>
|
|
1578
|
+
<path
|
|
1579
|
+
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"
|
|
1580
|
+
/>
|
|
1581
|
+
</svg>
|
|
993
1582
|
</span>
|
|
994
1583
|
</button>
|
|
995
1584
|
</div>
|
|
@@ -1001,7 +1590,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
1001
1590
|
aria-label="Go to previous page"
|
|
1002
1591
|
>
|
|
1003
1592
|
<span class="pf-v6-c-button__icon">
|
|
1004
|
-
<
|
|
1593
|
+
<svg
|
|
1594
|
+
class="pf-v6-svg"
|
|
1595
|
+
viewBox="0 0 256 512"
|
|
1596
|
+
fill="currentColor"
|
|
1597
|
+
aria-hidden="true"
|
|
1598
|
+
role="img"
|
|
1599
|
+
width="1em"
|
|
1600
|
+
height="1em"
|
|
1601
|
+
>
|
|
1602
|
+
<path
|
|
1603
|
+
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"
|
|
1604
|
+
/>
|
|
1605
|
+
</svg>
|
|
1005
1606
|
</span>
|
|
1006
1607
|
</button>
|
|
1007
1608
|
</div>
|
|
@@ -1024,7 +1625,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
1024
1625
|
aria-label="Go to next page"
|
|
1025
1626
|
>
|
|
1026
1627
|
<span class="pf-v6-c-button__icon">
|
|
1027
|
-
<
|
|
1628
|
+
<svg
|
|
1629
|
+
class="pf-v6-svg"
|
|
1630
|
+
viewBox="0 0 256 512"
|
|
1631
|
+
fill="currentColor"
|
|
1632
|
+
aria-hidden="true"
|
|
1633
|
+
role="img"
|
|
1634
|
+
width="1em"
|
|
1635
|
+
height="1em"
|
|
1636
|
+
>
|
|
1637
|
+
<path
|
|
1638
|
+
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"
|
|
1639
|
+
/>
|
|
1640
|
+
</svg>
|
|
1028
1641
|
</span>
|
|
1029
1642
|
</button>
|
|
1030
1643
|
</div>
|
|
@@ -1036,7 +1649,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
1036
1649
|
aria-label="Go to last page"
|
|
1037
1650
|
>
|
|
1038
1651
|
<span class="pf-v6-c-button__icon">
|
|
1039
|
-
<
|
|
1652
|
+
<svg
|
|
1653
|
+
class="pf-v6-svg"
|
|
1654
|
+
viewBox="0 0 448 512"
|
|
1655
|
+
fill="currentColor"
|
|
1656
|
+
aria-hidden="true"
|
|
1657
|
+
role="img"
|
|
1658
|
+
width="1em"
|
|
1659
|
+
height="1em"
|
|
1660
|
+
>
|
|
1661
|
+
<path
|
|
1662
|
+
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"
|
|
1663
|
+
/>
|
|
1664
|
+
</svg>
|
|
1040
1665
|
</span>
|
|
1041
1666
|
</button>
|
|
1042
1667
|
</div>
|
|
@@ -1058,7 +1683,6 @@ cssPrefix: pf-v6-c-pagination
|
|
|
1058
1683
|
class="pf-v6-c-menu-toggle pf-m-text pf-m-plain"
|
|
1059
1684
|
type="button"
|
|
1060
1685
|
aria-expanded="false"
|
|
1061
|
-
aria-label="Menu toggle"
|
|
1062
1686
|
id="pagination-compact-with-full-modifier-menu-toggle"
|
|
1063
1687
|
>
|
|
1064
1688
|
<span class="pf-v6-c-menu-toggle__text">
|
|
@@ -1067,7 +1691,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
1067
1691
|
</span>
|
|
1068
1692
|
<span class="pf-v6-c-menu-toggle__controls">
|
|
1069
1693
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1070
|
-
<
|
|
1694
|
+
<svg
|
|
1695
|
+
class="pf-v6-svg"
|
|
1696
|
+
viewBox="0 0 20 20"
|
|
1697
|
+
fill="currentColor"
|
|
1698
|
+
aria-hidden="true"
|
|
1699
|
+
role="img"
|
|
1700
|
+
width="1em"
|
|
1701
|
+
height="1em"
|
|
1702
|
+
>
|
|
1703
|
+
<path
|
|
1704
|
+
d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
|
|
1705
|
+
/>
|
|
1706
|
+
</svg>
|
|
1071
1707
|
</span>
|
|
1072
1708
|
</span>
|
|
1073
1709
|
</button>
|
|
@@ -1084,7 +1720,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
1084
1720
|
aria-label="Go to previous page"
|
|
1085
1721
|
>
|
|
1086
1722
|
<span class="pf-v6-c-button__icon">
|
|
1087
|
-
<
|
|
1723
|
+
<svg
|
|
1724
|
+
class="pf-v6-svg"
|
|
1725
|
+
viewBox="0 0 256 512"
|
|
1726
|
+
fill="currentColor"
|
|
1727
|
+
aria-hidden="true"
|
|
1728
|
+
role="img"
|
|
1729
|
+
width="1em"
|
|
1730
|
+
height="1em"
|
|
1731
|
+
>
|
|
1732
|
+
<path
|
|
1733
|
+
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"
|
|
1734
|
+
/>
|
|
1735
|
+
</svg>
|
|
1088
1736
|
</span>
|
|
1089
1737
|
</button>
|
|
1090
1738
|
</div>
|
|
@@ -1095,7 +1743,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
1095
1743
|
aria-label="Go to next page"
|
|
1096
1744
|
>
|
|
1097
1745
|
<span class="pf-v6-c-button__icon">
|
|
1098
|
-
<
|
|
1746
|
+
<svg
|
|
1747
|
+
class="pf-v6-svg"
|
|
1748
|
+
viewBox="0 0 256 512"
|
|
1749
|
+
fill="currentColor"
|
|
1750
|
+
aria-hidden="true"
|
|
1751
|
+
role="img"
|
|
1752
|
+
width="1em"
|
|
1753
|
+
height="1em"
|
|
1754
|
+
>
|
|
1755
|
+
<path
|
|
1756
|
+
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"
|
|
1757
|
+
/>
|
|
1758
|
+
</svg>
|
|
1099
1759
|
</span>
|
|
1100
1760
|
</button>
|
|
1101
1761
|
</div>
|
|
@@ -1119,7 +1779,6 @@ cssPrefix: pf-v6-c-pagination
|
|
|
1119
1779
|
class="pf-v6-c-menu-toggle pf-m-text pf-m-plain"
|
|
1120
1780
|
type="button"
|
|
1121
1781
|
aria-expanded="false"
|
|
1122
|
-
aria-label="Menu toggle"
|
|
1123
1782
|
id="pagination-inset-menu-toggle"
|
|
1124
1783
|
>
|
|
1125
1784
|
<span class="pf-v6-c-menu-toggle__text">
|
|
@@ -1128,7 +1787,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
1128
1787
|
</span>
|
|
1129
1788
|
<span class="pf-v6-c-menu-toggle__controls">
|
|
1130
1789
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1131
|
-
<
|
|
1790
|
+
<svg
|
|
1791
|
+
class="pf-v6-svg"
|
|
1792
|
+
viewBox="0 0 20 20"
|
|
1793
|
+
fill="currentColor"
|
|
1794
|
+
aria-hidden="true"
|
|
1795
|
+
role="img"
|
|
1796
|
+
width="1em"
|
|
1797
|
+
height="1em"
|
|
1798
|
+
>
|
|
1799
|
+
<path
|
|
1800
|
+
d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
|
|
1801
|
+
/>
|
|
1802
|
+
</svg>
|
|
1132
1803
|
</span>
|
|
1133
1804
|
</span>
|
|
1134
1805
|
</button>
|
|
@@ -1145,7 +1816,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
1145
1816
|
aria-label="Go to first page"
|
|
1146
1817
|
>
|
|
1147
1818
|
<span class="pf-v6-c-button__icon">
|
|
1148
|
-
<
|
|
1819
|
+
<svg
|
|
1820
|
+
class="pf-v6-svg"
|
|
1821
|
+
viewBox="0 0 448 512"
|
|
1822
|
+
fill="currentColor"
|
|
1823
|
+
aria-hidden="true"
|
|
1824
|
+
role="img"
|
|
1825
|
+
width="1em"
|
|
1826
|
+
height="1em"
|
|
1827
|
+
>
|
|
1828
|
+
<path
|
|
1829
|
+
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"
|
|
1830
|
+
/>
|
|
1831
|
+
</svg>
|
|
1149
1832
|
</span>
|
|
1150
1833
|
</button>
|
|
1151
1834
|
</div>
|
|
@@ -1157,7 +1840,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
1157
1840
|
aria-label="Go to previous page"
|
|
1158
1841
|
>
|
|
1159
1842
|
<span class="pf-v6-c-button__icon">
|
|
1160
|
-
<
|
|
1843
|
+
<svg
|
|
1844
|
+
class="pf-v6-svg"
|
|
1845
|
+
viewBox="0 0 256 512"
|
|
1846
|
+
fill="currentColor"
|
|
1847
|
+
aria-hidden="true"
|
|
1848
|
+
role="img"
|
|
1849
|
+
width="1em"
|
|
1850
|
+
height="1em"
|
|
1851
|
+
>
|
|
1852
|
+
<path
|
|
1853
|
+
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"
|
|
1854
|
+
/>
|
|
1855
|
+
</svg>
|
|
1161
1856
|
</span>
|
|
1162
1857
|
</button>
|
|
1163
1858
|
</div>
|
|
@@ -1180,7 +1875,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
1180
1875
|
aria-label="Go to next page"
|
|
1181
1876
|
>
|
|
1182
1877
|
<span class="pf-v6-c-button__icon">
|
|
1183
|
-
<
|
|
1878
|
+
<svg
|
|
1879
|
+
class="pf-v6-svg"
|
|
1880
|
+
viewBox="0 0 256 512"
|
|
1881
|
+
fill="currentColor"
|
|
1882
|
+
aria-hidden="true"
|
|
1883
|
+
role="img"
|
|
1884
|
+
width="1em"
|
|
1885
|
+
height="1em"
|
|
1886
|
+
>
|
|
1887
|
+
<path
|
|
1888
|
+
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"
|
|
1889
|
+
/>
|
|
1890
|
+
</svg>
|
|
1184
1891
|
</span>
|
|
1185
1892
|
</button>
|
|
1186
1893
|
</div>
|
|
@@ -1192,7 +1899,19 @@ cssPrefix: pf-v6-c-pagination
|
|
|
1192
1899
|
aria-label="Go to last page"
|
|
1193
1900
|
>
|
|
1194
1901
|
<span class="pf-v6-c-button__icon">
|
|
1195
|
-
<
|
|
1902
|
+
<svg
|
|
1903
|
+
class="pf-v6-svg"
|
|
1904
|
+
viewBox="0 0 448 512"
|
|
1905
|
+
fill="currentColor"
|
|
1906
|
+
aria-hidden="true"
|
|
1907
|
+
role="img"
|
|
1908
|
+
width="1em"
|
|
1909
|
+
height="1em"
|
|
1910
|
+
>
|
|
1911
|
+
<path
|
|
1912
|
+
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"
|
|
1913
|
+
/>
|
|
1914
|
+
</svg>
|
|
1196
1915
|
</span>
|
|
1197
1916
|
</button>
|
|
1198
1917
|
</div>
|
|
@@ -1224,13 +1943,13 @@ cssPrefix: pf-v6-c-pagination
|
|
|
1224
1943
|
| `.pf-v6-c-pagination__nav` | `<nav>` | Initiates pagination nav. |
|
|
1225
1944
|
| `.pf-v6-c-pagination__nav-control` | `<div>` | Initiates pagination nav control. |
|
|
1226
1945
|
| `.pf-v6-c-pagination__nav-page-select` | `<div>` | Initiates pagination nav page select. |
|
|
1227
|
-
| `.pf-m-display-summary{-on-[breakpoint]}` | `.pf-v6-c-pagination` | Modifies for summary display pagination component styles at optional [breakpoint](/tokens/all-
|
|
1228
|
-
| `.pf-m-display-full{-on-[breakpoint]}` | `.pf-v6-c-pagination` | Modifies for full display pagination component styles at optional [breakpoint](/tokens/all-
|
|
1946
|
+
| `.pf-m-display-summary{-on-[breakpoint]}` | `.pf-v6-c-pagination` | Modifies for summary display pagination component styles at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). |
|
|
1947
|
+
| `.pf-m-display-full{-on-[breakpoint]}` | `.pf-v6-c-pagination` | Modifies for full display pagination component styles at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). |
|
|
1229
1948
|
| `.pf-m-bottom` | `.pf-v6-c-pagination` | Modifies for bottom pagination component styles. |
|
|
1230
1949
|
| `.pf-m-compact` | `.pf-v6-c-pagination` | Modifies for compact pagination component styles. |
|
|
1231
1950
|
| `.pf-m-static` | `.pf-v6-c-pagination.pf-m-bottom` | Modifies bottom pagination to not be positioned sticky on summary. |
|
|
1232
1951
|
| `.pf-m-sticky` | `.pf-v6-c-pagination` | Modifies the pagination to be sticky to its container. It will be sticky to the top of the container by default, and sticky to the bottom of the container when applied to `.pf-v6-c-pagination.pf-m-bottom`. |
|
|
1233
|
-
| `.pf-m-inset-{none, sm, md, lg, xl, 2xl}{-on-[breakpoint]}` | `.pf-v6-c-pagination` | Modifies pagination horizontal padding at optional [breakpoint](/tokens/all-
|
|
1952
|
+
| `.pf-m-inset-{none, sm, md, lg, xl, 2xl}{-on-[breakpoint]}` | `.pf-v6-c-pagination` | Modifies pagination horizontal padding at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). |
|
|
1234
1953
|
| `.pf-m-page-insets` | `.pf-v6-c-pagination` | Modifies the pagination component padding/inset to visually match padding of page elements. |
|
|
1235
1954
|
| `.pf-m-first` | `.pf-v6-c-pagination__nav-control` | Indicates the control is for the first page button. |
|
|
1236
1955
|
| `.pf-m-prev` | `.pf-v6-c-pagination__nav-control` | Indicates the control is for the previous page button. |
|