@patternfly/patternfly 6.5.0-prerelease.5 → 6.5.0-prerelease.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/assets/fontawesome/_variables.scss +2 -1
- package/assets/images/RHAiExperienceIcon.svg +27 -0
- package/assets/images/RHAutomationsLogo.svg +96 -0
- package/assets/images/RHServerStackIcon.svg +16 -0
- package/assets/images/compass--hero-bg.png +0 -0
- package/assets/images/compass--rh-wallpaper-dark.png +0 -0
- package/assets/images/compass--rh-wallpaper-light.png +0 -0
- package/assets/images/compass--wallpaper-dark.png +0 -0
- package/assets/images/compass--wallpaper-light.png +0 -0
- package/base/normalize.scss +7 -0
- package/base/patternfly-common.css +50 -0
- package/base/patternfly-common.scss +59 -0
- package/base/patternfly-svg-icons.css +11 -0
- package/base/patternfly-svg-icons.scss +14 -0
- package/base/patternfly-variables.css +345 -14
- package/base/patternfly-variables.scss +40 -0
- package/base/tokens/tokens-dark.scss +51 -3
- package/base/tokens/tokens-default.scss +67 -13
- package/base/tokens/tokens-glass-dark.scss +9 -0
- package/base/tokens/tokens-glass.scss +9 -0
- package/base/tokens/tokens-local.scss +16 -0
- package/base/tokens/tokens-palette.scss +3 -1
- package/base/tokens/tokens-redhat-dark.scss +14 -0
- package/base/tokens/tokens-redhat-glass-dark.scss +16 -0
- package/base/tokens/tokens-redhat-glass.scss +15 -0
- package/base/tokens/tokens-redhat-highcontrast-dark.scss +47 -0
- package/base/tokens/tokens-redhat-highcontrast.scss +127 -0
- package/base/tokens/tokens-redhat.scss +15 -0
- package/components/AboutModalBox/about-modal-box.css +36 -26
- package/components/Accordion/accordion.css +17 -14
- package/components/Accordion/accordion.scss +1 -2
- package/components/ActionList/action-list.css +2 -0
- package/components/ActionList/action-list.scss +2 -0
- package/components/Alert/alert.css +7 -5
- package/components/Alert/alert.scss +2 -1
- package/components/Avatar/avatar.css +12 -4
- package/components/BackgroundImage/background-image.css +6 -3
- package/components/Banner/banner.css +8 -6
- package/components/Brand/brand.css +3 -1
- package/components/Breadcrumb/breadcrumb.css +4 -3
- package/components/Button/button.css +117 -14
- package/components/Button/button.scss +127 -10
- package/components/CalendarMonth/calendar-month.css +4 -3
- package/components/Card/card.css +20 -7
- package/components/Card/card.scss +16 -2
- package/components/ClipboardCopy/clipboard-copy.css +7 -6
- package/components/ClipboardCopy/clipboard-copy.scss +3 -3
- package/components/CodeEditor/code-editor.css +1 -1
- package/components/CodeEditor/code-editor.scss +1 -1
- package/components/Compass/compass.css +320 -0
- package/components/Compass/compass.scss +350 -0
- package/components/DataList/data-list.css +34 -23
- package/components/DataList/data-list.scss +7 -2
- package/components/DescriptionList/description-list-order.scss +5 -1
- package/components/DescriptionList/description-list.css +7 -5
- package/components/DescriptionList/description-list.scss +5 -1
- package/components/Divider/divider.css +7 -5
- package/components/Drawer/drawer.css +110 -56
- package/components/Drawer/drawer.scss +69 -9
- package/components/DualListSelector/dual-list-selector.css +18 -12
- package/components/DualListSelector/dual-list-selector.scss +1 -1
- package/components/ExpandableSection/expandable-section.css +21 -16
- package/components/ExpandableSection/expandable-section.scss +6 -3
- package/components/Form/form.css +2 -2
- package/components/Form/form.scss +2 -2
- package/components/FormControl/form-control.css +3 -3
- package/components/FormControl/form-control.scss +3 -3
- package/components/Hero/hero.css +74 -0
- package/components/Hero/hero.scss +86 -0
- package/components/JumpLinks/jump-links.css +5 -4
- package/components/JumpLinks/jump-links.scss +6 -2
- package/components/Label/label-group.css +2 -2
- package/components/Label/label-group.scss +2 -2
- package/components/Label/label.css +4 -3
- package/components/Login/login.css +51 -37
- package/components/Masthead/masthead.css +70 -16
- package/components/Masthead/masthead.scss +54 -1
- package/components/Menu/menu.css +23 -14
- package/components/MenuToggle/menu-toggle.css +5 -1
- package/components/MenuToggle/menu-toggle.scss +6 -1
- package/components/ModalBox/modal-box.css +9 -7
- package/components/ModalBox/modal-box.scss +2 -2
- package/components/Nav/nav.css +74 -11
- package/components/Nav/nav.scss +77 -5
- package/components/NotificationDrawer/notification-drawer.css +19 -9
- package/components/NotificationDrawer/notification-drawer.scss +14 -5
- package/components/Page/page.css +55 -29
- package/components/Page/page.scss +44 -5
- package/components/Pagination/pagination.scss +5 -1
- package/components/ProgressStepper/progress-stepper.scss +5 -1
- package/components/Sidebar/sidebar.css +1 -1
- package/components/Sidebar/sidebar.scss +7 -3
- package/components/Skeleton/skeleton.css +16 -15
- package/components/Slider/slider.css +32 -18
- package/components/Switch/switch.css +4 -2
- package/components/Switch/switch.scss +1 -1
- package/components/Table/table-grid.css +28 -36
- package/components/Table/table-grid.scss +4 -4
- package/components/Table/table-tree-view.css +4 -2
- package/components/Table/table.css +33 -29
- package/components/Table/table.scss +2 -2
- package/components/Tabs/tabs.css +35 -18
- package/components/Tabs/tabs.scss +35 -7
- package/components/TextInputGroup/text-input-group.css +2 -2
- package/components/TextInputGroup/text-input-group.scss +2 -2
- package/components/ToggleGroup/toggle-group.css +34 -17
- package/components/ToggleGroup/toggle-group.scss +36 -20
- package/components/Toolbar/toolbar.css +47 -15
- package/components/Toolbar/toolbar.scss +34 -6
- package/components/TreeView/tree-view.css +45 -14
- package/components/TreeView/tree-view.scss +32 -1
- package/components/Wizard/wizard.css +21 -17
- package/components/Wizard/wizard.scss +4 -4
- package/components/_index.css +1602 -676
- package/components/_index.scss +3 -1
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +13 -1
- package/docs/components/Accordion/examples/Accordion.md +390 -30
- package/docs/components/ActionList/examples/ActionList.md +143 -11
- package/docs/components/Alert/examples/Alert.md +678 -54
- package/docs/components/Avatar/examples/Avatar.md +4 -4
- package/docs/components/BackToTop/examples/BackToTop.md +13 -1
- package/docs/components/Banner/examples/Banner.md +65 -5
- package/docs/components/Brand/examples/Brand.md +2 -2
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +299 -23
- package/docs/components/Button/examples/Button.md +2217 -241
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +104 -8
- package/docs/components/Card/examples/Card.md +206 -4
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +286 -22
- package/docs/components/CodeBlock/examples/CodeBlock.md +104 -8
- package/docs/components/CodeEditor/examples/CodeEditor.md +195 -15
- package/docs/components/Compass/examples/Compass.css +17 -0
- package/docs/components/Compass/examples/Compass.md +119 -0
- package/docs/components/DataList/examples/DataList.md +405 -205
- package/docs/components/DatePicker/examples/DatePicker.md +78 -6
- package/docs/components/DescriptionList/examples/DescriptionList.md +327 -27
- package/docs/components/Divider/examples/Divider.md +2 -2
- package/docs/components/Drawer/examples/Drawer.md +353 -35
- package/docs/components/DualListSelector/examples/DualListSelector.md +1013 -143
- package/docs/components/ExpandableSection/examples/ExpandableSection.md +91 -7
- package/docs/components/Form/examples/Form.md +78 -6
- package/docs/components/Hero/examples/Hero.md +25 -0
- package/docs/components/Icon/examples/Icon.md +92 -8
- package/docs/components/InlineEdit/examples/InlineEdit.md +312 -24
- package/docs/components/InputGroup/examples/InputGroup.md +27 -3
- package/docs/components/JumpLinks/examples/JumpLinks.md +54 -6
- package/docs/components/Label/examples/Label.md +2834 -218
- package/docs/components/Login/examples/Login.md +26 -2
- package/docs/components/Masthead/examples/masthead.md +80 -1
- package/docs/components/Menu/examples/Menu.md +1458 -114
- package/docs/components/MenuToggle/examples/MenuToggle.md +53 -1
- package/docs/components/ModalBox/examples/ModalBox.md +287 -23
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +156 -12
- package/docs/components/Nav/examples/Navigation.md +798 -58
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +598 -46
- package/docs/components/OverflowMenu/examples/overflow-menu.md +78 -6
- package/docs/components/Page/examples/Page.md +51 -2
- package/docs/components/Pagination/examples/Pagination.md +627 -51
- package/docs/components/Popover/examples/Popover.md +286 -22
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +275 -23
- package/docs/components/Sidebar/examples/Sidebar.md +1 -1
- package/docs/components/Slider/examples/Slider.md +52 -4
- package/docs/components/Table/examples/Table.md +875 -70
- package/docs/components/Tabs/examples/Tabs.md +4127 -320
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +600 -48
- package/docs/components/ToggleGroup/examples/toggle-group.md +195 -15
- package/docs/components/Toolbar/examples/Toolbar.md +490 -42
- package/docs/components/TreeView/examples/TreeView.md +1390 -130
- package/docs/components/Wizard/examples/Wizard.md +492 -72
- package/docs/demos/AboutModal/examples/AboutModal.md +57 -9
- package/docs/demos/Alert/examples/Alert.md +236 -32
- package/docs/demos/BackToTop/examples/BackToTop.md +57 -9
- package/docs/demos/Banner/examples/Banner.md +88 -16
- package/docs/demos/Button/examples/Button.md +13 -1
- package/docs/demos/Card/examples/Card.md +399 -42
- package/docs/demos/CardView/examples/CardView.md +161 -17
- package/docs/demos/Compass/examples/Compass.md +6836 -0
- package/docs/demos/Dashboard/examples/Dashboard.md +173 -26
- package/docs/demos/DataList/examples/DataList.md +566 -65
- package/docs/demos/DescriptionList/examples/DescriptionList.md +156 -27
- package/docs/demos/Drawer/examples/Drawer.md +216 -45
- package/docs/demos/Form/examples/BasicForms.md +273 -21
- package/docs/demos/JumpLinks/examples/JumpLinks.md +272 -59
- package/docs/demos/Masthead/examples/Masthead.md +458 -89
- package/docs/demos/Modal/examples/Modal.md +342 -57
- package/docs/demos/Nav/examples/Nav.md +660 -87
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +1088 -140
- package/docs/demos/Page/examples/Page.md +618 -123
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +13 -1
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +52 -4
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +691 -113
- package/docs/demos/Skeleton/examples/Skeleton.md +44 -8
- package/docs/demos/Table/examples/Table.md +3924 -256
- package/docs/demos/Tabs/examples/Tabs.md +407 -65
- package/docs/demos/Toolbar/examples/Toolbar.md +502 -52
- package/docs/demos/Wizard/examples/Wizard.md +796 -130
- package/docs/layouts/Bullseye/examples/Bullseye.css +2 -2
- package/docs/layouts/Bullseye/examples/Bullseye.md +2 -1
- package/docs/layouts/Flex/examples/Flex.css +3 -3
- package/docs/layouts/Flex/examples/Flex.md +3 -2
- package/docs/layouts/Gallery/examples/Gallery.css +2 -2
- package/docs/layouts/Gallery/examples/Gallery.md +4 -3
- package/docs/layouts/Grid/examples/Grid.css +1 -1
- package/docs/layouts/Grid/examples/Grid.md +6 -5
- package/docs/layouts/Level/examples/Level.css +3 -3
- package/docs/layouts/Level/examples/Level.md +2 -1
- package/docs/layouts/Split/examples/Split.css +1 -1
- package/docs/layouts/Split/examples/Split.md +2 -1
- package/docs/layouts/Stack/examples/Stack.css +3 -3
- package/docs/layouts/Stack/examples/Stack.md +2 -1
- package/docs/utilities/Accessibility/examples/Accessibility.md +3 -2
- package/docs/utilities/Alignment/examples/Alignment.css +4 -4
- package/docs/utilities/Alignment/examples/Alignment.md +3 -2
- package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +5 -4
- package/docs/utilities/BoxShadow/examples/box-shadow.css +2 -2
- package/docs/utilities/BoxShadow/examples/box-shadow.md +2 -1
- package/docs/utilities/Display/examples/Display.css +1 -1
- package/docs/utilities/Display/examples/Display.md +3 -2
- package/docs/utilities/Flex/examples/Flex.css +7 -7
- package/docs/utilities/Flex/examples/Flex.md +3 -2
- package/docs/utilities/Float/examples/Float.css +2 -2
- package/docs/utilities/Float/examples/Float.md +3 -2
- package/docs/utilities/Sizing/examples/Sizing.md +8 -7
- package/docs/utilities/Spacing/examples/Spacing.css +2 -2
- package/docs/utilities/Spacing/examples/Spacing.md +3 -2
- package/docs/utilities/Text/examples/Text.md +5 -4
- package/icons/PfIcons/add-circle-o.svg +4 -0
- package/icons/PfIcons/ansible-tower.svg +4 -0
- package/icons/PfIcons/applications.svg +4 -0
- package/icons/PfIcons/arrow.svg +4 -0
- package/icons/PfIcons/asleep.svg +4 -0
- package/icons/PfIcons/attention-bell.svg +4 -0
- package/icons/PfIcons/automation.svg +4 -0
- package/icons/PfIcons/bell.svg +4 -0
- package/icons/PfIcons/blueprint.svg +4 -0
- package/icons/PfIcons/build.svg +4 -0
- package/icons/PfIcons/builder-image.svg +4 -0
- package/icons/PfIcons/bundle.svg +4 -0
- package/icons/PfIcons/catalog.svg +4 -0
- package/icons/PfIcons/chat.svg +4 -0
- package/icons/PfIcons/close.svg +4 -0
- package/icons/PfIcons/cloud-security.svg +4 -0
- package/icons/PfIcons/cloud-tenant.svg +4 -0
- package/icons/PfIcons/cluster.svg +4 -0
- package/icons/PfIcons/connected.svg +4 -0
- package/icons/PfIcons/container-node.svg +4 -0
- package/icons/PfIcons/cpu.svg +4 -0
- package/icons/PfIcons/critical-risk.svg +4 -0
- package/icons/PfIcons/data-processor.svg +4 -0
- package/icons/PfIcons/data-sink.svg +4 -0
- package/icons/PfIcons/data-source.svg +4 -0
- package/icons/PfIcons/degraded.svg +4 -0
- package/icons/PfIcons/disconnected.svg +4 -0
- package/icons/PfIcons/domain.svg +4 -0
- package/icons/PfIcons/edit.svg +4 -0
- package/icons/PfIcons/enhancement.svg +4 -0
- package/icons/PfIcons/enterprise.svg +4 -0
- package/icons/PfIcons/equalizer.svg +4 -0
- package/icons/PfIcons/error-circle-o.svg +4 -0
- package/icons/PfIcons/export.svg +4 -0
- package/icons/PfIcons/filter.svg +4 -0
- package/icons/PfIcons/flavor.svg +4 -0
- package/icons/PfIcons/folder-close.svg +4 -0
- package/icons/PfIcons/folder-open.svg +4 -0
- package/icons/PfIcons/globe-route.svg +4 -0
- package/icons/PfIcons/help.svg +4 -0
- package/icons/PfIcons/history.svg +4 -0
- package/icons/PfIcons/home.svg +4 -0
- package/icons/PfIcons/import.svg +4 -0
- package/icons/PfIcons/in-progress.svg +4 -0
- package/icons/PfIcons/info.svg +4 -0
- package/icons/PfIcons/infrastructure.svg +4 -0
- package/icons/PfIcons/integration.svg +4 -0
- package/icons/PfIcons/key.svg +4 -0
- package/icons/PfIcons/locked.svg +4 -0
- package/icons/PfIcons/maintenance.svg +4 -0
- package/icons/PfIcons/memory.svg +4 -0
- package/icons/PfIcons/messages.svg +4 -0
- package/icons/PfIcons/middleware.svg +4 -0
- package/icons/PfIcons/migration.svg +4 -0
- package/icons/PfIcons/module.svg +4 -0
- package/icons/PfIcons/monitoring.svg +4 -0
- package/icons/PfIcons/multicluster.svg +4 -0
- package/icons/PfIcons/namespaces.svg +4 -0
- package/icons/PfIcons/network.svg +4 -0
- package/icons/PfIcons/new-process.svg +4 -0
- package/icons/PfIcons/not-started.svg +4 -0
- package/icons/PfIcons/off.svg +4 -0
- package/icons/PfIcons/ok.svg +4 -0
- package/icons/PfIcons/on-running.svg +4 -0
- package/icons/PfIcons/on.svg +4 -0
- package/icons/PfIcons/open-drawer-right.svg +4 -0
- package/icons/PfIcons/openshift.svg +4 -0
- package/icons/PfIcons/openstack.svg +4 -0
- package/icons/PfIcons/optimize.svg +4 -0
- package/icons/PfIcons/orders.svg +4 -0
- package/icons/PfIcons/os-image.svg +4 -0
- package/icons/PfIcons/package.svg +4 -0
- package/icons/PfIcons/panel-close.svg +4 -0
- package/icons/PfIcons/panel-open.svg +4 -0
- package/icons/PfIcons/paused.svg +4 -0
- package/icons/PfIcons/pending.svg +4 -0
- package/icons/PfIcons/pficon-dragdrop.svg +4 -0
- package/icons/PfIcons/pficon-history.svg +4 -0
- package/icons/PfIcons/pficon-network-range.svg +4 -0
- package/icons/PfIcons/pficon-satellite.svg +4 -0
- package/icons/PfIcons/pficon-sort-common-asc.svg +4 -0
- package/icons/PfIcons/pficon-sort-common-desc.svg +4 -0
- package/icons/PfIcons/pficon-template.svg +4 -0
- package/icons/PfIcons/pficon-vcenter.svg +4 -0
- package/icons/PfIcons/plugged.svg +4 -0
- package/icons/PfIcons/port.svg +4 -0
- package/icons/PfIcons/print.svg +4 -0
- package/icons/PfIcons/private.svg +4 -0
- package/icons/PfIcons/process-automation.svg +4 -0
- package/icons/PfIcons/project.svg +4 -0
- package/icons/PfIcons/rebalance.svg +4 -0
- package/icons/PfIcons/rebooting.svg +4 -0
- package/icons/PfIcons/regions.svg +4 -0
- package/icons/PfIcons/registry.svg +4 -0
- package/icons/PfIcons/remove2.svg +4 -0
- package/icons/PfIcons/replicator.svg +4 -0
- package/icons/PfIcons/repository.svg +4 -0
- package/icons/PfIcons/resource-pool.svg +4 -0
- package/icons/PfIcons/resources-almost-empty.svg +4 -0
- package/icons/PfIcons/resources-almost-full.svg +4 -0
- package/icons/PfIcons/resources-empty.svg +4 -0
- package/icons/PfIcons/resources-full.svg +4 -0
- package/icons/PfIcons/running.svg +4 -0
- package/icons/PfIcons/save.svg +4 -0
- package/icons/PfIcons/screen.svg +4 -0
- package/icons/PfIcons/security.svg +4 -0
- package/icons/PfIcons/server-group.svg +4 -0
- package/icons/PfIcons/server.svg +4 -0
- package/icons/PfIcons/service-catalog.svg +4 -0
- package/icons/PfIcons/service.svg +4 -0
- package/icons/PfIcons/services.svg +4 -0
- package/icons/PfIcons/severity-critical.svg +4 -0
- package/icons/PfIcons/severity-important.svg +4 -0
- package/icons/PfIcons/severity-minor.svg +4 -0
- package/icons/PfIcons/severity-moderate.svg +4 -0
- package/icons/PfIcons/severity-none.svg +4 -0
- package/icons/PfIcons/severity-undefined.svg +4 -0
- package/icons/PfIcons/spinner.svg +4 -0
- package/icons/PfIcons/spinner2.svg +4 -0
- package/icons/PfIcons/storage-domain.svg +4 -0
- package/icons/PfIcons/task.svg +4 -0
- package/icons/PfIcons/tenant.svg +4 -0
- package/icons/PfIcons/thumb-tack.svg +4 -0
- package/icons/PfIcons/topology.svg +4 -0
- package/icons/PfIcons/treeview.svg +4 -0
- package/icons/PfIcons/trend-down.svg +4 -0
- package/icons/PfIcons/trend-up.svg +4 -0
- package/icons/PfIcons/unknown.svg +4 -0
- package/icons/PfIcons/unlocked.svg +4 -0
- package/icons/PfIcons/unplugged.svg +4 -0
- package/icons/PfIcons/user.svg +4 -0
- package/icons/PfIcons/users.svg +4 -0
- package/icons/PfIcons/virtual-machine.svg +4 -0
- package/icons/PfIcons/volume.svg +4 -0
- package/icons/PfIcons/warning-triangle.svg +4 -0
- package/icons/PfIcons/zone.svg +4 -0
- package/layouts/Flex/flex.scss +83 -19
- package/layouts/Gallery/gallery.css +6 -2
- package/layouts/_index.css +6 -2
- package/package.json +34 -16
- package/patternfly-base-no-globals.css +406 -14
- package/patternfly-base.css +413 -14
- package/patternfly-charts.css +3 -3
- package/patternfly-no-globals.css +1947 -625
- package/patternfly.css +1954 -625
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/functions.scss +32 -25
- package/sass-utilities/mixins.scss +36 -20
- package/sass-utilities/namespaces-components.scss +6 -0
|
@@ -149,7 +149,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
149
149
|
>Link 1 (current and expanded example)</span>
|
|
150
150
|
<span class="pf-v6-c-nav__toggle">
|
|
151
151
|
<span class="pf-v6-c-nav__toggle-icon">
|
|
152
|
-
<
|
|
152
|
+
<svg
|
|
153
|
+
class="pf-v6-svg"
|
|
154
|
+
viewBox="0 0 20 20"
|
|
155
|
+
fill="currentColor"
|
|
156
|
+
aria-hidden="true"
|
|
157
|
+
role="img"
|
|
158
|
+
width="1em"
|
|
159
|
+
height="1em"
|
|
160
|
+
>
|
|
161
|
+
<path
|
|
162
|
+
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"
|
|
163
|
+
/>
|
|
164
|
+
</svg>
|
|
153
165
|
</span>
|
|
154
166
|
</span>
|
|
155
167
|
</button>
|
|
@@ -191,7 +203,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
191
203
|
>Link 2 (expanded, but not current example)</span>
|
|
192
204
|
<span class="pf-v6-c-nav__toggle">
|
|
193
205
|
<span class="pf-v6-c-nav__toggle-icon">
|
|
194
|
-
<
|
|
206
|
+
<svg
|
|
207
|
+
class="pf-v6-svg"
|
|
208
|
+
viewBox="0 0 20 20"
|
|
209
|
+
fill="currentColor"
|
|
210
|
+
aria-hidden="true"
|
|
211
|
+
role="img"
|
|
212
|
+
width="1em"
|
|
213
|
+
height="1em"
|
|
214
|
+
>
|
|
215
|
+
<path
|
|
216
|
+
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"
|
|
217
|
+
/>
|
|
218
|
+
</svg>
|
|
195
219
|
</span>
|
|
196
220
|
</span>
|
|
197
221
|
</button>
|
|
@@ -222,7 +246,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
222
246
|
<span class="pf-v6-c-nav__link-text">Link 3</span>
|
|
223
247
|
<span class="pf-v6-c-nav__toggle">
|
|
224
248
|
<span class="pf-v6-c-nav__toggle-icon">
|
|
225
|
-
<
|
|
249
|
+
<svg
|
|
250
|
+
class="pf-v6-svg"
|
|
251
|
+
viewBox="0 0 20 20"
|
|
252
|
+
fill="currentColor"
|
|
253
|
+
aria-hidden="true"
|
|
254
|
+
role="img"
|
|
255
|
+
width="1em"
|
|
256
|
+
height="1em"
|
|
257
|
+
>
|
|
258
|
+
<path
|
|
259
|
+
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"
|
|
260
|
+
/>
|
|
261
|
+
</svg>
|
|
226
262
|
</span>
|
|
227
263
|
</span>
|
|
228
264
|
</button>
|
|
@@ -261,7 +297,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
261
297
|
<span class="pf-v6-c-nav__link-text">Link 1</span>
|
|
262
298
|
<span class="pf-v6-c-nav__toggle">
|
|
263
299
|
<span class="pf-v6-c-nav__toggle-icon">
|
|
264
|
-
<
|
|
300
|
+
<svg
|
|
301
|
+
class="pf-v6-svg"
|
|
302
|
+
viewBox="0 0 20 20"
|
|
303
|
+
fill="currentColor"
|
|
304
|
+
aria-hidden="true"
|
|
305
|
+
role="img"
|
|
306
|
+
width="1em"
|
|
307
|
+
height="1em"
|
|
308
|
+
>
|
|
309
|
+
<path
|
|
310
|
+
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"
|
|
311
|
+
/>
|
|
312
|
+
</svg>
|
|
265
313
|
</span>
|
|
266
314
|
</span>
|
|
267
315
|
</button>
|
|
@@ -294,7 +342,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
294
342
|
<span class="pf-v6-c-nav__link-text">Link 2</span>
|
|
295
343
|
<span class="pf-v6-c-nav__toggle">
|
|
296
344
|
<span class="pf-v6-c-nav__toggle-icon">
|
|
297
|
-
<
|
|
345
|
+
<svg
|
|
346
|
+
class="pf-v6-svg"
|
|
347
|
+
viewBox="0 0 20 20"
|
|
348
|
+
fill="currentColor"
|
|
349
|
+
aria-hidden="true"
|
|
350
|
+
role="img"
|
|
351
|
+
width="1em"
|
|
352
|
+
height="1em"
|
|
353
|
+
>
|
|
354
|
+
<path
|
|
355
|
+
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"
|
|
356
|
+
/>
|
|
357
|
+
</svg>
|
|
298
358
|
</span>
|
|
299
359
|
</span>
|
|
300
360
|
</button>
|
|
@@ -339,7 +399,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
339
399
|
>Link 2 (expanded, but not current example)</span>
|
|
340
400
|
<span class="pf-v6-c-nav__toggle">
|
|
341
401
|
<span class="pf-v6-c-nav__toggle-icon">
|
|
342
|
-
<
|
|
402
|
+
<svg
|
|
403
|
+
class="pf-v6-svg"
|
|
404
|
+
viewBox="0 0 20 20"
|
|
405
|
+
fill="currentColor"
|
|
406
|
+
aria-hidden="true"
|
|
407
|
+
role="img"
|
|
408
|
+
width="1em"
|
|
409
|
+
height="1em"
|
|
410
|
+
>
|
|
411
|
+
<path
|
|
412
|
+
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"
|
|
413
|
+
/>
|
|
414
|
+
</svg>
|
|
343
415
|
</span>
|
|
344
416
|
</span>
|
|
345
417
|
</button>
|
|
@@ -369,7 +441,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
369
441
|
>Link 3 (current, but not expanded example)</span>
|
|
370
442
|
<span class="pf-v6-c-nav__toggle">
|
|
371
443
|
<span class="pf-v6-c-nav__toggle-icon">
|
|
372
|
-
<
|
|
444
|
+
<svg
|
|
445
|
+
class="pf-v6-svg"
|
|
446
|
+
viewBox="0 0 20 20"
|
|
447
|
+
fill="currentColor"
|
|
448
|
+
aria-hidden="true"
|
|
449
|
+
role="img"
|
|
450
|
+
width="1em"
|
|
451
|
+
height="1em"
|
|
452
|
+
>
|
|
453
|
+
<path
|
|
454
|
+
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"
|
|
455
|
+
/>
|
|
456
|
+
</svg>
|
|
373
457
|
</span>
|
|
374
458
|
</span>
|
|
375
459
|
</button>
|
|
@@ -436,7 +520,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
436
520
|
<span class="pf-v6-c-nav__link-text">Subscriptions</span>
|
|
437
521
|
<span class="pf-v6-c-nav__toggle">
|
|
438
522
|
<span class="pf-v6-c-nav__toggle-icon">
|
|
439
|
-
<
|
|
523
|
+
<svg
|
|
524
|
+
class="pf-v6-svg"
|
|
525
|
+
viewBox="0 0 20 20"
|
|
526
|
+
fill="currentColor"
|
|
527
|
+
aria-hidden="true"
|
|
528
|
+
role="img"
|
|
529
|
+
width="1em"
|
|
530
|
+
height="1em"
|
|
531
|
+
>
|
|
532
|
+
<path
|
|
533
|
+
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"
|
|
534
|
+
/>
|
|
535
|
+
</svg>
|
|
440
536
|
</span>
|
|
441
537
|
</span>
|
|
442
538
|
</button>
|
|
@@ -469,7 +565,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
469
565
|
<span class="pf-v6-c-nav__link-text">Cost management</span>
|
|
470
566
|
<span class="pf-v6-c-nav__toggle">
|
|
471
567
|
<span class="pf-v6-c-nav__toggle-icon">
|
|
472
|
-
<
|
|
568
|
+
<svg
|
|
569
|
+
class="pf-v6-svg"
|
|
570
|
+
viewBox="0 0 20 20"
|
|
571
|
+
fill="currentColor"
|
|
572
|
+
aria-hidden="true"
|
|
573
|
+
role="img"
|
|
574
|
+
width="1em"
|
|
575
|
+
height="1em"
|
|
576
|
+
>
|
|
577
|
+
<path
|
|
578
|
+
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"
|
|
579
|
+
/>
|
|
580
|
+
</svg>
|
|
473
581
|
</span>
|
|
474
582
|
</span>
|
|
475
583
|
</button>
|
|
@@ -497,7 +605,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
497
605
|
<span class="pf-v6-c-nav__link-text">Public clouds</span>
|
|
498
606
|
<span class="pf-v6-c-nav__toggle">
|
|
499
607
|
<span class="pf-v6-c-nav__toggle-icon">
|
|
500
|
-
<
|
|
608
|
+
<svg
|
|
609
|
+
class="pf-v6-svg"
|
|
610
|
+
viewBox="0 0 20 20"
|
|
611
|
+
fill="currentColor"
|
|
612
|
+
aria-hidden="true"
|
|
613
|
+
role="img"
|
|
614
|
+
width="1em"
|
|
615
|
+
height="1em"
|
|
616
|
+
>
|
|
617
|
+
<path
|
|
618
|
+
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"
|
|
619
|
+
/>
|
|
620
|
+
</svg>
|
|
501
621
|
</span>
|
|
502
622
|
</span>
|
|
503
623
|
</button>
|
|
@@ -584,7 +704,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
584
704
|
disabled
|
|
585
705
|
>
|
|
586
706
|
<span class="pf-v6-c-button__icon">
|
|
587
|
-
<
|
|
707
|
+
<svg
|
|
708
|
+
class="pf-v6-svg"
|
|
709
|
+
viewBox="0 0 20 20"
|
|
710
|
+
fill="currentColor"
|
|
711
|
+
aria-hidden="true"
|
|
712
|
+
role="img"
|
|
713
|
+
width="1em"
|
|
714
|
+
height="1em"
|
|
715
|
+
>
|
|
716
|
+
<path
|
|
717
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
718
|
+
/>
|
|
719
|
+
</svg>
|
|
588
720
|
</span>
|
|
589
721
|
</button>
|
|
590
722
|
</div>
|
|
@@ -622,7 +754,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
622
754
|
aria-label="Scroll end"
|
|
623
755
|
>
|
|
624
756
|
<span class="pf-v6-c-button__icon">
|
|
625
|
-
<
|
|
757
|
+
<svg
|
|
758
|
+
class="pf-v6-svg"
|
|
759
|
+
viewBox="0 0 20 20"
|
|
760
|
+
fill="currentColor"
|
|
761
|
+
aria-hidden="true"
|
|
762
|
+
role="img"
|
|
763
|
+
width="1em"
|
|
764
|
+
height="1em"
|
|
765
|
+
>
|
|
766
|
+
<path
|
|
767
|
+
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"
|
|
768
|
+
/>
|
|
769
|
+
</svg>
|
|
626
770
|
</span>
|
|
627
771
|
</button>
|
|
628
772
|
</div>
|
|
@@ -670,7 +814,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
670
814
|
disabled
|
|
671
815
|
>
|
|
672
816
|
<span class="pf-v6-c-button__icon">
|
|
673
|
-
<
|
|
817
|
+
<svg
|
|
818
|
+
class="pf-v6-svg"
|
|
819
|
+
viewBox="0 0 20 20"
|
|
820
|
+
fill="currentColor"
|
|
821
|
+
aria-hidden="true"
|
|
822
|
+
role="img"
|
|
823
|
+
width="1em"
|
|
824
|
+
height="1em"
|
|
825
|
+
>
|
|
826
|
+
<path
|
|
827
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
828
|
+
/>
|
|
829
|
+
</svg>
|
|
674
830
|
</span>
|
|
675
831
|
</button>
|
|
676
832
|
</div>
|
|
@@ -708,7 +864,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
708
864
|
aria-label="Scroll end"
|
|
709
865
|
>
|
|
710
866
|
<span class="pf-v6-c-button__icon">
|
|
711
|
-
<
|
|
867
|
+
<svg
|
|
868
|
+
class="pf-v6-svg"
|
|
869
|
+
viewBox="0 0 20 20"
|
|
870
|
+
fill="currentColor"
|
|
871
|
+
aria-hidden="true"
|
|
872
|
+
role="img"
|
|
873
|
+
width="1em"
|
|
874
|
+
height="1em"
|
|
875
|
+
>
|
|
876
|
+
<path
|
|
877
|
+
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"
|
|
878
|
+
/>
|
|
879
|
+
</svg>
|
|
712
880
|
</span>
|
|
713
881
|
</button>
|
|
714
882
|
</div>
|
|
@@ -747,7 +915,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
747
915
|
<span class="pf-v6-c-nav__link-text">Subscriptions</span>
|
|
748
916
|
<span class="pf-v6-c-nav__toggle">
|
|
749
917
|
<span class="pf-v6-c-nav__toggle-icon">
|
|
750
|
-
<
|
|
918
|
+
<svg
|
|
919
|
+
class="pf-v6-svg"
|
|
920
|
+
viewBox="0 0 20 20"
|
|
921
|
+
fill="currentColor"
|
|
922
|
+
aria-hidden="true"
|
|
923
|
+
role="img"
|
|
924
|
+
width="1em"
|
|
925
|
+
height="1em"
|
|
926
|
+
>
|
|
927
|
+
<path
|
|
928
|
+
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"
|
|
929
|
+
/>
|
|
930
|
+
</svg>
|
|
751
931
|
</span>
|
|
752
932
|
</span>
|
|
753
933
|
</a>
|
|
@@ -793,7 +973,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
793
973
|
<span class="pf-v6-c-menu__item-main">
|
|
794
974
|
<span class="pf-v6-c-menu__item-text">Dedicated</span>
|
|
795
975
|
<span class="pf-v6-c-menu__item-toggle-icon">
|
|
796
|
-
<
|
|
976
|
+
<svg
|
|
977
|
+
class="pf-v6-svg"
|
|
978
|
+
viewBox="0 0 20 20"
|
|
979
|
+
fill="currentColor"
|
|
980
|
+
aria-hidden="true"
|
|
981
|
+
role="img"
|
|
982
|
+
width="1em"
|
|
983
|
+
height="1em"
|
|
984
|
+
>
|
|
985
|
+
<path
|
|
986
|
+
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"
|
|
987
|
+
/>
|
|
988
|
+
</svg>
|
|
797
989
|
</span>
|
|
798
990
|
</span>
|
|
799
991
|
</button>
|
|
@@ -885,7 +1077,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
885
1077
|
<span class="pf-v6-c-menu__item-main">
|
|
886
1078
|
<span class="pf-v6-c-menu__item-text">Edit</span>
|
|
887
1079
|
<span class="pf-v6-c-menu__item-toggle-icon">
|
|
888
|
-
<
|
|
1080
|
+
<svg
|
|
1081
|
+
class="pf-v6-svg"
|
|
1082
|
+
viewBox="0 0 20 20"
|
|
1083
|
+
fill="currentColor"
|
|
1084
|
+
aria-hidden="true"
|
|
1085
|
+
role="img"
|
|
1086
|
+
width="1em"
|
|
1087
|
+
height="1em"
|
|
1088
|
+
>
|
|
1089
|
+
<path
|
|
1090
|
+
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"
|
|
1091
|
+
/>
|
|
1092
|
+
</svg>
|
|
889
1093
|
</span>
|
|
890
1094
|
</span>
|
|
891
1095
|
</button>
|
|
@@ -901,7 +1105,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
901
1105
|
>
|
|
902
1106
|
<span class="pf-v6-c-menu__item-main">
|
|
903
1107
|
<span class="pf-v6-c-menu__item-toggle-icon">
|
|
904
|
-
<
|
|
1108
|
+
<svg
|
|
1109
|
+
class="pf-v6-svg"
|
|
1110
|
+
viewBox="0 0 20 20"
|
|
1111
|
+
fill="currentColor"
|
|
1112
|
+
aria-hidden="true"
|
|
1113
|
+
role="img"
|
|
1114
|
+
width="1em"
|
|
1115
|
+
height="1em"
|
|
1116
|
+
>
|
|
1117
|
+
<path
|
|
1118
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
1119
|
+
/>
|
|
1120
|
+
</svg>
|
|
905
1121
|
</span>
|
|
906
1122
|
<span class="pf-v6-c-menu__item-text">Edit</span>
|
|
907
1123
|
</span>
|
|
@@ -917,7 +1133,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
917
1133
|
<span class="pf-v6-c-menu__item-main">
|
|
918
1134
|
<span class="pf-v6-c-menu__item-text">Deployment</span>
|
|
919
1135
|
<span class="pf-v6-c-menu__item-toggle-icon">
|
|
920
|
-
<
|
|
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="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"
|
|
1147
|
+
/>
|
|
1148
|
+
</svg>
|
|
921
1149
|
</span>
|
|
922
1150
|
</span>
|
|
923
1151
|
</button>
|
|
@@ -936,7 +1164,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
936
1164
|
>
|
|
937
1165
|
<span class="pf-v6-c-menu__item-main">
|
|
938
1166
|
<span class="pf-v6-c-menu__item-toggle-icon">
|
|
939
|
-
<
|
|
1167
|
+
<svg
|
|
1168
|
+
class="pf-v6-svg"
|
|
1169
|
+
viewBox="0 0 20 20"
|
|
1170
|
+
fill="currentColor"
|
|
1171
|
+
aria-hidden="true"
|
|
1172
|
+
role="img"
|
|
1173
|
+
width="1em"
|
|
1174
|
+
height="1em"
|
|
1175
|
+
>
|
|
1176
|
+
<path
|
|
1177
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
1178
|
+
/>
|
|
1179
|
+
</svg>
|
|
940
1180
|
</span>
|
|
941
1181
|
<span class="pf-v6-c-menu__item-text">Deployment</span>
|
|
942
1182
|
</span>
|
|
@@ -987,7 +1227,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
987
1227
|
class="pf-v6-c-menu__item-text"
|
|
988
1228
|
>Advanced settings</span>
|
|
989
1229
|
<span class="pf-v6-c-menu__item-toggle-icon">
|
|
990
|
-
<
|
|
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="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"
|
|
1241
|
+
/>
|
|
1242
|
+
</svg>
|
|
991
1243
|
</span>
|
|
992
1244
|
</span>
|
|
993
1245
|
</button>
|
|
@@ -1008,7 +1260,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
1008
1260
|
<span
|
|
1009
1261
|
class="pf-v6-c-menu__item-toggle-icon"
|
|
1010
1262
|
>
|
|
1011
|
-
<
|
|
1263
|
+
<svg
|
|
1264
|
+
class="pf-v6-svg"
|
|
1265
|
+
viewBox="0 0 20 20"
|
|
1266
|
+
fill="currentColor"
|
|
1267
|
+
aria-hidden="true"
|
|
1268
|
+
role="img"
|
|
1269
|
+
width="1em"
|
|
1270
|
+
height="1em"
|
|
1271
|
+
>
|
|
1272
|
+
<path
|
|
1273
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
1274
|
+
/>
|
|
1275
|
+
</svg>
|
|
1012
1276
|
</span>
|
|
1013
1277
|
<span
|
|
1014
1278
|
class="pf-v6-c-menu__item-text"
|
|
@@ -1073,7 +1337,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
1073
1337
|
<span class="pf-v6-c-menu__item-main">
|
|
1074
1338
|
<span class="pf-v6-c-menu__item-text">RBAC</span>
|
|
1075
1339
|
<span class="pf-v6-c-menu__item-toggle-icon">
|
|
1076
|
-
<
|
|
1340
|
+
<svg
|
|
1341
|
+
class="pf-v6-svg"
|
|
1342
|
+
viewBox="0 0 20 20"
|
|
1343
|
+
fill="currentColor"
|
|
1344
|
+
aria-hidden="true"
|
|
1345
|
+
role="img"
|
|
1346
|
+
width="1em"
|
|
1347
|
+
height="1em"
|
|
1348
|
+
>
|
|
1349
|
+
<path
|
|
1350
|
+
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"
|
|
1351
|
+
/>
|
|
1352
|
+
</svg>
|
|
1077
1353
|
</span>
|
|
1078
1354
|
</span>
|
|
1079
1355
|
</button>
|
|
@@ -1091,7 +1367,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
1091
1367
|
>
|
|
1092
1368
|
<span class="pf-v6-c-menu__item-main">
|
|
1093
1369
|
<span class="pf-v6-c-menu__item-toggle-icon">
|
|
1094
|
-
<
|
|
1370
|
+
<svg
|
|
1371
|
+
class="pf-v6-svg"
|
|
1372
|
+
viewBox="0 0 20 20"
|
|
1373
|
+
fill="currentColor"
|
|
1374
|
+
aria-hidden="true"
|
|
1375
|
+
role="img"
|
|
1376
|
+
width="1em"
|
|
1377
|
+
height="1em"
|
|
1378
|
+
>
|
|
1379
|
+
<path
|
|
1380
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
1381
|
+
/>
|
|
1382
|
+
</svg>
|
|
1095
1383
|
</span>
|
|
1096
1384
|
<span class="pf-v6-c-menu__item-text">RBAC</span>
|
|
1097
1385
|
</span>
|
|
@@ -1161,7 +1449,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
1161
1449
|
<span class="pf-v6-c-menu__item-main">
|
|
1162
1450
|
<span class="pf-v6-c-menu__item-text">Configuration</span>
|
|
1163
1451
|
<span class="pf-v6-c-menu__item-toggle-icon">
|
|
1164
|
-
<
|
|
1452
|
+
<svg
|
|
1453
|
+
class="pf-v6-svg"
|
|
1454
|
+
viewBox="0 0 20 20"
|
|
1455
|
+
fill="currentColor"
|
|
1456
|
+
aria-hidden="true"
|
|
1457
|
+
role="img"
|
|
1458
|
+
width="1em"
|
|
1459
|
+
height="1em"
|
|
1460
|
+
>
|
|
1461
|
+
<path
|
|
1462
|
+
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"
|
|
1463
|
+
/>
|
|
1464
|
+
</svg>
|
|
1165
1465
|
</span>
|
|
1166
1466
|
</span>
|
|
1167
1467
|
</button>
|
|
@@ -1176,7 +1476,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
1176
1476
|
>
|
|
1177
1477
|
<span class="pf-v6-c-menu__item-main">
|
|
1178
1478
|
<span class="pf-v6-c-menu__item-toggle-icon">
|
|
1179
|
-
<
|
|
1479
|
+
<svg
|
|
1480
|
+
class="pf-v6-svg"
|
|
1481
|
+
viewBox="0 0 20 20"
|
|
1482
|
+
fill="currentColor"
|
|
1483
|
+
aria-hidden="true"
|
|
1484
|
+
role="img"
|
|
1485
|
+
width="1em"
|
|
1486
|
+
height="1em"
|
|
1487
|
+
>
|
|
1488
|
+
<path
|
|
1489
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
1490
|
+
/>
|
|
1491
|
+
</svg>
|
|
1180
1492
|
</span>
|
|
1181
1493
|
<span class="pf-v6-c-menu__item-text">Configuration</span>
|
|
1182
1494
|
</span>
|
|
@@ -1192,7 +1504,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
1192
1504
|
<span class="pf-v6-c-menu__item-main">
|
|
1193
1505
|
<span class="pf-v6-c-menu__item-text">Profile</span>
|
|
1194
1506
|
<span class="pf-v6-c-menu__item-toggle-icon">
|
|
1195
|
-
<
|
|
1507
|
+
<svg
|
|
1508
|
+
class="pf-v6-svg"
|
|
1509
|
+
viewBox="0 0 20 20"
|
|
1510
|
+
fill="currentColor"
|
|
1511
|
+
aria-hidden="true"
|
|
1512
|
+
role="img"
|
|
1513
|
+
width="1em"
|
|
1514
|
+
height="1em"
|
|
1515
|
+
>
|
|
1516
|
+
<path
|
|
1517
|
+
d="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"
|
|
1518
|
+
/>
|
|
1519
|
+
</svg>
|
|
1196
1520
|
</span>
|
|
1197
1521
|
</span>
|
|
1198
1522
|
</button>
|
|
@@ -1210,7 +1534,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
1210
1534
|
>
|
|
1211
1535
|
<span class="pf-v6-c-menu__item-main">
|
|
1212
1536
|
<span class="pf-v6-c-menu__item-toggle-icon">
|
|
1213
|
-
<
|
|
1537
|
+
<svg
|
|
1538
|
+
class="pf-v6-svg"
|
|
1539
|
+
viewBox="0 0 20 20"
|
|
1540
|
+
fill="currentColor"
|
|
1541
|
+
aria-hidden="true"
|
|
1542
|
+
role="img"
|
|
1543
|
+
width="1em"
|
|
1544
|
+
height="1em"
|
|
1545
|
+
>
|
|
1546
|
+
<path
|
|
1547
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
1548
|
+
/>
|
|
1549
|
+
</svg>
|
|
1214
1550
|
</span>
|
|
1215
1551
|
<span class="pf-v6-c-menu__item-text">Profile</span>
|
|
1216
1552
|
</span>
|
|
@@ -1298,7 +1634,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
1298
1634
|
<span class="pf-v6-c-menu__item-main">
|
|
1299
1635
|
<span class="pf-v6-c-menu__item-text">Edit access settings</span>
|
|
1300
1636
|
<span class="pf-v6-c-menu__item-toggle-icon">
|
|
1301
|
-
<
|
|
1637
|
+
<svg
|
|
1638
|
+
class="pf-v6-svg"
|
|
1639
|
+
viewBox="0 0 20 20"
|
|
1640
|
+
fill="currentColor"
|
|
1641
|
+
aria-hidden="true"
|
|
1642
|
+
role="img"
|
|
1643
|
+
width="1em"
|
|
1644
|
+
height="1em"
|
|
1645
|
+
>
|
|
1646
|
+
<path
|
|
1647
|
+
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"
|
|
1648
|
+
/>
|
|
1649
|
+
</svg>
|
|
1302
1650
|
</span>
|
|
1303
1651
|
</span>
|
|
1304
1652
|
</button>
|
|
@@ -1316,7 +1664,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
1316
1664
|
>
|
|
1317
1665
|
<span class="pf-v6-c-menu__item-main">
|
|
1318
1666
|
<span class="pf-v6-c-menu__item-toggle-icon">
|
|
1319
|
-
<
|
|
1667
|
+
<svg
|
|
1668
|
+
class="pf-v6-svg"
|
|
1669
|
+
viewBox="0 0 20 20"
|
|
1670
|
+
fill="currentColor"
|
|
1671
|
+
aria-hidden="true"
|
|
1672
|
+
role="img"
|
|
1673
|
+
width="1em"
|
|
1674
|
+
height="1em"
|
|
1675
|
+
>
|
|
1676
|
+
<path
|
|
1677
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
1678
|
+
/>
|
|
1679
|
+
</svg>
|
|
1320
1680
|
</span>
|
|
1321
1681
|
<span
|
|
1322
1682
|
class="pf-v6-c-menu__item-text"
|
|
@@ -1417,7 +1777,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
1417
1777
|
<span class="pf-v6-c-menu__item-main">
|
|
1418
1778
|
<span class="pf-v6-c-menu__item-text">Edit</span>
|
|
1419
1779
|
<span class="pf-v6-c-menu__item-toggle-icon">
|
|
1420
|
-
<
|
|
1780
|
+
<svg
|
|
1781
|
+
class="pf-v6-svg"
|
|
1782
|
+
viewBox="0 0 20 20"
|
|
1783
|
+
fill="currentColor"
|
|
1784
|
+
aria-hidden="true"
|
|
1785
|
+
role="img"
|
|
1786
|
+
width="1em"
|
|
1787
|
+
height="1em"
|
|
1788
|
+
>
|
|
1789
|
+
<path
|
|
1790
|
+
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"
|
|
1791
|
+
/>
|
|
1792
|
+
</svg>
|
|
1421
1793
|
</span>
|
|
1422
1794
|
</span>
|
|
1423
1795
|
</button>
|
|
@@ -1433,7 +1805,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
1433
1805
|
>
|
|
1434
1806
|
<span class="pf-v6-c-menu__item-main">
|
|
1435
1807
|
<span class="pf-v6-c-menu__item-toggle-icon">
|
|
1436
|
-
<
|
|
1808
|
+
<svg
|
|
1809
|
+
class="pf-v6-svg"
|
|
1810
|
+
viewBox="0 0 20 20"
|
|
1811
|
+
fill="currentColor"
|
|
1812
|
+
aria-hidden="true"
|
|
1813
|
+
role="img"
|
|
1814
|
+
width="1em"
|
|
1815
|
+
height="1em"
|
|
1816
|
+
>
|
|
1817
|
+
<path
|
|
1818
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
1819
|
+
/>
|
|
1820
|
+
</svg>
|
|
1437
1821
|
</span>
|
|
1438
1822
|
<span class="pf-v6-c-menu__item-text">Edit</span>
|
|
1439
1823
|
</span>
|
|
@@ -1449,7 +1833,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
1449
1833
|
<span class="pf-v6-c-menu__item-main">
|
|
1450
1834
|
<span class="pf-v6-c-menu__item-text">Deployment</span>
|
|
1451
1835
|
<span class="pf-v6-c-menu__item-toggle-icon">
|
|
1452
|
-
<
|
|
1836
|
+
<svg
|
|
1837
|
+
class="pf-v6-svg"
|
|
1838
|
+
viewBox="0 0 20 20"
|
|
1839
|
+
fill="currentColor"
|
|
1840
|
+
aria-hidden="true"
|
|
1841
|
+
role="img"
|
|
1842
|
+
width="1em"
|
|
1843
|
+
height="1em"
|
|
1844
|
+
>
|
|
1845
|
+
<path
|
|
1846
|
+
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"
|
|
1847
|
+
/>
|
|
1848
|
+
</svg>
|
|
1453
1849
|
</span>
|
|
1454
1850
|
</span>
|
|
1455
1851
|
</button>
|
|
@@ -1468,7 +1864,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
1468
1864
|
>
|
|
1469
1865
|
<span class="pf-v6-c-menu__item-main">
|
|
1470
1866
|
<span class="pf-v6-c-menu__item-toggle-icon">
|
|
1471
|
-
<
|
|
1867
|
+
<svg
|
|
1868
|
+
class="pf-v6-svg"
|
|
1869
|
+
viewBox="0 0 20 20"
|
|
1870
|
+
fill="currentColor"
|
|
1871
|
+
aria-hidden="true"
|
|
1872
|
+
role="img"
|
|
1873
|
+
width="1em"
|
|
1874
|
+
height="1em"
|
|
1875
|
+
>
|
|
1876
|
+
<path
|
|
1877
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
1878
|
+
/>
|
|
1879
|
+
</svg>
|
|
1472
1880
|
</span>
|
|
1473
1881
|
<span class="pf-v6-c-menu__item-text">Deployment</span>
|
|
1474
1882
|
</span>
|
|
@@ -1519,7 +1927,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
1519
1927
|
class="pf-v6-c-menu__item-text"
|
|
1520
1928
|
>Advanced settings</span>
|
|
1521
1929
|
<span class="pf-v6-c-menu__item-toggle-icon">
|
|
1522
|
-
<
|
|
1930
|
+
<svg
|
|
1931
|
+
class="pf-v6-svg"
|
|
1932
|
+
viewBox="0 0 20 20"
|
|
1933
|
+
fill="currentColor"
|
|
1934
|
+
aria-hidden="true"
|
|
1935
|
+
role="img"
|
|
1936
|
+
width="1em"
|
|
1937
|
+
height="1em"
|
|
1938
|
+
>
|
|
1939
|
+
<path
|
|
1940
|
+
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"
|
|
1941
|
+
/>
|
|
1942
|
+
</svg>
|
|
1523
1943
|
</span>
|
|
1524
1944
|
</span>
|
|
1525
1945
|
</button>
|
|
@@ -1540,7 +1960,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
1540
1960
|
<span
|
|
1541
1961
|
class="pf-v6-c-menu__item-toggle-icon"
|
|
1542
1962
|
>
|
|
1543
|
-
<
|
|
1963
|
+
<svg
|
|
1964
|
+
class="pf-v6-svg"
|
|
1965
|
+
viewBox="0 0 20 20"
|
|
1966
|
+
fill="currentColor"
|
|
1967
|
+
aria-hidden="true"
|
|
1968
|
+
role="img"
|
|
1969
|
+
width="1em"
|
|
1970
|
+
height="1em"
|
|
1971
|
+
>
|
|
1972
|
+
<path
|
|
1973
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
1974
|
+
/>
|
|
1975
|
+
</svg>
|
|
1544
1976
|
</span>
|
|
1545
1977
|
<span
|
|
1546
1978
|
class="pf-v6-c-menu__item-text"
|
|
@@ -1605,7 +2037,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
1605
2037
|
<span class="pf-v6-c-menu__item-main">
|
|
1606
2038
|
<span class="pf-v6-c-menu__item-text">RBAC</span>
|
|
1607
2039
|
<span class="pf-v6-c-menu__item-toggle-icon">
|
|
1608
|
-
<
|
|
2040
|
+
<svg
|
|
2041
|
+
class="pf-v6-svg"
|
|
2042
|
+
viewBox="0 0 20 20"
|
|
2043
|
+
fill="currentColor"
|
|
2044
|
+
aria-hidden="true"
|
|
2045
|
+
role="img"
|
|
2046
|
+
width="1em"
|
|
2047
|
+
height="1em"
|
|
2048
|
+
>
|
|
2049
|
+
<path
|
|
2050
|
+
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"
|
|
2051
|
+
/>
|
|
2052
|
+
</svg>
|
|
1609
2053
|
</span>
|
|
1610
2054
|
</span>
|
|
1611
2055
|
</button>
|
|
@@ -1623,7 +2067,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
1623
2067
|
>
|
|
1624
2068
|
<span class="pf-v6-c-menu__item-main">
|
|
1625
2069
|
<span class="pf-v6-c-menu__item-toggle-icon">
|
|
1626
|
-
<
|
|
2070
|
+
<svg
|
|
2071
|
+
class="pf-v6-svg"
|
|
2072
|
+
viewBox="0 0 20 20"
|
|
2073
|
+
fill="currentColor"
|
|
2074
|
+
aria-hidden="true"
|
|
2075
|
+
role="img"
|
|
2076
|
+
width="1em"
|
|
2077
|
+
height="1em"
|
|
2078
|
+
>
|
|
2079
|
+
<path
|
|
2080
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
2081
|
+
/>
|
|
2082
|
+
</svg>
|
|
1627
2083
|
</span>
|
|
1628
2084
|
<span class="pf-v6-c-menu__item-text">RBAC</span>
|
|
1629
2085
|
</span>
|
|
@@ -1693,7 +2149,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
1693
2149
|
<span class="pf-v6-c-menu__item-main">
|
|
1694
2150
|
<span class="pf-v6-c-menu__item-text">Configuration</span>
|
|
1695
2151
|
<span class="pf-v6-c-menu__item-toggle-icon">
|
|
1696
|
-
<
|
|
2152
|
+
<svg
|
|
2153
|
+
class="pf-v6-svg"
|
|
2154
|
+
viewBox="0 0 20 20"
|
|
2155
|
+
fill="currentColor"
|
|
2156
|
+
aria-hidden="true"
|
|
2157
|
+
role="img"
|
|
2158
|
+
width="1em"
|
|
2159
|
+
height="1em"
|
|
2160
|
+
>
|
|
2161
|
+
<path
|
|
2162
|
+
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"
|
|
2163
|
+
/>
|
|
2164
|
+
</svg>
|
|
1697
2165
|
</span>
|
|
1698
2166
|
</span>
|
|
1699
2167
|
</button>
|
|
@@ -1708,7 +2176,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
1708
2176
|
>
|
|
1709
2177
|
<span class="pf-v6-c-menu__item-main">
|
|
1710
2178
|
<span class="pf-v6-c-menu__item-toggle-icon">
|
|
1711
|
-
<
|
|
2179
|
+
<svg
|
|
2180
|
+
class="pf-v6-svg"
|
|
2181
|
+
viewBox="0 0 20 20"
|
|
2182
|
+
fill="currentColor"
|
|
2183
|
+
aria-hidden="true"
|
|
2184
|
+
role="img"
|
|
2185
|
+
width="1em"
|
|
2186
|
+
height="1em"
|
|
2187
|
+
>
|
|
2188
|
+
<path
|
|
2189
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
2190
|
+
/>
|
|
2191
|
+
</svg>
|
|
1712
2192
|
</span>
|
|
1713
2193
|
<span class="pf-v6-c-menu__item-text">Configuration</span>
|
|
1714
2194
|
</span>
|
|
@@ -1724,7 +2204,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
1724
2204
|
<span class="pf-v6-c-menu__item-main">
|
|
1725
2205
|
<span class="pf-v6-c-menu__item-text">Profile</span>
|
|
1726
2206
|
<span class="pf-v6-c-menu__item-toggle-icon">
|
|
1727
|
-
<
|
|
2207
|
+
<svg
|
|
2208
|
+
class="pf-v6-svg"
|
|
2209
|
+
viewBox="0 0 20 20"
|
|
2210
|
+
fill="currentColor"
|
|
2211
|
+
aria-hidden="true"
|
|
2212
|
+
role="img"
|
|
2213
|
+
width="1em"
|
|
2214
|
+
height="1em"
|
|
2215
|
+
>
|
|
2216
|
+
<path
|
|
2217
|
+
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"
|
|
2218
|
+
/>
|
|
2219
|
+
</svg>
|
|
1728
2220
|
</span>
|
|
1729
2221
|
</span>
|
|
1730
2222
|
</button>
|
|
@@ -1742,7 +2234,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
1742
2234
|
>
|
|
1743
2235
|
<span class="pf-v6-c-menu__item-main">
|
|
1744
2236
|
<span class="pf-v6-c-menu__item-toggle-icon">
|
|
1745
|
-
<
|
|
2237
|
+
<svg
|
|
2238
|
+
class="pf-v6-svg"
|
|
2239
|
+
viewBox="0 0 20 20"
|
|
2240
|
+
fill="currentColor"
|
|
2241
|
+
aria-hidden="true"
|
|
2242
|
+
role="img"
|
|
2243
|
+
width="1em"
|
|
2244
|
+
height="1em"
|
|
2245
|
+
>
|
|
2246
|
+
<path
|
|
2247
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
2248
|
+
/>
|
|
2249
|
+
</svg>
|
|
1746
2250
|
</span>
|
|
1747
2251
|
<span class="pf-v6-c-menu__item-text">Profile</span>
|
|
1748
2252
|
</span>
|
|
@@ -1830,7 +2334,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
1830
2334
|
<span class="pf-v6-c-menu__item-main">
|
|
1831
2335
|
<span class="pf-v6-c-menu__item-text">Edit access settings</span>
|
|
1832
2336
|
<span class="pf-v6-c-menu__item-toggle-icon">
|
|
1833
|
-
<
|
|
2337
|
+
<svg
|
|
2338
|
+
class="pf-v6-svg"
|
|
2339
|
+
viewBox="0 0 20 20"
|
|
2340
|
+
fill="currentColor"
|
|
2341
|
+
aria-hidden="true"
|
|
2342
|
+
role="img"
|
|
2343
|
+
width="1em"
|
|
2344
|
+
height="1em"
|
|
2345
|
+
>
|
|
2346
|
+
<path
|
|
2347
|
+
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"
|
|
2348
|
+
/>
|
|
2349
|
+
</svg>
|
|
1834
2350
|
</span>
|
|
1835
2351
|
</span>
|
|
1836
2352
|
</button>
|
|
@@ -1848,7 +2364,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
1848
2364
|
>
|
|
1849
2365
|
<span class="pf-v6-c-menu__item-main">
|
|
1850
2366
|
<span class="pf-v6-c-menu__item-toggle-icon">
|
|
1851
|
-
<
|
|
2367
|
+
<svg
|
|
2368
|
+
class="pf-v6-svg"
|
|
2369
|
+
viewBox="0 0 20 20"
|
|
2370
|
+
fill="currentColor"
|
|
2371
|
+
aria-hidden="true"
|
|
2372
|
+
role="img"
|
|
2373
|
+
width="1em"
|
|
2374
|
+
height="1em"
|
|
2375
|
+
>
|
|
2376
|
+
<path
|
|
2377
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
2378
|
+
/>
|
|
2379
|
+
</svg>
|
|
1852
2380
|
</span>
|
|
1853
2381
|
<span
|
|
1854
2382
|
class="pf-v6-c-menu__item-text"
|
|
@@ -1949,7 +2477,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
1949
2477
|
<span class="pf-v6-c-menu__item-main">
|
|
1950
2478
|
<span class="pf-v6-c-menu__item-text">Edit</span>
|
|
1951
2479
|
<span class="pf-v6-c-menu__item-toggle-icon">
|
|
1952
|
-
<
|
|
2480
|
+
<svg
|
|
2481
|
+
class="pf-v6-svg"
|
|
2482
|
+
viewBox="0 0 20 20"
|
|
2483
|
+
fill="currentColor"
|
|
2484
|
+
aria-hidden="true"
|
|
2485
|
+
role="img"
|
|
2486
|
+
width="1em"
|
|
2487
|
+
height="1em"
|
|
2488
|
+
>
|
|
2489
|
+
<path
|
|
2490
|
+
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"
|
|
2491
|
+
/>
|
|
2492
|
+
</svg>
|
|
1953
2493
|
</span>
|
|
1954
2494
|
</span>
|
|
1955
2495
|
</button>
|
|
@@ -1965,7 +2505,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
1965
2505
|
>
|
|
1966
2506
|
<span class="pf-v6-c-menu__item-main">
|
|
1967
2507
|
<span class="pf-v6-c-menu__item-toggle-icon">
|
|
1968
|
-
<
|
|
2508
|
+
<svg
|
|
2509
|
+
class="pf-v6-svg"
|
|
2510
|
+
viewBox="0 0 20 20"
|
|
2511
|
+
fill="currentColor"
|
|
2512
|
+
aria-hidden="true"
|
|
2513
|
+
role="img"
|
|
2514
|
+
width="1em"
|
|
2515
|
+
height="1em"
|
|
2516
|
+
>
|
|
2517
|
+
<path
|
|
2518
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
2519
|
+
/>
|
|
2520
|
+
</svg>
|
|
1969
2521
|
</span>
|
|
1970
2522
|
<span class="pf-v6-c-menu__item-text">Edit</span>
|
|
1971
2523
|
</span>
|
|
@@ -1984,7 +2536,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
1984
2536
|
<span class="pf-v6-c-menu__item-main">
|
|
1985
2537
|
<span class="pf-v6-c-menu__item-text">Deployment</span>
|
|
1986
2538
|
<span class="pf-v6-c-menu__item-toggle-icon">
|
|
1987
|
-
<
|
|
2539
|
+
<svg
|
|
2540
|
+
class="pf-v6-svg"
|
|
2541
|
+
viewBox="0 0 20 20"
|
|
2542
|
+
fill="currentColor"
|
|
2543
|
+
aria-hidden="true"
|
|
2544
|
+
role="img"
|
|
2545
|
+
width="1em"
|
|
2546
|
+
height="1em"
|
|
2547
|
+
>
|
|
2548
|
+
<path
|
|
2549
|
+
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"
|
|
2550
|
+
/>
|
|
2551
|
+
</svg>
|
|
1988
2552
|
</span>
|
|
1989
2553
|
</span>
|
|
1990
2554
|
</button>
|
|
@@ -2003,7 +2567,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
2003
2567
|
>
|
|
2004
2568
|
<span class="pf-v6-c-menu__item-main">
|
|
2005
2569
|
<span class="pf-v6-c-menu__item-toggle-icon">
|
|
2006
|
-
<
|
|
2570
|
+
<svg
|
|
2571
|
+
class="pf-v6-svg"
|
|
2572
|
+
viewBox="0 0 20 20"
|
|
2573
|
+
fill="currentColor"
|
|
2574
|
+
aria-hidden="true"
|
|
2575
|
+
role="img"
|
|
2576
|
+
width="1em"
|
|
2577
|
+
height="1em"
|
|
2578
|
+
>
|
|
2579
|
+
<path
|
|
2580
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
2581
|
+
/>
|
|
2582
|
+
</svg>
|
|
2007
2583
|
</span>
|
|
2008
2584
|
<span class="pf-v6-c-menu__item-text">Deployment</span>
|
|
2009
2585
|
</span>
|
|
@@ -2054,7 +2630,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
2054
2630
|
class="pf-v6-c-menu__item-text"
|
|
2055
2631
|
>Advanced settings</span>
|
|
2056
2632
|
<span class="pf-v6-c-menu__item-toggle-icon">
|
|
2057
|
-
<
|
|
2633
|
+
<svg
|
|
2634
|
+
class="pf-v6-svg"
|
|
2635
|
+
viewBox="0 0 20 20"
|
|
2636
|
+
fill="currentColor"
|
|
2637
|
+
aria-hidden="true"
|
|
2638
|
+
role="img"
|
|
2639
|
+
width="1em"
|
|
2640
|
+
height="1em"
|
|
2641
|
+
>
|
|
2642
|
+
<path
|
|
2643
|
+
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"
|
|
2644
|
+
/>
|
|
2645
|
+
</svg>
|
|
2058
2646
|
</span>
|
|
2059
2647
|
</span>
|
|
2060
2648
|
</button>
|
|
@@ -2075,7 +2663,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
2075
2663
|
<span
|
|
2076
2664
|
class="pf-v6-c-menu__item-toggle-icon"
|
|
2077
2665
|
>
|
|
2078
|
-
<
|
|
2666
|
+
<svg
|
|
2667
|
+
class="pf-v6-svg"
|
|
2668
|
+
viewBox="0 0 20 20"
|
|
2669
|
+
fill="currentColor"
|
|
2670
|
+
aria-hidden="true"
|
|
2671
|
+
role="img"
|
|
2672
|
+
width="1em"
|
|
2673
|
+
height="1em"
|
|
2674
|
+
>
|
|
2675
|
+
<path
|
|
2676
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
2677
|
+
/>
|
|
2678
|
+
</svg>
|
|
2079
2679
|
</span>
|
|
2080
2680
|
<span
|
|
2081
2681
|
class="pf-v6-c-menu__item-text"
|
|
@@ -2140,7 +2740,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
2140
2740
|
<span class="pf-v6-c-menu__item-main">
|
|
2141
2741
|
<span class="pf-v6-c-menu__item-text">RBAC</span>
|
|
2142
2742
|
<span class="pf-v6-c-menu__item-toggle-icon">
|
|
2143
|
-
<
|
|
2743
|
+
<svg
|
|
2744
|
+
class="pf-v6-svg"
|
|
2745
|
+
viewBox="0 0 20 20"
|
|
2746
|
+
fill="currentColor"
|
|
2747
|
+
aria-hidden="true"
|
|
2748
|
+
role="img"
|
|
2749
|
+
width="1em"
|
|
2750
|
+
height="1em"
|
|
2751
|
+
>
|
|
2752
|
+
<path
|
|
2753
|
+
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"
|
|
2754
|
+
/>
|
|
2755
|
+
</svg>
|
|
2144
2756
|
</span>
|
|
2145
2757
|
</span>
|
|
2146
2758
|
</button>
|
|
@@ -2158,7 +2770,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
2158
2770
|
>
|
|
2159
2771
|
<span class="pf-v6-c-menu__item-main">
|
|
2160
2772
|
<span class="pf-v6-c-menu__item-toggle-icon">
|
|
2161
|
-
<
|
|
2773
|
+
<svg
|
|
2774
|
+
class="pf-v6-svg"
|
|
2775
|
+
viewBox="0 0 20 20"
|
|
2776
|
+
fill="currentColor"
|
|
2777
|
+
aria-hidden="true"
|
|
2778
|
+
role="img"
|
|
2779
|
+
width="1em"
|
|
2780
|
+
height="1em"
|
|
2781
|
+
>
|
|
2782
|
+
<path
|
|
2783
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
2784
|
+
/>
|
|
2785
|
+
</svg>
|
|
2162
2786
|
</span>
|
|
2163
2787
|
<span class="pf-v6-c-menu__item-text">RBAC</span>
|
|
2164
2788
|
</span>
|
|
@@ -2228,7 +2852,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
2228
2852
|
<span class="pf-v6-c-menu__item-main">
|
|
2229
2853
|
<span class="pf-v6-c-menu__item-text">Configuration</span>
|
|
2230
2854
|
<span class="pf-v6-c-menu__item-toggle-icon">
|
|
2231
|
-
<
|
|
2855
|
+
<svg
|
|
2856
|
+
class="pf-v6-svg"
|
|
2857
|
+
viewBox="0 0 20 20"
|
|
2858
|
+
fill="currentColor"
|
|
2859
|
+
aria-hidden="true"
|
|
2860
|
+
role="img"
|
|
2861
|
+
width="1em"
|
|
2862
|
+
height="1em"
|
|
2863
|
+
>
|
|
2864
|
+
<path
|
|
2865
|
+
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"
|
|
2866
|
+
/>
|
|
2867
|
+
</svg>
|
|
2232
2868
|
</span>
|
|
2233
2869
|
</span>
|
|
2234
2870
|
</button>
|
|
@@ -2243,7 +2879,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
2243
2879
|
>
|
|
2244
2880
|
<span class="pf-v6-c-menu__item-main">
|
|
2245
2881
|
<span class="pf-v6-c-menu__item-toggle-icon">
|
|
2246
|
-
<
|
|
2882
|
+
<svg
|
|
2883
|
+
class="pf-v6-svg"
|
|
2884
|
+
viewBox="0 0 20 20"
|
|
2885
|
+
fill="currentColor"
|
|
2886
|
+
aria-hidden="true"
|
|
2887
|
+
role="img"
|
|
2888
|
+
width="1em"
|
|
2889
|
+
height="1em"
|
|
2890
|
+
>
|
|
2891
|
+
<path
|
|
2892
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
2893
|
+
/>
|
|
2894
|
+
</svg>
|
|
2247
2895
|
</span>
|
|
2248
2896
|
<span class="pf-v6-c-menu__item-text">Configuration</span>
|
|
2249
2897
|
</span>
|
|
@@ -2259,7 +2907,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
2259
2907
|
<span class="pf-v6-c-menu__item-main">
|
|
2260
2908
|
<span class="pf-v6-c-menu__item-text">Profile</span>
|
|
2261
2909
|
<span class="pf-v6-c-menu__item-toggle-icon">
|
|
2262
|
-
<
|
|
2910
|
+
<svg
|
|
2911
|
+
class="pf-v6-svg"
|
|
2912
|
+
viewBox="0 0 20 20"
|
|
2913
|
+
fill="currentColor"
|
|
2914
|
+
aria-hidden="true"
|
|
2915
|
+
role="img"
|
|
2916
|
+
width="1em"
|
|
2917
|
+
height="1em"
|
|
2918
|
+
>
|
|
2919
|
+
<path
|
|
2920
|
+
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"
|
|
2921
|
+
/>
|
|
2922
|
+
</svg>
|
|
2263
2923
|
</span>
|
|
2264
2924
|
</span>
|
|
2265
2925
|
</button>
|
|
@@ -2277,7 +2937,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
2277
2937
|
>
|
|
2278
2938
|
<span class="pf-v6-c-menu__item-main">
|
|
2279
2939
|
<span class="pf-v6-c-menu__item-toggle-icon">
|
|
2280
|
-
<
|
|
2940
|
+
<svg
|
|
2941
|
+
class="pf-v6-svg"
|
|
2942
|
+
viewBox="0 0 20 20"
|
|
2943
|
+
fill="currentColor"
|
|
2944
|
+
aria-hidden="true"
|
|
2945
|
+
role="img"
|
|
2946
|
+
width="1em"
|
|
2947
|
+
height="1em"
|
|
2948
|
+
>
|
|
2949
|
+
<path
|
|
2950
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
2951
|
+
/>
|
|
2952
|
+
</svg>
|
|
2281
2953
|
</span>
|
|
2282
2954
|
<span class="pf-v6-c-menu__item-text">Profile</span>
|
|
2283
2955
|
</span>
|
|
@@ -2365,7 +3037,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
2365
3037
|
<span class="pf-v6-c-menu__item-main">
|
|
2366
3038
|
<span class="pf-v6-c-menu__item-text">Edit access settings</span>
|
|
2367
3039
|
<span class="pf-v6-c-menu__item-toggle-icon">
|
|
2368
|
-
<
|
|
3040
|
+
<svg
|
|
3041
|
+
class="pf-v6-svg"
|
|
3042
|
+
viewBox="0 0 20 20"
|
|
3043
|
+
fill="currentColor"
|
|
3044
|
+
aria-hidden="true"
|
|
3045
|
+
role="img"
|
|
3046
|
+
width="1em"
|
|
3047
|
+
height="1em"
|
|
3048
|
+
>
|
|
3049
|
+
<path
|
|
3050
|
+
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"
|
|
3051
|
+
/>
|
|
3052
|
+
</svg>
|
|
2369
3053
|
</span>
|
|
2370
3054
|
</span>
|
|
2371
3055
|
</button>
|
|
@@ -2383,7 +3067,19 @@ cssPrefix: pf-v6-c-nav
|
|
|
2383
3067
|
>
|
|
2384
3068
|
<span class="pf-v6-c-menu__item-main">
|
|
2385
3069
|
<span class="pf-v6-c-menu__item-toggle-icon">
|
|
2386
|
-
<
|
|
3070
|
+
<svg
|
|
3071
|
+
class="pf-v6-svg"
|
|
3072
|
+
viewBox="0 0 20 20"
|
|
3073
|
+
fill="currentColor"
|
|
3074
|
+
aria-hidden="true"
|
|
3075
|
+
role="img"
|
|
3076
|
+
width="1em"
|
|
3077
|
+
height="1em"
|
|
3078
|
+
>
|
|
3079
|
+
<path
|
|
3080
|
+
d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
|
|
3081
|
+
/>
|
|
3082
|
+
</svg>
|
|
2387
3083
|
</span>
|
|
2388
3084
|
<span
|
|
2389
3085
|
class="pf-v6-c-menu__item-text"
|
|
@@ -2474,6 +3170,49 @@ cssPrefix: pf-v6-c-nav
|
|
|
2474
3170
|
|
|
2475
3171
|
```
|
|
2476
3172
|
|
|
3173
|
+
### Docked nav
|
|
3174
|
+
|
|
3175
|
+
```html isBeta
|
|
3176
|
+
<nav class="pf-v6-c-nav pf-m-docked" aria-label="Global">
|
|
3177
|
+
<ul class="pf-v6-c-nav__list" role="list">
|
|
3178
|
+
<li class="pf-v6-c-nav__item">
|
|
3179
|
+
<a href="#" class="pf-v6-c-nav__link" aria-label="Cube">
|
|
3180
|
+
<span class="pf-v6-c-nav__link-icon">
|
|
3181
|
+
<i class="fas fa-fw fa-cube" aria-hidden="true"></i>
|
|
3182
|
+
</span>
|
|
3183
|
+
</a>
|
|
3184
|
+
</li>
|
|
3185
|
+
<li class="pf-v6-c-nav__item">
|
|
3186
|
+
<a
|
|
3187
|
+
href="#"
|
|
3188
|
+
class="pf-v6-c-nav__link pf-m-current"
|
|
3189
|
+
aria-current="page"
|
|
3190
|
+
aria-label="Folder"
|
|
3191
|
+
>
|
|
3192
|
+
<span class="pf-v6-c-nav__link-icon">
|
|
3193
|
+
<i class="fas fa-fw fa-folder" aria-hidden="true"></i>
|
|
3194
|
+
</span>
|
|
3195
|
+
</a>
|
|
3196
|
+
</li>
|
|
3197
|
+
<li class="pf-v6-c-nav__item">
|
|
3198
|
+
<a href="#" class="pf-v6-c-nav__link" aria-label="Cloud">
|
|
3199
|
+
<span class="pf-v6-c-nav__link-icon">
|
|
3200
|
+
<i class="fas fa-fw fa-cloud" aria-hidden="true"></i>
|
|
3201
|
+
</span>
|
|
3202
|
+
</a>
|
|
3203
|
+
</li>
|
|
3204
|
+
<li class="pf-v6-c-nav__item">
|
|
3205
|
+
<a href="#" class="pf-v6-c-nav__link" aria-label="Code">
|
|
3206
|
+
<span class="pf-v6-c-nav__link-icon">
|
|
3207
|
+
<i class="fas fa-fw fa-code" aria-hidden="true"></i>
|
|
3208
|
+
</span>
|
|
3209
|
+
</a>
|
|
3210
|
+
</li>
|
|
3211
|
+
</ul>
|
|
3212
|
+
</nav>
|
|
3213
|
+
|
|
3214
|
+
```
|
|
3215
|
+
|
|
2477
3216
|
## Documentation
|
|
2478
3217
|
|
|
2479
3218
|
### Overview
|
|
@@ -2514,6 +3253,7 @@ The navigation system relies on several different sub-components:
|
|
|
2514
3253
|
| `.pf-v6-c-nav__scroll-button` | `<button>` | Initiates a nav scroll button. **Required for horizontal navs** |
|
|
2515
3254
|
| `.pf-m-horizontal` | `.pf-v6-c-nav` | Modifies nav for the horizontal variation. |
|
|
2516
3255
|
| `.pf-m-horizontal-subnav` | `.pf-v6-c-nav` | Modifies nav for the horizontal subnav variation. |
|
|
3256
|
+
| `.pf-m-docked` | `.pf-v6-c-nav` | Modifies nav for the docked variation. |
|
|
2517
3257
|
| `.pf-m-flyout` | `.pf-v6-c-nav__item` | Modifies nav item for the flyout variation. |
|
|
2518
3258
|
| `.pf-m-scrollable` | `.pf-v6-c-nav` | Modifies nav for the scrollable state. |
|
|
2519
3259
|
| `.pf-m-expanded` | `.pf-v6-c-nav__item` | Modifies for the expanded state. |
|