@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.
Files changed (340) hide show
  1. package/RELEASE-NOTES.md +18 -1
  2. package/assets/icons/iconUnicodes.json +1 -0
  3. package/assets/images/pfbg-icon.svg +1 -0
  4. package/assets/pficon/pficon.scss +7 -2
  5. package/assets/pficon/pficon.woff2 +0 -0
  6. package/base/_base.scss +0 -18
  7. package/base/_chart-globals.scss +0 -4
  8. package/base/_common.scss +0 -22
  9. package/base/_fa-icons.scss +1 -2
  10. package/base/_fonts.scss +22 -27
  11. package/base/_globals.scss +92 -86
  12. package/base/_icons.scss +1 -28
  13. package/base/_svg-icons.scss +6 -0
  14. package/base/_variables.scss +4 -4
  15. package/base/patternfly-common.css +0 -10
  16. package/base/patternfly-fa-icons.css +1 -1
  17. package/base/patternfly-fonts.css +17 -17
  18. package/base/patternfly-globals.css +35 -41
  19. package/base/patternfly-icons.css +8 -22
  20. package/base/patternfly-pf-icons.css +6 -2
  21. package/base/patternfly-themes.css +0 -42
  22. package/base/patternfly-variables.css +3 -3
  23. package/base/themes/dark/_globals.scss +1 -1
  24. package/base/themes/dark/_variables.scss +1 -1
  25. package/components/AboutModalBox/about-modal-box.css +20 -50
  26. package/components/AboutModalBox/about-modal-box.scss +22 -14
  27. package/components/Accordion/accordion.css +2 -0
  28. package/components/Accordion/accordion.scss +2 -0
  29. package/components/Alert/alert.css +17 -8
  30. package/components/Alert/alert.scss +21 -7
  31. package/components/Alert/themes/dark/alert.scss +1 -1
  32. package/components/AppLauncher/app-launcher.css +2 -0
  33. package/components/AppLauncher/app-launcher.scss +2 -0
  34. package/components/Avatar/avatar.scss +2 -2
  35. package/components/BackgroundImage/background-image.css +8 -35
  36. package/components/BackgroundImage/background-image.scss +17 -43
  37. package/components/Banner/banner.css +14 -52
  38. package/components/Banner/banner.scss +9 -13
  39. package/components/Breadcrumb/breadcrumb.css +2 -0
  40. package/components/Breadcrumb/breadcrumb.scss +2 -0
  41. package/components/CalendarMonth/calendar-month.css +2 -2
  42. package/components/CalendarMonth/calendar-month.scss +3 -3
  43. package/components/Card/card.css +115 -50
  44. package/components/Card/card.scss +164 -63
  45. package/components/Chip/chip.css +33 -24
  46. package/components/Chip/chip.scss +40 -31
  47. package/components/ChipGroup/chip-group.css +27 -17
  48. package/components/ChipGroup/chip-group.scss +36 -22
  49. package/components/Content/content.css +11 -5
  50. package/components/Content/content.scss +17 -9
  51. package/components/ContextSelector/context-selector.css +13 -6
  52. package/components/ContextSelector/context-selector.scss +14 -7
  53. package/components/DataList/data-list-grid.css +7 -7
  54. package/components/DataList/data-list-grid.scss +1 -1
  55. package/components/DataList/data-list.css +46 -40
  56. package/components/DataList/data-list.scss +37 -28
  57. package/components/DatePicker/date-picker.css +0 -8
  58. package/components/DatePicker/date-picker.scss +0 -9
  59. package/components/DescriptionList/description-list.css +7 -7
  60. package/components/DescriptionList/description-list.scss +7 -7
  61. package/components/Divider/divider.css +2 -2
  62. package/components/Divider/divider.scss +3 -3
  63. package/components/Drawer/drawer.css +15 -16
  64. package/components/Drawer/drawer.scss +2 -3
  65. package/components/Dropdown/dropdown.css +26 -25
  66. package/components/Dropdown/dropdown.scss +17 -18
  67. package/components/DualListSelector/dual-list-selector.css +1 -1
  68. package/components/DualListSelector/dual-list-selector.scss +1 -1
  69. package/components/EmptyState/empty-state.css +46 -52
  70. package/components/EmptyState/empty-state.scss +58 -57
  71. package/components/ExpandableSection/expandable-section.css +2 -0
  72. package/components/ExpandableSection/expandable-section.scss +2 -0
  73. package/components/Form/form.css +14 -12
  74. package/components/Form/form.scss +9 -7
  75. package/components/FormControl/form-control.css +2 -5
  76. package/components/FormControl/themes/dark/form-control.scss +2 -6
  77. package/components/HelperText/helper-text.css +4 -0
  78. package/components/HelperText/helper-text.scss +5 -0
  79. package/components/Hint/hint.css +2 -2
  80. package/components/Hint/hint.scss +2 -2
  81. package/components/Icon/icon.css +3 -3
  82. package/components/Icon/icon.scss +3 -3
  83. package/components/InputGroup/input-group.css +61 -85
  84. package/components/InputGroup/input-group.scss +55 -61
  85. package/components/InputGroup/themes/dark/input-group.scss +11 -25
  86. package/components/Label/label.css +49 -36
  87. package/components/Label/label.scss +53 -38
  88. package/components/Label/themes/dark/label.scss +2 -2
  89. package/components/LabelGroup/label-group.css +26 -22
  90. package/components/LabelGroup/label-group.scss +31 -26
  91. package/components/LogViewer/log-viewer.css +0 -38
  92. package/components/Login/login.css +20 -60
  93. package/components/Login/login.scss +16 -18
  94. package/components/Login/themes/dark/login.scss +4 -0
  95. package/components/Masthead/masthead.css +4 -42
  96. package/components/Masthead/masthead.scss +4 -4
  97. package/components/Menu/menu.css +9 -6
  98. package/components/Menu/menu.scss +34 -31
  99. package/components/MenuToggle/menu-toggle.css +3 -1
  100. package/components/MenuToggle/menu-toggle.scss +3 -1
  101. package/components/ModalBox/modal-box.css +12 -11
  102. package/components/ModalBox/modal-box.scss +14 -14
  103. package/components/MultipleFileUpload/multiple-file-upload.css +6 -6
  104. package/components/MultipleFileUpload/multiple-file-upload.scss +6 -6
  105. package/components/Nav/nav.css +1 -1
  106. package/components/Nav/nav.scss +2 -2
  107. package/components/NotificationDrawer/notification-drawer.css +8 -8
  108. package/components/NotificationDrawer/notification-drawer.scss +8 -8
  109. package/components/OptionsMenu/options-menu.css +8 -10
  110. package/components/OptionsMenu/options-menu.scss +9 -11
  111. package/components/Page/page.css +101 -122
  112. package/components/Page/page.scss +49 -21
  113. package/components/Pagination/pagination.css +2 -110
  114. package/components/Pagination/pagination.scss +0 -6
  115. package/components/Popover/popover.css +31 -37
  116. package/components/Popover/popover.scss +32 -37
  117. package/components/Popover/themes/dark/popover.scss +3 -9
  118. package/components/Progress/progress.css +13 -10
  119. package/components/Progress/progress.scss +13 -10
  120. package/components/ProgressStepper/progress-stepper.css +5 -5
  121. package/components/ProgressStepper/progress-stepper.scss +5 -5
  122. package/components/SearchInput/search-input.css +4 -2
  123. package/components/SearchInput/search-input.scss +4 -2
  124. package/components/Select/select.css +1 -1
  125. package/components/Select/select.scss +1 -1
  126. package/components/Sidebar/sidebar.css +69 -26
  127. package/components/Sidebar/sidebar.scss +84 -27
  128. package/components/SimpleList/simple-list.css +1 -1
  129. package/components/SimpleList/simple-list.scss +2 -2
  130. package/components/Spinner/spinner.css +4 -4
  131. package/components/Spinner/spinner.scss +4 -4
  132. package/components/Table/table-grid.css +28 -28
  133. package/components/Table/table-scrollable.css +31 -26
  134. package/components/Table/table-scrollable.scss +33 -28
  135. package/components/Table/table-tree-view.css +14 -4
  136. package/components/Table/table-tree-view.scss +15 -0
  137. package/components/Table/table.css +67 -65
  138. package/components/Table/table.scss +65 -62
  139. package/components/Tabs/tabs.css +0 -4
  140. package/components/Tabs/tabs.scss +0 -7
  141. package/components/TextInputGroup/text-input-group.css +6 -4
  142. package/components/TextInputGroup/text-input-group.scss +6 -5
  143. package/components/Tile/tile.css +1 -1
  144. package/components/Tile/tile.scss +1 -1
  145. package/components/Timestamp/timestamp.css +3 -3
  146. package/components/Timestamp/timestamp.scss +3 -3
  147. package/components/Toolbar/toolbar.css +78 -43
  148. package/components/Toolbar/toolbar.scss +50 -10
  149. package/components/Tooltip/themes/dark/tooltip.scss +1 -11
  150. package/components/Tooltip/tooltip.css +7 -12
  151. package/components/Tooltip/tooltip.scss +6 -3
  152. package/components/TreeView/tree-view.css +7 -15
  153. package/components/TreeView/tree-view.scss +7 -18
  154. package/components/Wizard/wizard.css +16 -39
  155. package/components/Wizard/wizard.scss +20 -2
  156. package/docs/components/AboutModalBox/examples/AboutModalBox.md +20 -14
  157. package/docs/components/Accordion/examples/Accordion.md +12 -12
  158. package/docs/components/ActionList/examples/ActionList.md +6 -6
  159. package/docs/components/Alert/examples/Alert.md +29 -29
  160. package/docs/components/AlertGroup/examples/AlertGroup.md +15 -15
  161. package/docs/components/AppLauncher/examples/application-launcher.md +52 -46
  162. package/docs/components/Avatar/examples/Avatar.md +11 -11
  163. package/docs/components/BackToTop/examples/BackToTop.md +4 -4
  164. package/docs/components/Backdrop/examples/Backdrop.md +4 -4
  165. package/docs/components/BackgroundImage/examples/BackgroundImage.md +13 -29
  166. package/docs/components/Badge/examples/Badge.md +5 -5
  167. package/docs/components/Banner/examples/Banner.md +8 -8
  168. package/docs/components/Brand/examples/Brand.md +9 -9
  169. package/docs/components/Breadcrumb/examples/Breadcrumb.md +20 -20
  170. package/docs/components/Button/examples/Button.md +35 -35
  171. package/docs/components/CalendarMonth/examples/CalendarMonth.md +301 -284
  172. package/docs/components/Card/examples/Card.md +676 -116
  173. package/docs/components/Check/examples/Check.md +16 -19
  174. package/docs/components/Chip/examples/Chip.md +70 -52
  175. package/docs/components/ChipGroup/examples/ChipGroup.md +452 -673
  176. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +22 -22
  177. package/docs/components/CodeBlock/examples/CodeBlock.md +9 -9
  178. package/docs/components/CodeEditor/examples/CodeEditor.md +54 -35
  179. package/docs/components/Content/examples/Content.md +37 -9
  180. package/docs/components/ContextSelector/examples/context-selector.css +5 -1
  181. package/docs/components/ContextSelector/examples/context-selector.md +87 -80
  182. package/docs/components/DataList/examples/DataList.md +239 -202
  183. package/docs/components/DatePicker/examples/DatePicker.md +139 -104
  184. package/docs/components/DescriptionList/examples/DescriptionList.md +24 -24
  185. package/docs/components/Divider/examples/Divider.md +10 -10
  186. package/docs/components/DragDrop/examples/DragDrop.md +5 -5
  187. package/docs/components/Drawer/examples/Drawer.md +43 -43
  188. package/docs/components/Dropdown/examples/Dropdown.css +5 -2
  189. package/docs/components/Dropdown/examples/Dropdown.md +125 -100
  190. package/docs/components/DualListSelector/examples/DualListSelector.md +201 -197
  191. package/docs/components/EmptyState/examples/EmptyState.md +130 -82
  192. package/docs/components/ExpandableSection/examples/ExpandableSection.md +23 -23
  193. package/docs/components/FileUpload/examples/FileUpload.md +146 -105
  194. package/docs/components/Form/examples/Form.md +152 -130
  195. package/docs/components/FormControl/examples/FormControl.md +21 -20
  196. package/docs/components/HelperText/examples/HelperText.md +24 -35
  197. package/docs/components/Hint/examples/Hint.md +7 -7
  198. package/docs/components/Icon/examples/Icon.md +11 -12
  199. package/docs/components/InlineEdit/examples/InlineEdit.md +29 -27
  200. package/docs/components/InputGroup/examples/InputGroup.md +229 -179
  201. package/docs/components/JumpLinks/examples/JumpLinks.md +35 -35
  202. package/docs/components/Label/examples/Label.md +1427 -746
  203. package/docs/components/LabelGroup/examples/LabelGroup.md +295 -242
  204. package/docs/components/List/examples/List.md +18 -18
  205. package/docs/components/LogViewer/examples/LogViewer.md +79 -74
  206. package/docs/components/Login/examples/Login.md +103 -181
  207. package/docs/components/Masthead/examples/masthead.md +9 -9
  208. package/docs/components/Menu/examples/Menu.md +83 -80
  209. package/docs/components/MenuToggle/examples/MenuToggle.md +29 -28
  210. package/docs/components/ModalBox/examples/ModalBox.md +113 -92
  211. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +27 -26
  212. package/docs/components/Nav/examples/Navigation.md +69 -69
  213. package/docs/components/NotificationBadge/examples/NotificationBadge.md +8 -8
  214. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +64 -64
  215. package/docs/components/NumberInput/examples/NumberInput.md +311 -239
  216. package/docs/components/OptionsMenu/examples/options-menu.md +28 -28
  217. package/docs/components/OverflowMenu/examples/overflow-menu.md +25 -25
  218. package/docs/components/Page/examples/Page.css +7 -1
  219. package/docs/components/Page/examples/Page.md +81 -54
  220. package/docs/components/Pagination/examples/Pagination.md +27 -27
  221. package/docs/components/Panel/examples/Panel.md +10 -10
  222. package/docs/components/Popover/examples/Popover.md +206 -149
  223. package/docs/components/Progress/examples/Progress.md +32 -61
  224. package/docs/components/ProgressStepper/examples/ProgressStepper.md +45 -39
  225. package/docs/components/Radio/examples/Radio.md +12 -11
  226. package/docs/components/SearchInput/examples/SearchInput.md +185 -148
  227. package/docs/components/Select/examples/Select.md +368 -313
  228. package/docs/components/Sidebar/examples/Sidebar.md +70 -14
  229. package/docs/components/SimpleList/examples/SimpleList.md +15 -15
  230. package/docs/components/Skeleton/examples/Skeleton.md +8 -8
  231. package/docs/components/SkipToContent/examples/SkipToContent.md +5 -5
  232. package/docs/components/Slider/examples/Slider.md +84 -62
  233. package/docs/components/Spinner/examples/Spinner.md +24 -24
  234. package/docs/components/Switch/examples/Switch.md +19 -19
  235. package/docs/components/TabContent/examples/TabContent.md +13 -13
  236. package/docs/components/Table/examples/Table.css +4 -0
  237. package/docs/components/Table/examples/Table.md +5212 -5750
  238. package/docs/components/Tabs/examples/Tabs.md +155 -155
  239. package/docs/components/TextInputGroup/examples/TextInputGroup.md +523 -406
  240. package/docs/components/Tile/examples/Tile.md +16 -17
  241. package/docs/components/Timestamp/examples/Timestamp.md +5 -5
  242. package/docs/components/Title/examples/Title.md +17 -17
  243. package/docs/components/ToggleGroup/examples/toggle-group.md +13 -13
  244. package/docs/components/Toolbar/examples/Toolbar.md +848 -726
  245. package/docs/components/Tooltip/examples/Tooltip.md +10 -10
  246. package/docs/components/TreeView/examples/TreeView.md +34 -34
  247. package/docs/components/Truncate/examples/Truncate.md +4 -5
  248. package/docs/components/Wizard/examples/Wizard.md +119 -127
  249. package/docs/demos/AboutModal/examples/AboutModal.md +4 -5
  250. package/docs/demos/Alert/examples/Alert.md +118 -71
  251. package/docs/demos/BackToTop/examples/BackToTop.md +4 -4
  252. package/docs/demos/Banner/examples/Banner.md +8 -9
  253. package/docs/demos/Card/examples/Card.md +216 -153
  254. package/docs/demos/CardView/examples/CardView.md +57 -30
  255. package/docs/demos/ContextSelector/examples/ContextSelector.md +18 -18
  256. package/docs/demos/Dashboard/examples/Dashboard.md +51 -33
  257. package/docs/demos/DataList/examples/DataList.md +312 -255
  258. package/docs/demos/DescriptionList/examples/DescriptionList.md +33 -22
  259. package/docs/demos/Drawer/examples/Drawer.md +24 -22
  260. package/docs/demos/Form/examples/BasicForms.md +220 -213
  261. package/docs/demos/HelperText/examples/HelperText.md +16 -14
  262. package/docs/demos/JumpLinks/examples/JumpLinks.md +28 -28
  263. package/docs/demos/Masthead/examples/Masthead.md +302 -284
  264. package/docs/demos/Modal/examples/Modal.md +54 -66
  265. package/docs/demos/Nav/examples/Nav.md +47 -47
  266. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +70 -58
  267. package/docs/demos/Page/examples/Page.md +982 -51
  268. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +22 -18
  269. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +121 -106
  270. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +345 -311
  271. package/docs/demos/Skeleton/examples/Skeleton.md +4 -4
  272. package/docs/demos/Table/examples/Table.md +3323 -1288
  273. package/docs/demos/Tabs/examples/Tabs.md +141 -90
  274. package/docs/demos/Toolbar/examples/Toolbar.md +1994 -329
  275. package/docs/demos/Wizard/examples/Wizard.md +289 -266
  276. package/docs/layouts/Bullseye/examples/Bullseye.md +4 -4
  277. package/docs/layouts/Flex/examples/Flex.md +98 -98
  278. package/docs/layouts/Gallery/examples/Gallery.md +7 -7
  279. package/docs/layouts/Grid/examples/Grid.md +9 -9
  280. package/docs/layouts/Level/examples/Level.md +5 -5
  281. package/docs/layouts/Split/examples/Split.md +7 -7
  282. package/docs/layouts/Stack/examples/Stack.md +6 -6
  283. package/docs/utilities/Accessibility/examples/Accessibility.md +5 -5
  284. package/docs/utilities/Alignment/examples/Alignment.md +7 -7
  285. package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +13 -13
  286. package/docs/utilities/BoxShadow/examples/box-shadow.md +23 -23
  287. package/docs/utilities/Display/examples/Display.md +12 -12
  288. package/docs/utilities/Flex/examples/Flex.md +35 -35
  289. package/docs/utilities/Float/examples/Float.md +5 -5
  290. package/docs/utilities/Sizing/examples/Sizing.md +51 -51
  291. package/docs/utilities/Spacing/examples/Spacing.md +35 -35
  292. package/docs/utilities/Text/examples/Text.md +31 -31
  293. package/icons/{pf-icons.json → pf-icons.mjs} +2 -1
  294. package/layouts/Gallery/gallery.css +1 -1
  295. package/layouts/Gallery/gallery.scss +1 -1
  296. package/layouts/Grid/grid.css +7 -7
  297. package/layouts/Grid/grid.scss +2 -2
  298. package/package.json +59 -65
  299. package/patternfly-addons.css +48 -48
  300. package/{patternfly-base-no-reset.css → patternfly-base-no-globals.css} +28 -73
  301. package/{patternfly-base-no-reset.scss → patternfly-base-no-globals.scss} +1 -0
  302. package/patternfly-base.css +63 -114
  303. package/{patternfly-no-reset.css → patternfly-no-globals.css} +1179 -2293
  304. package/{patternfly-no-reset.scss → patternfly-no-globals.scss} +1 -0
  305. package/patternfly.css +1207 -2327
  306. package/patternfly.min.css +1 -1
  307. package/patternfly.min.css.map +1 -1
  308. package/sass-utilities/functions.scss +8 -24
  309. package/sass-utilities/mixins.scss +15 -39
  310. package/sass-utilities/placeholders.scss +0 -23
  311. package/sass-utilities/scss-variables.scss +5 -6
  312. package/sass-utilities/themes/dark/placeholders.scss +0 -22
  313. package/sass-utilities/themes/dark/scss-variables.scss +1 -1
  314. package/utilities/Spacing/spacing.scss +2 -2
  315. package/utilities/Text/text.css +48 -48
  316. package/utilities/Text/text.scss +6 -6
  317. package/utilities/Text/themes/dark/text.scss +2 -2
  318. package/assets/fonts/RedHatDisplay/RedHatDisplay-Black.woff +0 -0
  319. package/assets/fonts/RedHatDisplay/RedHatDisplay-BlackItalic.woff +0 -0
  320. package/assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff +0 -0
  321. package/assets/fonts/RedHatDisplay/RedHatDisplay-BoldItalic.woff +0 -0
  322. package/assets/fonts/RedHatDisplay/RedHatDisplay-Italic.woff +0 -0
  323. package/assets/fonts/RedHatDisplay/RedHatDisplay-Medium.woff +0 -0
  324. package/assets/fonts/RedHatDisplay/RedHatDisplay-MediumItalic.woff +0 -0
  325. package/assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff +0 -0
  326. package/assets/fonts/RedHatText/RedHatText-Bold.woff +0 -0
  327. package/assets/fonts/RedHatText/RedHatText-BoldItalic.woff +0 -0
  328. package/assets/fonts/RedHatText/RedHatText-Italic.woff +0 -0
  329. package/assets/fonts/RedHatText/RedHatText-Medium.woff +0 -0
  330. package/assets/fonts/RedHatText/RedHatText-MediumItalic.woff +0 -0
  331. package/assets/fonts/RedHatText/RedHatText-Regular.woff +0 -0
  332. package/assets/fonts/webfonts/fa-solid-900.woff +0 -0
  333. package/assets/pficon/pficon.woff +0 -0
  334. package/base/_shield-inheritable.scss +0 -69
  335. package/base/_shield-noninheritable.scss +0 -13
  336. package/base/patternfly-shield-inheritable.css +0 -66
  337. package/base/patternfly-shield-inheritable.scss +0 -4
  338. package/base/patternfly-shield-noninheritable.css +0 -9
  339. package/base/patternfly-shield-noninheritable.scss +0 -4
  340. 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
