@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
|
@@ -11,91 +11,99 @@ section: components
|
|
|
11
11
|
<a
|
|
12
12
|
class="pf-v6-c-button pf-m-primary"
|
|
13
13
|
href="#main-content-modal-basic-example"
|
|
14
|
-
>
|
|
14
|
+
>
|
|
15
|
+
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
16
|
+
</a>
|
|
15
17
|
</div>
|
|
16
18
|
<header class="pf-v6-c-masthead" id="modal-basic-example-masthead">
|
|
17
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
18
|
-
<button
|
|
19
|
-
class="pf-v6-c-button pf-m-plain"
|
|
20
|
-
type="button"
|
|
21
|
-
aria-label="Global navigation"
|
|
22
|
-
>
|
|
23
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
24
|
-
</button>
|
|
25
|
-
</span>
|
|
26
19
|
<div class="pf-v6-c-masthead__main">
|
|
27
|
-
<
|
|
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
|
-
|
|
20
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
21
|
+
<button
|
|
22
|
+
class="pf-v6-c-button pf-m-plain"
|
|
23
|
+
type="button"
|
|
24
|
+
aria-label="Global navigation"
|
|
25
|
+
>
|
|
26
|
+
<span class="pf-v6-c-button__icon">
|
|
27
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
28
|
+
</span>
|
|
29
|
+
</button>
|
|
30
|
+
</span>
|
|
31
|
+
<div class="pf-v6-c-masthead__brand">
|
|
32
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
33
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
34
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
35
|
+
<defs>
|
|
36
|
+
<linearGradient
|
|
37
|
+
x1="68%"
|
|
38
|
+
y1="2.25860997e-13%"
|
|
39
|
+
x2="32%"
|
|
40
|
+
y2="100%"
|
|
41
|
+
id="linearGradient-modal-basic-example-masthead"
|
|
42
|
+
>
|
|
43
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
44
|
+
<stop
|
|
45
|
+
stop-color="#73BCF7"
|
|
46
|
+
stop-opacity="0.502212631"
|
|
47
|
+
offset="100%"
|
|
48
|
+
/>
|
|
49
|
+
</linearGradient>
|
|
50
|
+
</defs>
|
|
51
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
52
|
+
<g
|
|
53
|
+
transform="translate(206.000000, 45.750000)"
|
|
54
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
55
|
+
fill-rule="nonzero"
|
|
56
|
+
>
|
|
57
|
+
<path
|
|
58
|
+
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"
|
|
59
|
+
/>
|
|
60
|
+
<path
|
|
61
|
+
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"
|
|
62
|
+
/>
|
|
63
|
+
<path
|
|
64
|
+
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"
|
|
65
|
+
/>
|
|
66
|
+
<path
|
|
67
|
+
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"
|
|
68
|
+
/>
|
|
69
|
+
<path
|
|
70
|
+
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"
|
|
71
|
+
/>
|
|
72
|
+
<path
|
|
73
|
+
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"
|
|
74
|
+
/>
|
|
75
|
+
<path
|
|
76
|
+
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"
|
|
77
|
+
/>
|
|
78
|
+
<polygon
|
|
79
|
+
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"
|
|
80
|
+
/>
|
|
81
|
+
<polygon
|
|
82
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
83
|
+
/>
|
|
84
|
+
<path
|
|
85
|
+
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"
|
|
86
|
+
/>
|
|
87
|
+
</g>
|
|
88
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
89
|
+
<path
|
|
90
|
+
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"
|
|
91
|
+
fill="#0066CC"
|
|
92
|
+
/>
|
|
93
|
+
<path
|
|
94
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
95
|
+
fill="url(#linearGradient-modal-basic-example-masthead)"
|
|
96
|
+
/>
|
|
97
|
+
<path
|
|
98
|
+
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"
|
|
99
|
+
fill="url(#linearGradient-modal-basic-example-masthead)"
|
|
100
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
101
|
+
/>
|
|
102
|
+
</g>
|
|
95
103
|
</g>
|
|
96
|
-
</
|
|
97
|
-
</
|
|
98
|
-
</
|
|
104
|
+
</svg>
|
|
105
|
+
</a>
|
|
106
|
+
</div>
|
|
99
107
|
</div>
|
|
100
108
|
<div class="pf-v6-c-masthead__content">
|
|
101
109
|
<div
|
|
@@ -104,41 +112,11 @@ section: components
|
|
|
104
112
|
>
|
|
105
113
|
<div class="pf-v6-c-toolbar__content">
|
|
106
114
|
<div class="pf-v6-c-toolbar__content-section">
|
|
107
|
-
<div class="pf-v6-c-toolbar__item">
|
|
108
|
-
<button
|
|
109
|
-
class="pf-v6-c-menu-toggle"
|
|
110
|
-
type="button"
|
|
111
|
-
aria-expanded="false"
|
|
112
|
-
>
|
|
113
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
114
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
115
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
116
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
117
|
-
</span>
|
|
118
|
-
</span>
|
|
119
|
-
</button>
|
|
120
|
-
</div>
|
|
121
|
-
|
|
122
|
-
<div class="pf-v6-c-toolbar__item">
|
|
123
|
-
<button
|
|
124
|
-
class="pf-v6-c-menu-toggle"
|
|
125
|
-
type="button"
|
|
126
|
-
aria-expanded="false"
|
|
127
|
-
>
|
|
128
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
129
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
130
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
131
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
132
|
-
</span>
|
|
133
|
-
</span>
|
|
134
|
-
</button>
|
|
135
|
-
</div>
|
|
136
|
-
|
|
137
115
|
<div
|
|
138
|
-
class="pf-v6-c-toolbar__group pf-m-
|
|
116
|
+
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"
|
|
139
117
|
>
|
|
140
118
|
<div
|
|
141
|
-
class="pf-v6-c-toolbar__group pf-m-
|
|
119
|
+
class="pf-v6-c-toolbar__group pf-m-hidden pf-m-visible-on-lg pf-m-action-group-plain"
|
|
142
120
|
>
|
|
143
121
|
<div class="pf-v6-c-toolbar__item">
|
|
144
122
|
<button
|
|
@@ -177,6 +155,7 @@ section: components
|
|
|
177
155
|
</button>
|
|
178
156
|
</div>
|
|
179
157
|
</div>
|
|
158
|
+
|
|
180
159
|
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
181
160
|
<button
|
|
182
161
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
@@ -204,114 +183,126 @@ section: components
|
|
|
204
183
|
>
|
|
205
184
|
<ul class="pf-v6-c-nav__list" role="list">
|
|
206
185
|
<li class="pf-v6-c-nav__item">
|
|
207
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
186
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
187
|
+
<span class="pf-v6-c-nav__link-text">System panel</span>
|
|
188
|
+
</a>
|
|
208
189
|
</li>
|
|
209
190
|
<li class="pf-v6-c-nav__item">
|
|
210
191
|
<a
|
|
211
192
|
href="#"
|
|
212
193
|
class="pf-v6-c-nav__link pf-m-current"
|
|
213
194
|
aria-current="page"
|
|
214
|
-
>
|
|
195
|
+
>
|
|
196
|
+
<span class="pf-v6-c-nav__link-text">Policy</span>
|
|
197
|
+
</a>
|
|
215
198
|
</li>
|
|
216
199
|
<li class="pf-v6-c-nav__item">
|
|
217
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
200
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
201
|
+
<span class="pf-v6-c-nav__link-text">Authentication</span>
|
|
202
|
+
</a>
|
|
218
203
|
</li>
|
|
219
204
|
<li class="pf-v6-c-nav__item">
|
|
220
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
205
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
206
|
+
<span class="pf-v6-c-nav__link-text">Network services</span>
|
|
207
|
+
</a>
|
|
221
208
|
</li>
|
|
222
209
|
<li class="pf-v6-c-nav__item">
|
|
223
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
210
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
211
|
+
<span class="pf-v6-c-nav__link-text">Server</span>
|
|
212
|
+
</a>
|
|
224
213
|
</li>
|
|
225
214
|
</ul>
|
|
226
215
|
</nav>
|
|
227
216
|
</div>
|
|
228
217
|
</div>
|
|
229
|
-
<
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
<
|
|
236
|
-
<
|
|
237
|
-
<
|
|
238
|
-
<
|
|
239
|
-
<
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
<
|
|
243
|
-
<
|
|
244
|
-
|
|
218
|
+
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
219
|
+
<main
|
|
220
|
+
class="pf-v6-c-page__main"
|
|
221
|
+
tabindex="-1"
|
|
222
|
+
id="main-content-modal-basic-example"
|
|
223
|
+
>
|
|
224
|
+
<section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
|
|
225
|
+
<div class="pf-v6-c-page__main-body">
|
|
226
|
+
<nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
|
|
227
|
+
<ol class="pf-v6-c-breadcrumb__list" role="list">
|
|
228
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
229
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section home</a>
|
|
230
|
+
</li>
|
|
231
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
232
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
233
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
234
|
+
</span>
|
|
245
235
|
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
236
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
237
|
+
</li>
|
|
238
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
239
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
240
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
241
|
+
</span>
|
|
252
242
|
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
243
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
244
|
+
</li>
|
|
245
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
246
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
247
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
248
|
+
</span>
|
|
259
249
|
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
</div>
|
|
269
|
-
</section>
|
|
270
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
271
|
-
<div class="pf-v6-c-page__main-body">
|
|
272
|
-
<div class="pf-v6-c-content">
|
|
273
|
-
<h1>Main title</h1>
|
|
274
|
-
<p>This is a full page demo.</p>
|
|
250
|
+
<a
|
|
251
|
+
href="#"
|
|
252
|
+
class="pf-v6-c-breadcrumb__link pf-m-current"
|
|
253
|
+
aria-current="page"
|
|
254
|
+
>Section landing</a>
|
|
255
|
+
</li>
|
|
256
|
+
</ol>
|
|
257
|
+
</nav>
|
|
275
258
|
</div>
|
|
276
|
-
</
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
283
|
-
</div>
|
|
284
|
-
<div class="pf-v6-c-card">
|
|
285
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
286
|
-
</div>
|
|
287
|
-
<div class="pf-v6-c-card">
|
|
288
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
289
|
-
</div>
|
|
290
|
-
<div class="pf-v6-c-card">
|
|
291
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
292
|
-
</div>
|
|
293
|
-
<div class="pf-v6-c-card">
|
|
294
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
295
|
-
</div>
|
|
296
|
-
<div class="pf-v6-c-card">
|
|
297
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
298
|
-
</div>
|
|
299
|
-
<div class="pf-v6-c-card">
|
|
300
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
301
|
-
</div>
|
|
302
|
-
<div class="pf-v6-c-card">
|
|
303
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
259
|
+
</section>
|
|
260
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
261
|
+
<div class="pf-v6-c-page__main-body">
|
|
262
|
+
<div class="pf-v6-c-content">
|
|
263
|
+
<h1>Main title</h1>
|
|
264
|
+
<p>This is a full page demo.</p>
|
|
304
265
|
</div>
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
266
|
+
</div>
|
|
267
|
+
</section>
|
|
268
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
269
|
+
<div class="pf-v6-c-page__main-body">
|
|
270
|
+
<div class="pf-v6-l-gallery pf-m-gutter">
|
|
271
|
+
<div class="pf-v6-c-card">
|
|
272
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
273
|
+
</div>
|
|
274
|
+
<div class="pf-v6-c-card">
|
|
275
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
276
|
+
</div>
|
|
277
|
+
<div class="pf-v6-c-card">
|
|
278
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
279
|
+
</div>
|
|
280
|
+
<div class="pf-v6-c-card">
|
|
281
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
282
|
+
</div>
|
|
283
|
+
<div class="pf-v6-c-card">
|
|
284
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
285
|
+
</div>
|
|
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>
|
|
310
301
|
</div>
|
|
311
302
|
</div>
|
|
312
|
-
</
|
|
313
|
-
</
|
|
314
|
-
</
|
|
303
|
+
</section>
|
|
304
|
+
</main>
|
|
305
|
+
</div>
|
|
315
306
|
</div>
|
|
316
307
|
<div class="pf-v6-c-backdrop">
|
|
317
308
|
<div class="pf-v6-l-bullseye">
|
|
@@ -328,14 +319,18 @@ section: components
|
|
|
328
319
|
type="button"
|
|
329
320
|
aria-label="Close"
|
|
330
321
|
>
|
|
331
|
-
<
|
|
322
|
+
<span class="pf-v6-c-button__icon">
|
|
323
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
324
|
+
</span>
|
|
332
325
|
</button>
|
|
333
326
|
</div>
|
|
334
327
|
<header class="pf-v6-c-modal-box__header">
|
|
335
|
-
<
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
328
|
+
<div class="pf-v6-c-modal-box__header-main">
|
|
329
|
+
<h1
|
|
330
|
+
class="pf-v6-c-modal-box__title"
|
|
331
|
+
id="modal-title-modal-basic-example-modal"
|
|
332
|
+
>Overwrite existing file?</h1>
|
|
333
|
+
</div>
|
|
339
334
|
</header>
|
|
340
335
|
<div
|
|
341
336
|
class="pf-v6-c-modal-box__body"
|
|
@@ -345,8 +340,12 @@ section: components
|
|
|
345
340
|
<p>A file with this name already exists, would you like to overwrite the existing file or save a new copy?</p>
|
|
346
341
|
</div>
|
|
347
342
|
<footer class="pf-v6-c-modal-box__footer">
|
|
348
|
-
<button class="pf-v6-c-button pf-m-primary" type="button">
|
|
349
|
-
|
|
343
|
+
<button class="pf-v6-c-button pf-m-primary" type="button">
|
|
344
|
+
<span class="pf-v6-c-button__text">Overwrite</span>
|
|
345
|
+
</button>
|
|
346
|
+
<button class="pf-v6-c-button pf-m-link" type="button">
|
|
347
|
+
<span class="pf-v6-c-button__text">Save a copy</span>
|
|
348
|
+
</button>
|
|
350
349
|
</footer>
|
|
351
350
|
</div>
|
|
352
351
|
</div>
|
|
@@ -362,94 +361,102 @@ section: components
|
|
|
362
361
|
<a
|
|
363
362
|
class="pf-v6-c-button pf-m-primary"
|
|
364
363
|
href="#main-content-modal-scrollable-content-example"
|
|
365
|
-
>
|
|
364
|
+
>
|
|
365
|
+
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
366
|
+
</a>
|
|
366
367
|
</div>
|
|
367
368
|
<header
|
|
368
369
|
class="pf-v6-c-masthead"
|
|
369
370
|
id="modal-scrollable-content-example-masthead"
|
|
370
371
|
>
|
|
371
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
372
|
-
<button
|
|
373
|
-
class="pf-v6-c-button pf-m-plain"
|
|
374
|
-
type="button"
|
|
375
|
-
aria-label="Global navigation"
|
|
376
|
-
>
|
|
377
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
378
|
-
</button>
|
|
379
|
-
</span>
|
|
380
372
|
<div class="pf-v6-c-masthead__main">
|
|
381
|
-
<
|
|
382
|
-
<
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
373
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
374
|
+
<button
|
|
375
|
+
class="pf-v6-c-button pf-m-plain"
|
|
376
|
+
type="button"
|
|
377
|
+
aria-label="Global navigation"
|
|
378
|
+
>
|
|
379
|
+
<span class="pf-v6-c-button__icon">
|
|
380
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
381
|
+
</span>
|
|
382
|
+
</button>
|
|
383
|
+
</span>
|
|
384
|
+
<div class="pf-v6-c-masthead__brand">
|
|
385
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
386
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
387
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
388
|
+
<defs>
|
|
389
|
+
<linearGradient
|
|
390
|
+
x1="68%"
|
|
391
|
+
y1="2.25860997e-13%"
|
|
392
|
+
x2="32%"
|
|
393
|
+
y2="100%"
|
|
394
|
+
id="linearGradient-modal-scrollable-content-example-masthead"
|
|
395
|
+
>
|
|
396
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
397
|
+
<stop
|
|
398
|
+
stop-color="#73BCF7"
|
|
399
|
+
stop-opacity="0.502212631"
|
|
400
|
+
offset="100%"
|
|
401
|
+
/>
|
|
402
|
+
</linearGradient>
|
|
403
|
+
</defs>
|
|
404
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
405
|
+
<g
|
|
406
|
+
transform="translate(206.000000, 45.750000)"
|
|
407
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
408
|
+
fill-rule="nonzero"
|
|
409
|
+
>
|
|
410
|
+
<path
|
|
411
|
+
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"
|
|
412
|
+
/>
|
|
413
|
+
<path
|
|
414
|
+
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"
|
|
415
|
+
/>
|
|
416
|
+
<path
|
|
417
|
+
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"
|
|
418
|
+
/>
|
|
419
|
+
<path
|
|
420
|
+
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"
|
|
421
|
+
/>
|
|
422
|
+
<path
|
|
423
|
+
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"
|
|
424
|
+
/>
|
|
425
|
+
<path
|
|
426
|
+
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"
|
|
427
|
+
/>
|
|
428
|
+
<path
|
|
429
|
+
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"
|
|
430
|
+
/>
|
|
431
|
+
<polygon
|
|
432
|
+
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"
|
|
433
|
+
/>
|
|
434
|
+
<polygon
|
|
435
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
436
|
+
/>
|
|
437
|
+
<path
|
|
438
|
+
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"
|
|
439
|
+
/>
|
|
440
|
+
</g>
|
|
441
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
442
|
+
<path
|
|
443
|
+
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"
|
|
444
|
+
fill="#0066CC"
|
|
445
|
+
/>
|
|
446
|
+
<path
|
|
447
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
448
|
+
fill="url(#linearGradient-modal-scrollable-content-example-masthead)"
|
|
449
|
+
/>
|
|
450
|
+
<path
|
|
451
|
+
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"
|
|
452
|
+
fill="url(#linearGradient-modal-scrollable-content-example-masthead)"
|
|
453
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
454
|
+
/>
|
|
455
|
+
</g>
|
|
449
456
|
</g>
|
|
450
|
-
</
|
|
451
|
-
</
|
|
452
|
-
</
|
|
457
|
+
</svg>
|
|
458
|
+
</a>
|
|
459
|
+
</div>
|
|
453
460
|
</div>
|
|
454
461
|
<div class="pf-v6-c-masthead__content">
|
|
455
462
|
<div
|
|
@@ -458,41 +465,11 @@ section: components
|
|
|
458
465
|
>
|
|
459
466
|
<div class="pf-v6-c-toolbar__content">
|
|
460
467
|
<div class="pf-v6-c-toolbar__content-section">
|
|
461
|
-
<div class="pf-v6-c-toolbar__item">
|
|
462
|
-
<button
|
|
463
|
-
class="pf-v6-c-menu-toggle"
|
|
464
|
-
type="button"
|
|
465
|
-
aria-expanded="false"
|
|
466
|
-
>
|
|
467
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
468
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
469
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
470
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
471
|
-
</span>
|
|
472
|
-
</span>
|
|
473
|
-
</button>
|
|
474
|
-
</div>
|
|
475
|
-
|
|
476
|
-
<div class="pf-v6-c-toolbar__item">
|
|
477
|
-
<button
|
|
478
|
-
class="pf-v6-c-menu-toggle"
|
|
479
|
-
type="button"
|
|
480
|
-
aria-expanded="false"
|
|
481
|
-
>
|
|
482
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
483
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
484
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
485
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
486
|
-
</span>
|
|
487
|
-
</span>
|
|
488
|
-
</button>
|
|
489
|
-
</div>
|
|
490
|
-
|
|
491
468
|
<div
|
|
492
|
-
class="pf-v6-c-toolbar__group pf-m-
|
|
469
|
+
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"
|
|
493
470
|
>
|
|
494
471
|
<div
|
|
495
|
-
class="pf-v6-c-toolbar__group pf-m-
|
|
472
|
+
class="pf-v6-c-toolbar__group pf-m-hidden pf-m-visible-on-lg pf-m-action-group-plain"
|
|
496
473
|
>
|
|
497
474
|
<div class="pf-v6-c-toolbar__item">
|
|
498
475
|
<button
|
|
@@ -531,6 +508,7 @@ section: components
|
|
|
531
508
|
</button>
|
|
532
509
|
</div>
|
|
533
510
|
</div>
|
|
511
|
+
|
|
534
512
|
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
535
513
|
<button
|
|
536
514
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
@@ -558,114 +536,126 @@ section: components
|
|
|
558
536
|
>
|
|
559
537
|
<ul class="pf-v6-c-nav__list" role="list">
|
|
560
538
|
<li class="pf-v6-c-nav__item">
|
|
561
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
539
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
540
|
+
<span class="pf-v6-c-nav__link-text">System panel</span>
|
|
541
|
+
</a>
|
|
562
542
|
</li>
|
|
563
543
|
<li class="pf-v6-c-nav__item">
|
|
564
544
|
<a
|
|
565
545
|
href="#"
|
|
566
546
|
class="pf-v6-c-nav__link pf-m-current"
|
|
567
547
|
aria-current="page"
|
|
568
|
-
>
|
|
548
|
+
>
|
|
549
|
+
<span class="pf-v6-c-nav__link-text">Policy</span>
|
|
550
|
+
</a>
|
|
569
551
|
</li>
|
|
570
552
|
<li class="pf-v6-c-nav__item">
|
|
571
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
553
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
554
|
+
<span class="pf-v6-c-nav__link-text">Authentication</span>
|
|
555
|
+
</a>
|
|
572
556
|
</li>
|
|
573
557
|
<li class="pf-v6-c-nav__item">
|
|
574
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
558
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
559
|
+
<span class="pf-v6-c-nav__link-text">Network services</span>
|
|
560
|
+
</a>
|
|
575
561
|
</li>
|
|
576
562
|
<li class="pf-v6-c-nav__item">
|
|
577
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
563
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
564
|
+
<span class="pf-v6-c-nav__link-text">Server</span>
|
|
565
|
+
</a>
|
|
578
566
|
</li>
|
|
579
567
|
</ul>
|
|
580
568
|
</nav>
|
|
581
569
|
</div>
|
|
582
570
|
</div>
|
|
583
|
-
<
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
<
|
|
590
|
-
<
|
|
591
|
-
<
|
|
592
|
-
<
|
|
593
|
-
<
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
<
|
|
597
|
-
<
|
|
598
|
-
|
|
571
|
+
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
572
|
+
<main
|
|
573
|
+
class="pf-v6-c-page__main"
|
|
574
|
+
tabindex="-1"
|
|
575
|
+
id="main-content-modal-scrollable-content-example"
|
|
576
|
+
>
|
|
577
|
+
<section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
|
|
578
|
+
<div class="pf-v6-c-page__main-body">
|
|
579
|
+
<nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
|
|
580
|
+
<ol class="pf-v6-c-breadcrumb__list" role="list">
|
|
581
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
582
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section home</a>
|
|
583
|
+
</li>
|
|
584
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
585
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
586
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
587
|
+
</span>
|
|
599
588
|
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
589
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
590
|
+
</li>
|
|
591
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
592
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
593
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
594
|
+
</span>
|
|
606
595
|
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
596
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
597
|
+
</li>
|
|
598
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
599
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
600
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
601
|
+
</span>
|
|
613
602
|
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
</div>
|
|
623
|
-
</section>
|
|
624
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
625
|
-
<div class="pf-v6-c-page__main-body">
|
|
626
|
-
<div class="pf-v6-c-content">
|
|
627
|
-
<h1>Main title</h1>
|
|
628
|
-
<p>This is a full page demo.</p>
|
|
603
|
+
<a
|
|
604
|
+
href="#"
|
|
605
|
+
class="pf-v6-c-breadcrumb__link pf-m-current"
|
|
606
|
+
aria-current="page"
|
|
607
|
+
>Section landing</a>
|
|
608
|
+
</li>
|
|
609
|
+
</ol>
|
|
610
|
+
</nav>
|
|
629
611
|
</div>
|
|
630
|
-
</
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
637
|
-
</div>
|
|
638
|
-
<div class="pf-v6-c-card">
|
|
639
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
640
|
-
</div>
|
|
641
|
-
<div class="pf-v6-c-card">
|
|
642
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
643
|
-
</div>
|
|
644
|
-
<div class="pf-v6-c-card">
|
|
645
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
612
|
+
</section>
|
|
613
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
614
|
+
<div class="pf-v6-c-page__main-body">
|
|
615
|
+
<div class="pf-v6-c-content">
|
|
616
|
+
<h1>Main title</h1>
|
|
617
|
+
<p>This is a full page demo.</p>
|
|
646
618
|
</div>
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
619
|
+
</div>
|
|
620
|
+
</section>
|
|
621
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
622
|
+
<div class="pf-v6-c-page__main-body">
|
|
623
|
+
<div class="pf-v6-l-gallery pf-m-gutter">
|
|
624
|
+
<div class="pf-v6-c-card">
|
|
625
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
626
|
+
</div>
|
|
627
|
+
<div class="pf-v6-c-card">
|
|
628
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
629
|
+
</div>
|
|
630
|
+
<div class="pf-v6-c-card">
|
|
631
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
632
|
+
</div>
|
|
633
|
+
<div class="pf-v6-c-card">
|
|
634
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
635
|
+
</div>
|
|
636
|
+
<div class="pf-v6-c-card">
|
|
637
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
638
|
+
</div>
|
|
639
|
+
<div class="pf-v6-c-card">
|
|
640
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
641
|
+
</div>
|
|
642
|
+
<div class="pf-v6-c-card">
|
|
643
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
644
|
+
</div>
|
|
645
|
+
<div class="pf-v6-c-card">
|
|
646
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
647
|
+
</div>
|
|
648
|
+
<div class="pf-v6-c-card">
|
|
649
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
650
|
+
</div>
|
|
651
|
+
<div class="pf-v6-c-card">
|
|
652
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
653
|
+
</div>
|
|
664
654
|
</div>
|
|
665
655
|
</div>
|
|
666
|
-
</
|
|
667
|
-
</
|
|
668
|
-
</
|
|
656
|
+
</section>
|
|
657
|
+
</main>
|
|
658
|
+
</div>
|
|
669
659
|
</div>
|
|
670
660
|
<div class="pf-v6-c-backdrop">
|
|
671
661
|
<div class="pf-v6-l-bullseye">
|
|
@@ -682,18 +672,22 @@ section: components
|
|
|
682
672
|
type="button"
|
|
683
673
|
aria-label="Close"
|
|
684
674
|
>
|
|
685
|
-
<
|
|
675
|
+
<span class="pf-v6-c-button__icon">
|
|
676
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
677
|
+
</span>
|
|
686
678
|
</button>
|
|
687
679
|
</div>
|
|
688
680
|
<header class="pf-v6-c-modal-box__header">
|
|
689
|
-
<
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
681
|
+
<div class="pf-v6-c-modal-box__header-main">
|
|
682
|
+
<h1
|
|
683
|
+
class="pf-v6-c-modal-box__title"
|
|
684
|
+
id="modal-scroll-title"
|
|
685
|
+
>This is a long header title that will truncate because modal titles should be very short. Use the modal body to provide more info.</h1>
|
|
686
|
+
<div
|
|
687
|
+
class="pf-v6-c-modal-box__description"
|
|
688
|
+
id="modal-scroll-description"
|
|
689
|
+
>This is a modal description. The description will not scroll with the body contents.</div>
|
|
690
|
+
</div>
|
|
697
691
|
</header>
|
|
698
692
|
<div class="pf-v6-c-modal-box__body" tabindex="0">
|
|
699
693
|
<p>general_modal_final_finalfinal_v9_actualfinal.sketch</p>
|
|
@@ -708,8 +702,12 @@ section: components
|
|
|
708
702
|
<p>Etiam sit amet orci eget eros faucibus tincidunt. Aliquam eu nunc. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Nunc nec neque.</p>
|
|
709
703
|
</div>
|
|
710
704
|
<footer class="pf-v6-c-modal-box__footer">
|
|
711
|
-
<button class="pf-v6-c-button pf-m-primary" type="button">
|
|
712
|
-
|
|
705
|
+
<button class="pf-v6-c-button pf-m-primary" type="button">
|
|
706
|
+
<span class="pf-v6-c-button__text">Overwrite</span>
|
|
707
|
+
</button>
|
|
708
|
+
<button class="pf-v6-c-button pf-m-link" type="button">
|
|
709
|
+
<span class="pf-v6-c-button__text">Save a copy</span>
|
|
710
|
+
</button>
|
|
713
711
|
</footer>
|
|
714
712
|
</div>
|
|
715
713
|
</div>
|
|
@@ -725,91 +723,99 @@ section: components
|
|
|
725
723
|
<a
|
|
726
724
|
class="pf-v6-c-button pf-m-primary"
|
|
727
725
|
href="#main-content-modal-medium-example"
|
|
728
|
-
>
|
|
726
|
+
>
|
|
727
|
+
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
728
|
+
</a>
|
|
729
729
|
</div>
|
|
730
730
|
<header class="pf-v6-c-masthead" id="modal-medium-example-masthead">
|
|
731
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
732
|
-
<button
|
|
733
|
-
class="pf-v6-c-button pf-m-plain"
|
|
734
|
-
type="button"
|
|
735
|
-
aria-label="Global navigation"
|
|
736
|
-
>
|
|
737
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
738
|
-
</button>
|
|
739
|
-
</span>
|
|
740
731
|
<div class="pf-v6-c-masthead__main">
|
|
741
|
-
<
|
|
742
|
-
<
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
732
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
733
|
+
<button
|
|
734
|
+
class="pf-v6-c-button pf-m-plain"
|
|
735
|
+
type="button"
|
|
736
|
+
aria-label="Global navigation"
|
|
737
|
+
>
|
|
738
|
+
<span class="pf-v6-c-button__icon">
|
|
739
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
740
|
+
</span>
|
|
741
|
+
</button>
|
|
742
|
+
</span>
|
|
743
|
+
<div class="pf-v6-c-masthead__brand">
|
|
744
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
745
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
746
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
747
|
+
<defs>
|
|
748
|
+
<linearGradient
|
|
749
|
+
x1="68%"
|
|
750
|
+
y1="2.25860997e-13%"
|
|
751
|
+
x2="32%"
|
|
752
|
+
y2="100%"
|
|
753
|
+
id="linearGradient-modal-medium-example-masthead"
|
|
754
|
+
>
|
|
755
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
756
|
+
<stop
|
|
757
|
+
stop-color="#73BCF7"
|
|
758
|
+
stop-opacity="0.502212631"
|
|
759
|
+
offset="100%"
|
|
760
|
+
/>
|
|
761
|
+
</linearGradient>
|
|
762
|
+
</defs>
|
|
763
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
764
|
+
<g
|
|
765
|
+
transform="translate(206.000000, 45.750000)"
|
|
766
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
767
|
+
fill-rule="nonzero"
|
|
768
|
+
>
|
|
769
|
+
<path
|
|
770
|
+
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"
|
|
771
|
+
/>
|
|
772
|
+
<path
|
|
773
|
+
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"
|
|
774
|
+
/>
|
|
775
|
+
<path
|
|
776
|
+
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"
|
|
777
|
+
/>
|
|
778
|
+
<path
|
|
779
|
+
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"
|
|
780
|
+
/>
|
|
781
|
+
<path
|
|
782
|
+
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"
|
|
783
|
+
/>
|
|
784
|
+
<path
|
|
785
|
+
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"
|
|
786
|
+
/>
|
|
787
|
+
<path
|
|
788
|
+
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"
|
|
789
|
+
/>
|
|
790
|
+
<polygon
|
|
791
|
+
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"
|
|
792
|
+
/>
|
|
793
|
+
<polygon
|
|
794
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
795
|
+
/>
|
|
796
|
+
<path
|
|
797
|
+
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"
|
|
798
|
+
/>
|
|
799
|
+
</g>
|
|
800
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
801
|
+
<path
|
|
802
|
+
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"
|
|
803
|
+
fill="#0066CC"
|
|
804
|
+
/>
|
|
805
|
+
<path
|
|
806
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
807
|
+
fill="url(#linearGradient-modal-medium-example-masthead)"
|
|
808
|
+
/>
|
|
809
|
+
<path
|
|
810
|
+
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"
|
|
811
|
+
fill="url(#linearGradient-modal-medium-example-masthead)"
|
|
812
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
813
|
+
/>
|
|
814
|
+
</g>
|
|
809
815
|
</g>
|
|
810
|
-
</
|
|
811
|
-
</
|
|
812
|
-
</
|
|
816
|
+
</svg>
|
|
817
|
+
</a>
|
|
818
|
+
</div>
|
|
813
819
|
</div>
|
|
814
820
|
<div class="pf-v6-c-masthead__content">
|
|
815
821
|
<div
|
|
@@ -818,41 +824,11 @@ section: components
|
|
|
818
824
|
>
|
|
819
825
|
<div class="pf-v6-c-toolbar__content">
|
|
820
826
|
<div class="pf-v6-c-toolbar__content-section">
|
|
821
|
-
<div class="pf-v6-c-toolbar__item">
|
|
822
|
-
<button
|
|
823
|
-
class="pf-v6-c-menu-toggle"
|
|
824
|
-
type="button"
|
|
825
|
-
aria-expanded="false"
|
|
826
|
-
>
|
|
827
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
828
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
829
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
830
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
831
|
-
</span>
|
|
832
|
-
</span>
|
|
833
|
-
</button>
|
|
834
|
-
</div>
|
|
835
|
-
|
|
836
|
-
<div class="pf-v6-c-toolbar__item">
|
|
837
|
-
<button
|
|
838
|
-
class="pf-v6-c-menu-toggle"
|
|
839
|
-
type="button"
|
|
840
|
-
aria-expanded="false"
|
|
841
|
-
>
|
|
842
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
843
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
844
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
845
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
846
|
-
</span>
|
|
847
|
-
</span>
|
|
848
|
-
</button>
|
|
849
|
-
</div>
|
|
850
|
-
|
|
851
827
|
<div
|
|
852
|
-
class="pf-v6-c-toolbar__group pf-m-
|
|
828
|
+
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"
|
|
853
829
|
>
|
|
854
830
|
<div
|
|
855
|
-
class="pf-v6-c-toolbar__group pf-m-
|
|
831
|
+
class="pf-v6-c-toolbar__group pf-m-hidden pf-m-visible-on-lg pf-m-action-group-plain"
|
|
856
832
|
>
|
|
857
833
|
<div class="pf-v6-c-toolbar__item">
|
|
858
834
|
<button
|
|
@@ -891,6 +867,7 @@ section: components
|
|
|
891
867
|
</button>
|
|
892
868
|
</div>
|
|
893
869
|
</div>
|
|
870
|
+
|
|
894
871
|
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
895
872
|
<button
|
|
896
873
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
@@ -918,114 +895,126 @@ section: components
|
|
|
918
895
|
>
|
|
919
896
|
<ul class="pf-v6-c-nav__list" role="list">
|
|
920
897
|
<li class="pf-v6-c-nav__item">
|
|
921
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
898
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
899
|
+
<span class="pf-v6-c-nav__link-text">System panel</span>
|
|
900
|
+
</a>
|
|
922
901
|
</li>
|
|
923
902
|
<li class="pf-v6-c-nav__item">
|
|
924
903
|
<a
|
|
925
904
|
href="#"
|
|
926
905
|
class="pf-v6-c-nav__link pf-m-current"
|
|
927
906
|
aria-current="page"
|
|
928
|
-
>
|
|
907
|
+
>
|
|
908
|
+
<span class="pf-v6-c-nav__link-text">Policy</span>
|
|
909
|
+
</a>
|
|
929
910
|
</li>
|
|
930
911
|
<li class="pf-v6-c-nav__item">
|
|
931
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
912
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
913
|
+
<span class="pf-v6-c-nav__link-text">Authentication</span>
|
|
914
|
+
</a>
|
|
932
915
|
</li>
|
|
933
916
|
<li class="pf-v6-c-nav__item">
|
|
934
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
917
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
918
|
+
<span class="pf-v6-c-nav__link-text">Network services</span>
|
|
919
|
+
</a>
|
|
935
920
|
</li>
|
|
936
921
|
<li class="pf-v6-c-nav__item">
|
|
937
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
922
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
923
|
+
<span class="pf-v6-c-nav__link-text">Server</span>
|
|
924
|
+
</a>
|
|
938
925
|
</li>
|
|
939
926
|
</ul>
|
|
940
927
|
</nav>
|
|
941
928
|
</div>
|
|
942
929
|
</div>
|
|
943
|
-
<
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
<
|
|
950
|
-
<
|
|
951
|
-
<
|
|
952
|
-
<
|
|
953
|
-
<
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
<
|
|
957
|
-
<
|
|
958
|
-
|
|
930
|
+
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
931
|
+
<main
|
|
932
|
+
class="pf-v6-c-page__main"
|
|
933
|
+
tabindex="-1"
|
|
934
|
+
id="main-content-modal-medium-example"
|
|
935
|
+
>
|
|
936
|
+
<section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
|
|
937
|
+
<div class="pf-v6-c-page__main-body">
|
|
938
|
+
<nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
|
|
939
|
+
<ol class="pf-v6-c-breadcrumb__list" role="list">
|
|
940
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
941
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section home</a>
|
|
942
|
+
</li>
|
|
943
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
944
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
945
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
946
|
+
</span>
|
|
959
947
|
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
948
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
949
|
+
</li>
|
|
950
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
951
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
952
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
953
|
+
</span>
|
|
966
954
|
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
955
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
956
|
+
</li>
|
|
957
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
958
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
959
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
960
|
+
</span>
|
|
973
961
|
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
</div>
|
|
983
|
-
</section>
|
|
984
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
985
|
-
<div class="pf-v6-c-page__main-body">
|
|
986
|
-
<div class="pf-v6-c-content">
|
|
987
|
-
<h1>Main title</h1>
|
|
988
|
-
<p>This is a full page demo.</p>
|
|
962
|
+
<a
|
|
963
|
+
href="#"
|
|
964
|
+
class="pf-v6-c-breadcrumb__link pf-m-current"
|
|
965
|
+
aria-current="page"
|
|
966
|
+
>Section landing</a>
|
|
967
|
+
</li>
|
|
968
|
+
</ol>
|
|
969
|
+
</nav>
|
|
989
970
|
</div>
|
|
990
|
-
</
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
971
|
+
</section>
|
|
972
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
973
|
+
<div class="pf-v6-c-page__main-body">
|
|
974
|
+
<div class="pf-v6-c-content">
|
|
975
|
+
<h1>Main title</h1>
|
|
976
|
+
<p>This is a full page demo.</p>
|
|
997
977
|
</div>
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
978
|
+
</div>
|
|
979
|
+
</section>
|
|
980
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
981
|
+
<div class="pf-v6-c-page__main-body">
|
|
982
|
+
<div class="pf-v6-l-gallery pf-m-gutter">
|
|
983
|
+
<div class="pf-v6-c-card">
|
|
984
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
985
|
+
</div>
|
|
986
|
+
<div class="pf-v6-c-card">
|
|
987
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
988
|
+
</div>
|
|
989
|
+
<div class="pf-v6-c-card">
|
|
990
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
991
|
+
</div>
|
|
992
|
+
<div class="pf-v6-c-card">
|
|
993
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
994
|
+
</div>
|
|
995
|
+
<div class="pf-v6-c-card">
|
|
996
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
997
|
+
</div>
|
|
998
|
+
<div class="pf-v6-c-card">
|
|
999
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1000
|
+
</div>
|
|
1001
|
+
<div class="pf-v6-c-card">
|
|
1002
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1003
|
+
</div>
|
|
1004
|
+
<div class="pf-v6-c-card">
|
|
1005
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1006
|
+
</div>
|
|
1007
|
+
<div class="pf-v6-c-card">
|
|
1008
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1009
|
+
</div>
|
|
1010
|
+
<div class="pf-v6-c-card">
|
|
1011
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1012
|
+
</div>
|
|
1024
1013
|
</div>
|
|
1025
1014
|
</div>
|
|
1026
|
-
</
|
|
1027
|
-
</
|
|
1028
|
-
</
|
|
1015
|
+
</section>
|
|
1016
|
+
</main>
|
|
1017
|
+
</div>
|
|
1029
1018
|
</div>
|
|
1030
1019
|
<div class="pf-v6-c-backdrop">
|
|
1031
1020
|
<div class="pf-v6-l-bullseye">
|
|
@@ -1042,24 +1031,32 @@ section: components
|
|
|
1042
1031
|
type="button"
|
|
1043
1032
|
aria-label="Close"
|
|
1044
1033
|
>
|
|
1045
|
-
<
|
|
1034
|
+
<span class="pf-v6-c-button__icon">
|
|
1035
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
1036
|
+
</span>
|
|
1046
1037
|
</button>
|
|
1047
1038
|
</div>
|
|
1048
1039
|
<header class="pf-v6-c-modal-box__header">
|
|
1049
|
-
<
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1040
|
+
<div class="pf-v6-c-modal-box__header-main">
|
|
1041
|
+
<h1
|
|
1042
|
+
class="pf-v6-c-modal-box__title"
|
|
1043
|
+
id="modal-md-title"
|
|
1044
|
+
>This is a long header title that will truncate because modal titles should be very short. Use the modal body to provide more info.</h1>
|
|
1045
|
+
</div>
|
|
1053
1046
|
</header>
|
|
1054
1047
|
<div class="pf-v6-c-modal-box__body">
|
|
1055
1048
|
<p
|
|
1056
1049
|
id="modal-md-description"
|
|
1057
|
-
>The "aria-describedby" attribute can be applied to any text that adequately describes the modal's purpose. It does not have to be assigned to ".pf-
|
|
1050
|
+
>The "aria-describedby" attribute can be applied to any text that adequately describes the modal's purpose. It does not have to be assigned to ".pf-v6-c-modal-box__body"</p>
|
|
1058
1051
|
<p>Form here</p>
|
|
1059
1052
|
</div>
|
|
1060
1053
|
<footer class="pf-v6-c-modal-box__footer">
|
|
1061
|
-
<button class="pf-v6-c-button pf-m-primary" type="button">
|
|
1062
|
-
|
|
1054
|
+
<button class="pf-v6-c-button pf-m-primary" type="button">
|
|
1055
|
+
<span class="pf-v6-c-button__text">Save</span>
|
|
1056
|
+
</button>
|
|
1057
|
+
<button class="pf-v6-c-button pf-m-link" type="button">
|
|
1058
|
+
<span class="pf-v6-c-button__text">Cancel</span>
|
|
1059
|
+
</button>
|
|
1063
1060
|
</footer>
|
|
1064
1061
|
</div>
|
|
1065
1062
|
</div>
|
|
@@ -1075,91 +1072,99 @@ section: components
|
|
|
1075
1072
|
<a
|
|
1076
1073
|
class="pf-v6-c-button pf-m-primary"
|
|
1077
1074
|
href="#main-content-modal-large-example"
|
|
1078
|
-
>
|
|
1075
|
+
>
|
|
1076
|
+
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
1077
|
+
</a>
|
|
1079
1078
|
</div>
|
|
1080
1079
|
<header class="pf-v6-c-masthead" id="modal-large-example-masthead">
|
|
1081
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
1082
|
-
<button
|
|
1083
|
-
class="pf-v6-c-button pf-m-plain"
|
|
1084
|
-
type="button"
|
|
1085
|
-
aria-label="Global navigation"
|
|
1086
|
-
>
|
|
1087
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
1088
|
-
</button>
|
|
1089
|
-
</span>
|
|
1090
1080
|
<div class="pf-v6-c-masthead__main">
|
|
1091
|
-
<
|
|
1092
|
-
<
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1081
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
1082
|
+
<button
|
|
1083
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1084
|
+
type="button"
|
|
1085
|
+
aria-label="Global navigation"
|
|
1086
|
+
>
|
|
1087
|
+
<span class="pf-v6-c-button__icon">
|
|
1088
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
1089
|
+
</span>
|
|
1090
|
+
</button>
|
|
1091
|
+
</span>
|
|
1092
|
+
<div class="pf-v6-c-masthead__brand">
|
|
1093
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
1094
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
1095
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
1096
|
+
<defs>
|
|
1097
|
+
<linearGradient
|
|
1098
|
+
x1="68%"
|
|
1099
|
+
y1="2.25860997e-13%"
|
|
1100
|
+
x2="32%"
|
|
1101
|
+
y2="100%"
|
|
1102
|
+
id="linearGradient-modal-large-example-masthead"
|
|
1103
|
+
>
|
|
1104
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
1105
|
+
<stop
|
|
1106
|
+
stop-color="#73BCF7"
|
|
1107
|
+
stop-opacity="0.502212631"
|
|
1108
|
+
offset="100%"
|
|
1109
|
+
/>
|
|
1110
|
+
</linearGradient>
|
|
1111
|
+
</defs>
|
|
1112
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
1113
|
+
<g
|
|
1114
|
+
transform="translate(206.000000, 45.750000)"
|
|
1115
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
1116
|
+
fill-rule="nonzero"
|
|
1117
|
+
>
|
|
1118
|
+
<path
|
|
1119
|
+
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"
|
|
1120
|
+
/>
|
|
1121
|
+
<path
|
|
1122
|
+
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"
|
|
1123
|
+
/>
|
|
1124
|
+
<path
|
|
1125
|
+
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"
|
|
1126
|
+
/>
|
|
1127
|
+
<path
|
|
1128
|
+
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"
|
|
1129
|
+
/>
|
|
1130
|
+
<path
|
|
1131
|
+
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"
|
|
1132
|
+
/>
|
|
1133
|
+
<path
|
|
1134
|
+
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"
|
|
1135
|
+
/>
|
|
1136
|
+
<path
|
|
1137
|
+
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"
|
|
1138
|
+
/>
|
|
1139
|
+
<polygon
|
|
1140
|
+
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"
|
|
1141
|
+
/>
|
|
1142
|
+
<polygon
|
|
1143
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
1144
|
+
/>
|
|
1145
|
+
<path
|
|
1146
|
+
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"
|
|
1147
|
+
/>
|
|
1148
|
+
</g>
|
|
1149
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
1150
|
+
<path
|
|
1151
|
+
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"
|
|
1152
|
+
fill="#0066CC"
|
|
1153
|
+
/>
|
|
1154
|
+
<path
|
|
1155
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
1156
|
+
fill="url(#linearGradient-modal-large-example-masthead)"
|
|
1157
|
+
/>
|
|
1158
|
+
<path
|
|
1159
|
+
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"
|
|
1160
|
+
fill="url(#linearGradient-modal-large-example-masthead)"
|
|
1161
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
1162
|
+
/>
|
|
1163
|
+
</g>
|
|
1159
1164
|
</g>
|
|
1160
|
-
</
|
|
1161
|
-
</
|
|
1162
|
-
</
|
|
1165
|
+
</svg>
|
|
1166
|
+
</a>
|
|
1167
|
+
</div>
|
|
1163
1168
|
</div>
|
|
1164
1169
|
<div class="pf-v6-c-masthead__content">
|
|
1165
1170
|
<div
|
|
@@ -1168,41 +1173,11 @@ section: components
|
|
|
1168
1173
|
>
|
|
1169
1174
|
<div class="pf-v6-c-toolbar__content">
|
|
1170
1175
|
<div class="pf-v6-c-toolbar__content-section">
|
|
1171
|
-
<div class="pf-v6-c-toolbar__item">
|
|
1172
|
-
<button
|
|
1173
|
-
class="pf-v6-c-menu-toggle"
|
|
1174
|
-
type="button"
|
|
1175
|
-
aria-expanded="false"
|
|
1176
|
-
>
|
|
1177
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
1178
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
1179
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1180
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1181
|
-
</span>
|
|
1182
|
-
</span>
|
|
1183
|
-
</button>
|
|
1184
|
-
</div>
|
|
1185
|
-
|
|
1186
|
-
<div class="pf-v6-c-toolbar__item">
|
|
1187
|
-
<button
|
|
1188
|
-
class="pf-v6-c-menu-toggle"
|
|
1189
|
-
type="button"
|
|
1190
|
-
aria-expanded="false"
|
|
1191
|
-
>
|
|
1192
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
1193
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
1194
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1195
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1196
|
-
</span>
|
|
1197
|
-
</span>
|
|
1198
|
-
</button>
|
|
1199
|
-
</div>
|
|
1200
|
-
|
|
1201
1176
|
<div
|
|
1202
|
-
class="pf-v6-c-toolbar__group pf-m-
|
|
1177
|
+
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"
|
|
1203
1178
|
>
|
|
1204
1179
|
<div
|
|
1205
|
-
class="pf-v6-c-toolbar__group pf-m-
|
|
1180
|
+
class="pf-v6-c-toolbar__group pf-m-hidden pf-m-visible-on-lg pf-m-action-group-plain"
|
|
1206
1181
|
>
|
|
1207
1182
|
<div class="pf-v6-c-toolbar__item">
|
|
1208
1183
|
<button
|
|
@@ -1241,6 +1216,7 @@ section: components
|
|
|
1241
1216
|
</button>
|
|
1242
1217
|
</div>
|
|
1243
1218
|
</div>
|
|
1219
|
+
|
|
1244
1220
|
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
1245
1221
|
<button
|
|
1246
1222
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
@@ -1268,114 +1244,126 @@ section: components
|
|
|
1268
1244
|
>
|
|
1269
1245
|
<ul class="pf-v6-c-nav__list" role="list">
|
|
1270
1246
|
<li class="pf-v6-c-nav__item">
|
|
1271
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
1247
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1248
|
+
<span class="pf-v6-c-nav__link-text">System panel</span>
|
|
1249
|
+
</a>
|
|
1272
1250
|
</li>
|
|
1273
1251
|
<li class="pf-v6-c-nav__item">
|
|
1274
1252
|
<a
|
|
1275
1253
|
href="#"
|
|
1276
1254
|
class="pf-v6-c-nav__link pf-m-current"
|
|
1277
1255
|
aria-current="page"
|
|
1278
|
-
>
|
|
1256
|
+
>
|
|
1257
|
+
<span class="pf-v6-c-nav__link-text">Policy</span>
|
|
1258
|
+
</a>
|
|
1279
1259
|
</li>
|
|
1280
1260
|
<li class="pf-v6-c-nav__item">
|
|
1281
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
1261
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1262
|
+
<span class="pf-v6-c-nav__link-text">Authentication</span>
|
|
1263
|
+
</a>
|
|
1282
1264
|
</li>
|
|
1283
1265
|
<li class="pf-v6-c-nav__item">
|
|
1284
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
1266
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1267
|
+
<span class="pf-v6-c-nav__link-text">Network services</span>
|
|
1268
|
+
</a>
|
|
1285
1269
|
</li>
|
|
1286
1270
|
<li class="pf-v6-c-nav__item">
|
|
1287
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
1271
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1272
|
+
<span class="pf-v6-c-nav__link-text">Server</span>
|
|
1273
|
+
</a>
|
|
1288
1274
|
</li>
|
|
1289
1275
|
</ul>
|
|
1290
1276
|
</nav>
|
|
1291
1277
|
</div>
|
|
1292
1278
|
</div>
|
|
1293
|
-
<
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
<
|
|
1300
|
-
<
|
|
1301
|
-
<
|
|
1302
|
-
<
|
|
1303
|
-
<
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
<
|
|
1307
|
-
<
|
|
1308
|
-
|
|
1279
|
+
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
1280
|
+
<main
|
|
1281
|
+
class="pf-v6-c-page__main"
|
|
1282
|
+
tabindex="-1"
|
|
1283
|
+
id="main-content-modal-large-example"
|
|
1284
|
+
>
|
|
1285
|
+
<section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
|
|
1286
|
+
<div class="pf-v6-c-page__main-body">
|
|
1287
|
+
<nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
|
|
1288
|
+
<ol class="pf-v6-c-breadcrumb__list" role="list">
|
|
1289
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1290
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section home</a>
|
|
1291
|
+
</li>
|
|
1292
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1293
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1294
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1295
|
+
</span>
|
|
1309
1296
|
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1297
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
1298
|
+
</li>
|
|
1299
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1300
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1301
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1302
|
+
</span>
|
|
1316
1303
|
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1304
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
1305
|
+
</li>
|
|
1306
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1307
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1308
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1309
|
+
</span>
|
|
1323
1310
|
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
</div>
|
|
1333
|
-
</section>
|
|
1334
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
1335
|
-
<div class="pf-v6-c-page__main-body">
|
|
1336
|
-
<div class="pf-v6-c-content">
|
|
1337
|
-
<h1>Main title</h1>
|
|
1338
|
-
<p>This is a full page demo.</p>
|
|
1311
|
+
<a
|
|
1312
|
+
href="#"
|
|
1313
|
+
class="pf-v6-c-breadcrumb__link pf-m-current"
|
|
1314
|
+
aria-current="page"
|
|
1315
|
+
>Section landing</a>
|
|
1316
|
+
</li>
|
|
1317
|
+
</ol>
|
|
1318
|
+
</nav>
|
|
1339
1319
|
</div>
|
|
1340
|
-
</
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1347
|
-
</div>
|
|
1348
|
-
<div class="pf-v6-c-card">
|
|
1349
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1350
|
-
</div>
|
|
1351
|
-
<div class="pf-v6-c-card">
|
|
1352
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1353
|
-
</div>
|
|
1354
|
-
<div class="pf-v6-c-card">
|
|
1355
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1320
|
+
</section>
|
|
1321
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
1322
|
+
<div class="pf-v6-c-page__main-body">
|
|
1323
|
+
<div class="pf-v6-c-content">
|
|
1324
|
+
<h1>Main title</h1>
|
|
1325
|
+
<p>This is a full page demo.</p>
|
|
1356
1326
|
</div>
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1327
|
+
</div>
|
|
1328
|
+
</section>
|
|
1329
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
1330
|
+
<div class="pf-v6-c-page__main-body">
|
|
1331
|
+
<div class="pf-v6-l-gallery pf-m-gutter">
|
|
1332
|
+
<div class="pf-v6-c-card">
|
|
1333
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1334
|
+
</div>
|
|
1335
|
+
<div class="pf-v6-c-card">
|
|
1336
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1337
|
+
</div>
|
|
1338
|
+
<div class="pf-v6-c-card">
|
|
1339
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1340
|
+
</div>
|
|
1341
|
+
<div class="pf-v6-c-card">
|
|
1342
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1343
|
+
</div>
|
|
1344
|
+
<div class="pf-v6-c-card">
|
|
1345
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1346
|
+
</div>
|
|
1347
|
+
<div class="pf-v6-c-card">
|
|
1348
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1349
|
+
</div>
|
|
1350
|
+
<div class="pf-v6-c-card">
|
|
1351
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1352
|
+
</div>
|
|
1353
|
+
<div class="pf-v6-c-card">
|
|
1354
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1355
|
+
</div>
|
|
1356
|
+
<div class="pf-v6-c-card">
|
|
1357
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1358
|
+
</div>
|
|
1359
|
+
<div class="pf-v6-c-card">
|
|
1360
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1361
|
+
</div>
|
|
1374
1362
|
</div>
|
|
1375
1363
|
</div>
|
|
1376
|
-
</
|
|
1377
|
-
</
|
|
1378
|
-
</
|
|
1364
|
+
</section>
|
|
1365
|
+
</main>
|
|
1366
|
+
</div>
|
|
1379
1367
|
</div>
|
|
1380
1368
|
<div class="pf-v6-c-backdrop">
|
|
1381
1369
|
<div class="pf-v6-l-bullseye">
|
|
@@ -1392,24 +1380,32 @@ section: components
|
|
|
1392
1380
|
type="button"
|
|
1393
1381
|
aria-label="Close"
|
|
1394
1382
|
>
|
|
1395
|
-
<
|
|
1383
|
+
<span class="pf-v6-c-button__icon">
|
|
1384
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
1385
|
+
</span>
|
|
1396
1386
|
</button>
|
|
1397
1387
|
</div>
|
|
1398
1388
|
<header class="pf-v6-c-modal-box__header">
|
|
1399
|
-
<
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1389
|
+
<div class="pf-v6-c-modal-box__header-main">
|
|
1390
|
+
<h1
|
|
1391
|
+
class="pf-v6-c-modal-box__title"
|
|
1392
|
+
id="modal-lg-title"
|
|
1393
|
+
>This is a long header title that will truncate because modal titles should be very short. Use the modal body to provide more info.</h1>
|
|
1394
|
+
</div>
|
|
1403
1395
|
</header>
|
|
1404
1396
|
<div class="pf-v6-c-modal-box__body">
|
|
1405
1397
|
<p
|
|
1406
1398
|
id="modal-lg-description"
|
|
1407
|
-
>The "aria-describedby" attribute can be applied to any text that adequately describes the modal's purpose. It does not have to be assigned to ".pf-
|
|
1399
|
+
>The "aria-describedby" attribute can be applied to any text that adequately describes the modal's purpose. It does not have to be assigned to ".pf-v6-c-modal-box__body"</p>
|
|
1408
1400
|
<p>Form here</p>
|
|
1409
1401
|
</div>
|
|
1410
1402
|
<footer class="pf-v6-c-modal-box__footer">
|
|
1411
|
-
<button class="pf-v6-c-button pf-m-primary" type="button">
|
|
1412
|
-
|
|
1403
|
+
<button class="pf-v6-c-button pf-m-primary" type="button">
|
|
1404
|
+
<span class="pf-v6-c-button__text">Save</span>
|
|
1405
|
+
</button>
|
|
1406
|
+
<button class="pf-v6-c-button pf-m-link" type="button">
|
|
1407
|
+
<span class="pf-v6-c-button__text">Cancel</span>
|
|
1408
|
+
</button>
|
|
1413
1409
|
</footer>
|
|
1414
1410
|
</div>
|
|
1415
1411
|
</div>
|
|
@@ -1425,91 +1421,99 @@ section: components
|
|
|
1425
1421
|
<a
|
|
1426
1422
|
class="pf-v6-c-button pf-m-primary"
|
|
1427
1423
|
href="#main-content-modal-large-example"
|
|
1428
|
-
>
|
|
1424
|
+
>
|
|
1425
|
+
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
1426
|
+
</a>
|
|
1429
1427
|
</div>
|
|
1430
1428
|
<header class="pf-v6-c-masthead" id="modal-large-example-masthead">
|
|
1431
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
1432
|
-
<button
|
|
1433
|
-
class="pf-v6-c-button pf-m-plain"
|
|
1434
|
-
type="button"
|
|
1435
|
-
aria-label="Global navigation"
|
|
1436
|
-
>
|
|
1437
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
1438
|
-
</button>
|
|
1439
|
-
</span>
|
|
1440
1429
|
<div class="pf-v6-c-masthead__main">
|
|
1441
|
-
<
|
|
1442
|
-
<
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
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
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1430
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
1431
|
+
<button
|
|
1432
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1433
|
+
type="button"
|
|
1434
|
+
aria-label="Global navigation"
|
|
1435
|
+
>
|
|
1436
|
+
<span class="pf-v6-c-button__icon">
|
|
1437
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
1438
|
+
</span>
|
|
1439
|
+
</button>
|
|
1440
|
+
</span>
|
|
1441
|
+
<div class="pf-v6-c-masthead__brand">
|
|
1442
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
1443
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
1444
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
1445
|
+
<defs>
|
|
1446
|
+
<linearGradient
|
|
1447
|
+
x1="68%"
|
|
1448
|
+
y1="2.25860997e-13%"
|
|
1449
|
+
x2="32%"
|
|
1450
|
+
y2="100%"
|
|
1451
|
+
id="linearGradient-modal-large-example-masthead"
|
|
1452
|
+
>
|
|
1453
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
1454
|
+
<stop
|
|
1455
|
+
stop-color="#73BCF7"
|
|
1456
|
+
stop-opacity="0.502212631"
|
|
1457
|
+
offset="100%"
|
|
1458
|
+
/>
|
|
1459
|
+
</linearGradient>
|
|
1460
|
+
</defs>
|
|
1461
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
1462
|
+
<g
|
|
1463
|
+
transform="translate(206.000000, 45.750000)"
|
|
1464
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
1465
|
+
fill-rule="nonzero"
|
|
1466
|
+
>
|
|
1467
|
+
<path
|
|
1468
|
+
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"
|
|
1469
|
+
/>
|
|
1470
|
+
<path
|
|
1471
|
+
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"
|
|
1472
|
+
/>
|
|
1473
|
+
<path
|
|
1474
|
+
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"
|
|
1475
|
+
/>
|
|
1476
|
+
<path
|
|
1477
|
+
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"
|
|
1478
|
+
/>
|
|
1479
|
+
<path
|
|
1480
|
+
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"
|
|
1481
|
+
/>
|
|
1482
|
+
<path
|
|
1483
|
+
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"
|
|
1484
|
+
/>
|
|
1485
|
+
<path
|
|
1486
|
+
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"
|
|
1487
|
+
/>
|
|
1488
|
+
<polygon
|
|
1489
|
+
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"
|
|
1490
|
+
/>
|
|
1491
|
+
<polygon
|
|
1492
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
1493
|
+
/>
|
|
1494
|
+
<path
|
|
1495
|
+
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"
|
|
1496
|
+
/>
|
|
1497
|
+
</g>
|
|
1498
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
1499
|
+
<path
|
|
1500
|
+
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"
|
|
1501
|
+
fill="#0066CC"
|
|
1502
|
+
/>
|
|
1503
|
+
<path
|
|
1504
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
1505
|
+
fill="url(#linearGradient-modal-large-example-masthead)"
|
|
1506
|
+
/>
|
|
1507
|
+
<path
|
|
1508
|
+
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"
|
|
1509
|
+
fill="url(#linearGradient-modal-large-example-masthead)"
|
|
1510
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
1511
|
+
/>
|
|
1512
|
+
</g>
|
|
1509
1513
|
</g>
|
|
1510
|
-
</
|
|
1511
|
-
</
|
|
1512
|
-
</
|
|
1514
|
+
</svg>
|
|
1515
|
+
</a>
|
|
1516
|
+
</div>
|
|
1513
1517
|
</div>
|
|
1514
1518
|
<div class="pf-v6-c-masthead__content">
|
|
1515
1519
|
<div
|
|
@@ -1518,41 +1522,11 @@ section: components
|
|
|
1518
1522
|
>
|
|
1519
1523
|
<div class="pf-v6-c-toolbar__content">
|
|
1520
1524
|
<div class="pf-v6-c-toolbar__content-section">
|
|
1521
|
-
<div class="pf-v6-c-toolbar__item">
|
|
1522
|
-
<button
|
|
1523
|
-
class="pf-v6-c-menu-toggle"
|
|
1524
|
-
type="button"
|
|
1525
|
-
aria-expanded="false"
|
|
1526
|
-
>
|
|
1527
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
1528
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
1529
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1530
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1531
|
-
</span>
|
|
1532
|
-
</span>
|
|
1533
|
-
</button>
|
|
1534
|
-
</div>
|
|
1535
|
-
|
|
1536
|
-
<div class="pf-v6-c-toolbar__item">
|
|
1537
|
-
<button
|
|
1538
|
-
class="pf-v6-c-menu-toggle"
|
|
1539
|
-
type="button"
|
|
1540
|
-
aria-expanded="false"
|
|
1541
|
-
>
|
|
1542
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
1543
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
1544
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1545
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1546
|
-
</span>
|
|
1547
|
-
</span>
|
|
1548
|
-
</button>
|
|
1549
|
-
</div>
|
|
1550
|
-
|
|
1551
1525
|
<div
|
|
1552
|
-
class="pf-v6-c-toolbar__group pf-m-
|
|
1526
|
+
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"
|
|
1553
1527
|
>
|
|
1554
1528
|
<div
|
|
1555
|
-
class="pf-v6-c-toolbar__group pf-m-
|
|
1529
|
+
class="pf-v6-c-toolbar__group pf-m-hidden pf-m-visible-on-lg pf-m-action-group-plain"
|
|
1556
1530
|
>
|
|
1557
1531
|
<div class="pf-v6-c-toolbar__item">
|
|
1558
1532
|
<button
|
|
@@ -1591,6 +1565,7 @@ section: components
|
|
|
1591
1565
|
</button>
|
|
1592
1566
|
</div>
|
|
1593
1567
|
</div>
|
|
1568
|
+
|
|
1594
1569
|
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
1595
1570
|
<button
|
|
1596
1571
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
@@ -1618,114 +1593,126 @@ section: components
|
|
|
1618
1593
|
>
|
|
1619
1594
|
<ul class="pf-v6-c-nav__list" role="list">
|
|
1620
1595
|
<li class="pf-v6-c-nav__item">
|
|
1621
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
1596
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1597
|
+
<span class="pf-v6-c-nav__link-text">System panel</span>
|
|
1598
|
+
</a>
|
|
1622
1599
|
</li>
|
|
1623
1600
|
<li class="pf-v6-c-nav__item">
|
|
1624
1601
|
<a
|
|
1625
1602
|
href="#"
|
|
1626
1603
|
class="pf-v6-c-nav__link pf-m-current"
|
|
1627
1604
|
aria-current="page"
|
|
1628
|
-
>
|
|
1605
|
+
>
|
|
1606
|
+
<span class="pf-v6-c-nav__link-text">Policy</span>
|
|
1607
|
+
</a>
|
|
1629
1608
|
</li>
|
|
1630
1609
|
<li class="pf-v6-c-nav__item">
|
|
1631
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
1610
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1611
|
+
<span class="pf-v6-c-nav__link-text">Authentication</span>
|
|
1612
|
+
</a>
|
|
1632
1613
|
</li>
|
|
1633
1614
|
<li class="pf-v6-c-nav__item">
|
|
1634
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
1615
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1616
|
+
<span class="pf-v6-c-nav__link-text">Network services</span>
|
|
1617
|
+
</a>
|
|
1635
1618
|
</li>
|
|
1636
1619
|
<li class="pf-v6-c-nav__item">
|
|
1637
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
1620
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1621
|
+
<span class="pf-v6-c-nav__link-text">Server</span>
|
|
1622
|
+
</a>
|
|
1638
1623
|
</li>
|
|
1639
1624
|
</ul>
|
|
1640
1625
|
</nav>
|
|
1641
1626
|
</div>
|
|
1642
1627
|
</div>
|
|
1643
|
-
<
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
<
|
|
1650
|
-
<
|
|
1651
|
-
<
|
|
1652
|
-
<
|
|
1653
|
-
<
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
<
|
|
1657
|
-
<
|
|
1658
|
-
|
|
1628
|
+
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
1629
|
+
<main
|
|
1630
|
+
class="pf-v6-c-page__main"
|
|
1631
|
+
tabindex="-1"
|
|
1632
|
+
id="main-content-modal-large-example"
|
|
1633
|
+
>
|
|
1634
|
+
<section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
|
|
1635
|
+
<div class="pf-v6-c-page__main-body">
|
|
1636
|
+
<nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
|
|
1637
|
+
<ol class="pf-v6-c-breadcrumb__list" role="list">
|
|
1638
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1639
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section home</a>
|
|
1640
|
+
</li>
|
|
1641
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1642
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1643
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1644
|
+
</span>
|
|
1659
1645
|
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1646
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
1647
|
+
</li>
|
|
1648
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1649
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1650
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1651
|
+
</span>
|
|
1666
1652
|
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1653
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
1654
|
+
</li>
|
|
1655
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1656
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1657
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1658
|
+
</span>
|
|
1673
1659
|
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
</div>
|
|
1683
|
-
</section>
|
|
1684
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
1685
|
-
<div class="pf-v6-c-page__main-body">
|
|
1686
|
-
<div class="pf-v6-c-content">
|
|
1687
|
-
<h1>Main title</h1>
|
|
1688
|
-
<p>This is a full page demo.</p>
|
|
1660
|
+
<a
|
|
1661
|
+
href="#"
|
|
1662
|
+
class="pf-v6-c-breadcrumb__link pf-m-current"
|
|
1663
|
+
aria-current="page"
|
|
1664
|
+
>Section landing</a>
|
|
1665
|
+
</li>
|
|
1666
|
+
</ol>
|
|
1667
|
+
</nav>
|
|
1689
1668
|
</div>
|
|
1690
|
-
</
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1697
|
-
</div>
|
|
1698
|
-
<div class="pf-v6-c-card">
|
|
1699
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1700
|
-
</div>
|
|
1701
|
-
<div class="pf-v6-c-card">
|
|
1702
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1703
|
-
</div>
|
|
1704
|
-
<div class="pf-v6-c-card">
|
|
1705
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1706
|
-
</div>
|
|
1707
|
-
<div class="pf-v6-c-card">
|
|
1708
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1709
|
-
</div>
|
|
1710
|
-
<div class="pf-v6-c-card">
|
|
1711
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1712
|
-
</div>
|
|
1713
|
-
<div class="pf-v6-c-card">
|
|
1714
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1669
|
+
</section>
|
|
1670
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
1671
|
+
<div class="pf-v6-c-page__main-body">
|
|
1672
|
+
<div class="pf-v6-c-content">
|
|
1673
|
+
<h1>Main title</h1>
|
|
1674
|
+
<p>This is a full page demo.</p>
|
|
1715
1675
|
</div>
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1676
|
+
</div>
|
|
1677
|
+
</section>
|
|
1678
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
1679
|
+
<div class="pf-v6-c-page__main-body">
|
|
1680
|
+
<div class="pf-v6-l-gallery pf-m-gutter">
|
|
1681
|
+
<div class="pf-v6-c-card">
|
|
1682
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1683
|
+
</div>
|
|
1684
|
+
<div class="pf-v6-c-card">
|
|
1685
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1686
|
+
</div>
|
|
1687
|
+
<div class="pf-v6-c-card">
|
|
1688
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1689
|
+
</div>
|
|
1690
|
+
<div class="pf-v6-c-card">
|
|
1691
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1692
|
+
</div>
|
|
1693
|
+
<div class="pf-v6-c-card">
|
|
1694
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1695
|
+
</div>
|
|
1696
|
+
<div class="pf-v6-c-card">
|
|
1697
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1698
|
+
</div>
|
|
1699
|
+
<div class="pf-v6-c-card">
|
|
1700
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1701
|
+
</div>
|
|
1702
|
+
<div class="pf-v6-c-card">
|
|
1703
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1704
|
+
</div>
|
|
1705
|
+
<div class="pf-v6-c-card">
|
|
1706
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1707
|
+
</div>
|
|
1708
|
+
<div class="pf-v6-c-card">
|
|
1709
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1710
|
+
</div>
|
|
1724
1711
|
</div>
|
|
1725
1712
|
</div>
|
|
1726
|
-
</
|
|
1727
|
-
</
|
|
1728
|
-
</
|
|
1713
|
+
</section>
|
|
1714
|
+
</main>
|
|
1715
|
+
</div>
|
|
1729
1716
|
</div>
|
|
1730
1717
|
<div class="pf-v6-c-backdrop">
|
|
1731
1718
|
<div class="pf-v6-l-bullseye">
|
|
@@ -1742,24 +1729,32 @@ section: components
|
|
|
1742
1729
|
type="button"
|
|
1743
1730
|
aria-label="Close"
|
|
1744
1731
|
>
|
|
1745
|
-
<
|
|
1732
|
+
<span class="pf-v6-c-button__icon">
|
|
1733
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
1734
|
+
</span>
|
|
1746
1735
|
</button>
|
|
1747
1736
|
</div>
|
|
1748
1737
|
<header class="pf-v6-c-modal-box__header">
|
|
1749
|
-
<
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1738
|
+
<div class="pf-v6-c-modal-box__header-main">
|
|
1739
|
+
<h1
|
|
1740
|
+
class="pf-v6-c-modal-box__title"
|
|
1741
|
+
id="modal-top-aligned-title"
|
|
1742
|
+
>Modal header</h1>
|
|
1743
|
+
</div>
|
|
1753
1744
|
</header>
|
|
1754
1745
|
<div class="pf-v6-c-modal-box__body">
|
|
1755
1746
|
<p
|
|
1756
1747
|
id="modal-top-aligned-description"
|
|
1757
|
-
>The "aria-describedby" attribute can be applied to any text that adequately describes the modal's purpose. It does not have to be assigned to ".pf-
|
|
1748
|
+
>The "aria-describedby" attribute can be applied to any text that adequately describes the modal's purpose. It does not have to be assigned to ".pf-v6-c-modal-box__body"</p>
|
|
1758
1749
|
<p>Form here</p>
|
|
1759
1750
|
</div>
|
|
1760
1751
|
<footer class="pf-v6-c-modal-box__footer">
|
|
1761
|
-
<button class="pf-v6-c-button pf-m-primary" type="button">
|
|
1762
|
-
|
|
1752
|
+
<button class="pf-v6-c-button pf-m-primary" type="button">
|
|
1753
|
+
<span class="pf-v6-c-button__text">Save</span>
|
|
1754
|
+
</button>
|
|
1755
|
+
<button class="pf-v6-c-button pf-m-link" type="button">
|
|
1756
|
+
<span class="pf-v6-c-button__text">Cancel</span>
|
|
1757
|
+
</button>
|
|
1763
1758
|
</footer>
|
|
1764
1759
|
</div>
|
|
1765
1760
|
</div>
|
|
@@ -1775,91 +1770,99 @@ section: components
|
|
|
1775
1770
|
<a
|
|
1776
1771
|
class="pf-v6-c-button pf-m-primary"
|
|
1777
1772
|
href="#main-content-modal-with-form-example"
|
|
1778
|
-
>
|
|
1773
|
+
>
|
|
1774
|
+
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
1775
|
+
</a>
|
|
1779
1776
|
</div>
|
|
1780
1777
|
<header class="pf-v6-c-masthead" id="modal-with-form-example-masthead">
|
|
1781
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
1782
|
-
<button
|
|
1783
|
-
class="pf-v6-c-button pf-m-plain"
|
|
1784
|
-
type="button"
|
|
1785
|
-
aria-label="Global navigation"
|
|
1786
|
-
>
|
|
1787
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
1788
|
-
</button>
|
|
1789
|
-
</span>
|
|
1790
1778
|
<div class="pf-v6-c-masthead__main">
|
|
1791
|
-
<
|
|
1792
|
-
<
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
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
|
-
|
|
1779
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
1780
|
+
<button
|
|
1781
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1782
|
+
type="button"
|
|
1783
|
+
aria-label="Global navigation"
|
|
1784
|
+
>
|
|
1785
|
+
<span class="pf-v6-c-button__icon">
|
|
1786
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
1787
|
+
</span>
|
|
1788
|
+
</button>
|
|
1789
|
+
</span>
|
|
1790
|
+
<div class="pf-v6-c-masthead__brand">
|
|
1791
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
1792
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
1793
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
1794
|
+
<defs>
|
|
1795
|
+
<linearGradient
|
|
1796
|
+
x1="68%"
|
|
1797
|
+
y1="2.25860997e-13%"
|
|
1798
|
+
x2="32%"
|
|
1799
|
+
y2="100%"
|
|
1800
|
+
id="linearGradient-modal-with-form-example-masthead"
|
|
1801
|
+
>
|
|
1802
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
1803
|
+
<stop
|
|
1804
|
+
stop-color="#73BCF7"
|
|
1805
|
+
stop-opacity="0.502212631"
|
|
1806
|
+
offset="100%"
|
|
1807
|
+
/>
|
|
1808
|
+
</linearGradient>
|
|
1809
|
+
</defs>
|
|
1810
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
1811
|
+
<g
|
|
1812
|
+
transform="translate(206.000000, 45.750000)"
|
|
1813
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
1814
|
+
fill-rule="nonzero"
|
|
1815
|
+
>
|
|
1816
|
+
<path
|
|
1817
|
+
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"
|
|
1818
|
+
/>
|
|
1819
|
+
<path
|
|
1820
|
+
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"
|
|
1821
|
+
/>
|
|
1822
|
+
<path
|
|
1823
|
+
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"
|
|
1824
|
+
/>
|
|
1825
|
+
<path
|
|
1826
|
+
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"
|
|
1827
|
+
/>
|
|
1828
|
+
<path
|
|
1829
|
+
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"
|
|
1830
|
+
/>
|
|
1831
|
+
<path
|
|
1832
|
+
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"
|
|
1833
|
+
/>
|
|
1834
|
+
<path
|
|
1835
|
+
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"
|
|
1836
|
+
/>
|
|
1837
|
+
<polygon
|
|
1838
|
+
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"
|
|
1839
|
+
/>
|
|
1840
|
+
<polygon
|
|
1841
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
1842
|
+
/>
|
|
1843
|
+
<path
|
|
1844
|
+
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"
|
|
1845
|
+
/>
|
|
1846
|
+
</g>
|
|
1847
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
1848
|
+
<path
|
|
1849
|
+
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"
|
|
1850
|
+
fill="#0066CC"
|
|
1851
|
+
/>
|
|
1852
|
+
<path
|
|
1853
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
1854
|
+
fill="url(#linearGradient-modal-with-form-example-masthead)"
|
|
1855
|
+
/>
|
|
1856
|
+
<path
|
|
1857
|
+
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"
|
|
1858
|
+
fill="url(#linearGradient-modal-with-form-example-masthead)"
|
|
1859
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
1860
|
+
/>
|
|
1861
|
+
</g>
|
|
1859
1862
|
</g>
|
|
1860
|
-
</
|
|
1861
|
-
</
|
|
1862
|
-
</
|
|
1863
|
+
</svg>
|
|
1864
|
+
</a>
|
|
1865
|
+
</div>
|
|
1863
1866
|
</div>
|
|
1864
1867
|
<div class="pf-v6-c-masthead__content">
|
|
1865
1868
|
<div
|
|
@@ -1868,41 +1871,11 @@ section: components
|
|
|
1868
1871
|
>
|
|
1869
1872
|
<div class="pf-v6-c-toolbar__content">
|
|
1870
1873
|
<div class="pf-v6-c-toolbar__content-section">
|
|
1871
|
-
<div class="pf-v6-c-toolbar__item">
|
|
1872
|
-
<button
|
|
1873
|
-
class="pf-v6-c-menu-toggle"
|
|
1874
|
-
type="button"
|
|
1875
|
-
aria-expanded="false"
|
|
1876
|
-
>
|
|
1877
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
1878
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
1879
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1880
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1881
|
-
</span>
|
|
1882
|
-
</span>
|
|
1883
|
-
</button>
|
|
1884
|
-
</div>
|
|
1885
|
-
|
|
1886
|
-
<div class="pf-v6-c-toolbar__item">
|
|
1887
|
-
<button
|
|
1888
|
-
class="pf-v6-c-menu-toggle"
|
|
1889
|
-
type="button"
|
|
1890
|
-
aria-expanded="false"
|
|
1891
|
-
>
|
|
1892
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
1893
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
1894
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1895
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1896
|
-
</span>
|
|
1897
|
-
</span>
|
|
1898
|
-
</button>
|
|
1899
|
-
</div>
|
|
1900
|
-
|
|
1901
1874
|
<div
|
|
1902
|
-
class="pf-v6-c-toolbar__group pf-m-
|
|
1875
|
+
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"
|
|
1903
1876
|
>
|
|
1904
1877
|
<div
|
|
1905
|
-
class="pf-v6-c-toolbar__group pf-m-
|
|
1878
|
+
class="pf-v6-c-toolbar__group pf-m-hidden pf-m-visible-on-lg pf-m-action-group-plain"
|
|
1906
1879
|
>
|
|
1907
1880
|
<div class="pf-v6-c-toolbar__item">
|
|
1908
1881
|
<button
|
|
@@ -1941,6 +1914,7 @@ section: components
|
|
|
1941
1914
|
</button>
|
|
1942
1915
|
</div>
|
|
1943
1916
|
</div>
|
|
1917
|
+
|
|
1944
1918
|
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
1945
1919
|
<button
|
|
1946
1920
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
@@ -1968,114 +1942,126 @@ section: components
|
|
|
1968
1942
|
>
|
|
1969
1943
|
<ul class="pf-v6-c-nav__list" role="list">
|
|
1970
1944
|
<li class="pf-v6-c-nav__item">
|
|
1971
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
1945
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1946
|
+
<span class="pf-v6-c-nav__link-text">System panel</span>
|
|
1947
|
+
</a>
|
|
1972
1948
|
</li>
|
|
1973
1949
|
<li class="pf-v6-c-nav__item">
|
|
1974
1950
|
<a
|
|
1975
1951
|
href="#"
|
|
1976
1952
|
class="pf-v6-c-nav__link pf-m-current"
|
|
1977
1953
|
aria-current="page"
|
|
1978
|
-
>
|
|
1954
|
+
>
|
|
1955
|
+
<span class="pf-v6-c-nav__link-text">Policy</span>
|
|
1956
|
+
</a>
|
|
1979
1957
|
</li>
|
|
1980
1958
|
<li class="pf-v6-c-nav__item">
|
|
1981
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
1959
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1960
|
+
<span class="pf-v6-c-nav__link-text">Authentication</span>
|
|
1961
|
+
</a>
|
|
1982
1962
|
</li>
|
|
1983
1963
|
<li class="pf-v6-c-nav__item">
|
|
1984
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
1964
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1965
|
+
<span class="pf-v6-c-nav__link-text">Network services</span>
|
|
1966
|
+
</a>
|
|
1985
1967
|
</li>
|
|
1986
1968
|
<li class="pf-v6-c-nav__item">
|
|
1987
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
1969
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1970
|
+
<span class="pf-v6-c-nav__link-text">Server</span>
|
|
1971
|
+
</a>
|
|
1988
1972
|
</li>
|
|
1989
1973
|
</ul>
|
|
1990
1974
|
</nav>
|
|
1991
1975
|
</div>
|
|
1992
1976
|
</div>
|
|
1993
|
-
<
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
<
|
|
2000
|
-
<
|
|
2001
|
-
<
|
|
2002
|
-
<
|
|
2003
|
-
<
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
<
|
|
2007
|
-
<
|
|
2008
|
-
|
|
1977
|
+
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
1978
|
+
<main
|
|
1979
|
+
class="pf-v6-c-page__main"
|
|
1980
|
+
tabindex="-1"
|
|
1981
|
+
id="main-content-modal-with-form-example"
|
|
1982
|
+
>
|
|
1983
|
+
<section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
|
|
1984
|
+
<div class="pf-v6-c-page__main-body">
|
|
1985
|
+
<nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
|
|
1986
|
+
<ol class="pf-v6-c-breadcrumb__list" role="list">
|
|
1987
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1988
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section home</a>
|
|
1989
|
+
</li>
|
|
1990
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1991
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1992
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1993
|
+
</span>
|
|
2009
1994
|
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
1995
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
1996
|
+
</li>
|
|
1997
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1998
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1999
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2000
|
+
</span>
|
|
2016
2001
|
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2002
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
2003
|
+
</li>
|
|
2004
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
2005
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
2006
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2007
|
+
</span>
|
|
2023
2008
|
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
</div>
|
|
2033
|
-
</section>
|
|
2034
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
2035
|
-
<div class="pf-v6-c-page__main-body">
|
|
2036
|
-
<div class="pf-v6-c-content">
|
|
2037
|
-
<h1>Main title</h1>
|
|
2038
|
-
<p>This is a full page demo.</p>
|
|
2009
|
+
<a
|
|
2010
|
+
href="#"
|
|
2011
|
+
class="pf-v6-c-breadcrumb__link pf-m-current"
|
|
2012
|
+
aria-current="page"
|
|
2013
|
+
>Section landing</a>
|
|
2014
|
+
</li>
|
|
2015
|
+
</ol>
|
|
2016
|
+
</nav>
|
|
2039
2017
|
</div>
|
|
2040
|
-
</
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2047
|
-
</div>
|
|
2048
|
-
<div class="pf-v6-c-card">
|
|
2049
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2050
|
-
</div>
|
|
2051
|
-
<div class="pf-v6-c-card">
|
|
2052
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2018
|
+
</section>
|
|
2019
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
2020
|
+
<div class="pf-v6-c-page__main-body">
|
|
2021
|
+
<div class="pf-v6-c-content">
|
|
2022
|
+
<h1>Main title</h1>
|
|
2023
|
+
<p>This is a full page demo.</p>
|
|
2053
2024
|
</div>
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2025
|
+
</div>
|
|
2026
|
+
</section>
|
|
2027
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
2028
|
+
<div class="pf-v6-c-page__main-body">
|
|
2029
|
+
<div class="pf-v6-l-gallery pf-m-gutter">
|
|
2030
|
+
<div class="pf-v6-c-card">
|
|
2031
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2032
|
+
</div>
|
|
2033
|
+
<div class="pf-v6-c-card">
|
|
2034
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2035
|
+
</div>
|
|
2036
|
+
<div class="pf-v6-c-card">
|
|
2037
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2038
|
+
</div>
|
|
2039
|
+
<div class="pf-v6-c-card">
|
|
2040
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2041
|
+
</div>
|
|
2042
|
+
<div class="pf-v6-c-card">
|
|
2043
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2044
|
+
</div>
|
|
2045
|
+
<div class="pf-v6-c-card">
|
|
2046
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2047
|
+
</div>
|
|
2048
|
+
<div class="pf-v6-c-card">
|
|
2049
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2050
|
+
</div>
|
|
2051
|
+
<div class="pf-v6-c-card">
|
|
2052
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2053
|
+
</div>
|
|
2054
|
+
<div class="pf-v6-c-card">
|
|
2055
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2056
|
+
</div>
|
|
2057
|
+
<div class="pf-v6-c-card">
|
|
2058
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2059
|
+
</div>
|
|
2074
2060
|
</div>
|
|
2075
2061
|
</div>
|
|
2076
|
-
</
|
|
2077
|
-
</
|
|
2078
|
-
</
|
|
2062
|
+
</section>
|
|
2063
|
+
</main>
|
|
2064
|
+
</div>
|
|
2079
2065
|
</div>
|
|
2080
2066
|
<div class="pf-v6-c-backdrop">
|
|
2081
2067
|
<div class="pf-v6-l-bullseye">
|
|
@@ -2092,11 +2078,15 @@ section: components
|
|
|
2092
2078
|
type="button"
|
|
2093
2079
|
aria-label="Close"
|
|
2094
2080
|
>
|
|
2095
|
-
<
|
|
2081
|
+
<span class="pf-v6-c-button__icon">
|
|
2082
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
2083
|
+
</span>
|
|
2096
2084
|
</button>
|
|
2097
2085
|
</div>
|
|
2098
2086
|
<header class="pf-v6-c-modal-box__header">
|
|
2099
|
-
<
|
|
2087
|
+
<div class="pf-v6-c-modal-box__header-main">
|
|
2088
|
+
<h1 class="pf-v6-c-modal-box__title" id="modal-title-">Create account</h1>
|
|
2089
|
+
</div>
|
|
2100
2090
|
</header>
|
|
2101
2091
|
<div class="pf-v6-c-modal-box__body" id="modal-description-">
|
|
2102
2092
|
<p>Enter your personal information below to create an account.</p>
|
|
@@ -2117,7 +2107,9 @@ section: components
|
|
|
2117
2107
|
aria-label="More information for name field"
|
|
2118
2108
|
aria-describedby="-form-name"
|
|
2119
2109
|
>
|
|
2120
|
-
<
|
|
2110
|
+
<span class="pf-v6-c-button__icon">
|
|
2111
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
2112
|
+
</span>
|
|
2121
2113
|
</span></span>
|
|
2122
2114
|
</div>
|
|
2123
2115
|
<div class="pf-v6-c-form__group-control">
|
|
@@ -2140,7 +2132,9 @@ section: components
|
|
|
2140
2132
|
aria-label="More information for email field"
|
|
2141
2133
|
aria-describedby="-form-email"
|
|
2142
2134
|
>
|
|
2143
|
-
<
|
|
2135
|
+
<span class="pf-v6-c-button__icon">
|
|
2136
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
2137
|
+
</span>
|
|
2144
2138
|
</span></span>
|
|
2145
2139
|
</div>
|
|
2146
2140
|
<div class="pf-v6-c-form__group-control">
|
|
@@ -2163,7 +2157,9 @@ section: components
|
|
|
2163
2157
|
aria-label="More information for address field"
|
|
2164
2158
|
aria-describedby="-form-address"
|
|
2165
2159
|
>
|
|
2166
|
-
<
|
|
2160
|
+
<span class="pf-v6-c-button__icon">
|
|
2161
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
2162
|
+
</span>
|
|
2167
2163
|
</span></span>
|
|
2168
2164
|
</div>
|
|
2169
2165
|
<div class="pf-v6-c-form__group-control">
|
|
@@ -2180,12 +2176,12 @@ section: components
|
|
|
2180
2176
|
</form>
|
|
2181
2177
|
</div>
|
|
2182
2178
|
<footer class="pf-v6-c-modal-box__footer">
|
|
2183
|
-
<button
|
|
2184
|
-
class="pf-v6-c-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2179
|
+
<button class="pf-v6-c-button pf-m-primary" type="button" form="-form">
|
|
2180
|
+
<span class="pf-v6-c-button__text">Create</span>
|
|
2181
|
+
</button>
|
|
2182
|
+
<button class="pf-v6-c-button pf-m-link" type="button">
|
|
2183
|
+
<span class="pf-v6-c-button__text">Cancel</span>
|
|
2184
|
+
</button>
|
|
2189
2185
|
</footer>
|
|
2190
2186
|
</div>
|
|
2191
2187
|
</div>
|