@patternfly/patternfly 5.0.0-alpha.3 → 5.0.0-alpha.31

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 (290) hide show
  1. package/RELEASE-NOTES.md +17 -0
  2. package/assets/icons/iconUnicodes.json +1 -0
  3. package/assets/pficon/pficon.scss +6 -0
  4. package/assets/pficon/pficon.woff +0 -0
  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/_fonts.scss +22 -22
  10. package/base/_globals.scss +1 -1
  11. package/base/_icons.scss +1 -28
  12. package/base/_svg-icons.scss +6 -0
  13. package/base/_variables.scss +1 -1
  14. package/base/patternfly-common.css +0 -10
  15. package/base/patternfly-fonts.css +17 -17
  16. package/base/patternfly-icons.css +6 -20
  17. package/base/patternfly-pf-icons.css +5 -1
  18. package/base/themes/dark/_globals.scss +1 -1
  19. package/base/themes/dark/_variables.scss +1 -1
  20. package/components/AboutModalBox/about-modal-box.css +7 -7
  21. package/components/AboutModalBox/about-modal-box.scss +7 -7
  22. package/components/Accordion/accordion.css +2 -0
  23. package/components/Accordion/accordion.scss +2 -0
  24. package/components/Alert/alert.css +3 -3
  25. package/components/Alert/alert.scss +3 -3
  26. package/components/AppLauncher/app-launcher.css +2 -0
  27. package/components/AppLauncher/app-launcher.scss +2 -0
  28. package/components/Avatar/avatar.scss +2 -2
  29. package/components/Banner/banner.css +14 -14
  30. package/components/Banner/banner.scss +9 -13
  31. package/components/Breadcrumb/breadcrumb.css +2 -0
  32. package/components/Breadcrumb/breadcrumb.scss +2 -0
  33. package/components/CalendarMonth/calendar-month.css +2 -2
  34. package/components/CalendarMonth/calendar-month.scss +3 -3
  35. package/components/Card/card.css +20 -21
  36. package/components/Card/card.scss +22 -26
  37. package/components/Chip/chip.css +33 -24
  38. package/components/Chip/chip.scss +40 -31
  39. package/components/ChipGroup/chip-group.css +27 -17
  40. package/components/ChipGroup/chip-group.scss +36 -22
  41. package/components/Content/content.css +11 -5
  42. package/components/Content/content.scss +17 -9
  43. package/components/ContextSelector/context-selector.css +5 -1
  44. package/components/ContextSelector/context-selector.scss +6 -2
  45. package/components/DataList/data-list-grid.css +7 -7
  46. package/components/DataList/data-list-grid.scss +1 -1
  47. package/components/DataList/data-list.css +12 -11
  48. package/components/DataList/data-list.scss +5 -4
  49. package/components/DescriptionList/description-list.css +7 -7
  50. package/components/DescriptionList/description-list.scss +7 -7
  51. package/components/Divider/divider.css +2 -2
  52. package/components/Divider/divider.scss +3 -3
  53. package/components/Drawer/drawer.css +15 -16
  54. package/components/Drawer/drawer.scss +2 -3
  55. package/components/Dropdown/dropdown.css +12 -10
  56. package/components/Dropdown/dropdown.scss +2 -0
  57. package/components/DualListSelector/dual-list-selector.css +1 -1
  58. package/components/DualListSelector/dual-list-selector.scss +1 -1
  59. package/components/EmptyState/empty-state.css +46 -52
  60. package/components/EmptyState/empty-state.scss +58 -57
  61. package/components/ExpandableSection/expandable-section.css +2 -0
  62. package/components/ExpandableSection/expandable-section.scss +2 -0
  63. package/components/Form/form.css +12 -12
  64. package/components/Form/form.scss +7 -7
  65. package/components/FormControl/form-control.css +2 -5
  66. package/components/FormControl/themes/dark/form-control.scss +2 -6
  67. package/components/Hint/hint.css +2 -2
  68. package/components/Hint/hint.scss +2 -2
  69. package/components/Label/label.css +43 -30
  70. package/components/Label/label.scss +49 -34
  71. package/components/LabelGroup/label-group.css +26 -22
  72. package/components/LabelGroup/label-group.scss +31 -26
  73. package/components/Login/login.css +11 -11
  74. package/components/Login/login.scss +10 -10
  75. package/components/Masthead/masthead.css +4 -4
  76. package/components/Masthead/masthead.scss +4 -4
  77. package/components/Menu/menu.css +9 -6
  78. package/components/Menu/menu.scss +34 -31
  79. package/components/MenuToggle/menu-toggle.css +3 -1
  80. package/components/MenuToggle/menu-toggle.scss +3 -1
  81. package/components/ModalBox/modal-box.css +9 -8
  82. package/components/ModalBox/modal-box.scss +11 -11
  83. package/components/MultipleFileUpload/multiple-file-upload.css +6 -6
  84. package/components/MultipleFileUpload/multiple-file-upload.scss +6 -6
  85. package/components/Nav/nav.css +1 -1
  86. package/components/Nav/nav.scss +2 -2
  87. package/components/NotificationDrawer/notification-drawer.css +3 -3
  88. package/components/NotificationDrawer/notification-drawer.scss +3 -3
  89. package/components/Page/page.css +71 -71
  90. package/components/Page/page.scss +12 -12
  91. package/components/Pagination/pagination.css +2 -2
  92. package/components/Popover/popover.css +25 -31
  93. package/components/Popover/popover.scss +27 -32
  94. package/components/Popover/themes/dark/popover.scss +2 -8
  95. package/components/Progress/progress.css +13 -10
  96. package/components/Progress/progress.scss +13 -10
  97. package/components/ProgressStepper/progress-stepper.css +5 -5
  98. package/components/ProgressStepper/progress-stepper.scss +5 -5
  99. package/components/SearchInput/search-input.css +4 -2
  100. package/components/SearchInput/search-input.scss +4 -2
  101. package/components/Select/select.css +1 -1
  102. package/components/Select/select.scss +1 -1
  103. package/components/Sidebar/sidebar.css +69 -26
  104. package/components/Sidebar/sidebar.scss +84 -27
  105. package/components/SimpleList/simple-list.css +1 -1
  106. package/components/SimpleList/simple-list.scss +2 -2
  107. package/components/Spinner/spinner.css +4 -4
  108. package/components/Spinner/spinner.scss +4 -4
  109. package/components/Table/table-grid.css +28 -28
  110. package/components/Table/table-scrollable.css +31 -26
  111. package/components/Table/table-scrollable.scss +33 -28
  112. package/components/Table/table-tree-view.css +14 -4
  113. package/components/Table/table-tree-view.scss +15 -0
  114. package/components/Table/table.css +7 -2
  115. package/components/Table/table.scss +9 -2
  116. package/components/Tabs/tabs.css +0 -4
  117. package/components/Tabs/tabs.scss +0 -7
  118. package/components/TextInputGroup/text-input-group.css +6 -4
  119. package/components/TextInputGroup/text-input-group.scss +6 -5
  120. package/components/Tile/tile.css +1 -1
  121. package/components/Tile/tile.scss +1 -1
  122. package/components/Timestamp/timestamp.css +3 -3
  123. package/components/Timestamp/timestamp.scss +3 -3
  124. package/components/Toolbar/toolbar.css +78 -43
  125. package/components/Toolbar/toolbar.scss +50 -10
  126. package/components/Tooltip/themes/dark/tooltip.scss +1 -11
  127. package/components/Tooltip/tooltip.css +7 -12
  128. package/components/Tooltip/tooltip.scss +6 -3
  129. package/components/TreeView/tree-view.css +7 -15
  130. package/components/TreeView/tree-view.scss +7 -18
  131. package/components/Wizard/wizard.css +16 -1
  132. package/components/Wizard/wizard.scss +20 -2
  133. package/docs/components/AboutModalBox/examples/AboutModalBox.md +13 -13
  134. package/docs/components/Accordion/examples/Accordion.md +12 -12
  135. package/docs/components/ActionList/examples/ActionList.md +6 -6
  136. package/docs/components/Alert/examples/Alert.md +19 -19
  137. package/docs/components/AlertGroup/examples/AlertGroup.md +12 -12
  138. package/docs/components/AppLauncher/examples/application-launcher.md +51 -46
  139. package/docs/components/Avatar/examples/Avatar.md +11 -11
  140. package/docs/components/BackToTop/examples/BackToTop.md +4 -4
  141. package/docs/components/Backdrop/examples/Backdrop.md +4 -4
  142. package/docs/components/BackgroundImage/examples/BackgroundImage.md +4 -4
  143. package/docs/components/Badge/examples/Badge.md +5 -5
  144. package/docs/components/Banner/examples/Banner.md +8 -8
  145. package/docs/components/Brand/examples/Brand.md +9 -9
  146. package/docs/components/Breadcrumb/examples/Breadcrumb.md +20 -20
  147. package/docs/components/Button/examples/Button.md +35 -35
  148. package/docs/components/CalendarMonth/examples/CalendarMonth.md +32 -32
  149. package/docs/components/Card/examples/Card.md +139 -64
  150. package/docs/components/Check/examples/Check.md +15 -19
  151. package/docs/components/Chip/examples/Chip.md +70 -52
  152. package/docs/components/ChipGroup/examples/ChipGroup.md +452 -673
  153. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +22 -22
  154. package/docs/components/CodeBlock/examples/CodeBlock.md +9 -9
  155. package/docs/components/CodeEditor/examples/CodeEditor.md +54 -35
  156. package/docs/components/Content/examples/Content.md +37 -9
  157. package/docs/components/ContextSelector/examples/context-selector.css +5 -1
  158. package/docs/components/ContextSelector/examples/context-selector.md +86 -80
  159. package/docs/components/DataList/examples/DataList.md +187 -148
  160. package/docs/components/DatePicker/examples/DatePicker.md +10 -10
  161. package/docs/components/DescriptionList/examples/DescriptionList.md +24 -24
  162. package/docs/components/Divider/examples/Divider.md +10 -10
  163. package/docs/components/DragDrop/examples/DragDrop.md +5 -5
  164. package/docs/components/Drawer/examples/Drawer.md +43 -43
  165. package/docs/components/Dropdown/examples/Dropdown.css +5 -2
  166. package/docs/components/Dropdown/examples/Dropdown.md +123 -99
  167. package/docs/components/DualListSelector/examples/DualListSelector.md +201 -197
  168. package/docs/components/EmptyState/examples/EmptyState.md +130 -82
  169. package/docs/components/ExpandableSection/examples/ExpandableSection.md +23 -23
  170. package/docs/components/FileUpload/examples/FileUpload.md +8 -8
  171. package/docs/components/Form/examples/Form.md +64 -64
  172. package/docs/components/FormControl/examples/FormControl.md +20 -20
  173. package/docs/components/HelperText/examples/HelperText.md +12 -12
  174. package/docs/components/Hint/examples/Hint.md +7 -7
  175. package/docs/components/Icon/examples/Icon.md +10 -10
  176. package/docs/components/InlineEdit/examples/InlineEdit.md +29 -27
  177. package/docs/components/InputGroup/examples/InputGroup.md +10 -10
  178. package/docs/components/JumpLinks/examples/JumpLinks.md +35 -35
  179. package/docs/components/Label/examples/Label.md +1427 -746
  180. package/docs/components/LabelGroup/examples/LabelGroup.md +295 -242
  181. package/docs/components/List/examples/List.md +18 -18
  182. package/docs/components/LogViewer/examples/LogViewer.md +79 -73
  183. package/docs/components/Login/examples/Login.md +32 -32
  184. package/docs/components/Masthead/examples/masthead.md +9 -9
  185. package/docs/components/Menu/examples/Menu.md +82 -80
  186. package/docs/components/MenuToggle/examples/MenuToggle.md +28 -28
  187. package/docs/components/ModalBox/examples/ModalBox.md +106 -85
  188. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +25 -25
  189. package/docs/components/Nav/examples/Navigation.md +69 -69
  190. package/docs/components/NotificationBadge/examples/NotificationBadge.md +8 -8
  191. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +44 -44
  192. package/docs/components/NumberInput/examples/NumberInput.md +12 -12
  193. package/docs/components/OptionsMenu/examples/options-menu.md +27 -28
  194. package/docs/components/OverflowMenu/examples/overflow-menu.md +25 -25
  195. package/docs/components/Page/examples/Page.md +54 -54
  196. package/docs/components/Pagination/examples/Pagination.md +27 -27
  197. package/docs/components/Panel/examples/Panel.md +10 -10
  198. package/docs/components/Popover/examples/Popover.md +201 -144
  199. package/docs/components/Progress/examples/Progress.md +31 -60
  200. package/docs/components/ProgressStepper/examples/ProgressStepper.md +45 -38
  201. package/docs/components/Radio/examples/Radio.md +11 -11
  202. package/docs/components/SearchInput/examples/SearchInput.md +34 -34
  203. package/docs/components/Select/examples/Select.md +367 -313
  204. package/docs/components/Sidebar/examples/Sidebar.md +70 -14
  205. package/docs/components/SimpleList/examples/SimpleList.md +15 -15
  206. package/docs/components/Skeleton/examples/Skeleton.md +8 -8
  207. package/docs/components/SkipToContent/examples/SkipToContent.md +5 -5
  208. package/docs/components/Slider/examples/Slider.md +24 -24
  209. package/docs/components/Spinner/examples/Spinner.md +24 -24
  210. package/docs/components/Switch/examples/Switch.md +19 -19
  211. package/docs/components/TabContent/examples/TabContent.md +13 -13
  212. package/docs/components/Table/examples/Table.css +4 -0
  213. package/docs/components/Table/examples/Table.md +3163 -1712
  214. package/docs/components/Tabs/examples/Tabs.md +149 -149
  215. package/docs/components/TextInputGroup/examples/TextInputGroup.md +362 -280
  216. package/docs/components/Tile/examples/Tile.md +15 -15
  217. package/docs/components/Timestamp/examples/Timestamp.md +5 -5
  218. package/docs/components/Title/examples/Title.md +17 -17
  219. package/docs/components/ToggleGroup/examples/toggle-group.md +13 -13
  220. package/docs/components/Toolbar/examples/Toolbar.md +466 -373
  221. package/docs/components/Tooltip/examples/Tooltip.md +10 -10
  222. package/docs/components/TreeView/examples/TreeView.md +34 -34
  223. package/docs/components/Truncate/examples/Truncate.md +4 -4
  224. package/docs/components/Wizard/examples/Wizard.md +119 -127
  225. package/docs/demos/AboutModal/examples/AboutModal.md +4 -4
  226. package/docs/demos/Alert/examples/Alert.md +13 -13
  227. package/docs/demos/BackToTop/examples/BackToTop.md +4 -4
  228. package/docs/demos/Banner/examples/Banner.md +8 -9
  229. package/docs/demos/Card/examples/Card.md +219 -156
  230. package/docs/demos/CardView/examples/CardView.md +56 -29
  231. package/docs/demos/ContextSelector/examples/ContextSelector.md +18 -18
  232. package/docs/demos/Dashboard/examples/Dashboard.md +51 -35
  233. package/docs/demos/DataList/examples/DataList.md +158 -109
  234. package/docs/demos/DescriptionList/examples/DescriptionList.md +33 -22
  235. package/docs/demos/Drawer/examples/Drawer.md +24 -22
  236. package/docs/demos/Form/examples/BasicForms.md +28 -22
  237. package/docs/demos/HelperText/examples/HelperText.md +8 -9
  238. package/docs/demos/JumpLinks/examples/JumpLinks.md +28 -28
  239. package/docs/demos/Masthead/examples/Masthead.md +29 -32
  240. package/docs/demos/Modal/examples/Modal.md +54 -66
  241. package/docs/demos/Nav/examples/Nav.md +47 -47
  242. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +40 -28
  243. package/docs/demos/Page/examples/Page.md +37 -37
  244. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +32 -33
  245. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +74 -64
  246. package/docs/demos/Skeleton/examples/Skeleton.md +4 -4
  247. package/docs/demos/Table/examples/Table.md +2454 -467
  248. package/docs/demos/Tabs/examples/Tabs.md +141 -90
  249. package/docs/demos/Toolbar/examples/Toolbar.md +1808 -174
  250. package/docs/demos/Wizard/examples/Wizard.md +289 -266
  251. package/docs/layouts/Bullseye/examples/Bullseye.md +4 -4
  252. package/docs/layouts/Flex/examples/Flex.md +98 -98
  253. package/docs/layouts/Gallery/examples/Gallery.md +7 -7
  254. package/docs/layouts/Grid/examples/Grid.md +9 -9
  255. package/docs/layouts/Level/examples/Level.md +5 -5
  256. package/docs/layouts/Split/examples/Split.md +7 -7
  257. package/docs/layouts/Stack/examples/Stack.md +6 -6
  258. package/docs/utilities/Accessibility/examples/Accessibility.md +4 -4
  259. package/docs/utilities/Alignment/examples/Alignment.md +6 -6
  260. package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +12 -12
  261. package/docs/utilities/BoxShadow/examples/box-shadow.md +22 -22
  262. package/docs/utilities/Display/examples/Display.md +11 -11
  263. package/docs/utilities/Flex/examples/Flex.md +34 -34
  264. package/docs/utilities/Float/examples/Float.md +4 -4
  265. package/docs/utilities/Sizing/examples/Sizing.md +50 -50
  266. package/docs/utilities/Spacing/examples/Spacing.md +34 -34
  267. package/docs/utilities/Text/examples/Text.md +27 -27
  268. package/icons/{pf-icons.json → pf-icons.mjs} +2 -1
  269. package/layouts/Gallery/gallery.css +1 -1
  270. package/layouts/Gallery/gallery.scss +1 -1
  271. package/layouts/Grid/grid.css +7 -7
  272. package/layouts/Grid/grid.scss +2 -2
  273. package/package.json +59 -65
  274. package/patternfly-base-no-reset.css +23 -47
  275. package/patternfly-base.css +23 -47
  276. package/patternfly-no-reset.css +781 -656
  277. package/patternfly.css +781 -656
  278. package/patternfly.min.css +1 -1
  279. package/patternfly.min.css.map +1 -1
  280. package/sass-utilities/functions.scss +8 -24
  281. package/sass-utilities/mixins.scss +15 -39
  282. package/sass-utilities/scss-variables.scss +1 -1
  283. package/sass-utilities/themes/dark/scss-variables.scss +1 -1
  284. package/utilities/Spacing/spacing.scss +2 -2
  285. package/base/_shield-inheritable.scss +0 -69
  286. package/base/_shield-noninheritable.scss +0 -13
  287. package/base/patternfly-shield-inheritable.css +0 -66
  288. package/base/patternfly-shield-inheritable.scss +0 -4
  289. package/base/patternfly-shield-noninheritable.css +0 -9
  290. package/base/patternfly-shield-noninheritable.scss +0 -4
