@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: patterns
|
|
|
11
11
|
<a
|
|
12
12
|
class="pf-v6-c-button pf-m-primary"
|
|
13
13
|
href="#main-content-card-view-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="card-view-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-card-view-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-card-view-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-card-view-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: patterns
|
|
|
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: patterns
|
|
|
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"
|
|
@@ -203,13 +182,13 @@ section: patterns
|
|
|
203
182
|
aria-label="Global"
|
|
204
183
|
>
|
|
205
184
|
<ul class="pf-v6-c-nav__list" role="list">
|
|
206
|
-
<li class="pf-v6-c-nav__item pf-m-
|
|
185
|
+
<li class="pf-v6-c-nav__item pf-m-expanded">
|
|
207
186
|
<button
|
|
208
187
|
class="pf-v6-c-nav__link"
|
|
209
188
|
aria-expanded="true"
|
|
210
189
|
id="card-view-basic-example-expandable-nav-link1"
|
|
211
190
|
>
|
|
212
|
-
System panel
|
|
191
|
+
<span class="pf-v6-c-nav__link-text">System panel</span>
|
|
213
192
|
<span class="pf-v6-c-nav__toggle">
|
|
214
193
|
<span class="pf-v6-c-nav__toggle-icon">
|
|
215
194
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
@@ -222,37 +201,49 @@ section: patterns
|
|
|
222
201
|
>
|
|
223
202
|
<ul class="pf-v6-c-nav__list" role="list">
|
|
224
203
|
<li class="pf-v6-c-nav__item">
|
|
225
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
204
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
205
|
+
<span class="pf-v6-c-nav__link-text">Overview</span>
|
|
206
|
+
</a>
|
|
226
207
|
</li>
|
|
227
208
|
<li class="pf-v6-c-nav__item">
|
|
228
209
|
<a
|
|
229
210
|
href="#"
|
|
230
211
|
class="pf-v6-c-nav__link pf-m-current"
|
|
231
212
|
aria-current="page"
|
|
232
|
-
>
|
|
213
|
+
>
|
|
214
|
+
<span class="pf-v6-c-nav__link-text">Resource usage</span>
|
|
215
|
+
</a>
|
|
233
216
|
</li>
|
|
234
217
|
<li class="pf-v6-c-nav__item">
|
|
235
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
218
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
219
|
+
<span class="pf-v6-c-nav__link-text">Hypervisors</span>
|
|
220
|
+
</a>
|
|
236
221
|
</li>
|
|
237
222
|
<li class="pf-v6-c-nav__item">
|
|
238
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
223
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
224
|
+
<span class="pf-v6-c-nav__link-text">Instances</span>
|
|
225
|
+
</a>
|
|
239
226
|
</li>
|
|
240
227
|
<li class="pf-v6-c-nav__item">
|
|
241
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
228
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
229
|
+
<span class="pf-v6-c-nav__link-text">Volumes</span>
|
|
230
|
+
</a>
|
|
242
231
|
</li>
|
|
243
232
|
<li class="pf-v6-c-nav__item">
|
|
244
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
233
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
234
|
+
<span class="pf-v6-c-nav__link-text">Networks</span>
|
|
235
|
+
</a>
|
|
245
236
|
</li>
|
|
246
237
|
</ul>
|
|
247
238
|
</section>
|
|
248
239
|
</li>
|
|
249
|
-
<li class="pf-v6-c-nav__item
|
|
240
|
+
<li class="pf-v6-c-nav__item">
|
|
250
241
|
<button
|
|
251
242
|
class="pf-v6-c-nav__link"
|
|
252
243
|
aria-expanded="false"
|
|
253
244
|
id="card-view-basic-example-expandable-nav-link2"
|
|
254
245
|
>
|
|
255
|
-
Policy
|
|
246
|
+
<span class="pf-v6-c-nav__link-text">Policy</span>
|
|
256
247
|
<span class="pf-v6-c-nav__toggle">
|
|
257
248
|
<span class="pf-v6-c-nav__toggle-icon">
|
|
258
249
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
@@ -266,21 +257,25 @@ section: patterns
|
|
|
266
257
|
>
|
|
267
258
|
<ul class="pf-v6-c-nav__list" role="list">
|
|
268
259
|
<li class="pf-v6-c-nav__item">
|
|
269
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
260
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
261
|
+
<span class="pf-v6-c-nav__link-text">Subnav link 1</span>
|
|
262
|
+
</a>
|
|
270
263
|
</li>
|
|
271
264
|
<li class="pf-v6-c-nav__item">
|
|
272
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
265
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
266
|
+
<span class="pf-v6-c-nav__link-text">Subnav link 2</span>
|
|
267
|
+
</a>
|
|
273
268
|
</li>
|
|
274
269
|
</ul>
|
|
275
270
|
</section>
|
|
276
271
|
</li>
|
|
277
|
-
<li class="pf-v6-c-nav__item
|
|
272
|
+
<li class="pf-v6-c-nav__item">
|
|
278
273
|
<button
|
|
279
274
|
class="pf-v6-c-nav__link"
|
|
280
275
|
aria-expanded="false"
|
|
281
276
|
id="card-view-basic-example-expandable-nav-link3"
|
|
282
277
|
>
|
|
283
|
-
Authentication
|
|
278
|
+
<span class="pf-v6-c-nav__link-text">Authentication</span>
|
|
284
279
|
<span class="pf-v6-c-nav__toggle">
|
|
285
280
|
<span class="pf-v6-c-nav__toggle-icon">
|
|
286
281
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
@@ -294,10 +289,14 @@ section: patterns
|
|
|
294
289
|
>
|
|
295
290
|
<ul class="pf-v6-c-nav__list" role="list">
|
|
296
291
|
<li class="pf-v6-c-nav__item">
|
|
297
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
292
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
293
|
+
<span class="pf-v6-c-nav__link-text">Subnav link 1</span>
|
|
294
|
+
</a>
|
|
298
295
|
</li>
|
|
299
296
|
<li class="pf-v6-c-nav__item">
|
|
300
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
297
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
298
|
+
<span class="pf-v6-c-nav__link-text">Subnav link 2</span>
|
|
299
|
+
</a>
|
|
301
300
|
</li>
|
|
302
301
|
</ul>
|
|
303
302
|
</section>
|
|
@@ -306,1406 +305,794 @@ section: patterns
|
|
|
306
305
|
</nav>
|
|
307
306
|
</div>
|
|
308
307
|
</div>
|
|
309
|
-
<
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
<
|
|
316
|
-
<
|
|
317
|
-
<
|
|
318
|
-
<
|
|
319
|
-
<
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
<
|
|
323
|
-
<
|
|
324
|
-
|
|
308
|
+
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
309
|
+
<main
|
|
310
|
+
class="pf-v6-c-page__main"
|
|
311
|
+
tabindex="-1"
|
|
312
|
+
id="main-content-card-view-basic-example"
|
|
313
|
+
>
|
|
314
|
+
<section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
|
|
315
|
+
<div class="pf-v6-c-page__main-body">
|
|
316
|
+
<nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
|
|
317
|
+
<ol class="pf-v6-c-breadcrumb__list" role="list">
|
|
318
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
319
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section home</a>
|
|
320
|
+
</li>
|
|
321
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
322
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
323
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
324
|
+
</span>
|
|
325
325
|
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
326
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
327
|
+
</li>
|
|
328
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
329
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
330
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
331
|
+
</span>
|
|
332
332
|
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
333
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
334
|
+
</li>
|
|
335
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
336
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
337
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
338
|
+
</span>
|
|
339
339
|
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
</div>
|
|
349
|
-
</section>
|
|
350
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
351
|
-
<div class="pf-v6-c-page__main-body">
|
|
352
|
-
<div class="pf-v6-c-content">
|
|
353
|
-
<h1>Main title</h1>
|
|
354
|
-
<p>This is a full page demo.</p>
|
|
340
|
+
<a
|
|
341
|
+
href="#"
|
|
342
|
+
class="pf-v6-c-breadcrumb__link pf-m-current"
|
|
343
|
+
aria-current="page"
|
|
344
|
+
>Section landing</a>
|
|
345
|
+
</li>
|
|
346
|
+
</ol>
|
|
347
|
+
</nav>
|
|
355
348
|
</div>
|
|
356
|
-
</
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
371
|
-
type="button"
|
|
372
|
-
aria-expanded="false"
|
|
373
|
-
aria-label="Show filters"
|
|
374
|
-
aria-controls="card-view-basic-example-toolbar-expandable-content"
|
|
375
|
-
>
|
|
376
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
377
|
-
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
378
|
-
</span>
|
|
379
|
-
</button>
|
|
380
|
-
</div>
|
|
381
|
-
<div class="pf-v6-c-toolbar__item pf-m-bulk-select">
|
|
349
|
+
</section>
|
|
350
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
351
|
+
<div class="pf-v6-c-page__main-body">
|
|
352
|
+
<div class="pf-v6-c-content">
|
|
353
|
+
<h1>Main title</h1>
|
|
354
|
+
<p>This is a full page demo.</p>
|
|
355
|
+
</div>
|
|
356
|
+
</div>
|
|
357
|
+
</section>
|
|
358
|
+
<section class="pf-v6-c-page__main-section">
|
|
359
|
+
<div class="pf-v6-c-page__main-body">
|
|
360
|
+
<div class="pf-v6-c-toolbar" id="card-view-basic-example-toolbar">
|
|
361
|
+
<div class="pf-v6-c-toolbar__content">
|
|
362
|
+
<div class="pf-v6-c-toolbar__content-section pf-m-nowrap">
|
|
382
363
|
<div
|
|
383
|
-
class="pf-v6-c-
|
|
384
|
-
id="card-view-basic-example-toolbar-check"
|
|
364
|
+
class="pf-v6-c-toolbar__group pf-m-show-on-xl pf-m-toggle-group"
|
|
385
365
|
>
|
|
386
|
-
<
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
aria-label="Standalone check"
|
|
397
|
-
/>
|
|
398
|
-
</label>
|
|
399
|
-
<button
|
|
400
|
-
class="pf-v6-c-menu-toggle__button"
|
|
401
|
-
type="button"
|
|
402
|
-
aria-expanded="false"
|
|
403
|
-
id="card-view-basic-example-toolbar-menu-toggle-toggle-button"
|
|
404
|
-
aria-label="Menu toggle"
|
|
405
|
-
>
|
|
406
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
407
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
408
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
366
|
+
<div class="pf-v6-c-toolbar__toggle">
|
|
367
|
+
<button
|
|
368
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
369
|
+
type="button"
|
|
370
|
+
aria-expanded="false"
|
|
371
|
+
aria-label="Show filters"
|
|
372
|
+
aria-controls="card-view-basic-example-toolbar-expandable-content"
|
|
373
|
+
>
|
|
374
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
375
|
+
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
409
376
|
</span>
|
|
410
|
-
</
|
|
411
|
-
</
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
<div class="pf-v6-c-select">
|
|
417
|
-
<span
|
|
418
|
-
id="card-view-basic-example-toolbar-select-checkbox-status-label"
|
|
419
|
-
hidden
|
|
420
|
-
>Choose many</span>
|
|
421
|
-
|
|
422
|
-
<button
|
|
423
|
-
class="pf-v6-c-select__toggle"
|
|
424
|
-
type="button"
|
|
425
|
-
id="card-view-basic-example-toolbar-select-checkbox-status-toggle"
|
|
426
|
-
aria-haspopup="true"
|
|
427
|
-
aria-expanded="false"
|
|
428
|
-
aria-labelledby="card-view-basic-example-toolbar-select-checkbox-status-label card-view-basic-example-toolbar-select-checkbox-status-toggle"
|
|
429
|
-
>
|
|
430
|
-
<div class="pf-v6-c-select__toggle-wrapper">
|
|
431
|
-
<span class="pf-v6-c-select__toggle-text">Status</span>
|
|
432
|
-
</div>
|
|
433
|
-
<span class="pf-v6-c-select__toggle-arrow">
|
|
434
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
435
|
-
</span>
|
|
436
|
-
</button>
|
|
437
|
-
|
|
438
|
-
<div class="pf-v6-c-select__menu" hidden>
|
|
439
|
-
<fieldset
|
|
440
|
-
class="pf-v6-c-select__menu-fieldset"
|
|
441
|
-
aria-label="Select input"
|
|
377
|
+
</button>
|
|
378
|
+
</div>
|
|
379
|
+
<div class="pf-v6-c-toolbar__item pf-m-bulk-select">
|
|
380
|
+
<div
|
|
381
|
+
class="pf-v6-c-menu-toggle pf-m-split-button"
|
|
382
|
+
id="card-view-basic-example-toolbar-check"
|
|
442
383
|
>
|
|
443
384
|
<label
|
|
444
|
-
class="pf-v6-c-check pf-
|
|
445
|
-
|
|
446
|
-
for="card-view-basic-example-toolbar-select-checkbox-status-active-input"
|
|
447
|
-
>
|
|
448
|
-
<input
|
|
449
|
-
class="pf-v6-c-check__input"
|
|
450
|
-
type="checkbox"
|
|
451
|
-
aria-describedby="card-view-basic-example-toolbar-select-checkbox-status-active-description"
|
|
452
|
-
id="card-view-basic-example-toolbar-select-checkbox-status-active-input"
|
|
453
|
-
name="card-view-basic-example-toolbar-select-checkbox-status-active-input"
|
|
454
|
-
/>
|
|
455
|
-
<span class="pf-v6-c-check__label">Active</span>
|
|
456
|
-
<span
|
|
457
|
-
class="pf-v6-c-check__description"
|
|
458
|
-
id="card-view-basic-example-toolbar-select-checkbox-status-active-description"
|
|
459
|
-
>This is a description</span>
|
|
460
|
-
</label>
|
|
461
|
-
<label
|
|
462
|
-
class="pf-v6-c-check pf-v5-c-select__menu-item pf-m-description"
|
|
463
|
-
id="card-view-basic-example-toolbar-select-checkbox-status-canceled"
|
|
464
|
-
for="card-view-basic-example-toolbar-select-checkbox-status-canceled-input"
|
|
465
|
-
>
|
|
466
|
-
<input
|
|
467
|
-
class="pf-v6-c-check__input"
|
|
468
|
-
type="checkbox"
|
|
469
|
-
aria-describedby="card-view-basic-example-toolbar-select-checkbox-status-canceled-description"
|
|
470
|
-
id="card-view-basic-example-toolbar-select-checkbox-status-canceled-input"
|
|
471
|
-
name="card-view-basic-example-toolbar-select-checkbox-status-canceled-input"
|
|
472
|
-
/>
|
|
473
|
-
<span class="pf-v6-c-check__label">Canceled</span>
|
|
474
|
-
<span
|
|
475
|
-
class="pf-v6-c-check__description"
|
|
476
|
-
id="card-view-basic-example-toolbar-select-checkbox-status-canceled-description"
|
|
477
|
-
>This is a really long description that describes the menu item. This is a really long description that describes the menu item.</span>
|
|
478
|
-
</label>
|
|
479
|
-
<label
|
|
480
|
-
class="pf-v6-c-check pf-v5-c-select__menu-item"
|
|
481
|
-
id="card-view-basic-example-toolbar-select-checkbox-status-paused"
|
|
482
|
-
for="card-view-basic-example-toolbar-select-checkbox-status-paused-input"
|
|
483
|
-
>
|
|
484
|
-
<input
|
|
485
|
-
class="pf-v6-c-check__input"
|
|
486
|
-
type="checkbox"
|
|
487
|
-
id="card-view-basic-example-toolbar-select-checkbox-status-paused-input"
|
|
488
|
-
name="card-view-basic-example-toolbar-select-checkbox-status-paused-input"
|
|
489
|
-
/>
|
|
490
|
-
<span class="pf-v6-c-check__label">Paused</span>
|
|
491
|
-
</label>
|
|
492
|
-
<label
|
|
493
|
-
class="pf-v6-c-check pf-v5-c-select__menu-item"
|
|
494
|
-
id="card-view-basic-example-toolbar-select-checkbox-status-warning"
|
|
495
|
-
for="card-view-basic-example-toolbar-select-checkbox-status-warning-input"
|
|
385
|
+
class="pf-v6-c-check pf-m-standalone"
|
|
386
|
+
for="card-view-basic-example-toolbar-check-check-input"
|
|
496
387
|
>
|
|
497
388
|
<input
|
|
498
389
|
class="pf-v6-c-check__input"
|
|
499
390
|
type="checkbox"
|
|
500
|
-
id="card-view-basic-example-toolbar-
|
|
501
|
-
name="card-view-basic-example-toolbar-
|
|
391
|
+
id="card-view-basic-example-toolbar-check-check-input"
|
|
392
|
+
name="card-view-basic-example-toolbar-check-check-input"
|
|
393
|
+
aria-label="Standalone check"
|
|
502
394
|
/>
|
|
503
|
-
<span class="pf-v6-c-check__label">Warning</span>
|
|
504
395
|
</label>
|
|
505
|
-
<
|
|
506
|
-
class="pf-v6-c-
|
|
507
|
-
|
|
508
|
-
|
|
396
|
+
<button
|
|
397
|
+
class="pf-v6-c-menu-toggle__button"
|
|
398
|
+
type="button"
|
|
399
|
+
aria-expanded="false"
|
|
400
|
+
id="card-view-basic-example-toolbar-menu-toggle-toggle-button"
|
|
401
|
+
aria-label="Menu toggle"
|
|
509
402
|
>
|
|
510
|
-
<
|
|
511
|
-
class="pf-v6-c-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
</label>
|
|
518
|
-
</fieldset>
|
|
403
|
+
<span class="pf-v6-c-menu-toggle__controls">
|
|
404
|
+
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
405
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
406
|
+
</span>
|
|
407
|
+
</span>
|
|
408
|
+
</button>
|
|
409
|
+
</div>
|
|
519
410
|
</div>
|
|
520
|
-
</div>
|
|
521
|
-
</div>
|
|
522
|
-
</div>
|
|
523
411
|
|
|
524
|
-
|
|
525
|
-
class="pf-v6-c-overflow-menu"
|
|
526
|
-
id="card-view-basic-example-toolbar-overflow-menu"
|
|
527
|
-
>
|
|
528
|
-
<div
|
|
529
|
-
class="pf-v6-c-overflow-menu__content pf-v5-u-display-none pf-v5-u-display-flex-on-lg"
|
|
530
|
-
>
|
|
531
|
-
<div class="pf-v6-c-overflow-menu__group pf-m-button-group">
|
|
532
|
-
<div class="pf-v6-c-overflow-menu__item">
|
|
412
|
+
<div class="pf-v6-c-toolbar__item">
|
|
533
413
|
<button
|
|
534
|
-
class="pf-v6-c-
|
|
414
|
+
class="pf-v6-c-menu-toggle"
|
|
535
415
|
type="button"
|
|
536
|
-
|
|
416
|
+
aria-expanded="false"
|
|
417
|
+
id="card-view-basic-example-toolbar-select-checkbox-status"
|
|
418
|
+
>
|
|
419
|
+
<span class="pf-v6-c-menu-toggle__text">Status</span>
|
|
420
|
+
<span class="pf-v6-c-menu-toggle__controls">
|
|
421
|
+
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
422
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
423
|
+
</span>
|
|
424
|
+
</span>
|
|
425
|
+
</button>
|
|
537
426
|
</div>
|
|
538
427
|
</div>
|
|
539
|
-
</div>
|
|
540
|
-
<div class="pf-v6-c-overflow-menu__control">
|
|
541
|
-
<div class="pf-v6-c-dropdown">
|
|
542
|
-
<button
|
|
543
|
-
class="pf-v6-c-button pf-v5-c-dropdown__toggle pf-m-plain"
|
|
544
|
-
type="button"
|
|
545
|
-
id="card-view-basic-example-toolbar-overflow-menu-dropdown-toggle"
|
|
546
|
-
aria-label="Dropdown with additional options"
|
|
547
|
-
aria-expanded="false"
|
|
548
|
-
>
|
|
549
|
-
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
550
|
-
</button>
|
|
551
|
-
<ul
|
|
552
|
-
class="pf-v6-c-dropdown__menu"
|
|
553
|
-
role="menu"
|
|
554
|
-
aria-labelledby="card-view-basic-example-toolbar-overflow-menu-dropdown-toggle"
|
|
555
|
-
hidden
|
|
556
|
-
>
|
|
557
|
-
<li role="none">
|
|
558
|
-
<button
|
|
559
|
-
role="menuitem"
|
|
560
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
561
|
-
>Action 7</button>
|
|
562
|
-
</li>
|
|
563
|
-
</ul>
|
|
564
|
-
</div>
|
|
565
|
-
</div>
|
|
566
|
-
</div>
|
|
567
428
|
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
429
|
+
<div
|
|
430
|
+
class="pf-v6-c-overflow-menu"
|
|
431
|
+
id="card-view-basic-example-toolbar-overflow-menu"
|
|
432
|
+
>
|
|
433
|
+
<div
|
|
434
|
+
class="pf-v6-c-overflow-menu__content pf-v6-u-display-none pf-v6-u-display-flex-on-lg"
|
|
435
|
+
>
|
|
436
|
+
<div class="pf-v6-c-overflow-menu__group pf-m-button-group">
|
|
437
|
+
<div class="pf-v6-c-overflow-menu__item">
|
|
438
|
+
<button
|
|
439
|
+
class="pf-v6-c-button pf-m-primary"
|
|
440
|
+
type="button"
|
|
441
|
+
>
|
|
442
|
+
<span class="pf-v6-c-button__text">Create instance</span>
|
|
443
|
+
</button>
|
|
444
|
+
</div>
|
|
445
|
+
</div>
|
|
446
|
+
</div>
|
|
447
|
+
<div class="pf-v6-c-overflow-menu__control">
|
|
572
448
|
<button
|
|
573
|
-
class="pf-v6-c-
|
|
449
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
574
450
|
type="button"
|
|
575
|
-
id="card-view-basic-example-toolbar-top-pagination-toggle"
|
|
576
|
-
aria-haspopup="listbox"
|
|
577
451
|
aria-expanded="false"
|
|
452
|
+
aria-label="Menu toggle"
|
|
453
|
+
id="card-view-basic-example-toolbar-overflow-menu-toggle"
|
|
578
454
|
>
|
|
579
|
-
<span class="pf-v6-c-
|
|
580
|
-
<
|
|
581
|
-
<b>36</b>
|
|
455
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
456
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
582
457
|
</span>
|
|
583
|
-
<div class="pf-v6-c-options-menu__toggle-icon">
|
|
584
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
585
|
-
</div>
|
|
586
458
|
</button>
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
459
|
+
</div>
|
|
460
|
+
</div>
|
|
461
|
+
|
|
462
|
+
<div class="pf-v6-c-toolbar__item pf-m-pagination">
|
|
463
|
+
<div class="pf-v6-c-pagination pf-m-compact">
|
|
464
|
+
<div class="pf-v6-c-pagination__page-menu">
|
|
465
|
+
<button
|
|
466
|
+
class="pf-v6-c-menu-toggle pf-m-plain pf-m-text"
|
|
467
|
+
type="button"
|
|
468
|
+
aria-expanded="false"
|
|
469
|
+
aria-label="Menu toggle"
|
|
470
|
+
id="card-view-basic-example-toolbar-top-pagination"
|
|
471
|
+
>
|
|
472
|
+
<span class="pf-v6-c-menu-toggle__text">
|
|
473
|
+
<b>1 - 10</b> of
|
|
474
|
+
<b>36</b>
|
|
475
|
+
</span>
|
|
476
|
+
<span class="pf-v6-c-menu-toggle__controls">
|
|
477
|
+
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
478
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
479
|
+
</span>
|
|
480
|
+
</span>
|
|
481
|
+
</button>
|
|
482
|
+
</div>
|
|
483
|
+
<nav
|
|
484
|
+
class="pf-v6-c-pagination__nav"
|
|
485
|
+
aria-label="Toolbar top pagination"
|
|
592
486
|
>
|
|
593
|
-
<
|
|
487
|
+
<div class="pf-v6-c-pagination__nav-control pf-m-prev">
|
|
594
488
|
<button
|
|
595
|
-
class="pf-v6-c-
|
|
489
|
+
class="pf-v6-c-button pf-m-plain"
|
|
596
490
|
type="button"
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
</li>
|
|
600
|
-
<li role="none">
|
|
601
|
-
<button
|
|
602
|
-
class="pf-v6-c-options-menu__menu-item"
|
|
603
|
-
type="button"
|
|
604
|
-
role="menuitem"
|
|
491
|
+
disabled
|
|
492
|
+
aria-label="Go to previous page"
|
|
605
493
|
>
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
</div>
|
|
494
|
+
<span class="pf-v6-c-button__icon">
|
|
495
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
496
|
+
</span>
|
|
610
497
|
</button>
|
|
611
|
-
</
|
|
612
|
-
<
|
|
498
|
+
</div>
|
|
499
|
+
<div class="pf-v6-c-pagination__nav-control pf-m-next">
|
|
613
500
|
<button
|
|
614
|
-
class="pf-v6-c-
|
|
501
|
+
class="pf-v6-c-button pf-m-plain"
|
|
615
502
|
type="button"
|
|
616
|
-
|
|
617
|
-
>
|
|
618
|
-
|
|
619
|
-
|
|
503
|
+
aria-label="Go to next page"
|
|
504
|
+
>
|
|
505
|
+
<span class="pf-v6-c-button__icon">
|
|
506
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
507
|
+
</span>
|
|
508
|
+
</button>
|
|
509
|
+
</div>
|
|
510
|
+
</nav>
|
|
620
511
|
</div>
|
|
621
512
|
</div>
|
|
622
|
-
<nav
|
|
623
|
-
class="pf-v6-c-pagination__nav"
|
|
624
|
-
aria-label="Toolbar top pagination"
|
|
625
|
-
>
|
|
626
|
-
<div class="pf-v6-c-pagination__nav-control pf-m-prev">
|
|
627
|
-
<button
|
|
628
|
-
class="pf-v6-c-button pf-m-plain"
|
|
629
|
-
type="button"
|
|
630
|
-
disabled
|
|
631
|
-
aria-label="Go to previous page"
|
|
632
|
-
>
|
|
633
|
-
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
634
|
-
</button>
|
|
635
|
-
</div>
|
|
636
|
-
<div class="pf-v6-c-pagination__nav-control pf-m-next">
|
|
637
|
-
<button
|
|
638
|
-
class="pf-v6-c-button pf-m-plain"
|
|
639
|
-
type="button"
|
|
640
|
-
aria-label="Go to next page"
|
|
641
|
-
>
|
|
642
|
-
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
643
|
-
</button>
|
|
644
|
-
</div>
|
|
645
|
-
</nav>
|
|
646
513
|
</div>
|
|
514
|
+
|
|
515
|
+
<div
|
|
516
|
+
class="pf-v6-c-toolbar__expandable-content pf-m-hidden"
|
|
517
|
+
id="card-view-basic-example-toolbar-expandable-content"
|
|
518
|
+
hidden
|
|
519
|
+
></div>
|
|
647
520
|
</div>
|
|
648
521
|
</div>
|
|
649
|
-
|
|
650
|
-
<div
|
|
651
|
-
class="pf-v6-c-toolbar__expandable-content pf-m-hidden"
|
|
652
|
-
id="card-view-basic-example-toolbar-expandable-content"
|
|
653
|
-
hidden
|
|
654
|
-
></div>
|
|
655
522
|
</div>
|
|
656
|
-
</
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
523
|
+
</section>
|
|
524
|
+
<section class="pf-v6-c-page__main-section">
|
|
525
|
+
<div class="pf-v6-c-page__main-body">
|
|
526
|
+
<div class="pf-v6-l-gallery pf-m-gutter">
|
|
527
|
+
<div
|
|
528
|
+
class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
|
|
529
|
+
id="card-view-basic-example-gallery-card-empty-state"
|
|
530
|
+
>
|
|
531
|
+
<div class="pf-v6-l-bullseye">
|
|
532
|
+
<div class="pf-v6-c-empty-state pf-m-xs">
|
|
533
|
+
<div class="pf-v6-c-empty-state__content">
|
|
534
|
+
<i class="fas fa-plus-circle pf-v6-c-empty-state__icon"></i>
|
|
535
|
+
<div class="pf-v6-c-card__title">
|
|
536
|
+
<h2
|
|
537
|
+
class="pf-v6-c-card__title-text pf-m-md"
|
|
538
|
+
>Add a new card to your page</h2>
|
|
539
|
+
</div>
|
|
540
|
+
<button class="pf-v6-c-button pf-m-link" type="button">
|
|
541
|
+
<span class="pf-v6-c-button__text">Add card</span>
|
|
542
|
+
</button>
|
|
543
|
+
</div>
|
|
672
544
|
</div>
|
|
673
|
-
<button class="pf-v6-c-button pf-m-link" type="button">Add card</button>
|
|
674
545
|
</div>
|
|
675
546
|
</div>
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
role="menuitem"
|
|
705
|
-
href="#"
|
|
706
|
-
>Link</a>
|
|
707
|
-
</li>
|
|
708
|
-
<li role="none">
|
|
709
|
-
<button
|
|
710
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
711
|
-
role="menuitem"
|
|
712
|
-
type="button"
|
|
713
|
-
>Action</button>
|
|
714
|
-
</li>
|
|
715
|
-
<li role="none">
|
|
716
|
-
<a
|
|
717
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
718
|
-
role="menuitem"
|
|
719
|
-
href="#"
|
|
720
|
-
aria-disabled="true"
|
|
721
|
-
tabindex="-1"
|
|
722
|
-
>Disabled link</a>
|
|
723
|
-
</li>
|
|
724
|
-
<li role="none">
|
|
725
|
-
<button
|
|
726
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
727
|
-
role="menuitem"
|
|
728
|
-
type="button"
|
|
729
|
-
disabled
|
|
730
|
-
>Disabled action</button>
|
|
731
|
-
</li>
|
|
732
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
733
|
-
<li role="none">
|
|
734
|
-
<a
|
|
735
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
736
|
-
role="menuitem"
|
|
737
|
-
href="#"
|
|
738
|
-
>Separated link</a>
|
|
739
|
-
</li>
|
|
740
|
-
</ul>
|
|
547
|
+
<div
|
|
548
|
+
class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
|
|
549
|
+
id="card-view-basic-example-gallery-card-1"
|
|
550
|
+
>
|
|
551
|
+
<div class="pf-v6-c-card__header">
|
|
552
|
+
<img src="/assets/images/PF-IconLogo.svg" alt="PatternFly logo" />
|
|
553
|
+
<div class="pf-v6-c-card__actions">
|
|
554
|
+
<button
|
|
555
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
556
|
+
type="button"
|
|
557
|
+
aria-expanded="false"
|
|
558
|
+
aria-label="Menu toggle"
|
|
559
|
+
id="card-view-basic-example-gallery-card-1-toggle"
|
|
560
|
+
>
|
|
561
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
562
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
563
|
+
</span>
|
|
564
|
+
</button>
|
|
565
|
+
<div class="pf-v6-c-check pf-m-standalone">
|
|
566
|
+
<input
|
|
567
|
+
class="pf-v6-c-check__input"
|
|
568
|
+
type="checkbox"
|
|
569
|
+
id="card-view-basic-example-gallery-card-1-check"
|
|
570
|
+
name="card-view-basic-example-gallery-card-1-check"
|
|
571
|
+
aria-labelledby="card-view-basic-example-gallery-card-1-check-label"
|
|
572
|
+
/>
|
|
573
|
+
</div>
|
|
574
|
+
</div>
|
|
741
575
|
</div>
|
|
742
|
-
<div class="pf-v6-c-
|
|
743
|
-
<
|
|
744
|
-
class="pf-v6-c-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
576
|
+
<div class="pf-v6-c-card__title">
|
|
577
|
+
<h2
|
|
578
|
+
class="pf-v6-c-card__title-text"
|
|
579
|
+
id="card-view-basic-example-gallery-card-1-check-label"
|
|
580
|
+
>Patternfly</h2>
|
|
581
|
+
<div class="pf-v6-c-content">
|
|
582
|
+
<small>Provided by Red Hat</small>
|
|
583
|
+
</div>
|
|
750
584
|
</div>
|
|
585
|
+
<div
|
|
586
|
+
class="pf-v6-c-card__body"
|
|
587
|
+
>PatternFly is a community project that promotes design commonality and improves user experience.</div>
|
|
751
588
|
</div>
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
</div>
|
|
762
|
-
<div
|
|
763
|
-
class="pf-v6-c-card__body"
|
|
764
|
-
>PatternFly is a community project that promotes design commonality and improves user experience.</div>
|
|
765
|
-
</div>
|
|
766
|
-
<div
|
|
767
|
-
class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
|
|
768
|
-
id="card-view-basic-example-gallery-card-2"
|
|
769
|
-
>
|
|
770
|
-
<div class="pf-v6-c-card__header">
|
|
771
|
-
<img
|
|
772
|
-
src="/assets/images/activemq-core_200x150.png"
|
|
773
|
-
width="60px"
|
|
774
|
-
alt="Logo"
|
|
775
|
-
/>
|
|
776
|
-
<div class="pf-v6-c-card__actions">
|
|
777
|
-
<div class="pf-v6-c-dropdown">
|
|
778
|
-
<button
|
|
779
|
-
class="pf-v6-c-dropdown__toggle pf-m-plain"
|
|
780
|
-
id="card-view-basic-example-gallery-card-2-dropdown-kebab-button"
|
|
781
|
-
aria-expanded="false"
|
|
782
|
-
type="button"
|
|
783
|
-
aria-label="Actions"
|
|
784
|
-
>
|
|
785
|
-
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
786
|
-
</button>
|
|
787
|
-
<ul
|
|
788
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
789
|
-
aria-labelledby="card-view-basic-example-gallery-card-2-dropdown-kebab-button"
|
|
790
|
-
hidden
|
|
791
|
-
role="menu"
|
|
792
|
-
>
|
|
793
|
-
<li role="none">
|
|
794
|
-
<a
|
|
795
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
796
|
-
role="menuitem"
|
|
797
|
-
href="#"
|
|
798
|
-
>Link</a>
|
|
799
|
-
</li>
|
|
800
|
-
<li role="none">
|
|
801
|
-
<button
|
|
802
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
803
|
-
role="menuitem"
|
|
804
|
-
type="button"
|
|
805
|
-
>Action</button>
|
|
806
|
-
</li>
|
|
807
|
-
<li role="none">
|
|
808
|
-
<a
|
|
809
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
810
|
-
role="menuitem"
|
|
811
|
-
href="#"
|
|
812
|
-
aria-disabled="true"
|
|
813
|
-
tabindex="-1"
|
|
814
|
-
>Disabled link</a>
|
|
815
|
-
</li>
|
|
816
|
-
<li role="none">
|
|
817
|
-
<button
|
|
818
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
819
|
-
role="menuitem"
|
|
820
|
-
type="button"
|
|
821
|
-
disabled
|
|
822
|
-
>Disabled action</button>
|
|
823
|
-
</li>
|
|
824
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
825
|
-
<li role="none">
|
|
826
|
-
<a
|
|
827
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
828
|
-
role="menuitem"
|
|
829
|
-
href="#"
|
|
830
|
-
>Separated link</a>
|
|
831
|
-
</li>
|
|
832
|
-
</ul>
|
|
833
|
-
</div>
|
|
834
|
-
<div class="pf-v6-c-check pf-m-standalone">
|
|
835
|
-
<input
|
|
836
|
-
class="pf-v6-c-check__input"
|
|
837
|
-
type="checkbox"
|
|
838
|
-
id="card-view-basic-example-gallery-card-2-check"
|
|
839
|
-
name="card-view-basic-example-gallery-card-2-check"
|
|
840
|
-
aria-labelledby="card-view-basic-example-gallery-card-2-check-label"
|
|
589
|
+
<div
|
|
590
|
+
class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
|
|
591
|
+
id="card-view-basic-example-gallery-card-2"
|
|
592
|
+
>
|
|
593
|
+
<div class="pf-v6-c-card__header">
|
|
594
|
+
<img
|
|
595
|
+
src="/assets/images/activemq-core_200x150.png"
|
|
596
|
+
width="60px"
|
|
597
|
+
alt="Logo"
|
|
841
598
|
/>
|
|
599
|
+
<div class="pf-v6-c-card__actions">
|
|
600
|
+
<button
|
|
601
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
602
|
+
type="button"
|
|
603
|
+
aria-expanded="false"
|
|
604
|
+
aria-label="Menu toggle"
|
|
605
|
+
id="card-view-basic-example-gallery-card-2-toggle"
|
|
606
|
+
>
|
|
607
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
608
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
609
|
+
</span>
|
|
610
|
+
</button>
|
|
611
|
+
<div class="pf-v6-c-check pf-m-standalone">
|
|
612
|
+
<input
|
|
613
|
+
class="pf-v6-c-check__input"
|
|
614
|
+
type="checkbox"
|
|
615
|
+
id="card-view-basic-example-gallery-card-2-check"
|
|
616
|
+
name="card-view-basic-example-gallery-card-2-check"
|
|
617
|
+
aria-labelledby="card-view-basic-example-gallery-card-2-check-label"
|
|
618
|
+
/>
|
|
619
|
+
</div>
|
|
620
|
+
</div>
|
|
842
621
|
</div>
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
<small>Provided by Red Hat</small>
|
|
852
|
-
</div>
|
|
853
|
-
</div>
|
|
854
|
-
<div
|
|
855
|
-
class="pf-v6-c-card__body"
|
|
856
|
-
>The ActiveMQ component allows messages to be sent to a JMS Queue or Topic; or messages to be consumed from a JMS Queue or Topic using Apache ActiveMQ.</div>
|
|
857
|
-
</div>
|
|
858
|
-
<div
|
|
859
|
-
class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
|
|
860
|
-
id="card-view-basic-example-gallery-card-3"
|
|
861
|
-
>
|
|
862
|
-
<div class="pf-v6-c-card__header">
|
|
863
|
-
<img
|
|
864
|
-
src="/assets/images/camel-spark_200x150.png"
|
|
865
|
-
width="60px"
|
|
866
|
-
alt="Logo"
|
|
867
|
-
/>
|
|
868
|
-
<div class="pf-v6-c-card__actions">
|
|
869
|
-
<div class="pf-v6-c-dropdown">
|
|
870
|
-
<button
|
|
871
|
-
class="pf-v6-c-dropdown__toggle pf-m-plain"
|
|
872
|
-
id="card-view-basic-example-gallery-card-3-dropdown-kebab-button"
|
|
873
|
-
aria-expanded="false"
|
|
874
|
-
type="button"
|
|
875
|
-
aria-label="Actions"
|
|
876
|
-
>
|
|
877
|
-
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
878
|
-
</button>
|
|
879
|
-
<ul
|
|
880
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
881
|
-
aria-labelledby="card-view-basic-example-gallery-card-3-dropdown-kebab-button"
|
|
882
|
-
hidden
|
|
883
|
-
role="menu"
|
|
884
|
-
>
|
|
885
|
-
<li role="none">
|
|
886
|
-
<a
|
|
887
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
888
|
-
role="menuitem"
|
|
889
|
-
href="#"
|
|
890
|
-
>Link</a>
|
|
891
|
-
</li>
|
|
892
|
-
<li role="none">
|
|
893
|
-
<button
|
|
894
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
895
|
-
role="menuitem"
|
|
896
|
-
type="button"
|
|
897
|
-
>Action</button>
|
|
898
|
-
</li>
|
|
899
|
-
<li role="none">
|
|
900
|
-
<a
|
|
901
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
902
|
-
role="menuitem"
|
|
903
|
-
href="#"
|
|
904
|
-
aria-disabled="true"
|
|
905
|
-
tabindex="-1"
|
|
906
|
-
>Disabled link</a>
|
|
907
|
-
</li>
|
|
908
|
-
<li role="none">
|
|
909
|
-
<button
|
|
910
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
911
|
-
role="menuitem"
|
|
912
|
-
type="button"
|
|
913
|
-
disabled
|
|
914
|
-
>Disabled action</button>
|
|
915
|
-
</li>
|
|
916
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
917
|
-
<li role="none">
|
|
918
|
-
<a
|
|
919
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
920
|
-
role="menuitem"
|
|
921
|
-
href="#"
|
|
922
|
-
>Separated link</a>
|
|
923
|
-
</li>
|
|
924
|
-
</ul>
|
|
622
|
+
<div class="pf-v6-c-card__title">
|
|
623
|
+
<h2
|
|
624
|
+
class="pf-v6-c-card__title-text"
|
|
625
|
+
id="card-view-basic-example-gallery-card-2-check-label"
|
|
626
|
+
>ActiveMq</h2>
|
|
627
|
+
<div class="pf-v6-c-content">
|
|
628
|
+
<small>Provided by Red Hat</small>
|
|
629
|
+
</div>
|
|
925
630
|
</div>
|
|
926
|
-
<div
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
631
|
+
<div
|
|
632
|
+
class="pf-v6-c-card__body"
|
|
633
|
+
>The ActiveMQ component allows messages to be sent to a JMS Queue or Topic; or messages to be consumed from a JMS Queue or Topic using Apache ActiveMQ.</div>
|
|
634
|
+
</div>
|
|
635
|
+
<div
|
|
636
|
+
class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
|
|
637
|
+
id="card-view-basic-example-gallery-card-3"
|
|
638
|
+
>
|
|
639
|
+
<div class="pf-v6-c-card__header">
|
|
640
|
+
<img
|
|
641
|
+
src="/assets/images/camel-spark_200x150.png"
|
|
642
|
+
width="60px"
|
|
643
|
+
alt="Logo"
|
|
933
644
|
/>
|
|
645
|
+
<div class="pf-v6-c-card__actions">
|
|
646
|
+
<button
|
|
647
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
648
|
+
type="button"
|
|
649
|
+
aria-expanded="false"
|
|
650
|
+
aria-label="Menu toggle"
|
|
651
|
+
id="card-view-basic-example-gallery-card-3-toggle"
|
|
652
|
+
>
|
|
653
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
654
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
655
|
+
</span>
|
|
656
|
+
</button>
|
|
657
|
+
<div class="pf-v6-c-check pf-m-standalone">
|
|
658
|
+
<input
|
|
659
|
+
class="pf-v6-c-check__input"
|
|
660
|
+
type="checkbox"
|
|
661
|
+
id="card-view-basic-example-gallery-card-3-check"
|
|
662
|
+
name="card-view-basic-example-gallery-card-3-check"
|
|
663
|
+
aria-labelledby="card-view-basic-example-gallery-card-3-check-label"
|
|
664
|
+
/>
|
|
665
|
+
</div>
|
|
666
|
+
</div>
|
|
934
667
|
</div>
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
<small>Provided by Red Hat</small>
|
|
944
|
-
</div>
|
|
945
|
-
</div>
|
|
946
|
-
<div
|
|
947
|
-
class="pf-v6-c-card__body"
|
|
948
|
-
>This documentation page covers the Apache Spark component for the Apache Camel.</div>
|
|
949
|
-
</div>
|
|
950
|
-
<div
|
|
951
|
-
class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
|
|
952
|
-
id="card-view-basic-example-gallery-card-4"
|
|
953
|
-
>
|
|
954
|
-
<div class="pf-v6-c-card__header">
|
|
955
|
-
<img
|
|
956
|
-
src="/assets/images/camel-avro_200x150.png"
|
|
957
|
-
width="60px"
|
|
958
|
-
alt="Logo"
|
|
959
|
-
/>
|
|
960
|
-
<div class="pf-v6-c-card__actions">
|
|
961
|
-
<div class="pf-v6-c-dropdown">
|
|
962
|
-
<button
|
|
963
|
-
class="pf-v6-c-dropdown__toggle pf-m-plain"
|
|
964
|
-
id="card-view-basic-example-gallery-card-4-dropdown-kebab-button"
|
|
965
|
-
aria-expanded="false"
|
|
966
|
-
type="button"
|
|
967
|
-
aria-label="Actions"
|
|
968
|
-
>
|
|
969
|
-
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
970
|
-
</button>
|
|
971
|
-
<ul
|
|
972
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
973
|
-
aria-labelledby="card-view-basic-example-gallery-card-4-dropdown-kebab-button"
|
|
974
|
-
hidden
|
|
975
|
-
role="menu"
|
|
976
|
-
>
|
|
977
|
-
<li role="none">
|
|
978
|
-
<a
|
|
979
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
980
|
-
role="menuitem"
|
|
981
|
-
href="#"
|
|
982
|
-
>Link</a>
|
|
983
|
-
</li>
|
|
984
|
-
<li role="none">
|
|
985
|
-
<button
|
|
986
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
987
|
-
role="menuitem"
|
|
988
|
-
type="button"
|
|
989
|
-
>Action</button>
|
|
990
|
-
</li>
|
|
991
|
-
<li role="none">
|
|
992
|
-
<a
|
|
993
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
994
|
-
role="menuitem"
|
|
995
|
-
href="#"
|
|
996
|
-
aria-disabled="true"
|
|
997
|
-
tabindex="-1"
|
|
998
|
-
>Disabled link</a>
|
|
999
|
-
</li>
|
|
1000
|
-
<li role="none">
|
|
1001
|
-
<button
|
|
1002
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1003
|
-
role="menuitem"
|
|
1004
|
-
type="button"
|
|
1005
|
-
disabled
|
|
1006
|
-
>Disabled action</button>
|
|
1007
|
-
</li>
|
|
1008
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
1009
|
-
<li role="none">
|
|
1010
|
-
<a
|
|
1011
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1012
|
-
role="menuitem"
|
|
1013
|
-
href="#"
|
|
1014
|
-
>Separated link</a>
|
|
1015
|
-
</li>
|
|
1016
|
-
</ul>
|
|
668
|
+
<div class="pf-v6-c-card__title">
|
|
669
|
+
<h2
|
|
670
|
+
class="pf-v6-c-card__title-text"
|
|
671
|
+
id="card-view-basic-example-gallery-card-3-check-label"
|
|
672
|
+
>Apache Spark</h2>
|
|
673
|
+
<div class="pf-v6-c-content">
|
|
674
|
+
<small>Provided by Red Hat</small>
|
|
675
|
+
</div>
|
|
1017
676
|
</div>
|
|
1018
|
-
<div
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
677
|
+
<div
|
|
678
|
+
class="pf-v6-c-card__body"
|
|
679
|
+
>This documentation page covers the Apache Spark component for the Apache Camel.</div>
|
|
680
|
+
</div>
|
|
681
|
+
<div
|
|
682
|
+
class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
|
|
683
|
+
id="card-view-basic-example-gallery-card-4"
|
|
684
|
+
>
|
|
685
|
+
<div class="pf-v6-c-card__header">
|
|
686
|
+
<img
|
|
687
|
+
src="/assets/images/camel-avro_200x150.png"
|
|
688
|
+
width="60px"
|
|
689
|
+
alt="Logo"
|
|
1025
690
|
/>
|
|
691
|
+
<div class="pf-v6-c-card__actions">
|
|
692
|
+
<button
|
|
693
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
694
|
+
type="button"
|
|
695
|
+
aria-expanded="false"
|
|
696
|
+
aria-label="Menu toggle"
|
|
697
|
+
id="card-view-basic-example-gallery-card-4-toggle"
|
|
698
|
+
>
|
|
699
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
700
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
701
|
+
</span>
|
|
702
|
+
</button>
|
|
703
|
+
<div class="pf-v6-c-check pf-m-standalone">
|
|
704
|
+
<input
|
|
705
|
+
class="pf-v6-c-check__input"
|
|
706
|
+
type="checkbox"
|
|
707
|
+
id="card-view-basic-example-gallery-card-4-check"
|
|
708
|
+
name="card-view-basic-example-gallery-card-4-check"
|
|
709
|
+
aria-labelledby="card-view-basic-example-gallery-card-4-check-label"
|
|
710
|
+
/>
|
|
711
|
+
</div>
|
|
712
|
+
</div>
|
|
1026
713
|
</div>
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
<small>Provided by Red Hat</small>
|
|
1036
|
-
</div>
|
|
1037
|
-
</div>
|
|
1038
|
-
<div
|
|
1039
|
-
class="pf-v6-c-card__body"
|
|
1040
|
-
>This component provides a dataformat for avro, which allows serialization and deserialization of messages using Apache Avro’s binary dataformat. Moreover, it provides support for Apache Avro’s rpc, by providing producers and consumers endpoint for using avro over netty or http.</div>
|
|
1041
|
-
</div>
|
|
1042
|
-
<div
|
|
1043
|
-
class="pf-v6-c-card pf-m-selectable-raised pf-m-selected-raised pf-m-compact"
|
|
1044
|
-
id="card-view-basic-example-gallery-card-5"
|
|
1045
|
-
>
|
|
1046
|
-
<div class="pf-v6-c-card__header">
|
|
1047
|
-
<img
|
|
1048
|
-
src="/assets/images/FuseConnector_Icons_AzureServices.png"
|
|
1049
|
-
width="60px"
|
|
1050
|
-
alt="Logo"
|
|
1051
|
-
/>
|
|
1052
|
-
<div class="pf-v6-c-card__actions">
|
|
1053
|
-
<div class="pf-v6-c-dropdown">
|
|
1054
|
-
<button
|
|
1055
|
-
class="pf-v6-c-dropdown__toggle pf-m-plain"
|
|
1056
|
-
id="card-view-basic-example-gallery-card-5-dropdown-kebab-button"
|
|
1057
|
-
aria-expanded="false"
|
|
1058
|
-
type="button"
|
|
1059
|
-
aria-label="Actions"
|
|
1060
|
-
>
|
|
1061
|
-
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1062
|
-
</button>
|
|
1063
|
-
<ul
|
|
1064
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
1065
|
-
aria-labelledby="card-view-basic-example-gallery-card-5-dropdown-kebab-button"
|
|
1066
|
-
hidden
|
|
1067
|
-
role="menu"
|
|
1068
|
-
>
|
|
1069
|
-
<li role="none">
|
|
1070
|
-
<a
|
|
1071
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1072
|
-
role="menuitem"
|
|
1073
|
-
href="#"
|
|
1074
|
-
>Link</a>
|
|
1075
|
-
</li>
|
|
1076
|
-
<li role="none">
|
|
1077
|
-
<button
|
|
1078
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1079
|
-
role="menuitem"
|
|
1080
|
-
type="button"
|
|
1081
|
-
>Action</button>
|
|
1082
|
-
</li>
|
|
1083
|
-
<li role="none">
|
|
1084
|
-
<a
|
|
1085
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
1086
|
-
role="menuitem"
|
|
1087
|
-
href="#"
|
|
1088
|
-
aria-disabled="true"
|
|
1089
|
-
tabindex="-1"
|
|
1090
|
-
>Disabled link</a>
|
|
1091
|
-
</li>
|
|
1092
|
-
<li role="none">
|
|
1093
|
-
<button
|
|
1094
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1095
|
-
role="menuitem"
|
|
1096
|
-
type="button"
|
|
1097
|
-
disabled
|
|
1098
|
-
>Disabled action</button>
|
|
1099
|
-
</li>
|
|
1100
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
1101
|
-
<li role="none">
|
|
1102
|
-
<a
|
|
1103
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1104
|
-
role="menuitem"
|
|
1105
|
-
href="#"
|
|
1106
|
-
>Separated link</a>
|
|
1107
|
-
</li>
|
|
1108
|
-
</ul>
|
|
714
|
+
<div class="pf-v6-c-card__title">
|
|
715
|
+
<h2
|
|
716
|
+
class="pf-v6-c-card__title-text"
|
|
717
|
+
id="card-view-basic-example-gallery-card-4-check-label"
|
|
718
|
+
>Avro</h2>
|
|
719
|
+
<div class="pf-v6-c-content">
|
|
720
|
+
<small>Provided by Red Hat</small>
|
|
721
|
+
</div>
|
|
1109
722
|
</div>
|
|
1110
|
-
<div
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
723
|
+
<div
|
|
724
|
+
class="pf-v6-c-card__body"
|
|
725
|
+
>This component provides a dataformat for avro, which allows serialization and deserialization of messages using Apache Avro’s binary dataformat. Moreover, it provides support for Apache Avro’s rpc, by providing producers and consumers endpoint for using avro over netty or http.</div>
|
|
726
|
+
</div>
|
|
727
|
+
<div
|
|
728
|
+
class="pf-v6-c-card pf-m-selectable-raised pf-m-selected-raised pf-m-compact"
|
|
729
|
+
id="card-view-basic-example-gallery-card-5"
|
|
730
|
+
>
|
|
731
|
+
<div class="pf-v6-c-card__header">
|
|
732
|
+
<img
|
|
733
|
+
src="/assets/images/FuseConnector_Icons_AzureServices.png"
|
|
734
|
+
width="60px"
|
|
735
|
+
alt="Logo"
|
|
1117
736
|
/>
|
|
737
|
+
<div class="pf-v6-c-card__actions">
|
|
738
|
+
<button
|
|
739
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
740
|
+
type="button"
|
|
741
|
+
aria-expanded="false"
|
|
742
|
+
aria-label="Menu toggle"
|
|
743
|
+
id="card-view-basic-example-gallery-card-5-toggle"
|
|
744
|
+
>
|
|
745
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
746
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
747
|
+
</span>
|
|
748
|
+
</button>
|
|
749
|
+
<div class="pf-v6-c-check pf-m-standalone">
|
|
750
|
+
<input
|
|
751
|
+
class="pf-v6-c-check__input"
|
|
752
|
+
type="checkbox"
|
|
753
|
+
id="card-view-basic-example-gallery-card-5-check"
|
|
754
|
+
name="card-view-basic-example-gallery-card-5-check"
|
|
755
|
+
aria-labelledby="card-view-basic-example-gallery-card-5-check-label"
|
|
756
|
+
/>
|
|
757
|
+
</div>
|
|
758
|
+
</div>
|
|
1118
759
|
</div>
|
|
760
|
+
<div class="pf-v6-c-card__title">
|
|
761
|
+
<h2
|
|
762
|
+
class="pf-v6-c-card__title-text"
|
|
763
|
+
id="card-view-basic-example-gallery-card-5-check-label"
|
|
764
|
+
>Azure Services</h2>
|
|
765
|
+
<div class="pf-v6-c-content">
|
|
766
|
+
<small>Provided by Red Hat</small>
|
|
767
|
+
</div>
|
|
768
|
+
</div>
|
|
769
|
+
<div
|
|
770
|
+
class="pf-v6-c-card__body"
|
|
771
|
+
>The Camel Components for Windows Azure Services provide connectivity to Azure services from Camel.</div>
|
|
1119
772
|
</div>
|
|
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
|
-
id="card-view-basic-example-gallery-card-6-dropdown-kebab-button"
|
|
1149
|
-
aria-expanded="false"
|
|
1150
|
-
type="button"
|
|
1151
|
-
aria-label="Actions"
|
|
1152
|
-
>
|
|
1153
|
-
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1154
|
-
</button>
|
|
1155
|
-
<ul
|
|
1156
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
1157
|
-
aria-labelledby="card-view-basic-example-gallery-card-6-dropdown-kebab-button"
|
|
1158
|
-
hidden
|
|
1159
|
-
role="menu"
|
|
1160
|
-
>
|
|
1161
|
-
<li role="none">
|
|
1162
|
-
<a
|
|
1163
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1164
|
-
role="menuitem"
|
|
1165
|
-
href="#"
|
|
1166
|
-
>Link</a>
|
|
1167
|
-
</li>
|
|
1168
|
-
<li role="none">
|
|
1169
|
-
<button
|
|
1170
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1171
|
-
role="menuitem"
|
|
1172
|
-
type="button"
|
|
1173
|
-
>Action</button>
|
|
1174
|
-
</li>
|
|
1175
|
-
<li role="none">
|
|
1176
|
-
<a
|
|
1177
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
1178
|
-
role="menuitem"
|
|
1179
|
-
href="#"
|
|
1180
|
-
aria-disabled="true"
|
|
1181
|
-
tabindex="-1"
|
|
1182
|
-
>Disabled link</a>
|
|
1183
|
-
</li>
|
|
1184
|
-
<li role="none">
|
|
1185
|
-
<button
|
|
1186
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1187
|
-
role="menuitem"
|
|
1188
|
-
type="button"
|
|
773
|
+
<div
|
|
774
|
+
class="pf-v6-c-card pf-m-non-selectable-raised pf-m-compact"
|
|
775
|
+
id="card-view-basic-example-gallery-card-6"
|
|
776
|
+
>
|
|
777
|
+
<div class="pf-v6-c-card__header">
|
|
778
|
+
<img
|
|
779
|
+
src="/assets/images/camel-saxon_200x150.png"
|
|
780
|
+
width="60px"
|
|
781
|
+
alt="Logo"
|
|
782
|
+
/>
|
|
783
|
+
<div class="pf-v6-c-card__actions">
|
|
784
|
+
<button
|
|
785
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
786
|
+
type="button"
|
|
787
|
+
aria-expanded="false"
|
|
788
|
+
aria-label="Menu toggle"
|
|
789
|
+
id="card-view-basic-example-gallery-card-6-toggle"
|
|
790
|
+
>
|
|
791
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
792
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
793
|
+
</span>
|
|
794
|
+
</button>
|
|
795
|
+
<div class="pf-v6-c-check pf-m-standalone">
|
|
796
|
+
<input
|
|
797
|
+
class="pf-v6-c-check__input"
|
|
798
|
+
type="checkbox"
|
|
799
|
+
id="card-view-basic-example-gallery-card-6-check"
|
|
800
|
+
name="card-view-basic-example-gallery-card-6-check"
|
|
1189
801
|
disabled
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
<a
|
|
1195
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1196
|
-
role="menuitem"
|
|
1197
|
-
href="#"
|
|
1198
|
-
>Separated link</a>
|
|
1199
|
-
</li>
|
|
1200
|
-
</ul>
|
|
802
|
+
aria-labelledby="card-view-basic-example-gallery-card-6-check-label"
|
|
803
|
+
/>
|
|
804
|
+
</div>
|
|
805
|
+
</div>
|
|
1201
806
|
</div>
|
|
1202
|
-
<div class="pf-v6-c-
|
|
1203
|
-
<
|
|
1204
|
-
class="pf-v6-c-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
/>
|
|
807
|
+
<div class="pf-v6-c-card__title">
|
|
808
|
+
<h2
|
|
809
|
+
class="pf-v6-c-card__title-text"
|
|
810
|
+
id="card-view-basic-example-gallery-card-6-check-label"
|
|
811
|
+
>Crypto</h2>
|
|
812
|
+
<div class="pf-v6-c-content">
|
|
813
|
+
<small>Provided by Red Hat</small>
|
|
814
|
+
</div>
|
|
1211
815
|
</div>
|
|
816
|
+
<div
|
|
817
|
+
class="pf-v6-c-card__body"
|
|
818
|
+
>For providing flexible endpoints to sign and verify exchanges using the Signature Service of the Java Cryptographic Extension.</div>
|
|
1212
819
|
</div>
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
820
|
+
<div
|
|
821
|
+
class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
|
|
822
|
+
id="card-view-basic-example-gallery-card-7"
|
|
823
|
+
>
|
|
824
|
+
<div class="pf-v6-c-card__header">
|
|
825
|
+
<img
|
|
826
|
+
src="/assets/images/camel-dropbox_200x150.png"
|
|
827
|
+
width="60px"
|
|
828
|
+
alt="Logo"
|
|
829
|
+
/>
|
|
830
|
+
<div class="pf-v6-c-card__actions">
|
|
831
|
+
<button
|
|
832
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
833
|
+
type="button"
|
|
834
|
+
aria-expanded="false"
|
|
835
|
+
aria-label="Menu toggle"
|
|
836
|
+
id="card-view-basic-example-gallery-card-7-toggle"
|
|
837
|
+
>
|
|
838
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
839
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
840
|
+
</span>
|
|
841
|
+
</button>
|
|
842
|
+
<div class="pf-v6-c-check pf-m-standalone">
|
|
843
|
+
<input
|
|
844
|
+
class="pf-v6-c-check__input"
|
|
845
|
+
type="checkbox"
|
|
846
|
+
id="card-view-basic-example-gallery-card-7-check"
|
|
847
|
+
name="card-view-basic-example-gallery-card-7-check"
|
|
848
|
+
aria-labelledby="card-view-basic-example-gallery-card-7-check-label"
|
|
849
|
+
/>
|
|
850
|
+
</div>
|
|
851
|
+
</div>
|
|
852
|
+
</div>
|
|
853
|
+
<div class="pf-v6-c-card__title">
|
|
854
|
+
<h2
|
|
855
|
+
class="pf-v6-c-card__title-text"
|
|
856
|
+
id="card-view-basic-example-gallery-card-7-check-label"
|
|
857
|
+
>DropBox</h2>
|
|
858
|
+
<div class="pf-v6-c-content">
|
|
859
|
+
<small>Provided by Red Hat</small>
|
|
860
|
+
</div>
|
|
861
|
+
</div>
|
|
862
|
+
<div
|
|
863
|
+
class="pf-v6-c-card__body"
|
|
864
|
+
>The dropbox: component allows you to treat Dropbox remote folders as a producer or consumer of messages.</div>
|
|
1221
865
|
</div>
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
>
|
|
1254
|
-
<li role="none">
|
|
1255
|
-
<a
|
|
1256
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1257
|
-
role="menuitem"
|
|
1258
|
-
href="#"
|
|
1259
|
-
>Link</a>
|
|
1260
|
-
</li>
|
|
1261
|
-
<li role="none">
|
|
1262
|
-
<button
|
|
1263
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1264
|
-
role="menuitem"
|
|
1265
|
-
type="button"
|
|
1266
|
-
>Action</button>
|
|
1267
|
-
</li>
|
|
1268
|
-
<li role="none">
|
|
1269
|
-
<a
|
|
1270
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
1271
|
-
role="menuitem"
|
|
1272
|
-
href="#"
|
|
1273
|
-
aria-disabled="true"
|
|
1274
|
-
tabindex="-1"
|
|
1275
|
-
>Disabled link</a>
|
|
1276
|
-
</li>
|
|
1277
|
-
<li role="none">
|
|
1278
|
-
<button
|
|
1279
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1280
|
-
role="menuitem"
|
|
1281
|
-
type="button"
|
|
1282
|
-
disabled
|
|
1283
|
-
>Disabled action</button>
|
|
1284
|
-
</li>
|
|
1285
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
1286
|
-
<li role="none">
|
|
1287
|
-
<a
|
|
1288
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1289
|
-
role="menuitem"
|
|
1290
|
-
href="#"
|
|
1291
|
-
>Separated link</a>
|
|
1292
|
-
</li>
|
|
1293
|
-
</ul>
|
|
866
|
+
<div
|
|
867
|
+
class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
|
|
868
|
+
id="card-view-basic-example-gallery-card-8"
|
|
869
|
+
>
|
|
870
|
+
<div class="pf-v6-c-card__header">
|
|
871
|
+
<img
|
|
872
|
+
src="/assets/images/camel-infinispan_200x150.png"
|
|
873
|
+
width="60px"
|
|
874
|
+
alt="Logo"
|
|
875
|
+
/>
|
|
876
|
+
<div class="pf-v6-c-card__actions">
|
|
877
|
+
<button
|
|
878
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
879
|
+
type="button"
|
|
880
|
+
aria-expanded="false"
|
|
881
|
+
aria-label="Menu toggle"
|
|
882
|
+
id="card-view-basic-example-gallery-card-8-toggle"
|
|
883
|
+
>
|
|
884
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
885
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
886
|
+
</span>
|
|
887
|
+
</button>
|
|
888
|
+
<div class="pf-v6-c-check pf-m-standalone">
|
|
889
|
+
<input
|
|
890
|
+
class="pf-v6-c-check__input"
|
|
891
|
+
type="checkbox"
|
|
892
|
+
id="card-view-basic-example-gallery-card-8-check"
|
|
893
|
+
name="card-view-basic-example-gallery-card-8-check"
|
|
894
|
+
aria-labelledby="card-view-basic-example-gallery-card-8-check-label"
|
|
895
|
+
/>
|
|
896
|
+
</div>
|
|
897
|
+
</div>
|
|
1294
898
|
</div>
|
|
1295
|
-
<div class="pf-v6-c-
|
|
1296
|
-
<
|
|
1297
|
-
class="pf-v6-c-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
899
|
+
<div class="pf-v6-c-card__title">
|
|
900
|
+
<h2
|
|
901
|
+
class="pf-v6-c-card__title-text"
|
|
902
|
+
id="card-view-basic-example-gallery-card-8-check-label"
|
|
903
|
+
>JBoss Data Grid</h2>
|
|
904
|
+
<div class="pf-v6-c-content">
|
|
905
|
+
<small>Provided by Red Hat</small>
|
|
906
|
+
</div>
|
|
907
|
+
</div>
|
|
908
|
+
<div
|
|
909
|
+
class="pf-v6-c-card__body"
|
|
910
|
+
>Read or write to a fully-supported distributed cache and data grid for faster integration services.</div>
|
|
911
|
+
</div>
|
|
912
|
+
<div
|
|
913
|
+
class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
|
|
914
|
+
id="card-view-basic-example-gallery-card-9"
|
|
915
|
+
>
|
|
916
|
+
<div class="pf-v6-c-card__header">
|
|
917
|
+
<img
|
|
918
|
+
src="/assets/images/FuseConnector_Icons_REST.png"
|
|
919
|
+
width="60px"
|
|
920
|
+
alt="Logo"
|
|
1302
921
|
/>
|
|
922
|
+
<div class="pf-v6-c-card__actions">
|
|
923
|
+
<button
|
|
924
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
925
|
+
type="button"
|
|
926
|
+
aria-expanded="false"
|
|
927
|
+
aria-label="Menu toggle"
|
|
928
|
+
id="card-view-basic-example-gallery-card-9-toggle"
|
|
929
|
+
>
|
|
930
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
931
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
932
|
+
</span>
|
|
933
|
+
</button>
|
|
934
|
+
<div class="pf-v6-c-check pf-m-standalone">
|
|
935
|
+
<input
|
|
936
|
+
class="pf-v6-c-check__input"
|
|
937
|
+
type="checkbox"
|
|
938
|
+
id="card-view-basic-example-gallery-card-9-check"
|
|
939
|
+
name="card-view-basic-example-gallery-card-9-check"
|
|
940
|
+
aria-labelledby="card-view-basic-example-gallery-card-9-check-label"
|
|
941
|
+
/>
|
|
942
|
+
</div>
|
|
943
|
+
</div>
|
|
944
|
+
</div>
|
|
945
|
+
<div class="pf-v6-c-card__title">
|
|
946
|
+
<h2
|
|
947
|
+
class="pf-v6-c-card__title-text"
|
|
948
|
+
id="card-view-basic-example-gallery-card-9-check-label"
|
|
949
|
+
>Rest</h2>
|
|
950
|
+
<div class="pf-v6-c-content">
|
|
951
|
+
<small>Provided by Red Hat</small>
|
|
952
|
+
</div>
|
|
953
|
+
</div>
|
|
954
|
+
<div class="pf-v6-c-card__body">
|
|
955
|
+
The rest component allows to define REST endpoints (consumer) using the Rest DSL and plugin to other Camel components as the REST transport.
|
|
956
|
+
From Camel 2.18 onwards the rest component can also be used as a client (producer) to call REST services.
|
|
1303
957
|
</div>
|
|
1304
958
|
</div>
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
959
|
+
<div
|
|
960
|
+
class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
|
|
961
|
+
id="card-view-basic-example-gallery-card-10"
|
|
962
|
+
>
|
|
963
|
+
<div class="pf-v6-c-card__header">
|
|
964
|
+
<img
|
|
965
|
+
src="/assets/images/camel-swagger-java_200x150.png"
|
|
966
|
+
width="60px"
|
|
967
|
+
alt="Logo"
|
|
968
|
+
/>
|
|
969
|
+
<div class="pf-v6-c-card__actions">
|
|
970
|
+
<button
|
|
971
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
972
|
+
type="button"
|
|
973
|
+
aria-expanded="false"
|
|
974
|
+
aria-label="Menu toggle"
|
|
975
|
+
id="card-view-basic-example-gallery-card-10-toggle"
|
|
976
|
+
>
|
|
977
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
978
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
979
|
+
</span>
|
|
980
|
+
</button>
|
|
981
|
+
<div class="pf-v6-c-check pf-m-standalone">
|
|
982
|
+
<input
|
|
983
|
+
class="pf-v6-c-check__input"
|
|
984
|
+
type="checkbox"
|
|
985
|
+
id="card-view-basic-example-gallery-card-10-check"
|
|
986
|
+
name="card-view-basic-example-gallery-card-10-check"
|
|
987
|
+
aria-labelledby="card-view-basic-example-gallery-card-10-check-label"
|
|
988
|
+
/>
|
|
989
|
+
</div>
|
|
990
|
+
</div>
|
|
991
|
+
</div>
|
|
992
|
+
<div class="pf-v6-c-card__title">
|
|
993
|
+
<h2
|
|
994
|
+
class="pf-v6-c-card__title-text"
|
|
995
|
+
id="card-view-basic-example-gallery-card-10-check-label"
|
|
996
|
+
>SWAGGER</h2>
|
|
997
|
+
<div class="pf-v6-c-content">
|
|
998
|
+
<small>Provided by Red Hat</small>
|
|
999
|
+
</div>
|
|
1000
|
+
</div>
|
|
1001
|
+
<div
|
|
1002
|
+
class="pf-v6-c-card__body"
|
|
1003
|
+
>Expose REST services and their APIs using Swagger specification.</div>
|
|
1313
1004
|
</div>
|
|
1314
1005
|
</div>
|
|
1315
|
-
<div
|
|
1316
|
-
class="pf-v6-c-card__body"
|
|
1317
|
-
>The dropbox: component allows you to treat Dropbox remote folders as a producer or consumer of messages.</div>
|
|
1318
1006
|
</div>
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1007
|
+
</section>
|
|
1008
|
+
<section class="pf-v6-c-page__main-section pf-m-sticky-bottom">
|
|
1009
|
+
<div class="pf-v6-c-page__main-body">
|
|
1010
|
+
<div class="pf-v6-c-pagination pf-m-bottom">
|
|
1011
|
+
<div class="pf-v6-c-pagination__page-menu">
|
|
1012
|
+
<button
|
|
1013
|
+
class="pf-v6-c-menu-toggle pf-m-plain pf-m-text pf-m-top"
|
|
1014
|
+
type="button"
|
|
1015
|
+
aria-expanded="false"
|
|
1016
|
+
aria-label="Menu toggle"
|
|
1017
|
+
id="pagination-menu-toggle-bottom-example"
|
|
1018
|
+
>
|
|
1019
|
+
<span class="pf-v6-c-menu-toggle__text">
|
|
1020
|
+
<b>1 - 10</b> of
|
|
1021
|
+
<b>36</b>
|
|
1022
|
+
</span>
|
|
1023
|
+
<span class="pf-v6-c-menu-toggle__controls">
|
|
1024
|
+
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1025
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1026
|
+
</span>
|
|
1027
|
+
</span>
|
|
1028
|
+
</button>
|
|
1029
|
+
</div>
|
|
1030
|
+
<nav class="pf-v6-c-pagination__nav" aria-label="Pagination">
|
|
1031
|
+
<div class="pf-v6-c-pagination__nav-control pf-m-first">
|
|
1331
1032
|
<button
|
|
1332
|
-
class="pf-v6-c-
|
|
1333
|
-
id="card-view-basic-example-gallery-card-8-dropdown-kebab-button"
|
|
1334
|
-
aria-expanded="false"
|
|
1033
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1335
1034
|
type="button"
|
|
1336
|
-
|
|
1035
|
+
disabled
|
|
1036
|
+
aria-label="Go to first page"
|
|
1337
1037
|
>
|
|
1338
|
-
<
|
|
1038
|
+
<span class="pf-v6-c-button__icon">
|
|
1039
|
+
<i class="fas fa-angle-double-left" aria-hidden="true"></i>
|
|
1040
|
+
</span>
|
|
1339
1041
|
</button>
|
|
1340
|
-
<ul
|
|
1341
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
1342
|
-
aria-labelledby="card-view-basic-example-gallery-card-8-dropdown-kebab-button"
|
|
1343
|
-
hidden
|
|
1344
|
-
role="menu"
|
|
1345
|
-
>
|
|
1346
|
-
<li role="none">
|
|
1347
|
-
<a
|
|
1348
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1349
|
-
role="menuitem"
|
|
1350
|
-
href="#"
|
|
1351
|
-
>Link</a>
|
|
1352
|
-
</li>
|
|
1353
|
-
<li role="none">
|
|
1354
|
-
<button
|
|
1355
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1356
|
-
role="menuitem"
|
|
1357
|
-
type="button"
|
|
1358
|
-
>Action</button>
|
|
1359
|
-
</li>
|
|
1360
|
-
<li role="none">
|
|
1361
|
-
<a
|
|
1362
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
1363
|
-
role="menuitem"
|
|
1364
|
-
href="#"
|
|
1365
|
-
aria-disabled="true"
|
|
1366
|
-
tabindex="-1"
|
|
1367
|
-
>Disabled link</a>
|
|
1368
|
-
</li>
|
|
1369
|
-
<li role="none">
|
|
1370
|
-
<button
|
|
1371
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1372
|
-
role="menuitem"
|
|
1373
|
-
type="button"
|
|
1374
|
-
disabled
|
|
1375
|
-
>Disabled action</button>
|
|
1376
|
-
</li>
|
|
1377
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
1378
|
-
<li role="none">
|
|
1379
|
-
<a
|
|
1380
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1381
|
-
role="menuitem"
|
|
1382
|
-
href="#"
|
|
1383
|
-
>Separated link</a>
|
|
1384
|
-
</li>
|
|
1385
|
-
</ul>
|
|
1386
|
-
</div>
|
|
1387
|
-
<div class="pf-v6-c-check pf-m-standalone">
|
|
1388
|
-
<input
|
|
1389
|
-
class="pf-v6-c-check__input"
|
|
1390
|
-
type="checkbox"
|
|
1391
|
-
id="card-view-basic-example-gallery-card-8-check"
|
|
1392
|
-
name="card-view-basic-example-gallery-card-8-check"
|
|
1393
|
-
aria-labelledby="card-view-basic-example-gallery-card-8-check-label"
|
|
1394
|
-
/>
|
|
1395
1042
|
</div>
|
|
1396
|
-
|
|
1397
|
-
</div>
|
|
1398
|
-
<div class="pf-v6-c-card__title">
|
|
1399
|
-
<h2
|
|
1400
|
-
class="pf-v6-c-card__title-text"
|
|
1401
|
-
id="card-view-basic-example-gallery-card-8-check-label"
|
|
1402
|
-
>JBoss Data Grid</h2>
|
|
1403
|
-
<div class="pf-v6-c-content">
|
|
1404
|
-
<small>Provided by Red Hat</small>
|
|
1405
|
-
</div>
|
|
1406
|
-
</div>
|
|
1407
|
-
<div
|
|
1408
|
-
class="pf-v6-c-card__body"
|
|
1409
|
-
>Read or write to a fully-supported distributed cache and data grid for faster integration services.</div>
|
|
1410
|
-
</div>
|
|
1411
|
-
<div
|
|
1412
|
-
class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
|
|
1413
|
-
id="card-view-basic-example-gallery-card-9"
|
|
1414
|
-
>
|
|
1415
|
-
<div class="pf-v6-c-card__header">
|
|
1416
|
-
<img
|
|
1417
|
-
src="/assets/images/FuseConnector_Icons_REST.png"
|
|
1418
|
-
width="60px"
|
|
1419
|
-
alt="Logo"
|
|
1420
|
-
/>
|
|
1421
|
-
<div class="pf-v6-c-card__actions">
|
|
1422
|
-
<div class="pf-v6-c-dropdown">
|
|
1043
|
+
<div class="pf-v6-c-pagination__nav-control pf-m-prev">
|
|
1423
1044
|
<button
|
|
1424
|
-
class="pf-v6-c-
|
|
1425
|
-
id="card-view-basic-example-gallery-card-9-dropdown-kebab-button"
|
|
1426
|
-
aria-expanded="false"
|
|
1045
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1427
1046
|
type="button"
|
|
1428
|
-
|
|
1047
|
+
disabled
|
|
1048
|
+
aria-label="Go to previous page"
|
|
1429
1049
|
>
|
|
1430
|
-
<
|
|
1050
|
+
<span class="pf-v6-c-button__icon">
|
|
1051
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
1052
|
+
</span>
|
|
1431
1053
|
</button>
|
|
1432
|
-
<ul
|
|
1433
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
1434
|
-
aria-labelledby="card-view-basic-example-gallery-card-9-dropdown-kebab-button"
|
|
1435
|
-
hidden
|
|
1436
|
-
role="menu"
|
|
1437
|
-
>
|
|
1438
|
-
<li role="none">
|
|
1439
|
-
<a
|
|
1440
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1441
|
-
role="menuitem"
|
|
1442
|
-
href="#"
|
|
1443
|
-
>Link</a>
|
|
1444
|
-
</li>
|
|
1445
|
-
<li role="none">
|
|
1446
|
-
<button
|
|
1447
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1448
|
-
role="menuitem"
|
|
1449
|
-
type="button"
|
|
1450
|
-
>Action</button>
|
|
1451
|
-
</li>
|
|
1452
|
-
<li role="none">
|
|
1453
|
-
<a
|
|
1454
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
1455
|
-
role="menuitem"
|
|
1456
|
-
href="#"
|
|
1457
|
-
aria-disabled="true"
|
|
1458
|
-
tabindex="-1"
|
|
1459
|
-
>Disabled link</a>
|
|
1460
|
-
</li>
|
|
1461
|
-
<li role="none">
|
|
1462
|
-
<button
|
|
1463
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1464
|
-
role="menuitem"
|
|
1465
|
-
type="button"
|
|
1466
|
-
disabled
|
|
1467
|
-
>Disabled action</button>
|
|
1468
|
-
</li>
|
|
1469
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
1470
|
-
<li role="none">
|
|
1471
|
-
<a
|
|
1472
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1473
|
-
role="menuitem"
|
|
1474
|
-
href="#"
|
|
1475
|
-
>Separated link</a>
|
|
1476
|
-
</li>
|
|
1477
|
-
</ul>
|
|
1478
1054
|
</div>
|
|
1479
|
-
<div class="pf-v6-c-
|
|
1480
|
-
<
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1055
|
+
<div class="pf-v6-c-pagination__nav-page-select">
|
|
1056
|
+
<span class="pf-v6-c-form-control">
|
|
1057
|
+
<input
|
|
1058
|
+
aria-label="Current page"
|
|
1059
|
+
type="number"
|
|
1060
|
+
min="1"
|
|
1061
|
+
max="4"
|
|
1062
|
+
value="1"
|
|
1063
|
+
/>
|
|
1064
|
+
</span>
|
|
1065
|
+
<span aria-hidden="true">of 4</span>
|
|
1487
1066
|
</div>
|
|
1488
|
-
|
|
1489
|
-
</div>
|
|
1490
|
-
<div class="pf-v6-c-card__title">
|
|
1491
|
-
<h2
|
|
1492
|
-
class="pf-v6-c-card__title-text"
|
|
1493
|
-
id="card-view-basic-example-gallery-card-9-check-label"
|
|
1494
|
-
>Rest</h2>
|
|
1495
|
-
<div class="pf-v6-c-content">
|
|
1496
|
-
<small>Provided by Red Hat</small>
|
|
1497
|
-
</div>
|
|
1498
|
-
</div>
|
|
1499
|
-
<div class="pf-v6-c-card__body">
|
|
1500
|
-
The rest component allows to define REST endpoints (consumer) using the Rest DSL and plugin to other Camel components as the REST transport.
|
|
1501
|
-
From Camel 2.18 onwards the rest component can also be used as a client (producer) to call REST services.
|
|
1502
|
-
</div>
|
|
1503
|
-
</div>
|
|
1504
|
-
<div
|
|
1505
|
-
class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
|
|
1506
|
-
id="card-view-basic-example-gallery-card-10"
|
|
1507
|
-
>
|
|
1508
|
-
<div class="pf-v6-c-card__header">
|
|
1509
|
-
<img
|
|
1510
|
-
src="/assets/images/camel-swagger-java_200x150.png"
|
|
1511
|
-
width="60px"
|
|
1512
|
-
alt="Logo"
|
|
1513
|
-
/>
|
|
1514
|
-
<div class="pf-v6-c-card__actions">
|
|
1515
|
-
<div class="pf-v6-c-dropdown">
|
|
1067
|
+
<div class="pf-v6-c-pagination__nav-control pf-m-next">
|
|
1516
1068
|
<button
|
|
1517
|
-
class="pf-v6-c-
|
|
1518
|
-
id="card-view-basic-example-gallery-card-10-dropdown-kebab-button"
|
|
1519
|
-
aria-expanded="false"
|
|
1069
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1520
1070
|
type="button"
|
|
1521
|
-
aria-label="
|
|
1071
|
+
aria-label="Go to next page"
|
|
1522
1072
|
>
|
|
1523
|
-
<
|
|
1073
|
+
<span class="pf-v6-c-button__icon">
|
|
1074
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1075
|
+
</span>
|
|
1524
1076
|
</button>
|
|
1525
|
-
<ul
|
|
1526
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
1527
|
-
aria-labelledby="card-view-basic-example-gallery-card-10-dropdown-kebab-button"
|
|
1528
|
-
hidden
|
|
1529
|
-
role="menu"
|
|
1530
|
-
>
|
|
1531
|
-
<li role="none">
|
|
1532
|
-
<a
|
|
1533
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1534
|
-
role="menuitem"
|
|
1535
|
-
href="#"
|
|
1536
|
-
>Link</a>
|
|
1537
|
-
</li>
|
|
1538
|
-
<li role="none">
|
|
1539
|
-
<button
|
|
1540
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1541
|
-
role="menuitem"
|
|
1542
|
-
type="button"
|
|
1543
|
-
>Action</button>
|
|
1544
|
-
</li>
|
|
1545
|
-
<li role="none">
|
|
1546
|
-
<a
|
|
1547
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
1548
|
-
role="menuitem"
|
|
1549
|
-
href="#"
|
|
1550
|
-
aria-disabled="true"
|
|
1551
|
-
tabindex="-1"
|
|
1552
|
-
>Disabled link</a>
|
|
1553
|
-
</li>
|
|
1554
|
-
<li role="none">
|
|
1555
|
-
<button
|
|
1556
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1557
|
-
role="menuitem"
|
|
1558
|
-
type="button"
|
|
1559
|
-
disabled
|
|
1560
|
-
>Disabled action</button>
|
|
1561
|
-
</li>
|
|
1562
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
1563
|
-
<li role="none">
|
|
1564
|
-
<a
|
|
1565
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1566
|
-
role="menuitem"
|
|
1567
|
-
href="#"
|
|
1568
|
-
>Separated link</a>
|
|
1569
|
-
</li>
|
|
1570
|
-
</ul>
|
|
1571
|
-
</div>
|
|
1572
|
-
<div class="pf-v6-c-check pf-m-standalone">
|
|
1573
|
-
<input
|
|
1574
|
-
class="pf-v6-c-check__input"
|
|
1575
|
-
type="checkbox"
|
|
1576
|
-
id="card-view-basic-example-gallery-card-10-check"
|
|
1577
|
-
name="card-view-basic-example-gallery-card-10-check"
|
|
1578
|
-
aria-labelledby="card-view-basic-example-gallery-card-10-check-label"
|
|
1579
|
-
/>
|
|
1580
|
-
</div>
|
|
1581
|
-
</div>
|
|
1582
|
-
</div>
|
|
1583
|
-
<div class="pf-v6-c-card__title">
|
|
1584
|
-
<h2
|
|
1585
|
-
class="pf-v6-c-card__title-text"
|
|
1586
|
-
id="card-view-basic-example-gallery-card-10-check-label"
|
|
1587
|
-
>SWAGGER</h2>
|
|
1588
|
-
<div class="pf-v6-c-content">
|
|
1589
|
-
<small>Provided by Red Hat</small>
|
|
1590
|
-
</div>
|
|
1591
|
-
</div>
|
|
1592
|
-
<div
|
|
1593
|
-
class="pf-v6-c-card__body"
|
|
1594
|
-
>Expose REST services and their APIs using Swagger specification.</div>
|
|
1595
|
-
</div>
|
|
1596
|
-
</div>
|
|
1597
|
-
</section>
|
|
1598
|
-
<section
|
|
1599
|
-
class="pf-v6-c-page__main-section pf-m-no-padding pf-m-light pf-m-sticky-bottom pf-m-no-fill"
|
|
1600
|
-
>
|
|
1601
|
-
<div class="pf-v6-c-pagination pf-m-bottom">
|
|
1602
|
-
<div class="pf-v6-c-pagination__page-menu">
|
|
1603
|
-
<div class="pf-v6-c-options-menu pf-m-top">
|
|
1604
|
-
<button
|
|
1605
|
-
class="pf-v6-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
1606
|
-
type="button"
|
|
1607
|
-
id="pagination-options-menu-bottom-example-toggle"
|
|
1608
|
-
aria-haspopup="listbox"
|
|
1609
|
-
aria-expanded="false"
|
|
1610
|
-
>
|
|
1611
|
-
<span class="pf-v6-c-options-menu__toggle-text">
|
|
1612
|
-
<b>1 - 10</b> of
|
|
1613
|
-
<b>36</b>
|
|
1614
|
-
</span>
|
|
1615
|
-
<div class="pf-v6-c-options-menu__toggle-icon">
|
|
1616
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1617
1077
|
</div>
|
|
1618
|
-
|
|
1619
|
-
<ul
|
|
1620
|
-
class="pf-v6-c-options-menu__menu pf-m-top"
|
|
1621
|
-
role="menu"
|
|
1622
|
-
aria-labelledby="pagination-options-menu-bottom-example-toggle"
|
|
1623
|
-
hidden
|
|
1624
|
-
>
|
|
1625
|
-
<li role="none">
|
|
1078
|
+
<div class="pf-v6-c-pagination__nav-control pf-m-last">
|
|
1626
1079
|
<button
|
|
1627
|
-
class="pf-v6-c-
|
|
1080
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1628
1081
|
type="button"
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
</li>
|
|
1632
|
-
<li role="none">
|
|
1633
|
-
<button
|
|
1634
|
-
class="pf-v6-c-options-menu__menu-item"
|
|
1635
|
-
type="button"
|
|
1636
|
-
role="menuitem"
|
|
1082
|
+
disabled
|
|
1083
|
+
aria-label="Go to last page"
|
|
1637
1084
|
>
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
</div>
|
|
1085
|
+
<span class="pf-v6-c-button__icon">
|
|
1086
|
+
<i class="fas fa-angle-double-right" aria-hidden="true"></i>
|
|
1087
|
+
</span>
|
|
1642
1088
|
</button>
|
|
1643
|
-
</
|
|
1644
|
-
|
|
1645
|
-
<button
|
|
1646
|
-
class="pf-v6-c-options-menu__menu-item"
|
|
1647
|
-
type="button"
|
|
1648
|
-
role="menuitem"
|
|
1649
|
-
>20 per page</button>
|
|
1650
|
-
</li>
|
|
1651
|
-
</ul>
|
|
1089
|
+
</div>
|
|
1090
|
+
</nav>
|
|
1652
1091
|
</div>
|
|
1653
1092
|
</div>
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
class="pf-v6-c-button pf-m-plain"
|
|
1658
|
-
type="button"
|
|
1659
|
-
disabled
|
|
1660
|
-
aria-label="Go to first page"
|
|
1661
|
-
>
|
|
1662
|
-
<i class="fas fa-angle-double-left" aria-hidden="true"></i>
|
|
1663
|
-
</button>
|
|
1664
|
-
</div>
|
|
1665
|
-
<div class="pf-v6-c-pagination__nav-control pf-m-prev">
|
|
1666
|
-
<button
|
|
1667
|
-
class="pf-v6-c-button pf-m-plain"
|
|
1668
|
-
type="button"
|
|
1669
|
-
disabled
|
|
1670
|
-
aria-label="Go to previous page"
|
|
1671
|
-
>
|
|
1672
|
-
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
1673
|
-
</button>
|
|
1674
|
-
</div>
|
|
1675
|
-
<div class="pf-v6-c-pagination__nav-page-select">
|
|
1676
|
-
<span class="pf-v6-c-form-control">
|
|
1677
|
-
<input
|
|
1678
|
-
aria-label="Current page"
|
|
1679
|
-
type="number"
|
|
1680
|
-
min="1"
|
|
1681
|
-
max="4"
|
|
1682
|
-
value="1"
|
|
1683
|
-
/>
|
|
1684
|
-
</span>
|
|
1685
|
-
<span aria-hidden="true">of 4</span>
|
|
1686
|
-
</div>
|
|
1687
|
-
<div class="pf-v6-c-pagination__nav-control pf-m-next">
|
|
1688
|
-
<button
|
|
1689
|
-
class="pf-v6-c-button pf-m-plain"
|
|
1690
|
-
type="button"
|
|
1691
|
-
aria-label="Go to next page"
|
|
1692
|
-
>
|
|
1693
|
-
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1694
|
-
</button>
|
|
1695
|
-
</div>
|
|
1696
|
-
<div class="pf-v6-c-pagination__nav-control pf-m-last">
|
|
1697
|
-
<button
|
|
1698
|
-
class="pf-v6-c-button pf-m-plain"
|
|
1699
|
-
type="button"
|
|
1700
|
-
aria-label="Go to last page"
|
|
1701
|
-
>
|
|
1702
|
-
<i class="fas fa-angle-double-right" aria-hidden="true"></i>
|
|
1703
|
-
</button>
|
|
1704
|
-
</div>
|
|
1705
|
-
</nav>
|
|
1706
|
-
</div>
|
|
1707
|
-
</section>
|
|
1708
|
-
</main>
|
|
1093
|
+
</section>
|
|
1094
|
+
</main>
|
|
1095
|
+
</div>
|
|
1709
1096
|
</div>
|
|
1710
1097
|
|
|
1711
1098
|
```
|