@patternfly/patternfly 5.0.0-alpha.4 → 5.0.0-alpha.40
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/RELEASE-NOTES.md +18 -1
- package/assets/icons/iconUnicodes.json +1 -0
- package/assets/images/pfbg-icon.svg +1 -0
- package/assets/pficon/pficon.scss +7 -2
- package/assets/pficon/pficon.woff2 +0 -0
- package/base/_base.scss +0 -18
- package/base/_chart-globals.scss +0 -4
- package/base/_common.scss +0 -22
- package/base/_fa-icons.scss +1 -2
- package/base/_fonts.scss +22 -27
- package/base/_globals.scss +92 -86
- package/base/_icons.scss +1 -28
- package/base/_svg-icons.scss +6 -0
- package/base/_variables.scss +4 -4
- package/base/patternfly-common.css +0 -10
- package/base/patternfly-fa-icons.css +1 -1
- package/base/patternfly-fonts.css +17 -17
- package/base/patternfly-globals.css +35 -41
- package/base/patternfly-icons.css +8 -22
- package/base/patternfly-pf-icons.css +6 -2
- package/base/patternfly-themes.css +0 -42
- package/base/patternfly-variables.css +3 -3
- package/base/themes/dark/_globals.scss +1 -1
- package/base/themes/dark/_variables.scss +1 -1
- package/components/AboutModalBox/about-modal-box.css +20 -50
- package/components/AboutModalBox/about-modal-box.scss +22 -14
- package/components/Accordion/accordion.css +2 -0
- package/components/Accordion/accordion.scss +2 -0
- package/components/Alert/alert.css +17 -8
- package/components/Alert/alert.scss +21 -7
- package/components/Alert/themes/dark/alert.scss +1 -1
- package/components/AppLauncher/app-launcher.css +2 -0
- package/components/AppLauncher/app-launcher.scss +2 -0
- package/components/Avatar/avatar.scss +2 -2
- package/components/BackgroundImage/background-image.css +8 -35
- package/components/BackgroundImage/background-image.scss +17 -43
- package/components/Banner/banner.css +14 -52
- package/components/Banner/banner.scss +9 -13
- package/components/Breadcrumb/breadcrumb.css +2 -0
- package/components/Breadcrumb/breadcrumb.scss +2 -0
- package/components/CalendarMonth/calendar-month.css +2 -2
- package/components/CalendarMonth/calendar-month.scss +3 -3
- package/components/Card/card.css +115 -50
- package/components/Card/card.scss +164 -63
- package/components/Chip/chip.css +33 -24
- package/components/Chip/chip.scss +40 -31
- package/components/ChipGroup/chip-group.css +27 -17
- package/components/ChipGroup/chip-group.scss +36 -22
- package/components/Content/content.css +11 -5
- package/components/Content/content.scss +17 -9
- package/components/ContextSelector/context-selector.css +13 -6
- package/components/ContextSelector/context-selector.scss +14 -7
- package/components/DataList/data-list-grid.css +7 -7
- package/components/DataList/data-list-grid.scss +1 -1
- package/components/DataList/data-list.css +46 -40
- package/components/DataList/data-list.scss +37 -28
- package/components/DatePicker/date-picker.css +0 -8
- package/components/DatePicker/date-picker.scss +0 -9
- package/components/DescriptionList/description-list.css +7 -7
- package/components/DescriptionList/description-list.scss +7 -7
- package/components/Divider/divider.css +2 -2
- package/components/Divider/divider.scss +3 -3
- package/components/Drawer/drawer.css +15 -16
- package/components/Drawer/drawer.scss +2 -3
- package/components/Dropdown/dropdown.css +26 -25
- package/components/Dropdown/dropdown.scss +17 -18
- package/components/DualListSelector/dual-list-selector.css +1 -1
- package/components/DualListSelector/dual-list-selector.scss +1 -1
- package/components/EmptyState/empty-state.css +46 -52
- package/components/EmptyState/empty-state.scss +58 -57
- package/components/ExpandableSection/expandable-section.css +2 -0
- package/components/ExpandableSection/expandable-section.scss +2 -0
- package/components/Form/form.css +14 -12
- package/components/Form/form.scss +9 -7
- package/components/FormControl/form-control.css +2 -5
- package/components/FormControl/themes/dark/form-control.scss +2 -6
- package/components/HelperText/helper-text.css +4 -0
- package/components/HelperText/helper-text.scss +5 -0
- package/components/Hint/hint.css +2 -2
- package/components/Hint/hint.scss +2 -2
- package/components/Icon/icon.css +3 -3
- package/components/Icon/icon.scss +3 -3
- package/components/InputGroup/input-group.css +61 -85
- package/components/InputGroup/input-group.scss +55 -61
- package/components/InputGroup/themes/dark/input-group.scss +11 -25
- package/components/Label/label.css +49 -36
- package/components/Label/label.scss +53 -38
- package/components/Label/themes/dark/label.scss +2 -2
- package/components/LabelGroup/label-group.css +26 -22
- package/components/LabelGroup/label-group.scss +31 -26
- package/components/LogViewer/log-viewer.css +0 -38
- package/components/Login/login.css +20 -60
- package/components/Login/login.scss +16 -18
- package/components/Login/themes/dark/login.scss +4 -0
- package/components/Masthead/masthead.css +4 -42
- package/components/Masthead/masthead.scss +4 -4
- package/components/Menu/menu.css +9 -6
- package/components/Menu/menu.scss +34 -31
- package/components/MenuToggle/menu-toggle.css +3 -1
- package/components/MenuToggle/menu-toggle.scss +3 -1
- package/components/ModalBox/modal-box.css +12 -11
- package/components/ModalBox/modal-box.scss +14 -14
- package/components/MultipleFileUpload/multiple-file-upload.css +6 -6
- package/components/MultipleFileUpload/multiple-file-upload.scss +6 -6
- package/components/Nav/nav.css +1 -1
- package/components/Nav/nav.scss +2 -2
- package/components/NotificationDrawer/notification-drawer.css +8 -8
- package/components/NotificationDrawer/notification-drawer.scss +8 -8
- package/components/OptionsMenu/options-menu.css +8 -10
- package/components/OptionsMenu/options-menu.scss +9 -11
- package/components/Page/page.css +101 -122
- package/components/Page/page.scss +49 -21
- package/components/Pagination/pagination.css +2 -110
- package/components/Pagination/pagination.scss +0 -6
- package/components/Popover/popover.css +31 -37
- package/components/Popover/popover.scss +32 -37
- package/components/Popover/themes/dark/popover.scss +3 -9
- package/components/Progress/progress.css +13 -10
- package/components/Progress/progress.scss +13 -10
- package/components/ProgressStepper/progress-stepper.css +5 -5
- package/components/ProgressStepper/progress-stepper.scss +5 -5
- package/components/SearchInput/search-input.css +4 -2
- package/components/SearchInput/search-input.scss +4 -2
- package/components/Select/select.css +1 -1
- package/components/Select/select.scss +1 -1
- package/components/Sidebar/sidebar.css +69 -26
- package/components/Sidebar/sidebar.scss +84 -27
- package/components/SimpleList/simple-list.css +1 -1
- package/components/SimpleList/simple-list.scss +2 -2
- package/components/Spinner/spinner.css +4 -4
- package/components/Spinner/spinner.scss +4 -4
- package/components/Table/table-grid.css +28 -28
- package/components/Table/table-scrollable.css +31 -26
- package/components/Table/table-scrollable.scss +33 -28
- package/components/Table/table-tree-view.css +14 -4
- package/components/Table/table-tree-view.scss +15 -0
- package/components/Table/table.css +67 -65
- package/components/Table/table.scss +65 -62
- package/components/Tabs/tabs.css +0 -4
- package/components/Tabs/tabs.scss +0 -7
- package/components/TextInputGroup/text-input-group.css +6 -4
- package/components/TextInputGroup/text-input-group.scss +6 -5
- package/components/Tile/tile.css +1 -1
- package/components/Tile/tile.scss +1 -1
- package/components/Timestamp/timestamp.css +3 -3
- package/components/Timestamp/timestamp.scss +3 -3
- package/components/Toolbar/toolbar.css +78 -43
- package/components/Toolbar/toolbar.scss +50 -10
- package/components/Tooltip/themes/dark/tooltip.scss +1 -11
- package/components/Tooltip/tooltip.css +7 -12
- package/components/Tooltip/tooltip.scss +6 -3
- package/components/TreeView/tree-view.css +7 -15
- package/components/TreeView/tree-view.scss +7 -18
- package/components/Wizard/wizard.css +16 -39
- package/components/Wizard/wizard.scss +20 -2
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +20 -14
- package/docs/components/Accordion/examples/Accordion.md +12 -12
- package/docs/components/ActionList/examples/ActionList.md +6 -6
- package/docs/components/Alert/examples/Alert.md +29 -29
- package/docs/components/AlertGroup/examples/AlertGroup.md +15 -15
- package/docs/components/AppLauncher/examples/application-launcher.md +52 -46
- package/docs/components/Avatar/examples/Avatar.md +11 -11
- package/docs/components/BackToTop/examples/BackToTop.md +4 -4
- package/docs/components/Backdrop/examples/Backdrop.md +4 -4
- package/docs/components/BackgroundImage/examples/BackgroundImage.md +13 -29
- package/docs/components/Badge/examples/Badge.md +5 -5
- package/docs/components/Banner/examples/Banner.md +8 -8
- package/docs/components/Brand/examples/Brand.md +9 -9
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +20 -20
- package/docs/components/Button/examples/Button.md +35 -35
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +301 -284
- package/docs/components/Card/examples/Card.md +676 -116
- package/docs/components/Check/examples/Check.md +16 -19
- package/docs/components/Chip/examples/Chip.md +70 -52
- package/docs/components/ChipGroup/examples/ChipGroup.md +452 -673
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +22 -22
- package/docs/components/CodeBlock/examples/CodeBlock.md +9 -9
- package/docs/components/CodeEditor/examples/CodeEditor.md +54 -35
- package/docs/components/Content/examples/Content.md +37 -9
- package/docs/components/ContextSelector/examples/context-selector.css +5 -1
- package/docs/components/ContextSelector/examples/context-selector.md +87 -80
- package/docs/components/DataList/examples/DataList.md +239 -202
- package/docs/components/DatePicker/examples/DatePicker.md +139 -104
- package/docs/components/DescriptionList/examples/DescriptionList.md +24 -24
- package/docs/components/Divider/examples/Divider.md +10 -10
- package/docs/components/DragDrop/examples/DragDrop.md +5 -5
- package/docs/components/Drawer/examples/Drawer.md +43 -43
- package/docs/components/Dropdown/examples/Dropdown.css +5 -2
- package/docs/components/Dropdown/examples/Dropdown.md +125 -100
- package/docs/components/DualListSelector/examples/DualListSelector.md +201 -197
- package/docs/components/EmptyState/examples/EmptyState.md +130 -82
- package/docs/components/ExpandableSection/examples/ExpandableSection.md +23 -23
- package/docs/components/FileUpload/examples/FileUpload.md +146 -105
- package/docs/components/Form/examples/Form.md +152 -130
- package/docs/components/FormControl/examples/FormControl.md +21 -20
- package/docs/components/HelperText/examples/HelperText.md +24 -35
- package/docs/components/Hint/examples/Hint.md +7 -7
- package/docs/components/Icon/examples/Icon.md +11 -12
- package/docs/components/InlineEdit/examples/InlineEdit.md +29 -27
- package/docs/components/InputGroup/examples/InputGroup.md +229 -179
- package/docs/components/JumpLinks/examples/JumpLinks.md +35 -35
- package/docs/components/Label/examples/Label.md +1427 -746
- package/docs/components/LabelGroup/examples/LabelGroup.md +295 -242
- package/docs/components/List/examples/List.md +18 -18
- package/docs/components/LogViewer/examples/LogViewer.md +79 -74
- package/docs/components/Login/examples/Login.md +103 -181
- package/docs/components/Masthead/examples/masthead.md +9 -9
- package/docs/components/Menu/examples/Menu.md +83 -80
- package/docs/components/MenuToggle/examples/MenuToggle.md +29 -28
- package/docs/components/ModalBox/examples/ModalBox.md +113 -92
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +27 -26
- package/docs/components/Nav/examples/Navigation.md +69 -69
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +8 -8
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +64 -64
- package/docs/components/NumberInput/examples/NumberInput.md +311 -239
- package/docs/components/OptionsMenu/examples/options-menu.md +28 -28
- package/docs/components/OverflowMenu/examples/overflow-menu.md +25 -25
- package/docs/components/Page/examples/Page.css +7 -1
- package/docs/components/Page/examples/Page.md +81 -54
- package/docs/components/Pagination/examples/Pagination.md +27 -27
- package/docs/components/Panel/examples/Panel.md +10 -10
- package/docs/components/Popover/examples/Popover.md +206 -149
- package/docs/components/Progress/examples/Progress.md +32 -61
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +45 -39
- package/docs/components/Radio/examples/Radio.md +12 -11
- package/docs/components/SearchInput/examples/SearchInput.md +185 -148
- package/docs/components/Select/examples/Select.md +368 -313
- package/docs/components/Sidebar/examples/Sidebar.md +70 -14
- package/docs/components/SimpleList/examples/SimpleList.md +15 -15
- package/docs/components/Skeleton/examples/Skeleton.md +8 -8
- package/docs/components/SkipToContent/examples/SkipToContent.md +5 -5
- package/docs/components/Slider/examples/Slider.md +84 -62
- package/docs/components/Spinner/examples/Spinner.md +24 -24
- package/docs/components/Switch/examples/Switch.md +19 -19
- package/docs/components/TabContent/examples/TabContent.md +13 -13
- package/docs/components/Table/examples/Table.css +4 -0
- package/docs/components/Table/examples/Table.md +5212 -5750
- package/docs/components/Tabs/examples/Tabs.md +155 -155
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +523 -406
- package/docs/components/Tile/examples/Tile.md +16 -17
- package/docs/components/Timestamp/examples/Timestamp.md +5 -5
- package/docs/components/Title/examples/Title.md +17 -17
- package/docs/components/ToggleGroup/examples/toggle-group.md +13 -13
- package/docs/components/Toolbar/examples/Toolbar.md +848 -726
- package/docs/components/Tooltip/examples/Tooltip.md +10 -10
- package/docs/components/TreeView/examples/TreeView.md +34 -34
- package/docs/components/Truncate/examples/Truncate.md +4 -5
- package/docs/components/Wizard/examples/Wizard.md +119 -127
- package/docs/demos/AboutModal/examples/AboutModal.md +4 -5
- package/docs/demos/Alert/examples/Alert.md +118 -71
- package/docs/demos/BackToTop/examples/BackToTop.md +4 -4
- package/docs/demos/Banner/examples/Banner.md +8 -9
- package/docs/demos/Card/examples/Card.md +216 -153
- package/docs/demos/CardView/examples/CardView.md +57 -30
- package/docs/demos/ContextSelector/examples/ContextSelector.md +18 -18
- package/docs/demos/Dashboard/examples/Dashboard.md +51 -33
- package/docs/demos/DataList/examples/DataList.md +312 -255
- package/docs/demos/DescriptionList/examples/DescriptionList.md +33 -22
- package/docs/demos/Drawer/examples/Drawer.md +24 -22
- package/docs/demos/Form/examples/BasicForms.md +220 -213
- package/docs/demos/HelperText/examples/HelperText.md +16 -14
- package/docs/demos/JumpLinks/examples/JumpLinks.md +28 -28
- package/docs/demos/Masthead/examples/Masthead.md +302 -284
- package/docs/demos/Modal/examples/Modal.md +54 -66
- package/docs/demos/Nav/examples/Nav.md +47 -47
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +70 -58
- package/docs/demos/Page/examples/Page.md +982 -51
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +22 -18
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +121 -106
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +345 -311
- package/docs/demos/Skeleton/examples/Skeleton.md +4 -4
- package/docs/demos/Table/examples/Table.md +3323 -1288
- package/docs/demos/Tabs/examples/Tabs.md +141 -90
- package/docs/demos/Toolbar/examples/Toolbar.md +1994 -329
- package/docs/demos/Wizard/examples/Wizard.md +289 -266
- package/docs/layouts/Bullseye/examples/Bullseye.md +4 -4
- package/docs/layouts/Flex/examples/Flex.md +98 -98
- package/docs/layouts/Gallery/examples/Gallery.md +7 -7
- package/docs/layouts/Grid/examples/Grid.md +9 -9
- package/docs/layouts/Level/examples/Level.md +5 -5
- package/docs/layouts/Split/examples/Split.md +7 -7
- package/docs/layouts/Stack/examples/Stack.md +6 -6
- package/docs/utilities/Accessibility/examples/Accessibility.md +5 -5
- package/docs/utilities/Alignment/examples/Alignment.md +7 -7
- package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +13 -13
- package/docs/utilities/BoxShadow/examples/box-shadow.md +23 -23
- package/docs/utilities/Display/examples/Display.md +12 -12
- package/docs/utilities/Flex/examples/Flex.md +35 -35
- package/docs/utilities/Float/examples/Float.md +5 -5
- package/docs/utilities/Sizing/examples/Sizing.md +51 -51
- package/docs/utilities/Spacing/examples/Spacing.md +35 -35
- package/docs/utilities/Text/examples/Text.md +31 -31
- package/icons/{pf-icons.json → pf-icons.mjs} +2 -1
- package/layouts/Gallery/gallery.css +1 -1
- package/layouts/Gallery/gallery.scss +1 -1
- package/layouts/Grid/grid.css +7 -7
- package/layouts/Grid/grid.scss +2 -2
- package/package.json +59 -65
- package/patternfly-addons.css +48 -48
- package/{patternfly-base-no-reset.css → patternfly-base-no-globals.css} +28 -73
- package/{patternfly-base-no-reset.scss → patternfly-base-no-globals.scss} +1 -0
- package/patternfly-base.css +63 -114
- package/{patternfly-no-reset.css → patternfly-no-globals.css} +1179 -2293
- package/{patternfly-no-reset.scss → patternfly-no-globals.scss} +1 -0
- package/patternfly.css +1207 -2327
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/functions.scss +8 -24
- package/sass-utilities/mixins.scss +15 -39
- package/sass-utilities/placeholders.scss +0 -23
- package/sass-utilities/scss-variables.scss +5 -6
- package/sass-utilities/themes/dark/placeholders.scss +0 -22
- package/sass-utilities/themes/dark/scss-variables.scss +1 -1
- package/utilities/Spacing/spacing.scss +2 -2
- package/utilities/Text/text.css +48 -48
- package/utilities/Text/text.scss +6 -6
- package/utilities/Text/themes/dark/text.scss +2 -2
- package/assets/fonts/RedHatDisplay/RedHatDisplay-Black.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-BlackItalic.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-BoldItalic.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-Italic.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-Medium.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-MediumItalic.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff +0 -0
- package/assets/fonts/RedHatText/RedHatText-Bold.woff +0 -0
- package/assets/fonts/RedHatText/RedHatText-BoldItalic.woff +0 -0
- package/assets/fonts/RedHatText/RedHatText-Italic.woff +0 -0
- package/assets/fonts/RedHatText/RedHatText-Medium.woff +0 -0
- package/assets/fonts/RedHatText/RedHatText-MediumItalic.woff +0 -0
- package/assets/fonts/RedHatText/RedHatText-Regular.woff +0 -0
- package/assets/fonts/webfonts/fa-solid-900.woff +0 -0
- package/assets/pficon/pficon.woff +0 -0
- package/base/_shield-inheritable.scss +0 -69
- package/base/_shield-noninheritable.scss +0 -13
- package/base/patternfly-shield-inheritable.css +0 -66
- package/base/patternfly-shield-inheritable.scss +0 -4
- package/base/patternfly-shield-noninheritable.css +0 -9
- package/base/patternfly-shield-noninheritable.scss +0 -4
- package/sass-utilities/bs-variables.scss +0 -709
|
@@ -12,58 +12,72 @@ cssPrefix: pf-c-chip-group
|
|
|
12
12
|
<ul class="pf-c-chip-group__list" role="list" aria-label="Chip group list">
|
|
13
13
|
<li class="pf-c-chip-group__list-item">
|
|
14
14
|
<div class="pf-c-chip">
|
|
15
|
-
<span
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
15
|
+
<span class="pf-c-chip__content">
|
|
16
|
+
<span
|
|
17
|
+
class="pf-c-chip__text"
|
|
18
|
+
id="simple-inline-chip-group-overflowchip_one_select_collapsed"
|
|
19
|
+
>Chip one</span>
|
|
20
|
+
</span>
|
|
21
|
+
<span class="pf-c-chip__actions">
|
|
22
|
+
<button
|
|
23
|
+
class="pf-c-button pf-m-plain"
|
|
24
|
+
type="button"
|
|
25
|
+
aria-labelledby="simple-inline-chip-group-overflowremove_chip_one_select_collapsed simple-inline-chip-group-overflowchip_one_select_collapsed"
|
|
26
|
+
aria-label="Remove"
|
|
27
|
+
id="simple-inline-chip-group-overflowremove_chip_one_select_collapsed"
|
|
28
|
+
>
|
|
29
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
30
|
+
</button>
|
|
31
|
+
</span>
|
|
28
32
|
</div>
|
|
29
33
|
</li>
|
|
30
34
|
<li class="pf-c-chip-group__list-item">
|
|
31
35
|
<div class="pf-c-chip">
|
|
32
|
-
<span
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
36
|
+
<span class="pf-c-chip__content">
|
|
37
|
+
<span
|
|
38
|
+
class="pf-c-chip__text"
|
|
39
|
+
id="simple-inline-chip-group-overflowchip_two_select_collapsed"
|
|
40
|
+
>Chip two</span>
|
|
41
|
+
</span>
|
|
42
|
+
<span class="pf-c-chip__actions">
|
|
43
|
+
<button
|
|
44
|
+
class="pf-c-button pf-m-plain"
|
|
45
|
+
type="button"
|
|
46
|
+
aria-labelledby="simple-inline-chip-group-overflowremove_chip_two_select_collapsed simple-inline-chip-group-overflowchip_two_select_collapsed"
|
|
47
|
+
aria-label="Remove"
|
|
48
|
+
id="simple-inline-chip-group-overflowremove_chip_two_select_collapsed"
|
|
49
|
+
>
|
|
50
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
51
|
+
</button>
|
|
52
|
+
</span>
|
|
45
53
|
</div>
|
|
46
54
|
</li>
|
|
47
55
|
<li class="pf-c-chip-group__list-item">
|
|
48
56
|
<div class="pf-c-chip">
|
|
49
|
-
<span
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
57
|
+
<span class="pf-c-chip__content">
|
|
58
|
+
<span
|
|
59
|
+
class="pf-c-chip__text"
|
|
60
|
+
id="simple-inline-chip-group-overflowchip_three_select_collapsed"
|
|
61
|
+
>Chip three</span>
|
|
62
|
+
</span>
|
|
63
|
+
<span class="pf-c-chip__actions">
|
|
64
|
+
<button
|
|
65
|
+
class="pf-c-button pf-m-plain"
|
|
66
|
+
type="button"
|
|
67
|
+
aria-labelledby="simple-inline-chip-group-overflowremove_chip_three_select_collapsed simple-inline-chip-group-overflowchip_three_select_collapsed"
|
|
68
|
+
aria-label="Remove"
|
|
69
|
+
id="simple-inline-chip-group-overflowremove_chip_three_select_collapsed"
|
|
70
|
+
>
|
|
71
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
72
|
+
</button>
|
|
73
|
+
</span>
|
|
62
74
|
</div>
|
|
63
75
|
</li>
|
|
64
76
|
<li class="pf-c-chip-group__list-item">
|
|
65
77
|
<button class="pf-c-chip pf-m-overflow">
|
|
66
|
-
<span class="pf-c-
|
|
78
|
+
<span class="pf-c-chip__content">
|
|
79
|
+
<span class="pf-c-chip__text">2 more</span>
|
|
80
|
+
</span>
|
|
67
81
|
</button>
|
|
68
82
|
</li>
|
|
69
83
|
</ul>
|
|
@@ -80,92 +94,114 @@ cssPrefix: pf-c-chip-group
|
|
|
80
94
|
<ul class="pf-c-chip-group__list" role="list" aria-label="Chip group list">
|
|
81
95
|
<li class="pf-c-chip-group__list-item">
|
|
82
96
|
<div class="pf-c-chip">
|
|
83
|
-
<span
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
97
|
+
<span class="pf-c-chip__content">
|
|
98
|
+
<span
|
|
99
|
+
class="pf-c-chip__text"
|
|
100
|
+
id="simple-inline-chip-group-expandedchip_one_select"
|
|
101
|
+
>Chip one</span>
|
|
102
|
+
</span>
|
|
103
|
+
<span class="pf-c-chip__actions">
|
|
104
|
+
<button
|
|
105
|
+
class="pf-c-button pf-m-plain"
|
|
106
|
+
type="button"
|
|
107
|
+
aria-labelledby="simple-inline-chip-group-expandedremove_chip_one_select simple-inline-chip-group-expandedchip_one_select"
|
|
108
|
+
aria-label="Remove"
|
|
109
|
+
id="simple-inline-chip-group-expandedremove_chip_one_select"
|
|
110
|
+
>
|
|
111
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
112
|
+
</button>
|
|
113
|
+
</span>
|
|
96
114
|
</div>
|
|
97
115
|
</li>
|
|
98
116
|
<li class="pf-c-chip-group__list-item">
|
|
99
117
|
<div class="pf-c-chip">
|
|
100
|
-
<span
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
118
|
+
<span class="pf-c-chip__content">
|
|
119
|
+
<span
|
|
120
|
+
class="pf-c-chip__text"
|
|
121
|
+
id="simple-inline-chip-group-expandedchip_two_select"
|
|
122
|
+
>Chip two</span>
|
|
123
|
+
</span>
|
|
124
|
+
<span class="pf-c-chip__actions">
|
|
125
|
+
<button
|
|
126
|
+
class="pf-c-button pf-m-plain"
|
|
127
|
+
type="button"
|
|
128
|
+
aria-labelledby="simple-inline-chip-group-expandedremove_chip_two_select simple-inline-chip-group-expandedchip_two_select"
|
|
129
|
+
aria-label="Remove"
|
|
130
|
+
id="simple-inline-chip-group-expandedremove_chip_two_select"
|
|
131
|
+
>
|
|
132
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
133
|
+
</button>
|
|
134
|
+
</span>
|
|
113
135
|
</div>
|
|
114
136
|
</li>
|
|
115
137
|
<li class="pf-c-chip-group__list-item">
|
|
116
138
|
<div class="pf-c-chip">
|
|
117
|
-
<span
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
139
|
+
<span class="pf-c-chip__content">
|
|
140
|
+
<span
|
|
141
|
+
class="pf-c-chip__text"
|
|
142
|
+
id="simple-inline-chip-group-expandedchip_three_select"
|
|
143
|
+
>Chip three</span>
|
|
144
|
+
</span>
|
|
145
|
+
<span class="pf-c-chip__actions">
|
|
146
|
+
<button
|
|
147
|
+
class="pf-c-button pf-m-plain"
|
|
148
|
+
type="button"
|
|
149
|
+
aria-labelledby="simple-inline-chip-group-expandedremove_chip_three_select simple-inline-chip-group-expandedchip_three_select"
|
|
150
|
+
aria-label="Remove"
|
|
151
|
+
id="simple-inline-chip-group-expandedremove_chip_three_select"
|
|
152
|
+
>
|
|
153
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
154
|
+
</button>
|
|
155
|
+
</span>
|
|
130
156
|
</div>
|
|
131
157
|
</li>
|
|
132
158
|
<li class="pf-c-chip-group__list-item">
|
|
133
159
|
<div class="pf-c-chip">
|
|
134
|
-
<span
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
160
|
+
<span class="pf-c-chip__content">
|
|
161
|
+
<span
|
|
162
|
+
class="pf-c-chip__text"
|
|
163
|
+
id="simple-inline-chip-group-expandedchip_four_select"
|
|
164
|
+
>Chip four</span>
|
|
165
|
+
</span>
|
|
166
|
+
<span class="pf-c-chip__actions">
|
|
167
|
+
<button
|
|
168
|
+
class="pf-c-button pf-m-plain"
|
|
169
|
+
type="button"
|
|
170
|
+
aria-labelledby="simple-inline-chip-group-expandedremove_chip_four_select simple-inline-chip-group-expandedchip_four_select"
|
|
171
|
+
aria-label="Remove"
|
|
172
|
+
id="simple-inline-chip-group-expandedremove_chip_four_select"
|
|
173
|
+
>
|
|
174
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
175
|
+
</button>
|
|
176
|
+
</span>
|
|
147
177
|
</div>
|
|
148
178
|
</li>
|
|
149
179
|
<li class="pf-c-chip-group__list-item">
|
|
150
180
|
<div class="pf-c-chip">
|
|
151
|
-
<span
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
181
|
+
<span class="pf-c-chip__content">
|
|
182
|
+
<span
|
|
183
|
+
class="pf-c-chip__text"
|
|
184
|
+
id="simple-inline-chip-group-expandedchip_five_select"
|
|
185
|
+
>Chip five</span>
|
|
186
|
+
</span>
|
|
187
|
+
<span class="pf-c-chip__actions">
|
|
188
|
+
<button
|
|
189
|
+
class="pf-c-button pf-m-plain"
|
|
190
|
+
type="button"
|
|
191
|
+
aria-labelledby="simple-inline-chip-group-expandedremove_chip_five_select simple-inline-chip-group-expandedchip_five_select"
|
|
192
|
+
aria-label="Remove"
|
|
193
|
+
id="simple-inline-chip-group-expandedremove_chip_five_select"
|
|
194
|
+
>
|
|
195
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
196
|
+
</button>
|
|
197
|
+
</span>
|
|
164
198
|
</div>
|
|
165
199
|
</li>
|
|
166
200
|
<li class="pf-c-chip-group__list-item">
|
|
167
201
|
<button class="pf-c-chip pf-m-overflow">
|
|
168
|
-
<span class="pf-c-
|
|
202
|
+
<span class="pf-c-chip__content">
|
|
203
|
+
<span class="pf-c-chip__text">Show less</span>
|
|
204
|
+
</span>
|
|
169
205
|
</button>
|
|
170
206
|
</li>
|
|
171
207
|
</ul>
|
|
@@ -191,53 +227,65 @@ cssPrefix: pf-c-chip-group
|
|
|
191
227
|
>
|
|
192
228
|
<li class="pf-c-chip-group__list-item">
|
|
193
229
|
<div class="pf-c-chip">
|
|
194
|
-
<span
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
230
|
+
<span class="pf-c-chip__content">
|
|
231
|
+
<span
|
|
232
|
+
class="pf-c-chip__text"
|
|
233
|
+
id="chip-group-with-categorieschip_one_toolbar_collapsed"
|
|
234
|
+
>Chip one</span>
|
|
235
|
+
</span>
|
|
236
|
+
<span class="pf-c-chip__actions">
|
|
237
|
+
<button
|
|
238
|
+
class="pf-c-button pf-m-plain"
|
|
239
|
+
type="button"
|
|
240
|
+
aria-labelledby="chip-group-with-categoriesremove_chip_one_toolbar_collapsed chip-group-with-categorieschip_one_toolbar_collapsed"
|
|
241
|
+
aria-label="Remove"
|
|
242
|
+
id="chip-group-with-categoriesremove_chip_one_toolbar_collapsed"
|
|
243
|
+
>
|
|
244
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
245
|
+
</button>
|
|
246
|
+
</span>
|
|
207
247
|
</div>
|
|
208
248
|
</li>
|
|
209
249
|
<li class="pf-c-chip-group__list-item">
|
|
210
250
|
<div class="pf-c-chip">
|
|
211
|
-
<span
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
251
|
+
<span class="pf-c-chip__content">
|
|
252
|
+
<span
|
|
253
|
+
class="pf-c-chip__text"
|
|
254
|
+
id="chip-group-with-categorieschip_two_toolbar_collapsed"
|
|
255
|
+
>Chip two</span>
|
|
256
|
+
</span>
|
|
257
|
+
<span class="pf-c-chip__actions">
|
|
258
|
+
<button
|
|
259
|
+
class="pf-c-button pf-m-plain"
|
|
260
|
+
type="button"
|
|
261
|
+
aria-labelledby="chip-group-with-categoriesremove_chip_two_toolbar_collapsed chip-group-with-categorieschip_two_toolbar_collapsed"
|
|
262
|
+
aria-label="Remove"
|
|
263
|
+
id="chip-group-with-categoriesremove_chip_two_toolbar_collapsed"
|
|
264
|
+
>
|
|
265
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
266
|
+
</button>
|
|
267
|
+
</span>
|
|
224
268
|
</div>
|
|
225
269
|
</li>
|
|
226
270
|
<li class="pf-c-chip-group__list-item">
|
|
227
271
|
<div class="pf-c-chip">
|
|
228
|
-
<span
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
272
|
+
<span class="pf-c-chip__content">
|
|
273
|
+
<span
|
|
274
|
+
class="pf-c-chip__text"
|
|
275
|
+
id="chip-group-with-categorieschip_three_toolbar_collapsed"
|
|
276
|
+
>Chip three</span>
|
|
277
|
+
</span>
|
|
278
|
+
<span class="pf-c-chip__actions">
|
|
279
|
+
<button
|
|
280
|
+
class="pf-c-button pf-m-plain"
|
|
281
|
+
type="button"
|
|
282
|
+
aria-labelledby="chip-group-with-categoriesremove_chip_three_toolbar_collapsed chip-group-with-categorieschip_three_toolbar_collapsed"
|
|
283
|
+
aria-label="Remove"
|
|
284
|
+
id="chip-group-with-categoriesremove_chip_three_toolbar_collapsed"
|
|
285
|
+
>
|
|
286
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
287
|
+
</button>
|
|
288
|
+
</span>
|
|
241
289
|
</div>
|
|
242
290
|
</li>
|
|
243
291
|
</ul>
|
|
@@ -263,58 +311,72 @@ cssPrefix: pf-c-chip-group
|
|
|
263
311
|
>
|
|
264
312
|
<li class="pf-c-chip-group__list-item">
|
|
265
313
|
<div class="pf-c-chip">
|
|
266
|
-
<span
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
314
|
+
<span class="pf-c-chip__content">
|
|
315
|
+
<span
|
|
316
|
+
class="pf-c-chip__text"
|
|
317
|
+
id="chip-group-with-categories-overflowchip_one_toolbar_collapsed"
|
|
318
|
+
>Chip one</span>
|
|
319
|
+
</span>
|
|
320
|
+
<span class="pf-c-chip__actions">
|
|
321
|
+
<button
|
|
322
|
+
class="pf-c-button pf-m-plain"
|
|
323
|
+
type="button"
|
|
324
|
+
aria-labelledby="chip-group-with-categories-overflowremove_chip_one_toolbar_collapsed chip-group-with-categories-overflowchip_one_toolbar_collapsed"
|
|
325
|
+
aria-label="Remove"
|
|
326
|
+
id="chip-group-with-categories-overflowremove_chip_one_toolbar_collapsed"
|
|
327
|
+
>
|
|
328
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
329
|
+
</button>
|
|
330
|
+
</span>
|
|
279
331
|
</div>
|
|
280
332
|
</li>
|
|
281
333
|
<li class="pf-c-chip-group__list-item">
|
|
282
334
|
<div class="pf-c-chip">
|
|
283
|
-
<span
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
335
|
+
<span class="pf-c-chip__content">
|
|
336
|
+
<span
|
|
337
|
+
class="pf-c-chip__text"
|
|
338
|
+
id="chip-group-with-categories-overflowchip_two_toolbar_collapsed"
|
|
339
|
+
>Chip two</span>
|
|
340
|
+
</span>
|
|
341
|
+
<span class="pf-c-chip__actions">
|
|
342
|
+
<button
|
|
343
|
+
class="pf-c-button pf-m-plain"
|
|
344
|
+
type="button"
|
|
345
|
+
aria-labelledby="chip-group-with-categories-overflowremove_chip_two_toolbar_collapsed chip-group-with-categories-overflowchip_two_toolbar_collapsed"
|
|
346
|
+
aria-label="Remove"
|
|
347
|
+
id="chip-group-with-categories-overflowremove_chip_two_toolbar_collapsed"
|
|
348
|
+
>
|
|
349
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
350
|
+
</button>
|
|
351
|
+
</span>
|
|
296
352
|
</div>
|
|
297
353
|
</li>
|
|
298
354
|
<li class="pf-c-chip-group__list-item">
|
|
299
355
|
<div class="pf-c-chip">
|
|
300
|
-
<span
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
356
|
+
<span class="pf-c-chip__content">
|
|
357
|
+
<span
|
|
358
|
+
class="pf-c-chip__text"
|
|
359
|
+
id="chip-group-with-categories-overflowchip_three_toolbar_collapsed"
|
|
360
|
+
>Chip three</span>
|
|
361
|
+
</span>
|
|
362
|
+
<span class="pf-c-chip__actions">
|
|
363
|
+
<button
|
|
364
|
+
class="pf-c-button pf-m-plain"
|
|
365
|
+
type="button"
|
|
366
|
+
aria-labelledby="chip-group-with-categories-overflowremove_chip_three_toolbar_collapsed chip-group-with-categories-overflowchip_three_toolbar_collapsed"
|
|
367
|
+
aria-label="Remove"
|
|
368
|
+
id="chip-group-with-categories-overflowremove_chip_three_toolbar_collapsed"
|
|
369
|
+
>
|
|
370
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
371
|
+
</button>
|
|
372
|
+
</span>
|
|
313
373
|
</div>
|
|
314
374
|
</li>
|
|
315
375
|
<li class="pf-c-chip-group__list-item">
|
|
316
376
|
<button class="pf-c-chip pf-m-overflow">
|
|
317
|
-
<span class="pf-c-
|
|
377
|
+
<span class="pf-c-chip__content">
|
|
378
|
+
<span class="pf-c-chip__text">2 more</span>
|
|
379
|
+
</span>
|
|
318
380
|
</button>
|
|
319
381
|
</li>
|
|
320
382
|
</ul>
|
|
@@ -340,92 +402,114 @@ cssPrefix: pf-c-chip-group
|
|
|
340
402
|
>
|
|
341
403
|
<li class="pf-c-chip-group__list-item">
|
|
342
404
|
<div class="pf-c-chip">
|
|
343
|
-
<span
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
405
|
+
<span class="pf-c-chip__content">
|
|
406
|
+
<span
|
|
407
|
+
class="pf-c-chip__text"
|
|
408
|
+
id="chip-group-with-categories-overflow-expandedchip_one_toolbar"
|
|
409
|
+
>Chip one</span>
|
|
410
|
+
</span>
|
|
411
|
+
<span class="pf-c-chip__actions">
|
|
412
|
+
<button
|
|
413
|
+
class="pf-c-button pf-m-plain"
|
|
414
|
+
type="button"
|
|
415
|
+
aria-labelledby="chip-group-with-categories-overflow-expandedremove_chip_one_toolbar chip-group-with-categories-overflow-expandedchip_one_toolbar"
|
|
416
|
+
aria-label="Remove"
|
|
417
|
+
id="chip-group-with-categories-overflow-expandedremove_chip_one_toolbar"
|
|
418
|
+
>
|
|
419
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
420
|
+
</button>
|
|
421
|
+
</span>
|
|
356
422
|
</div>
|
|
357
423
|
</li>
|
|
358
424
|
<li class="pf-c-chip-group__list-item">
|
|
359
425
|
<div class="pf-c-chip">
|
|
360
|
-
<span
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
426
|
+
<span class="pf-c-chip__content">
|
|
427
|
+
<span
|
|
428
|
+
class="pf-c-chip__text"
|
|
429
|
+
id="chip-group-with-categories-overflow-expandedchip_two_toolbar"
|
|
430
|
+
>Chip two</span>
|
|
431
|
+
</span>
|
|
432
|
+
<span class="pf-c-chip__actions">
|
|
433
|
+
<button
|
|
434
|
+
class="pf-c-button pf-m-plain"
|
|
435
|
+
type="button"
|
|
436
|
+
aria-labelledby="chip-group-with-categories-overflow-expandedremove_chip_two_toolbar chip-group-with-categories-overflow-expandedchip_two_toolbar"
|
|
437
|
+
aria-label="Remove"
|
|
438
|
+
id="chip-group-with-categories-overflow-expandedremove_chip_two_toolbar"
|
|
439
|
+
>
|
|
440
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
441
|
+
</button>
|
|
442
|
+
</span>
|
|
373
443
|
</div>
|
|
374
444
|
</li>
|
|
375
445
|
<li class="pf-c-chip-group__list-item">
|
|
376
446
|
<div class="pf-c-chip">
|
|
377
|
-
<span
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
447
|
+
<span class="pf-c-chip__content">
|
|
448
|
+
<span
|
|
449
|
+
class="pf-c-chip__text"
|
|
450
|
+
id="chip-group-with-categories-overflow-expandedchip_three_toolbar"
|
|
451
|
+
>Chip three</span>
|
|
452
|
+
</span>
|
|
453
|
+
<span class="pf-c-chip__actions">
|
|
454
|
+
<button
|
|
455
|
+
class="pf-c-button pf-m-plain"
|
|
456
|
+
type="button"
|
|
457
|
+
aria-labelledby="chip-group-with-categories-overflow-expandedremove_chip_three_toolbar chip-group-with-categories-overflow-expandedchip_three_toolbar"
|
|
458
|
+
aria-label="Remove"
|
|
459
|
+
id="chip-group-with-categories-overflow-expandedremove_chip_three_toolbar"
|
|
460
|
+
>
|
|
461
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
462
|
+
</button>
|
|
463
|
+
</span>
|
|
390
464
|
</div>
|
|
391
465
|
</li>
|
|
392
466
|
<li class="pf-c-chip-group__list-item">
|
|
393
467
|
<div class="pf-c-chip">
|
|
394
|
-
<span
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
468
|
+
<span class="pf-c-chip__content">
|
|
469
|
+
<span
|
|
470
|
+
class="pf-c-chip__text"
|
|
471
|
+
id="chip-group-with-categories-overflow-expandedchip_four_toolbar"
|
|
472
|
+
>Chip four</span>
|
|
473
|
+
</span>
|
|
474
|
+
<span class="pf-c-chip__actions">
|
|
475
|
+
<button
|
|
476
|
+
class="pf-c-button pf-m-plain"
|
|
477
|
+
type="button"
|
|
478
|
+
aria-labelledby="chip-group-with-categories-overflow-expandedremove_chip_four_toolbar chip-group-with-categories-overflow-expandedchip_four_toolbar"
|
|
479
|
+
aria-label="Remove"
|
|
480
|
+
id="chip-group-with-categories-overflow-expandedremove_chip_four_toolbar"
|
|
481
|
+
>
|
|
482
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
483
|
+
</button>
|
|
484
|
+
</span>
|
|
407
485
|
</div>
|
|
408
486
|
</li>
|
|
409
487
|
<li class="pf-c-chip-group__list-item">
|
|
410
488
|
<div class="pf-c-chip">
|
|
411
|
-
<span
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
489
|
+
<span class="pf-c-chip__content">
|
|
490
|
+
<span
|
|
491
|
+
class="pf-c-chip__text"
|
|
492
|
+
id="chip-group-with-categories-overflow-expandedchip_five_select"
|
|
493
|
+
>Chip five</span>
|
|
494
|
+
</span>
|
|
495
|
+
<span class="pf-c-chip__actions">
|
|
496
|
+
<button
|
|
497
|
+
class="pf-c-button pf-m-plain"
|
|
498
|
+
type="button"
|
|
499
|
+
aria-labelledby="chip-group-with-categories-overflow-expandedremove_chip_five_select chip-group-with-categories-overflow-expandedchip_five_select"
|
|
500
|
+
aria-label="Remove"
|
|
501
|
+
id="chip-group-with-categories-overflow-expandedremove_chip_five_select"
|
|
502
|
+
>
|
|
503
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
504
|
+
</button>
|
|
505
|
+
</span>
|
|
424
506
|
</div>
|
|
425
507
|
</li>
|
|
426
508
|
<li class="pf-c-chip-group__list-item">
|
|
427
509
|
<button class="pf-c-chip pf-m-overflow">
|
|
428
|
-
<span class="pf-c-
|
|
510
|
+
<span class="pf-c-chip__content">
|
|
511
|
+
<span class="pf-c-chip__text">Show less</span>
|
|
512
|
+
</span>
|
|
429
513
|
</button>
|
|
430
514
|
</li>
|
|
431
515
|
</ul>
|
|
@@ -451,104 +535,128 @@ cssPrefix: pf-c-chip-group
|
|
|
451
535
|
>
|
|
452
536
|
<li class="pf-c-chip-group__list-item">
|
|
453
537
|
<div class="pf-c-chip">
|
|
454
|
-
<span
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
538
|
+
<span class="pf-c-chip__content">
|
|
539
|
+
<span
|
|
540
|
+
class="pf-c-chip__text"
|
|
541
|
+
id="chip-group-with-categories-removablechip_one_toolbar"
|
|
542
|
+
>Chip one</span>
|
|
543
|
+
</span>
|
|
544
|
+
<span class="pf-c-chip__actions">
|
|
545
|
+
<button
|
|
546
|
+
class="pf-c-button pf-m-plain"
|
|
547
|
+
type="button"
|
|
548
|
+
aria-labelledby="chip-group-with-categories-removableremove_chip_one_toolbar chip-group-with-categories-removablechip_one_toolbar"
|
|
549
|
+
aria-label="Remove"
|
|
550
|
+
id="chip-group-with-categories-removableremove_chip_one_toolbar"
|
|
551
|
+
>
|
|
552
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
553
|
+
</button>
|
|
554
|
+
</span>
|
|
467
555
|
</div>
|
|
468
556
|
</li>
|
|
469
557
|
<li class="pf-c-chip-group__list-item">
|
|
470
558
|
<div class="pf-c-chip">
|
|
471
|
-
<span
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
559
|
+
<span class="pf-c-chip__content">
|
|
560
|
+
<span
|
|
561
|
+
class="pf-c-chip__text"
|
|
562
|
+
id="chip-group-with-categories-removablechip_two_toolbar"
|
|
563
|
+
>Chip two</span>
|
|
564
|
+
</span>
|
|
565
|
+
<span class="pf-c-chip__actions">
|
|
566
|
+
<button
|
|
567
|
+
class="pf-c-button pf-m-plain"
|
|
568
|
+
type="button"
|
|
569
|
+
aria-labelledby="chip-group-with-categories-removableremove_chip_two_toolbar chip-group-with-categories-removablechip_two_toolbar"
|
|
570
|
+
aria-label="Remove"
|
|
571
|
+
id="chip-group-with-categories-removableremove_chip_two_toolbar"
|
|
572
|
+
>
|
|
573
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
574
|
+
</button>
|
|
575
|
+
</span>
|
|
484
576
|
</div>
|
|
485
577
|
</li>
|
|
486
578
|
<li class="pf-c-chip-group__list-item">
|
|
487
579
|
<div class="pf-c-chip">
|
|
488
|
-
<span
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
580
|
+
<span class="pf-c-chip__content">
|
|
581
|
+
<span
|
|
582
|
+
class="pf-c-chip__text"
|
|
583
|
+
id="chip-group-with-categories-removablechip_three_toolbar"
|
|
584
|
+
>Chip three</span>
|
|
585
|
+
</span>
|
|
586
|
+
<span class="pf-c-chip__actions">
|
|
587
|
+
<button
|
|
588
|
+
class="pf-c-button pf-m-plain"
|
|
589
|
+
type="button"
|
|
590
|
+
aria-labelledby="chip-group-with-categories-removableremove_chip_three_toolbar chip-group-with-categories-removablechip_three_toolbar"
|
|
591
|
+
aria-label="Remove"
|
|
592
|
+
id="chip-group-with-categories-removableremove_chip_three_toolbar"
|
|
593
|
+
>
|
|
594
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
595
|
+
</button>
|
|
596
|
+
</span>
|
|
501
597
|
</div>
|
|
502
598
|
</li>
|
|
503
599
|
<li class="pf-c-chip-group__list-item">
|
|
504
600
|
<div class="pf-c-chip">
|
|
505
|
-
<span
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
601
|
+
<span class="pf-c-chip__content">
|
|
602
|
+
<span
|
|
603
|
+
class="pf-c-chip__text"
|
|
604
|
+
id="chip-group-with-categories-removablechip_four_toolbar"
|
|
605
|
+
>Chip four</span>
|
|
606
|
+
</span>
|
|
607
|
+
<span class="pf-c-chip__actions">
|
|
608
|
+
<button
|
|
609
|
+
class="pf-c-button pf-m-plain"
|
|
610
|
+
type="button"
|
|
611
|
+
aria-labelledby="chip-group-with-categories-removableremove_chip_four_toolbar chip-group-with-categories-removablechip_four_toolbar"
|
|
612
|
+
aria-label="Remove"
|
|
613
|
+
id="chip-group-with-categories-removableremove_chip_four_toolbar"
|
|
614
|
+
>
|
|
615
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
616
|
+
</button>
|
|
617
|
+
</span>
|
|
518
618
|
</div>
|
|
519
619
|
</li>
|
|
520
620
|
<li class="pf-c-chip-group__list-item">
|
|
521
621
|
<div class="pf-c-chip">
|
|
522
|
-
<span
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
622
|
+
<span class="pf-c-chip__content">
|
|
623
|
+
<span
|
|
624
|
+
class="pf-c-chip__text"
|
|
625
|
+
id="chip-group-with-categories-removablechip_five_toolbar"
|
|
626
|
+
>Chip five</span>
|
|
627
|
+
</span>
|
|
628
|
+
<span class="pf-c-chip__actions">
|
|
629
|
+
<button
|
|
630
|
+
class="pf-c-button pf-m-plain"
|
|
631
|
+
type="button"
|
|
632
|
+
aria-labelledby="chip-group-with-categories-removableremove_chip_five_toolbar chip-group-with-categories-removablechip_five_toolbar"
|
|
633
|
+
aria-label="Remove"
|
|
634
|
+
id="chip-group-with-categories-removableremove_chip_five_toolbar"
|
|
635
|
+
>
|
|
636
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
637
|
+
</button>
|
|
638
|
+
</span>
|
|
535
639
|
</div>
|
|
536
640
|
</li>
|
|
537
641
|
<li class="pf-c-chip-group__list-item">
|
|
538
642
|
<div class="pf-c-chip">
|
|
539
|
-
<span
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
643
|
+
<span class="pf-c-chip__content">
|
|
644
|
+
<span
|
|
645
|
+
class="pf-c-chip__text"
|
|
646
|
+
id="chip-group-with-categories-removablechip_six_toolbar"
|
|
647
|
+
>Chip six</span>
|
|
648
|
+
</span>
|
|
649
|
+
<span class="pf-c-chip__actions">
|
|
650
|
+
<button
|
|
651
|
+
class="pf-c-button pf-m-plain"
|
|
652
|
+
type="button"
|
|
653
|
+
aria-labelledby="chip-group-with-categories-removableremove_chip_six_toolbar chip-group-with-categories-removablechip_six_toolbar"
|
|
654
|
+
aria-label="Remove"
|
|
655
|
+
id="chip-group-with-categories-removableremove_chip_six_toolbar"
|
|
656
|
+
>
|
|
657
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
658
|
+
</button>
|
|
659
|
+
</span>
|
|
552
660
|
</div>
|
|
553
661
|
</li>
|
|
554
662
|
</ul>
|
|
@@ -568,335 +676,6 @@ cssPrefix: pf-c-chip-group
|
|
|
568
676
|
|
|
569
677
|
```
|
|
570
678
|
|
|
571
|
-
### Legacy chip group examples without main element
|
|
572
|
-
|
|
573
|
-
```html
|
|
574
|
-
<div class="pf-c-chip-group">
|
|
575
|
-
<ul class="pf-c-chip-group__list" role="list" aria-label="Chip group list">
|
|
576
|
-
<li class="pf-c-chip-group__list-item">
|
|
577
|
-
<div class="pf-c-chip">
|
|
578
|
-
<span
|
|
579
|
-
class="pf-c-chip__text"
|
|
580
|
-
id="legacy-simplechip_one_select_collapsed"
|
|
581
|
-
>Chip one</span>
|
|
582
|
-
<button
|
|
583
|
-
class="pf-c-button pf-m-plain"
|
|
584
|
-
type="button"
|
|
585
|
-
aria-labelledby="legacy-simpleremove_chip_one_select_collapsed legacy-simplechip_one_select_collapsed"
|
|
586
|
-
aria-label="Remove"
|
|
587
|
-
id="legacy-simpleremove_chip_one_select_collapsed"
|
|
588
|
-
>
|
|
589
|
-
<i class="fas fa-times" aria-hidden="true"></i>
|
|
590
|
-
</button>
|
|
591
|
-
</div>
|
|
592
|
-
</li>
|
|
593
|
-
<li class="pf-c-chip-group__list-item">
|
|
594
|
-
<div class="pf-c-chip">
|
|
595
|
-
<span
|
|
596
|
-
class="pf-c-chip__text"
|
|
597
|
-
id="legacy-simplechip_two_select_collapsed"
|
|
598
|
-
>Chip two</span>
|
|
599
|
-
<button
|
|
600
|
-
class="pf-c-button pf-m-plain"
|
|
601
|
-
type="button"
|
|
602
|
-
aria-labelledby="legacy-simpleremove_chip_two_select_collapsed legacy-simplechip_two_select_collapsed"
|
|
603
|
-
aria-label="Remove"
|
|
604
|
-
id="legacy-simpleremove_chip_two_select_collapsed"
|
|
605
|
-
>
|
|
606
|
-
<i class="fas fa-times" aria-hidden="true"></i>
|
|
607
|
-
</button>
|
|
608
|
-
</div>
|
|
609
|
-
</li>
|
|
610
|
-
<li class="pf-c-chip-group__list-item">
|
|
611
|
-
<div class="pf-c-chip">
|
|
612
|
-
<span
|
|
613
|
-
class="pf-c-chip__text"
|
|
614
|
-
id="legacy-simplechip_three_select_collapsed"
|
|
615
|
-
>Chip three</span>
|
|
616
|
-
<button
|
|
617
|
-
class="pf-c-button pf-m-plain"
|
|
618
|
-
type="button"
|
|
619
|
-
aria-labelledby="legacy-simpleremove_chip_three_select_collapsed legacy-simplechip_three_select_collapsed"
|
|
620
|
-
aria-label="Remove"
|
|
621
|
-
id="legacy-simpleremove_chip_three_select_collapsed"
|
|
622
|
-
>
|
|
623
|
-
<i class="fas fa-times" aria-hidden="true"></i>
|
|
624
|
-
</button>
|
|
625
|
-
</div>
|
|
626
|
-
</li>
|
|
627
|
-
</ul>
|
|
628
|
-
</div>
|
|
629
|
-
|
|
630
|
-
<br />
|
|
631
|
-
<br />
|
|
632
|
-
|
|
633
|
-
<div class="pf-c-chip-group">
|
|
634
|
-
<ul class="pf-c-chip-group__list" role="list" aria-label="Chip group list">
|
|
635
|
-
<li class="pf-c-chip-group__list-item">
|
|
636
|
-
<div class="pf-c-chip">
|
|
637
|
-
<span
|
|
638
|
-
class="pf-c-chip__text"
|
|
639
|
-
id="legacy-simple-removablechip_one_toolbar"
|
|
640
|
-
>Chip one</span>
|
|
641
|
-
<button
|
|
642
|
-
class="pf-c-button pf-m-plain"
|
|
643
|
-
type="button"
|
|
644
|
-
aria-labelledby="legacy-simple-removableremove_chip_one_toolbar legacy-simple-removablechip_one_toolbar"
|
|
645
|
-
aria-label="Remove"
|
|
646
|
-
id="legacy-simple-removableremove_chip_one_toolbar"
|
|
647
|
-
>
|
|
648
|
-
<i class="fas fa-times" aria-hidden="true"></i>
|
|
649
|
-
</button>
|
|
650
|
-
</div>
|
|
651
|
-
</li>
|
|
652
|
-
<li class="pf-c-chip-group__list-item">
|
|
653
|
-
<div class="pf-c-chip">
|
|
654
|
-
<span
|
|
655
|
-
class="pf-c-chip__text"
|
|
656
|
-
id="legacy-simple-removablechip_two_toolbar"
|
|
657
|
-
>Chip two</span>
|
|
658
|
-
<button
|
|
659
|
-
class="pf-c-button pf-m-plain"
|
|
660
|
-
type="button"
|
|
661
|
-
aria-labelledby="legacy-simple-removableremove_chip_two_toolbar legacy-simple-removablechip_two_toolbar"
|
|
662
|
-
aria-label="Remove"
|
|
663
|
-
id="legacy-simple-removableremove_chip_two_toolbar"
|
|
664
|
-
>
|
|
665
|
-
<i class="fas fa-times" aria-hidden="true"></i>
|
|
666
|
-
</button>
|
|
667
|
-
</div>
|
|
668
|
-
</li>
|
|
669
|
-
<li class="pf-c-chip-group__list-item">
|
|
670
|
-
<div class="pf-c-chip">
|
|
671
|
-
<span
|
|
672
|
-
class="pf-c-chip__text"
|
|
673
|
-
id="legacy-simple-removablechip_three_toolbar"
|
|
674
|
-
>Chip three</span>
|
|
675
|
-
<button
|
|
676
|
-
class="pf-c-button pf-m-plain"
|
|
677
|
-
type="button"
|
|
678
|
-
aria-labelledby="legacy-simple-removableremove_chip_three_toolbar legacy-simple-removablechip_three_toolbar"
|
|
679
|
-
aria-label="Remove"
|
|
680
|
-
id="legacy-simple-removableremove_chip_three_toolbar"
|
|
681
|
-
>
|
|
682
|
-
<i class="fas fa-times" aria-hidden="true"></i>
|
|
683
|
-
</button>
|
|
684
|
-
</div>
|
|
685
|
-
</li>
|
|
686
|
-
<li class="pf-c-chip-group__list-item">
|
|
687
|
-
<div class="pf-c-chip">
|
|
688
|
-
<span
|
|
689
|
-
class="pf-c-chip__text"
|
|
690
|
-
id="legacy-simple-removablechip_four_toolbar"
|
|
691
|
-
>Chip four</span>
|
|
692
|
-
<button
|
|
693
|
-
class="pf-c-button pf-m-plain"
|
|
694
|
-
type="button"
|
|
695
|
-
aria-labelledby="legacy-simple-removableremove_chip_four_toolbar legacy-simple-removablechip_four_toolbar"
|
|
696
|
-
aria-label="Remove"
|
|
697
|
-
id="legacy-simple-removableremove_chip_four_toolbar"
|
|
698
|
-
>
|
|
699
|
-
<i class="fas fa-times" aria-hidden="true"></i>
|
|
700
|
-
</button>
|
|
701
|
-
</div>
|
|
702
|
-
</li>
|
|
703
|
-
<li class="pf-c-chip-group__list-item">
|
|
704
|
-
<div class="pf-c-chip">
|
|
705
|
-
<span
|
|
706
|
-
class="pf-c-chip__text"
|
|
707
|
-
id="legacy-simple-removablechip_five_toolbar"
|
|
708
|
-
>Chip five</span>
|
|
709
|
-
<button
|
|
710
|
-
class="pf-c-button pf-m-plain"
|
|
711
|
-
type="button"
|
|
712
|
-
aria-labelledby="legacy-simple-removableremove_chip_five_toolbar legacy-simple-removablechip_five_toolbar"
|
|
713
|
-
aria-label="Remove"
|
|
714
|
-
id="legacy-simple-removableremove_chip_five_toolbar"
|
|
715
|
-
>
|
|
716
|
-
<i class="fas fa-times" aria-hidden="true"></i>
|
|
717
|
-
</button>
|
|
718
|
-
</div>
|
|
719
|
-
</li>
|
|
720
|
-
<li class="pf-c-chip-group__list-item">
|
|
721
|
-
<div class="pf-c-chip">
|
|
722
|
-
<span
|
|
723
|
-
class="pf-c-chip__text"
|
|
724
|
-
id="legacy-simple-removablechip_six_toolbar"
|
|
725
|
-
>Chip six</span>
|
|
726
|
-
<button
|
|
727
|
-
class="pf-c-button pf-m-plain"
|
|
728
|
-
type="button"
|
|
729
|
-
aria-labelledby="legacy-simple-removableremove_chip_six_toolbar legacy-simple-removablechip_six_toolbar"
|
|
730
|
-
aria-label="Remove"
|
|
731
|
-
id="legacy-simple-removableremove_chip_six_toolbar"
|
|
732
|
-
>
|
|
733
|
-
<i class="fas fa-times" aria-hidden="true"></i>
|
|
734
|
-
</button>
|
|
735
|
-
</div>
|
|
736
|
-
</li>
|
|
737
|
-
</ul>
|
|
738
|
-
<div class="pf-c-chip-group__close">
|
|
739
|
-
<button
|
|
740
|
-
class="pf-c-button pf-m-plain"
|
|
741
|
-
type="button"
|
|
742
|
-
aria-labelledby="legacy-simple-removable-button legacy-simple-removable-label"
|
|
743
|
-
aria-label="Close chip group"
|
|
744
|
-
id="legacy-simple-removable-button"
|
|
745
|
-
>
|
|
746
|
-
<i class="fas fa-times-circle" aria-hidden="true"></i>
|
|
747
|
-
</button>
|
|
748
|
-
</div>
|
|
749
|
-
</div>
|
|
750
|
-
|
|
751
|
-
<br />
|
|
752
|
-
<br />
|
|
753
|
-
|
|
754
|
-
<div class="pf-c-chip-group pf-m-category">
|
|
755
|
-
<span
|
|
756
|
-
class="pf-c-chip-group__label"
|
|
757
|
-
aria-hidden="true"
|
|
758
|
-
id="legacy-category-label"
|
|
759
|
-
>Category one</span>
|
|
760
|
-
<ul
|
|
761
|
-
class="pf-c-chip-group__list"
|
|
762
|
-
role="list"
|
|
763
|
-
aria-labelledby="legacy-category-label"
|
|
764
|
-
>
|
|
765
|
-
<li class="pf-c-chip-group__list-item">
|
|
766
|
-
<div class="pf-c-chip">
|
|
767
|
-
<span
|
|
768
|
-
class="pf-c-chip__text"
|
|
769
|
-
id="legacy-categorychip_one_toolbar_collapsed"
|
|
770
|
-
>Chip one</span>
|
|
771
|
-
<button
|
|
772
|
-
class="pf-c-button pf-m-plain"
|
|
773
|
-
type="button"
|
|
774
|
-
aria-labelledby="legacy-categoryremove_chip_one_toolbar_collapsed legacy-categorychip_one_toolbar_collapsed"
|
|
775
|
-
aria-label="Remove"
|
|
776
|
-
id="legacy-categoryremove_chip_one_toolbar_collapsed"
|
|
777
|
-
>
|
|
778
|
-
<i class="fas fa-times" aria-hidden="true"></i>
|
|
779
|
-
</button>
|
|
780
|
-
</div>
|
|
781
|
-
</li>
|
|
782
|
-
<li class="pf-c-chip-group__list-item">
|
|
783
|
-
<div class="pf-c-chip">
|
|
784
|
-
<span
|
|
785
|
-
class="pf-c-chip__text"
|
|
786
|
-
id="legacy-categorychip_two_toolbar_collapsed"
|
|
787
|
-
>Chip two</span>
|
|
788
|
-
<button
|
|
789
|
-
class="pf-c-button pf-m-plain"
|
|
790
|
-
type="button"
|
|
791
|
-
aria-labelledby="legacy-categoryremove_chip_two_toolbar_collapsed legacy-categorychip_two_toolbar_collapsed"
|
|
792
|
-
aria-label="Remove"
|
|
793
|
-
id="legacy-categoryremove_chip_two_toolbar_collapsed"
|
|
794
|
-
>
|
|
795
|
-
<i class="fas fa-times" aria-hidden="true"></i>
|
|
796
|
-
</button>
|
|
797
|
-
</div>
|
|
798
|
-
</li>
|
|
799
|
-
<li class="pf-c-chip-group__list-item">
|
|
800
|
-
<div class="pf-c-chip">
|
|
801
|
-
<span
|
|
802
|
-
class="pf-c-chip__text"
|
|
803
|
-
id="legacy-categorychip_three_toolbar_collapsed"
|
|
804
|
-
>Chip three</span>
|
|
805
|
-
<button
|
|
806
|
-
class="pf-c-button pf-m-plain"
|
|
807
|
-
type="button"
|
|
808
|
-
aria-labelledby="legacy-categoryremove_chip_three_toolbar_collapsed legacy-categorychip_three_toolbar_collapsed"
|
|
809
|
-
aria-label="Remove"
|
|
810
|
-
id="legacy-categoryremove_chip_three_toolbar_collapsed"
|
|
811
|
-
>
|
|
812
|
-
<i class="fas fa-times" aria-hidden="true"></i>
|
|
813
|
-
</button>
|
|
814
|
-
</div>
|
|
815
|
-
</li>
|
|
816
|
-
</ul>
|
|
817
|
-
</div>
|
|
818
|
-
|
|
819
|
-
<br />
|
|
820
|
-
<br />
|
|
821
|
-
|
|
822
|
-
<div class="pf-c-chip-group pf-m-category">
|
|
823
|
-
<span
|
|
824
|
-
class="pf-c-chip-group__label"
|
|
825
|
-
aria-hidden="true"
|
|
826
|
-
id="legacy-category-removable-label"
|
|
827
|
-
>Category one</span>
|
|
828
|
-
<ul
|
|
829
|
-
class="pf-c-chip-group__list"
|
|
830
|
-
role="list"
|
|
831
|
-
aria-labelledby="legacy-category-removable-label"
|
|
832
|
-
>
|
|
833
|
-
<li class="pf-c-chip-group__list-item">
|
|
834
|
-
<div class="pf-c-chip">
|
|
835
|
-
<span
|
|
836
|
-
class="pf-c-chip__text"
|
|
837
|
-
id="legacy-category-removablechip_one_toolbar_collapsed"
|
|
838
|
-
>Chip one</span>
|
|
839
|
-
<button
|
|
840
|
-
class="pf-c-button pf-m-plain"
|
|
841
|
-
type="button"
|
|
842
|
-
aria-labelledby="legacy-category-removableremove_chip_one_toolbar_collapsed legacy-category-removablechip_one_toolbar_collapsed"
|
|
843
|
-
aria-label="Remove"
|
|
844
|
-
id="legacy-category-removableremove_chip_one_toolbar_collapsed"
|
|
845
|
-
>
|
|
846
|
-
<i class="fas fa-times" aria-hidden="true"></i>
|
|
847
|
-
</button>
|
|
848
|
-
</div>
|
|
849
|
-
</li>
|
|
850
|
-
<li class="pf-c-chip-group__list-item">
|
|
851
|
-
<div class="pf-c-chip">
|
|
852
|
-
<span
|
|
853
|
-
class="pf-c-chip__text"
|
|
854
|
-
id="legacy-category-removablechip_two_toolbar_collapsed"
|
|
855
|
-
>Chip two</span>
|
|
856
|
-
<button
|
|
857
|
-
class="pf-c-button pf-m-plain"
|
|
858
|
-
type="button"
|
|
859
|
-
aria-labelledby="legacy-category-removableremove_chip_two_toolbar_collapsed legacy-category-removablechip_two_toolbar_collapsed"
|
|
860
|
-
aria-label="Remove"
|
|
861
|
-
id="legacy-category-removableremove_chip_two_toolbar_collapsed"
|
|
862
|
-
>
|
|
863
|
-
<i class="fas fa-times" aria-hidden="true"></i>
|
|
864
|
-
</button>
|
|
865
|
-
</div>
|
|
866
|
-
</li>
|
|
867
|
-
<li class="pf-c-chip-group__list-item">
|
|
868
|
-
<div class="pf-c-chip">
|
|
869
|
-
<span
|
|
870
|
-
class="pf-c-chip__text"
|
|
871
|
-
id="legacy-category-removablechip_three_toolbar_collapsed"
|
|
872
|
-
>Chip three</span>
|
|
873
|
-
<button
|
|
874
|
-
class="pf-c-button pf-m-plain"
|
|
875
|
-
type="button"
|
|
876
|
-
aria-labelledby="legacy-category-removableremove_chip_three_toolbar_collapsed legacy-category-removablechip_three_toolbar_collapsed"
|
|
877
|
-
aria-label="Remove"
|
|
878
|
-
id="legacy-category-removableremove_chip_three_toolbar_collapsed"
|
|
879
|
-
>
|
|
880
|
-
<i class="fas fa-times" aria-hidden="true"></i>
|
|
881
|
-
</button>
|
|
882
|
-
</div>
|
|
883
|
-
</li>
|
|
884
|
-
</ul>
|
|
885
|
-
<div class="pf-c-chip-group__close">
|
|
886
|
-
<button
|
|
887
|
-
class="pf-c-button pf-m-plain"
|
|
888
|
-
type="button"
|
|
889
|
-
aria-labelledby="legacy-category-removable-button legacy-category-removable-label"
|
|
890
|
-
aria-label="Close chip group"
|
|
891
|
-
id="legacy-category-removable-button"
|
|
892
|
-
>
|
|
893
|
-
<i class="fas fa-times-circle" aria-hidden="true"></i>
|
|
894
|
-
</button>
|
|
895
|
-
</div>
|
|
896
|
-
</div>
|
|
897
|
-
|
|
898
|
-
```
|
|
899
|
-
|
|
900
679
|
### Overview
|
|
901
680
|
|
|
902
681
|
A chip group is constrained to the width of its container and will wrap when it exceeds that width. An overflow value can be set and when the number of chips exceeds that value, additional chips will be hidden by default. The default overflow value will be set to 3 chips but this can be adjusted per application needs. The toggle button after the last chip allows the group to be expanded (or collapsed).
|
|
@@ -909,21 +688,21 @@ The chip group requires the [chip component](/components/chip).
|
|
|
909
688
|
|
|
910
689
|
**All single chip accessibility and usage requirements apply.**
|
|
911
690
|
|
|
912
|
-
| Attributes for closable chip group button
|
|
913
|
-
|
|
|
914
|
-
| `role="list"`
|
|
915
|
-
| `aria-label="[button label text]"`
|
|
916
|
-
| `aria-labelledby="[id value of .pf-c-chip-group__close > button] [id value of .pf-c-chip-group__label]"` | `.pf-c-chip-group__close > button` | Provides an accessible name for the button. **Required**
|
|
691
|
+
| Attributes for closable chip group button | Applied to | Outcome |
|
|
692
|
+
| -- | -- | -- |
|
|
693
|
+
| `role="list"` | `.pf-c-chip-group__list` | Indicates that the chip group list is a list element. This role is redundant since `.pf-c-chip-group__list` is a `<ul>` but is required for screen readers to announce the list propertly. **Required** |
|
|
694
|
+
| `aria-label="[button label text]"` | `.pf-c-chip-group__close > button` | Provides an accessible name for a chip group close when an icon is used instead of text. Required when an icon is used with no supporting text. **Required** |
|
|
695
|
+
| `aria-labelledby="[id value of .pf-c-chip-group__close > button] [id value of .pf-c-chip-group__label]"` | `.pf-c-chip-group__close > button` | Provides an accessible name for the button. **Required** |
|
|
917
696
|
|
|
918
697
|
### Usage
|
|
919
698
|
|
|
920
|
-
| Class
|
|
921
|
-
|
|
|
922
|
-
| `.pf-c-chip-group`
|
|
923
|
-
| `.pf-c-chip-group__list`
|
|
924
|
-
| `.pf-c-chip-group__list-item` | `<li>`
|
|
925
|
-
| `.pf-c-chip-group__label`
|
|
926
|
-
| `.pf-c-chip-group__close`
|
|
927
|
-
| `.pf-c-chip-group__main`
|
|
928
|
-
| `.pf-c-button`
|
|
929
|
-
| `.pf-m-category`
|
|
699
|
+
| Class | Applied to | Outcome |
|
|
700
|
+
| -- | -- | -- |
|
|
701
|
+
| `.pf-c-chip-group` | `<div>` | Initiates the chip group component. **Required.** |
|
|
702
|
+
| `.pf-c-chip-group__list` | `<ul>` | Initiates the container for a list of chips. **Required.** |
|
|
703
|
+
| `.pf-c-chip-group__list-item` | `<li>` | Initiates the list item inside of the chip group. **Required.** |
|
|
704
|
+
| `.pf-c-chip-group__label` | `<span>` | Initiates the label to be used in the chip group. |
|
|
705
|
+
| `.pf-c-chip-group__close` | `<div>` | Initiates the container used for the button to remove the chip group. |
|
|
706
|
+
| `.pf-c-chip-group__main` | `<div>` | Initiates the container for the label and list elements so that they wrap together. **Required** |
|
|
707
|
+
| `.pf-c-button` | `.pf-c-chip-group__close <button>` | Initiates the button used to remove the chip group. |
|
|
708
|
+
| `.pf-m-category` | `.pf-c-chip-group` | Modifies the chip group to support category styling. |
|