@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
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  id: Select
3
3
  section: components
4
+ subsection: menus
4
5
  cssPrefix: pf-c-select
5
6
  ---import './Select.css'
6
7
 
@@ -235,19 +236,19 @@ The single select should be used when the user is selecting an option from a lis
235
236
 
236
237
  ### Usage
237
238
 
238
- | Class | Applied to | Outcome |
239
- | ------------------------------ | -------------------- | ----------------------------------------------------------------------------------- |
240
- | `.pf-c-select` | `<div>` | Initiates a custom select. |
241
- | `.pf-c-select__toggle` | `<button>` | Initiates a custom toggle. |
242
- | `.pf-c-select__toggle-wrapper` | `<div>` | Initiates a custom select toggle wrapper. |
243
- | `.pf-c-select__toggle-arrow` | `<span>` | Initiates the caret to toggle the dropdown. |
244
- | `.pf-c-select__menu` | `<ul>` | Initiates the custom select dropdown menu. |
245
- | `.pf-c-select__menu-item` | `<li>` | Initiates the items in the custom select dropdown menu. |
246
- | `.pf-c-select__menu-item-icon` | `<i>` | Initiates the selected item icon. |
247
- | `.pf-m-top` | `.pf-c-select` | Modifies the select menu to display above the toggle. |
248
- | `.pf-m-align-right` | `.pf-c-select__menu` | Modifies the select menu to display right aligned to the toggle. |
249
- | `.pf-m-static` | `.pf-c-select__menu` | Modifies the select menu to be statically positioned to support custom positioning. |
250
- | `.pf-m-active` | `.pf-c-select` | Forces display of the active state of the toggle. |
239
+ | Class | Applied to | Outcome |
240
+ | -- | -- | -- |
241
+ | `.pf-c-select` | `<div>` | Initiates a custom select. |
242
+ | `.pf-c-select__toggle` | `<button>` | Initiates a custom toggle. |
243
+ | `.pf-c-select__toggle-wrapper` | `<div>` | Initiates a custom select toggle wrapper. |
244
+ | `.pf-c-select__toggle-arrow` | `<span>` | Initiates the caret to toggle the dropdown. |
245
+ | `.pf-c-select__menu` | `<ul>` | Initiates the custom select dropdown menu. |
246
+ | `.pf-c-select__menu-item` | `<li>` | Initiates the items in the custom select dropdown menu. |
247
+ | `.pf-c-select__menu-item-icon` | `<i>` | Initiates the selected item icon. |
248
+ | `.pf-m-top` | `.pf-c-select` | Modifies the select menu to display above the toggle. |
249
+ | `.pf-m-align-right` | `.pf-c-select__menu` | Modifies the select menu to display right aligned to the toggle. |
250
+ | `.pf-m-static` | `.pf-c-select__menu` | Modifies the select menu to be statically positioned to support custom positioning. |
251
+ | `.pf-m-active` | `.pf-c-select` | Forces display of the active state of the toggle. |
251
252
 
252
253
  ## States
253
254
 
@@ -492,29 +493,29 @@ The single select should be used when the user is selecting an option from a lis
492
493
 
493
494
  ### Accessibility
494
495
 
495
- | Attribute | Applied to | Outcome |
496
- | ---------------------- | ------------------------- | ---------------------------------------------------------------- |
497
- | `aria-invalid="true"` | `.pf-c-select__toggle` | Indicates that the select is in the invalid state. |
498
- | `aria-selected="true"` | `.pf-c-select__menu-item` | Should be set programmatically to indicate the active item. |
499
- | `disabled` | `.pf-c-select__toggle` | Disables the dropdown toggle and removes it from keyboard focus. |
496
+ | Attribute | Applied to | Outcome |
497
+ | -- | -- | -- |
498
+ | `aria-invalid="true"` | `.pf-c-select__toggle` | Indicates that the select is in the invalid state. |
499
+ | `aria-selected="true"` | `.pf-c-select__menu-item` | Should be set programmatically to indicate the active item. |
500
+ | `disabled` | `.pf-c-select__toggle` | Disables the dropdown toggle and removes it from keyboard focus. |
500
501
 
501
502
  ### Usage
502
503
 
503
- | Class | Applied to | Outcome |
504
- | ------------------------------ | ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
505
- | `.pf-c-select` | `<div>` | Initiates the select component. |
506
- | `.pf-c-select__toggle` | `<button>` | Initiates the select toggle. |
507
- | `.pf-c-select__toggle-wrapper` | `<div>` | Initiates the select toggle wrapper. |
508
- | `.pf-c-select__toggle-arrow` | `<span>` | Initiates the caret to toggle the dropdown. |
509
- | `.pf-c-select__menu` | `<ul>` | Initiates the select dropdown menu. |
510
- | `.pf-c-select__menu-item` | `<li>` | Initiates the items in the select dropdown menu. |
511
- | `.pf-c-select__menu-item-icon` | `<span>` | Initiates the selected item icon wrapper. |
512
- | `.pf-m-expanded` | `.pf-c-select` | Indicates the select is expanded. |
513
- | `.pf-m-success` | `.pf-c-select` | Modifies select component for the success state. |
514
- | `.pf-m-warning` | `.pf-c-select` | Modifies select component for the warning state. |
515
- | `.pf-m-invalid` | `.pf-c-select` | Modifies select component for the invalid state. |
516
- | `.pf-m-selected` | `.pf-c-select__menu-item` | Indicates the menu item is selected. |
517
- | `.pf-m-disabled` | `div.pf-c-select__toggle` | Modifies to display the select toggle as disabled. This applies to `div.pf-c-select__toggle` and should not be used in lieu of the `disabled` attribute on `button.pf-c-select__toggle`. When this is used, `disabled` should also be added to any form elements in `div.pf-c-select__toggle` |
504
+ | Class | Applied to | Outcome |
505
+ | -- | -- | -- |
506
+ | `.pf-c-select` | `<div>` | Initiates the select component. |
507
+ | `.pf-c-select__toggle` | `<button>` | Initiates the select toggle. |
508
+ | `.pf-c-select__toggle-wrapper` | `<div>` | Initiates the select toggle wrapper. |
509
+ | `.pf-c-select__toggle-arrow` | `<span>` | Initiates the caret to toggle the dropdown. |
510
+ | `.pf-c-select__menu` | `<ul>` | Initiates the select dropdown menu. |
511
+ | `.pf-c-select__menu-item` | `<li>` | Initiates the items in the select dropdown menu. |
512
+ | `.pf-c-select__menu-item-icon` | `<span>` | Initiates the selected item icon wrapper. |
513
+ | `.pf-m-expanded` | `.pf-c-select` | Indicates the select is expanded. |
514
+ | `.pf-m-success` | `.pf-c-select` | Modifies select component for the success state. |
515
+ | `.pf-m-warning` | `.pf-c-select` | Modifies select component for the warning state. |
516
+ | `.pf-m-invalid` | `.pf-c-select` | Modifies select component for the invalid state. |
517
+ | `.pf-m-selected` | `.pf-c-select__menu-item` | Indicates the menu item is selected. |
518
+ | `.pf-m-disabled` | `div.pf-c-select__toggle` | Modifies to display the select toggle as disabled. This applies to `div.pf-c-select__toggle` and should not be used in lieu of the `disabled` attribute on `button.pf-c-select__toggle`. When this is used, `disabled` should also be added to any form elements in `div.pf-c-select__toggle`|
518
519
 
519
520
  ## Typeahead
520
521
 
@@ -902,26 +903,26 @@ The single select typeahead should be used when the user is selecting one option
902
903
 
903
904
  ### Accessibility
904
905
 
905
- | Attribute | Applied to | Outcome |
906
- | ---------------------- | ------------------------- | ----------------------------------------------------------- |
906
+ | Attribute | Applied to | Outcome |
907
+ | -- | -- | -- |
907
908
  | `aria-selected="true"` | `.pf-c-select__menu-item` | Should be set programmatically to indicate the active item. |
908
909
 
909
910
  ### Usage
910
911
 
911
- | Class | Applied to | Outcome |
912
- | -------------------------------- | ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
913
- | `.pf-c-select` | `<div>` | Initiates the select component. |
914
- | `.pf-c-select__toggle` | `<div>` | Initiates the select toggle. |
915
- | `.pf-c-select__toggle-wrapper` | `<div>` | Initiates the select toggle wrapper. |
916
- | `.pf-c-select__toggle-typeahead` | `input.pf-c-form-control` | Initiates the input field for typeahead. |
917
- | `.pf-c-select__toggle-clear` | `button.pf-c-button.pf-m-plain` | Initiates a clear button in the toggle. |
918
- | `.pf-c-select__toggle-button` | `button.pf-c-button.pf-m-plain` | Initiates a toggle button. |
919
- | `.pf-c-select__toggle-arrow` | `<span>` | Initiates the caret icon. |
920
- | `.pf-c-select__menu` | `<ul>` | Initiates the select dropdown menu. |
921
- | `.pf-c-select__menu-item` | `<li>` | Initiates the items in the select dropdown menu. |
922
- | `.pf-m-expanded` | `.pf-c-select` | Indicates the select is expanded. |
923
- | `.pf-m-typeahead` | `.pf-c-select__toggle` | Indicates the select has a typeahead. |
924
- | `.pf-m-focus` | `.pf-c-select__menu-item` | Modifies the menu item to apply `:focus` styling. For use when navigating the menu items by keyboard when the typeahead input field has browser focus. |
912
+ | Class | Applied to | Outcome |
913
+ | -- | -- | -- |
914
+ | `.pf-c-select` | `<div>` | Initiates the select component. |
915
+ | `.pf-c-select__toggle` | `<div>` | Initiates the select toggle. |
916
+ | `.pf-c-select__toggle-wrapper` | `<div>` | Initiates the select toggle wrapper. |
917
+ | `.pf-c-select__toggle-typeahead` | `input.pf-c-form-control` | Initiates the input field for typeahead. |
918
+ | `.pf-c-select__toggle-clear` | `button.pf-c-button.pf-m-plain` | Initiates a clear button in the toggle. |
919
+ | `.pf-c-select__toggle-button` | `button.pf-c-button.pf-m-plain` | Initiates a toggle button. |
920
+ | `.pf-c-select__toggle-arrow` | `<span>` | Initiates the caret icon. |
921
+ | `.pf-c-select__menu` | `<ul>` | Initiates the select dropdown menu. |
922
+ | `.pf-c-select__menu-item` | `<li>` | Initiates the items in the select dropdown menu. |
923
+ | `.pf-m-expanded` | `.pf-c-select` | Indicates the select is expanded. |
924
+ | `.pf-m-typeahead` | `.pf-c-select__toggle` | Indicates the select has a typeahead. |
925
+ | `.pf-m-focus` | `.pf-c-select__menu-item` | Modifies the menu item to apply `:focus` styling. For use when navigating the menu items by keyboard when the typeahead input field has browser focus. |
925
926
 
926
927
  ## Typeahead multiselect
927
928
 
@@ -1003,87 +1004,107 @@ The single select typeahead should be used when the user is selecting one option
1003
1004
  >
1004
1005
  <li class="pf-c-chip-group__list-item">
1005
1006
  <div class="pf-c-chip">
1006
- <span
1007
- class="pf-c-chip__text"
1008
- id="select-multi-typeahead-expanded-chip_one"
1009
- >Arkansas</span>
1010
- <button
1011
- class="pf-c-button pf-m-plain"
1012
- type="button"
1013
- aria-labelledby="remove_select-multi-typeahead-expanded_chip_one select-multi-typeahead-expanded-chip_two"
1014
- aria-label="Remove"
1015
- id="remove_select-multi-typeahead-expanded_chip_one"
1016
- >
1017
- <i class="fas fa-times" aria-hidden="true"></i>
1018
- </button>
1007
+ <span class="pf-c-chip__content">
1008
+ <span
1009
+ class="pf-c-chip__text"
1010
+ id="select-multi-typeahead-expanded-chip_one"
1011
+ >Arkansas</span>
1012
+ </span>
1013
+ <span class="pf-c-chip__actions">
1014
+ <button
1015
+ class="pf-c-button pf-m-plain"
1016
+ type="button"
1017
+ aria-labelledby="remove_select-multi-typeahead-expanded_chip_one select-multi-typeahead-expanded-chip_two"
1018
+ aria-label="Remove"
1019
+ id="remove_select-multi-typeahead-expanded_chip_one"
1020
+ >
1021
+ <i class="fas fa-times" aria-hidden="true"></i>
1022
+ </button>
1023
+ </span>
1019
1024
  </div>
1020
1025
  </li>
1021
1026
  <li class="pf-c-chip-group__list-item">
1022
1027
  <div class="pf-c-chip">
