@patternfly/patternfly 6.0.0-alpha.99 → 6.0.0-prerelease.2
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 -2
- package/assets/fontawesome/_animated.scss +1 -0
- package/assets/fontawesome/_bordered-pulled.scss +1 -0
- package/assets/fontawesome/_core.scss +2 -0
- package/assets/fontawesome/_fixed-width.scss +2 -0
- package/assets/fontawesome/_icons.scss +1 -0
- package/assets/fontawesome/_index.scss +12 -0
- package/assets/fontawesome/_larger.scss +4 -2
- package/assets/fontawesome/_list.scss +4 -2
- package/assets/fontawesome/_rotated-flipped.scss +2 -0
- package/assets/fontawesome/_screen-reader.scss +1 -0
- package/assets/fontawesome/_stacked.scss +3 -1
- package/assets/fontawesome/_variables.scss +3 -2
- package/assets/fontawesome/fontawesome.scss +12 -12
- package/assets/icons/iconUnicodes.json +6 -0
- package/assets/images/img_avatar-dark.svg +22 -16
- package/assets/images/img_avatar-light.svg +25 -18
- package/assets/images/pf-background.svg +21 -21
- package/assets/images/pf_logo.svg +11 -11
- package/assets/images/pf_logo_white.svg +16 -17
- package/assets/pficon/pf-v6-pficon.woff2 +0 -0
- package/assets/pficon/pficon.scss +310 -271
- package/base/_index.scss +10 -0
- package/base/{_globals.scss → normalize.scss} +15 -48
- package/base/patternfly-common.css +14 -0
- package/base/patternfly-common.scss +68 -2
- package/base/patternfly-fa-icons.css +1 -1
- package/base/patternfly-fa-icons.scss +35 -2
- package/base/patternfly-fonts.css +10 -80
- package/base/patternfly-fonts.scss +49 -2
- package/base/patternfly-pf-icons.css +158 -134
- package/base/patternfly-pf-icons.scss +1 -2
- package/base/patternfly-svg-icons.css +5 -0
- package/base/{_svg-icons.scss → patternfly-svg-icons.scss} +2 -0
- package/base/patternfly-variables.css +1082 -1206
- package/base/patternfly-variables.scss +20 -2
- package/base/reset.scss +33 -0
- package/base/tokens/_index.scss +6 -0
- package/base/tokens/tokens-charts-dark.scss +173 -0
- package/base/tokens/{_tokens-charts.scss → tokens-charts.scss} +162 -148
- package/base/tokens/{_tokens-dark.scss → tokens-dark.scss} +307 -294
- package/base/tokens/{_tokens-default.scss → tokens-default.scss} +574 -447
- package/base/tokens/{_tokens-font.scss → tokens-local.scss} +13 -34
- package/base/tokens/{_tokens-palette.scss → tokens-palette.scss} +69 -70
- package/components/AboutModalBox/about-modal-box.css +86 -81
- package/components/AboutModalBox/about-modal-box.scss +80 -82
- package/components/Accordion/accordion.css +44 -43
- package/components/Accordion/accordion.scss +52 -52
- package/components/ActionList/action-list.css +6 -5
- package/components/ActionList/action-list.scss +7 -5
- package/components/Alert/alert-group.css +72 -19
- package/components/Alert/alert-group.scss +105 -18
- package/components/Alert/alert.css +52 -59
- package/components/Alert/alert.scss +56 -65
- package/components/Avatar/avatar.css +42 -41
- package/components/Avatar/avatar.scss +8 -7
- package/components/BackToTop/back-to-top.css +19 -17
- package/components/BackToTop/back-to-top.scss +17 -17
- package/components/Backdrop/backdrop.css +1 -1
- package/components/Backdrop/backdrop.scss +3 -4
- package/components/BackgroundImage/background-image.scss +3 -4
- package/components/Badge/badge.css +29 -7
- package/components/Badge/badge.scss +33 -9
- package/components/Banner/banner.css +30 -37
- package/components/Banner/banner.scss +30 -43
- package/components/Brand/brand.css +14 -10
- package/components/Brand/brand.scss +8 -5
- package/components/Breadcrumb/breadcrumb.css +23 -24
- package/components/Breadcrumb/breadcrumb.scss +25 -28
- package/components/Button/button.css +150 -128
- package/components/Button/button.scss +155 -130
- package/components/CalendarMonth/calendar-month.css +46 -46
- package/components/CalendarMonth/calendar-month.scss +49 -50
- package/components/Card/card.css +110 -93
- package/components/Card/card.scss +118 -92
- package/components/Check/check.css +5 -5
- package/components/Check/check.scss +7 -8
- package/components/ClipboardCopy/clipboard-copy.css +33 -41
- package/components/ClipboardCopy/clipboard-copy.scss +35 -44
- package/components/CodeBlock/code-block.css +21 -20
- package/components/CodeBlock/code-block.scss +21 -21
- package/components/CodeEditor/code-editor.css +35 -34
- package/components/CodeEditor/code-editor.scss +35 -35
- package/components/Content/content.css +167 -153
- package/components/Content/content.scss +204 -145
- package/components/DataList/data-list-grid.css +117 -117
- package/components/DataList/data-list-grid.scss +22 -20
- package/components/DataList/data-list.css +308 -312
- package/components/DataList/data-list.scss +145 -152
- package/components/DatePicker/date-picker.css +17 -17
- package/components/DatePicker/date-picker.scss +17 -18
- package/components/DescriptionList/description-list-order.css +5 -5
- package/components/DescriptionList/description-list-order.scss +3 -1
- package/components/DescriptionList/description-list.css +46 -44
- package/components/DescriptionList/description-list.scss +26 -31
- package/components/Divider/divider.css +104 -107
- package/components/Divider/divider.scss +19 -19
- package/components/DragDrop/drag-drop.css +4 -2
- package/components/DragDrop/drag-drop.scss +3 -3
- package/components/Drawer/drawer.css +115 -114
- package/components/Drawer/drawer.scss +136 -134
- package/components/DualListSelector/dual-list-selector.css +64 -61
- package/components/DualListSelector/dual-list-selector.scss +54 -51
- package/components/EmptyState/empty-state.css +38 -37
- package/components/EmptyState/empty-state.scss +39 -39
- package/components/ExpandableSection/expandable-section.css +27 -86
- package/components/ExpandableSection/expandable-section.scss +32 -101
- package/components/FileUpload/file-upload.css +2 -2
- package/components/FileUpload/file-upload.scss +2 -3
- package/components/Form/form.css +173 -115
- package/components/Form/form.scss +117 -103
- package/components/FormControl/form-control.css +57 -57
- package/components/FormControl/form-control.scss +69 -67
- package/components/HelperText/helper-text.css +5 -4
- package/components/HelperText/helper-text.scss +8 -6
- package/components/Hint/hint.css +25 -25
- package/components/Hint/hint.scss +25 -27
- package/components/Icon/icon.css +10 -10
- package/components/Icon/icon.scss +11 -12
- package/components/InlineEdit/inline-edit.css +12 -12
- package/components/InlineEdit/inline-edit.scss +12 -13
- package/components/InputGroup/input-group.css +16 -16
- package/components/InputGroup/input-group.scss +18 -19
- package/components/JumpLinks/jump-links.css +80 -96
- package/components/JumpLinks/jump-links.scss +80 -100
- package/components/Label/label-group.css +28 -28
- package/components/Label/label-group.scss +29 -30
- package/components/Label/label.css +102 -87
- package/components/Label/label.scss +113 -94
- package/components/List/list.css +44 -47
- package/components/List/list.scss +51 -58
- package/components/Login/login.css +122 -118
- package/components/Login/login.scss +105 -112
- package/components/Masthead/masthead.css +273 -175
- package/components/Masthead/masthead.scss +102 -68
- package/components/Menu/menu.css +151 -95
- package/components/Menu/menu.scss +59 -40
- package/components/MenuToggle/menu-toggle.css +129 -108
- package/components/MenuToggle/menu-toggle.scss +150 -128
- package/components/ModalBox/modal-box.css +53 -45
- package/components/ModalBox/modal-box.scss +52 -46
- package/components/MultipleFileUpload/multiple-file-upload.css +37 -37
- package/components/MultipleFileUpload/multiple-file-upload.scss +38 -39
- package/components/Nav/nav.css +33 -9
- package/components/Nav/nav.scss +46 -13
- package/components/NotificationDrawer/notification-drawer.css +50 -51
- package/components/NotificationDrawer/notification-drawer.scss +58 -57
- package/components/NumberInput/number-input.css +7 -11
- package/components/NumberInput/number-input.scss +5 -7
- package/components/OverflowMenu/overflow-menu.css +2 -1
- package/components/OverflowMenu/overflow-menu.scss +3 -1
- package/components/Page/page.css +175 -519
- package/components/Page/page.scss +155 -386
- package/components/Pagination/pagination.css +82 -79
- package/components/Pagination/pagination.scss +43 -40
- package/components/Panel/panel.css +33 -30
- package/components/Panel/panel.scss +35 -33
- package/components/Popover/popover.css +54 -52
- package/components/Popover/popover.scss +55 -54
- package/components/Progress/progress.css +8 -4
- package/components/Progress/progress.scss +14 -11
- package/components/ProgressStepper/progress-stepper.css +246 -245
- package/components/ProgressStepper/progress-stepper.scss +118 -118
- package/components/Radio/radio.css +7 -7
- package/components/Radio/radio.scss +9 -10
- package/components/Sidebar/sidebar.css +139 -139
- package/components/Sidebar/sidebar.scss +61 -61
- package/components/SimpleList/simple-list.css +21 -20
- package/components/SimpleList/simple-list.scss +22 -23
- package/components/Skeleton/skeleton.css +4 -4
- package/components/Skeleton/skeleton.scss +7 -8
- package/components/SkipToContent/skip-to-content.css +7 -6
- package/components/SkipToContent/skip-to-content.scss +7 -7
- package/components/Slider/slider.css +31 -31
- package/components/Slider/slider.scss +54 -55
- package/components/Spinner/spinner.scss +4 -5
- package/components/Switch/switch.css +4 -10
- package/components/Switch/switch.scss +8 -17
- package/components/TabContent/tab-content.css +25 -25
- package/components/TabContent/tab-content.scss +28 -28
- package/components/Table/table-grid.css +434 -508
- package/components/Table/table-grid.scss +131 -150
- package/components/Table/table-scrollable.css +31 -34
- package/components/Table/table-scrollable.scss +44 -41
- package/components/Table/table-tree-view.css +287 -279
- package/components/Table/table-tree-view.scss +84 -84
- package/components/Table/table.css +316 -279
- package/components/Table/table.scss +346 -301
- package/components/Tabs/tabs.css +215 -240
- package/components/Tabs/tabs.scss +130 -162
- package/components/TextInputGroup/text-input-group.css +122 -64
- package/components/TextInputGroup/text-input-group.scss +144 -87
- package/components/Tile/tile.css +15 -15
- package/components/Tile/tile.scss +16 -17
- package/components/Timestamp/timestamp.css +13 -19
- package/components/Timestamp/timestamp.scss +16 -22
- package/components/Title/title.css +14 -13
- package/components/Title/title.scss +15 -15
- package/components/ToggleGroup/toggle-group.css +37 -37
- package/components/ToggleGroup/toggle-group.scss +38 -41
- package/components/Toolbar/toolbar.css +547 -1431
- package/components/Toolbar/toolbar.scss +159 -123
- package/components/Tooltip/tooltip.css +28 -27
- package/components/Tooltip/tooltip.scss +31 -30
- package/components/TreeView/tree-view.css +184 -184
- package/components/TreeView/tree-view.scss +133 -133
- package/components/Truncate/truncate.css +2 -2
- package/components/Truncate/truncate.scss +7 -8
- package/components/Wizard/wizard.css +190 -154
- package/components/Wizard/wizard.scss +211 -165
- package/components/_index.css +22378 -0
- package/components/_index.scss +82 -0
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +3 -1
- package/docs/components/Accordion/examples/Accordion.md +1 -1
- package/docs/components/ActionList/examples/ActionList.md +64 -24
- package/docs/components/Alert/examples/Alert.md +116 -74
- package/docs/components/BackToTop/examples/BackToTop.md +1 -1
- package/docs/components/Badge/examples/Badge.md +6 -16
- package/docs/components/Banner/examples/Banner.md +16 -10
- package/docs/components/Brand/examples/Brand.md +2 -2
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +19 -59
- package/docs/components/Button/examples/Button.md +537 -368
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +24 -8
- package/docs/components/Card/examples/Card.md +372 -658
- package/docs/components/Check/examples/Check.md +10 -15
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +92 -47
- package/docs/components/CodeBlock/examples/CodeBlock.md +51 -28
- package/docs/components/CodeEditor/examples/CodeEditor.md +41 -22
- package/docs/components/Content/examples/Content.md +600 -60
- package/docs/components/DataList/examples/DataList.md +291 -1028
- package/docs/components/DatePicker/examples/DatePicker.md +18 -6
- package/docs/components/DescriptionList/examples/DescriptionList.md +80 -55
- package/docs/components/Drawer/examples/Drawer.md +60 -21
- package/docs/components/DualListSelector/examples/DualListSelector.md +364 -996
- package/docs/components/EmptyState/examples/EmptyState.md +123 -53
- package/docs/components/ExpandableSection/examples/ExpandableSection.md +96 -91
- package/docs/components/FileUpload/examples/FileUpload.md +42 -14
- package/docs/components/Form/examples/Form.md +100 -26
- package/docs/components/Hint/examples/Hint.md +54 -164
- package/docs/components/InlineEdit/examples/InlineEdit.md +132 -45
- package/docs/components/InputGroup/examples/InputGroup.md +38 -62
- package/docs/components/JumpLinks/examples/JumpLinks.md +189 -72
- package/docs/components/Label/examples/Label.md +2577 -406
- package/docs/components/Login/examples/Login.md +372 -334
- package/docs/components/Masthead/examples/masthead.md +515 -484
- package/docs/components/Menu/examples/Menu.md +77 -138
- package/docs/components/MenuToggle/examples/MenuToggle.md +289 -39
- package/docs/components/ModalBox/examples/ModalBox.md +158 -100
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +137 -97
- package/docs/components/Nav/examples/Navigation.css +2 -7
- package/docs/components/Nav/examples/Navigation.md +337 -270
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +515 -2076
- package/docs/components/NumberInput/examples/NumberInput.md +96 -48
- package/docs/components/OverflowMenu/examples/overflow-menu.css +4 -28
- package/docs/components/OverflowMenu/examples/overflow-menu.md +104 -159
- package/docs/components/Page/examples/Page.css +5 -9
- package/docs/components/Page/examples/Page.md +254 -181
- package/docs/components/Pagination/examples/Pagination.md +336 -756
- package/docs/components/Panel/examples/Panel.md +3 -2
- package/docs/components/Popover/examples/Popover.md +60 -15
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +15 -15
- package/docs/components/Sidebar/examples/Sidebar.css +4 -2
- package/docs/components/Sidebar/examples/Sidebar.md +3 -3
- package/docs/components/Skeleton/examples/Skeleton.css +1 -1
- package/docs/components/SkipToContent/examples/SkipToContent.md +3 -1
- package/docs/components/Slider/examples/Slider.md +53 -45
- package/docs/components/Spinner/examples/Spinner.md +1 -1
- package/docs/components/Switch/examples/Switch.md +33 -148
- package/docs/components/Table/examples/Table.css +11 -6
- package/docs/components/Table/examples/Table.md +5302 -2464
- package/docs/components/Tabs/examples/Tabs.md +1267 -607
- package/docs/components/TextInputGroup/examples/TextInputGroup.css +8 -3
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +469 -278
- package/docs/components/Tile/examples/Tile.css +5 -5
- package/docs/components/Timestamp/examples/Timestamp.md +7 -1
- package/docs/components/ToggleGroup/examples/toggle-group.md +1 -3
- package/docs/components/Toolbar/examples/Toolbar.css +50 -39
- package/docs/components/Toolbar/examples/Toolbar.md +1562 -1200
- package/docs/components/Tooltip/examples/Tooltip.css +1 -1
- package/docs/components/TreeView/examples/TreeView.md +627 -49
- package/docs/components/Truncate/examples/Truncate.css +1 -2
- package/docs/components/Wizard/examples/Wizard.md +1595 -126
- package/docs/demos/AboutModal/examples/AboutModal.md +191 -198
- package/docs/demos/Alert/examples/Alert.md +924 -909
- package/docs/demos/BackToTop/examples/BackToTop.md +318 -327
- package/docs/demos/Banner/examples/Banner.md +641 -659
- package/docs/demos/Button/examples/Button.md +8 -8
- package/docs/demos/Card/examples/Card.css +6 -6
- package/docs/demos/Card/examples/Card.md +419 -606
- package/docs/demos/CardView/examples/CardView.md +822 -1435
- package/docs/demos/Dashboard/examples/Dashboard.md +1308 -1442
- package/docs/demos/DataList/examples/DataList.md +3210 -3424
- package/docs/demos/DescriptionList/examples/DescriptionList.md +899 -937
- package/docs/demos/Drawer/examples/Drawer.md +1165 -1176
- package/docs/demos/Form/examples/BasicForms.md +153 -88
- package/docs/demos/JumpLinks/examples/JumpLinks.md +1710 -1602
- package/docs/demos/Masthead/examples/Masthead.md +1719 -1583
- package/docs/demos/Modal/examples/Modal.md +1231 -1235
- package/docs/demos/Nav/examples/Nav.md +1216 -1230
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +1910 -4577
- package/docs/demos/Page/examples/Page.css +11 -0
- package/docs/demos/Page/examples/Page.md +3753 -2540
- package/docs/demos/Panel/Panel.md +88 -0
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +9 -3
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +16 -48
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +5150 -6255
- package/docs/demos/Skeleton/examples/Skeleton.md +297 -304
- package/docs/demos/Table/examples/Table.md +14272 -15154
- package/docs/demos/Tabs/examples/Tabs.md +2821 -2891
- package/docs/demos/Toolbar/examples/Toolbar.css +10 -18
- package/docs/demos/Toolbar/examples/Toolbar.md +2487 -2663
- package/docs/demos/Wizard/examples/Wizard.md +3021 -2784
- package/docs/layouts/Bullseye/examples/Bullseye.css +4 -4
- package/docs/layouts/Flex/examples/Flex.css +4 -4
- package/docs/layouts/Flex/examples/Flex.md +50 -50
- package/docs/layouts/Gallery/examples/Gallery.css +4 -4
- package/docs/layouts/Gallery/examples/Gallery.md +6 -6
- package/docs/layouts/Grid/examples/Grid.css +3 -3
- package/docs/layouts/Grid/examples/Grid.md +33 -33
- package/docs/layouts/Level/examples/Level.css +5 -5
- package/docs/layouts/Split/examples/Split.css +4 -4
- package/docs/layouts/Stack/examples/Stack.css +5 -5
- package/docs/utilities/Accessibility/examples/Accessibility.md +2 -2
- package/docs/utilities/Alignment/examples/Alignment.css +6 -6
- package/docs/utilities/Alignment/examples/Alignment.md +5 -5
- package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +7 -67
- package/docs/utilities/BoxShadow/examples/box-shadow.css +11 -11
- package/docs/utilities/BoxShadow/examples/box-shadow.md +15 -38
- package/docs/utilities/Display/examples/Display.css +3 -10
- package/docs/utilities/Display/examples/Display.md +21 -12
- package/docs/utilities/Flex/examples/Flex.css +7 -7
- package/docs/utilities/Flex/examples/Flex.md +82 -40
- package/docs/utilities/Float/examples/Float.css +5 -5
- package/docs/utilities/Float/examples/Float.md +6 -6
- package/docs/utilities/Sizing/examples/Sizing.css +6 -6
- package/docs/utilities/Sizing/examples/Sizing.md +60 -60
- package/docs/utilities/Spacing/examples/Spacing.css +3 -3
- package/docs/utilities/Spacing/examples/Spacing.md +37 -37
- package/docs/utilities/Text/examples/Text.md +78 -77
- package/icons/pficons.mjs +6 -0
- package/layouts/Bullseye/bullseye.css +4 -0
- package/layouts/Bullseye/bullseye.scss +5 -1
- package/layouts/Flex/flex.css +241 -237
- package/layouts/Flex/flex.scss +48 -44
- package/layouts/Gallery/gallery.css +15 -11
- package/layouts/Gallery/gallery.scss +9 -5
- package/layouts/Grid/grid.css +20 -16
- package/layouts/Grid/grid.scss +12 -8
- package/layouts/Level/level.css +5 -1
- package/layouts/Level/level.scss +6 -2
- package/layouts/Split/split.css +5 -1
- package/layouts/Split/split.scss +6 -2
- package/layouts/Stack/stack.css +5 -1
- package/layouts/Stack/stack.scss +6 -2
- package/layouts/_index.css +3461 -0
- package/layouts/_index.scss +8 -0
- package/package.json +39 -39
- package/patternfly-addons.css +2071 -2648
- package/patternfly-addons.scss +2 -12
- package/patternfly-base-no-globals.css +1429 -1645
- package/patternfly-base-no-globals.scss +5 -3
- package/patternfly-base.css +1511 -1723
- package/patternfly-base.scss +2 -6
- package/patternfly-charts.css +579 -240
- package/patternfly-charts.scss +352 -337
- package/patternfly-no-globals.css +19895 -23410
- package/patternfly-no-globals.scss +5 -4
- package/patternfly.css +19999 -23510
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/patternfly.scss +3 -4
- package/sass-utilities/_index.scss +6 -0
- package/sass-utilities/functions.scss +25 -25
- package/sass-utilities/{_init.scss → init.scss} +6 -6
- package/sass-utilities/mixins.scss +108 -72
- package/sass-utilities/{component-namespaces.scss → namespaces-components.scss} +3 -27
- package/sass-utilities/{layout-namespaces.scss → namespaces-layouts.scss} +3 -1
- package/sass-utilities/scss-variables.scss +49 -261
- package/utilities/Accessibility/accessibility.css +15 -15
- package/utilities/Accessibility/accessibility.scss +8 -6
- package/utilities/Alignment/alignment.css +29 -29
- package/utilities/Alignment/alignment.scss +6 -4
- package/utilities/BackgroundColor/background-color.css +67 -0
- package/utilities/BackgroundColor/background-color.scss +16 -0
- package/utilities/BoxShadow/box-shadow.css +15 -39
- package/utilities/BoxShadow/box-shadow.scss +19 -28
- package/utilities/Display/display.css +43 -5
- package/utilities/Display/display.scss +7 -4
- package/utilities/Flex/flex.css +50 -50
- package/utilities/Flex/flex.scss +21 -20
- package/utilities/Float/float.css +29 -29
- package/utilities/Float/float.scss +6 -6
- package/utilities/Sizing/sizing.css +58 -58
- package/utilities/Sizing/sizing.scss +23 -21
- package/utilities/Spacing/spacing.css +1372 -1372
- package/utilities/Spacing/spacing.scss +6 -6
- package/utilities/Text/text.css +419 -662
- package/utilities/Text/text.scss +81 -107
- package/utilities/_index.css +7815 -0
- package/utilities/_index.scss +10 -0
- package/assets/images/pf-logo-small.svg +0 -23
- package/assets/images/pf_logo_white.hbs +0 -35
- package/assets/images/pfbg-icon.svg +0 -1
- package/assets/pficon/pf-v5-pficon.woff2 +0 -0
- package/base/_base.scss +0 -2
- package/base/_chart-globals.scss +0 -415
- package/base/_common.scss +0 -50
- package/base/_fa-icons.scss +0 -33
- package/base/_fonts.scss +0 -136
- package/base/_icons.scss +0 -3
- package/base/_pficons.scss +0 -2
- package/base/_themes.scss +0 -43
- package/base/_variables.scss +0 -299
- package/base/patternfly-globals.css +0 -120
- package/base/patternfly-globals.scss +0 -2
- package/base/patternfly-icons.css +0 -4728
- package/base/patternfly-icons.scss +0 -2
- package/base/patternfly-themes.css +0 -82
- package/base/patternfly-themes.scss +0 -2
- package/base/themes/dark/_chart-globals.scss +0 -42
- package/base/themes/dark/_globals.scss +0 -5
- package/base/tokens/_workspace-overrides.scss +0 -7
- package/components/AppLauncher/app-launcher.css +0 -244
- package/components/AppLauncher/app-launcher.scss +0 -308
- package/components/AppLauncher/themes/dark/app-launcher.scss +0 -13
- package/components/Chip/chip-group.css +0 -93
- package/components/Chip/chip-group.scss +0 -98
- package/components/Chip/chip.css +0 -122
- package/components/Chip/chip.scss +0 -140
- package/components/Chip/themes/dark/chip.scss +0 -9
- package/components/ContextSelector/context-selector.css +0 -336
- package/components/ContextSelector/context-selector.scss +0 -384
- package/components/ContextSelector/themes/dark/context-selector.scss +0 -24
- package/components/Dropdown/dropdown.css +0 -686
- package/components/Dropdown/dropdown.scss +0 -820
- package/components/Dropdown/themes/dark/dropdown.scss +0 -32
- package/components/LogViewer/log-viewer.css +0 -197
- package/components/LogViewer/log-viewer.scss +0 -226
- package/components/LogViewer/themes/dark/log-viewer.scss +0 -7
- package/components/NotificationBadge/notification-badge.css +0 -87
- package/components/NotificationBadge/notification-badge.scss +0 -108
- package/components/OptionsMenu/options-menu.css +0 -279
- package/components/OptionsMenu/options-menu.scss +0 -332
- package/components/OptionsMenu/themes/dark/options-menu.scss +0 -21
- package/components/Select/select.css +0 -599
- package/components/Select/select.scss +0 -713
- package/components/Select/themes/dark/select.scss +0 -23
- package/components/_all.scss +0 -91
- package/docs/components/AppLauncher/deprecated/application-launcher.css +0 -25
- package/docs/components/AppLauncher/deprecated/application-launcher.md +0 -792
- package/docs/components/Breadcrumb/examples/Breadcrumb.css +0 -3
- package/docs/components/Chip/examples/Chip.md +0 -846
- package/docs/components/ContextSelector/deprecated/context-selector.css +0 -7
- package/docs/components/ContextSelector/deprecated/context-selector.md +0 -909
- package/docs/components/Dropdown/deprecated/Dropdown.css +0 -64
- package/docs/components/Dropdown/deprecated/Dropdown.md +0 -2920
- package/docs/components/LogViewer/examples/LogViewer.css +0 -17
- package/docs/components/LogViewer/examples/LogViewer.md +0 -5936
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +0 -222
- package/docs/components/OptionsMenu/deprecated/options-menu.css +0 -25
- package/docs/components/OptionsMenu/deprecated/options-menu.md +0 -1014
- package/docs/components/Page/deprecated/PageHeader.css +0 -17
- package/docs/components/Page/deprecated/PageHeader.md +0 -261
- package/docs/components/Pagination/examples/Pagination.css +0 -3
- package/docs/components/Select/deprecated/Select.css +0 -56
- package/docs/components/Select/deprecated/Select.md +0 -3525
- package/docs/components/Tabs/examples/Tabs.css +0 -10
- package/docs/components/ToggleGroup/examples/toggle-group.css +0 -4
- package/docs/demos/ContextSelector/examples/ContextSelector.md +0 -1712
- package/docs/demos/Page/examples/Penta.md +0 -821
- package/docs/utilities/Text/examples/Text.css +0 -0
- package/layouts/_all.scss +0 -7
- package/patternfly-base-no-globals-theme-dark-unversioned.css +0 -6276
- package/patternfly-base-no-globals-theme-dark-unversioned.scss +0 -11
- package/patternfly-base-theme-dark-unversioned.css +0 -6393
- package/patternfly-base-theme-dark-unversioned.scss +0 -5
- package/patternfly-charts-theme-dark-unversioned.css +0 -70
- package/patternfly-charts-theme-dark-unversioned.scss +0 -8
- package/patternfly-charts-theme-dark.css +0 -70
- package/patternfly-charts-theme-dark.scss +0 -8
- package/patternfly-theme-dark-unversioned.css +0 -35533
- package/patternfly-theme-dark-unversioned.scss +0 -6
- package/patternfly-theme-dark.css +0 -0
- package/patternfly-theme-dark.scss +0 -1
- package/sass-utilities/_all.scss +0 -9
- package/sass-utilities/colors.scss +0 -82
- package/sass-utilities/div.import.scss +0 -3
- package/sass-utilities/div.scss +0 -4
- package/sass-utilities/placeholders.scss +0 -72
- package/sass-utilities/themes/dark/_all.scss +0 -4
- package/sass-utilities/themes/dark/colors.scss +0 -16
- package/sass-utilities/themes/dark/mixins.scss +0 -7
- package/sass-utilities/themes/dark/placeholders.scss +0 -5
- package/sass-utilities/themes/dark/scss-variables.scss +0 -92
- package/themes/dark/_patternfly-charts-theme-dark.scss +0 -98
- package/utilities/BackgroundColor/BackgroundColor.css +0 -414
- package/utilities/BackgroundColor/BackgroundColor.scss +0 -64
- package/utilities/BackgroundColor/themes/dark/BackgroundColor.css +0 -0
- package/utilities/BackgroundColor/themes/dark/BackgroundColor.scss +0 -25
- package/utilities/Text/themes/dark/text.css +0 -0
- package/utilities/Text/themes/dark/text.scss +0 -33
|
@@ -12,91 +12,99 @@ wrapperTag: div
|
|
|
12
12
|
<a
|
|
13
13
|
class="pf-v6-c-button pf-m-primary"
|
|
14
14
|
href="#main-content-drawer-collapsed-example"
|
|
15
|
-
>
|
|
15
|
+
>
|
|
16
|
+
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
17
|
+
</a>
|
|
16
18
|
</div>
|
|
17
19
|
<header class="pf-v6-c-masthead" id="drawer-collapsed-example-masthead">
|
|
18
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
19
|
-
<button
|
|
20
|
-
class="pf-v6-c-button pf-m-plain"
|
|
21
|
-
type="button"
|
|
22
|
-
aria-label="Global navigation"
|
|
23
|
-
>
|
|
24
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
25
|
-
</button>
|
|
26
|
-
</span>
|
|
27
20
|
<div class="pf-v6-c-masthead__main">
|
|
28
|
-
<
|
|
29
|
-
<
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
21
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
22
|
+
<button
|
|
23
|
+
class="pf-v6-c-button pf-m-plain"
|
|
24
|
+
type="button"
|
|
25
|
+
aria-label="Global navigation"
|
|
26
|
+
>
|
|
27
|
+
<span class="pf-v6-c-button__icon">
|
|
28
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
29
|
+
</span>
|
|
30
|
+
</button>
|
|
31
|
+
</span>
|
|
32
|
+
<div class="pf-v6-c-masthead__brand">
|
|
33
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
34
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
35
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
36
|
+
<defs>
|
|
37
|
+
<linearGradient
|
|
38
|
+
x1="68%"
|
|
39
|
+
y1="2.25860997e-13%"
|
|
40
|
+
x2="32%"
|
|
41
|
+
y2="100%"
|
|
42
|
+
id="linearGradient-drawer-collapsed-example-masthead"
|
|
43
|
+
>
|
|
44
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
45
|
+
<stop
|
|
46
|
+
stop-color="#73BCF7"
|
|
47
|
+
stop-opacity="0.502212631"
|
|
48
|
+
offset="100%"
|
|
49
|
+
/>
|
|
50
|
+
</linearGradient>
|
|
51
|
+
</defs>
|
|
52
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
53
|
+
<g
|
|
54
|
+
transform="translate(206.000000, 45.750000)"
|
|
55
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
56
|
+
fill-rule="nonzero"
|
|
57
|
+
>
|
|
58
|
+
<path
|
|
59
|
+
d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
|
|
60
|
+
/>
|
|
61
|
+
<path
|
|
62
|
+
d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
|
|
63
|
+
/>
|
|
64
|
+
<path
|
|
65
|
+
d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
|
|
66
|
+
/>
|
|
67
|
+
<path
|
|
68
|
+
d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
|
|
69
|
+
/>
|
|
70
|
+
<path
|
|
71
|
+
d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
|
|
72
|
+
/>
|
|
73
|
+
<path
|
|
74
|
+
d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
|
|
75
|
+
/>
|
|
76
|
+
<path
|
|
77
|
+
d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
|
|
78
|
+
/>
|
|
79
|
+
<polygon
|
|
80
|
+
points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
|
|
81
|
+
/>
|
|
82
|
+
<polygon
|
|
83
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
84
|
+
/>
|
|
85
|
+
<path
|
|
86
|
+
d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
|
|
87
|
+
/>
|
|
88
|
+
</g>
|
|
89
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
90
|
+
<path
|
|
91
|
+
d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
|
|
92
|
+
fill="#0066CC"
|
|
93
|
+
/>
|
|
94
|
+
<path
|
|
95
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
96
|
+
fill="url(#linearGradient-drawer-collapsed-example-masthead)"
|
|
97
|
+
/>
|
|
98
|
+
<path
|
|
99
|
+
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"
|
|
100
|
+
fill="url(#linearGradient-drawer-collapsed-example-masthead)"
|
|
101
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
102
|
+
/>
|
|
103
|
+
</g>
|
|
96
104
|
</g>
|
|
97
|
-
</
|
|
98
|
-
</
|
|
99
|
-
</
|
|
105
|
+
</svg>
|
|
106
|
+
</a>
|
|
107
|
+
</div>
|
|
100
108
|
</div>
|
|
101
109
|
<div class="pf-v6-c-masthead__content">
|
|
102
110
|
<div
|
|
@@ -105,41 +113,11 @@ wrapperTag: div
|
|
|
105
113
|
>
|
|
106
114
|
<div class="pf-v6-c-toolbar__content">
|
|
107
115
|
<div class="pf-v6-c-toolbar__content-section">
|
|
108
|
-
<div class="pf-v6-c-toolbar__item">
|
|
109
|
-
<button
|
|
110
|
-
class="pf-v6-c-menu-toggle"
|
|
111
|
-
type="button"
|
|
112
|
-
aria-expanded="false"
|
|
113
|
-
>
|
|
114
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
115
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
116
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
117
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
118
|
-
</span>
|
|
119
|
-
</span>
|
|
120
|
-
</button>
|
|
121
|
-
</div>
|
|
122
|
-
|
|
123
|
-
<div class="pf-v6-c-toolbar__item">
|
|
124
|
-
<button
|
|
125
|
-
class="pf-v6-c-menu-toggle"
|
|
126
|
-
type="button"
|
|
127
|
-
aria-expanded="false"
|
|
128
|
-
>
|
|
129
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
130
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
131
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
132
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
133
|
-
</span>
|
|
134
|
-
</span>
|
|
135
|
-
</button>
|
|
136
|
-
</div>
|
|
137
|
-
|
|
138
116
|
<div
|
|
139
|
-
class="pf-v6-c-toolbar__group pf-m-
|
|
117
|
+
class="pf-v6-c-toolbar__group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md pf-m-action-group-plain"
|
|
140
118
|
>
|
|
141
119
|
<div
|
|
142
|
-
class="pf-v6-c-toolbar__group pf-m-
|
|
120
|
+
class="pf-v6-c-toolbar__group pf-m-hidden pf-m-visible-on-lg pf-m-action-group-plain"
|
|
143
121
|
>
|
|
144
122
|
<div class="pf-v6-c-toolbar__item">
|
|
145
123
|
<button
|
|
@@ -178,6 +156,7 @@ wrapperTag: div
|
|
|
178
156
|
</button>
|
|
179
157
|
</div>
|
|
180
158
|
</div>
|
|
159
|
+
|
|
181
160
|
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
182
161
|
<button
|
|
183
162
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
@@ -205,23 +184,33 @@ wrapperTag: div
|
|
|
205
184
|
>
|
|
206
185
|
<ul class="pf-v6-c-nav__list" role="list">
|
|
207
186
|
<li class="pf-v6-c-nav__item">
|
|
208
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
187
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
188
|
+
<span class="pf-v6-c-nav__link-text">System panel</span>
|
|
189
|
+
</a>
|
|
209
190
|
</li>
|
|
210
191
|
<li class="pf-v6-c-nav__item">
|
|
211
192
|
<a
|
|
212
193
|
href="#"
|
|
213
194
|
class="pf-v6-c-nav__link pf-m-current"
|
|
214
195
|
aria-current="page"
|
|
215
|
-
>
|
|
196
|
+
>
|
|
197
|
+
<span class="pf-v6-c-nav__link-text">Policy</span>
|
|
198
|
+
</a>
|
|
216
199
|
</li>
|
|
217
200
|
<li class="pf-v6-c-nav__item">
|
|
218
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
201
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
202
|
+
<span class="pf-v6-c-nav__link-text">Authentication</span>
|
|
203
|
+
</a>
|
|
219
204
|
</li>
|
|
220
205
|
<li class="pf-v6-c-nav__item">
|
|
221
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
206
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
207
|
+
<span class="pf-v6-c-nav__link-text">Network services</span>
|
|
208
|
+
</a>
|
|
222
209
|
</li>
|
|
223
210
|
<li class="pf-v6-c-nav__item">
|
|
224
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
211
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
212
|
+
<span class="pf-v6-c-nav__link-text">Server</span>
|
|
213
|
+
</a>
|
|
225
214
|
</li>
|
|
226
215
|
</ul>
|
|
227
216
|
</nav>
|
|
@@ -232,173 +221,129 @@ wrapperTag: div
|
|
|
232
221
|
<div class="pf-v6-c-drawer__main">
|
|
233
222
|
<div class="pf-v6-c-drawer__content">
|
|
234
223
|
<div class="pf-v6-c-drawer__body">
|
|
235
|
-
<
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
<
|
|
242
|
-
<
|
|
243
|
-
<
|
|
244
|
-
<
|
|
245
|
-
<
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
<
|
|
252
|
-
<
|
|
253
|
-
|
|
224
|
+
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
225
|
+
<main
|
|
226
|
+
class="pf-v6-c-page__main"
|
|
227
|
+
tabindex="-1"
|
|
228
|
+
id="main-content-drawer-collapsed-example"
|
|
229
|
+
>
|
|
230
|
+
<section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
|
|
231
|
+
<div class="pf-v6-c-page__main-body">
|
|
232
|
+
<nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
|
|
233
|
+
<ol class="pf-v6-c-breadcrumb__list" role="list">
|
|
234
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
235
|
+
<a
|
|
236
|
+
href="#"
|
|
237
|
+
class="pf-v6-c-breadcrumb__link"
|
|
238
|
+
>Section home</a>
|
|
239
|
+
</li>
|
|
240
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
241
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
242
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
243
|
+
</span>
|
|
254
244
|
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
245
|
+
<a
|
|
246
|
+
href="#"
|
|
247
|
+
class="pf-v6-c-breadcrumb__link"
|
|
248
|
+
>Section title</a>
|
|
249
|
+
</li>
|
|
250
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
251
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
252
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
253
|
+
</span>
|
|
264
254
|
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
255
|
+
<a
|
|
256
|
+
href="#"
|
|
257
|
+
class="pf-v6-c-breadcrumb__link"
|
|
258
|
+
>Section title</a>
|
|
259
|
+
</li>
|
|
260
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
261
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
262
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
263
|
+
</span>
|
|
274
264
|
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
</div>
|
|
284
|
-
</section>
|
|
285
|
-
<section
|
|
286
|
-
class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light"
|
|
287
|
-
>
|
|
288
|
-
<div class="pf-v6-c-page__main-body">
|
|
289
|
-
<div class="pf-v6-c-content">
|
|
290
|
-
<h1>Main title</h1>
|
|
291
|
-
<p>This is a full page demo.</p>
|
|
265
|
+
<a
|
|
266
|
+
href="#"
|
|
267
|
+
class="pf-v6-c-breadcrumb__link pf-m-current"
|
|
268
|
+
aria-current="page"
|
|
269
|
+
>Section landing</a>
|
|
270
|
+
</li>
|
|
271
|
+
</ol>
|
|
272
|
+
</nav>
|
|
292
273
|
</div>
|
|
293
|
-
</
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
300
|
-
</div>
|
|
301
|
-
<div class="pf-v6-c-card">
|
|
302
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
303
|
-
</div>
|
|
304
|
-
<div class="pf-v6-c-card">
|
|
305
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
306
|
-
</div>
|
|
307
|
-
<div class="pf-v6-c-card">
|
|
308
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
309
|
-
</div>
|
|
310
|
-
<div class="pf-v6-c-card">
|
|
311
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
312
|
-
</div>
|
|
313
|
-
<div class="pf-v6-c-card">
|
|
314
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
315
|
-
</div>
|
|
316
|
-
<div class="pf-v6-c-card">
|
|
317
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
318
|
-
</div>
|
|
319
|
-
<div class="pf-v6-c-card">
|
|
320
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
321
|
-
</div>
|
|
322
|
-
<div class="pf-v6-c-card">
|
|
323
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
274
|
+
</section>
|
|
275
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
276
|
+
<div class="pf-v6-c-page__main-body">
|
|
277
|
+
<div class="pf-v6-c-content">
|
|
278
|
+
<h1>Main title</h1>
|
|
279
|
+
<p>This is a full page demo.</p>
|
|
324
280
|
</div>
|
|
325
|
-
|
|
326
|
-
|
|
281
|
+
</div>
|
|
282
|
+
</section>
|
|
283
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
284
|
+
<div class="pf-v6-c-page__main-body">
|
|
285
|
+
<div class="pf-v6-l-gallery pf-m-gutter">
|
|
286
|
+
<div class="pf-v6-c-card">
|
|
287
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
288
|
+
</div>
|
|
289
|
+
<div class="pf-v6-c-card">
|
|
290
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
291
|
+
</div>
|
|
292
|
+
<div class="pf-v6-c-card">
|
|
293
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
294
|
+
</div>
|
|
295
|
+
<div class="pf-v6-c-card">
|
|
296
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
297
|
+
</div>
|
|
298
|
+
<div class="pf-v6-c-card">
|
|
299
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
300
|
+
</div>
|
|
301
|
+
<div class="pf-v6-c-card">
|
|
302
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
303
|
+
</div>
|
|
304
|
+
<div class="pf-v6-c-card">
|
|
305
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
306
|
+
</div>
|
|
307
|
+
<div class="pf-v6-c-card">
|
|
308
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
309
|
+
</div>
|
|
310
|
+
<div class="pf-v6-c-card">
|
|
311
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
312
|
+
</div>
|
|
313
|
+
<div class="pf-v6-c-card">
|
|
314
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
315
|
+
</div>
|
|
327
316
|
</div>
|
|
328
317
|
</div>
|
|
329
|
-
</
|
|
330
|
-
</
|
|
331
|
-
</
|
|
318
|
+
</section>
|
|
319
|
+
</main>
|
|
320
|
+
</div>
|
|
332
321
|
</div>
|
|
333
322
|
</div>
|
|
334
323
|
<div class="pf-v6-c-drawer__panel pf-m-width-33-on-lg" hidden>
|
|
335
324
|
<div class="pf-v6-c-drawer__body">
|
|
336
325
|
<div class="pf-v6-c-drawer__head">
|
|
337
326
|
<div class="pf-v6-c-drawer__actions">
|
|
338
|
-
<
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
>
|
|
327
|
+
<button
|
|
328
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
329
|
+
type="button"
|
|
330
|
+
aria-expanded="false"
|
|
331
|
+
aria-label="Menu toggle"
|
|
332
|
+
id="drawer-collapsed-example-toggle"
|
|
333
|
+
>
|
|
334
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
346
335
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
347
|
-
</
|
|
348
|
-
|
|
349
|
-
class="pf-v6-c-dropdown__menu"
|
|
350
|
-
aria-labelledby="-button"
|
|
351
|
-
hidden
|
|
352
|
-
role="menu"
|
|
353
|
-
>
|
|
354
|
-
<li role="none">
|
|
355
|
-
<a
|
|
356
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
357
|
-
role="menuitem"
|
|
358
|
-
href="#"
|
|
359
|
-
>Link</a>
|
|
360
|
-
</li>
|
|
361
|
-
<li role="none">
|
|
362
|
-
<button
|
|
363
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
364
|
-
role="menuitem"
|
|
365
|
-
type="button"
|
|
366
|
-
>Action</button>
|
|
367
|
-
</li>
|
|
368
|
-
<li role="none">
|
|
369
|
-
<a
|
|
370
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
371
|
-
role="menuitem"
|
|
372
|
-
href="#"
|
|
373
|
-
aria-disabled="true"
|
|
374
|
-
tabindex="-1"
|
|
375
|
-
>Disabled link</a>
|
|
376
|
-
</li>
|
|
377
|
-
<li role="none">
|
|
378
|
-
<button
|
|
379
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
380
|
-
role="menuitem"
|
|
381
|
-
type="button"
|
|
382
|
-
disabled
|
|
383
|
-
>Disabled action</button>
|
|
384
|
-
</li>
|
|
385
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
386
|
-
<li role="none">
|
|
387
|
-
<a
|
|
388
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
389
|
-
role="menuitem"
|
|
390
|
-
href="#"
|
|
391
|
-
>Separated link</a>
|
|
392
|
-
</li>
|
|
393
|
-
</ul>
|
|
394
|
-
</div>
|
|
336
|
+
</span>
|
|
337
|
+
</button>
|
|
395
338
|
<div class="pf-v6-c-drawer__close">
|
|
396
339
|
<button
|
|
397
340
|
class="pf-v6-c-button pf-m-plain"
|
|
398
341
|
type="button"
|
|
399
342
|
aria-label="Close drawer panel"
|
|
400
343
|
>
|
|
401
|
-
<
|
|
344
|
+
<span class="pf-v6-c-button__icon">
|
|
345
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
346
|
+
</span>
|
|
402
347
|
</button>
|
|
403
348
|
</div>
|
|
404
349
|
</div>
|
|
@@ -538,91 +483,99 @@ wrapperTag: div
|
|
|
538
483
|
<a
|
|
539
484
|
class="pf-v6-c-button pf-m-primary"
|
|
540
485
|
href="#main-content-drawer-expanded-example"
|
|
541
|
-
>
|
|
486
|
+
>
|
|
487
|
+
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
488
|
+
</a>
|
|
542
489
|
</div>
|
|
543
490
|
<header class="pf-v6-c-masthead" id="drawer-expanded-example-masthead">
|
|
544
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
545
|
-
<button
|
|
546
|
-
class="pf-v6-c-button pf-m-plain"
|
|
547
|
-
type="button"
|
|
548
|
-
aria-label="Global navigation"
|
|
549
|
-
>
|
|
550
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
551
|
-
</button>
|
|
552
|
-
</span>
|
|
553
491
|
<div class="pf-v6-c-masthead__main">
|
|
554
|
-
<
|
|
555
|
-
<
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
492
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
493
|
+
<button
|
|
494
|
+
class="pf-v6-c-button pf-m-plain"
|
|
495
|
+
type="button"
|
|
496
|
+
aria-label="Global navigation"
|
|
497
|
+
>
|
|
498
|
+
<span class="pf-v6-c-button__icon">
|
|
499
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
500
|
+
</span>
|
|
501
|
+
</button>
|
|
502
|
+
</span>
|
|
503
|
+
<div class="pf-v6-c-masthead__brand">
|
|
504
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
505
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
506
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
507
|
+
<defs>
|
|
508
|
+
<linearGradient
|
|
509
|
+
x1="68%"
|
|
510
|
+
y1="2.25860997e-13%"
|
|
511
|
+
x2="32%"
|
|
512
|
+
y2="100%"
|
|
513
|
+
id="linearGradient-drawer-expanded-example-masthead"
|
|
514
|
+
>
|
|
515
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
516
|
+
<stop
|
|
517
|
+
stop-color="#73BCF7"
|
|
518
|
+
stop-opacity="0.502212631"
|
|
519
|
+
offset="100%"
|
|
520
|
+
/>
|
|
521
|
+
</linearGradient>
|
|
522
|
+
</defs>
|
|
523
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
524
|
+
<g
|
|
525
|
+
transform="translate(206.000000, 45.750000)"
|
|
526
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
527
|
+
fill-rule="nonzero"
|
|
528
|
+
>
|
|
529
|
+
<path
|
|
530
|
+
d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
|
|
531
|
+
/>
|
|
532
|
+
<path
|
|
533
|
+
d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
|
|
534
|
+
/>
|
|
535
|
+
<path
|
|
536
|
+
d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
|
|
537
|
+
/>
|
|
538
|
+
<path
|
|
539
|
+
d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
|
|
540
|
+
/>
|
|
541
|
+
<path
|
|
542
|
+
d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
|
|
543
|
+
/>
|
|
544
|
+
<path
|
|
545
|
+
d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
|
|
546
|
+
/>
|
|
547
|
+
<path
|
|
548
|
+
d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
|
|
549
|
+
/>
|
|
550
|
+
<polygon
|
|
551
|
+
points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
|
|
552
|
+
/>
|
|
553
|
+
<polygon
|
|
554
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
555
|
+
/>
|
|
556
|
+
<path
|
|
557
|
+
d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
|
|
558
|
+
/>
|
|
559
|
+
</g>
|
|
560
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
561
|
+
<path
|
|
562
|
+
d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
|
|
563
|
+
fill="#0066CC"
|
|
564
|
+
/>
|
|
565
|
+
<path
|
|
566
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
567
|
+
fill="url(#linearGradient-drawer-expanded-example-masthead)"
|
|
568
|
+
/>
|
|
569
|
+
<path
|
|
570
|
+
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"
|
|
571
|
+
fill="url(#linearGradient-drawer-expanded-example-masthead)"
|
|
572
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
573
|
+
/>
|
|
574
|
+
</g>
|
|
622
575
|
</g>
|
|
623
|
-
</
|
|
624
|
-
</
|
|
625
|
-
</
|
|
576
|
+
</svg>
|
|
577
|
+
</a>
|
|
578
|
+
</div>
|
|
626
579
|
</div>
|
|
627
580
|
<div class="pf-v6-c-masthead__content">
|
|
628
581
|
<div
|
|
@@ -631,41 +584,11 @@ wrapperTag: div
|
|
|
631
584
|
>
|
|
632
585
|
<div class="pf-v6-c-toolbar__content">
|
|
633
586
|
<div class="pf-v6-c-toolbar__content-section">
|
|
634
|
-
<div class="pf-v6-c-toolbar__item">
|
|
635
|
-
<button
|
|
636
|
-
class="pf-v6-c-menu-toggle"
|
|
637
|
-
type="button"
|
|
638
|
-
aria-expanded="false"
|
|
639
|
-
>
|
|
640
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
641
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
642
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
643
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
644
|
-
</span>
|
|
645
|
-
</span>
|
|
646
|
-
</button>
|
|
647
|
-
</div>
|
|
648
|
-
|
|
649
|
-
<div class="pf-v6-c-toolbar__item">
|
|
650
|
-
<button
|
|
651
|
-
class="pf-v6-c-menu-toggle"
|
|
652
|
-
type="button"
|
|
653
|
-
aria-expanded="false"
|
|
654
|
-
>
|
|
655
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
656
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
657
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
658
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
659
|
-
</span>
|
|
660
|
-
</span>
|
|
661
|
-
</button>
|
|
662
|
-
</div>
|
|
663
|
-
|
|
664
587
|
<div
|
|
665
|
-
class="pf-v6-c-toolbar__group pf-m-
|
|
588
|
+
class="pf-v6-c-toolbar__group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md pf-m-action-group-plain"
|
|
666
589
|
>
|
|
667
590
|
<div
|
|
668
|
-
class="pf-v6-c-toolbar__group pf-m-
|
|
591
|
+
class="pf-v6-c-toolbar__group pf-m-hidden pf-m-visible-on-lg pf-m-action-group-plain"
|
|
669
592
|
>
|
|
670
593
|
<div class="pf-v6-c-toolbar__item">
|
|
671
594
|
<button
|
|
@@ -704,6 +627,7 @@ wrapperTag: div
|
|
|
704
627
|
</button>
|
|
705
628
|
</div>
|
|
706
629
|
</div>
|
|
630
|
+
|
|
707
631
|
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
708
632
|
<button
|
|
709
633
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
@@ -731,23 +655,33 @@ wrapperTag: div
|
|
|
731
655
|
>
|
|
732
656
|
<ul class="pf-v6-c-nav__list" role="list">
|
|
733
657
|
<li class="pf-v6-c-nav__item">
|
|
734
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
658
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
659
|
+
<span class="pf-v6-c-nav__link-text">System panel</span>
|
|
660
|
+
</a>
|
|
735
661
|
</li>
|
|
736
662
|
<li class="pf-v6-c-nav__item">
|
|
737
663
|
<a
|
|
738
664
|
href="#"
|
|
739
665
|
class="pf-v6-c-nav__link pf-m-current"
|
|
740
666
|
aria-current="page"
|
|
741
|
-
>
|
|
667
|
+
>
|
|
668
|
+
<span class="pf-v6-c-nav__link-text">Policy</span>
|
|
669
|
+
</a>
|
|
742
670
|
</li>
|
|
743
671
|
<li class="pf-v6-c-nav__item">
|
|
744
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
672
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
673
|
+
<span class="pf-v6-c-nav__link-text">Authentication</span>
|
|
674
|
+
</a>
|
|
745
675
|
</li>
|
|
746
676
|
<li class="pf-v6-c-nav__item">
|
|
747
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
677
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
678
|
+
<span class="pf-v6-c-nav__link-text">Network services</span>
|
|
679
|
+
</a>
|
|
748
680
|
</li>
|
|
749
681
|
<li class="pf-v6-c-nav__item">
|
|
750
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
682
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
683
|
+
<span class="pf-v6-c-nav__link-text">Server</span>
|
|
684
|
+
</a>
|
|
751
685
|
</li>
|
|
752
686
|
</ul>
|
|
753
687
|
</nav>
|
|
@@ -758,103 +692,103 @@ wrapperTag: div
|
|
|
758
692
|
<div class="pf-v6-c-drawer__main">
|
|
759
693
|
<div class="pf-v6-c-drawer__content">
|
|
760
694
|
<div class="pf-v6-c-drawer__body">
|
|
761
|
-
<
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
<
|
|
768
|
-
<
|
|
769
|
-
<
|
|
770
|
-
<
|
|
771
|
-
<
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
<
|
|
778
|
-
<
|
|
779
|
-
|
|
695
|
+
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
696
|
+
<main
|
|
697
|
+
class="pf-v6-c-page__main"
|
|
698
|
+
tabindex="-1"
|
|
699
|
+
id="main-content-drawer-expanded-example"
|
|
700
|
+
>
|
|
701
|
+
<section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
|
|
702
|
+
<div class="pf-v6-c-page__main-body">
|
|
703
|
+
<nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
|
|
704
|
+
<ol class="pf-v6-c-breadcrumb__list" role="list">
|
|
705
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
706
|
+
<a
|
|
707
|
+
href="#"
|
|
708
|
+
class="pf-v6-c-breadcrumb__link"
|
|
709
|
+
>Section home</a>
|
|
710
|
+
</li>
|
|
711
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
712
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
713
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
714
|
+
</span>
|
|
780
715
|
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
716
|
+
<a
|
|
717
|
+
href="#"
|
|
718
|
+
class="pf-v6-c-breadcrumb__link"
|
|
719
|
+
>Section title</a>
|
|
720
|
+
</li>
|
|
721
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
722
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
723
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
724
|
+
</span>
|
|
790
725
|
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
726
|
+
<a
|
|
727
|
+
href="#"
|
|
728
|
+
class="pf-v6-c-breadcrumb__link"
|
|
729
|
+
>Section title</a>
|
|
730
|
+
</li>
|
|
731
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
732
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
733
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
734
|
+
</span>
|
|
800
735
|
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
</div>
|
|
810
|
-
</section>
|
|
811
|
-
<section
|
|
812
|
-
class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light"
|
|
813
|
-
>
|
|
814
|
-
<div class="pf-v6-c-page__main-body">
|
|
815
|
-
<div class="pf-v6-c-content">
|
|
816
|
-
<h1>Main title</h1>
|
|
817
|
-
<p>This is a full page demo.</p>
|
|
736
|
+
<a
|
|
737
|
+
href="#"
|
|
738
|
+
class="pf-v6-c-breadcrumb__link pf-m-current"
|
|
739
|
+
aria-current="page"
|
|
740
|
+
>Section landing</a>
|
|
741
|
+
</li>
|
|
742
|
+
</ol>
|
|
743
|
+
</nav>
|
|
818
744
|
</div>
|
|
819
|
-
</
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
826
|
-
</div>
|
|
827
|
-
<div class="pf-v6-c-card">
|
|
828
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
829
|
-
</div>
|
|
830
|
-
<div class="pf-v6-c-card">
|
|
831
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
832
|
-
</div>
|
|
833
|
-
<div class="pf-v6-c-card">
|
|
834
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
835
|
-
</div>
|
|
836
|
-
<div class="pf-v6-c-card">
|
|
837
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
838
|
-
</div>
|
|
839
|
-
<div class="pf-v6-c-card">
|
|
840
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
841
|
-
</div>
|
|
842
|
-
<div class="pf-v6-c-card">
|
|
843
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
844
|
-
</div>
|
|
845
|
-
<div class="pf-v6-c-card">
|
|
846
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
847
|
-
</div>
|
|
848
|
-
<div class="pf-v6-c-card">
|
|
849
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
745
|
+
</section>
|
|
746
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
747
|
+
<div class="pf-v6-c-page__main-body">
|
|
748
|
+
<div class="pf-v6-c-content">
|
|
749
|
+
<h1>Main title</h1>
|
|
750
|
+
<p>This is a full page demo.</p>
|
|
850
751
|
</div>
|
|
851
|
-
|
|
852
|
-
|
|
752
|
+
</div>
|
|
753
|
+
</section>
|
|
754
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
755
|
+
<div class="pf-v6-c-page__main-body">
|
|
756
|
+
<div class="pf-v6-l-gallery pf-m-gutter">
|
|
757
|
+
<div class="pf-v6-c-card">
|
|
758
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
759
|
+
</div>
|
|
760
|
+
<div class="pf-v6-c-card">
|
|
761
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
762
|
+
</div>
|
|
763
|
+
<div class="pf-v6-c-card">
|
|
764
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
765
|
+
</div>
|
|
766
|
+
<div class="pf-v6-c-card">
|
|
767
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
768
|
+
</div>
|
|
769
|
+
<div class="pf-v6-c-card">
|
|
770
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
771
|
+
</div>
|
|
772
|
+
<div class="pf-v6-c-card">
|
|
773
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
774
|
+
</div>
|
|
775
|
+
<div class="pf-v6-c-card">
|
|
776
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
777
|
+
</div>
|
|
778
|
+
<div class="pf-v6-c-card">
|
|
779
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
780
|
+
</div>
|
|
781
|
+
<div class="pf-v6-c-card">
|
|
782
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
783
|
+
</div>
|
|
784
|
+
<div class="pf-v6-c-card">
|
|
785
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
786
|
+
</div>
|
|
853
787
|
</div>
|
|
854
788
|
</div>
|
|
855
|
-
</
|
|
856
|
-
</
|
|
857
|
-
</
|
|
789
|
+
</section>
|
|
790
|
+
</main>
|
|
791
|
+
</div>
|
|
858
792
|
</div>
|
|
859
793
|
</div>
|
|
860
794
|
<div class="pf-v6-c-drawer__panel">
|
|
@@ -875,91 +809,99 @@ wrapperTag: div
|
|
|
875
809
|
<a
|
|
876
810
|
class="pf-v6-c-button pf-m-primary"
|
|
877
811
|
href="#main-content-drawer-expanded-bottom-example"
|
|
878
|
-
>
|
|
812
|
+
>
|
|
813
|
+
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
814
|
+
</a>
|
|
879
815
|
</div>
|
|
880
816
|
<header class="pf-v6-c-masthead" id="drawer-expanded-bottom-example-masthead">
|
|
881
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
882
|
-
<button
|
|
883
|
-
class="pf-v6-c-button pf-m-plain"
|
|
884
|
-
type="button"
|
|
885
|
-
aria-label="Global navigation"
|
|
886
|
-
>
|
|
887
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
888
|
-
</button>
|
|
889
|
-
</span>
|
|
890
817
|
<div class="pf-v6-c-masthead__main">
|
|
891
|
-
<
|
|
892
|
-
<
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
818
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
819
|
+
<button
|
|
820
|
+
class="pf-v6-c-button pf-m-plain"
|
|
821
|
+
type="button"
|
|
822
|
+
aria-label="Global navigation"
|
|
823
|
+
>
|
|
824
|
+
<span class="pf-v6-c-button__icon">
|
|
825
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
826
|
+
</span>
|
|
827
|
+
</button>
|
|
828
|
+
</span>
|
|
829
|
+
<div class="pf-v6-c-masthead__brand">
|
|
830
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
831
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
832
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
833
|
+
<defs>
|
|
834
|
+
<linearGradient
|
|
835
|
+
x1="68%"
|
|
836
|
+
y1="2.25860997e-13%"
|
|
837
|
+
x2="32%"
|
|
838
|
+
y2="100%"
|
|
839
|
+
id="linearGradient-drawer-expanded-bottom-example-masthead"
|
|
840
|
+
>
|
|
841
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
842
|
+
<stop
|
|
843
|
+
stop-color="#73BCF7"
|
|
844
|
+
stop-opacity="0.502212631"
|
|
845
|
+
offset="100%"
|
|
846
|
+
/>
|
|
847
|
+
</linearGradient>
|
|
848
|
+
</defs>
|
|
849
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
850
|
+
<g
|
|
851
|
+
transform="translate(206.000000, 45.750000)"
|
|
852
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
853
|
+
fill-rule="nonzero"
|
|
854
|
+
>
|
|
855
|
+
<path
|
|
856
|
+
d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
|
|
857
|
+
/>
|
|
858
|
+
<path
|
|
859
|
+
d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
|
|
860
|
+
/>
|
|
861
|
+
<path
|
|
862
|
+
d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
|
|
863
|
+
/>
|
|
864
|
+
<path
|
|
865
|
+
d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
|
|
866
|
+
/>
|
|
867
|
+
<path
|
|
868
|
+
d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
|
|
869
|
+
/>
|
|
870
|
+
<path
|
|
871
|
+
d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
|
|
872
|
+
/>
|
|
873
|
+
<path
|
|
874
|
+
d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
|
|
875
|
+
/>
|
|
876
|
+
<polygon
|
|
877
|
+
points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
|
|
878
|
+
/>
|
|
879
|
+
<polygon
|
|
880
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
881
|
+
/>
|
|
882
|
+
<path
|
|
883
|
+
d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
|
|
884
|
+
/>
|
|
885
|
+
</g>
|
|
886
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
887
|
+
<path
|
|
888
|
+
d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
|
|
889
|
+
fill="#0066CC"
|
|
890
|
+
/>
|
|
891
|
+
<path
|
|
892
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
893
|
+
fill="url(#linearGradient-drawer-expanded-bottom-example-masthead)"
|
|
894
|
+
/>
|
|
895
|
+
<path
|
|
896
|
+
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"
|
|
897
|
+
fill="url(#linearGradient-drawer-expanded-bottom-example-masthead)"
|
|
898
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
899
|
+
/>
|
|
900
|
+
</g>
|
|
959
901
|
</g>
|
|
960
|
-
</
|
|
961
|
-
</
|
|
962
|
-
</
|
|
902
|
+
</svg>
|
|
903
|
+
</a>
|
|
904
|
+
</div>
|
|
963
905
|
</div>
|
|
964
906
|
<div class="pf-v6-c-masthead__content">
|
|
965
907
|
<div
|
|
@@ -968,41 +910,11 @@ wrapperTag: div
|
|
|
968
910
|
>
|
|
969
911
|
<div class="pf-v6-c-toolbar__content">
|
|
970
912
|
<div class="pf-v6-c-toolbar__content-section">
|
|
971
|
-
<div class="pf-v6-c-toolbar__item">
|
|
972
|
-
<button
|
|
973
|
-
class="pf-v6-c-menu-toggle"
|
|
974
|
-
type="button"
|
|
975
|
-
aria-expanded="false"
|
|
976
|
-
>
|
|
977
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
978
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
979
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
980
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
981
|
-
</span>
|
|
982
|
-
</span>
|
|
983
|
-
</button>
|
|
984
|
-
</div>
|
|
985
|
-
|
|
986
|
-
<div class="pf-v6-c-toolbar__item">
|
|
987
|
-
<button
|
|
988
|
-
class="pf-v6-c-menu-toggle"
|
|
989
|
-
type="button"
|
|
990
|
-
aria-expanded="false"
|
|
991
|
-
>
|
|
992
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
993
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
994
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
995
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
996
|
-
</span>
|
|
997
|
-
</span>
|
|
998
|
-
</button>
|
|
999
|
-
</div>
|
|
1000
|
-
|
|
1001
913
|
<div
|
|
1002
|
-
class="pf-v6-c-toolbar__group pf-m-
|
|
914
|
+
class="pf-v6-c-toolbar__group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md pf-m-action-group-plain"
|
|
1003
915
|
>
|
|
1004
916
|
<div
|
|
1005
|
-
class="pf-v6-c-toolbar__group pf-m-
|
|
917
|
+
class="pf-v6-c-toolbar__group pf-m-hidden pf-m-visible-on-lg pf-m-action-group-plain"
|
|
1006
918
|
>
|
|
1007
919
|
<div class="pf-v6-c-toolbar__item">
|
|
1008
920
|
<button
|
|
@@ -1041,6 +953,7 @@ wrapperTag: div
|
|
|
1041
953
|
</button>
|
|
1042
954
|
</div>
|
|
1043
955
|
</div>
|
|
956
|
+
|
|
1044
957
|
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
1045
958
|
<button
|
|
1046
959
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
@@ -1068,23 +981,33 @@ wrapperTag: div
|
|
|
1068
981
|
>
|
|
1069
982
|
<ul class="pf-v6-c-nav__list" role="list">
|
|
1070
983
|
<li class="pf-v6-c-nav__item">
|
|
1071
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
984
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
985
|
+
<span class="pf-v6-c-nav__link-text">System panel</span>
|
|
986
|
+
</a>
|
|
1072
987
|
</li>
|
|
1073
988
|
<li class="pf-v6-c-nav__item">
|
|
1074
989
|
<a
|
|
1075
990
|
href="#"
|
|
1076
991
|
class="pf-v6-c-nav__link pf-m-current"
|
|
1077
992
|
aria-current="page"
|
|
1078
|
-
>
|
|
993
|
+
>
|
|
994
|
+
<span class="pf-v6-c-nav__link-text">Policy</span>
|
|
995
|
+
</a>
|
|
1079
996
|
</li>
|
|
1080
997
|
<li class="pf-v6-c-nav__item">
|
|
1081
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
998
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
999
|
+
<span class="pf-v6-c-nav__link-text">Authentication</span>
|
|
1000
|
+
</a>
|
|
1082
1001
|
</li>
|
|
1083
1002
|
<li class="pf-v6-c-nav__item">
|
|
1084
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
1003
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1004
|
+
<span class="pf-v6-c-nav__link-text">Network services</span>
|
|
1005
|
+
</a>
|
|
1085
1006
|
</li>
|
|
1086
1007
|
<li class="pf-v6-c-nav__item">
|
|
1087
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
1008
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1009
|
+
<span class="pf-v6-c-nav__link-text">Server</span>
|
|
1010
|
+
</a>
|
|
1088
1011
|
</li>
|
|
1089
1012
|
</ul>
|
|
1090
1013
|
</nav>
|
|
@@ -1095,103 +1018,103 @@ wrapperTag: div
|
|
|
1095
1018
|
<div class="pf-v6-c-drawer__main">
|
|
1096
1019
|
<div class="pf-v6-c-drawer__content">
|
|
1097
1020
|
<div class="pf-v6-c-drawer__body">
|
|
1098
|
-
<
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
<
|
|
1105
|
-
<
|
|
1106
|
-
<
|
|
1107
|
-
<
|
|
1108
|
-
<
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
<
|
|
1115
|
-
<
|
|
1116
|
-
|
|
1021
|
+
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
1022
|
+
<main
|
|
1023
|
+
class="pf-v6-c-page__main"
|
|
1024
|
+
tabindex="-1"
|
|
1025
|
+
id="main-content-drawer-expanded-bottom-example"
|
|
1026
|
+
>
|
|
1027
|
+
<section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
|
|
1028
|
+
<div class="pf-v6-c-page__main-body">
|
|
1029
|
+
<nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
|
|
1030
|
+
<ol class="pf-v6-c-breadcrumb__list" role="list">
|
|
1031
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1032
|
+
<a
|
|
1033
|
+
href="#"
|
|
1034
|
+
class="pf-v6-c-breadcrumb__link"
|
|
1035
|
+
>Section home</a>
|
|
1036
|
+
</li>
|
|
1037
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1038
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1039
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1040
|
+
</span>
|
|
1117
1041
|
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1042
|
+
<a
|
|
1043
|
+
href="#"
|
|
1044
|
+
class="pf-v6-c-breadcrumb__link"
|
|
1045
|
+
>Section title</a>
|
|
1046
|
+
</li>
|
|
1047
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1048
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1049
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1050
|
+
</span>
|
|
1127
1051
|
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1052
|
+
<a
|
|
1053
|
+
href="#"
|
|
1054
|
+
class="pf-v6-c-breadcrumb__link"
|
|
1055
|
+
>Section title</a>
|
|
1056
|
+
</li>
|
|
1057
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1058
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1059
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1060
|
+
</span>
|
|
1137
1061
|
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
</div>
|
|
1147
|
-
</section>
|
|
1148
|
-
<section
|
|
1149
|
-
class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light"
|
|
1150
|
-
>
|
|
1151
|
-
<div class="pf-v6-c-page__main-body">
|
|
1152
|
-
<div class="pf-v6-c-content">
|
|
1153
|
-
<h1>Main title</h1>
|
|
1154
|
-
<p>This is a full page demo.</p>
|
|
1062
|
+
<a
|
|
1063
|
+
href="#"
|
|
1064
|
+
class="pf-v6-c-breadcrumb__link pf-m-current"
|
|
1065
|
+
aria-current="page"
|
|
1066
|
+
>Section landing</a>
|
|
1067
|
+
</li>
|
|
1068
|
+
</ol>
|
|
1069
|
+
</nav>
|
|
1155
1070
|
</div>
|
|
1156
|
-
</
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1163
|
-
</div>
|
|
1164
|
-
<div class="pf-v6-c-card">
|
|
1165
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1166
|
-
</div>
|
|
1167
|
-
<div class="pf-v6-c-card">
|
|
1168
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1169
|
-
</div>
|
|
1170
|
-
<div class="pf-v6-c-card">
|
|
1171
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1172
|
-
</div>
|
|
1173
|
-
<div class="pf-v6-c-card">
|
|
1174
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1175
|
-
</div>
|
|
1176
|
-
<div class="pf-v6-c-card">
|
|
1177
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1178
|
-
</div>
|
|
1179
|
-
<div class="pf-v6-c-card">
|
|
1180
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1181
|
-
</div>
|
|
1182
|
-
<div class="pf-v6-c-card">
|
|
1183
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1184
|
-
</div>
|
|
1185
|
-
<div class="pf-v6-c-card">
|
|
1186
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1071
|
+
</section>
|
|
1072
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
1073
|
+
<div class="pf-v6-c-page__main-body">
|
|
1074
|
+
<div class="pf-v6-c-content">
|
|
1075
|
+
<h1>Main title</h1>
|
|
1076
|
+
<p>This is a full page demo.</p>
|
|
1187
1077
|
</div>
|
|
1188
|
-
|
|
1189
|
-
|
|
1078
|
+
</div>
|
|
1079
|
+
</section>
|
|
1080
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
1081
|
+
<div class="pf-v6-c-page__main-body">
|
|
1082
|
+
<div class="pf-v6-l-gallery pf-m-gutter">
|
|
1083
|
+
<div class="pf-v6-c-card">
|
|
1084
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1085
|
+
</div>
|
|
1086
|
+
<div class="pf-v6-c-card">
|
|
1087
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1088
|
+
</div>
|
|
1089
|
+
<div class="pf-v6-c-card">
|
|
1090
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1091
|
+
</div>
|
|
1092
|
+
<div class="pf-v6-c-card">
|
|
1093
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1094
|
+
</div>
|
|
1095
|
+
<div class="pf-v6-c-card">
|
|
1096
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1097
|
+
</div>
|
|
1098
|
+
<div class="pf-v6-c-card">
|
|
1099
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1100
|
+
</div>
|
|
1101
|
+
<div class="pf-v6-c-card">
|
|
1102
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1103
|
+
</div>
|
|
1104
|
+
<div class="pf-v6-c-card">
|
|
1105
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1106
|
+
</div>
|
|
1107
|
+
<div class="pf-v6-c-card">
|
|
1108
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1109
|
+
</div>
|
|
1110
|
+
<div class="pf-v6-c-card">
|
|
1111
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1112
|
+
</div>
|
|
1190
1113
|
</div>
|
|
1191
1114
|
</div>
|
|
1192
|
-
</
|
|
1193
|
-
</
|
|
1194
|
-
</
|
|
1115
|
+
</section>
|
|
1116
|
+
</main>
|
|
1117
|
+
</div>
|
|
1195
1118
|
</div>
|
|
1196
1119
|
</div>
|
|
1197
1120
|
<div class="pf-v6-c-drawer__panel">
|
|
@@ -1204,7 +1127,7 @@ wrapperTag: div
|
|
|
1204
1127
|
|
|
1205
1128
|
```
|
|
1206
1129
|
|
|
1207
|
-
###
|
|
1130
|
+
### Collapsed drawer with jump links
|
|
1208
1131
|
|
|
1209
1132
|
```html isFullscreen
|
|
1210
1133
|
<div class="pf-v6-c-page" id="drawer-jump-links">
|
|
@@ -1212,91 +1135,99 @@ wrapperTag: div
|
|
|
1212
1135
|
<a
|
|
1213
1136
|
class="pf-v6-c-button pf-m-primary"
|
|
1214
1137
|
href="#main-content-drawer-jump-links"
|
|
1215
|
-
>
|
|
1138
|
+
>
|
|
1139
|
+
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
1140
|
+
</a>
|
|
1216
1141
|
</div>
|
|
1217
1142
|
<header class="pf-v6-c-masthead" id="drawer-jump-links-masthead">
|
|
1218
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
1219
|
-
<button
|
|
1220
|
-
class="pf-v6-c-button pf-m-plain"
|
|
1221
|
-
type="button"
|
|
1222
|
-
aria-label="Global navigation"
|
|
1223
|
-
>
|
|
1224
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
1225
|
-
</button>
|
|
1226
|
-
</span>
|
|
1227
1143
|
<div class="pf-v6-c-masthead__main">
|
|
1228
|
-
<
|
|
1229
|
-
<
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1144
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
1145
|
+
<button
|
|
1146
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1147
|
+
type="button"
|
|
1148
|
+
aria-label="Global navigation"
|
|
1149
|
+
>
|
|
1150
|
+
<span class="pf-v6-c-button__icon">
|
|
1151
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
1152
|
+
</span>
|
|
1153
|
+
</button>
|
|
1154
|
+
</span>
|
|
1155
|
+
<div class="pf-v6-c-masthead__brand">
|
|
1156
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
1157
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
1158
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
1159
|
+
<defs>
|
|
1160
|
+
<linearGradient
|
|
1161
|
+
x1="68%"
|
|
1162
|
+
y1="2.25860997e-13%"
|
|
1163
|
+
x2="32%"
|
|
1164
|
+
y2="100%"
|
|
1165
|
+
id="linearGradient-drawer-jump-links-masthead"
|
|
1166
|
+
>
|
|
1167
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
1168
|
+
<stop
|
|
1169
|
+
stop-color="#73BCF7"
|
|
1170
|
+
stop-opacity="0.502212631"
|
|
1171
|
+
offset="100%"
|
|
1172
|
+
/>
|
|
1173
|
+
</linearGradient>
|
|
1174
|
+
</defs>
|
|
1175
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
1176
|
+
<g
|
|
1177
|
+
transform="translate(206.000000, 45.750000)"
|
|
1178
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
1179
|
+
fill-rule="nonzero"
|
|
1180
|
+
>
|
|
1181
|
+
<path
|
|
1182
|
+
d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
|
|
1183
|
+
/>
|
|
1184
|
+
<path
|
|
1185
|
+
d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
|
|
1186
|
+
/>
|
|
1187
|
+
<path
|
|
1188
|
+
d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
|
|
1189
|
+
/>
|
|
1190
|
+
<path
|
|
1191
|
+
d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
|
|
1192
|
+
/>
|
|
1193
|
+
<path
|
|
1194
|
+
d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
|
|
1195
|
+
/>
|
|
1196
|
+
<path
|
|
1197
|
+
d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
|
|
1198
|
+
/>
|
|
1199
|
+
<path
|
|
1200
|
+
d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
|
|
1201
|
+
/>
|
|
1202
|
+
<polygon
|
|
1203
|
+
points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
|
|
1204
|
+
/>
|
|
1205
|
+
<polygon
|
|
1206
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
1207
|
+
/>
|
|
1208
|
+
<path
|
|
1209
|
+
d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
|
|
1210
|
+
/>
|
|
1211
|
+
</g>
|
|
1212
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
1213
|
+
<path
|
|
1214
|
+
d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
|
|
1215
|
+
fill="#0066CC"
|
|
1216
|
+
/>
|
|
1217
|
+
<path
|
|
1218
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
1219
|
+
fill="url(#linearGradient-drawer-jump-links-masthead)"
|
|
1220
|
+
/>
|
|
1221
|
+
<path
|
|
1222
|
+
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"
|
|
1223
|
+
fill="url(#linearGradient-drawer-jump-links-masthead)"
|
|
1224
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
1225
|
+
/>
|
|
1226
|
+
</g>
|
|
1296
1227
|
</g>
|
|
1297
|
-
</
|
|
1298
|
-
</
|
|
1299
|
-
</
|
|
1228
|
+
</svg>
|
|
1229
|
+
</a>
|
|
1230
|
+
</div>
|
|
1300
1231
|
</div>
|
|
1301
1232
|
<div class="pf-v6-c-masthead__content">
|
|
1302
1233
|
<div
|
|
@@ -1305,41 +1236,11 @@ wrapperTag: div
|
|
|
1305
1236
|
>
|
|
1306
1237
|
<div class="pf-v6-c-toolbar__content">
|
|
1307
1238
|
<div class="pf-v6-c-toolbar__content-section">
|
|
1308
|
-
<div class="pf-v6-c-toolbar__item">
|
|
1309
|
-
<button
|
|
1310
|
-
class="pf-v6-c-menu-toggle"
|
|
1311
|
-
type="button"
|
|
1312
|
-
aria-expanded="false"
|
|
1313
|
-
>
|
|
1314
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
1315
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
1316
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1317
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1318
|
-
</span>
|
|
1319
|
-
</span>
|
|
1320
|
-
</button>
|
|
1321
|
-
</div>
|
|
1322
|
-
|
|
1323
|
-
<div class="pf-v6-c-toolbar__item">
|
|
1324
|
-
<button
|
|
1325
|
-
class="pf-v6-c-menu-toggle"
|
|
1326
|
-
type="button"
|
|
1327
|
-
aria-expanded="false"
|
|
1328
|
-
>
|
|
1329
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
1330
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
1331
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1332
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1333
|
-
</span>
|
|
1334
|
-
</span>
|
|
1335
|
-
</button>
|
|
1336
|
-
</div>
|
|
1337
|
-
|
|
1338
1239
|
<div
|
|
1339
|
-
class="pf-v6-c-toolbar__group pf-m-
|
|
1240
|
+
class="pf-v6-c-toolbar__group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md pf-m-action-group-plain"
|
|
1340
1241
|
>
|
|
1341
1242
|
<div
|
|
1342
|
-
class="pf-v6-c-toolbar__group pf-m-
|
|
1243
|
+
class="pf-v6-c-toolbar__group pf-m-hidden pf-m-visible-on-lg pf-m-action-group-plain"
|
|
1343
1244
|
>
|
|
1344
1245
|
<div class="pf-v6-c-toolbar__item">
|
|
1345
1246
|
<button
|
|
@@ -1378,6 +1279,7 @@ wrapperTag: div
|
|
|
1378
1279
|
</button>
|
|
1379
1280
|
</div>
|
|
1380
1281
|
</div>
|
|
1282
|
+
|
|
1381
1283
|
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
1382
1284
|
<button
|
|
1383
1285
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
@@ -1405,168 +1307,225 @@ wrapperTag: div
|
|
|
1405
1307
|
>
|
|
1406
1308
|
<ul class="pf-v6-c-nav__list" role="list">
|
|
1407
1309
|
<li class="pf-v6-c-nav__item">
|
|
1408
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
1310
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1311
|
+
<span class="pf-v6-c-nav__link-text">System panel</span>
|
|
1312
|
+
</a>
|
|
1409
1313
|
</li>
|
|
1410
1314
|
<li class="pf-v6-c-nav__item">
|
|
1411
1315
|
<a
|
|
1412
1316
|
href="#"
|
|
1413
1317
|
class="pf-v6-c-nav__link pf-m-current"
|
|
1414
1318
|
aria-current="page"
|
|
1415
|
-
>
|
|
1319
|
+
>
|
|
1320
|
+
<span class="pf-v6-c-nav__link-text">Policy</span>
|
|
1321
|
+
</a>
|
|
1416
1322
|
</li>
|
|
1417
1323
|
<li class="pf-v6-c-nav__item">
|
|
1418
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
1324
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1325
|
+
<span class="pf-v6-c-nav__link-text">Authentication</span>
|
|
1326
|
+
</a>
|
|
1419
1327
|
</li>
|
|
1420
1328
|
<li class="pf-v6-c-nav__item">
|
|
1421
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
1329
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1330
|
+
<span class="pf-v6-c-nav__link-text">Network services</span>
|
|
1331
|
+
</a>
|
|
1422
1332
|
</li>
|
|
1423
1333
|
<li class="pf-v6-c-nav__item">
|
|
1424
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
1334
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1335
|
+
<span class="pf-v6-c-nav__link-text">Server</span>
|
|
1336
|
+
</a>
|
|
1425
1337
|
</li>
|
|
1426
1338
|
</ul>
|
|
1427
1339
|
</nav>
|
|
1428
1340
|
</div>
|
|
1429
1341
|
</div>
|
|
1430
|
-
<
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
<div class="pf-v6-c-
|
|
1437
|
-
<div
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
<div class="pf-v6-c-
|
|
1443
|
-
<div class="pf-v6-c-
|
|
1444
|
-
<div class="pf-v6-c-
|
|
1445
|
-
<
|
|
1446
|
-
<
|
|
1447
|
-
class="pf-v6-c-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
class="pf-v6-c-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
>
|
|
1505
|
-
<span
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1342
|
+
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
1343
|
+
<main
|
|
1344
|
+
class="pf-v6-c-page__main"
|
|
1345
|
+
tabindex="-1"
|
|
1346
|
+
id="main-content-drawer-jump-links"
|
|
1347
|
+
>
|
|
1348
|
+
<div class="pf-v6-c-drawer">
|
|
1349
|
+
<div class="pf-v6-c-drawer__main">
|
|
1350
|
+
<div
|
|
1351
|
+
class="pf-v6-c-drawer__content"
|
|
1352
|
+
id="drawer-jump-links-drawer-scrollable-container"
|
|
1353
|
+
>
|
|
1354
|
+
<div class="pf-v6-c-drawer__body">
|
|
1355
|
+
<div class="pf-v6-c-sidebar">
|
|
1356
|
+
<div class="pf-v6-c-sidebar__main">
|
|
1357
|
+
<div class="pf-v6-c-sidebar__panel pf-m-sticky pf-m-gutter">
|
|
1358
|
+
<section class="pf-v6-c-page__main-section">
|
|
1359
|
+
<div class="pf-v6-c-page__main-body">
|
|
1360
|
+
<nav
|
|
1361
|
+
class="pf-v6-c-jump-links pf-m-vertical pf-m-non-expandable-on-md pf-m-expandable"
|
|
1362
|
+
>
|
|
1363
|
+
<div class="pf-v6-c-jump-links__header">
|
|
1364
|
+
<div class="pf-v6-c-jump-links__toggle">
|
|
1365
|
+
<button
|
|
1366
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1367
|
+
type="button"
|
|
1368
|
+
aria-label="Toggle jump links"
|
|
1369
|
+
>
|
|
1370
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
1371
|
+
<span class="pf-v6-c-jump-links__toggle-icon">
|
|
1372
|
+
<i
|
|
1373
|
+
class="fas fa-angle-right"
|
|
1374
|
+
aria-hidden="true"
|
|
1375
|
+
></i>
|
|
1376
|
+
</span>
|
|
1377
|
+
</span>
|
|
1378
|
+
<span
|
|
1379
|
+
class="pf-v6-c-button__text"
|
|
1380
|
+
>Jump to section</span>
|
|
1381
|
+
</button>
|
|
1382
|
+
</div>
|
|
1383
|
+
<div
|
|
1384
|
+
class="pf-v6-c-jump-links__label"
|
|
1385
|
+
>Jump to section</div>
|
|
1386
|
+
</div>
|
|
1387
|
+
<ul class="pf-v6-c-jump-links__list" role="list">
|
|
1388
|
+
<li class="pf-v6-c-jump-links__item pf-m-current">
|
|
1389
|
+
<span class="pf-v6-c-jump-links__link">
|
|
1390
|
+
<a
|
|
1391
|
+
class="pf-v6-c-button pf-m-link"
|
|
1392
|
+
href="#drawer-jump-links-jump-links-first"
|
|
1393
|
+
>
|
|
1394
|
+
<span class="pf-v6-c-button__text">
|
|
1395
|
+
<span
|
|
1396
|
+
class="pf-v6-c-jump-links__link-text"
|
|
1397
|
+
>First section</span>
|
|
1398
|
+
</span>
|
|
1399
|
+
</a>
|
|
1400
|
+
</span>
|
|
1401
|
+
</li>
|
|
1402
|
+
<li class="pf-v6-c-jump-links__item">
|
|
1403
|
+
<span class="pf-v6-c-jump-links__link">
|
|
1404
|
+
<a
|
|
1405
|
+
class="pf-v6-c-button pf-m-link"
|
|
1406
|
+
href="#drawer-jump-links-jump-links-second"
|
|
1407
|
+
>
|
|
1408
|
+
<span class="pf-v6-c-button__text">
|
|
1409
|
+
<span
|
|
1410
|
+
class="pf-v6-c-jump-links__link-text"
|
|
1411
|
+
>Second section</span>
|
|
1412
|
+
</span>
|
|
1413
|
+
</a>
|
|
1414
|
+
</span>
|
|
1415
|
+
</li>
|
|
1416
|
+
<li class="pf-v6-c-jump-links__item">
|
|
1417
|
+
<span class="pf-v6-c-jump-links__link">
|
|
1418
|
+
<a
|
|
1419
|
+
class="pf-v6-c-button pf-m-link"
|
|
1420
|
+
href="#drawer-jump-links-jump-links-third"
|
|
1421
|
+
>
|
|
1422
|
+
<span class="pf-v6-c-button__text">
|
|
1423
|
+
<span
|
|
1424
|
+
class="pf-v6-c-jump-links__link-text"
|
|
1425
|
+
>Third section</span>
|
|
1426
|
+
</span>
|
|
1427
|
+
</a>
|
|
1428
|
+
</span>
|
|
1429
|
+
</li>
|
|
1430
|
+
<li class="pf-v6-c-jump-links__item">
|
|
1431
|
+
<span class="pf-v6-c-jump-links__link">
|
|
1432
|
+
<a
|
|
1433
|
+
class="pf-v6-c-button pf-m-link"
|
|
1434
|
+
href="#drawer-jump-links-jump-links-fourth"
|
|
1435
|
+
>
|
|
1436
|
+
<span class="pf-v6-c-button__text">
|
|
1437
|
+
<span
|
|
1438
|
+
class="pf-v6-c-jump-links__link-text"
|
|
1439
|
+
>Fourth section</span>
|
|
1440
|
+
</span>
|
|
1441
|
+
</a>
|
|
1442
|
+
</span>
|
|
1443
|
+
</li>
|
|
1444
|
+
<li class="pf-v6-c-jump-links__item">
|
|
1445
|
+
<span class="pf-v6-c-jump-links__link">
|
|
1446
|
+
<a
|
|
1447
|
+
class="pf-v6-c-button pf-m-link"
|
|
1448
|
+
href="#drawer-jump-links-jump-links-fifth"
|
|
1449
|
+
>
|
|
1450
|
+
<span class="pf-v6-c-button__text">
|
|
1451
|
+
<span
|
|
1452
|
+
class="pf-v6-c-jump-links__link-text"
|
|
1453
|
+
>Fifth section</span>
|
|
1454
|
+
</span>
|
|
1455
|
+
</a>
|
|
1456
|
+
</span>
|
|
1457
|
+
</li>
|
|
1458
|
+
</ul>
|
|
1459
|
+
</nav>
|
|
1460
|
+
</div>
|
|
1461
|
+
</section>
|
|
1462
|
+
</div>
|
|
1463
|
+
<div class="pf-v6-c-sidebar__content">
|
|
1464
|
+
<section class="pf-v6-c-page__main-section">
|
|
1465
|
+
<div class="pf-v6-c-page__main-body">
|
|
1466
|
+
<div class="pf-v6-c-content">
|
|
1467
|
+
<p>
|
|
1468
|
+
<b>Note:</b> Jump links require javascript to look and function properly, so while clicking on the jump links in these demos may take you to anchors on the page, the full functionality isn't implemented. Refer to the react demos to see the intended design and functionality.
|
|
1469
|
+
</p>
|
|
1521
1470
|
|
|
1522
|
-
|
|
1523
|
-
|
|
1471
|
+
<h2
|
|
1472
|
+
id="drawer-jump-links-jump-links-first"
|
|
1473
|
+
>First section</h2>
|
|
1474
|
+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sed dui ullamcorper, dignissim purus eu, mattis leo. Curabitur eleifend turpis ipsum, aliquam pretium risus efficitur vel. Etiam eget enim vitae quam facilisis pharetra at eget diam. Suspendisse ut vulputate magna. Nunc viverra posuere orci sit amet pulvinar. Quisque dui justo, egestas ac accumsan suscipit, tristique eu risus. In aliquet libero ante, ac pulvinar lectus pretium in. Ut enim tellus, vulputate et lorem et, hendrerit rutrum diam. Cras pharetra dapibus elit vitae ullamcorper. Nulla facilisis euismod diam, at sodales sem laoreet hendrerit. Curabitur porttitor ex nulla. Proin ligula leo, egestas ac nibh a, pellentesque mollis augue. Donec nec augue vehicula eros pulvinar vehicula eget rutrum neque. Duis sit amet interdum lorem. Vivamus porttitor nec quam a accumsan. Nam pretium vitae leo vitae rhoncus.</p>
|
|
1524
1475
|
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1476
|
+
<h2
|
|
1477
|
+
id="drawer-jump-links-jump-links-second"
|
|
1478
|
+
>Second section</h2>
|
|
1479
|
+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sed dui ullamcorper, dignissim purus eu, mattis leo. Curabitur eleifend turpis ipsum, aliquam pretium risus efficitur vel. Etiam eget enim vitae quam facilisis pharetra at eget diam. Suspendisse ut vulputate magna. Nunc viverra posuere orci sit amet pulvinar. Quisque dui justo, egestas ac accumsan suscipit, tristique eu risus. In aliquet libero ante, ac pulvinar lectus pretium in. Ut enim tellus, vulputate et lorem et, hendrerit rutrum diam. Cras pharetra dapibus elit vitae ullamcorper. Nulla facilisis euismod diam, at sodales sem laoreet hendrerit. Curabitur porttitor ex nulla. Proin ligula leo, egestas ac nibh a, pellentesque mollis augue. Donec nec augue vehicula eros pulvinar vehicula eget rutrum neque. Duis sit amet interdum lorem. Vivamus porttitor nec quam a accumsan. Nam pretium vitae leo vitae rhoncus.</p>
|
|
1529
1480
|
|
|
1530
|
-
|
|
1531
|
-
|
|
1481
|
+
<h2
|
|
1482
|
+
id="drawer-jump-links-jump-links-third"
|
|
1483
|
+
>Third section</h2>
|
|
1484
|
+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sed dui ullamcorper, dignissim purus eu, mattis leo. Curabitur eleifend turpis ipsum, aliquam pretium risus efficitur vel. Etiam eget enim vitae quam facilisis pharetra at eget diam. Suspendisse ut vulputate magna. Nunc viverra posuere orci sit amet pulvinar. Quisque dui justo, egestas ac accumsan suscipit, tristique eu risus. In aliquet libero ante, ac pulvinar lectus pretium in. Ut enim tellus, vulputate et lorem et, hendrerit rutrum diam. Cras pharetra dapibus elit vitae ullamcorper. Nulla facilisis euismod diam, at sodales sem laoreet hendrerit. Curabitur porttitor ex nulla. Proin ligula leo, egestas ac nibh a, pellentesque mollis augue. Donec nec augue vehicula eros pulvinar vehicula eget rutrum neque. Duis sit amet interdum lorem. Vivamus porttitor nec quam a accumsan. Nam pretium vitae leo vitae rhoncus.</p>
|
|
1532
1485
|
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1486
|
+
<h2
|
|
1487
|
+
id="drawer-jump-links-jump-links-fourth"
|
|
1488
|
+
>Fourth section</h2>
|
|
1489
|
+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sed dui ullamcorper, dignissim purus eu, mattis leo. Curabitur eleifend turpis ipsum, aliquam pretium risus efficitur vel. Etiam eget enim vitae quam facilisis pharetra at eget diam. Suspendisse ut vulputate magna. Nunc viverra posuere orci sit amet pulvinar. Quisque dui justo, egestas ac accumsan suscipit, tristique eu risus. In aliquet libero ante, ac pulvinar lectus pretium in. Ut enim tellus, vulputate et lorem et, hendrerit rutrum diam. Cras pharetra dapibus elit vitae ullamcorper. Nulla facilisis euismod diam, at sodales sem laoreet hendrerit. Curabitur porttitor ex nulla. Proin ligula leo, egestas ac nibh a, pellentesque mollis augue. Donec nec augue vehicula eros pulvinar vehicula eget rutrum neque. Duis sit amet interdum lorem. Vivamus porttitor nec quam a accumsan. Nam pretium vitae leo vitae rhoncus.</p>
|
|
1537
1490
|
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1491
|
+
<h2
|
|
1492
|
+
id="drawer-jump-links-jump-links-fifth"
|
|
1493
|
+
>Fifth section</h2>
|
|
1494
|
+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sed dui ullamcorper, dignissim purus eu, mattis leo. Curabitur eleifend turpis ipsum, aliquam pretium risus efficitur vel. Etiam eget enim vitae quam facilisis pharetra at eget diam. Suspendisse ut vulputate magna. Nunc viverra posuere orci sit amet pulvinar. Quisque dui justo, egestas ac accumsan suscipit, tristique eu risus. In aliquet libero ante, ac pulvinar lectus pretium in. Ut enim tellus, vulputate et lorem et, hendrerit rutrum diam. Cras pharetra dapibus elit vitae ullamcorper. Nulla facilisis euismod diam, at sodales sem laoreet hendrerit. Curabitur porttitor ex nulla. Proin ligula leo, egestas ac nibh a, pellentesque mollis augue. Donec nec augue vehicula eros pulvinar vehicula eget rutrum neque. Duis sit amet interdum lorem. Vivamus porttitor nec quam a accumsan. Nam pretium vitae leo vitae rhoncus.</p>
|
|
1495
|
+
</div>
|
|
1496
|
+
</div>
|
|
1497
|
+
</section>
|
|
1498
|
+
</div>
|
|
1542
1499
|
</div>
|
|
1543
1500
|
</div>
|
|
1544
1501
|
</div>
|
|
1545
1502
|
</div>
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1503
|
+
<div class="pf-v6-c-drawer__panel" hidden>
|
|
1504
|
+
<div class="pf-v6-c-drawer__head">
|
|
1505
|
+
<span>Drawer panel header content</span>
|
|
1506
|
+
<div class="pf-v6-c-drawer__actions">
|
|
1507
|
+
<div class="pf-v6-c-drawer__close">
|
|
1508
|
+
<button
|
|
1509
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1510
|
+
type="button"
|
|
1511
|
+
aria-label="Close drawer panel"
|
|
1512
|
+
>
|
|
1513
|
+
<span class="pf-v6-c-button__icon">
|
|
1514
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
1515
|
+
</span>
|
|
1516
|
+
</button>
|
|
1517
|
+
</div>
|
|
1559
1518
|
</div>
|
|
1560
1519
|
</div>
|
|
1520
|
+
<div
|
|
1521
|
+
class="pf-v6-c-drawer__description"
|
|
1522
|
+
>This is a helpful description of the drawer panel.</div>
|
|
1523
|
+
<div class="pf-v6-c-drawer__body">Drawer panel body content</div>
|
|
1561
1524
|
</div>
|
|
1562
|
-
<div
|
|
1563
|
-
class="pf-v6-c-drawer__description"
|
|
1564
|
-
>This is a helpful description of the drawer panel.</div>
|
|
1565
|
-
<div class="pf-v6-c-drawer__body">Drawer panel body content</div>
|
|
1566
1525
|
</div>
|
|
1567
1526
|
</div>
|
|
1568
|
-
</
|
|
1569
|
-
</
|
|
1527
|
+
</main>
|
|
1528
|
+
</div>
|
|
1570
1529
|
</div>
|
|
1571
1530
|
|
|
1572
1531
|
```
|
|
@@ -1579,91 +1538,99 @@ wrapperTag: div
|
|
|
1579
1538
|
<a
|
|
1580
1539
|
class="pf-v6-c-button pf-m-primary"
|
|
1581
1540
|
href="#main-content-drawer-expanded-jump-links"
|
|
1582
|
-
>
|
|
1541
|
+
>
|
|
1542
|
+
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
1543
|
+
</a>
|
|
1583
1544
|
</div>
|
|
1584
1545
|
<header class="pf-v6-c-masthead" id="drawer-expanded-jump-links-masthead">
|
|
1585
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
1586
|
-
<button
|
|
1587
|
-
class="pf-v6-c-button pf-m-plain"
|
|
1588
|
-
type="button"
|
|
1589
|
-
aria-label="Global navigation"
|
|
1590
|
-
>
|
|
1591
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
1592
|
-
</button>
|
|
1593
|
-
</span>
|
|
1594
1546
|
<div class="pf-v6-c-masthead__main">
|
|
1595
|
-
<
|
|
1596
|
-
<
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1547
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
1548
|
+
<button
|
|
1549
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1550
|
+
type="button"
|
|
1551
|
+
aria-label="Global navigation"
|
|
1552
|
+
>
|
|
1553
|
+
<span class="pf-v6-c-button__icon">
|
|
1554
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
1555
|
+
</span>
|
|
1556
|
+
</button>
|
|
1557
|
+
</span>
|
|
1558
|
+
<div class="pf-v6-c-masthead__brand">
|
|
1559
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
1560
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
1561
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
1562
|
+
<defs>
|
|
1563
|
+
<linearGradient
|
|
1564
|
+
x1="68%"
|
|
1565
|
+
y1="2.25860997e-13%"
|
|
1566
|
+
x2="32%"
|
|
1567
|
+
y2="100%"
|
|
1568
|
+
id="linearGradient-drawer-expanded-jump-links-masthead"
|
|
1569
|
+
>
|
|
1570
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
1571
|
+
<stop
|
|
1572
|
+
stop-color="#73BCF7"
|
|
1573
|
+
stop-opacity="0.502212631"
|
|
1574
|
+
offset="100%"
|
|
1575
|
+
/>
|
|
1576
|
+
</linearGradient>
|
|
1577
|
+
</defs>
|
|
1578
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
1579
|
+
<g
|
|
1580
|
+
transform="translate(206.000000, 45.750000)"
|
|
1581
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
1582
|
+
fill-rule="nonzero"
|
|
1583
|
+
>
|
|
1584
|
+
<path
|
|
1585
|
+
d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
|
|
1586
|
+
/>
|
|
1587
|
+
<path
|
|
1588
|
+
d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
|
|
1589
|
+
/>
|
|
1590
|
+
<path
|
|
1591
|
+
d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
|
|
1592
|
+
/>
|
|
1593
|
+
<path
|
|
1594
|
+
d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
|
|
1595
|
+
/>
|
|
1596
|
+
<path
|
|
1597
|
+
d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
|
|
1598
|
+
/>
|
|
1599
|
+
<path
|
|
1600
|
+
d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
|
|
1601
|
+
/>
|
|
1602
|
+
<path
|
|
1603
|
+
d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
|
|
1604
|
+
/>
|
|
1605
|
+
<polygon
|
|
1606
|
+
points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
|
|
1607
|
+
/>
|
|
1608
|
+
<polygon
|
|
1609
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
1610
|
+
/>
|
|
1611
|
+
<path
|
|
1612
|
+
d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
|
|
1613
|
+
/>
|
|
1614
|
+
</g>
|
|
1615
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
1616
|
+
<path
|
|
1617
|
+
d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
|
|
1618
|
+
fill="#0066CC"
|
|
1619
|
+
/>
|
|
1620
|
+
<path
|
|
1621
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
1622
|
+
fill="url(#linearGradient-drawer-expanded-jump-links-masthead)"
|
|
1623
|
+
/>
|
|
1624
|
+
<path
|
|
1625
|
+
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"
|
|
1626
|
+
fill="url(#linearGradient-drawer-expanded-jump-links-masthead)"
|
|
1627
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
1628
|
+
/>
|
|
1629
|
+
</g>
|
|
1663
1630
|
</g>
|
|
1664
|
-
</
|
|
1665
|
-
</
|
|
1666
|
-
</
|
|
1631
|
+
</svg>
|
|
1632
|
+
</a>
|
|
1633
|
+
</div>
|
|
1667
1634
|
</div>
|
|
1668
1635
|
<div class="pf-v6-c-masthead__content">
|
|
1669
1636
|
<div
|
|
@@ -1672,41 +1639,11 @@ wrapperTag: div
|
|
|
1672
1639
|
>
|
|
1673
1640
|
<div class="pf-v6-c-toolbar__content">
|
|
1674
1641
|
<div class="pf-v6-c-toolbar__content-section">
|
|
1675
|
-
<div class="pf-v6-c-toolbar__item">
|
|
1676
|
-
<button
|
|
1677
|
-
class="pf-v6-c-menu-toggle"
|
|
1678
|
-
type="button"
|
|
1679
|
-
aria-expanded="false"
|
|
1680
|
-
>
|
|
1681
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
1682
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
1683
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1684
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1685
|
-
</span>
|
|
1686
|
-
</span>
|
|
1687
|
-
</button>
|
|
1688
|
-
</div>
|
|
1689
|
-
|
|
1690
|
-
<div class="pf-v6-c-toolbar__item">
|
|
1691
|
-
<button
|
|
1692
|
-
class="pf-v6-c-menu-toggle"
|
|
1693
|
-
type="button"
|
|
1694
|
-
aria-expanded="false"
|
|
1695
|
-
>
|
|
1696
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
1697
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
1698
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1699
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1700
|
-
</span>
|
|
1701
|
-
</span>
|
|
1702
|
-
</button>
|
|
1703
|
-
</div>
|
|
1704
|
-
|
|
1705
1642
|
<div
|
|
1706
|
-
class="pf-v6-c-toolbar__group pf-m-
|
|
1643
|
+
class="pf-v6-c-toolbar__group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md pf-m-action-group-plain"
|
|
1707
1644
|
>
|
|
1708
1645
|
<div
|
|
1709
|
-
class="pf-v6-c-toolbar__group pf-m-
|
|
1646
|
+
class="pf-v6-c-toolbar__group pf-m-hidden pf-m-visible-on-lg pf-m-action-group-plain"
|
|
1710
1647
|
>
|
|
1711
1648
|
<div class="pf-v6-c-toolbar__item">
|
|
1712
1649
|
<button
|
|
@@ -1745,6 +1682,7 @@ wrapperTag: div
|
|
|
1745
1682
|
</button>
|
|
1746
1683
|
</div>
|
|
1747
1684
|
</div>
|
|
1685
|
+
|
|
1748
1686
|
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
1749
1687
|
<button
|
|
1750
1688
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
@@ -1772,174 +1710,225 @@ wrapperTag: div
|
|
|
1772
1710
|
>
|
|
1773
1711
|
<ul class="pf-v6-c-nav__list" role="list">
|
|
1774
1712
|
<li class="pf-v6-c-nav__item">
|
|
1775
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
1713
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1714
|
+
<span class="pf-v6-c-nav__link-text">System panel</span>
|
|
1715
|
+
</a>
|
|
1776
1716
|
</li>
|
|
1777
1717
|
<li class="pf-v6-c-nav__item">
|
|
1778
1718
|
<a
|
|
1779
1719
|
href="#"
|
|
1780
1720
|
class="pf-v6-c-nav__link pf-m-current"
|
|
1781
1721
|
aria-current="page"
|
|
1782
|
-
>
|
|
1722
|
+
>
|
|
1723
|
+
<span class="pf-v6-c-nav__link-text">Policy</span>
|
|
1724
|
+
</a>
|
|
1783
1725
|
</li>
|
|
1784
1726
|
<li class="pf-v6-c-nav__item">
|
|
1785
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
1727
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1728
|
+
<span class="pf-v6-c-nav__link-text">Authentication</span>
|
|
1729
|
+
</a>
|
|
1786
1730
|
</li>
|
|
1787
1731
|
<li class="pf-v6-c-nav__item">
|
|
1788
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
1732
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1733
|
+
<span class="pf-v6-c-nav__link-text">Network services</span>
|
|
1734
|
+
</a>
|
|
1789
1735
|
</li>
|
|
1790
1736
|
<li class="pf-v6-c-nav__item">
|
|
1791
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
1737
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1738
|
+
<span class="pf-v6-c-nav__link-text">Server</span>
|
|
1739
|
+
</a>
|
|
1792
1740
|
</li>
|
|
1793
1741
|
</ul>
|
|
1794
1742
|
</nav>
|
|
1795
1743
|
</div>
|
|
1796
1744
|
</div>
|
|
1797
|
-
<
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
<div class="pf-v6-c-
|
|
1804
|
-
<div
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
<div class="pf-v6-c-
|
|
1810
|
-
<div class="pf-v6-c-
|
|
1811
|
-
<div class="pf-v6-c-
|
|
1812
|
-
<
|
|
1813
|
-
<
|
|
1814
|
-
class="pf-v6-c-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
class="pf-v6-c-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
>
|
|
1872
|
-
<span
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1745
|
+
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
1746
|
+
<main
|
|
1747
|
+
class="pf-v6-c-page__main"
|
|
1748
|
+
tabindex="-1"
|
|
1749
|
+
id="main-content-drawer-expanded-jump-links"
|
|
1750
|
+
>
|
|
1751
|
+
<div class="pf-v6-c-drawer pf-m-expanded">
|
|
1752
|
+
<div class="pf-v6-c-drawer__main">
|
|
1753
|
+
<div
|
|
1754
|
+
class="pf-v6-c-drawer__content"
|
|
1755
|
+
id="drawer-expanded-jump-links-drawer-scrollable-container"
|
|
1756
|
+
>
|
|
1757
|
+
<div class="pf-v6-c-drawer__body">
|
|
1758
|
+
<div class="pf-v6-c-sidebar">
|
|
1759
|
+
<div class="pf-v6-c-sidebar__main">
|
|
1760
|
+
<div class="pf-v6-c-sidebar__panel pf-m-sticky pf-m-gutter">
|
|
1761
|
+
<section class="pf-v6-c-page__main-section">
|
|
1762
|
+
<div class="pf-v6-c-page__main-body">
|
|
1763
|
+
<nav
|
|
1764
|
+
class="pf-v6-c-jump-links pf-m-vertical pf-m-non-expandable-on-md pf-m-expandable"
|
|
1765
|
+
>
|
|
1766
|
+
<div class="pf-v6-c-jump-links__header">
|
|
1767
|
+
<div class="pf-v6-c-jump-links__toggle">
|
|
1768
|
+
<button
|
|
1769
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1770
|
+
type="button"
|
|
1771
|
+
aria-label="Toggle jump links"
|
|
1772
|
+
>
|
|
1773
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
1774
|
+
<span class="pf-v6-c-jump-links__toggle-icon">
|
|
1775
|
+
<i
|
|
1776
|
+
class="fas fa-angle-right"
|
|
1777
|
+
aria-hidden="true"
|
|
1778
|
+
></i>
|
|
1779
|
+
</span>
|
|
1780
|
+
</span>
|
|
1781
|
+
<span
|
|
1782
|
+
class="pf-v6-c-button__text"
|
|
1783
|
+
>Jump to section</span>
|
|
1784
|
+
</button>
|
|
1785
|
+
</div>
|
|
1786
|
+
<div
|
|
1787
|
+
class="pf-v6-c-jump-links__label"
|
|
1788
|
+
>Jump to section</div>
|
|
1789
|
+
</div>
|
|
1790
|
+
<ul class="pf-v6-c-jump-links__list" role="list">
|
|
1791
|
+
<li class="pf-v6-c-jump-links__item pf-m-current">
|
|
1792
|
+
<span class="pf-v6-c-jump-links__link">
|
|
1793
|
+
<a
|
|
1794
|
+
class="pf-v6-c-button pf-m-link"
|
|
1795
|
+
href="#drawer-expanded-jump-links-jump-links-first"
|
|
1796
|
+
>
|
|
1797
|
+
<span class="pf-v6-c-button__text">
|
|
1798
|
+
<span
|
|
1799
|
+
class="pf-v6-c-jump-links__link-text"
|
|
1800
|
+
>First section</span>
|
|
1801
|
+
</span>
|
|
1802
|
+
</a>
|
|
1803
|
+
</span>
|
|
1804
|
+
</li>
|
|
1805
|
+
<li class="pf-v6-c-jump-links__item">
|
|
1806
|
+
<span class="pf-v6-c-jump-links__link">
|
|
1807
|
+
<a
|
|
1808
|
+
class="pf-v6-c-button pf-m-link"
|
|
1809
|
+
href="#drawer-expanded-jump-links-jump-links-second"
|
|
1810
|
+
>
|
|
1811
|
+
<span class="pf-v6-c-button__text">
|
|
1812
|
+
<span
|
|
1813
|
+
class="pf-v6-c-jump-links__link-text"
|
|
1814
|
+
>Second section</span>
|
|
1815
|
+
</span>
|
|
1816
|
+
</a>
|
|
1817
|
+
</span>
|
|
1818
|
+
</li>
|
|
1819
|
+
<li class="pf-v6-c-jump-links__item">
|
|
1820
|
+
<span class="pf-v6-c-jump-links__link">
|
|
1821
|
+
<a
|
|
1822
|
+
class="pf-v6-c-button pf-m-link"
|
|
1823
|
+
href="#drawer-expanded-jump-links-jump-links-third"
|
|
1824
|
+
>
|
|
1825
|
+
<span class="pf-v6-c-button__text">
|
|
1826
|
+
<span
|
|
1827
|
+
class="pf-v6-c-jump-links__link-text"
|
|
1828
|
+
>Third section</span>
|
|
1829
|
+
</span>
|
|
1830
|
+
</a>
|
|
1831
|
+
</span>
|
|
1832
|
+
</li>
|
|
1833
|
+
<li class="pf-v6-c-jump-links__item">
|
|
1834
|
+
<span class="pf-v6-c-jump-links__link">
|
|
1835
|
+
<a
|
|
1836
|
+
class="pf-v6-c-button pf-m-link"
|
|
1837
|
+
href="#drawer-expanded-jump-links-jump-links-fourth"
|
|
1838
|
+
>
|
|
1839
|
+
<span class="pf-v6-c-button__text">
|
|
1840
|
+
<span
|
|
1841
|
+
class="pf-v6-c-jump-links__link-text"
|
|
1842
|
+
>Fourth section</span>
|
|
1843
|
+
</span>
|
|
1844
|
+
</a>
|
|
1845
|
+
</span>
|
|
1846
|
+
</li>
|
|
1847
|
+
<li class="pf-v6-c-jump-links__item">
|
|
1848
|
+
<span class="pf-v6-c-jump-links__link">
|
|
1849
|
+
<a
|
|
1850
|
+
class="pf-v6-c-button pf-m-link"
|
|
1851
|
+
href="#drawer-expanded-jump-links-jump-links-fifth"
|
|
1852
|
+
>
|
|
1853
|
+
<span class="pf-v6-c-button__text">
|
|
1854
|
+
<span
|
|
1855
|
+
class="pf-v6-c-jump-links__link-text"
|
|
1856
|
+
>Fifth section</span>
|
|
1857
|
+
</span>
|
|
1858
|
+
</a>
|
|
1859
|
+
</span>
|
|
1860
|
+
</li>
|
|
1861
|
+
</ul>
|
|
1862
|
+
</nav>
|
|
1863
|
+
</div>
|
|
1864
|
+
</section>
|
|
1865
|
+
</div>
|
|
1866
|
+
<div class="pf-v6-c-sidebar__content">
|
|
1867
|
+
<section class="pf-v6-c-page__main-section">
|
|
1868
|
+
<div class="pf-v6-c-page__main-body">
|
|
1869
|
+
<div class="pf-v6-c-content">
|
|
1870
|
+
<p>
|
|
1871
|
+
<b>Note:</b> Jump links require javascript to look and function properly, so while clicking on the jump links in these demos may take you to anchors on the page, the full functionality isn't implemented. Refer to the react demos to see the intended design and functionality.
|
|
1872
|
+
</p>
|
|
1888
1873
|
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1874
|
+
<h2
|
|
1875
|
+
id="drawer-expanded-jump-links-jump-links-first"
|
|
1876
|
+
>First section</h2>
|
|
1877
|
+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sed dui ullamcorper, dignissim purus eu, mattis leo. Curabitur eleifend turpis ipsum, aliquam pretium risus efficitur vel. Etiam eget enim vitae quam facilisis pharetra at eget diam. Suspendisse ut vulputate magna. Nunc viverra posuere orci sit amet pulvinar. Quisque dui justo, egestas ac accumsan suscipit, tristique eu risus. In aliquet libero ante, ac pulvinar lectus pretium in. Ut enim tellus, vulputate et lorem et, hendrerit rutrum diam. Cras pharetra dapibus elit vitae ullamcorper. Nulla facilisis euismod diam, at sodales sem laoreet hendrerit. Curabitur porttitor ex nulla. Proin ligula leo, egestas ac nibh a, pellentesque mollis augue. Donec nec augue vehicula eros pulvinar vehicula eget rutrum neque. Duis sit amet interdum lorem. Vivamus porttitor nec quam a accumsan. Nam pretium vitae leo vitae rhoncus.</p>
|
|
1893
1878
|
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1879
|
+
<h2
|
|
1880
|
+
id="drawer-expanded-jump-links-jump-links-second"
|
|
1881
|
+
>Second section</h2>
|
|
1882
|
+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sed dui ullamcorper, dignissim purus eu, mattis leo. Curabitur eleifend turpis ipsum, aliquam pretium risus efficitur vel. Etiam eget enim vitae quam facilisis pharetra at eget diam. Suspendisse ut vulputate magna. Nunc viverra posuere orci sit amet pulvinar. Quisque dui justo, egestas ac accumsan suscipit, tristique eu risus. In aliquet libero ante, ac pulvinar lectus pretium in. Ut enim tellus, vulputate et lorem et, hendrerit rutrum diam. Cras pharetra dapibus elit vitae ullamcorper. Nulla facilisis euismod diam, at sodales sem laoreet hendrerit. Curabitur porttitor ex nulla. Proin ligula leo, egestas ac nibh a, pellentesque mollis augue. Donec nec augue vehicula eros pulvinar vehicula eget rutrum neque. Duis sit amet interdum lorem. Vivamus porttitor nec quam a accumsan. Nam pretium vitae leo vitae rhoncus.</p>
|
|
1898
1883
|
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1884
|
+
<h2
|
|
1885
|
+
id="drawer-expanded-jump-links-jump-links-third"
|
|
1886
|
+
>Third section</h2>
|
|
1887
|
+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sed dui ullamcorper, dignissim purus eu, mattis leo. Curabitur eleifend turpis ipsum, aliquam pretium risus efficitur vel. Etiam eget enim vitae quam facilisis pharetra at eget diam. Suspendisse ut vulputate magna. Nunc viverra posuere orci sit amet pulvinar. Quisque dui justo, egestas ac accumsan suscipit, tristique eu risus. In aliquet libero ante, ac pulvinar lectus pretium in. Ut enim tellus, vulputate et lorem et, hendrerit rutrum diam. Cras pharetra dapibus elit vitae ullamcorper. Nulla facilisis euismod diam, at sodales sem laoreet hendrerit. Curabitur porttitor ex nulla. Proin ligula leo, egestas ac nibh a, pellentesque mollis augue. Donec nec augue vehicula eros pulvinar vehicula eget rutrum neque. Duis sit amet interdum lorem. Vivamus porttitor nec quam a accumsan. Nam pretium vitae leo vitae rhoncus.</p>
|
|
1903
1888
|
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1889
|
+
<h2
|
|
1890
|
+
id="drawer-expanded-jump-links-jump-links-fourth"
|
|
1891
|
+
>Fourth section</h2>
|
|
1892
|
+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sed dui ullamcorper, dignissim purus eu, mattis leo. Curabitur eleifend turpis ipsum, aliquam pretium risus efficitur vel. Etiam eget enim vitae quam facilisis pharetra at eget diam. Suspendisse ut vulputate magna. Nunc viverra posuere orci sit amet pulvinar. Quisque dui justo, egestas ac accumsan suscipit, tristique eu risus. In aliquet libero ante, ac pulvinar lectus pretium in. Ut enim tellus, vulputate et lorem et, hendrerit rutrum diam. Cras pharetra dapibus elit vitae ullamcorper. Nulla facilisis euismod diam, at sodales sem laoreet hendrerit. Curabitur porttitor ex nulla. Proin ligula leo, egestas ac nibh a, pellentesque mollis augue. Donec nec augue vehicula eros pulvinar vehicula eget rutrum neque. Duis sit amet interdum lorem. Vivamus porttitor nec quam a accumsan. Nam pretium vitae leo vitae rhoncus.</p>
|
|
1908
1893
|
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1894
|
+
<h2
|
|
1895
|
+
id="drawer-expanded-jump-links-jump-links-fifth"
|
|
1896
|
+
>Fifth section</h2>
|
|
1897
|
+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sed dui ullamcorper, dignissim purus eu, mattis leo. Curabitur eleifend turpis ipsum, aliquam pretium risus efficitur vel. Etiam eget enim vitae quam facilisis pharetra at eget diam. Suspendisse ut vulputate magna. Nunc viverra posuere orci sit amet pulvinar. Quisque dui justo, egestas ac accumsan suscipit, tristique eu risus. In aliquet libero ante, ac pulvinar lectus pretium in. Ut enim tellus, vulputate et lorem et, hendrerit rutrum diam. Cras pharetra dapibus elit vitae ullamcorper. Nulla facilisis euismod diam, at sodales sem laoreet hendrerit. Curabitur porttitor ex nulla. Proin ligula leo, egestas ac nibh a, pellentesque mollis augue. Donec nec augue vehicula eros pulvinar vehicula eget rutrum neque. Duis sit amet interdum lorem. Vivamus porttitor nec quam a accumsan. Nam pretium vitae leo vitae rhoncus.</p>
|
|
1898
|
+
</div>
|
|
1899
|
+
</div>
|
|
1900
|
+
</section>
|
|
1901
|
+
</div>
|
|
1915
1902
|
</div>
|
|
1916
1903
|
</div>
|
|
1917
1904
|
</div>
|
|
1918
1905
|
</div>
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1906
|
+
<div class="pf-v6-c-drawer__panel">
|
|
1907
|
+
<div class="pf-v6-c-drawer__head">
|
|
1908
|
+
<span>Drawer panel header content</span>
|
|
1909
|
+
<div class="pf-v6-c-drawer__actions">
|
|
1910
|
+
<div class="pf-v6-c-drawer__close">
|
|
1911
|
+
<button
|
|
1912
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1913
|
+
type="button"
|
|
1914
|
+
aria-label="Close drawer panel"
|
|
1915
|
+
>
|
|
1916
|
+
<span class="pf-v6-c-button__icon">
|
|
1917
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
1918
|
+
</span>
|
|
1919
|
+
</button>
|
|
1920
|
+
</div>
|
|
1932
1921
|
</div>
|
|
1933
1922
|
</div>
|
|
1923
|
+
<div
|
|
1924
|
+
class="pf-v6-c-drawer__description"
|
|
1925
|
+
>This is a helpful description of the drawer panel.</div>
|
|
1926
|
+
<div class="pf-v6-c-drawer__body">Drawer panel body content</div>
|
|
1934
1927
|
</div>
|
|
1935
|
-
<div
|
|
1936
|
-
class="pf-v6-c-drawer__description"
|
|
1937
|
-
>This is a helpful description of the drawer panel.</div>
|
|
1938
|
-
<div class="pf-v6-c-drawer__body">Drawer panel body content</div>
|
|
1939
1928
|
</div>
|
|
1940
1929
|
</div>
|
|
1941
|
-
</
|
|
1942
|
-
</
|
|
1930
|
+
</main>
|
|
1931
|
+
</div>
|
|
1943
1932
|
</div>
|
|
1944
1933
|
|
|
1945
1934
|
```
|