@patternfly/patternfly 6.5.0-prerelease.8 → 6.5.0-prerelease.81
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 +2 -2
- package/assets/fontawesome/_variables.scss +2 -1
- package/assets/images/Felt-Bkg-Generic-Dark.svg +82 -0
- package/assets/images/Felt-Bkg-Generic-Light.svg +82 -0
- package/assets/images/PF-Bkg-Generic-Dark.svg +76 -0
- package/assets/images/PF-Bkg-Generic-Light.svg +74 -0
- 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 +12 -6
- package/components/Banner/banner.scss +7 -0
- 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 +173 -71
- package/components/Button/button.scss +188 -72
- 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 +399 -0
- package/components/Compass/compass.scss +413 -0
- package/components/DataList/data-list.css +30 -23
- package/components/DataList/data-list.scss +3 -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 +224 -75
- package/components/Drawer/drawer.scss +194 -27
- 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 +111 -16
- package/components/Masthead/masthead.scss +111 -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 +421 -32
- package/components/Page/page.scss +397 -15
- package/components/Pagination/pagination.css +56 -4
- package/components/Pagination/pagination.scss +71 -6
- package/components/Panel/panel.css +41 -3
- package/components/Panel/panel.scss +56 -3
- 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-scrollable.css +1 -1
- package/components/Table/table-scrollable.scss +1 -1
- 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 +39 -33
- package/components/Tabs/tabs.scss +38 -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 +44 -19
- package/components/ToggleGroup/toggle-group.scss +51 -22
- package/components/Toolbar/toolbar.css +195 -16
- package/components/Toolbar/toolbar.scss +89 -9
- 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 +2740 -829
- 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 +196 -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 +2829 -333
- 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 +8 -0
- package/docs/components/Compass/examples/Compass.md +109 -0
- package/docs/components/DataList/examples/DataList.md +468 -78
- 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 +415 -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 +898 -62
- 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 +211 -25
- package/docs/components/Pagination/examples/Pagination.md +1291 -80
- package/docs/components/Panel/examples/Panel.css +3 -0
- package/docs/components/Panel/examples/Panel.md +71 -4
- 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 +5734 -471
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +600 -48
- package/docs/components/ToggleGroup/examples/toggle-group.md +261 -15
- package/docs/components/Toolbar/examples/Toolbar.css +1 -1
- package/docs/components/Toolbar/examples/Toolbar.md +1145 -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 +570 -171
- package/docs/demos/Compass/examples/Compass.md +10005 -0
- package/docs/demos/Dashboard/examples/Dashboard.md +745 -177
- package/docs/demos/DataList/examples/DataList.md +1301 -292
- 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 +3449 -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 +11807 -2275
- package/docs/demos/Tabs/examples/Tabs.md +1117 -337
- package/docs/demos/Toolbar/examples/Toolbar.md +1818 -286
- 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 +55 -17
- 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 +3623 -1194
- package/patternfly.css +3630 -1194
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/patternfly.scss +48 -0
- package/sass-utilities/functions.scss +32 -25
- package/sass-utilities/mixins.scss +54 -23
- package/sass-utilities/namespaces-components.scss +6 -0
- package/sass-utilities/scss-variables.scss +3 -0
|
@@ -15,7 +15,8 @@ section: patterns
|
|
|
15
15
|
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
16
16
|
</a>
|
|
17
17
|
</div>
|
|
18
|
-
|
|
18
|
+
|
|
19
|
+
<header class="pf-v6-c-masthead" id="card-view-basic-example-docked">
|
|
19
20
|
<div class="pf-v6-c-masthead__main">
|
|
20
21
|
<span class="pf-v6-c-masthead__toggle">
|
|
21
22
|
<button
|
|
@@ -57,7 +58,7 @@ section: patterns
|
|
|
57
58
|
y1="2.25860997e-13%"
|
|
58
59
|
x2="32%"
|
|
59
60
|
y2="100%"
|
|
60
|
-
id="linearGradient-card-view-basic-example-
|
|
61
|
+
id="linearGradient-card-view-basic-example-docked"
|
|
61
62
|
>
|
|
62
63
|
<stop stop-color="#2B9AF3" offset="0%" />
|
|
63
64
|
<stop
|
|
@@ -111,11 +112,11 @@ section: patterns
|
|
|
111
112
|
/>
|
|
112
113
|
<path
|
|
113
114
|
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
114
|
-
fill="url(#linearGradient-card-view-basic-example-
|
|
115
|
+
fill="url(#linearGradient-card-view-basic-example-docked)"
|
|
115
116
|
/>
|
|
116
117
|
<path
|
|
117
118
|
d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
|
|
118
|
-
fill="url(#linearGradient-card-view-basic-example-
|
|
119
|
+
fill="url(#linearGradient-card-view-basic-example-docked)"
|
|
119
120
|
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
120
121
|
/>
|
|
121
122
|
</g>
|
|
@@ -127,7 +128,7 @@ section: patterns
|
|
|
127
128
|
<div class="pf-v6-c-masthead__content">
|
|
128
129
|
<div
|
|
129
130
|
class="pf-v6-c-toolbar pf-m-static"
|
|
130
|
-
id="card-view-basic-example-
|
|
131
|
+
id="card-view-basic-example-docked-toolbar"
|
|
131
132
|
>
|
|
132
133
|
<div class="pf-v6-c-toolbar__content">
|
|
133
134
|
<div class="pf-v6-c-toolbar__content-section">
|
|
@@ -145,7 +146,19 @@ section: patterns
|
|
|
145
146
|
aria-label="Application launcher"
|
|
146
147
|
>
|
|
147
148
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
148
|
-
<
|
|
149
|
+
<svg
|
|
150
|
+
class="pf-v6-svg"
|
|
151
|
+
viewBox="0 0 512 512"
|
|
152
|
+
fill="currentColor"
|
|
153
|
+
aria-hidden="true"
|
|
154
|
+
role="img"
|
|
155
|
+
width="1em"
|
|
156
|
+
height="1em"
|
|
157
|
+
>
|
|
158
|
+
<path
|
|
159
|
+
d="M149.333 56v80c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V56c0-13.255 10.745-24 24-24h101.333c13.255 0 24 10.745 24 24zm181.334 240v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm32-240v80c0 13.255 10.745 24 24 24H488c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24zm-32 80V56c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm-205.334 56H24c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24zM0 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zm386.667-56H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zm0 160H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zM181.333 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24z"
|
|
160
|
+
/>
|
|
161
|
+
</svg>
|
|
149
162
|
</span>
|
|
150
163
|
</button>
|
|
151
164
|
</div>
|
|
@@ -157,7 +170,19 @@ section: patterns
|
|
|
157
170
|
aria-label="Settings"
|
|
158
171
|
>
|
|
159
172
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
160
|
-
<
|
|
173
|
+
<svg
|
|
174
|
+
class="pf-v6-svg"
|
|
175
|
+
viewBox="0 0 32 32"
|
|
176
|
+
fill="currentColor"
|
|
177
|
+
aria-hidden="true"
|
|
178
|
+
role="img"
|
|
179
|
+
width="1em"
|
|
180
|
+
height="1em"
|
|
181
|
+
>
|
|
182
|
+
<path
|
|
183
|
+
d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
|
|
184
|
+
/>
|
|
185
|
+
</svg>
|
|
161
186
|
</span>
|
|
162
187
|
</button>
|
|
163
188
|
</div>
|
|
@@ -169,7 +194,19 @@ section: patterns
|
|
|
169
194
|
aria-label="Help"
|
|
170
195
|
>
|
|
171
196
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
172
|
-
<
|
|
197
|
+
<svg
|
|
198
|
+
class="pf-v6-svg"
|
|
199
|
+
viewBox="0 0 512 512"
|
|
200
|
+
fill="currentColor"
|
|
201
|
+
aria-hidden="true"
|
|
202
|
+
role="img"
|
|
203
|
+
width="1em"
|
|
204
|
+
height="1em"
|
|
205
|
+
>
|
|
206
|
+
<path
|
|
207
|
+
d="M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zM262.655 90c-54.497 0-89.255 22.957-116.549 63.758-3.536 5.286-2.353 12.415 2.715 16.258l34.699 26.31c5.205 3.947 12.621 3.008 16.665-2.122 17.864-22.658 30.113-35.797 57.303-35.797 20.429 0 45.698 13.148 45.698 32.958 0 14.976-12.363 22.667-32.534 33.976C247.128 238.528 216 254.941 216 296v4c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12v-1.333c0-28.462 83.186-29.647 83.186-106.667 0-58.002-60.165-102-116.531-102zM256 338c-25.365 0-46 20.635-46 46 0 25.364 20.635 46 46 46s46-20.636 46-46c0-25.365-20.635-46-46-46z"
|
|
208
|
+
/>
|
|
209
|
+
</svg>
|
|
173
210
|
</span>
|
|
174
211
|
</button>
|
|
175
212
|
</div>
|
|
@@ -183,7 +220,19 @@ section: patterns
|
|
|
183
220
|
aria-label="Actions"
|
|
184
221
|
>
|
|
185
222
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
186
|
-
<
|
|
223
|
+
<svg
|
|
224
|
+
class="pf-v6-svg"
|
|
225
|
+
viewBox="0 0 32 32"
|
|
226
|
+
fill="currentColor"
|
|
227
|
+
aria-hidden="true"
|
|
228
|
+
role="img"
|
|
229
|
+
width="1em"
|
|
230
|
+
height="1em"
|
|
231
|
+
>
|
|
232
|
+
<path
|
|
233
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
234
|
+
/>
|
|
235
|
+
</svg>
|
|
187
236
|
</span>
|
|
188
237
|
</button>
|
|
189
238
|
</div>
|
|
@@ -194,136 +243,174 @@ section: patterns
|
|
|
194
243
|
</div>
|
|
195
244
|
</header>
|
|
196
245
|
<div class="pf-v6-c-page__sidebar">
|
|
197
|
-
<div class="pf-v6-c-page__sidebar-
|
|
198
|
-
<
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
<
|
|
205
|
-
<
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
<span class="pf-v6-c-nav__toggle
|
|
213
|
-
<
|
|
246
|
+
<div class="pf-v6-c-page__sidebar-main">
|
|
247
|
+
<div class="pf-v6-c-page__sidebar-body">
|
|
248
|
+
<nav
|
|
249
|
+
class="pf-v6-c-nav"
|
|
250
|
+
id="card-view-basic-example-expandable-nav"
|
|
251
|
+
aria-label="Global"
|
|
252
|
+
>
|
|
253
|
+
<ul class="pf-v6-c-nav__list" role="list">
|
|
254
|
+
<li class="pf-v6-c-nav__item pf-m-expanded">
|
|
255
|
+
<button
|
|
256
|
+
class="pf-v6-c-nav__link"
|
|
257
|
+
aria-expanded="true"
|
|
258
|
+
id="card-view-basic-example-expandable-nav-link1"
|
|
259
|
+
>
|
|
260
|
+
<span class="pf-v6-c-nav__link-text">System panel</span>
|
|
261
|
+
<span class="pf-v6-c-nav__toggle">
|
|
262
|
+
<span class="pf-v6-c-nav__toggle-icon">
|
|
263
|
+
<svg
|
|
264
|
+
class="pf-v6-svg"
|
|
265
|
+
viewBox="0 0 20 20"
|
|
266
|
+
fill="currentColor"
|
|
267
|
+
aria-hidden="true"
|
|
268
|
+
role="img"
|
|
269
|
+
width="1em"
|
|
270
|
+
height="1em"
|
|
271
|
+
>
|
|
272
|
+
<path
|
|
273
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
274
|
+
/>
|
|
275
|
+
</svg>
|
|
276
|
+
</span>
|
|
214
277
|
</span>
|
|
215
|
-
</
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
</
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
</
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
</
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
</
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
</
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
</
|
|
255
|
-
</
|
|
256
|
-
</
|
|
257
|
-
</
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
278
|
+
</button>
|
|
279
|
+
<section
|
|
280
|
+
class="pf-v6-c-nav__subnav"
|
|
281
|
+
aria-labelledby="card-view-basic-example-expandable-nav-link1"
|
|
282
|
+
>
|
|
283
|
+
<ul class="pf-v6-c-nav__list" role="list">
|
|
284
|
+
<li class="pf-v6-c-nav__item">
|
|
285
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
286
|
+
<span class="pf-v6-c-nav__link-text">Overview</span>
|
|
287
|
+
</a>
|
|
288
|
+
</li>
|
|
289
|
+
<li class="pf-v6-c-nav__item">
|
|
290
|
+
<a
|
|
291
|
+
href="#"
|
|
292
|
+
class="pf-v6-c-nav__link pf-m-current"
|
|
293
|
+
aria-current="page"
|
|
294
|
+
>
|
|
295
|
+
<span class="pf-v6-c-nav__link-text">Resource usage</span>
|
|
296
|
+
</a>
|
|
297
|
+
</li>
|
|
298
|
+
<li class="pf-v6-c-nav__item">
|
|
299
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
300
|
+
<span class="pf-v6-c-nav__link-text">Hypervisors</span>
|
|
301
|
+
</a>
|
|
302
|
+
</li>
|
|
303
|
+
<li class="pf-v6-c-nav__item">
|
|
304
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
305
|
+
<span class="pf-v6-c-nav__link-text">Instances</span>
|
|
306
|
+
</a>
|
|
307
|
+
</li>
|
|
308
|
+
<li class="pf-v6-c-nav__item">
|
|
309
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
310
|
+
<span class="pf-v6-c-nav__link-text">Volumes</span>
|
|
311
|
+
</a>
|
|
312
|
+
</li>
|
|
313
|
+
<li class="pf-v6-c-nav__item">
|
|
314
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
315
|
+
<span class="pf-v6-c-nav__link-text">Networks</span>
|
|
316
|
+
</a>
|
|
317
|
+
</li>
|
|
318
|
+
</ul>
|
|
319
|
+
</section>
|
|
320
|
+
</li>
|
|
321
|
+
<li class="pf-v6-c-nav__item">
|
|
322
|
+
<button
|
|
323
|
+
class="pf-v6-c-nav__link"
|
|
324
|
+
aria-expanded="false"
|
|
325
|
+
id="card-view-basic-example-expandable-nav-link2"
|
|
326
|
+
>
|
|
327
|
+
<span class="pf-v6-c-nav__link-text">Policy</span>
|
|
328
|
+
<span class="pf-v6-c-nav__toggle">
|
|
329
|
+
<span class="pf-v6-c-nav__toggle-icon">
|
|
330
|
+
<svg
|
|
331
|
+
class="pf-v6-svg"
|
|
332
|
+
viewBox="0 0 20 20"
|
|
333
|
+
fill="currentColor"
|
|
334
|
+
aria-hidden="true"
|
|
335
|
+
role="img"
|
|
336
|
+
width="1em"
|
|
337
|
+
height="1em"
|
|
338
|
+
>
|
|
339
|
+
<path
|
|
340
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
341
|
+
/>
|
|
342
|
+
</svg>
|
|
343
|
+
</span>
|
|
269
344
|
</span>
|
|
270
|
-
</
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
</
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
</
|
|
288
|
-
</
|
|
289
|
-
</
|
|
290
|
-
</
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
345
|
+
</button>
|
|
346
|
+
<section
|
|
347
|
+
class="pf-v6-c-nav__subnav"
|
|
348
|
+
aria-labelledby="card-view-basic-example-expandable-nav-link2"
|
|
349
|
+
hidden
|
|
350
|
+
inert
|
|
351
|
+
>
|
|
352
|
+
<ul class="pf-v6-c-nav__list" role="list">
|
|
353
|
+
<li class="pf-v6-c-nav__item">
|
|
354
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
355
|
+
<span class="pf-v6-c-nav__link-text">Subnav link 1</span>
|
|
356
|
+
</a>
|
|
357
|
+
</li>
|
|
358
|
+
<li class="pf-v6-c-nav__item">
|
|
359
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
360
|
+
<span class="pf-v6-c-nav__link-text">Subnav link 2</span>
|
|
361
|
+
</a>
|
|
362
|
+
</li>
|
|
363
|
+
</ul>
|
|
364
|
+
</section>
|
|
365
|
+
</li>
|
|
366
|
+
<li class="pf-v6-c-nav__item">
|
|
367
|
+
<button
|
|
368
|
+
class="pf-v6-c-nav__link"
|
|
369
|
+
aria-expanded="false"
|
|
370
|
+
id="card-view-basic-example-expandable-nav-link3"
|
|
371
|
+
>
|
|
372
|
+
<span class="pf-v6-c-nav__link-text">Authentication</span>
|
|
373
|
+
<span class="pf-v6-c-nav__toggle">
|
|
374
|
+
<span class="pf-v6-c-nav__toggle-icon">
|
|
375
|
+
<svg
|
|
376
|
+
class="pf-v6-svg"
|
|
377
|
+
viewBox="0 0 20 20"
|
|
378
|
+
fill="currentColor"
|
|
379
|
+
aria-hidden="true"
|
|
380
|
+
role="img"
|
|
381
|
+
width="1em"
|
|
382
|
+
height="1em"
|
|
383
|
+
>
|
|
384
|
+
<path
|
|
385
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
386
|
+
/>
|
|
387
|
+
</svg>
|
|
388
|
+
</span>
|
|
302
389
|
</span>
|
|
303
|
-
</
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
</
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
</
|
|
321
|
-
</
|
|
322
|
-
</
|
|
323
|
-
</
|
|
324
|
-
</
|
|
325
|
-
</
|
|
326
|
-
</
|
|
390
|
+
</button>
|
|
391
|
+
<section
|
|
392
|
+
class="pf-v6-c-nav__subnav"
|
|
393
|
+
aria-labelledby="card-view-basic-example-expandable-nav-link3"
|
|
394
|
+
hidden
|
|
395
|
+
inert
|
|
396
|
+
>
|
|
397
|
+
<ul class="pf-v6-c-nav__list" role="list">
|
|
398
|
+
<li class="pf-v6-c-nav__item">
|
|
399
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
400
|
+
<span class="pf-v6-c-nav__link-text">Subnav link 1</span>
|
|
401
|
+
</a>
|
|
402
|
+
</li>
|
|
403
|
+
<li class="pf-v6-c-nav__item">
|
|
404
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
405
|
+
<span class="pf-v6-c-nav__link-text">Subnav link 2</span>
|
|
406
|
+
</a>
|
|
407
|
+
</li>
|
|
408
|
+
</ul>
|
|
409
|
+
</section>
|
|
410
|
+
</li>
|
|
411
|
+
</ul>
|
|
412
|
+
</nav>
|
|
413
|
+
</div>
|
|
327
414
|
</div>
|
|
328
415
|
</div>
|
|
329
416
|
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
@@ -341,21 +428,57 @@ section: patterns
|
|
|
341
428
|
</li>
|
|
342
429
|
<li class="pf-v6-c-breadcrumb__item">
|
|
343
430
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
344
|
-
<
|
|
431
|
+
<svg
|
|
432
|
+
class="pf-v6-svg"
|
|
433
|
+
viewBox="0 0 20 20"
|
|
434
|
+
fill="currentColor"
|
|
435
|
+
aria-hidden="true"
|
|
436
|
+
role="img"
|
|
437
|
+
width="1em"
|
|
438
|
+
height="1em"
|
|
439
|
+
>
|
|
440
|
+
<path
|
|
441
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
442
|
+
/>
|
|
443
|
+
</svg>
|
|
345
444
|
</span>
|
|
346
445
|
|
|
347
446
|
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
348
447
|
</li>
|
|
349
448
|
<li class="pf-v6-c-breadcrumb__item">
|
|
350
449
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
351
|
-
<
|
|
450
|
+
<svg
|
|
451
|
+
class="pf-v6-svg"
|
|
452
|
+
viewBox="0 0 20 20"
|
|
453
|
+
fill="currentColor"
|
|
454
|
+
aria-hidden="true"
|
|
455
|
+
role="img"
|
|
456
|
+
width="1em"
|
|
457
|
+
height="1em"
|
|
458
|
+
>
|
|
459
|
+
<path
|
|
460
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
461
|
+
/>
|
|
462
|
+
</svg>
|
|
352
463
|
</span>
|
|
353
464
|
|
|
354
465
|
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
355
466
|
</li>
|
|
356
467
|
<li class="pf-v6-c-breadcrumb__item">
|
|
357
468
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
358
|
-
<
|
|
469
|
+
<svg
|
|
470
|
+
class="pf-v6-svg"
|
|
471
|
+
viewBox="0 0 20 20"
|
|
472
|
+
fill="currentColor"
|
|
473
|
+
aria-hidden="true"
|
|
474
|
+
role="img"
|
|
475
|
+
width="1em"
|
|
476
|
+
height="1em"
|
|
477
|
+
>
|
|
478
|
+
<path
|
|
479
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
480
|
+
/>
|
|
481
|
+
</svg>
|
|
359
482
|
</span>
|
|
360
483
|
|
|
361
484
|
<a
|
|
@@ -368,9 +491,15 @@ section: patterns
|
|
|
368
491
|
</nav>
|
|
369
492
|
</div>
|
|
370
493
|
</section>
|
|
371
|
-
<section
|
|
494
|
+
<section
|
|
495
|
+
class="pf-v6-c-page__main-section pf-m-limit-width"
|
|
496
|
+
aria-labelledby="main-title"
|
|
497
|
+
>
|
|
372
498
|
<div class="pf-v6-c-page__main-body">
|
|
373
|
-
<h1
|
|
499
|
+
<h1
|
|
500
|
+
class="pf-v6-c-content--h1 pf-m-page-title"
|
|
501
|
+
id="main-title"
|
|
502
|
+
>Main title</h1>
|
|
374
503
|
<p class="pf-v6-c-content--p">This is a full page demo.</p>
|
|
375
504
|
</div>
|
|
376
505
|
</section>
|
|
@@ -391,7 +520,19 @@ section: patterns
|
|
|
391
520
|
aria-controls="card-view-basic-example-toolbar-expandable-content"
|
|
392
521
|
>
|
|
393
522
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
394
|
-
<
|
|
523
|
+
<svg
|
|
524
|
+
class="pf-v6-svg"
|
|
525
|
+
viewBox="0 0 32 32"
|
|
526
|
+
fill="currentColor"
|
|
527
|
+
aria-hidden="true"
|
|
528
|
+
role="img"
|
|
529
|
+
width="1em"
|
|
530
|
+
height="1em"
|
|
531
|
+
>
|
|
532
|
+
<path
|
|
533
|
+
d="M29.875 3.5V7a.876.876 0 0 1-.256.619l-9.744 9.744v10.638a.875.875 0 0 1-.599.83l-6 2a.876.876 0 0 1-.788-.12.874.874 0 0 1-.363-.71V17.363L2.381 7.619A.876.876 0 0 1 2.125 7V3.5c0-.758.617-1.375 1.375-1.375h25c.758 0 1.375.617 1.375 1.375Z"
|
|
534
|
+
/>
|
|
535
|
+
</svg>
|
|
395
536
|
</span>
|
|
396
537
|
</button>
|
|
397
538
|
</div>
|
|
@@ -421,10 +562,19 @@ section: patterns
|
|
|
421
562
|
>
|
|
422
563
|
<span class="pf-v6-c-menu-toggle__controls">
|
|
423
564
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
424
|
-
<
|
|
425
|
-
class="
|
|
565
|
+
<svg
|
|
566
|
+
class="pf-v6-svg"
|
|
567
|
+
viewBox="0 0 20 20"
|
|
568
|
+
fill="currentColor"
|
|
426
569
|
aria-hidden="true"
|
|
427
|
-
|
|
570
|
+
role="img"
|
|
571
|
+
width="1em"
|
|
572
|
+
height="1em"
|
|
573
|
+
>
|
|
574
|
+
<path
|
|
575
|
+
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"
|
|
576
|
+
/>
|
|
577
|
+
</svg>
|
|
428
578
|
</span>
|
|
429
579
|
</span>
|
|
430
580
|
</button>
|
|
@@ -441,7 +591,19 @@ section: patterns
|
|
|
441
591
|
<span class="pf-v6-c-menu-toggle__text">Status</span>
|
|
442
592
|
<span class="pf-v6-c-menu-toggle__controls">
|
|
443
593
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
444
|
-
<
|
|
594
|
+
<svg
|
|
595
|
+
class="pf-v6-svg"
|
|
596
|
+
viewBox="0 0 20 20"
|
|
597
|
+
fill="currentColor"
|
|
598
|
+
aria-hidden="true"
|
|
599
|
+
role="img"
|
|
600
|
+
width="1em"
|
|
601
|
+
height="1em"
|
|
602
|
+
>
|
|
603
|
+
<path
|
|
604
|
+
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"
|
|
605
|
+
/>
|
|
606
|
+
</svg>
|
|
445
607
|
</span>
|
|
446
608
|
</span>
|
|
447
609
|
</button>
|
|
@@ -475,7 +637,19 @@ section: patterns
|
|
|
475
637
|
id="card-view-basic-example-toolbar-overflow-menu-toggle"
|
|
476
638
|
>
|
|
477
639
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
478
|
-
<
|
|
640
|
+
<svg
|
|
641
|
+
class="pf-v6-svg"
|
|
642
|
+
viewBox="0 0 32 32"
|
|
643
|
+
fill="currentColor"
|
|
644
|
+
aria-hidden="true"
|
|
645
|
+
role="img"
|
|
646
|
+
width="1em"
|
|
647
|
+
height="1em"
|
|
648
|
+
>
|
|
649
|
+
<path
|
|
650
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
651
|
+
/>
|
|
652
|
+
</svg>
|
|
479
653
|
</span>
|
|
480
654
|
</button>
|
|
481
655
|
</div>
|
|
@@ -488,7 +662,6 @@ section: patterns
|
|
|
488
662
|
class="pf-v6-c-menu-toggle pf-m-text pf-m-plain"
|
|
489
663
|
type="button"
|
|
490
664
|
aria-expanded="false"
|
|
491
|
-
aria-label="Menu toggle"
|
|
492
665
|
id="card-view-basic-example-toolbar-top-pagination"
|
|
493
666
|
>
|
|
494
667
|
<span class="pf-v6-c-menu-toggle__text">
|
|
@@ -497,10 +670,19 @@ section: patterns
|
|
|
497
670
|
</span>
|
|
498
671
|
<span class="pf-v6-c-menu-toggle__controls">
|
|
499
672
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
500
|
-
<
|
|
501
|
-
class="
|
|
673
|
+
<svg
|
|
674
|
+
class="pf-v6-svg"
|
|
675
|
+
viewBox="0 0 20 20"
|
|
676
|
+
fill="currentColor"
|
|
502
677
|
aria-hidden="true"
|
|
503
|
-
|
|
678
|
+
role="img"
|
|
679
|
+
width="1em"
|
|
680
|
+
height="1em"
|
|
681
|
+
>
|
|
682
|
+
<path
|
|
683
|
+
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"
|
|
684
|
+
/>
|
|
685
|
+
</svg>
|
|
504
686
|
</span>
|
|
505
687
|
</span>
|
|
506
688
|
</button>
|
|
@@ -517,7 +699,19 @@ section: patterns
|
|
|
517
699
|
aria-label="Go to previous page"
|
|
518
700
|
>
|
|
519
701
|
<span class="pf-v6-c-button__icon">
|
|
520
|
-
<
|
|
702
|
+
<svg
|
|
703
|
+
class="pf-v6-svg"
|
|
704
|
+
viewBox="0 0 256 512"
|
|
705
|
+
fill="currentColor"
|
|
706
|
+
aria-hidden="true"
|
|
707
|
+
role="img"
|
|
708
|
+
width="1em"
|
|
709
|
+
height="1em"
|
|
710
|
+
>
|
|
711
|
+
<path
|
|
712
|
+
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"
|
|
713
|
+
/>
|
|
714
|
+
</svg>
|
|
521
715
|
</span>
|
|
522
716
|
</button>
|
|
523
717
|
</div>
|
|
@@ -528,7 +722,19 @@ section: patterns
|
|
|
528
722
|
aria-label="Go to next page"
|
|
529
723
|
>
|
|
530
724
|
<span class="pf-v6-c-button__icon">
|
|
531
|
-
<
|
|
725
|
+
<svg
|
|
726
|
+
class="pf-v6-svg"
|
|
727
|
+
viewBox="0 0 256 512"
|
|
728
|
+
fill="currentColor"
|
|
729
|
+
aria-hidden="true"
|
|
730
|
+
role="img"
|
|
731
|
+
width="1em"
|
|
732
|
+
height="1em"
|
|
733
|
+
>
|
|
734
|
+
<path
|
|
735
|
+
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"
|
|
736
|
+
/>
|
|
737
|
+
</svg>
|
|
532
738
|
</span>
|
|
533
739
|
</button>
|
|
534
740
|
</div>
|
|
@@ -556,7 +762,21 @@ section: patterns
|
|
|
556
762
|
<div class="pf-v6-l-bullseye">
|
|
557
763
|
<div class="pf-v6-c-empty-state pf-m-xs">
|
|
558
764
|
<div class="pf-v6-c-empty-state__content">
|
|
559
|
-
<
|
|
765
|
+
<div class="pf-v6-c-empty-state__icon">
|
|
766
|
+
<svg
|
|
767
|
+
class="pf-v6-svg"
|
|
768
|
+
viewBox="0 0 32 32"
|
|
769
|
+
fill="currentColor"
|
|
770
|
+
aria-hidden="true"
|
|
771
|
+
role="img"
|
|
772
|
+
width="1em"
|
|
773
|
+
height="1em"
|
|
774
|
+
>
|
|
775
|
+
<path
|
|
776
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm7 16.125h-5.875V23a1.125 1.125 0 0 1-2.25 0v-5.875H9a1.125 1.125 0 0 1 0-2.25h5.875V9a1.125 1.125 0 0 1 2.25 0v5.875H23a1.125 1.125 0 0 1 0 2.25Z"
|
|
777
|
+
/>
|
|
778
|
+
</svg>
|
|
779
|
+
</div>
|
|
560
780
|
<div class="pf-v6-c-card__title">
|
|
561
781
|
<h2
|
|
562
782
|
class="pf-v6-c-card__title-text pf-m-md"
|
|
@@ -584,7 +804,19 @@ section: patterns
|
|
|
584
804
|
id="card-view-basic-example-gallery-card-1-toggle"
|
|
585
805
|
>
|
|
586
806
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
587
|
-
<
|
|
807
|
+
<svg
|
|
808
|
+
class="pf-v6-svg"
|
|
809
|
+
viewBox="0 0 32 32"
|
|
810
|
+
fill="currentColor"
|
|
811
|
+
aria-hidden="true"
|
|
812
|
+
role="img"
|
|
813
|
+
width="1em"
|
|
814
|
+
height="1em"
|
|
815
|
+
>
|
|
816
|
+
<path
|
|
817
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
818
|
+
/>
|
|
819
|
+
</svg>
|
|
588
820
|
</span>
|
|
589
821
|
</button>
|
|
590
822
|
<div class="pf-v6-c-check pf-m-standalone">
|
|
@@ -630,7 +862,19 @@ section: patterns
|
|
|
630
862
|
id="card-view-basic-example-gallery-card-2-toggle"
|
|
631
863
|
>
|
|
632
864
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
633
|
-
<
|
|
865
|
+
<svg
|
|
866
|
+
class="pf-v6-svg"
|
|
867
|
+
viewBox="0 0 32 32"
|
|
868
|
+
fill="currentColor"
|
|
869
|
+
aria-hidden="true"
|
|
870
|
+
role="img"
|
|
871
|
+
width="1em"
|
|
872
|
+
height="1em"
|
|
873
|
+
>
|
|
874
|
+
<path
|
|
875
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
876
|
+
/>
|
|
877
|
+
</svg>
|
|
634
878
|
</span>
|
|
635
879
|
</button>
|
|
636
880
|
<div class="pf-v6-c-check pf-m-standalone">
|
|
@@ -676,7 +920,19 @@ section: patterns
|
|
|
676
920
|
id="card-view-basic-example-gallery-card-3-toggle"
|
|
677
921
|
>
|
|
678
922
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
679
|
-
<
|
|
923
|
+
<svg
|
|
924
|
+
class="pf-v6-svg"
|
|
925
|
+
viewBox="0 0 32 32"
|
|
926
|
+
fill="currentColor"
|
|
927
|
+
aria-hidden="true"
|
|
928
|
+
role="img"
|
|
929
|
+
width="1em"
|
|
930
|
+
height="1em"
|
|
931
|
+
>
|
|
932
|
+
<path
|
|
933
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
934
|
+
/>
|
|
935
|
+
</svg>
|
|
680
936
|
</span>
|
|
681
937
|
</button>
|
|
682
938
|
<div class="pf-v6-c-check pf-m-standalone">
|
|
@@ -722,7 +978,19 @@ section: patterns
|
|
|
722
978
|
id="card-view-basic-example-gallery-card-4-toggle"
|
|
723
979
|
>
|
|
724
980
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
725
|
-
<
|
|
981
|
+
<svg
|
|
982
|
+
class="pf-v6-svg"
|
|
983
|
+
viewBox="0 0 32 32"
|
|
984
|
+
fill="currentColor"
|
|
985
|
+
aria-hidden="true"
|
|
986
|
+
role="img"
|
|
987
|
+
width="1em"
|
|
988
|
+
height="1em"
|
|
989
|
+
>
|
|
990
|
+
<path
|
|
991
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
992
|
+
/>
|
|
993
|
+
</svg>
|
|
726
994
|
</span>
|
|
727
995
|
</button>
|
|
728
996
|
<div class="pf-v6-c-check pf-m-standalone">
|
|
@@ -768,7 +1036,19 @@ section: patterns
|
|
|
768
1036
|
id="card-view-basic-example-gallery-card-5-toggle"
|
|
769
1037
|
>
|
|
770
1038
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
771
|
-
<
|
|
1039
|
+
<svg
|
|
1040
|
+
class="pf-v6-svg"
|
|
1041
|
+
viewBox="0 0 32 32"
|
|
1042
|
+
fill="currentColor"
|
|
1043
|
+
aria-hidden="true"
|
|
1044
|
+
role="img"
|
|
1045
|
+
width="1em"
|
|
1046
|
+
height="1em"
|
|
1047
|
+
>
|
|
1048
|
+
<path
|
|
1049
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
1050
|
+
/>
|
|
1051
|
+
</svg>
|
|
772
1052
|
</span>
|
|
773
1053
|
</button>
|
|
774
1054
|
<div class="pf-v6-c-check pf-m-standalone">
|
|
@@ -814,7 +1094,19 @@ section: patterns
|
|
|
814
1094
|
id="card-view-basic-example-gallery-card-6-toggle"
|
|
815
1095
|
>
|
|
816
1096
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
817
|
-
<
|
|
1097
|
+
<svg
|
|
1098
|
+
class="pf-v6-svg"
|
|
1099
|
+
viewBox="0 0 32 32"
|
|
1100
|
+
fill="currentColor"
|
|
1101
|
+
aria-hidden="true"
|
|
1102
|
+
role="img"
|
|
1103
|
+
width="1em"
|
|
1104
|
+
height="1em"
|
|
1105
|
+
>
|
|
1106
|
+
<path
|
|
1107
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
1108
|
+
/>
|
|
1109
|
+
</svg>
|
|
818
1110
|
</span>
|
|
819
1111
|
</button>
|
|
820
1112
|
<div class="pf-v6-c-check pf-m-standalone">
|
|
@@ -861,7 +1153,19 @@ section: patterns
|
|
|
861
1153
|
id="card-view-basic-example-gallery-card-7-toggle"
|
|
862
1154
|
>
|
|
863
1155
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
864
|
-
<
|
|
1156
|
+
<svg
|
|
1157
|
+
class="pf-v6-svg"
|
|
1158
|
+
viewBox="0 0 32 32"
|
|
1159
|
+
fill="currentColor"
|
|
1160
|
+
aria-hidden="true"
|
|
1161
|
+
role="img"
|
|
1162
|
+
width="1em"
|
|
1163
|
+
height="1em"
|
|
1164
|
+
>
|
|
1165
|
+
<path
|
|
1166
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
1167
|
+
/>
|
|
1168
|
+
</svg>
|
|
865
1169
|
</span>
|
|
866
1170
|
</button>
|
|
867
1171
|
<div class="pf-v6-c-check pf-m-standalone">
|
|
@@ -907,7 +1211,19 @@ section: patterns
|
|
|
907
1211
|
id="card-view-basic-example-gallery-card-8-toggle"
|
|
908
1212
|
>
|
|
909
1213
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
910
|
-
<
|
|
1214
|
+
<svg
|
|
1215
|
+
class="pf-v6-svg"
|
|
1216
|
+
viewBox="0 0 32 32"
|
|
1217
|
+
fill="currentColor"
|
|
1218
|
+
aria-hidden="true"
|
|
1219
|
+
role="img"
|
|
1220
|
+
width="1em"
|
|
1221
|
+
height="1em"
|
|
1222
|
+
>
|
|
1223
|
+
<path
|
|
1224
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
1225
|
+
/>
|
|
1226
|
+
</svg>
|
|
911
1227
|
</span>
|
|
912
1228
|
</button>
|
|
913
1229
|
<div class="pf-v6-c-check pf-m-standalone">
|
|
@@ -953,7 +1269,19 @@ section: patterns
|
|
|
953
1269
|
id="card-view-basic-example-gallery-card-9-toggle"
|
|
954
1270
|
>
|
|
955
1271
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
956
|
-
<
|
|
1272
|
+
<svg
|
|
1273
|
+
class="pf-v6-svg"
|
|
1274
|
+
viewBox="0 0 32 32"
|
|
1275
|
+
fill="currentColor"
|
|
1276
|
+
aria-hidden="true"
|
|
1277
|
+
role="img"
|
|
1278
|
+
width="1em"
|
|
1279
|
+
height="1em"
|
|
1280
|
+
>
|
|
1281
|
+
<path
|
|
1282
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
1283
|
+
/>
|
|
1284
|
+
</svg>
|
|
957
1285
|
</span>
|
|
958
1286
|
</button>
|
|
959
1287
|
<div class="pf-v6-c-check pf-m-standalone">
|
|
@@ -1000,7 +1328,19 @@ section: patterns
|
|
|
1000
1328
|
id="card-view-basic-example-gallery-card-10-toggle"
|
|
1001
1329
|
>
|
|
1002
1330
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1003
|
-
<
|
|
1331
|
+
<svg
|
|
1332
|
+
class="pf-v6-svg"
|
|
1333
|
+
viewBox="0 0 32 32"
|
|
1334
|
+
fill="currentColor"
|
|
1335
|
+
aria-hidden="true"
|
|
1336
|
+
role="img"
|
|
1337
|
+
width="1em"
|
|
1338
|
+
height="1em"
|
|
1339
|
+
>
|
|
1340
|
+
<path
|
|
1341
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
1342
|
+
/>
|
|
1343
|
+
</svg>
|
|
1004
1344
|
</span>
|
|
1005
1345
|
</button>
|
|
1006
1346
|
<div class="pf-v6-c-check pf-m-standalone">
|
|
@@ -1030,13 +1370,12 @@ section: patterns
|
|
|
1030
1370
|
</div>
|
|
1031
1371
|
</div>
|
|
1032
1372
|
</section>
|
|
1033
|
-
<div class="pf-v6-c-pagination pf-m-
|
|
1373
|
+
<div class="pf-v6-c-pagination pf-m-sticky pf-m-bottom">
|
|
1034
1374
|
<div class="pf-v6-c-pagination__page-menu">
|
|
1035
1375
|
<button
|
|
1036
1376
|
class="pf-v6-c-menu-toggle pf-m-top pf-m-text pf-m-plain"
|
|
1037
1377
|
type="button"
|
|
1038
1378
|
aria-expanded="false"
|
|
1039
|
-
aria-label="Menu toggle"
|
|
1040
1379
|
id="pagination-menu-toggle-bottom-example"
|
|
1041
1380
|
>
|
|
1042
1381
|
<span class="pf-v6-c-menu-toggle__text">
|
|
@@ -1045,7 +1384,19 @@ section: patterns
|
|
|
1045
1384
|
</span>
|
|
1046
1385
|
<span class="pf-v6-c-menu-toggle__controls">
|
|
1047
1386
|
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1048
|
-
<
|
|
1387
|
+
<svg
|
|
1388
|
+
class="pf-v6-svg"
|
|
1389
|
+
viewBox="0 0 20 20"
|
|
1390
|
+
fill="currentColor"
|
|
1391
|
+
aria-hidden="true"
|
|
1392
|
+
role="img"
|
|
1393
|
+
width="1em"
|
|
1394
|
+
height="1em"
|
|
1395
|
+
>
|
|
1396
|
+
<path
|
|
1397
|
+
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"
|
|
1398
|
+
/>
|
|
1399
|
+
</svg>
|
|
1049
1400
|
</span>
|
|
1050
1401
|
</span>
|
|
1051
1402
|
</button>
|
|
@@ -1059,7 +1410,19 @@ section: patterns
|
|
|
1059
1410
|
aria-label="Go to first page"
|
|
1060
1411
|
>
|
|
1061
1412
|
<span class="pf-v6-c-button__icon">
|
|
1062
|
-
<
|
|
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>
|
|
1063
1426
|
</span>
|
|
1064
1427
|
</button>
|
|
1065
1428
|
</div>
|
|
@@ -1071,7 +1434,19 @@ section: patterns
|
|
|
1071
1434
|
aria-label="Go to previous page"
|
|
1072
1435
|
>
|
|
1073
1436
|
<span class="pf-v6-c-button__icon">
|
|
1074
|
-
<
|
|
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>
|
|
1075
1450
|
</span>
|
|
1076
1451
|
</button>
|
|
1077
1452
|
</div>
|
|
@@ -1094,7 +1469,19 @@ section: patterns
|
|
|
1094
1469
|
aria-label="Go to next page"
|
|
1095
1470
|
>
|
|
1096
1471
|
<span class="pf-v6-c-button__icon">
|
|
1097
|
-
<
|
|
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>
|
|
1098
1485
|
</span>
|
|
1099
1486
|
</button>
|
|
1100
1487
|
</div>
|
|
@@ -1106,7 +1493,19 @@ section: patterns
|
|
|
1106
1493
|
aria-label="Go to last page"
|
|
1107
1494
|
>
|
|
1108
1495
|
<span class="pf-v6-c-button__icon">
|
|
1109
|
-
<
|
|
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>
|
|
1110
1509
|
</span>
|
|
1111
1510
|
</button>
|
|
1112
1511
|
</div>
|