@@ -10,28 +10,32 @@ Toolbar relies on groups (`.pf-c-toolbar__group`) and items (`.pf-c-toolbar__ite
10
10
 
11
11
  ### Default spacing for items and groups:
12
12
 
13
- | Class | CSS Variable | Computed Value |
14
- | ---------------------- | ------------------------------- | -------------- |
15
- | `.pf-c-toolbar__item` | `--pf-c-toolbar__item--spacer` | `16px` |
16
- | `.pf-c-toolbar__group` | `--pf-c-toolbar__group--spacer` | `16px` |
13
+ | Class | CSS Variable | Computed Value |
14
+ | -- | -- | -- |
15
+ | `.pf-c-toolbar__item` | `--pf-c-toolbar__item--spacer` | `16px` |
16
+ | `.pf-c-toolbar__group` | `--pf-c-toolbar__group--spacer` | `16px` |
17
17
 
18
18
  ### Toolbar item types
19
19
 
20
- | Class | Applied to | Outcome |
21
- | --------------------- | --------------------- | ------------------------------------------------------------------------------------------------------------ |
22
- | `.pf-m-bulk-select` | `.pf-c-toolbar__item` | Initiates bulk select spacing. Spacer value is set to `var(--pf-c-toolbar--m-bulk-select--spacer)`. |
23
- | `.pf-m-overflow-menu` | `.pf-c-toolbar__item` | Initiates overflow menu spacing. Spacer value is set to `var(--pf-c-toolbar--m-overflow-menu--spacer)`. |
24
- | `.pf-m-pagination` | `.pf-c-toolbar__item` | Initiates pagination spacing and margin. Spacer value is set to `var(--pf-c-toolbar--m-pagination--spacer)`. |
25
- | `.pf-m-search-filter` | `.pf-c-toolbar__item` | Initiates search filter spacing. Spacer value is set to `var(--pf-c-toolbar--m-search-filter--spacer)`. |
20
+ | Class | Applied to | Outcome |
21
+ | -- | -- | -- |
22
+ | `.pf-m-bulk-select` | `.pf-c-toolbar__item` | Initiates bulk select spacing. Spacer value is set to `var(--pf-c-toolbar--m-bulk-select--spacer)`. |
23
+ | `.pf-m-overflow-menu` | `.pf-c-toolbar__item` | Initiates overflow menu spacing. Spacer value is set to `var(--pf-c-toolbar--m-overflow-menu--spacer)`. |
24
+ | `.pf-m-pagination` | `.pf-c-toolbar__item` | Initiates pagination spacing and margin. Spacer value is set to `var(--pf-c-toolbar--m-pagination--spacer)`. |
25
+ | `.pf-m-search-filter` | `.pf-c-toolbar__item` | Initiates search filter spacing. Spacer value is set to `var(--pf-c-toolbar--m-search-filter--spacer)`. |
26
26
 
27
27
  ### Modifiers
28
28
 
29
- | Class | Applied to | Outcome |
30
- | ------------------------------------- | ------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
31
- | `.pf-m-hidden{-on-[breakpoint]}` | `.pf-c-toolbar > *` | Modifies toolbar element to be hidden, at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
32
- | `.pf-m-visible{-on-[breakpoint]}` | `.pf-c-toolbar > *` | Modifies toolbar element to be shown, at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
29
+ | Class | Applied to | Outcome |
30
+ | -- | -- | -- |
31
+ | `.pf-m-hidden{-on-[breakpoint]}` | `.pf-c-toolbar > *` | Modifies toolbar element to be hidden, at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
32
+ | `.pf-m-visible{-on-[breakpoint]}` | `.pf-c-toolbar > *` | Modifies toolbar element to be shown, at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
33
33
  | `.pf-m-align-right{-on-[breakpoint]}` | `.pf-c-toolbar > *` | Modifies toolbar element to align right, at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
34
- | `.pf-m-align-left{-on-[breakpoint]}` | `.pf-c-toolbar > *` | Modifies toolbar element to align left, at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
34
+ | `.pf-m-align-left{-on-[breakpoint]}` | `.pf-c-toolbar > *` | Modifies toolbar element to align left, at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
35
+ | `.pf-m-align-items-center` | `.pf-c-toolbar__content-section`, `.pf-c-toolbar__group` | Modifies toolbar element to vertically align children to center. |
36
+ | `.pf-m-align-items-baseline` | `.pf-c-toolbar__group` | Modifies toolbar group to vertically align children to baseline. |
37
+ | `.pf-m-align-self-center` | `.pf-c-toolbar__group`, `.pf-c-toolbar__item` | Modifies toolbar element to vertically align self to center. |
38
+ | `.pf-m-align-self-baseline` | `.pf-c-toolbar__group`, `.pf-c-toolbar__item` | Modifies toolbar element to vertically align self to baseline. |
35
39
 
36
40
  ### Special notes
37
41
 
@@ -68,10 +72,10 @@ Several components in the following examples do not include functional and/or ac
68
72
 
69
73
  ### Item types
70
74
 
71
- | Class | Applied to | Outcome |
72
- | ---------------------- | ---------- | -------------------------------------------------- |
73
- | `.pf-c-toolbar__item` | `<div>` | Initiates the toolbar component item. **Required** |
74
- | `.pf-c-toolbar__group` | `<div>` | Initiates the toolbar component group. |
75
+ | Class | Applied to | Outcome |
76
+ | -- | -- | -- |
77
+ | `.pf-c-toolbar__item` | `<div>` | Initiates the toolbar component item. **Required** |
78
+ | `.pf-c-toolbar__group` | `<div>` | Initiates the toolbar component group. |
75
79
 
76
80
  ### Spacers
77
81
 
@@ -164,12 +168,12 @@ In some instances, it may be necessary to adjust spacing explicitly where items
164
168
 
165
169
  ### Toolbar spacers and insets
166
170
 
167
- | Class | Applied to | Outcome |
168
- | ----------------------------------------------------------- | --------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
169
- | `.pf-m-page-insets` | `.pf-c-toolbar` | Modifies toolbar insets to match page section, table, page header or any other component whose inset shifts from `--pf-global--spacer--md` to `--pf-global--spacer--lg` at the `xl` breakpoint. |
170
- | `.pf-m-spacer-{none, sm, md, lg}{-on-[breakpoint]}` | `.pf-c-toolbar__group`, `.pf-c-toolbar__item` | Modifies toolbar group or item spacing at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
171
- | `.pf-m-space-items-{none, sm, md, lg}{-on-[breakpoint]}` | `.pf-c-toolbar__group` | Modifies toolbar group child spacing at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
172
- | `.pf-m-inset-{none, sm, md, lg, xl, 2xl}{-on-[breakpoint]}` | `.pf-c-toolbar` | Modifies toolbar horizontal padding at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
171
+ | Class | Applied to | Outcome |
172
+ | -- | -- | -- |
173
+ | `.pf-m-page-insets` | `.pf-c-toolbar` | Modifies toolbar insets to match page section, table, page header or any other component whose inset shifts from `--pf-global--spacer--md` to `--pf-global--spacer--lg` at the `xl` breakpoint. |
174
+ | `.pf-m-spacer-{none, sm, md, lg}{-on-[breakpoint]}` | `.pf-c-toolbar__group`, `.pf-c-toolbar__item` | Modifies toolbar group or item spacing at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
175
+ | `.pf-m-space-items-{none, sm, md, lg}{-on-[breakpoint]}` | `.pf-c-toolbar__group` | Modifies toolbar group child spacing at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
176
+ | `.pf-m-inset-{none, sm, md, lg, xl, 2xl}{-on-[breakpoint]}` | `.pf-c-toolbar` | Modifies toolbar horizontal padding at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
173
177
 
174
178
  ### Width control
175
179
 
@@ -195,10 +199,10 @@ In some instances, it may be necessary to adjust spacing explicitly where items
195
199
 
196
200
  ### Width control usage
197
201
 
198
- | Class | Applied to | Outcome |
199
- | ----------------------------------------------------------- | --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
200
- | `--pf-c-toolbar__item--Width{-on-[breakpoint]}: {width}` | `.pf-c-toolbar__item` | Modifies the width value of a toolbar item at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
201
- | `--pf-c-toolbar__item--MinWidth{-on-[breakpoint]}: {width}` | `.pf-c-toolbar__item` | Modifies the min width value of a toolbar item at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
202
+ | Class | Applied to | Outcome |
203
+ | -- | -- | -- |
204
+ | `--pf-c-toolbar__item--Width{-on-[breakpoint]}: {width}` | `.pf-c-toolbar__item` | Modifies the width value of a toolbar item at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
205
+ | `--pf-c-toolbar__item--MinWidth{-on-[breakpoint]}: {width}` | `.pf-c-toolbar__item` | Modifies the min width value of a toolbar item at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
202
206
 
203
207
  ### Group types
204
208
 
@@ -433,11 +437,11 @@ In some instances, it may be necessary to adjust spacing explicitly where items
433
437
 
434
438
  ### Toolbar group types
435
439
 
436
- | Class | Applied to | Outcome |
437
- | ------------------------- | ---------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
438
- | `.pf-m-filter-group` | `.pf-c-toolbar__group` | Modifies toolbar group spacing. Spacer value is set to `var(--pf-c-toolbar__group--m-filter-group--spacer)`. Child spacer value is set to `var(--pf-c-toolbar__group--m-filter-group--space-items)`. |
440
+ | Class | Applied to | Outcome |
441
+ | -- | -- | -- |
442
+ | `.pf-m-filter-group` | `.pf-c-toolbar__group` | Modifies toolbar group spacing. Spacer value is set to `var(--pf-c-toolbar__group--m-filter-group--spacer)`. Child spacer value is set to `var(--pf-c-toolbar__group--m-filter-group--space-items)`. |
439
443
  | `.pf-m-icon-button-group` | `.pf-c-toolbar__group` | Modifies toolbar group spacing. Spacer value is set to `var(--pf-c-toolbar__group--m-toggle-group--spacer)`. Child spacer value is set to `var(--pf-c-toolbar__group--m-icon-button-group--space-items)`. |
440
- | `.pf-m-button-group` | `.pf-c-toolbar__group` | Modifies toolbar group spacing. Spacer value is set to `var(--pf-c-toolbar__group--m-toggle-group--spacer)`. Child spacer value is set to `var(--pf-c-toolbar__group--m-button-group--space-items)`. |
444
+ | `.pf-m-button-group` | `.pf-c-toolbar__group` | Modifies toolbar group spacing. Spacer value is set to `var(--pf-c-toolbar__group--m-toggle-group--spacer)`. Child spacer value is set to `var(--pf-c-toolbar__group--m-button-group--space-items)`. |
441
445
 
442
446
  ### Toggle group
443
447
 
@@ -489,7 +493,6 @@ In some instances, it may be necessary to adjust spacing explicitly where items
489
493
  role="listbox"
490
494
  aria-labelledby="toolbar-toggle-group-example-select-name-label"
491
495
  hidden
492
- style="width: 175px"
493
496
  >
494
497
  <li role="presentation">
495
498
  <button class="pf-c-select__menu-item" role="option">Running</button>
@@ -528,9 +531,9 @@ In some instances, it may be necessary to adjust spacing explicitly where items
528
531
  </span>
529
532
  <input
530
533
  class="pf-c-text-input-group__text-input"
531
- type="text"
532
- value
534
+ type="search"
533
535
  placeholder="Filter by name"
536
+ value
534
537
  aria-label="Type to filter"
535
538
  />
536
539
  </span>
@@ -810,7 +813,6 @@ In some instances, it may be necessary to adjust spacing explicitly where items
810
813
  role="listbox"
811
814
  aria-labelledby="toolbar-toggle-group-collapsed-example-select-name-label"
812
815
  hidden
813
- style="width: 175px"
814
816
  >
815
817
  <li role="presentation">
816
818
  <button class="pf-c-select__menu-item" role="option">Running</button>
@@ -849,9 +851,9 @@ In some instances, it may be necessary to adjust spacing explicitly where items
849
851
  </span>
850
852
  <input
851
853
  class="pf-c-text-input-group__text-input"
852
- type="text"
853
- value
854
+ type="search"
854
855
  placeholder="Filter by name"
856
+ value
855
857
  aria-label="Type to filter"
856
858
  />
857
859
  </span>
@@ -1075,27 +1077,27 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
1075
1077
 
1076
1078
  ### Accessibility
1077
1079
 
1078
- | Attribute | Applied to | Outcome |
1079
- | -------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
1080
- | `hidden` | `.pf-c-toolbar__item`, `.pf-c-toolbar__group`, `.pf-c-toolbar__toggle`, `.pf-c-toolbar__expandable-content` | Indicates that the toggle group element is hidden. **Required** |
1081
- | `aria-expanded="true"` | `.pf-c-toolbar__toggle > .pf-c-button` | Indicates that the expandable content is visible. **Required** |
1082
- | `aria-expanded="false"` | `.pf-c-toolbar__toggle > .pf-c-button` | Indicates the the expandable content is hidden. **Required** |
1083
- | `aria-controls="[id of expandable content]"` | `.pf-c-toolbar__toggle > .pf-c-button` | Identifies the expanded content controlled by the toggle button. **Required** |
1084
- | `id="[expandable-content_id]"` | `.pf-c-toolbar__expandable-content` | Provides a reference for toggle button description. **Required** |
1080
+ | Attribute | Applied to | Outcome |
1081
+ | -- | -- | -- |
1082
+ | `hidden` | `.pf-c-toolbar__item`, `.pf-c-toolbar__group`, `.pf-c-toolbar__toggle`, `.pf-c-toolbar__expandable-content` | Indicates that the toggle group element is hidden. **Required** |
1083
+ | `aria-expanded="true"` | `.pf-c-toolbar__toggle > .pf-c-button` | Indicates that the expandable content is visible. **Required** |
1084
+ | `aria-expanded="false"` | `.pf-c-toolbar__toggle > .pf-c-button` | Indicates the the expandable content is hidden. **Required** |
1085
+ | `aria-controls="[id of expandable content]"` | `.pf-c-toolbar__toggle > .pf-c-button` | Identifies the expanded content controlled by the toggle button. **Required** |
1086
+ | `id="[expandable-content_id]"` | `.pf-c-toolbar__expandable-content` | Provides a reference for toggle button description. **Required** |
1085
1087
 
1086
1088
  ### Responsive attributes
1087
1089
 
1088
- | Attribute | Applied to | Outcome |
1089
- | ---------------------- | -------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
1090
+ | Attribute | Applied to | Outcome |
1091
+ | -- | -- | -- |
1090
1092
  | `aria-haspopup="true"` | `.pf-c-toolbar__toggle > .pf-c-button` | When expandable content appears above content (mobile viewport), `aria-haspopup="true"` should be applied to indicate that focus should be trapped. **Required** |
1091
1093
 
1092
1094
  ### Usage
1093
1095
 
1094
- | Class | Applied to | Outcome |
1095
- | ------------------------------ | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
1096
+ | Class | Applied to | Outcome |
1097
+ | -- | -- | -- |
1096
1098
  | `.pf-m-show{-on-[breakpoint]}` | `.pf-c-toolbar__group.pf-m-toggle-group`, `.pf-c-toolbar__expandable-content` | Modifies toolbar element visibility at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). This selector must be applied consistently to toggle group and expandable content. |
1097
- | `.pf-m-chip-container` | `.pf-c-toolbar__content-section`, `.pf-c-toolbar__group` | Modifies the toolbar element for applied filters layout. |
1098
- | `.pf-m-expanded` | `.pf-c-toolbar__expandable-content`, `.pf-c-toolbar__toggle` | Modifies the component for the expanded state. |
1099
+ | `.pf-m-chip-container` | `.pf-c-toolbar__content-section`, `.pf-c-toolbar__group` | Modifies the toolbar element for applied filters layout. |
1100
+ | `.pf-m-expanded` | `.pf-c-toolbar__expandable-content`, `.pf-c-toolbar__toggle` | Modifies the component for the expanded state. |
1099
1101
 
1100
1102
  ### Selected
1101
1103
 
@@ -1115,11 +1117,14 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
1115
1117
  class="pf-c-dropdown__toggle-check"
1116
1118
  for="toolbar-selected-filters-toggle-group-collapsed-example-bulk-select-toggle-check"
1117
1119
  >
1118
- <input
1119
- type="checkbox"
1120
- id="toolbar-selected-filters-toggle-group-collapsed-example-bulk-select-toggle-check"
1121
- aria-label="Select all"
1122
- />
1120
+ <div class="pf-c-check pf-m-standalone">
1121
+ <input
1122
+ class="pf-c-check__input"
1123
+ type="checkbox"
1124
+ id="toolbar-selected-filters-toggle-group-collapsed-example-bulk-select-toggle-check"
1125
+ aria-label="Select all"
1126
+ />
1127
+ </div>
1123
1128
  </label>
1124
1129
 
1125
1130
  <button
@@ -1192,7 +1197,6 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
1192
1197
  role="listbox"
1193
1198
  aria-labelledby="toolbar-selected-filters-toggle-group-collapsed-example-select-name-label"
1194
1199
  hidden
1195
- style="width: 175px"
1196
1200
  >
1197
1201
  <li role="presentation">
1198
1202
  <button class="pf-c-select__menu-item" role="option">Running</button>
@@ -1231,9 +1235,9 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
1231
1235
  </span>
1232
1236
  <input
1233
1237
  class="pf-c-text-input-group__text-input"
1234
- type="text"
1235
- value
1238
+ type="search"
1236
1239
  placeholder="Filter by name"
1240
+ value
1237
1241
  aria-label="Type to filter"
1238
1242
  />
1239
1243
  </span>
@@ -1503,53 +1507,65 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
1503
1507
  >
1504
1508
  <li class="pf-c-chip-group__list-item">
1505
1509
  <div class="pf-c-chip">
1506
- <span
1507
- class="pf-c-chip__text"
1508
- id="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-statuschip-one"
1509
- >Chip one</span>
1510
- <button
1511
- class="pf-c-button pf-m-plain"
1512
- type="button"
1513
- aria-labelledby="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-statusremove-chip-one toolbar-selected-filters-toggle-group-collapsed-example-chip-group-statuschip-one"
1514
- aria-label="Remove"
1515
- id="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-statusremove-chip-one"
1516
- >
1517
- <i class="fas fa-times" aria-hidden="true"></i>
1518
- </button>
1510
+ <span class="pf-c-chip__content">
1511
+ <span
1512
+ class="pf-c-chip__text"
1513
+ id="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-statuschip-one"
1514
+ >Chip one</span>
1515
+ </span>
1516
+ <span class="pf-c-chip__actions">
1517
+ <button
1518
+ class="pf-c-button pf-m-plain"
1519
+ type="button"
1520
+ aria-labelledby="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-statusremove-chip-one toolbar-selected-filters-toggle-group-collapsed-example-chip-group-statuschip-one"
1521
+ aria-label="Remove"
1522
+ id="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-statusremove-chip-one"
1523
+ >
1524
+ <i class="fas fa-times" aria-hidden="true"></i>
1525
+ </button>
1526
+ </span>
1519
1527
  </div>
1520
1528
  </li>
1521
1529
  <li class="pf-c-chip-group__list-item">
1522
1530
  <div class="pf-c-chip">
1523
- <span
1524
- class="pf-c-chip__text"
1525
- id="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-statuschip-two"
1526
- >Chip two</span>
1527
- <button
1528
- class="pf-c-button pf-m-plain"
1529
- type="button"
1530
- aria-labelledby="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-statusremove-chip-two toolbar-selected-filters-toggle-group-collapsed-example-chip-group-statuschip-two"
1531
- aria-label="Remove"
1532
- id="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-statusremove-chip-two"
1533
- >
1534
- <i class="fas fa-times" aria-hidden="true"></i>
1535
- </button>
1531
+ <span class="pf-c-chip__content">
1532
+ <span
1533
+ class="pf-c-chip__text"
1534
+ id="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-statuschip-two"
1535
+ >Chip two</span>
1536
+ </span>
1537
+ <span class="pf-c-chip__actions">
1538
+ <button
1539
+ class="pf-c-button pf-m-plain"
1540
+ type="button"
1541
+ aria-labelledby="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-statusremove-chip-two toolbar-selected-filters-toggle-group-collapsed-example-chip-group-statuschip-two"
1542
+ aria-label="Remove"
1543
+ id="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-statusremove-chip-two"
1544
+ >
1545
+ <i class="fas fa-times" aria-hidden="true"></i>
1546
+ </button>
1547
+ </span>
1536
1548
  </div>
1537
1549
  </li>
1538
1550
  <li class="pf-c-chip-group__list-item">
1539
1551
  <div class="pf-c-chip">
1540
- <span
1541
- class="pf-c-chip__text"
1542
- id="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-statuschip-three"
1543
- >Chip three</span>
1544
- <button
1545
- class="pf-c-button pf-m-plain"
1546
- type="button"
1547
- aria-labelledby="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-statusremove-chip-three toolbar-selected-filters-toggle-group-collapsed-example-chip-group-statuschip-three"
1548
- aria-label="Remove"
1549
- id="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-statusremove-chip-three"
1550
- >
1551
- <i class="fas fa-times" aria-hidden="true"></i>
1552
- </button>
1552
+ <span class="pf-c-chip__content">
1553
+ <span
1554
+ class="pf-c-chip__text"
1555
+ id="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-statuschip-three"
1556
+ >Chip three</span>
1557
+ </span>
1558
+ <span class="pf-c-chip__actions">
1559
+ <button
1560
+ class="pf-c-button pf-m-plain"
1561
+ type="button"
1562
+ aria-labelledby="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-statusremove-chip-three toolbar-selected-filters-toggle-group-collapsed-example-chip-group-statuschip-three"
1563
+ aria-label="Remove"
1564
+ id="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-statusremove-chip-three"
1565
+ >
1566
+ <i class="fas fa-times" aria-hidden="true"></i>
1567
+ </button>
1568
+ </span>
1553
1569
  </div>
1554
1570
  </li>
1555
1571
  </ul>
@@ -1571,53 +1587,65 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
1571
1587
  >
1572
1588
  <li class="pf-c-chip-group__list-item">
1573
1589
  <div class="pf-c-chip">
1574
- <span
1575
- class="pf-c-chip__text"
1576
- id="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-riskchip-one"
1577
- >Chip one</span>
1578
- <button
1579
- class="pf-c-button pf-m-plain"
1580
- type="button"
1581
- aria-labelledby="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-riskremove-chip-one toolbar-selected-filters-toggle-group-collapsed-example-chip-group-riskchip-one"
1582
- aria-label="Remove"
1583
- id="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-riskremove-chip-one"
1584
- >
1585
- <i class="fas fa-times" aria-hidden="true"></i>
1586
- </button>
1590
+ <span class="pf-c-chip__content">
1591
+ <span
1592
+ class="pf-c-chip__text"
1593
+ id="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-riskchip-one"
1594
+ >Chip one</span>
1595
+ </span>
1596
+ <span class="pf-c-chip__actions">
1597
+ <button
1598
+ class="pf-c-button pf-m-plain"
1599
+ type="button"
1600
+ aria-labelledby="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-riskremove-chip-one toolbar-selected-filters-toggle-group-collapsed-example-chip-group-riskchip-one"
1601
+ aria-label="Remove"
1602
+ id="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-riskremove-chip-one"
1603
+ >
1604
+ <i class="fas fa-times" aria-hidden="true"></i>
1605
+ </button>
1606
+ </span>
1587
1607
  </div>
1588
1608
  </li>
1589
1609
  <li class="pf-c-chip-group__list-item">
1590
1610
  <div class="pf-c-chip">
1591
- <span
1592
- class="pf-c-chip__text"
1593
- id="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-riskchip-two"
1594
- >Chip two</span>
1595
- <button
1596
- class="pf-c-button pf-m-plain"
1597
- type="button"
1598
- aria-labelledby="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-riskremove-chip-two toolbar-selected-filters-toggle-group-collapsed-example-chip-group-riskchip-two"
1599
- aria-label="Remove"
1600
- id="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-riskremove-chip-two"
1601
- >
1602
- <i class="fas fa-times" aria-hidden="true"></i>
1603
- </button>
1611
+ <span class="pf-c-chip__content">
1612
+ <span
1613
+ class="pf-c-chip__text"
1614
+ id="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-riskchip-two"
1615
+ >Chip two</span>
1616
+ </span>
1617
+ <span class="pf-c-chip__actions">
1618
+ <button
1619
+ class="pf-c-button pf-m-plain"
1620
+ type="button"
1621
+ aria-labelledby="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-riskremove-chip-two toolbar-selected-filters-toggle-group-collapsed-example-chip-group-riskchip-two"
1622
+ aria-label="Remove"
1623
+ id="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-riskremove-chip-two"
1624
+ >
1625
+ <i class="fas fa-times" aria-hidden="true"></i>
1626
+ </button>
1627
+ </span>
1604
1628
  </div>
1605
1629
  </li>
1606
1630
  <li class="pf-c-chip-group__list-item">
1607
1631
  <div class="pf-c-chip">
1608
- <span
1609
- class="pf-c-chip__text"
1610
- id="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-riskchip-three"
1611
- >Chip three</span>
1612
- <button
1613
- class="pf-c-button pf-m-plain"
1614
- type="button"
1615
- aria-labelledby="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-riskremove-chip-three toolbar-selected-filters-toggle-group-collapsed-example-chip-group-riskchip-three"
1616
- aria-label="Remove"
1617
- id="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-riskremove-chip-three"
1618
- >
1619
- <i class="fas fa-times" aria-hidden="true"></i>
1620
- </button>
1632
+ <span class="pf-c-chip__content">
1633
+ <span
1634
+ class="pf-c-chip__text"
1635
+ id="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-riskchip-three"
1636
+ >Chip three</span>
1637
+ </span>
1638
+ <span class="pf-c-chip__actions">
1639
+ <button
1640
+ class="pf-c-button pf-m-plain"
1641
+ type="button"
1642
+ aria-labelledby="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-riskremove-chip-three toolbar-selected-filters-toggle-group-collapsed-example-chip-group-riskchip-three"
1643
+ aria-label="Remove"
1644
+ id="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-riskremove-chip-three"
1645
+ >
1646
+ <i class="fas fa-times" aria-hidden="true"></i>
1647
+ </button>
1648
+ </span>
1621
1649
  </div>
1622
1650
  </li>
1623
1651
  </ul>
@@ -1656,11 +1684,14 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
1656
1684
  class="pf-c-dropdown__toggle-check"
1657
1685
  for="toolbar-selected-filters-toggle-group-expanded-example-bulk-select-toggle-check"
1658
1686
  >
1659
- <input
1660
- type="checkbox"
1661
- id="toolbar-selected-filters-toggle-group-expanded-example-bulk-select-toggle-check"
1662
- aria-label="Select all"
1663
- />
1687
+ <div class="pf-c-check pf-m-standalone">
1688
+ <input
1689
+ class="pf-c-check__input"
1690
+ type="checkbox"
1691
+ id="toolbar-selected-filters-toggle-group-expanded-example-bulk-select-toggle-check"
1692
+ aria-label="Select all"
1693
+ />
1694
+ </div>
1664
1695
  </label>
1665
1696
 
1666
1697
  <button
@@ -1774,7 +1805,6 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
1774
1805
  role="listbox"
1775
1806
  aria-labelledby="toolbar-selected-filters-toggle-group-expanded-example-select-name-label"
1776
1807
  hidden
1777
- style="width: 175px"
1778
1808
  >
1779
1809
  <li role="presentation">
1780
1810
  <button class="pf-c-select__menu-item" role="option">Running</button>
@@ -1813,9 +1843,9 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
1813
1843
  </span>
1814
1844
  <input
1815
1845
  class="pf-c-text-input-group__text-input"
1816
- type="text"
1817
- value
1846
+ type="search"
1818
1847
  placeholder="Filter by name"
1848
+ value
1819
1849
  aria-label="Type to filter"
1820
1850
  />
1821
1851
  </span>
@@ -2044,53 +2074,65 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
2044
2074
  >
2045
2075
  <li class="pf-c-chip-group__list-item">
2046
2076
  <div class="pf-c-chip">
2047
- <span
2048
- class="pf-c-chip__text"
2049
- id="toolbar-selected-filters-toggle-group-expanded-example-chip-group-statuschip-one"
2050
- >Chip one</span>
2051
- <button
2052
- class="pf-c-button pf-m-plain"
2053
- type="button"
2054
- aria-labelledby="toolbar-selected-filters-toggle-group-expanded-example-chip-group-statusremove-chip-one toolbar-selected-filters-toggle-group-expanded-example-chip-group-statuschip-one"
2055
- aria-label="Remove"
2056
- id="toolbar-selected-filters-toggle-group-expanded-example-chip-group-statusremove-chip-one"
2057
- >
2058
- <i class="fas fa-times" aria-hidden="true"></i>
2059
- </button>
2077
+ <span class="pf-c-chip__content">
2078
+ <span
2079
+ class="pf-c-chip__text"
2080
+ id="toolbar-selected-filters-toggle-group-expanded-example-chip-group-statuschip-one"
2081
+ >Chip one</span>
2082
+ </span>
2083
+ <span class="pf-c-chip__actions">
2084
+ <button
2085
+ class="pf-c-button pf-m-plain"
2086
+ type="button"
2087
+ aria-labelledby="toolbar-selected-filters-toggle-group-expanded-example-chip-group-statusremove-chip-one toolbar-selected-filters-toggle-group-expanded-example-chip-group-statuschip-one"
2088
+ aria-label="Remove"
2089
+ id="toolbar-selected-filters-toggle-group-expanded-example-chip-group-statusremove-chip-one"
2090
+ >
2091
+ <i class="fas fa-times" aria-hidden="true"></i>
2092
+ </button>
2093
+ </span>
2060
2094
  </div>
2061
2095
  </li>
2062
2096
  <li class="pf-c-chip-group__list-item">
2063
2097
  <div class="pf-c-chip">
2064
- <span
2065
- class="pf-c-chip__text"
2066
- id="toolbar-selected-filters-toggle-group-expanded-example-chip-group-statuschip-two"
2067
- >Chip two</span>
2068
- <button
2069
- class="pf-c-button pf-m-plain"
2070
- type="button"
2071
- aria-labelledby="toolbar-selected-filters-toggle-group-expanded-example-chip-group-statusremove-chip-two toolbar-selected-filters-toggle-group-expanded-example-chip-group-statuschip-two"
2072
- aria-label="Remove"
2073
- id="toolbar-selected-filters-toggle-group-expanded-example-chip-group-statusremove-chip-two"
2074
- >
2075
- <i class="fas fa-times" aria-hidden="true"></i>
2076
- </button>
2098
+ <span class="pf-c-chip__content">
2099
+ <span
2100
+ class="pf-c-chip__text"
2101
+ id="toolbar-selected-filters-toggle-group-expanded-example-chip-group-statuschip-two"
2102
+ >Chip two</span>
2103
+ </span>
2104
+ <span class="pf-c-chip__actions">
2105
+ <button
2106
+ class="pf-c-button pf-m-plain"
2107
+ type="button"
2108
+ aria-labelledby="toolbar-selected-filters-toggle-group-expanded-example-chip-group-statusremove-chip-two toolbar-selected-filters-toggle-group-expanded-example-chip-group-statuschip-two"
2109
+ aria-label="Remove"
2110
+ id="toolbar-selected-filters-toggle-group-expanded-example-chip-group-statusremove-chip-two"
2111
+ >
2112
+ <i class="fas fa-times" aria-hidden="true"></i>
2113
+ </button>
2114
+ </span>
2077
2115
  </div>
2078
2116
  </li>
2079
2117
  <li class="pf-c-chip-group__list-item">
2080
2118
  <div class="pf-c-chip">
2081
- <span
2082
- class="pf-c-chip__text"
2083
- id="toolbar-selected-filters-toggle-group-expanded-example-chip-group-statuschip-three"
2084
- >Chip three</span>
2085
- <button
2086
- class="pf-c-button pf-m-plain"
2087
- type="button"
2088
- aria-labelledby="toolbar-selected-filters-toggle-group-expanded-example-chip-group-statusremove-chip-three toolbar-selected-filters-toggle-group-expanded-example-chip-group-statuschip-three"
2089
- aria-label="Remove"
2090
- id="toolbar-selected-filters-toggle-group-expanded-example-chip-group-statusremove-chip-three"
2091
- >
2092
- <i class="fas fa-times" aria-hidden="true"></i>
2093
- </button>
2119
+ <span class="pf-c-chip__content">
2120
+ <span
2121
+ class="pf-c-chip__text"
2122
+ id="toolbar-selected-filters-toggle-group-expanded-example-chip-group-statuschip-three"
2123
+ >Chip three</span>
2124
+ </span>
2125
+ <span class="pf-c-chip__actions">
2126
+ <button
2127
+ class="pf-c-button pf-m-plain"
2128
+ type="button"
2129
+ aria-labelledby="toolbar-selected-filters-toggle-group-expanded-example-chip-group-statusremove-chip-three toolbar-selected-filters-toggle-group-expanded-example-chip-group-statuschip-three"
2130
+ aria-label="Remove"
2131
+ id="toolbar-selected-filters-toggle-group-expanded-example-chip-group-statusremove-chip-three"
2132
+ >
2133
+ <i class="fas fa-times" aria-hidden="true"></i>
2134
+ </button>
2135
+ </span>
2094
2136
  </div>
2095
2137
  </li>
2096
2138
  </ul>
@@ -2112,53 +2154,65 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
2112
2154
  >
2113
2155
  <li class="pf-c-chip-group__list-item">
2114
2156
  <div class="pf-c-chip">
2115
- <span
2116
- class="pf-c-chip__text"
2117
- id="toolbar-selected-filters-toggle-group-expanded-example-chip-group-riskchip-one"
2118
- >Chip one</span>
2119
- <button
2120
- class="pf-c-button pf-m-plain"
2121
- type="button"
2122
- aria-labelledby="toolbar-selected-filters-toggle-group-expanded-example-chip-group-riskremove-chip-one toolbar-selected-filters-toggle-group-expanded-example-chip-group-riskchip-one"
2123
- aria-label="Remove"
2124
- id="toolbar-selected-filters-toggle-group-expanded-example-chip-group-riskremove-chip-one"
2125
- >
2126
- <i class="fas fa-times" aria-hidden="true"></i>
2127
- </button>
2157
+ <span class="pf-c-chip__content">
2158
+ <span
2159
+ class="pf-c-chip__text"
2160
+ id="toolbar-selected-filters-toggle-group-expanded-example-chip-group-riskchip-one"
2161
+ >Chip one</span>
2162
+ </span>
2163
+ <span class="pf-c-chip__actions">
2164
+ <button
2165
+ class="pf-c-button pf-m-plain"
2166
+ type="button"
2167
+ aria-labelledby="toolbar-selected-filters-toggle-group-expanded-example-chip-group-riskremove-chip-one toolbar-selected-filters-toggle-group-expanded-example-chip-group-riskchip-one"
2168
+ aria-label="Remove"
2169
+ id="toolbar-selected-filters-toggle-group-expanded-example-chip-group-riskremove-chip-one"
2170
+ >
2171
+ <i class="fas fa-times" aria-hidden="true"></i>
2172
+ </button>
2173
+ </span>
2128
2174
  </div>
2129
2175
  </li>
2130
2176
  <li class="pf-c-chip-group__list-item">
2131
2177
  <div class="pf-c-chip">
2132
- <span
2133
- class="pf-c-chip__text"
2134
- id="toolbar-selected-filters-toggle-group-expanded-example-chip-group-riskchip-two"
2135
- >Chip two</span>
2136
- <button
2137
- class="pf-c-button pf-m-plain"
2138
- type="button"
2139
- aria-labelledby="toolbar-selected-filters-toggle-group-expanded-example-chip-group-riskremove-chip-two toolbar-selected-filters-toggle-group-expanded-example-chip-group-riskchip-two"
2140
- aria-label="Remove"
2141
- id="toolbar-selected-filters-toggle-group-expanded-example-chip-group-riskremove-chip-two"
2142
- >
2143
- <i class="fas fa-times" aria-hidden="true"></i>
2144
- </button>
2178
+ <span class="pf-c-chip__content">
2179
+ <span
2180
+ class="pf-c-chip__text"
2181
+ id="toolbar-selected-filters-toggle-group-expanded-example-chip-group-riskchip-two"
2182
+ >Chip two</span>
2183
+ </span>
2184
+ <span class="pf-c-chip__actions">
2185
+ <button
2186
+ class="pf-c-button pf-m-plain"
2187
+ type="button"
2188
+ aria-labelledby="toolbar-selected-filters-toggle-group-expanded-example-chip-group-riskremove-chip-two toolbar-selected-filters-toggle-group-expanded-example-chip-group-riskchip-two"
2189
+ aria-label="Remove"
2190
+ id="toolbar-selected-filters-toggle-group-expanded-example-chip-group-riskremove-chip-two"
2191
+ >
2192
+ <i class="fas fa-times" aria-hidden="true"></i>
2193
+ </button>
2194
+ </span>
2145
2195
  </div>
2146
2196
  </li>
2147
2197
  <li class="pf-c-chip-group__list-item">
2148
2198
  <div class="pf-c-chip">
2149
- <span
2150
- class="pf-c-chip__text"
2151
- id="toolbar-selected-filters-toggle-group-expanded-example-chip-group-riskchip-three"
2152
- >Chip three</span>
2153
- <button
2154
- class="pf-c-button pf-m-plain"
2155
- type="button"
2156
- aria-labelledby="toolbar-selected-filters-toggle-group-expanded-example-chip-group-riskremove-chip-three toolbar-selected-filters-toggle-group-expanded-example-chip-group-riskchip-three"
2157
- aria-label="Remove"
2158
- id="toolbar-selected-filters-toggle-group-expanded-example-chip-group-riskremove-chip-three"
2159
- >
2160
- <i class="fas fa-times" aria-hidden="true"></i>
2161
- </button>
2199
+ <span class="pf-c-chip__content">
2200
+ <span
2201
+ class="pf-c-chip__text"
2202
+ id="toolbar-selected-filters-toggle-group-expanded-example-chip-group-riskchip-three"
2203
+ >Chip three</span>
2204
+ </span>
2205
+ <span class="pf-c-chip__actions">
2206
+ <button
2207
+ class="pf-c-button pf-m-plain"
2208
+ type="button"
2209
+ aria-labelledby="toolbar-selected-filters-toggle-group-expanded-example-chip-group-riskremove-chip-three toolbar-selected-filters-toggle-group-expanded-example-chip-group-riskchip-three"
2210
+ aria-label="Remove"
2211
+ id="toolbar-selected-filters-toggle-group-expanded-example-chip-group-riskremove-chip-three"
2212
+ >
2213
+ <i class="fas fa-times" aria-hidden="true"></i>
2214
+ </button>
2215
+ </span>
2162
2216
  </div>
2163
2217
  </li>
2164
2218
  </ul>
@@ -2192,11 +2246,14 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
2192
2246
  class="pf-c-dropdown__toggle-check"
2193
2247
  for="toolbar-selected-filters-example-bulk-select-toggle-check"
2194
2248
  >
2195
- <input
2196
- type="checkbox"
2197
- id="toolbar-selected-filters-example-bulk-select-toggle-check"
2198
- aria-label="Select all"
2199
- />
2249
+ <div class="pf-c-check pf-m-standalone">
2250
+ <input
2251
+ class="pf-c-check__input"
2252
+ type="checkbox"
2253
+ id="toolbar-selected-filters-example-bulk-select-toggle-check"
2254
+ aria-label="Select all"
2255
+ />
2256
+ </div>
2200
2257
  </label>
2201
2258
 
2202
2259
  <button
@@ -2542,53 +2599,65 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
2542
2599
  >
2543
2600
  <li class="pf-c-chip-group__list-item">
2544
2601
  <div class="pf-c-chip">
2545
- <span
2546
- class="pf-c-chip__text"
2547
- id="toolbar-selected-filters-example-chip-group-statuschip-one"
2548
- >Chip one</span>
2549
- <button
2550
- class="pf-c-button pf-m-plain"
2551
- type="button"
2552
- aria-labelledby="toolbar-selected-filters-example-chip-group-statusremove-chip-one toolbar-selected-filters-example-chip-group-statuschip-one"
2553
- aria-label="Remove"
2554
- id="toolbar-selected-filters-example-chip-group-statusremove-chip-one"
2555
- >
2556
- <i class="fas fa-times" aria-hidden="true"></i>
2557
- </button>
2602
+ <span class="pf-c-chip__content">
2603
+ <span
2604
+ class="pf-c-chip__text"
2605
+ id="toolbar-selected-filters-example-chip-group-statuschip-one"
2606
+ >Chip one</span>
2607
+ </span>
2608
+ <span class="pf-c-chip__actions">
2609
+ <button
2610
+ class="pf-c-button pf-m-plain"
2611
+ type="button"
2612
+ aria-labelledby="toolbar-selected-filters-example-chip-group-statusremove-chip-one toolbar-selected-filters-example-chip-group-statuschip-one"
2613
+ aria-label="Remove"
2614
+ id="toolbar-selected-filters-example-chip-group-statusremove-chip-one"
2615
+ >
2616
+ <i class="fas fa-times" aria-hidden="true"></i>
2617
+ </button>
2618
+ </span>
2558
2619
  </div>
2559
2620
  </li>
2560
2621
  <li class="pf-c-chip-group__list-item">
2561
2622
  <div class="pf-c-chip">
2562
- <span
2563
- class="pf-c-chip__text"
2564
- id="toolbar-selected-filters-example-chip-group-statuschip-two"
2565
- >Chip two</span>
2566
- <button
2567
- class="pf-c-button pf-m-plain"
2568
- type="button"
2569
- aria-labelledby="toolbar-selected-filters-example-chip-group-statusremove-chip-two toolbar-selected-filters-example-chip-group-statuschip-two"
2570
- aria-label="Remove"
2571
- id="toolbar-selected-filters-example-chip-group-statusremove-chip-two"
2572
- >
2573
- <i class="fas fa-times" aria-hidden="true"></i>
2574
- </button>
2623
+ <span class="pf-c-chip__content">
2624
+ <span
2625
+ class="pf-c-chip__text"
2626
+ id="toolbar-selected-filters-example-chip-group-statuschip-two"
2627
+ >Chip two</span>
2628
+ </span>
2629
+ <span class="pf-c-chip__actions">
2630
+ <button
2631
+ class="pf-c-button pf-m-plain"
2632
+ type="button"
2633
+ aria-labelledby="toolbar-selected-filters-example-chip-group-statusremove-chip-two toolbar-selected-filters-example-chip-group-statuschip-two"
2634
+ aria-label="Remove"
2635
+ id="toolbar-selected-filters-example-chip-group-statusremove-chip-two"
2636
+ >
2637
+ <i class="fas fa-times" aria-hidden="true"></i>
2638
+ </button>
2639
+ </span>
2575
2640
  </div>
2576
2641
  </li>
2577
2642
  <li class="pf-c-chip-group__list-item">
2578
2643
  <div class="pf-c-chip">
2579
- <span
2580
- class="pf-c-chip__text"
2581
- id="toolbar-selected-filters-example-chip-group-statuschip-three"
2582
- >Chip three</span>
2583
- <button
2584
- class="pf-c-button pf-m-plain"
2585
- type="button"
2586
- aria-labelledby="toolbar-selected-filters-example-chip-group-statusremove-chip-three toolbar-selected-filters-example-chip-group-statuschip-three"
2587
- aria-label="Remove"
2588
- id="toolbar-selected-filters-example-chip-group-statusremove-chip-three"
2589
- >
2590
- <i class="fas fa-times" aria-hidden="true"></i>
2591
- </button>
2644
+ <span class="pf-c-chip__content">
2645
+ <span
2646
+ class="pf-c-chip__text"
2647
+ id="toolbar-selected-filters-example-chip-group-statuschip-three"
2648
+ >Chip three</span>
2649
+ </span>
2650
+ <span class="pf-c-chip__actions">
2651
+ <button
2652
+ class="pf-c-button pf-m-plain"
2653
+ type="button"
2654
+ aria-labelledby="toolbar-selected-filters-example-chip-group-statusremove-chip-three toolbar-selected-filters-example-chip-group-statuschip-three"
2655
+ aria-label="Remove"
2656
+ id="toolbar-selected-filters-example-chip-group-statusremove-chip-three"
2657
+ >
2658
+ <i class="fas fa-times" aria-hidden="true"></i>
2659
+ </button>
2660
+ </span>
2592
2661
  </div>
2593
2662
  </li>
2594
2663
  </ul>
@@ -2610,53 +2679,65 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
2610
2679
  >
2611
2680
  <li class="pf-c-chip-group__list-item">
2612
2681
  <div class="pf-c-chip">
2613
- <span
2614
- class="pf-c-chip__text"
2615
- id="toolbar-selected-filters-example-chip-group-riskchip-one"
2616
- >Chip one</span>
2617
- <button
2618
- class="pf-c-button pf-m-plain"
2619
- type="button"
2620
- aria-labelledby="toolbar-selected-filters-example-chip-group-riskremove-chip-one toolbar-selected-filters-example-chip-group-riskchip-one"
2621
- aria-label="Remove"
2622
- id="toolbar-selected-filters-example-chip-group-riskremove-chip-one"
2623
- >
2624
- <i class="fas fa-times" aria-hidden="true"></i>
2625
- </button>
2682
+ <span class="pf-c-chip__content">
2683
+ <span
2684
+ class="pf-c-chip__text"
2685
+ id="toolbar-selected-filters-example-chip-group-riskchip-one"
2686
+ >Chip one</span>
2687
+ </span>
2688
+ <span class="pf-c-chip__actions">
2689
+ <button
2690
+ class="pf-c-button pf-m-plain"
2691
+ type="button"
2692
+ aria-labelledby="toolbar-selected-filters-example-chip-group-riskremove-chip-one toolbar-selected-filters-example-chip-group-riskchip-one"
2693
+ aria-label="Remove"
2694
+ id="toolbar-selected-filters-example-chip-group-riskremove-chip-one"
2695
+ >
2696
+ <i class="fas fa-times" aria-hidden="true"></i>
2697
+ </button>
2698
+ </span>
2626
2699
  </div>
2627
2700
  </li>
2628
2701
  <li class="pf-c-chip-group__list-item">
2629
2702
  <div class="pf-c-chip">
2630
- <span
2631
- class="pf-c-chip__text"
2632
- id="toolbar-selected-filters-example-chip-group-riskchip-two"
2633
- >Chip two</span>
2634
- <button
2635
- class="pf-c-button pf-m-plain"
2636
- type="button"
2637
- aria-labelledby="toolbar-selected-filters-example-chip-group-riskremove-chip-two toolbar-selected-filters-example-chip-group-riskchip-two"
2638
- aria-label="Remove"
2639
- id="toolbar-selected-filters-example-chip-group-riskremove-chip-two"
2640
- >
2641
- <i class="fas fa-times" aria-hidden="true"></i>
2642
- </button>
2703
+ <span class="pf-c-chip__content">
2704
+ <span
2705
+ class="pf-c-chip__text"
2706
+ id="toolbar-selected-filters-example-chip-group-riskchip-two"
2707
+ >Chip two</span>
2708
+ </span>
2709
+ <span class="pf-c-chip__actions">
2710
+ <button
2711
+ class="pf-c-button pf-m-plain"
2712
+ type="button"
2713
+ aria-labelledby="toolbar-selected-filters-example-chip-group-riskremove-chip-two toolbar-selected-filters-example-chip-group-riskchip-two"
2714
+ aria-label="Remove"
2715
+ id="toolbar-selected-filters-example-chip-group-riskremove-chip-two"
2716
+ >
2717
+ <i class="fas fa-times" aria-hidden="true"></i>
2718
+ </button>
2719
+ </span>
2643
2720
  </div>
2644
2721
  </li>
2645
2722
  <li class="pf-c-chip-group__list-item">
2646
2723
  <div class="pf-c-chip">
2647
- <span
2648
- class="pf-c-chip__text"
2649
- id="toolbar-selected-filters-example-chip-group-riskchip-three"
2650
- >Chip three</span>
2651
- <button
2652
- class="pf-c-button pf-m-plain"
2653
- type="button"
2654
- aria-labelledby="toolbar-selected-filters-example-chip-group-riskremove-chip-three toolbar-selected-filters-example-chip-group-riskchip-three"
2655
- aria-label="Remove"
2656
- id="toolbar-selected-filters-example-chip-group-riskremove-chip-three"
2657
- >
2658
- <i class="fas fa-times" aria-hidden="true"></i>
2659
- </button>
2724
+ <span class="pf-c-chip__content">
2725
+ <span
2726
+ class="pf-c-chip__text"
2727
+ id="toolbar-selected-filters-example-chip-group-riskchip-three"
2728
+ >Chip three</span>
2729
+ </span>
2730
+ <span class="pf-c-chip__actions">
2731
+ <button
2732
+ class="pf-c-button pf-m-plain"
2733
+ type="button"
2734
+ aria-labelledby="toolbar-selected-filters-example-chip-group-riskremove-chip-three toolbar-selected-filters-example-chip-group-riskchip-three"
2735
+ aria-label="Remove"
2736
+ id="toolbar-selected-filters-example-chip-group-riskremove-chip-three"
2737
+ >
2738
+ <i class="fas fa-times" aria-hidden="true"></i>
2739
+ </button>
2740
+ </span>
2660
2741
  </div>
2661
2742
  </li>
2662
2743
  </ul>
@@ -3104,11 +3185,14 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
3104
3185
  class="pf-c-dropdown__toggle-check"
3105
3186
  for="toolbar-stacked-example-bulk-select-toggle-check"
3106
3187
  >
3107
- <input
3108
- type="checkbox"
3109
- id="toolbar-stacked-example-bulk-select-toggle-check"
3110
- aria-label="Select all"
3111
- />
3188
+ <div class="pf-c-check pf-m-standalone">
3189
+ <input
3190
+ class="pf-c-check__input"
3191
+ type="checkbox"
3192
+ id="toolbar-stacked-example-bulk-select-toggle-check"
3193
+ aria-label="Select all"
3194
+ />
3195
+ </div>
3112
3196
  </label>
3113
3197
 
3114
3198
  <button
@@ -3617,11 +3701,14 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
3617
3701
  class="pf-c-dropdown__toggle-check"
3618
3702
  for="toolbar-stacked-collapsed-example-bulk-select-toggle-check"
3619
3703
  >
3620
- <input
3621
- type="checkbox"
3622
- id="toolbar-stacked-collapsed-example-bulk-select-toggle-check"
3623
- aria-label="Select all"
3624
- />
3704
+ <div class="pf-c-check pf-m-standalone">
3705
+ <input
3706
+ class="pf-c-check__input"
3707
+ type="checkbox"
3708
+ id="toolbar-stacked-collapsed-example-bulk-select-toggle-check"
3709
+ aria-label="Select all"
3710
+ />
3711
+ </div>
3625
3712
  </label>
3626
3713
 
3627
3714
  <button
@@ -3765,11 +3852,14 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
3765
3852
  class="pf-c-dropdown__toggle-check"
3766
3853
  for="toolbar-expanded-elements-example-bulk-select-toggle-check"
3767
3854
  >
3768
- <input
3769
- type="checkbox"
3770
- id="toolbar-expanded-elements-example-bulk-select-toggle-check"
3771
- aria-label="Select all"
3772
- />
3855
+ <div class="pf-c-check pf-m-standalone">
3856
+ <input
3857
+ class="pf-c-check__input"
3858
+ type="checkbox"
3859
+ id="toolbar-expanded-elements-example-bulk-select-toggle-check"
3860
+ aria-label="Select all"
3861
+ />
3862
+ </div>
3773
3863
  </label>
3774
3864
 
3775
3865
  <button
@@ -3842,7 +3932,6 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
3842
3932
  role="listbox"
3843
3933
  aria-labelledby="toolbar-expanded-elements-example-select-name-label"
3844
3934
  hidden
3845
- style="width: 175px"
3846
3935
  >
3847
3936
  <li role="presentation">
3848
3937
  <button class="pf-c-select__menu-item" role="option">Running</button>
@@ -3881,9 +3970,9 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
3881
3970
  </span>
3882
3971
  <input
3883
3972
  class="pf-c-text-input-group__text-input"
3884
- type="text"
3885
- value
3973
+ type="search"
3886
3974
  placeholder="Filter by name"
3975
+ value
3887
3976
  aria-label="Type to filter"
3888
3977
  />
3889
3978
  </span>
@@ -4193,61 +4282,65 @@ As the toolbar component is a hybrid layout and component, some of its elements
4193
4282
 
4194
4283
  ### Usage
4195
4284
 
4196
- | Class | Applied to | Outcome |
4197
- | ------------------------------------- | --------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
4198
- | `.pf-c-toolbar` | `<div>` | Initiates the toolbar component. **Required** |
4199
- | `.pf-c-toolbar__item` | `<div>` | Initiates a toolbar item. **Required** |
4200
- | `.pf-c-toolbar__group` | `<div>` | Initiates a toolbar group. |
4201
- | `.pf-c-toolbar__content` | `<div>` | Initiates a toolbar content container. **Required** |
4202
- | `.pf-c-toolbar__content-section` | `<div>` | Initiates a toolbar content section. This is used to separate static elements from dynamic elements within a content container. There should be no more than one `.pf-c-toolbar__content-section` per `.pf-c-toolbar__content` **Required** |
4203
- | `.pf-c-toolbar__expandable-content` | `<div>` | Initiates a toolbar expandable content section. |
4204
- | `.pf-m-sticky` | `.pf-c-toolbar` | Modifies toolbar component to be sticky to the top of its container. |
4205
- | `.pf-m-full-height` | `.pf-c-toolbar` | Modifies toolbar component to full height of its container and removes vertical padding. |
4206
- | `.pf-m-static` | `.pf-c-toolbar` | Modifies expandable content section to position itself to the nearest absolutely positioned parent outside of the toolbar component. This is used primarily for masthead toolbar. |
4207
- | `.pf-m-expanded` | `.pf-c-toolbar__expandable-content` | Modifies expandable content section for the expanded state. |
4208
- | `.pf-m-bulk-select` | `.pf-c-toolbar__item` | Initiates bulk select spacing. |
4209
- | `.pf-m-overflow-menu` | `.pf-c-toolbar__item` | Initiates overflow menu spacing. |
4210
- | `.pf-m-pagination` | `.pf-c-toolbar__item` | Initiates pagination spacing and margin. |
4211
- | `.pf-m-search-filter` | `.pf-c-toolbar__item` | Initiates search filter spacing. |
4212
- | `.pf-m-chip-group` | `.pf-c-toolbar__item` | Initiates chip group spacing. |
4213
- | `.pf-m-expand-all` | `.pf-c-toolbar__item` | Initiates an item for an expand all button. |
4214
- | `.pf-m-expanded` | `.pf-c-toolbar__item.pf-m-expand-all` | Modifies an expand all button for the expanded state. |
4215
- | `.pf-m-button-group` | `.pf-c-toolbar__group` | Initiates button group spacing. |
4216
- | `.pf-m-icon-button-group` | `.pf-c-toolbar__group` | Initiates icon button group spacing. |
4217
- | `.pf-m-filter-group` | `.pf-c-toolbar__group` | Initiates filter group spacing. |
4218
- | `.pf-m-hidden{-on-[breakpoint]}` | `.pf-c-toolbar__content`, `.pf-c-toolbar__content-section`, `.pf-c-toolbar__item`, `.pf-c-toolbar__group` | Modifies toolbar element to be hidden, at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
4219
- | `.pf-m-visible{-on-[breakpoint]}` | `.pf-c-toolbar__content`, `.pf-c-toolbar__content-section`, `.pf-c-toolbar__item`, `.pf-c-toolbar__group` | Modifies toolbar element to be shown, at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
4220
- | `.pf-m-align-right{-on-[breakpoint]}` | `.pf-c-toolbar > *` | Modifies toolbar element to align right, at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
4221
- | `.pf-m-align-left{-on-[breakpoint]}` | `.pf-c-toolbar > *` | Modifies toolbar element to align left, at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
4222
- | `.pf-m-label` | `.pf-c-toolbar__item` | Modifies toolbar item to label. |
4223
- | `.pf-m-chip-container` | `.pf-c-toolbar__content`, `.pf-c-toolbar__group` | Modifies the toolbar element for applied filters layout. |
4224
- | `.pf-m-overflow-container` | `.pf-c-toolbar__item`, `.pf-c-toolbar__group` | Modifies the toolbar element to hide overflow and respond to available space. Used for horizontal navigation. |
4225
- | `.pf-m-expanded` | `.pf-c-toolbar__expandable-content`, `.pf-c-toolbar__toggle` | Modifies the component for the expanded state. |
4226
- | `.pf-m-wrap` | `.pf-c-toolbar`, `.pf-c-toolbar__content-section`, `.pf-c-toolbar__group` | Modifies the toolbar element to wrap. |
4227
- | `.pf-m-nowrap` | `.pf-c-toolbar`, `.pf-c-toolbar__group` | Modifies the toolbar element to nowrap. |
4285
+ | Class | Applied to | Outcome |
4286
+ | -- | -- | -- |
4287
+ | `.pf-c-toolbar` | `<div>` | Initiates the toolbar component. **Required** |
4288
+ | `.pf-c-toolbar__item` | `<div>` | Initiates a toolbar item. **Required** |
4289
+ | `.pf-c-toolbar__group` | `<div>` | Initiates a toolbar group. |
4290
+ | `.pf-c-toolbar__content` | `<div>` | Initiates a toolbar content container. **Required** |
4291
+ | `.pf-c-toolbar__content-section` | `<div>` | Initiates a toolbar content section. This is used to separate static elements from dynamic elements within a content container. There should be no more than one `.pf-c-toolbar__content-section` per `.pf-c-toolbar__content` **Required** |
4292
+ | `.pf-c-toolbar__expandable-content` | `<div>` | Initiates a toolbar expandable content section. |
4293
+ | `.pf-m-sticky` | `.pf-c-toolbar` | Modifies toolbar component to be sticky to the top of its container. |
4294
+ | `.pf-m-full-height` | `.pf-c-toolbar` | Modifies toolbar component to full height of its container and removes vertical padding. |
4295
+ | `.pf-m-static` | `.pf-c-toolbar` | Modifies expandable content section to position itself to the nearest absolutely positioned parent outside of the toolbar component. This is used primarily for masthead toolbar. |
4296
+ | `.pf-m-expanded` | `.pf-c-toolbar__expandable-content` | Modifies expandable content section for the expanded state. |
4297
+ | `.pf-m-bulk-select` | `.pf-c-toolbar__item` | Initiates bulk select spacing. |
4298
+ | `.pf-m-overflow-menu` | `.pf-c-toolbar__item` | Initiates overflow menu spacing. |
4299
+ | `.pf-m-pagination` | `.pf-c-toolbar__item` | Initiates pagination spacing and margin. |
4300
+ | `.pf-m-search-filter` | `.pf-c-toolbar__item` | Initiates search filter spacing. |
4301
+ | `.pf-m-chip-group` | `.pf-c-toolbar__item` | Initiates chip group spacing. |
4302
+ | `.pf-m-expand-all` | `.pf-c-toolbar__item` | Initiates an item for an expand all button. |
4303
+ | `.pf-m-expanded` | `.pf-c-toolbar__item.pf-m-expand-all` | Modifies an expand all button for the expanded state. |
4304
+ | `.pf-m-button-group` | `.pf-c-toolbar__group` | Initiates button group spacing. |
4305
+ | `.pf-m-icon-button-group` | `.pf-c-toolbar__group` | Initiates icon button group spacing. |
4306
+ | `.pf-m-filter-group` | `.pf-c-toolbar__group` | Initiates filter group spacing. |
4307
+ | `.pf-m-hidden{-on-[breakpoint]}` | `.pf-c-toolbar__content`, `.pf-c-toolbar__content-section`, `.pf-c-toolbar__item`, `.pf-c-toolbar__group` | Modifies toolbar element to be hidden, at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
4308
+ | `.pf-m-visible{-on-[breakpoint]}` | `.pf-c-toolbar__content`, `.pf-c-toolbar__content-section`, `.pf-c-toolbar__item`, `.pf-c-toolbar__group` | Modifies toolbar element to be shown, at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
4309
+ | `.pf-m-align-right{-on-[breakpoint]}` | `.pf-c-toolbar > *` | Modifies toolbar element to align right, at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
4310
+ | `.pf-m-align-left{-on-[breakpoint]}` | `.pf-c-toolbar > *` | Modifies toolbar element to align left, at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
4311
+ | `.pf-m-align-items-center` | `.pf-c-toolbar__content-section`, `.pf-c-toolbar__group` | Modifies toolbar element to vertically align children to center. |
4312
+ | `.pf-m-align-items-baseline` | `.pf-c-toolbar__group` | Modifies toolbar group to vertically align children to baseline. |
4313
+ | `.pf-m-align-self-center` | `.pf-c-toolbar__group`, `.pf-c-toolbar__item` | Modifies toolbar element to vertically align self to center. |
4314
+ | `.pf-m-align-self-baseline` | `.pf-c-toolbar__group`, `.pf-c-toolbar__item` | Modifies toolbar element to vertically align self to baseline. |
4315
+ | `.pf-m-label` | `.pf-c-toolbar__item` | Modifies toolbar item to label. |
4316
+ | `.pf-m-chip-container` | `.pf-c-toolbar__content`, `.pf-c-toolbar__group` | Modifies the toolbar element for applied filters layout. |
4317
+ | `.pf-m-overflow-container` | `.pf-c-toolbar__item`, `.pf-c-toolbar__group` | Modifies the toolbar element to hide overflow and respond to available space. Used for horizontal navigation. |
4318
+ | `.pf-m-expanded` | `.pf-c-toolbar__expandable-content`, `.pf-c-toolbar__toggle` | Modifies the component for the expanded state. |
4319
+ | `.pf-m-wrap` | `.pf-c-toolbar`, `.pf-c-toolbar__content-section`, `.pf-c-toolbar__group` | Modifies the toolbar element to wrap. |
4320
+ | `.pf-m-nowrap` | `.pf-c-toolbar`, `.pf-c-toolbar__group` | Modifies the toolbar element to nowrap. |
4228
4321
 
4229
4322
  ### Accessibility
4230
4323
 
4231
- | Attribute | Applied to | Outcome |
4232
- | -------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
4233
- | `hidden` | `.pf-c-toolbar__item`, `.pf-c-toolbar__group`, `.pf-c-toolbar__toggle`, `.pf-c-toolbar__expandable-content` | Indicates that the toolbar element is hidden. **Required** |
4234
- | `aria-expanded="true"` | `.pf-c-toolbar__toggle > .pf-c-button` | Indicates that the expandable content is visible. **Required** |
4235
- | `aria-expanded="false"` | `.pf-c-toolbar__toggle > .pf-c-button` | Indicates the the expandable content is hidden. **Required** |
4236
- | `aria-controls="[id of expandable content]"` | `.pf-c-toolbar__toggle > .pf-c-button` | Identifies the expanded content controlled by the toggle button. **Required** |
4237
- | `id="[expandable-content_id]"` | `.pf-c-toolbar__expandable-content` | Provides a reference for toggle button description. **Required** |
4238
- | `aria-label="Expand all"` | `.pf-c-toolbar__item.pf-m-expand-all` | Provides an accessible label for the expand all item button. **Required** |
4239
- | `aria-label="Collapse all"` | `.pf-c-toolbar__item.pf-m-expand-all.pf-m-expanded` | Provides an accessible label for the expand all item button. **Required** |
4324
+ | Attribute | Applied to | Outcome |
4325
+ | -- | -- | -- |
4326
+ | `hidden` | `.pf-c-toolbar__item`, `.pf-c-toolbar__group`, `.pf-c-toolbar__toggle`, `.pf-c-toolbar__expandable-content` | Indicates that the toolbar element is hidden. **Required** |
4327
+ | `aria-expanded="true"` | `.pf-c-toolbar__toggle > .pf-c-button` | Indicates that the expandable content is visible. **Required** |
4328
+ | `aria-expanded="false"` | `.pf-c-toolbar__toggle > .pf-c-button` | Indicates the the expandable content is hidden. **Required** |
4329
+ | `aria-controls="[id of expandable content]"` | `.pf-c-toolbar__toggle > .pf-c-button` | Identifies the expanded content controlled by the toggle button. **Required** |
4330
+ | `id="[expandable-content_id]"` | `.pf-c-toolbar__expandable-content` | Provides a reference for toggle button description. **Required** |
4331
+ | `aria-label="Expand all"` | `.pf-c-toolbar__item.pf-m-expand-all` | Provides an accessible label for the expand all item button. **Required** |
4332
+ | `aria-label="Collapse all"` | `.pf-c-toolbar__item.pf-m-expand-all.pf-m-expanded` | Provides an accessible label for the expand all item button. **Required** |
4240
4333
 
4241
4334
  ### Toggle group usage
4242
4335
 
4243
- | Class | Applied to | Outcome |
4244
- | ------------------------------ | ----------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
4245
- | `.pf-m-toggle-group` | `.pf-c-toolbar__group` | Modifies toolbar group to control when, and at which breakpoint, filters will be hidden/shown. By default, all filters are hidden until the specified breakpoint is reached. |
4336
+ | Class | Applied to | Outcome |
4337
+ | -- | -- | -- |
4338
+ | `.pf-m-toggle-group` | `.pf-c-toolbar__group` | Modifies toolbar group to control when, and at which breakpoint, filters will be hidden/shown. By default, all filters are hidden until the specified breakpoint is reached. |
4246
4339
  | `.pf-m-show{-on-[breakpoint]}` | `.pf-c-toolbar__group.pf-m-toggle-group`, `.pf-c-toolbar__expandable-content` | Modifies toolbar element to hidden at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). This selector must be applied consistently to toggle group and expandable content. |
4247
4340
 
4248
4341
  ### Spacer system
4249
4342
 
4250
- | Class | Applied to | Outcome |
4251
- | ------------------------------------------------------------ | --------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
4252
- | `.pf-m-spacer-{none, sm, md, lg, xl}{-on-[breakpoint]}` | `.pf-c-toolbar__group`, `.pf-c-toolbar__item` | Modifies toolbar group or item spacing at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
4253
- | `.pf-m-space-items-{none, sm, md, lg, xl}{-on-[breakpoint]}` | `.pf-c-toolbar__group` | Modifies toolbar group child spacing at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
4343
+ | Class | Applied to | Outcome |
4344
+ | -- | -- | -- |
4345
+ | `.pf-m-spacer-{none, sm, md, lg, xl}{-on-[breakpoint]}` | `.pf-c-toolbar__group`, `.pf-c-toolbar__item` | Modifies toolbar group or item spacing at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
4346
+ | `.pf-m-space-items-{none, sm, md, lg, xl}{-on-[breakpoint]}` | `.pf-c-toolbar__group` | Modifies toolbar group child spacing at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |