@patternfly/patternfly 5.0.0-alpha.4 → 5.0.0-alpha.41
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 +4 -4
- 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 -133
- package/components/Spinner/spinner.scss +4 -173
- 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 +51 -55
- 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 +150 -110
- 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 +93 -85
- 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 +372 -318
- 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 +18 -67
- 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/Button/examples/Button.md +10 -5
- package/docs/demos/Card/examples/Card.md +246 -168
- 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 +61 -38
- 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 +3373 -1333
- 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 +60 -66
- 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} +1206 -2449
- package/{patternfly-no-reset.scss → patternfly-no-globals.scss} +1 -0
- package/patternfly.css +1234 -2483
- 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
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
---
|
|
2
2
|
id: 'Text input group'
|
|
3
|
-
beta: true
|
|
4
3
|
section: components
|
|
5
4
|
cssPrefix: pf-c-text-input-group
|
|
6
5
|
---import './TextInputGroup.css'
|
|
@@ -34,9 +33,9 @@ cssPrefix: pf-c-text-input-group
|
|
|
34
33
|
<input
|
|
35
34
|
class="pf-c-text-input-group__text-input"
|
|
36
35
|
type="text"
|
|
37
|
-
value="Disabled"
|
|
38
36
|
disabled
|
|
39
|
-
|
|
37
|
+
value="Disabled"
|
|
38
|
+
aria-label="Disabled text input group example input"
|
|
40
39
|
/>
|
|
41
40
|
</span>
|
|
42
41
|
</div>
|
|
@@ -56,9 +55,9 @@ cssPrefix: pf-c-text-input-group
|
|
|
56
55
|
<input
|
|
57
56
|
class="pf-c-text-input-group__text-input"
|
|
58
57
|
type="text"
|
|
58
|
+
placeholder="placeholder"
|
|
59
59
|
value
|
|
60
60
|
aria-label="Type to filter"
|
|
61
|
-
placeholder="placeholder"
|
|
62
61
|
/>
|
|
63
62
|
</span>
|
|
64
63
|
</div>
|
|
@@ -89,109 +88,135 @@ cssPrefix: pf-c-text-input-group
|
|
|
89
88
|
>
|
|
90
89
|
<li class="pf-c-chip-group__list-item">
|
|
91
90
|
<div class="pf-c-chip">
|
|
92
|
-
<span
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
91
|
+
<span class="pf-c-chip__content">
|
|
92
|
+
<span
|
|
93
|
+
class="pf-c-chip__text"
|
|
94
|
+
id="text-input-group-filters-chip-group-chip_one_select_collapsed"
|
|
95
|
+
>Chip one</span>
|
|
96
|
+
</span>
|
|
97
|
+
<span class="pf-c-chip__actions">
|
|
98
|
+
<button
|
|
99
|
+
class="pf-c-button pf-m-plain"
|
|
100
|
+
type="button"
|
|
101
|
+
aria-labelledby="text-input-group-filters-chip-group-remove_chip_one_select_collapsed text-input-group-filters-chip-group-chip_one_select_collapsed"
|
|
102
|
+
aria-label="Remove"
|
|
103
|
+
id="text-input-group-filters-chip-group-remove_chip_one_select_collapsed"
|
|
104
|
+
>
|
|
105
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
106
|
+
</button>
|
|
107
|
+
</span>
|
|
105
108
|
</div>
|
|
106
109
|
</li>
|
|
107
110
|
<li class="pf-c-chip-group__list-item">
|
|
108
111
|
<div class="pf-c-chip">
|
|
109
|
-
<span
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
112
|
+
<span class="pf-c-chip__content">
|
|
113
|
+
<span
|
|
114
|
+
class="pf-c-chip__text"
|
|
115
|
+
id="text-input-group-filters-chip-group-chip_two_select_collapsed"
|
|
116
|
+
>Chip two</span>
|
|
117
|
+
</span>
|
|
118
|
+
<span class="pf-c-chip__actions">
|
|
119
|
+
<button
|
|
120
|
+
class="pf-c-button pf-m-plain"
|
|
121
|
+
type="button"
|
|
122
|
+
aria-labelledby="text-input-group-filters-chip-group-remove_chip_two_select_collapsed text-input-group-filters-chip-group-chip_two_select_collapsed"
|
|
123
|
+
aria-label="Remove"
|
|
124
|
+
id="text-input-group-filters-chip-group-remove_chip_two_select_collapsed"
|
|
125
|
+
>
|
|
126
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
127
|
+
</button>
|
|
128
|
+
</span>
|
|
122
129
|
</div>
|
|
123
130
|
</li>
|
|
124
131
|
<li class="pf-c-chip-group__list-item">
|
|
125
132
|
<div class="pf-c-chip">
|
|
126
|
-
<span
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
133
|
+
<span class="pf-c-chip__content">
|
|
134
|
+
<span
|
|
135
|
+
class="pf-c-chip__text"
|
|
136
|
+
id="text-input-group-filters-chip-group-chip_three_select_collapsed"
|
|
137
|
+
>Chip three</span>
|
|
138
|
+
</span>
|
|
139
|
+
<span class="pf-c-chip__actions">
|
|
140
|
+
<button
|
|
141
|
+
class="pf-c-button pf-m-plain"
|
|
142
|
+
type="button"
|
|
143
|
+
aria-labelledby="text-input-group-filters-chip-group-remove_chip_three_select_collapsed text-input-group-filters-chip-group-chip_three_select_collapsed"
|
|
144
|
+
aria-label="Remove"
|
|
145
|
+
id="text-input-group-filters-chip-group-remove_chip_three_select_collapsed"
|
|
146
|
+
>
|
|
147
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
148
|
+
</button>
|
|
149
|
+
</span>
|
|
139
150
|
</div>
|
|
140
151
|
</li>
|
|
141
152
|
<li class="pf-c-chip-group__list-item">
|
|
142
153
|
<div class="pf-c-chip">
|
|
143
|
-
<span
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
154
|
+
<span class="pf-c-chip__content">
|
|
155
|
+
<span
|
|
156
|
+
class="pf-c-chip__text"
|
|
157
|
+
id="text-input-group-filters-chip-group-chip_four_select_collapsed"
|
|
158
|
+
>Chip four</span>
|
|
159
|
+
</span>
|
|
160
|
+
<span class="pf-c-chip__actions">
|
|
161
|
+
<button
|
|
162
|
+
class="pf-c-button pf-m-plain"
|
|
163
|
+
type="button"
|
|
164
|
+
aria-labelledby="text-input-group-filters-chip-group-remove_chip_four_select_collapsed text-input-group-filters-chip-group-chip_four_select_collapsed"
|
|
165
|
+
aria-label="Remove"
|
|
166
|
+
id="text-input-group-filters-chip-group-remove_chip_four_select_collapsed"
|
|
167
|
+
>
|
|
168
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
169
|
+
</button>
|
|
170
|
+
</span>
|
|
156
171
|
</div>
|
|
157
172
|
</li>
|
|
158
173
|
<li class="pf-c-chip-group__list-item">
|
|
159
174
|
<div class="pf-c-chip">
|
|
160
|
-
<span
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
175
|
+
<span class="pf-c-chip__content">
|
|
176
|
+
<span
|
|
177
|
+
class="pf-c-chip__text"
|
|
178
|
+
id="text-input-group-filters-chip-group-chip_five_select_collapsed"
|
|
179
|
+
>Chip five</span>
|
|
180
|
+
</span>
|
|
181
|
+
<span class="pf-c-chip__actions">
|
|
182
|
+
<button
|
|
183
|
+
class="pf-c-button pf-m-plain"
|
|
184
|
+
type="button"
|
|
185
|
+
aria-labelledby="text-input-group-filters-chip-group-remove_chip_five_select_collapsed text-input-group-filters-chip-group-chip_five_select_collapsed"
|
|
186
|
+
aria-label="Remove"
|
|
187
|
+
id="text-input-group-filters-chip-group-remove_chip_five_select_collapsed"
|
|
188
|
+
>
|
|
189
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
190
|
+
</button>
|
|
191
|
+
</span>
|
|
173
192
|
</div>
|
|
174
193
|
</li>
|
|
175
194
|
<li class="pf-c-chip-group__list-item">
|
|
176
195
|
<div class="pf-c-chip">
|
|
177
|
-
<span
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
196
|
+
<span class="pf-c-chip__content">
|
|
197
|
+
<span
|
|
198
|
+
class="pf-c-chip__text"
|
|
199
|
+
id="text-input-group-filters-chip-group-chip_six_select_collapsed"
|
|
200
|
+
>Chip six</span>
|
|
201
|
+
</span>
|
|
202
|
+
<span class="pf-c-chip__actions">
|
|
203
|
+
<button
|
|
204
|
+
class="pf-c-button pf-m-plain"
|
|
205
|
+
type="button"
|
|
206
|
+
aria-labelledby="text-input-group-filters-chip-group-remove_chip_six_select_collapsed text-input-group-filters-chip-group-chip_six_select_collapsed"
|
|
207
|
+
aria-label="Remove"
|
|
208
|
+
id="text-input-group-filters-chip-group-remove_chip_six_select_collapsed"
|
|
209
|
+
>
|
|
210
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
211
|
+
</button>
|
|
212
|
+
</span>
|
|
190
213
|
</div>
|
|
191
214
|
</li>
|
|
192
215
|
<li class="pf-c-chip-group__list-item">
|
|
193
216
|
<button class="pf-c-chip pf-m-overflow">
|
|
194
|
-
<span class="pf-c-
|
|
217
|
+
<span class="pf-c-chip__content">
|
|
218
|
+
<span class="pf-c-chip__text">8 more</span>
|
|
219
|
+
</span>
|
|
195
220
|
</button>
|
|
196
221
|
</li>
|
|
197
222
|
</ul>
|
|
@@ -233,240 +258,296 @@ cssPrefix: pf-c-text-input-group
|
|
|
233
258
|
>
|
|
234
259
|
<li class="pf-c-chip-group__list-item">
|
|
235
260
|
<div class="pf-c-chip">
|
|
236
|
-
<span
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
261
|
+
<span class="pf-c-chip__content">
|
|
262
|
+
<span
|
|
263
|
+
class="pf-c-chip__text"
|
|
264
|
+
id="text-input-group-filters-expanded-chip-group-chip_one_select_collapsed"
|
|
265
|
+
>Chip one</span>
|
|
266
|
+
</span>
|
|
267
|
+
<span class="pf-c-chip__actions">
|
|
268
|
+
<button
|
|
269
|
+
class="pf-c-button pf-m-plain"
|
|
270
|
+
type="button"
|
|
271
|
+
aria-labelledby="text-input-group-filters-expanded-chip-group-remove_chip_one_select_collapsed text-input-group-filters-expanded-chip-group-chip_one_select_collapsed"
|
|
272
|
+
aria-label="Remove"
|
|
273
|
+
id="text-input-group-filters-expanded-chip-group-remove_chip_one_select_collapsed"
|
|
274
|
+
>
|
|
275
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
276
|
+
</button>
|
|
277
|
+
</span>
|
|
249
278
|
</div>
|
|
250
279
|
</li>
|
|
251
280
|
<li class="pf-c-chip-group__list-item">
|
|
252
281
|
<div class="pf-c-chip">
|
|
253
|
-
<span
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
282
|
+
<span class="pf-c-chip__content">
|
|
283
|
+
<span
|
|
284
|
+
class="pf-c-chip__text"
|
|
285
|
+
id="text-input-group-filters-expanded-chip-group-chip_two_select_collapsed"
|
|
286
|
+
>Chip two</span>
|
|
287
|
+
</span>
|
|
288
|
+
<span class="pf-c-chip__actions">
|
|
289
|
+
<button
|
|
290
|
+
class="pf-c-button pf-m-plain"
|
|
291
|
+
type="button"
|
|
292
|
+
aria-labelledby="text-input-group-filters-expanded-chip-group-remove_chip_two_select_collapsed text-input-group-filters-expanded-chip-group-chip_two_select_collapsed"
|
|
293
|
+
aria-label="Remove"
|
|
294
|
+
id="text-input-group-filters-expanded-chip-group-remove_chip_two_select_collapsed"
|
|
295
|
+
>
|
|
296
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
297
|
+
</button>
|
|
298
|
+
</span>
|
|
266
299
|
</div>
|
|
267
300
|
</li>
|
|
268
301
|
<li class="pf-c-chip-group__list-item">
|
|
269
302
|
<div class="pf-c-chip">
|
|
270
|
-
<span
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
303
|
+
<span class="pf-c-chip__content">
|
|
304
|
+
<span
|
|
305
|
+
class="pf-c-chip__text"
|
|
306
|
+
id="text-input-group-filters-expanded-chip-group-chip_three_select_collapsed"
|
|
307
|
+
>Chip three</span>
|
|
308
|
+
</span>
|
|
309
|
+
<span class="pf-c-chip__actions">
|
|
310
|
+
<button
|
|
311
|
+
class="pf-c-button pf-m-plain"
|
|
312
|
+
type="button"
|
|
313
|
+
aria-labelledby="text-input-group-filters-expanded-chip-group-remove_chip_three_select_collapsed text-input-group-filters-expanded-chip-group-chip_three_select_collapsed"
|
|
314
|
+
aria-label="Remove"
|
|
315
|
+
id="text-input-group-filters-expanded-chip-group-remove_chip_three_select_collapsed"
|
|
316
|
+
>
|
|
317
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
318
|
+
</button>
|
|
319
|
+
</span>
|
|
283
320
|
</div>
|
|
284
321
|
</li>
|
|
285
322
|
<li class="pf-c-chip-group__list-item">
|
|
286
323
|
<div class="pf-c-chip">
|
|
287
|
-
<span
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
324
|
+
<span class="pf-c-chip__content">
|
|
325
|
+
<span
|
|
326
|
+
class="pf-c-chip__text"
|
|
327
|
+
id="text-input-group-filters-expanded-chip-group-chip_four_select_collapsed"
|
|
328
|
+
>Chip four</span>
|
|
329
|
+
</span>
|
|
330
|
+
<span class="pf-c-chip__actions">
|
|
331
|
+
<button
|
|
332
|
+
class="pf-c-button pf-m-plain"
|
|
333
|
+
type="button"
|
|
334
|
+
aria-labelledby="text-input-group-filters-expanded-chip-group-remove_chip_four_select_collapsed text-input-group-filters-expanded-chip-group-chip_four_select_collapsed"
|
|
335
|
+
aria-label="Remove"
|
|
336
|
+
id="text-input-group-filters-expanded-chip-group-remove_chip_four_select_collapsed"
|
|
337
|
+
>
|
|
338
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
339
|
+
</button>
|
|
340
|
+
</span>
|
|
300
341
|
</div>
|
|
301
342
|
</li>
|
|
302
343
|
<li class="pf-c-chip-group__list-item">
|
|
303
344
|
<div class="pf-c-chip">
|
|
304
|
-
<span
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
345
|
+
<span class="pf-c-chip__content">
|
|
346
|
+
<span
|
|
347
|
+
class="pf-c-chip__text"
|
|
348
|
+
id="text-input-group-filters-expanded-chip-group-chip_five_select_collapsed"
|
|
349
|
+
>Chip five</span>
|
|
350
|
+
</span>
|
|
351
|
+
<span class="pf-c-chip__actions">
|
|
352
|
+
<button
|
|
353
|
+
class="pf-c-button pf-m-plain"
|
|
354
|
+
type="button"
|
|
355
|
+
aria-labelledby="text-input-group-filters-expanded-chip-group-remove_chip_five_select_collapsed text-input-group-filters-expanded-chip-group-chip_five_select_collapsed"
|
|
356
|
+
aria-label="Remove"
|
|
357
|
+
id="text-input-group-filters-expanded-chip-group-remove_chip_five_select_collapsed"
|
|
358
|
+
>
|
|
359
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
360
|
+
</button>
|
|
361
|
+
</span>
|
|
317
362
|
</div>
|
|
318
363
|
</li>
|
|
319
364
|
<li class="pf-c-chip-group__list-item">
|
|
320
365
|
<div class="pf-c-chip">
|
|
321
|
-
<span
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
366
|
+
<span class="pf-c-chip__content">
|
|
367
|
+
<span
|
|
368
|
+
class="pf-c-chip__text"
|
|
369
|
+
id="text-input-group-filters-expanded-chip-group-chip_six_select_collapsed"
|
|
370
|
+
>Chip six</span>
|
|
371
|
+
</span>
|
|
372
|
+
<span class="pf-c-chip__actions">
|
|
373
|
+
<button
|
|
374
|
+
class="pf-c-button pf-m-plain"
|
|
375
|
+
type="button"
|
|
376
|
+
aria-labelledby="text-input-group-filters-expanded-chip-group-remove_chip_six_select_collapsed text-input-group-filters-expanded-chip-group-chip_six_select_collapsed"
|
|
377
|
+
aria-label="Remove"
|
|
378
|
+
id="text-input-group-filters-expanded-chip-group-remove_chip_six_select_collapsed"
|
|
379
|
+
>
|
|
380
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
381
|
+
</button>
|
|
382
|
+
</span>
|
|
334
383
|
</div>
|
|
335
384
|
</li>
|
|
336
385
|
<li class="pf-c-chip-group__list-item">
|
|
337
386
|
<div class="pf-c-chip">
|
|
338
|
-
<span
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
387
|
+
<span class="pf-c-chip__content">
|
|
388
|
+
<span
|
|
389
|
+
class="pf-c-chip__text"
|
|
390
|
+
id="text-input-group-filters-expanded-chip-group-chip_seven_select_collapsed"
|
|
391
|
+
>Chip seven</span>
|
|
392
|
+
</span>
|
|
393
|
+
<span class="pf-c-chip__actions">
|
|
394
|
+
<button
|
|
395
|
+
class="pf-c-button pf-m-plain"
|
|
396
|
+
type="button"
|
|
397
|
+
aria-labelledby="text-input-group-filters-expanded-chip-group-remove_chip_seven_select_collapsed text-input-group-filters-expanded-chip-group-chip_seven_select_collapsed"
|
|
398
|
+
aria-label="Remove"
|
|
399
|
+
id="text-input-group-filters-expanded-chip-group-remove_chip_seven_select_collapsed"
|
|
400
|
+
>
|
|
401
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
402
|
+
</button>
|
|
403
|
+
</span>
|
|
351
404
|
</div>
|
|
352
405
|
</li>
|
|
353
406
|
<li class="pf-c-chip-group__list-item">
|
|
354
407
|
<div class="pf-c-chip">
|
|
355
|
-
<span
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
408
|
+
<span class="pf-c-chip__content">
|
|
409
|
+
<span
|
|
410
|
+
class="pf-c-chip__text"
|
|
411
|
+
id="text-input-group-filters-expanded-chip-group-chip_eight_select_collapsed"
|
|
412
|
+
>Chip eight</span>
|
|
413
|
+
</span>
|
|
414
|
+
<span class="pf-c-chip__actions">
|
|
415
|
+
<button
|
|
416
|
+
class="pf-c-button pf-m-plain"
|
|
417
|
+
type="button"
|
|
418
|
+
aria-labelledby="text-input-group-filters-expanded-chip-group-remove_chip_eight_select_collapsed text-input-group-filters-expanded-chip-group-chip_eight_select_collapsed"
|
|
419
|
+
aria-label="Remove"
|
|
420
|
+
id="text-input-group-filters-expanded-chip-group-remove_chip_eight_select_collapsed"
|
|
421
|
+
>
|
|
422
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
423
|
+
</button>
|
|
424
|
+
</span>
|
|
368
425
|
</div>
|
|
369
426
|
</li>
|
|
370
427
|
<li class="pf-c-chip-group__list-item">
|
|
371
428
|
<div class="pf-c-chip">
|
|
372
|
-
<span
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
429
|
+
<span class="pf-c-chip__content">
|
|
430
|
+
<span
|
|
431
|
+
class="pf-c-chip__text"
|
|
432
|
+
id="text-input-group-filters-expanded-chip-group-chip_nine_select_collapsed"
|
|
433
|
+
>Chip nine</span>
|
|
434
|
+
</span>
|
|
435
|
+
<span class="pf-c-chip__actions">
|
|
436
|
+
<button
|
|
437
|
+
class="pf-c-button pf-m-plain"
|
|
438
|
+
type="button"
|
|
439
|
+
aria-labelledby="text-input-group-filters-expanded-chip-group-remove_chip_nine_select_collapsed text-input-group-filters-expanded-chip-group-chip_nine_select_collapsed"
|
|
440
|
+
aria-label="Remove"
|
|
441
|
+
id="text-input-group-filters-expanded-chip-group-remove_chip_nine_select_collapsed"
|
|
442
|
+
>
|
|
443
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
444
|
+
</button>
|
|
445
|
+
</span>
|
|
385
446
|
</div>
|
|
386
447
|
</li>
|
|
387
448
|
<li class="pf-c-chip-group__list-item">
|
|
388
449
|
<div class="pf-c-chip">
|
|
389
|
-
<span
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
450
|
+
<span class="pf-c-chip__content">
|
|
451
|
+
<span
|
|
452
|
+
class="pf-c-chip__text"
|
|
453
|
+
id="text-input-group-filters-expanded-chip-group-chip_ten_select_collapsed"
|
|
454
|
+
>Chip ten</span>
|
|
455
|
+
</span>
|
|
456
|
+
<span class="pf-c-chip__actions">
|
|
457
|
+
<button
|
|
458
|
+
class="pf-c-button pf-m-plain"
|
|
459
|
+
type="button"
|
|
460
|
+
aria-labelledby="text-input-group-filters-expanded-chip-group-remove_chip_ten_select_collapsed text-input-group-filters-expanded-chip-group-chip_ten_select_collapsed"
|
|
461
|
+
aria-label="Remove"
|
|
462
|
+
id="text-input-group-filters-expanded-chip-group-remove_chip_ten_select_collapsed"
|
|
463
|
+
>
|
|
464
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
465
|
+
</button>
|
|
466
|
+
</span>
|
|
402
467
|
</div>
|
|
403
468
|
</li>
|
|
404
469
|
<li class="pf-c-chip-group__list-item">
|
|
405
470
|
<div class="pf-c-chip">
|
|
406
|
-
<span
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
471
|
+
<span class="pf-c-chip__content">
|
|
472
|
+
<span
|
|
473
|
+
class="pf-c-chip__text"
|
|
474
|
+
id="text-input-group-filters-expanded-chip-group-chip_eleven_select_collapsed"
|
|
475
|
+
>Chip eleven</span>
|
|
476
|
+
</span>
|
|
477
|
+
<span class="pf-c-chip__actions">
|
|
478
|
+
<button
|
|
479
|
+
class="pf-c-button pf-m-plain"
|
|
480
|
+
type="button"
|
|
481
|
+
aria-labelledby="text-input-group-filters-expanded-chip-group-remove_chip_eleven_select_collapsed text-input-group-filters-expanded-chip-group-chip_eleven_select_collapsed"
|
|
482
|
+
aria-label="Remove"
|
|
483
|
+
id="text-input-group-filters-expanded-chip-group-remove_chip_eleven_select_collapsed"
|
|
484
|
+
>
|
|
485
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
486
|
+
</button>
|
|
487
|
+
</span>
|
|
419
488
|
</div>
|
|
420
489
|
</li>
|
|
421
490
|
<li class="pf-c-chip-group__list-item">
|
|
422
491
|
<div class="pf-c-chip">
|
|
423
|
-
<span
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
492
|
+
<span class="pf-c-chip__content">
|
|
493
|
+
<span
|
|
494
|
+
class="pf-c-chip__text"
|
|
495
|
+
id="text-input-group-filters-expanded-chip-group-chip_twelve_select_collapsed"
|
|
496
|
+
>Chip twelve</span>
|
|
497
|
+
</span>
|
|
498
|
+
<span class="pf-c-chip__actions">
|
|
499
|
+
<button
|
|
500
|
+
class="pf-c-button pf-m-plain"
|
|
501
|
+
type="button"
|
|
502
|
+
aria-labelledby="text-input-group-filters-expanded-chip-group-remove_chip_twelve_select_collapsed text-input-group-filters-expanded-chip-group-chip_twelve_select_collapsed"
|
|
503
|
+
aria-label="Remove"
|
|
504
|
+
id="text-input-group-filters-expanded-chip-group-remove_chip_twelve_select_collapsed"
|
|
505
|
+
>
|
|
506
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
507
|
+
</button>
|
|
508
|
+
</span>
|
|
436
509
|
</div>
|
|
437
510
|
</li>
|
|
438
511
|
<li class="pf-c-chip-group__list-item">
|
|
439
512
|
<div class="pf-c-chip">
|
|
440
|
-
<span
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
513
|
+
<span class="pf-c-chip__content">
|
|
514
|
+
<span
|
|
515
|
+
class="pf-c-chip__text"
|
|
516
|
+
id="text-input-group-filters-expanded-chip-group-chip_thirteen_select_collapsed"
|
|
517
|
+
>Chip thirteen</span>
|
|
518
|
+
</span>
|
|
519
|
+
<span class="pf-c-chip__actions">
|
|
520
|
+
<button
|
|
521
|
+
class="pf-c-button pf-m-plain"
|
|
522
|
+
type="button"
|
|
523
|
+
aria-labelledby="text-input-group-filters-expanded-chip-group-remove_chip_thirteen_select_collapsed text-input-group-filters-expanded-chip-group-chip_thirteen_select_collapsed"
|
|
524
|
+
aria-label="Remove"
|
|
525
|
+
id="text-input-group-filters-expanded-chip-group-remove_chip_thirteen_select_collapsed"
|
|
526
|
+
>
|
|
527
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
528
|
+
</button>
|
|
529
|
+
</span>
|
|
453
530
|
</div>
|
|
454
531
|
</li>
|
|
455
532
|
<li class="pf-c-chip-group__list-item">
|
|
456
533
|
<div class="pf-c-chip">
|
|
457
|
-
<span
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
534
|
+
<span class="pf-c-chip__content">
|
|
535
|
+
<span
|
|
536
|
+
class="pf-c-chip__text"
|
|
537
|
+
id="text-input-group-filters-expanded-chip-group-chip_fourteen_select_collapsed"
|
|
538
|
+
>Chip fourteen</span>
|
|
539
|
+
</span>
|
|
540
|
+
<span class="pf-c-chip__actions">
|
|
541
|
+
<button
|
|
542
|
+
class="pf-c-button pf-m-plain"
|
|
543
|
+
type="button"
|
|
544
|
+
aria-labelledby="text-input-group-filters-expanded-chip-group-remove_chip_fourteen_select_collapsed text-input-group-filters-expanded-chip-group-chip_fourteen_select_collapsed"
|
|
545
|
+
aria-label="Remove"
|
|
546
|
+
id="text-input-group-filters-expanded-chip-group-remove_chip_fourteen_select_collapsed"
|
|
547
|
+
>
|
|
548
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
549
|
+
</button>
|
|
550
|
+
</span>
|
|
470
551
|
</div>
|
|
471
552
|
</li>
|
|
472
553
|
</ul>
|
|
@@ -530,9 +611,9 @@ cssPrefix: pf-c-text-input-group
|
|
|
530
611
|
</span>
|
|
531
612
|
<input
|
|
532
613
|
class="pf-c-text-input-group__text-input"
|
|
533
|
-
type="
|
|
534
|
-
value
|
|
614
|
+
type="search"
|
|
535
615
|
placeholder="Find by name"
|
|
616
|
+
value
|
|
536
617
|
aria-label="Type to filter"
|
|
537
618
|
/>
|
|
538
619
|
</span>
|
|
@@ -552,9 +633,9 @@ cssPrefix: pf-c-text-input-group
|
|
|
552
633
|
</span>
|
|
553
634
|
<input
|
|
554
635
|
class="pf-c-text-input-group__text-input"
|
|
555
|
-
type="
|
|
556
|
-
value="Joh"
|
|
636
|
+
type="search"
|
|
557
637
|
placeholder="Find by name"
|
|
638
|
+
value="Joh"
|
|
558
639
|
aria-label="Type to filter"
|
|
559
640
|
/>
|
|
560
641
|
</span>
|
|
@@ -583,9 +664,9 @@ cssPrefix: pf-c-text-input-group
|
|
|
583
664
|
</span>
|
|
584
665
|
<input
|
|
585
666
|
class="pf-c-text-input-group__text-input"
|
|
586
|
-
type="
|
|
587
|
-
value="John Doe"
|
|
667
|
+
type="search"
|
|
588
668
|
placeholder="Find by name"
|
|
669
|
+
value="John Doe"
|
|
589
670
|
aria-label="Type to filter"
|
|
590
671
|
/>
|
|
591
672
|
</span>
|
|
@@ -615,9 +696,9 @@ cssPrefix: pf-c-text-input-group
|
|
|
615
696
|
</span>
|
|
616
697
|
<input
|
|
617
698
|
class="pf-c-text-input-group__text-input"
|
|
618
|
-
type="
|
|
619
|
-
value="John Doe"
|
|
699
|
+
type="search"
|
|
620
700
|
placeholder="Find by name"
|
|
701
|
+
value="John Doe"
|
|
621
702
|
aria-label="Type to filter"
|
|
622
703
|
/>
|
|
623
704
|
</span>
|
|
@@ -642,34 +723,44 @@ cssPrefix: pf-c-text-input-group
|
|
|
642
723
|
<h3>Collapsed</h3>
|
|
643
724
|
<br />
|
|
644
725
|
<div class="pf-c-input-group pf-m-plain">
|
|
645
|
-
<
|
|
646
|
-
<
|
|
647
|
-
|
|
726
|
+
<div class="pf-c-input-group__item pf-m-plain">
|
|
727
|
+
<button
|
|
728
|
+
class="pf-c-button pf-m-plain"
|
|
729
|
+
type="button"
|
|
730
|
+
aria-label="Open search"
|
|
731
|
+
>
|
|
732
|
+
<i class="fas fa-fw fa-search" aria-hidden="true"></i>
|
|
733
|
+
</button>
|
|
734
|
+
</div>
|
|
648
735
|
</div>
|
|
649
736
|
<br />
|
|
650
737
|
<br />
|
|
651
738
|
<h3>Expanded</h3>
|
|
652
739
|
<br />
|
|
653
740
|
<div class="pf-c-input-group pf-m-plain">
|
|
654
|
-
<div class="pf-c-
|
|
655
|
-
<div class="pf-c-text-input-
|
|
656
|
-
<
|
|
657
|
-
<span class="pf-c-text-input-
|
|
658
|
-
<
|
|
741
|
+
<div class="pf-c-input-group__item pf-m-fill">
|
|
742
|
+
<div class="pf-c-text-input-group">
|
|
743
|
+
<div class="pf-c-text-input-group__main pf-m-icon">
|
|
744
|
+
<span class="pf-c-text-input-group__text">
|
|
745
|
+
<span class="pf-c-text-input-group__icon">
|
|
746
|
+
<i class="fas fa-fw fa-search"></i>
|
|
747
|
+
</span>
|
|
748
|
+
<input
|
|
749
|
+
class="pf-c-text-input-group__text-input"
|
|
750
|
+
type="search"
|
|
751
|
+
placeholder="Search"
|
|
752
|
+
value
|
|
753
|
+
aria-label="Type to filter"
|
|
754
|
+
/>
|
|
659
755
|
</span>
|
|
660
|
-
|
|
661
|
-
class="pf-c-text-input-group__text-input"
|
|
662
|
-
type="text"
|
|
663
|
-
value
|
|
664
|
-
placeholder="Search"
|
|
665
|
-
aria-label="Type to filter"
|
|
666
|
-
/>
|
|
667
|
-
</span>
|
|
756
|
+
</div>
|
|
668
757
|
</div>
|
|
669
758
|
</div>
|
|
670
|
-
<
|
|
671
|
-
<
|
|
672
|
-
|
|
759
|
+
<div class="pf-c-input-group__item pf-m-plain">
|
|
760
|
+
<button class="pf-c-button pf-m-plain" type="button" aria-label="Close">
|
|
761
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
762
|
+
</button>
|
|
763
|
+
</div>
|
|
673
764
|
</div>
|
|
674
765
|
|
|
675
766
|
```
|
|
@@ -678,25 +769,29 @@ cssPrefix: pf-c-text-input-group
|
|
|
678
769
|
|
|
679
770
|
```html
|
|
680
771
|
<div class="pf-c-input-group">
|
|
681
|
-
<div class="pf-c-
|
|
682
|
-
<div class="pf-c-text-input-
|
|
683
|
-
<
|
|
684
|
-
<span class="pf-c-text-input-
|
|
685
|
-
<
|
|
772
|
+
<div class="pf-c-input-group__item pf-m-fill">
|
|
773
|
+
<div class="pf-c-text-input-group">
|
|
774
|
+
<div class="pf-c-text-input-group__main pf-m-icon">
|
|
775
|
+
<span class="pf-c-text-input-group__text">
|
|
776
|
+
<span class="pf-c-text-input-group__icon">
|
|
777
|
+
<i class="fas fa-fw fa-search"></i>
|
|
778
|
+
</span>
|
|
779
|
+
<input
|
|
780
|
+
class="pf-c-text-input-group__text-input"
|
|
781
|
+
type="search"
|
|
782
|
+
placeholder="Find by name"
|
|
783
|
+
value
|
|
784
|
+
aria-label="Type to filter"
|
|
785
|
+
/>
|
|
686
786
|
</span>
|
|
687
|
-
|
|
688
|
-
class="pf-c-text-input-group__text-input"
|
|
689
|
-
type="text"
|
|
690
|
-
value
|
|
691
|
-
placeholder="Find by name"
|
|
692
|
-
aria-label="Type to filter"
|
|
693
|
-
/>
|
|
694
|
-
</span>
|
|
787
|
+
</div>
|
|
695
788
|
</div>
|
|
696
789
|
</div>
|
|
697
|
-
<
|
|
698
|
-
<
|
|
699
|
-
|
|
790
|
+
<div class="pf-c-input-group__item">
|
|
791
|
+
<button class="pf-c-button pf-m-control" type="submit" aria-label="Search">
|
|
792
|
+
<i class="fas fa-arrow-right" aria-hidden="true"></i>
|
|
793
|
+
</button>
|
|
794
|
+
</div>
|
|
700
795
|
</div>
|
|
701
796
|
|
|
702
797
|
```
|
|
@@ -705,41 +800,47 @@ cssPrefix: pf-c-text-input-group
|
|
|
705
800
|
|
|
706
801
|
```html
|
|
707
802
|
<div class="pf-c-input-group">
|
|
708
|
-
<div class="pf-c-
|
|
709
|
-
<div class="pf-c-text-input-
|
|
710
|
-
<
|
|
711
|
-
<span class="pf-c-text-input-
|
|
712
|
-
<
|
|
803
|
+
<div class="pf-c-input-group__item pf-m-fill">
|
|
804
|
+
<div class="pf-c-text-input-group">
|
|
805
|
+
<div class="pf-c-text-input-group__main pf-m-icon">
|
|
806
|
+
<span class="pf-c-text-input-group__text">
|
|
807
|
+
<span class="pf-c-text-input-group__icon">
|
|
808
|
+
<i class="fas fa-fw fa-search"></i>
|
|
809
|
+
</span>
|
|
810
|
+
<input
|
|
811
|
+
class="pf-c-text-input-group__text-input"
|
|
812
|
+
type="search"
|
|
813
|
+
value="username:root firstname:ned"
|
|
814
|
+
aria-label="Type to filter"
|
|
815
|
+
/>
|
|
713
816
|
</span>
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
class="pf-c-button pf-m-plain"
|
|
725
|
-
type="button"
|
|
726
|
-
aria-label="Clear input"
|
|
727
|
-
>
|
|
728
|
-
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
729
|
-
</button>
|
|
817
|
+
</div>
|
|
818
|
+
<div class="pf-c-text-input-group__utilities">
|
|
819
|
+
<button
|
|
820
|
+
class="pf-c-button pf-m-plain"
|
|
821
|
+
type="button"
|
|
822
|
+
aria-label="Clear input"
|
|
823
|
+
>
|
|
824
|
+
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
825
|
+
</button>
|
|
826
|
+
</div>
|
|
730
827
|
</div>
|
|
731
828
|
</div>
|
|
732
|
-
<
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
829
|
+
<div class="pf-c-input-group__item">
|
|
830
|
+
<button
|
|
831
|
+
class="pf-c-button pf-m-control"
|
|
832
|
+
type="button"
|
|
833
|
+
aria-expanded="false"
|
|
834
|
+
aria-label="Advanced search"
|
|
835
|
+
>
|
|
836
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
837
|
+
</button>
|
|
838
|
+
</div>
|
|
839
|
+
<div class="pf-c-input-group__item">
|
|
840
|
+
<button class="pf-c-button pf-m-control" type="submit" aria-label="Search">
|
|
841
|
+
<i class="fas fa-arrow-right" aria-hidden="true"></i>
|
|
842
|
+
</button>
|
|
843
|
+
</div>
|
|
743
844
|
</div>
|
|
744
845
|
|
|
745
846
|
```
|
|
@@ -748,41 +849,47 @@ cssPrefix: pf-c-text-input-group
|
|
|
748
849
|
|
|
749
850
|
```html
|
|
750
851
|
<div class="pf-c-input-group">
|
|
751
|
-
<div class="pf-c-
|
|
752
|
-
<div class="pf-c-text-input-
|
|
753
|
-
<
|
|
754
|
-
<span class="pf-c-text-input-
|
|
755
|
-
<
|
|
852
|
+
<div class="pf-c-input-group__item pf-m-fill">
|
|
853
|
+
<div class="pf-c-text-input-group">
|
|
854
|
+
<div class="pf-c-text-input-group__main pf-m-icon">
|
|
855
|
+
<span class="pf-c-text-input-group__text">
|
|
856
|
+
<span class="pf-c-text-input-group__icon">
|
|
857
|
+
<i class="fas fa-fw fa-search"></i>
|
|
858
|
+
</span>
|
|
859
|
+
<input
|
|
860
|
+
class="pf-c-text-input-group__text-input"
|
|
861
|
+
type="search"
|
|
862
|
+
value="username:root firstname:ned"
|
|
863
|
+
aria-label="Type to filter"
|
|
864
|
+
/>
|
|
756
865
|
</span>
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
class="pf-c-button pf-m-plain"
|
|
768
|
-
type="button"
|
|
769
|
-
aria-label="Clear input"
|
|
770
|
-
>
|
|
771
|
-
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
772
|
-
</button>
|
|
866
|
+
</div>
|
|
867
|
+
<div class="pf-c-text-input-group__utilities">
|
|
868
|
+
<button
|
|
869
|
+
class="pf-c-button pf-m-plain"
|
|
870
|
+
type="button"
|
|
871
|
+
aria-label="Clear input"
|
|
872
|
+
>
|
|
873
|
+
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
874
|
+
</button>
|
|
875
|
+
</div>
|
|
773
876
|
</div>
|
|
774
877
|
</div>
|
|
775
|
-
<
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
878
|
+
<div class="pf-c-input-group__item">
|
|
879
|
+
<button
|
|
880
|
+
class="pf-c-button pf-m-control pf-m-expanded"
|
|
881
|
+
type="button"
|
|
882
|
+
aria-expanded="true"
|
|
883
|
+
aria-label="Advanced search"
|
|
884
|
+
>
|
|
885
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
886
|
+
</button>
|
|
887
|
+
</div>
|
|
888
|
+
<div class="pf-c-input-group__item">
|
|
889
|
+
<button class="pf-c-button pf-m-control" type="submit" aria-label="Search">
|
|
890
|
+
<i class="fas fa-arrow-right" aria-hidden="true"></i>
|
|
891
|
+
</button>
|
|
892
|
+
</div>
|
|
786
893
|
</div>
|
|
787
894
|
|
|
788
895
|
<div class="pf-c-panel pf-m-raised">
|
|
@@ -879,7 +986,7 @@ cssPrefix: pf-c-text-input-group
|
|
|
879
986
|
</span>
|
|
880
987
|
<input
|
|
881
988
|
class="pf-c-text-input-group__text-input"
|
|
882
|
-
type="
|
|
989
|
+
type="search"
|
|
883
990
|
value="app"
|
|
884
991
|
aria-label="Type to filter"
|
|
885
992
|
/>
|
|
@@ -944,7 +1051,7 @@ cssPrefix: pf-c-text-input-group
|
|
|
944
1051
|
</span>
|
|
945
1052
|
<input
|
|
946
1053
|
class="pf-c-text-input-group__text-input pf-m-hint"
|
|
947
|
-
type="
|
|
1054
|
+
type="search"
|
|
948
1055
|
value="appleseed"
|
|
949
1056
|
disabled
|
|
950
1057
|
aria-hidden="true"
|
|
@@ -983,41 +1090,51 @@ cssPrefix: pf-c-text-input-group
|
|
|
983
1090
|
```html
|
|
984
1091
|
<div class="ws-example-wrapper">
|
|
985
1092
|
<div class="pf-c-input-group">
|
|
986
|
-
<div class="pf-c-
|
|
987
|
-
<div class="pf-c-text-input-
|
|
988
|
-
<
|
|
989
|
-
<span class="pf-c-text-input-
|
|
990
|
-
<
|
|
1093
|
+
<div class="pf-c-input-group__item pf-m-fill">
|
|
1094
|
+
<div class="pf-c-text-input-group">
|
|
1095
|
+
<div class="pf-c-text-input-group__main pf-m-icon">
|
|
1096
|
+
<span class="pf-c-text-input-group__text">
|
|
1097
|
+
<span class="pf-c-text-input-group__icon">
|
|
1098
|
+
<i class="fas fa-fw fa-search"></i>
|
|
1099
|
+
</span>
|
|
1100
|
+
<input
|
|
1101
|
+
class="pf-c-text-input-group__text-input"
|
|
1102
|
+
type="search"
|
|
1103
|
+
value="username:root firstname:n"
|
|
1104
|
+
aria-label="Type to filter"
|
|
1105
|
+
/>
|
|
991
1106
|
</span>
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
class="pf-c-button pf-m-plain"
|
|
1003
|
-
type="button"
|
|
1004
|
-
aria-label="Clear input"
|
|
1005
|
-
>
|
|
1006
|
-
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1007
|
-
</button>
|
|
1107
|
+
</div>
|
|
1108
|
+
<div class="pf-c-text-input-group__utilities">
|
|
1109
|
+
<button
|
|
1110
|
+
class="pf-c-button pf-m-plain"
|
|
1111
|
+
type="button"
|
|
1112
|
+
aria-label="Clear input"
|
|
1113
|
+
>
|
|
1114
|
+
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1115
|
+
</button>
|
|
1116
|
+
</div>
|
|
1008
1117
|
</div>
|
|
1009
1118
|
</div>
|
|
1010
|
-
<
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1119
|
+
<div class="pf-c-input-group__item">
|
|
1120
|
+
<button
|
|
1121
|
+
class="pf-c-button pf-m-control pf-m-expanded"
|
|
1122
|
+
type="button"
|
|
1123
|
+
aria-expanded="true"
|
|
1124
|
+
aria-label="Advanced search"
|
|
1125
|
+
>
|
|
1126
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1127
|
+
</button>
|
|
1128
|
+
</div>
|
|
1129
|
+
<div class="pf-c-input-group__item">
|
|
1130
|
+
<button
|
|
1131
|
+
class="pf-c-button pf-m-control"
|
|
1132
|
+
type="submit"
|
|
1133
|
+
aria-label="Search"
|
|
1134
|
+
>
|
|
1135
|
+
<i class="fas fa-arrow-right" aria-hidden="true"></i>
|
|
1136
|
+
</button>
|
|
1137
|
+
</div>
|
|
1021
1138
|
</div>
|
|
1022
1139
|
|
|
1023
1140
|
<div class="pf-c-panel pf-m-raised">
|