- class="pf-c-chip__text"
17
- id="simple-inline-chip-group-overflowchip_one_select_collapsed"
18
- >Chip one</span>
19
- <button
20
- class="pf-c-button pf-m-plain"
21
- type="button"
22
- aria-labelledby="simple-inline-chip-group-overflowremove_chip_one_select_collapsed simple-inline-chip-group-overflowchip_one_select_collapsed"
23
- aria-label="Remove"
24
- id="simple-inline-chip-group-overflowremove_chip_one_select_collapsed"
25
- >
26
- <i class="fas fa-times" aria-hidden="true"></i>
27
- </button>
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
- class="pf-c-chip__text"
34
- id="simple-inline-chip-group-overflowchip_two_select_collapsed"
35
- >Chip two</span>
36
- <button
37
- class="pf-c-button pf-m-plain"
38
- type="button"
39
- aria-labelledby="simple-inline-chip-group-overflowremove_chip_two_select_collapsed simple-inline-chip-group-overflowchip_two_select_collapsed"
40
- aria-label="Remove"
41
- id="simple-inline-chip-group-overflowremove_chip_two_select_collapsed"
42
- >
43
- <i class="fas fa-times" aria-hidden="true"></i>
44
- </button>
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
- class="pf-c-chip__text"
51
- id="simple-inline-chip-group-overflowchip_three_select_collapsed"
52
- >Chip three</span>
53
- <button
54
- class="pf-c-button pf-m-plain"
55
- type="button"
56
- aria-labelledby="simple-inline-chip-group-overflowremove_chip_three_select_collapsed simple-inline-chip-group-overflowchip_three_select_collapsed"
57
- aria-label="Remove"
58
- id="simple-inline-chip-group-overflowremove_chip_three_select_collapsed"
59
- >
60
- <i class="fas fa-times" aria-hidden="true"></i>
61
- </button>
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-chip__text">2 more</span>
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
- class="pf-c-chip__text"
85
- id="simple-inline-chip-group-expandedchip_one_select"
86
- >Chip one</span>
87
- <button
88
- class="pf-c-button pf-m-plain"
89
- type="button"
90
- aria-labelledby="simple-inline-chip-group-expandedremove_chip_one_select simple-inline-chip-group-expandedchip_one_select"
91
- aria-label="Remove"
92
- id="simple-inline-chip-group-expandedremove_chip_one_select"
93
- >
94
- <i class="fas fa-times" aria-hidden="true"></i>
95
- </button>
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
- class="pf-c-chip__text"
102
- id="simple-inline-chip-group-expandedchip_two_select"
103
- >Chip two</span>
104
- <button
105
- class="pf-c-button pf-m-plain"
106
- type="button"
107
- aria-labelledby="simple-inline-chip-group-expandedremove_chip_two_select simple-inline-chip-group-expandedchip_two_select"
108
- aria-label="Remove"
109
- id="simple-inline-chip-group-expandedremove_chip_two_select"
110
- >
111
- <i class="fas fa-times" aria-hidden="true"></i>
112
- </button>
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
- class="pf-c-chip__text"
119
- id="simple-inline-chip-group-expandedchip_three_select"
120
- >Chip three</span>
121
- <button
122
- class="pf-c-button pf-m-plain"
123
- type="button"
124
- aria-labelledby="simple-inline-chip-group-expandedremove_chip_three_select simple-inline-chip-group-expandedchip_three_select"
125
- aria-label="Remove"
126
- id="simple-inline-chip-group-expandedremove_chip_three_select"
127
- >
128
- <i class="fas fa-times" aria-hidden="true"></i>
129
- </button>
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
- class="pf-c-chip__text"
136
- id="simple-inline-chip-group-expandedchip_four_select"
137
- >Chip four</span>
138
- <button
139
- class="pf-c-button pf-m-plain"
140
- type="button"
141
- aria-labelledby="simple-inline-chip-group-expandedremove_chip_four_select simple-inline-chip-group-expandedchip_four_select"
142
- aria-label="Remove"
143
- id="simple-inline-chip-group-expandedremove_chip_four_select"
144
- >
145
- <i class="fas fa-times" aria-hidden="true"></i>
146
- </button>
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
- class="pf-c-chip__text"
153
- id="simple-inline-chip-group-expandedchip_five_select"
154
- >Chip five</span>
155
- <button
156
- class="pf-c-button pf-m-plain"
157
- type="button"
158
- aria-labelledby="simple-inline-chip-group-expandedremove_chip_five_select simple-inline-chip-group-expandedchip_five_select"
159
- aria-label="Remove"
160
- id="simple-inline-chip-group-expandedremove_chip_five_select"
161
- >
162
- <i class="fas fa-times" aria-hidden="true"></i>
163
- </button>
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-chip__text">Show less</span>
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
- class="pf-c-chip__text"
196
- id="chip-group-with-categorieschip_one_toolbar_collapsed"
197
- >Chip one</span>
198
- <button
199
- class="pf-c-button pf-m-plain"
200
- type="button"
201
- aria-labelledby="chip-group-with-categoriesremove_chip_one_toolbar_collapsed chip-group-with-categorieschip_one_toolbar_collapsed"
202
- aria-label="Remove"
203
- id="chip-group-with-categoriesremove_chip_one_toolbar_collapsed"
204
- >
205
- <i class="fas fa-times" aria-hidden="true"></i>
206
- </button>
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
- class="pf-c-chip__text"
213
- id="chip-group-with-categorieschip_two_toolbar_collapsed"
214
- >Chip two</span>
215
- <button
216
- class="pf-c-button pf-m-plain"
217
- type="button"
218
- aria-labelledby="chip-group-with-categoriesremove_chip_two_toolbar_collapsed chip-group-with-categorieschip_two_toolbar_collapsed"
219
- aria-label="Remove"
220
- id="chip-group-with-categoriesremove_chip_two_toolbar_collapsed"
221
- >
222
- <i class="fas fa-times" aria-hidden="true"></i>
223
- </button>
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
- class="pf-c-chip__text"
230
- id="chip-group-with-categorieschip_three_toolbar_collapsed"
231
- >Chip three</span>
232
- <button
233
- class="pf-c-button pf-m-plain"
234
- type="button"
235
- aria-labelledby="chip-group-with-categoriesremove_chip_three_toolbar_collapsed chip-group-with-categorieschip_three_toolbar_collapsed"
236
- aria-label="Remove"
237
- id="chip-group-with-categoriesremove_chip_three_toolbar_collapsed"
238
- >
239
- <i class="fas fa-times" aria-hidden="true"></i>
240
- </button>
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
- class="pf-c-chip__text"
268
- id="chip-group-with-categories-overflowchip_one_toolbar_collapsed"
269
- >Chip one</span>
270
- <button
271
- class="pf-c-button pf-m-plain"
272
- type="button"
273
- aria-labelledby="chip-group-with-categories-overflowremove_chip_one_toolbar_collapsed chip-group-with-categories-overflowchip_one_toolbar_collapsed"
274
- aria-label="Remove"
275
- id="chip-group-with-categories-overflowremove_chip_one_toolbar_collapsed"
276
- >
277
- <i class="fas fa-times" aria-hidden="true"></i>
278
- </button>
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
- class="pf-c-chip__text"
285
- id="chip-group-with-categories-overflowchip_two_toolbar_collapsed"
286
- >Chip two</span>
287
- <button
288
- class="pf-c-button pf-m-plain"
289
- type="button"
290
- aria-labelledby="chip-group-with-categories-overflowremove_chip_two_toolbar_collapsed chip-group-with-categories-overflowchip_two_toolbar_collapsed"
291
- aria-label="Remove"
292
- id="chip-group-with-categories-overflowremove_chip_two_toolbar_collapsed"
293
- >
294
- <i class="fas fa-times" aria-hidden="true"></i>
295
- </button>
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
- class="pf-c-chip__text"
302
- id="chip-group-with-categories-overflowchip_three_toolbar_collapsed"
303
- >Chip three</span>
304
- <button
305
- class="pf-c-button pf-m-plain"
306
- type="button"
307
- aria-labelledby="chip-group-with-categories-overflowremove_chip_three_toolbar_collapsed chip-group-with-categories-overflowchip_three_toolbar_collapsed"
308
- aria-label="Remove"
309
- id="chip-group-with-categories-overflowremove_chip_three_toolbar_collapsed"
310
- >
311
- <i class="fas fa-times" aria-hidden="true"></i>
312
- </button>
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-chip__text">2 more</span>
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
- class="pf-c-chip__text"
345
- id="chip-group-with-categories-overflow-expandedchip_one_toolbar"
346
- >Chip one</span>
347
- <button
348
- class="pf-c-button pf-m-plain"
349
- type="button"
350
- aria-labelledby="chip-group-with-categories-overflow-expandedremove_chip_one_toolbar chip-group-with-categories-overflow-expandedchip_one_toolbar"
351
- aria-label="Remove"
352
- id="chip-group-with-categories-overflow-expandedremove_chip_one_toolbar"
353
- >
354
- <i class="fas fa-times" aria-hidden="true"></i>
355
- </button>
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
- class="pf-c-chip__text"
362
- id="chip-group-with-categories-overflow-expandedchip_two_toolbar"
363
- >Chip two</span>
364
- <button
365
- class="pf-c-button pf-m-plain"
366
- type="button"
367
- aria-labelledby="chip-group-with-categories-overflow-expandedremove_chip_two_toolbar chip-group-with-categories-overflow-expandedchip_two_toolbar"
368
- aria-label="Remove"
369
- id="chip-group-with-categories-overflow-expandedremove_chip_two_toolbar"
370
- >
371
- <i class="fas fa-times" aria-hidden="true"></i>
372
- </button>
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
- class="pf-c-chip__text"
379
- id="chip-group-with-categories-overflow-expandedchip_three_toolbar"
380
- >Chip three</span>
381
- <button
382
- class="pf-c-button pf-m-plain"
383
- type="button"
384
- aria-labelledby="chip-group-with-categories-overflow-expandedremove_chip_three_toolbar chip-group-with-categories-overflow-expandedchip_three_toolbar"
385
- aria-label="Remove"
386
- id="chip-group-with-categories-overflow-expandedremove_chip_three_toolbar"
387
- >
388
- <i class="fas fa-times" aria-hidden="true"></i>
389
- </button>
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
- class="pf-c-chip__text"
396
- id="chip-group-with-categories-overflow-expandedchip_four_toolbar"
397
- >Chip four</span>
398
- <button
399
- class="pf-c-button pf-m-plain"
400
- type="button"
401
- aria-labelledby="chip-group-with-categories-overflow-expandedremove_chip_four_toolbar chip-group-with-categories-overflow-expandedchip_four_toolbar"
402
- aria-label="Remove"
403
- id="chip-group-with-categories-overflow-expandedremove_chip_four_toolbar"
404
- >
405
- <i class="fas fa-times" aria-hidden="true"></i>
406
- </button>
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
- class="pf-c-chip__text"
413
- id="chip-group-with-categories-overflow-expandedchip_five_select"
414
- >Chip five</span>
415
- <button
416
- class="pf-c-button pf-m-plain"
417
- type="button"
418
- aria-labelledby="chip-group-with-categories-overflow-expandedremove_chip_five_select chip-group-with-categories-overflow-expandedchip_five_select"
419
- aria-label="Remove"
420
- id="chip-group-with-categories-overflow-expandedremove_chip_five_select"
421
- >
422
- <i class="fas fa-times" aria-hidden="true"></i>
423
- </button>
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-chip__text">Show less</span>
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
- class="pf-c-chip__text"
456
- id="chip-group-with-categories-removablechip_one_toolbar"
457
- >Chip one</span>
458
- <button
459
- class="pf-c-button pf-m-plain"
460
- type="button"
461
- aria-labelledby="chip-group-with-categories-removableremove_chip_one_toolbar chip-group-with-categories-removablechip_one_toolbar"
462
- aria-label="Remove"
463
- id="chip-group-with-categories-removableremove_chip_one_toolbar"
464
- >
465
- <i class="fas fa-times" aria-hidden="true"></i>
466
- </button>
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
- class="pf-c-chip__text"
473
- id="chip-group-with-categories-removablechip_two_toolbar"
474
- >Chip two</span>
475
- <button
476
- class="pf-c-button pf-m-plain"
477
- type="button"
478
- aria-labelledby="chip-group-with-categories-removableremove_chip_two_toolbar chip-group-with-categories-removablechip_two_toolbar"
479
- aria-label="Remove"
480
- id="chip-group-with-categories-removableremove_chip_two_toolbar"
481
- >
482
- <i class="fas fa-times" aria-hidden="true"></i>
483
- </button>
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
- class="pf-c-chip__text"
490
- id="chip-group-with-categories-removablechip_three_toolbar"
491
- >Chip three</span>
492
- <button
493
- class="pf-c-button pf-m-plain"
494
- type="button"
495
- aria-labelledby="chip-group-with-categories-removableremove_chip_three_toolbar chip-group-with-categories-removablechip_three_toolbar"
496
- aria-label="Remove"
497
- id="chip-group-with-categories-removableremove_chip_three_toolbar"
498
- >
499
- <i class="fas fa-times" aria-hidden="true"></i>
500
- </button>
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
- class="pf-c-chip__text"
507
- id="chip-group-with-categories-removablechip_four_toolbar"
508
- >Chip four</span>
509
- <button
510
- class="pf-c-button pf-m-plain"
511
- type="button"
512
- aria-labelledby="chip-group-with-categories-removableremove_chip_four_toolbar chip-group-with-categories-removablechip_four_toolbar"
513
- aria-label="Remove"
514
- id="chip-group-with-categories-removableremove_chip_four_toolbar"
515
- >
516
- <i class="fas fa-times" aria-hidden="true"></i>
517
- </button>
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
- class="pf-c-chip__text"
524
- id="chip-group-with-categories-removablechip_five_toolbar"
525
- >Chip five</span>
526
- <button
527
- class="pf-c-button pf-m-plain"
528
- type="button"
529
- aria-labelledby="chip-group-with-categories-removableremove_chip_five_toolbar chip-group-with-categories-removablechip_five_toolbar"
530
- aria-label="Remove"
531
- id="chip-group-with-categories-removableremove_chip_five_toolbar"
532
- >
533
- <i class="fas fa-times" aria-hidden="true"></i>
534
- </button>
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
- class="pf-c-chip__text"
541
- id="chip-group-with-categories-removablechip_six_toolbar"
542
- >Chip six</span>
543
- <button
544
- class="pf-c-button pf-m-plain"
545
- type="button"
546
- aria-labelledby="chip-group-with-categories-removableremove_chip_six_toolbar chip-group-with-categories-removablechip_six_toolbar"
547
- aria-label="Remove"
548
- id="chip-group-with-categories-removableremove_chip_six_toolbar"
549
- >
550
- <i class="fas fa-times" aria-hidden="true"></i>
551
- </button>
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 | Applied to | Outcome |
913
- | -------------------------------------------------------------------------------------------------------- | ---------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
914
- | `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** |
915
- | `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** |
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 | Applied to | Outcome |
921
- | ----------------------------- | ---------------------------------- | ----------------------------------------------------------------------------------- |
922
- | `.pf-c-chip-group` | `<div>` | Initiates the chip group component. **Required.** |
923
- | `.pf-c-chip-group__list` | `<ul>` | Initiates the container for a list of chips. **Required.** |
924
- | `.pf-c-chip-group__list-item` | `<li>` | Initiates the list item inside of the chip group. **Required.** |
925
- | `.pf-c-chip-group__label` | `<span>` | Initiates the label to be used in the chip group. |
926
- | `.pf-c-chip-group__close` | `<div>` | Initiates the container used for the button to remove the chip group. |
927
- | `.pf-c-chip-group__main` | `<div>` | Initiates the container for the label and list elements so that they wrap together. |
928
- | `.pf-c-button` | `.pf-c-chip-group__close <button>` | Initiates the button used to remove the chip group. |
929
- | `.pf-m-category` | `.pf-c-chip-group` | Modifies the chip group to support category styling. |
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. |