1023
- <span
1024
- class="pf-c-chip__text"
1025
- id="select-multi-typeahead-expanded-chip_two"
1026
- >Massachusetts</span>
1027
- <button
1028
- class="pf-c-button pf-m-plain"
1029
- type="button"
1030
- aria-labelledby="remove_select-multi-typeahead-expanded_chip_two select-multi-typeahead-expanded-chip_two"
1031
- aria-label="Remove"
1032
- id="remove_select-multi-typeahead-expanded_chip_two"
1033
- >
1034
- <i class="fas fa-times" aria-hidden="true"></i>
1035
- </button>
1028
+ <span class="pf-c-chip__content">
1029
+ <span
1030
+ class="pf-c-chip__text"
1031
+ id="select-multi-typeahead-expanded-chip_two"
1032
+ >Massachusetts</span>
1033
+ </span>
1034
+ <span class="pf-c-chip__actions">
1035
+ <button
1036
+ class="pf-c-button pf-m-plain"
1037
+ type="button"
1038
+ aria-labelledby="remove_select-multi-typeahead-expanded_chip_two select-multi-typeahead-expanded-chip_two"
1039
+ aria-label="Remove"
1040
+ id="remove_select-multi-typeahead-expanded_chip_two"
1041
+ >
1042
+ <i class="fas fa-times" aria-hidden="true"></i>
1043
+ </button>
1044
+ </span>
1036
1045
  </div>
1037
1046
  </li>
1038
1047
  <li class="pf-c-chip-group__list-item">
1039
1048
  <div class="pf-c-chip">
1040
- <span
1041
- class="pf-c-chip__text"
1042
- id="select-multi-typeahead-expanded-chip_three"
1043
- >New Mexico</span>
1044
- <button
1045
- class="pf-c-button pf-m-plain"
1046
- type="button"
1047
- aria-labelledby="remove_select-multi-typeahead-expanded_chip_three select-multi-typeahead-expanded-chip_three"
1048
- aria-label="Remove"
1049
- id="remove_select-multi-typeahead-expanded_chip_three"
1050
- >
1051
- <i class="fas fa-times" aria-hidden="true"></i>
1052
- </button>
1049
+ <span class="pf-c-chip__content">
1050
+ <span
1051
+ class="pf-c-chip__text"
1052
+ id="select-multi-typeahead-expanded-chip_three"
1053
+ >New Mexico</span>
1054
+ </span>
1055
+ <span class="pf-c-chip__actions">
1056
+ <button
1057
+ class="pf-c-button pf-m-plain"
1058
+ type="button"
1059
+ aria-labelledby="remove_select-multi-typeahead-expanded_chip_three select-multi-typeahead-expanded-chip_three"
1060
+ aria-label="Remove"
1061
+ id="remove_select-multi-typeahead-expanded_chip_three"
1062
+ >
1063
+ <i class="fas fa-times" aria-hidden="true"></i>
1064
+ </button>
1065
+ </span>
1053
1066
  </div>
1054
1067
  </li>
1055
1068
  <li class="pf-c-chip-group__list-item">
1056
1069
  <div class="pf-c-chip">
1057
- <span
1058
- class="pf-c-chip__text"
1059
- id="select-multi-typeahead-expanded-chip_four"
1060
- >Ohio</span>
1061
- <button
1062
- class="pf-c-button pf-m-plain"
1063
- type="button"
1064
- aria-labelledby="remove_select-multi-typeahead-expanded_chip_four select-multi-typeahead-expanded-chip_four"
1065
- aria-label="Remove"
1066
- id="remove_select-multi-typeahead-expanded_chip_four"
1067
- >
1068
- <i class="fas fa-times" aria-hidden="true"></i>
1069
- </button>
1070
+ <span class="pf-c-chip__content">
1071
+ <span
1072
+ class="pf-c-chip__text"
1073
+ id="select-multi-typeahead-expanded-chip_four"
1074
+ >Ohio</span>
1075
+ </span>
1076
+ <span class="pf-c-chip__actions">
1077
+ <button
1078
+ class="pf-c-button pf-m-plain"
1079
+ type="button"
1080
+ aria-labelledby="remove_select-multi-typeahead-expanded_chip_four select-multi-typeahead-expanded-chip_four"
1081
+ aria-label="Remove"
1082
+ id="remove_select-multi-typeahead-expanded_chip_four"
1083
+ >
1084
+ <i class="fas fa-times" aria-hidden="true"></i>
1085
+ </button>
1086
+ </span>
1070
1087
  </div>
1071
1088
  </li>
1072
1089
  <li class="pf-c-chip-group__list-item">
1073
1090
  <div class="pf-c-chip">
1074
- <span
1075
- class="pf-c-chip__text"
1076
- id="select-multi-typeahead-expanded-chip_five"
1077
- >Washington</span>
1078
- <button
1079
- class="pf-c-button pf-m-plain"
1080
- type="button"
1081
- aria-labelledby="remove_select-multi-typeahead-expanded_chip_five select-multi-typeahead-expanded-chip_five"
1082
- aria-label="Remove"
1083
- id="remove_select-multi-typeahead-expanded_chip_five"
1084
- >
1085
- <i class="fas fa-times" aria-hidden="true"></i>
1086
- </button>
1091
+ <span class="pf-c-chip__content">
1092
+ <span
1093
+ class="pf-c-chip__text"
1094
+ id="select-multi-typeahead-expanded-chip_five"
1095
+ >Washington</span>
1096
+ </span>
1097
+ <span class="pf-c-chip__actions">
1098
+ <button
1099
+ class="pf-c-button pf-m-plain"
1100
+ type="button"
1101
+ aria-labelledby="remove_select-multi-typeahead-expanded_chip_five select-multi-typeahead-expanded-chip_five"
1102
+ aria-label="Remove"
1103
+ id="remove_select-multi-typeahead-expanded_chip_five"
1104
+ >
1105
+ <i class="fas fa-times" aria-hidden="true"></i>
1106
+ </button>
1107
+ </span>
1087
1108
  </div>
1088
1109
  </li>
1089
1110
  </ul>
@@ -1165,58 +1186,72 @@ The single select typeahead should be used when the user is selecting one option
1165
1186
  >
1166
1187
  <li class="pf-c-chip-group__list-item">
1167
1188
  <div class="pf-c-chip">
1168
- <span
1169
- class="pf-c-chip__text"
1170
- id="select-multi-typeahead-expanded-selected-chip_one"
1171
- >Arkansas</span>
1172
- <button
1173
- class="pf-c-button pf-m-plain"
1174
- type="button"
1175
- aria-labelledby="remove_select-multi-typeahead-expanded-selected_chip_one select-multi-typeahead-expanded-selected-chip_one"
1176
- aria-label="Remove"
1177
- id="remove_select-multi-typeahead-expanded-selected_chip_one"
1178
- >
1179
- <i class="fas fa-times" aria-hidden="true"></i>
1180
- </button>
1189
+ <span class="pf-c-chip__content">
1190
+ <span
1191
+ class="pf-c-chip__text"
1192
+ id="select-multi-typeahead-expanded-selected-chip_one"
1193
+ >Arkansas</span>
1194
+ </span>
1195
+ <span class="pf-c-chip__actions">
1196
+ <button
1197
+ class="pf-c-button pf-m-plain"
1198
+ type="button"
1199
+ aria-labelledby="remove_select-multi-typeahead-expanded-selected_chip_one select-multi-typeahead-expanded-selected-chip_one"
1200
+ aria-label="Remove"
1201
+ id="remove_select-multi-typeahead-expanded-selected_chip_one"
1202
+ >
1203
+ <i class="fas fa-times" aria-hidden="true"></i>
1204
+ </button>
1205
+ </span>
1181
1206
  </div>
1182
1207
  </li>
1183
1208
  <li class="pf-c-chip-group__list-item">
1184
1209
  <div class="pf-c-chip">
1185
- <span
1186
- class="pf-c-chip__text"
1187
- id="select-multi-typeahead-expanded-selected-chip_two"
1188
- >Massachusetts</span>
1189
- <button
1190
- class="pf-c-button pf-m-plain"
1191
- type="button"
1192
- aria-labelledby="remove_select-multi-typeahead-expanded-selected_chip_two select-multi-typeahead-expanded-selected-chip_two"
1193
- aria-label="Remove"
1194
- id="remove_select-multi-typeahead-expanded-selected_chip_two"
1195
- >
1196
- <i class="fas fa-times" aria-hidden="true"></i>
1197
- </button>
1210
+ <span class="pf-c-chip__content">
1211
+ <span
1212
+ class="pf-c-chip__text"
1213
+ id="select-multi-typeahead-expanded-selected-chip_two"
1214
+ >Massachusetts</span>
1215
+ </span>
1216
+ <span class="pf-c-chip__actions">
1217
+ <button
1218
+ class="pf-c-button pf-m-plain"
1219
+ type="button"
1220
+ aria-labelledby="remove_select-multi-typeahead-expanded-selected_chip_two select-multi-typeahead-expanded-selected-chip_two"
1221
+ aria-label="Remove"
1222
+ id="remove_select-multi-typeahead-expanded-selected_chip_two"
1223
+ >
1224
+ <i class="fas fa-times" aria-hidden="true"></i>
1225
+ </button>
1226
+ </span>
1198
1227
  </div>
1199
1228
  </li>
1200
1229
  <li class="pf-c-chip-group__list-item">
1201
1230
  <div class="pf-c-chip">
1202
- <span
1203
- class="pf-c-chip__text"
1204
- id="select-multi-typeahead-expanded-selected-chip_three"
1205
- >New Mexico</span>
1206
- <button
1207
- class="pf-c-button pf-m-plain"
1208
- type="button"
1209
- aria-labelledby="remove_select-multi-typeahead-expanded-selected_chip_three select-multi-typeahead-expanded-selected-chip_three"
1210
- aria-label="Remove"
1211
- id="remove_select-multi-typeahead-expanded-selected_chip_three"
1212
- >
1213
- <i class="fas fa-times" aria-hidden="true"></i>
1214
- </button>
1231
+ <span class="pf-c-chip__content">
1232
+ <span
1233
+ class="pf-c-chip__text"
1234
+ id="select-multi-typeahead-expanded-selected-chip_three"
1235
+ >New Mexico</span>
1236
+ </span>
1237
+ <span class="pf-c-chip__actions">
1238
+ <button
1239
+ class="pf-c-button pf-m-plain"
1240
+ type="button"
1241
+ aria-labelledby="remove_select-multi-typeahead-expanded-selected_chip_three select-multi-typeahead-expanded-selected-chip_three"
1242
+ aria-label="Remove"
1243
+ id="remove_select-multi-typeahead-expanded-selected_chip_three"
1244
+ >
1245
+ <i class="fas fa-times" aria-hidden="true"></i>
1246
+ </button>
1247
+ </span>
1215
1248
  </div>
1216
1249
  </li>
1217
1250
  <li class="pf-c-chip-group__list-item">
1218
1251
  <button class="pf-c-chip pf-m-overflow">
1219
- <span class="pf-c-chip__text">2 more</span>
1252
+ <span class="pf-c-chip__content">
1253
+ <span class="pf-c-chip__text">2 more</span>
1254
+ </span>
1220
1255
  </button>
1221
1256
  </li>
1222
1257
  </ul>
@@ -1289,87 +1324,107 @@ The single select typeahead should be used when the user is selecting one option
1289
1324
  >
1290
1325
  <li class="pf-c-chip-group__list-item">
1291
1326
  <div class="pf-c-chip">
1292
- <span
1293
- class="pf-c-chip__text"
1294
- id="select-multi-typeahead-invalid-chip_one"
1295
- >Arkansas</span>
1296
- <button
1297
- class="pf-c-button pf-m-plain"
1298
- type="button"
1299
- aria-labelledby="remove_select-multi-typeahead-invalid_chip_one select-multi-typeahead-invalid-chip_two"
1300
- aria-label="Remove"
1301
- id="remove_select-multi-typeahead-invalid_chip_one"
1302
- >
1303
- <i class="fas fa-times" aria-hidden="true"></i>
1304
- </button>
1327
+ <span class="pf-c-chip__content">
1328
+ <span
1329
+ class="pf-c-chip__text"
1330
+ id="select-multi-typeahead-invalid-chip_one"
1331
+ >Arkansas</span>
1332
+ </span>
1333
+ <span class="pf-c-chip__actions">
1334
+ <button
1335
+ class="pf-c-button pf-m-plain"
1336
+ type="button"
1337
+ aria-labelledby="remove_select-multi-typeahead-invalid_chip_one select-multi-typeahead-invalid-chip_two"
1338
+ aria-label="Remove"
1339
+ id="remove_select-multi-typeahead-invalid_chip_one"
1340
+ >
1341
+ <i class="fas fa-times" aria-hidden="true"></i>
1342
+ </button>
1343
+ </span>
1305
1344
  </div>
1306
1345
  </li>
1307
1346
  <li class="pf-c-chip-group__list-item">
1308
1347
  <div class="pf-c-chip">
1309
- <span
1310
- class="pf-c-chip__text"
1311
- id="select-multi-typeahead-invalid-chip_two"
1312
- >Massachusetts</span>
1313
- <button
1314
- class="pf-c-button pf-m-plain"
1315
- type="button"
1316
- aria-labelledby="remove_select-multi-typeahead-invalid_chip_two select-multi-typeahead-invalid-chip_two"
1317
- aria-label="Remove"
1318
- id="remove_select-multi-typeahead-invalid_chip_two"
1319
- >
1320
- <i class="fas fa-times" aria-hidden="true"></i>
1321
- </button>
1348
+ <span class="pf-c-chip__content">
1349
+ <span
1350
+ class="pf-c-chip__text"
1351
+ id="select-multi-typeahead-invalid-chip_two"
1352
+ >Massachusetts</span>
1353
+ </span>
1354
+ <span class="pf-c-chip__actions">
1355
+ <button
1356
+ class="pf-c-button pf-m-plain"
1357
+ type="button"
1358
+ aria-labelledby="remove_select-multi-typeahead-invalid_chip_two select-multi-typeahead-invalid-chip_two"
1359
+ aria-label="Remove"
1360
+ id="remove_select-multi-typeahead-invalid_chip_two"
1361
+ >
1362
+ <i class="fas fa-times" aria-hidden="true"></i>
1363
+ </button>
1364
+ </span>
1322
1365
  </div>
1323
1366
  </li>
1324
1367
  <li class="pf-c-chip-group__list-item">
1325
1368
  <div class="pf-c-chip">
1326
- <span
1327
- class="pf-c-chip__text"
1328
- id="select-multi-typeahead-invalid-chip_three"
1329
- >New Mexico</span>
1330
- <button
1331
- class="pf-c-button pf-m-plain"
1332
- type="button"
1333
- aria-labelledby="remove_select-multi-typeahead-invalid_chip_three select-multi-typeahead-invalid-chip_three"
1334
- aria-label="Remove"
1335
- id="remove_select-multi-typeahead-invalid_chip_three"
1336
- >
1337
- <i class="fas fa-times" aria-hidden="true"></i>
1338
- </button>
1369
+ <span class="pf-c-chip__content">
1370
+ <span
1371
+ class="pf-c-chip__text"
1372
+ id="select-multi-typeahead-invalid-chip_three"
1373
+ >New Mexico</span>
1374
+ </span>
1375
+ <span class="pf-c-chip__actions">
1376
+ <button
1377
+ class="pf-c-button pf-m-plain"
1378
+ type="button"
1379
+ aria-labelledby="remove_select-multi-typeahead-invalid_chip_three select-multi-typeahead-invalid-chip_three"
1380
+ aria-label="Remove"
1381
+ id="remove_select-multi-typeahead-invalid_chip_three"
1382
+ >
1383
+ <i class="fas fa-times" aria-hidden="true"></i>
1384
+ </button>
1385
+ </span>
1339
1386
  </div>
1340
1387
  </li>
1341
1388
  <li class="pf-c-chip-group__list-item">
1342
1389
  <div class="pf-c-chip">
1343
- <span
1344
- class="pf-c-chip__text"
1345
- id="select-multi-typeahead-invalid-chip_four"
1346
- >Ohio</span>
1347
- <button
1348
- class="pf-c-button pf-m-plain"
1349
- type="button"
1350
- aria-labelledby="remove_select-multi-typeahead-invalid_chip_four select-multi-typeahead-invalid-chip_four"
1351
- aria-label="Remove"
1352
- id="remove_select-multi-typeahead-invalid_chip_four"
1353
- >
1354
- <i class="fas fa-times" aria-hidden="true"></i>
1355
- </button>
1390
+ <span class="pf-c-chip__content">
1391
+ <span
1392
+ class="pf-c-chip__text"
1393
+ id="select-multi-typeahead-invalid-chip_four"
1394
+ >Ohio</span>
1395
+ </span>
1396
+ <span class="pf-c-chip__actions">
1397
+ <button
1398
+ class="pf-c-button pf-m-plain"
1399
+ type="button"
1400
+ aria-labelledby="remove_select-multi-typeahead-invalid_chip_four select-multi-typeahead-invalid-chip_four"
1401
+ aria-label="Remove"
1402
+ id="remove_select-multi-typeahead-invalid_chip_four"
1403
+ >
1404
+ <i class="fas fa-times" aria-hidden="true"></i>
1405
+ </button>
1406
+ </span>
1356
1407
  </div>
1357
1408
  </li>
1358
1409
  <li class="pf-c-chip-group__list-item">
1359
1410
  <div class="pf-c-chip">
1360
- <span
1361
- class="pf-c-chip__text"
1362
- id="select-multi-typeahead-invalid-chip_five"
1363
- >Washington</span>
1364
- <button
1365
- class="pf-c-button pf-m-plain"
1366
- type="button"
1367
- aria-labelledby="remove_select-multi-typeahead-invalid_chip_five select-multi-typeahead-invalid-chip_five"
1368
- aria-label="Remove"
1369
- id="remove_select-multi-typeahead-invalid_chip_five"
1370
- >
1371
- <i class="fas fa-times" aria-hidden="true"></i>
1372
- </button>
1411
+ <span class="pf-c-chip__content">
1412
+ <span
1413
+ class="pf-c-chip__text"
1414
+ id="select-multi-typeahead-invalid-chip_five"
1415
+ >Washington</span>
1416
+ </span>
1417
+ <span class="pf-c-chip__actions">
1418
+ <button
1419
+ class="pf-c-button pf-m-plain"
1420
+ type="button"
1421
+ aria-labelledby="remove_select-multi-typeahead-invalid_chip_five select-multi-typeahead-invalid-chip_five"
1422
+ aria-label="Remove"
1423
+ id="remove_select-multi-typeahead-invalid_chip_five"
1424
+ >
1425
+ <i class="fas fa-times" aria-hidden="true"></i>
1426
+ </button>
1427
+ </span>
1373
1428
  </div>
1374
1429
  </li>
1375
1430
  </ul>
@@ -1443,26 +1498,26 @@ The multiselect should be used when the user is selecting multiple items from a
1443
1498
 
1444
1499
  ### Accessibility
1445
1500
 
1446
- | Attribute | Applied to | Outcome |
1447
- | ---------------------- | ------------------------- | ----------------------------------------------------------- |
1501
+ | Attribute | Applied to | Outcome |
1502
+ | -- | -- | -- |
1448
1503
  | `aria-selected="true"` | `.pf-c-select__menu-item` | Should be set programmatically to indicate the active item. |
1449
1504
 
1450
1505
  ### Usage
1451
1506
 
1452
- | Class | Applied to | Outcome |
1453
- | -------------------------------- | ------------------------- | ------------------------------------------------------------------------------------ |
1454
- | `.pf-c-select` | `<div>` | Initiates the select component. |
1455
- | `.pf-c-select__toggle` | `<div>` | Initiates the select toggle. |
1456
- | `.pf-c-select__toggle-wrapper` | `<div>` | Initiates the select toggle wrapper so that chips and input field can wrap together. |
1457
- | `.pf-c-chip` | `<div>` | Initiates a chip. (See [chip component](/components/chip) for more details) |
1458
- | `.pf-c-select__toggle-typeahead` | `input.pf-c-form-control` | Initiates the input field for typeahead. |
1459
- | `.pf-c-select__toggle-clear` | `button.pf-m-plain` | Initiates a clear button in the toggle. |
1460
- | `.pf-c-select__toggle-button` | `<button>` | Initiates a toggle button. |
1461
- | `.pf-c-select__toggle-arrow` | `<span>` | Initiates the caret icon. |
1462
- | `.pf-c-select__menu` | `<ul>` | Initiates the select dropdown menu. |
1463
- | `.pf-c-select__menu-item` | `<li>` | Initiates the items in the select dropdown menu. |
1464
- | `.pf-m-expanded` | `.pf-c-select` | Indicates the select is expanded. |
1465
- | `.pf-m-typeahead` | `.pf-c-select__toggle` | Indicates the select has a typeahead. |
1507
+ | Class | Applied to | Outcome |
1508
+ | -- | -- | -- |
1509
+ | `.pf-c-select` | `<div>` | Initiates the select component. |
1510
+ | `.pf-c-select__toggle` | `<div>` | Initiates the select toggle. |
1511
+ | `.pf-c-select__toggle-wrapper` | `<div>` | Initiates the select toggle wrapper so that chips and input field can wrap together. |
1512
+ | `.pf-c-chip` | `<div>` | Initiates a chip. (See [chip component](/components/chip) for more details) |
1513
+ | `.pf-c-select__toggle-typeahead` | `input.pf-c-form-control` | Initiates the input field for typeahead. |
1514
+ | `.pf-c-select__toggle-clear` | `button.pf-m-plain` | Initiates a clear button in the toggle. |
1515
+ | `.pf-c-select__toggle-button` | `<button>` | Initiates a toggle button. |
1516
+ | `.pf-c-select__toggle-arrow` | `<span>` | Initiates the caret icon. |
1517
+ | `.pf-c-select__menu` | `<ul>` | Initiates the select dropdown menu. |
1518
+ | `.pf-c-select__menu-item` | `<li>` | Initiates the items in the select dropdown menu. |
1519
+ | `.pf-m-expanded` | `.pf-c-select` | Indicates the select is expanded. |
1520
+ | `.pf-m-typeahead` | `.pf-c-select__toggle` | Indicates the select has a typeahead. |
1466
1521
 
1467
1522
  ## Checkbox
1468
1523
 
@@ -2229,27 +2284,27 @@ The checkbox select can select multiple items using checkboxes. The number of it
2229
2284
 
2230
2285
  ### Usage
2231
2286
 
2232
- | Class | Applied to | Outcome |
2233
- | -------------------------------- | ------------------------- | ------------------------------------------------------------------------------------------------------------------------ |
2234
- | `.pf-c-select` | `<div>` | Initiates the select component. |
2235
- | `.pf-c-select__toggle` | `<button>` | Initiates the select toggle. |
2236
- | `.pf-c-select__toggle-wrapper` | `<div>` | Initiates the select toggle wrapper so that chips and input field can wrap together. |
2237
- | `.pf-c-chip` | `<div>` | Initiates a chip. (See [chip component](/components/chip) for more details) |
2238
- | `.pf-c-select__toggle-typeahead` | `input.pf-c-form-control` | Initiates the input field for typeahead. |
2239
- | `.pf-c-select__toggle-badge` | `<div>` | Initiates a container for a badge to indicate the number of items checked. _ note: This should contain an unread badge _ |
2240
- | `.pf-c-select__toggle-clear` | `button.pf-m-plain` | Initiates a clear button in the toggle. |
2241
- | `.pf-c-select__toggle-arrow` | `<span>` | Initiates the caret to toggle the dropdown. |
2242
- | `.pf-c-select__menu` | `<div>` | Initiates the select dropdown menu. |
2243
- | `.pf-c-select__menu-item` | `div.pf-c-check` | Initiates the items in the select dropdown menu. |
2244
- | `.pf-c-select__menu-item-row` | `<span>` | Initiates a menu item row for use with positioning other elements before/after the item text. |
2245
- | `.pf-c-select__menu-item-text` | `<span>` | Initiates the menu item row text. |
2246
- | `.pf-c-select__menu-item-count` | `<span>` | Initiates the menu item row count. |
2247
- | `.pf-c-select__menu-fieldset` | `<fieldset>` | Initiates a fieldset for the items in a checkbox select. |
2248
- | `.pf-c-select__menu-group` | `<div>` | Initiates a group within a select menu. |
2249
- | `.pf-c-select__menu-group-title` | `<div>` | Initiates a title for a group with a select menu. |
2250
- | `.pf-c-select__menu-search` | `<div>` | Initiates a container for the search input group. |
2251
- | `.pf-m-expanded` | `.pf-c-select` | Indicates the select is expanded. |
2252
- | `.pf-m-typeahead` | `.pf-c-select__toggle` | Indicates the select has a typeahead. |
2287
+ | Class | Applied to | Outcome |
2288
+ | -- | -- | -- |
2289
+ | `.pf-c-select` | `<div>` | Initiates the select component. |
2290
+ | `.pf-c-select__toggle` | `<button>` | Initiates the select toggle. |
2291
+ | `.pf-c-select__toggle-wrapper` | `<div>` | Initiates the select toggle wrapper so that chips and input field can wrap together. |
2292
+ | `.pf-c-chip` | `<div>` | Initiates a chip. (See [chip component](/components/chip) for more details) |
2293
+ | `.pf-c-select__toggle-typeahead` | `input.pf-c-form-control` | Initiates the input field for typeahead. |
2294
+ | `.pf-c-select__toggle-badge` | `<div>` | Initiates a container for a badge to indicate the number of items checked. \* note: This should contain an unread badge \* |
2295
+ | `.pf-c-select__toggle-clear` | `button.pf-m-plain` | Initiates a clear button in the toggle. |
2296
+ | `.pf-c-select__toggle-arrow` | `<span>` | Initiates the caret to toggle the dropdown. |
2297
+ | `.pf-c-select__menu` | `<div>` | Initiates the select dropdown menu. |
2298
+ | `.pf-c-select__menu-item` | `div.pf-c-check` | Initiates the items in the select dropdown menu. |
2299
+ | `.pf-c-select__menu-item-row` | `<span>` | Initiates a menu item row for use with positioning other elements before/after the item text. |
2300
+ | `.pf-c-select__menu-item-text` | `<span>` | Initiates the menu item row text. |
2301
+ | `.pf-c-select__menu-item-count` | `<span>` | Initiates the menu item row count. |
2302
+ | `.pf-c-select__menu-fieldset` | `<fieldset>` | Initiates a fieldset for the items in a checkbox select. |
2303
+ | `.pf-c-select__menu-group` | `<div>` | Initiates a group within a select menu. |
2304
+ | `.pf-c-select__menu-group-title` | `<div>` | Initiates a title for a group with a select menu. |
2305
+ | `.pf-c-select__menu-search` | `<div>` | Initiates a container for the search input group. |
2306
+ | `.pf-m-expanded` | `.pf-c-select` | Indicates the select is expanded. |
2307
+ | `.pf-m-typeahead` | `.pf-c-select__toggle` | Indicates the select has a typeahead. |
2253
2308
 
2254
2309
  ## Plain
2255
2310
 
@@ -2370,18 +2425,18 @@ The plain select variation should be used when you do not want a border applied
2370
2425
 
2371
2426
  ### Usage
2372
2427
 
2373
- | Class | Applied to | Outcome |
2374
- | ------------------------------ | ------------------------- | ------------------------------------------------ |
2375
- | `.pf-c-select` | `<div>` | Initiates the select component. |
2376
- | `.pf-c-select__toggle` | `<button>` | Initiates the select toggle. |
2377
- | `.pf-c-select__toggle-wrapper` | `<div>` | Initiates the select toggle wrapper. |
2378
- | `.pf-c-select__toggle-arrow` | `<span>` | Initiates the caret to toggle the dropdown. |
2379
- | `.pf-c-select__menu` | `<ul>` | Initiates the select dropdown menu. |
2380
- | `.pf-c-select__menu-item` | `<li>` | Initiates the items in the select dropdown menu. |
2381
- | `.pf-c-select__menu-item-icon` | `<i>` | Initiates the selected item icon. |
2382
- | `.pf-m-expanded` | `.pf-c-select` | Indicates the select is expanded. |
2383
- | `.pf-m-plain` | `.pf-c-select__toggle` | Modifies to display the toggle with no border. |
2384
- | `.pf-m-selected` | `.pf-c-select__menu-item` | Indicates the menu item is selected. |
2428
+ | Class | Applied to | Outcome |
2429
+ | -- | -- | -- |
2430
+ | `.pf-c-select` | `<div>` | Initiates the select component. |
2431
+ | `.pf-c-select__toggle` | `<button>` | Initiates the select toggle. |
2432
+ | `.pf-c-select__toggle-wrapper` | `<div>` | Initiates the select toggle wrapper. |
2433
+ | `.pf-c-select__toggle-arrow` | `<span>` | Initiates the caret to toggle the dropdown. |
2434
+ | `.pf-c-select__menu` | `<ul>` | Initiates the select dropdown menu. |
2435
+ | `.pf-c-select__menu-item` | `<li>` | Initiates the items in the select dropdown menu. |
2436
+ | `.pf-c-select__menu-item-icon` | `<i>` | Initiates the selected item icon. |
2437
+ | `.pf-m-expanded` | `.pf-c-select` | Indicates the select is expanded. |
2438
+ | `.pf-m-plain` | `.pf-c-select__toggle` | Modifies to display the toggle with no border. |
2439
+ | `.pf-m-selected` | `.pf-c-select__menu-item` | Indicates the menu item is selected. |
2385
2440
 
2386
2441
  ## Icon
2387
2442
 
@@ -2447,19 +2502,19 @@ The plain select variation should be used when you do not want a border applied
2447
2502
 
2448
2503
  ### Accessibility
2449
2504
 
2450
- | Attribute | Applied to | Outcome |
2451
- | -------------------- | --------------------------- | ------------------------------------------- |
2452
- | `aria-hidden="true"` | `.pf-c-select__toggle-icon` | Hides the icon from assistive technologies. |
2505
+ | Attribute | Applied to | Outcome |
2506
+ | -- | -- | -- |
2507
+ | `aria-hidden="true"` | `.pf-c-select__toggle-icon` | Hides the icon from assistive technologies.
2453
2508
 
2454
2509
  ### Usage
2455
2510
 
2456
- | Class | Applied to | Outcome |
2457
- | ------------------------------ | ---------- | ------------------------------------------- |
2458
- | `.pf-c-select` | `<div>` | Initiates the select component. |
2459
- | `.pf-c-select__toggle` | `<button>` | Initiates the select toggle. |
2460
- | `.pf-c-select__toggle-wrapper` | `<div>` | Initiates the select toggle wrapper. |
2461
- | `.pf-c-select__toggle-icon` | `<span>` | Initiates the icon in the dropdown toggle. |
2462
- | `.pf-c-select__toggle-arrow` | `<span>` | Initiates the caret to toggle the dropdown. |
2511
+ | Class | Applied to | Outcome |
2512
+ | -- | -- | -- |
2513
+ | `.pf-c-select` | `<div>` | Initiates the select component. |
2514
+ | `.pf-c-select__toggle` | `<button>` | Initiates the select toggle. |
2515
+ | `.pf-c-select__toggle-wrapper` | `<div>` | Initiates the select toggle wrapper. |
2516
+ | `.pf-c-select__toggle-icon` | `<span>` | Initiates the icon in the dropdown toggle. |
2517
+ | `.pf-c-select__toggle-arrow` | `<span>` | Initiates the caret to toggle the dropdown. |
2463
2518
 
2464
2519
  ## Panel
2465
2520
 
@@ -2495,13 +2550,13 @@ The plain select variation should be used when you do not want a border applied
2495
2550
 
2496
2551
  ### Usage
2497
2552
 
2498
- | Class | Applied to | Outcome |
2499
- | ------------------------------ | ---------- | ------------------------------------------- |
2500
- | `.pf-c-select` | `<div>` | Initiates the select component. |
2501
- | `.pf-c-select__toggle` | `<button>` | Initiates the select toggle. |
2502
- | `.pf-c-select__toggle-wrapper` | `<div>` | Initiates the select toggle wrapper. |
2503
- | `.pf-c-select__toggle-arrow` | `<span>` | Initiates the caret to toggle the dropdown. |
2504
- | `.pf-c-select__menu` | `<div>` | Initiates the select dropdown menu. |
2553
+ | Class | Applied to | Outcome |
2554
+ | -- | -- | -- |
2555
+ | `.pf-c-select` | `<div>` | Initiates the select component. |
2556
+ | `.pf-c-select__toggle` | `<button>` | Initiates the select toggle. |
2557
+ | `.pf-c-select__toggle-wrapper` | `<div>` | Initiates the select toggle wrapper. |
2558
+ | `.pf-c-select__toggle-arrow` | `<span>` | Initiates the caret to toggle the dropdown. |
2559
+ | `.pf-c-select__menu` | `<div>` | Initiates the select dropdown menu. |
2505
2560
 
2506
2561
  ## Description
2507
2562
 
@@ -2707,11 +2762,11 @@ The plain select variation should be used when you do not want a border applied
2707
2762
 
2708
2763
  ### Usage
2709
2764
 
2710
- | Class | Applied to | Outcome |
2711
- | ------------------------------------- | ------------------------- | ------------------------------------------------------------------------------------------ |
2712
- | `.pf-c-select__menu-item-description` | `<span>` | Initiates the select menu item description element. |
2713
- | `.pf-c-select__menu-item-main` | `<span>` | Initiates the select menu item main element. Used when the description element is present. |
2714
- | `.pf-m-description` | `.pf-c-select__menu-item` | Modifies the select menu item when selected to accommodate the description element. |
2765
+ | Class | Applied to | Outcome |
2766
+ | -- | -- | -- |
2767
+ | `.pf-c-select__menu-item-description` | `<span>` | Initiates the select menu item description element. |
2768
+ | `.pf-c-select__menu-item-main` | `<span>` | Initiates the select menu item main element. Used when the description element is present. |
2769
+ | `.pf-m-description` | `.pf-c-select__menu-item` | Modifies the select menu item when selected to accommodate the description element. |
2715
2770
 
2716
2771
  ## Favorites
2717
2772
 
@@ -2914,20 +2969,20 @@ The plain select variation should be used when you do not want a border applied
2914
2969
 
2915
2970
  ### Accessibility
2916
2971
 
2917
- | Attribute | Applied to | Outcome |
2918
- | -------------------------- | -------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
2919
- | `aria-label="Not starred"` | `.pf-c-select__menu-wrapper > .pf-c-select__menu-item.pf-m-action` | Provides an accessible label indicating that the favorite action is not selected. |
2920
- | `aria-label="Starred"` | `.pf-c-select__menu-wrapper.pf-m-favorite > .pf-c-select__menu-item.pf-m-action` | Provides an accessible label indicating that the favorite action is selected. |
2972
+ | Attribute | Applied to | Outcome |
2973
+ | -- | -- | -- |
2974
+ | `aria-label="Not starred"` | `.pf-c-select__menu-wrapper > .pf-c-select__menu-item.pf-m-action` | Provides an accessible label indicating that the favorite action is not selected. |
2975
+ | `aria-label="Starred"` | `.pf-c-select__menu-wrapper.pf-m-favorite > .pf-c-select__menu-item.pf-m-action` | Provides an accessible label indicating that the favorite action is selected. |
2921
2976
 
2922
2977
  ### Usage
2923
2978
 
2924
- | Class | Applied to | Outcome |
2925
- | ---------------------------- | ---------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
2926
- | `.pf-c-select__menu-wrapper` | `<li>` | Defines a menu wrapper for use with multiple actionable items in a single item row. |
2927
- | `.pf-m-favorite` | `.pf-c-select__menu-wrapper` | Modifies wrapper to indicate that the item row has been favorited. |
2928
- | `.pf-m-favorite-action` | `.pf-c-select__menu-item` | Modifies an item for favorite styles. |
2929
- | `.pf-m-link` | `.pf-c-select__menu-item.pf-m-wrapper > .pf-c-select__menu-item` | Modifies item for link styles. |
2930
- | `.pf-m-action` | `.pf-c-select__menu-item.pf-m-wrapper > .pf-c-select__menu-item` | Modifies item to for action styles. |
2979
+ | Class | Applied to | Outcome |
2980
+ | -- | -- | -- |
2981
+ | `.pf-c-select__menu-wrapper` | `<li>` | Defines a menu wrapper for use with multiple actionable items in a single item row. |
2982
+ | `.pf-m-favorite` | `.pf-c-select__menu-wrapper` | Modifies wrapper to indicate that the item row has been favorited. |
2983
+ | `.pf-m-favorite-action` | `.pf-c-select__menu-item` | Modifies an item for favorite styles. |
2984
+ | `.pf-m-link` | `.pf-c-select__menu-item.pf-m-wrapper > .pf-c-select__menu-item` | Modifies item for link styles. |
2985
+ | `.pf-m-action` | `.pf-c-select__menu-item.pf-m-wrapper > .pf-c-select__menu-item` | Modifies item to for action styles. |
2931
2986
 
2932
2987
  ## View more
2933
2988
 
@@ -2992,8 +3047,8 @@ The plain select variation should be used when you do not want a border applied
2992
3047
 
2993
3048
  ### Usage
2994
3049
 
2995
- | Class | Applied to | Outcome |
2996
- | ------------ | ------------------------- | ------------------------------------- |
3050
+ | Class | Applied to | Outcome |
3051
+ | -- | -- | -- |
2997
3052
  | `.pf-m-load` | `.pf-c-select__menu-item` | Modifies a menu item for load styles. |
2998
3053
 
2999
3054
  ## Loading
@@ -3067,10 +3122,10 @@ The plain select variation should be used when you do not want a border applied
3067
3122
 
3068
3123
  ### Usage
3069
3124
 
3070
- | Class | Applied to | Outcome |
3071
- | ------------------------- | ------------------------- | ----------------------------------------------- |
3072
- | `.pf-c-select__list-item` | `<li>` | Defines a list item element in the select menu. |
3073
- | `.pf-m-loading` | `.pf-c-select__list-item` | Modifies a list item for loading styles. |
3125
+ | Class | Applied to | Outcome |
3126
+ | -- | -- | -- |
3127
+ | `.pf-c-select__list-item` | `<li>` | Defines a list item element in the select menu. |
3128
+ | `.pf-m-loading` | `.pf-c-select__list-item` | Modifies a list item for loading styles. |
3074
3129
 
3075
3130
  ## Footer
3076
3131
 
@@ -3137,10 +3192,10 @@ The plain select variation should be used when you do not want a border applied
3137
3192
 
3138
3193
  ### Usage
3139
3194
 
3140
- | Class | Applied to | Outcome |
3141
- | --------------------------- | ---------- | ------------------------------------------------------------------------- |
3142
- | `.pf-c-select__menu-footer` | `<div>` | Defines a menu footer. |
3143
- | `.pf-c-select__menu-list` | `<ul>` | Defines the menu list when the list is placed in `div.pf-c-select__menu`. |
3195
+ | Class | Applied to | Outcome |
3196
+ | -- | -- | -- |
3197
+ | `.pf-c-select__menu-footer` | `<div>` | Defines a menu footer. |
3198
+ | `.pf-c-select__menu-list` | `<ul>` | Defines the menu list when the list is placed in `div.pf-c-select__menu`. |
3144
3199
 
3145
3200
  ## Placeholder
3146
3201
 
@@ -3381,8 +3436,8 @@ The plain select variation should be used when you do not want a border applied
3381
3436
 
3382
3437
  ### Usage
3383
3438
 
3384
- | Class | Applied to | Outcome |
3385
- | ------------------- | ---------------------- | ------------------------------------------- |
3439
+ | Class | Applied to | Outcome |
3440
+ | -- | -- | -- |
3386
3441
  | `.pf-m-placeholder` | `.pf-c-select__toggle` | Modifies the toggle for placeholder styles. |
3387
3442
 
3388
3443
  ## Documentation