@patternfly/patternfly 5.0.0-alpha.2 → 5.0.0-alpha.20

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 (222) hide show
  1. package/README.md +1 -1
  2. package/RELEASE-NOTES.md +47 -0
  3. package/assets/icons/iconUnicodes.json +1 -0
  4. package/assets/pficon/pficon.scss +6 -0
  5. package/assets/pficon/pficon.woff +0 -0
  6. package/assets/pficon/pficon.woff2 +0 -0
  7. package/base/_chart-globals.scss +0 -4
  8. package/base/_common.scss +0 -22
  9. package/base/patternfly-common.css +0 -10
  10. package/base/patternfly-icons.css +5 -1
  11. package/base/patternfly-pf-icons.css +5 -1
  12. package/components/Accordion/accordion.css +2 -0
  13. package/components/Accordion/accordion.scss +2 -0
  14. package/components/AppLauncher/app-launcher.css +2 -0
  15. package/components/AppLauncher/app-launcher.scss +2 -0
  16. package/components/Breadcrumb/breadcrumb.css +2 -0
  17. package/components/Breadcrumb/breadcrumb.scss +2 -0
  18. package/components/CalendarMonth/calendar-month.css +1 -1
  19. package/components/CalendarMonth/calendar-month.scss +1 -1
  20. package/components/Card/card.css +9 -12
  21. package/components/Card/card.scss +11 -17
  22. package/components/ChipGroup/chip-group.css +27 -17
  23. package/components/ChipGroup/chip-group.scss +36 -22
  24. package/components/Content/content.css +6 -0
  25. package/components/Content/content.scss +8 -0
  26. package/components/ContextSelector/context-selector.css +5 -1
  27. package/components/ContextSelector/context-selector.scss +6 -2
  28. package/components/DataList/data-list.css +2 -1
  29. package/components/DataList/data-list.scss +2 -1
  30. package/components/Drawer/drawer.css +13 -14
  31. package/components/Drawer/drawer.scss +0 -1
  32. package/components/Dropdown/dropdown.css +27 -10
  33. package/components/Dropdown/dropdown.scss +22 -0
  34. package/components/EmptyState/empty-state.css +46 -52
  35. package/components/EmptyState/empty-state.scss +58 -57
  36. package/components/ExpandableSection/expandable-section.css +2 -0
  37. package/components/ExpandableSection/expandable-section.scss +2 -0
  38. package/components/FormControl/form-control.css +1 -1
  39. package/components/FormControl/themes/dark/form-control.scss +1 -1
  40. package/components/InputGroup/input-group.css +14 -0
  41. package/components/InputGroup/input-group.scss +9 -0
  42. package/components/InputGroup/themes/dark/input-group.scss +8 -0
  43. package/components/Label/label.css +2 -0
  44. package/components/Label/label.scss +2 -0
  45. package/components/LabelGroup/label-group.css +26 -22
  46. package/components/LabelGroup/label-group.scss +31 -26
  47. package/components/Login/login.css +1 -1
  48. package/components/Menu/menu.css +7 -0
  49. package/components/Menu/menu.scss +8 -0
  50. package/components/MenuToggle/menu-toggle.css +2 -0
  51. package/components/MenuToggle/menu-toggle.scss +2 -0
  52. package/components/ModalBox/modal-box.css +9 -8
  53. package/components/ModalBox/modal-box.scss +11 -11
  54. package/components/Page/page.css +60 -60
  55. package/components/Pagination/pagination.css +122 -2
  56. package/components/Pagination/pagination.scss +24 -1
  57. package/components/Popover/popover.css +2 -7
  58. package/components/Popover/themes/dark/popover.scss +2 -8
  59. package/components/Progress/progress.css +5 -2
  60. package/components/Progress/progress.scss +5 -2
  61. package/components/SearchInput/search-input.css +2 -0
  62. package/components/SearchInput/search-input.scss +2 -0
  63. package/components/Slider/slider.css +0 -7
  64. package/components/Slider/slider.scss +0 -9
  65. package/components/Table/table-grid.css +28 -28
  66. package/components/Table/table-tree-view.css +4 -4
  67. package/components/Tabs/tabs.css +0 -4
  68. package/components/Tabs/tabs.scss +0 -7
  69. package/components/TextInputGroup/text-input-group.css +4 -2
  70. package/components/TextInputGroup/text-input-group.scss +4 -3
  71. package/components/Toolbar/toolbar.css +65 -37
  72. package/components/Toolbar/toolbar.scss +37 -3
  73. package/components/Tooltip/themes/dark/tooltip.scss +1 -11
  74. package/components/Tooltip/tooltip.css +7 -12
  75. package/components/Tooltip/tooltip.scss +6 -3
  76. package/components/TreeView/tree-view.css +7 -15
  77. package/components/TreeView/tree-view.scss +7 -18
  78. package/components/Wizard/wizard.css +2 -0
  79. package/components/Wizard/wizard.scss +2 -0
  80. package/docs/components/AboutModalBox/examples/AboutModalBox.md +13 -13
  81. package/docs/components/Accordion/examples/Accordion.md +12 -12
  82. package/docs/components/ActionList/examples/ActionList.md +6 -6
  83. package/docs/components/Alert/examples/Alert.md +19 -19
  84. package/docs/components/AlertGroup/examples/AlertGroup.md +12 -12
  85. package/docs/components/AppLauncher/examples/application-launcher.md +51 -46
  86. package/docs/components/Avatar/examples/Avatar.md +11 -11
  87. package/docs/components/BackToTop/examples/BackToTop.md +4 -4
  88. package/docs/components/Backdrop/examples/Backdrop.md +4 -4
  89. package/docs/components/BackgroundImage/examples/BackgroundImage.md +4 -4
  90. package/docs/components/Badge/examples/Badge.md +5 -5
  91. package/docs/components/Banner/examples/Banner.md +8 -8
  92. package/docs/components/Brand/examples/Brand.md +9 -9
  93. package/docs/components/Breadcrumb/examples/Breadcrumb.md +20 -20
  94. package/docs/components/Button/examples/Button.md +35 -35
  95. package/docs/components/CalendarMonth/examples/CalendarMonth.md +32 -32
  96. package/docs/components/Card/examples/Card.md +61 -44
  97. package/docs/components/Check/examples/Check.md +15 -19
  98. package/docs/components/Chip/examples/Chip.md +13 -13
  99. package/docs/components/ChipGroup/examples/ChipGroup.md +15 -344
  100. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +22 -22
  101. package/docs/components/CodeBlock/examples/CodeBlock.md +9 -9
  102. package/docs/components/CodeEditor/examples/CodeEditor.md +54 -35
  103. package/docs/components/Content/examples/Content.md +37 -9
  104. package/docs/components/ContextSelector/examples/context-selector.css +5 -1
  105. package/docs/components/ContextSelector/examples/context-selector.md +86 -80
  106. package/docs/components/DataList/examples/DataList.md +187 -148
  107. package/docs/components/DatePicker/examples/DatePicker.md +10 -10
  108. package/docs/components/DescriptionList/examples/DescriptionList.md +24 -24
  109. package/docs/components/Divider/examples/Divider.md +10 -10
  110. package/docs/components/DragDrop/examples/DragDrop.md +5 -5
  111. package/docs/components/Drawer/examples/Drawer.md +43 -43
  112. package/docs/components/Dropdown/examples/Dropdown.css +5 -2
  113. package/docs/components/Dropdown/examples/Dropdown.md +311 -71
  114. package/docs/components/DualListSelector/examples/DualListSelector.md +201 -197
  115. package/docs/components/EmptyState/examples/EmptyState.md +130 -82
  116. package/docs/components/ExpandableSection/examples/ExpandableSection.md +23 -23
  117. package/docs/components/FileUpload/examples/FileUpload.md +8 -8
  118. package/docs/components/Form/examples/Form.md +64 -64
  119. package/docs/components/FormControl/examples/FormControl.md +20 -20
  120. package/docs/components/HelperText/examples/HelperText.md +12 -12
  121. package/docs/components/Hint/examples/Hint.md +7 -7
  122. package/docs/components/Icon/examples/Icon.md +10 -10
  123. package/docs/components/InlineEdit/examples/InlineEdit.md +24 -24
  124. package/docs/components/InputGroup/examples/InputGroup.md +10 -9
  125. package/docs/components/JumpLinks/examples/JumpLinks.md +35 -35
  126. package/docs/components/Label/examples/Label.md +31 -31
  127. package/docs/components/LabelGroup/examples/LabelGroup.md +24 -36
  128. package/docs/components/List/examples/List.md +18 -18
  129. package/docs/components/LogViewer/examples/LogViewer.md +69 -69
  130. package/docs/components/Login/examples/Login.md +32 -32
  131. package/docs/components/Masthead/examples/masthead.md +9 -9
  132. package/docs/components/Menu/examples/Menu.md +82 -80
  133. package/docs/components/MenuToggle/examples/MenuToggle.md +28 -28
  134. package/docs/components/ModalBox/examples/ModalBox.md +106 -85
  135. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +25 -25
  136. package/docs/components/Nav/examples/Navigation.md +69 -69
  137. package/docs/components/NotificationBadge/examples/NotificationBadge.md +8 -8
  138. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +44 -44
  139. package/docs/components/NumberInput/examples/NumberInput.md +12 -12
  140. package/docs/components/OptionsMenu/examples/options-menu.md +27 -28
  141. package/docs/components/OverflowMenu/examples/overflow-menu.md +25 -25
  142. package/docs/components/Page/examples/Page.md +54 -54
  143. package/docs/components/Pagination/examples/Pagination.md +129 -30
  144. package/docs/components/Panel/examples/Panel.md +10 -10
  145. package/docs/components/Popover/examples/Popover.md +34 -34
  146. package/docs/components/Progress/examples/Progress.md +31 -60
  147. package/docs/components/ProgressStepper/examples/ProgressStepper.md +45 -38
  148. package/docs/components/Radio/examples/Radio.md +11 -11
  149. package/docs/components/SearchInput/examples/SearchInput.md +34 -34
  150. package/docs/components/Select/examples/Select.md +143 -143
  151. package/docs/components/Sidebar/examples/Sidebar.md +14 -14
  152. package/docs/components/SimpleList/examples/SimpleList.md +15 -15
  153. package/docs/components/Skeleton/examples/Skeleton.md +8 -8
  154. package/docs/components/SkipToContent/examples/SkipToContent.md +5 -5
  155. package/docs/components/Slider/examples/Slider.md +30 -30
  156. package/docs/components/Spinner/examples/Spinner.md +24 -24
  157. package/docs/components/Switch/examples/Switch.md +19 -19
  158. package/docs/components/TabContent/examples/TabContent.md +13 -13
  159. package/docs/components/Table/examples/Table.md +1272 -855
  160. package/docs/components/Tabs/examples/Tabs.md +149 -149
  161. package/docs/components/TextInputGroup/examples/TextInputGroup.md +19 -19
  162. package/docs/components/Tile/examples/Tile.md +15 -15
  163. package/docs/components/Timestamp/examples/Timestamp.md +5 -5
  164. package/docs/components/Title/examples/Title.md +17 -17
  165. package/docs/components/ToggleGroup/examples/toggle-group.md +13 -13
  166. package/docs/components/Toolbar/examples/Toolbar.md +165 -144
  167. package/docs/components/Tooltip/examples/Tooltip.md +10 -10
  168. package/docs/components/TreeView/examples/TreeView.md +34 -34
  169. package/docs/components/Truncate/examples/Truncate.md +4 -4
  170. package/docs/components/Wizard/examples/Wizard.md +63 -70
  171. package/docs/demos/AboutModal/examples/AboutModal.md +4 -4
  172. package/docs/demos/Alert/examples/Alert.md +13 -13
  173. package/docs/demos/BackToTop/examples/BackToTop.md +4 -4
  174. package/docs/demos/Banner/examples/Banner.md +10 -11
  175. package/docs/demos/Card/examples/Card.md +151 -116
  176. package/docs/demos/CardView/examples/CardView.md +16 -15
  177. package/docs/demos/ContextSelector/examples/ContextSelector.md +18 -18
  178. package/docs/demos/Dashboard/examples/Dashboard.md +10 -9
  179. package/docs/demos/DataList/examples/DataList.md +160 -111
  180. package/docs/demos/DescriptionList/examples/DescriptionList.md +12 -13
  181. package/docs/demos/Drawer/examples/Drawer.md +20 -20
  182. package/docs/demos/HelperText/examples/HelperText.md +8 -9
  183. package/docs/demos/JumpLinks/examples/JumpLinks.md +28 -28
  184. package/docs/demos/Masthead/examples/Masthead.md +32 -35
  185. package/docs/demos/Modal/examples/Modal.md +54 -66
  186. package/docs/demos/Nav/examples/Nav.md +720 -767
  187. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +40 -28
  188. package/docs/demos/Page/examples/Page.md +37 -37
  189. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +32 -33
  190. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +53 -49
  191. package/docs/demos/Skeleton/examples/Skeleton.md +4 -4
  192. package/docs/demos/Table/examples/Table.md +522 -378
  193. package/docs/demos/Tabs/examples/Tabs.md +120 -601
  194. package/docs/demos/Toolbar/examples/Toolbar.md +1781 -171
  195. package/docs/demos/Wizard/examples/Wizard.md +229 -225
  196. package/docs/layouts/Bullseye/examples/Bullseye.md +4 -4
  197. package/docs/layouts/Flex/examples/Flex.md +98 -98
  198. package/docs/layouts/Gallery/examples/Gallery.md +7 -7
  199. package/docs/layouts/Grid/examples/Grid.md +9 -9
  200. package/docs/layouts/Level/examples/Level.md +5 -5
  201. package/docs/layouts/Split/examples/Split.md +7 -7
  202. package/docs/layouts/Stack/examples/Stack.md +6 -6
  203. package/docs/utilities/Accessibility/examples/Accessibility.md +4 -4
  204. package/docs/utilities/Alignment/examples/Alignment.md +6 -6
  205. package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +12 -12
  206. package/docs/utilities/BoxShadow/examples/box-shadow.md +22 -22
  207. package/docs/utilities/Display/examples/Display.md +11 -11
  208. package/docs/utilities/Flex/examples/Flex.md +34 -34
  209. package/docs/utilities/Float/examples/Float.md +4 -4
  210. package/docs/utilities/Sizing/examples/Sizing.md +50 -50
  211. package/docs/utilities/Spacing/examples/Spacing.md +34 -34
  212. package/docs/utilities/Text/examples/Text.md +27 -27
  213. package/icons/{pf-icons.json → pf-icons.mjs} +2 -1
  214. package/layouts/Grid/grid.css +5 -5
  215. package/package.json +59 -64
  216. package/patternfly-base-no-reset.css +5 -11
  217. package/patternfly-base.css +5 -11
  218. package/patternfly-no-reset.css +524 -336
  219. package/patternfly.css +524 -336
  220. package/patternfly.min.css +1 -1
  221. package/patternfly.min.css.map +1 -1
  222. package/sass-utilities/scss-variables.scss +0 -1
@@ -235,19 +235,19 @@ The single select should be used when the user is selecting an option from a lis
235
235
 
236
236
  ### Usage
237
237
 
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. |
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. |
251
251
 
252
252
  ## States
253
253
 
@@ -492,29 +492,29 @@ The single select should be used when the user is selecting an option from a lis
492
492
 
493
493
  ### Accessibility
494
494
 
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. |
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. |
500
500
 
501
501
  ### Usage
502
502
 
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` |
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`|
518
518
 
519
519
  ## Typeahead
520
520
 
@@ -902,26 +902,26 @@ The single select typeahead should be used when the user is selecting one option
902
902
 
903
903
  ### Accessibility
904
904
 
905
- | Attribute | Applied to | Outcome |
906
- | ---------------------- | ------------------------- | ----------------------------------------------------------- |
905
+ | Attribute | Applied to | Outcome |
906
+ | -- | -- | -- |
907
907
  | `aria-selected="true"` | `.pf-c-select__menu-item` | Should be set programmatically to indicate the active item. |
908
908
 
909
909
  ### Usage
910
910
 
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. |
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. |
925
925
 
926
926
  ## Typeahead multiselect
927
927
 
@@ -1443,26 +1443,26 @@ The multiselect should be used when the user is selecting multiple items from a
1443
1443
 
1444
1444
  ### Accessibility
1445
1445
 
1446
- | Attribute | Applied to | Outcome |
1447
- | ---------------------- | ------------------------- | ----------------------------------------------------------- |
1446
+ | Attribute | Applied to | Outcome |
1447
+ | -- | -- | -- |
1448
1448
  | `aria-selected="true"` | `.pf-c-select__menu-item` | Should be set programmatically to indicate the active item. |
1449
1449
 
1450
1450
  ### Usage
1451
1451
 
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. |
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. |
1466
1466
 
1467
1467
  ## Checkbox
1468
1468
 
@@ -2229,27 +2229,27 @@ The checkbox select can select multiple items using checkboxes. The number of it
2229
2229
 
2230
2230
  ### Usage
2231
2231
 
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. |
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. |
2253
2253
 
2254
2254
  ## Plain
2255
2255
 
@@ -2370,18 +2370,18 @@ The plain select variation should be used when you do not want a border applied
2370
2370
 
2371
2371
  ### Usage
2372
2372
 
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. |
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. |
2385
2385
 
2386
2386
  ## Icon
2387
2387
 
@@ -2447,19 +2447,19 @@ The plain select variation should be used when you do not want a border applied
2447
2447
 
2448
2448
  ### Accessibility
2449
2449
 
2450
- | Attribute | Applied to | Outcome |
2451
- | -------------------- | --------------------------- | ------------------------------------------- |
2452
- | `aria-hidden="true"` | `.pf-c-select__toggle-icon` | Hides the icon from assistive technologies. |
2450
+ | Attribute | Applied to | Outcome |
2451
+ | -- | -- | -- |
2452
+ | `aria-hidden="true"` | `.pf-c-select__toggle-icon` | Hides the icon from assistive technologies.
2453
2453
 
2454
2454
  ### Usage
2455
2455
 
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. |
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. |
2463
2463
 
2464
2464
  ## Panel
2465
2465
 
@@ -2495,13 +2495,13 @@ The plain select variation should be used when you do not want a border applied
2495
2495
 
2496
2496
  ### Usage
2497
2497
 
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. |
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. |
2505
2505
 
2506
2506
  ## Description
2507
2507
 
@@ -2707,11 +2707,11 @@ The plain select variation should be used when you do not want a border applied
2707
2707
 
2708
2708
  ### Usage
2709
2709
 
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. |
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. |
2715
2715
 
2716
2716
  ## Favorites
2717
2717
 
@@ -2914,20 +2914,20 @@ The plain select variation should be used when you do not want a border applied
2914
2914
 
2915
2915
  ### Accessibility
2916
2916
 
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. |
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. |
2921
2921
 
2922
2922
  ### Usage
2923
2923
 
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. |
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. |
2931
2931
 
2932
2932
  ## View more
2933
2933
 
@@ -2992,8 +2992,8 @@ The plain select variation should be used when you do not want a border applied
2992
2992
 
2993
2993
  ### Usage
2994
2994
 
2995
- | Class | Applied to | Outcome |
2996
- | ------------ | ------------------------- | ------------------------------------- |
2995
+ | Class | Applied to | Outcome |
2996
+ | -- | -- | -- |
2997
2997
  | `.pf-m-load` | `.pf-c-select__menu-item` | Modifies a menu item for load styles. |
2998
2998
 
2999
2999
  ## Loading
@@ -3067,10 +3067,10 @@ The plain select variation should be used when you do not want a border applied
3067
3067
 
3068
3068
  ### Usage
3069
3069
 
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. |
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. |
3074
3074
 
3075
3075
  ## Footer
3076
3076
 
@@ -3137,10 +3137,10 @@ The plain select variation should be used when you do not want a border applied
3137
3137
 
3138
3138
  ### Usage
3139
3139
 
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`. |
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`. |
3144
3144
 
3145
3145
  ## Placeholder
3146
3146
 
@@ -3381,8 +3381,8 @@ The plain select variation should be used when you do not want a border applied
3381
3381
 
3382
3382
  ### Usage
3383
3383
 
3384
- | Class | Applied to | Outcome |
3385
- | ------------------- | ---------------------- | ------------------------------------------- |
3384
+ | Class | Applied to | Outcome |
3385
+ | -- | -- | -- |
3386
3386
  | `.pf-m-placeholder` | `.pf-c-select__toggle` | Modifies the toggle for placeholder styles. |
3387
3387
 
3388
3388
  ## Documentation
@@ -179,17 +179,17 @@ cssPrefix: pf-c-sidebar
179
179
 
180
180
  ### Usage
181
181
 
182
- | Class | Applied to | Outcome |
183
- | ------------------------------------------------------------------ | --------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
184
- | `.pf-c-sidebar` | `<div>` | Initiates the sidebar component. **Required** |
185
- | `.pf-c-sidebar__main` | `<div>` | Initiates the sidebar main element. **Required** |
186
- | `.pf-c-sidebar__panel` | `<div>` | Initiates the sidebar panel element. **Required** |
187
- | `.pf-c-sidebar__content` | `<div>` | Initiates the sidebar content element. **Required** |
188
- | `.pf-m-gutter` | `.pf-c-sidebar` | Modifies the sidebar component to add a gutter between the panel and content. |
189
- | `.pf-m-stack` | `.pf-c-sidebar` | Modifies the sidebar to stack the panel on top of the content. |
190
- | `.pf-m-split` | `.pf-c-sidebar` | Modifies the sidebar to position the panel and content side by side. |
191
- | `.pf-m-panel-right` | `.pf-c-sidebar` | Modifies the sidebar to place the panel to the right of the content. |
192
- | `.pf-m-sticky` | `.pf-c-sidebar__panel` | Modifies the panel to be sticky to the top of the layout. |
193
- | `.pf-m-static` | `.pf-c-sidebar__panel` | Modifies the panel to be positioned statically. |
194
- | `.pf-m-width-{default, 25, 33, 50, 66, 75, 100}{-on-[breakpoint]}` | `.pf-c-sidebar__panel` | Modifies the panel width at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). **Note:** does not apply when the panel is stacked on top of the content. |
195
- | `.pf-m-no-background` | `.pf-c-sidebar`, `.pf-c-sidebar__panel, .pf-c-sidebar__content` | Modifies the element to have a transparent background. |
182
+ | Class | Applied to | Outcome |
183
+ | -- | -- | -- |
184
+ | `.pf-c-sidebar` | `<div>` | Initiates the sidebar component. **Required** |
185
+ | `.pf-c-sidebar__main` | `<div>` | Initiates the sidebar main element. **Required** |
186
+ | `.pf-c-sidebar__panel` | `<div>` | Initiates the sidebar panel element. **Required** |
187
+ | `.pf-c-sidebar__content` | `<div>` | Initiates the sidebar content element. **Required** |
188
+ | `.pf-m-gutter` | `.pf-c-sidebar` | Modifies the sidebar component to add a gutter between the panel and content. |
189
+ | `.pf-m-stack` | `.pf-c-sidebar` | Modifies the sidebar to stack the panel on top of the content. |
190
+ | `.pf-m-split` | `.pf-c-sidebar` | Modifies the sidebar to position the panel and content side by side. |
191
+ | `.pf-m-panel-right` | `.pf-c-sidebar` | Modifies the sidebar to place the panel to the right of the content. |
192
+ | `.pf-m-sticky` | `.pf-c-sidebar__panel` | Modifies the panel to be sticky to the top of the layout. |
193
+ | `.pf-m-static` | `.pf-c-sidebar__panel` | Modifies the panel to be positioned statically. |
194
+ | `.pf-m-width-{default, 25, 33, 50, 66, 75, 100}{-on-[breakpoint]}` | `.pf-c-sidebar__panel` | Modifies the panel width at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). **Note:** does not apply when the panel is stacked on top of the content. |
195
+ | `.pf-m-no-background` | `.pf-c-sidebar`, `.pf-c-sidebar__panel, .pf-c-sidebar__content` | Modifies the element to have a transparent background. |
@@ -8,7 +8,7 @@ cssPrefix: pf-c-simple-list
8
8
 
9
9
  ```html
10
10
  <div class="pf-c-simple-list">
11
- <ul class="pf-c-simple-list__list">
11
+ <ul class="pf-c-simple-list__list" role="list">
12
12
  <li class="pf-c-simple-list__item">
13
13
  <button
14
14
  class="pf-c-simple-list__item-link pf-m-current"
@@ -30,7 +30,7 @@ cssPrefix: pf-c-simple-list
30
30
 
31
31
  ```html
32
32
  <div class="pf-c-simple-list">
33
- <ul class="pf-c-simple-list__list">
33
+ <ul class="pf-c-simple-list__list" role="list">
34
34
  <li class="pf-c-simple-list__item">
35
35
  <a
36
36
  class="pf-c-simple-list__item-link pf-m-current"
@@ -55,7 +55,7 @@ cssPrefix: pf-c-simple-list
55
55
  <div class="pf-c-simple-list">
56
56
  <section class="pf-c-simple-list__section">
57
57
  <h2 class="pf-c-simple-list__title">Title</h2>
58
- <ul class="pf-c-simple-list__list">
58
+ <ul class="pf-c-simple-list__list" role="list">
59
59
  <li class="pf-c-simple-list__item">
60
60
  <button
61
61
  class="pf-c-simple-list__item-link pf-m-current"
@@ -75,7 +75,7 @@ cssPrefix: pf-c-simple-list
75
75
  </section>
76
76
  <section class="pf-c-simple-list__section">
77
77
  <h2 class="pf-c-simple-list__title">Title</h2>
78
- <ul class="pf-c-simple-list__list">
78
+ <ul class="pf-c-simple-list__list" role="list">
79
79
  <li class="pf-c-simple-list__item">
80
80
  <button class="pf-c-simple-list__item-link" type="button">List item 1</button>
81
81
  </li>
@@ -98,18 +98,18 @@ cssPrefix: pf-c-simple-list
98
98
 
99
99
  ### Accessibility
100
100
 
101
- | Attribute | Applied to | Outcome |
102
- | -------------- | ------------------------------- | ------------------------------------------------------------------------------------- |
101
+ | Attribute | Applied to | Outcome |
102
+ | -- | -- | -- |
103
103
  | `tabindex="0"` | `a.pf-c-simple-list__item-link` | Inserts the link into the tab order of the page so that it is focusable. **Required** |
104
104
 
105
105
  ### Usage
106
106
 
107
- | Class | Applied to | Outcome |
108
- | ------------------------------ | ------------------------------ | ----------------------------------------------------------------------------------------- |
109
- | `.pf-c-simple-list` | `<div>` | Initiates a simple list. |
110
- | `.pf-c-simple-list__section` | `<section>` | Initiates a simple list section. |
111
- | `.pf-c-simple-list__title` | `<h2>` | Initiates a simple list title. |
112
- | `.pf-c-simple-list__list` | `<ul>` | Initiates a simple list unordered list. |
113
- | `.pf-c-simple-list__item` | `<li>` | Initiates a simple list item. |
114
- | `.pf-c-simple-list__item-link` | `<button>`, `<a>` | Initiates a simple list item link. It can be a button or a link depending on the context. |
115
- | `.pf-m-current` | `.pf-c-simple-list__item-link` | Modifies the simple list item link for the current state. |
107
+ | Class | Applied to | Outcome |
108
+ | -- | -- | -- |
109
+ | `.pf-c-simple-list` | `<div>` | Initiates a simple list. |
110
+ | `.pf-c-simple-list__section` | `<section>` | Initiates a simple list section. |
111
+ | `.pf-c-simple-list__title` | `<h2>` | Initiates a simple list title. |
112
+ | `.pf-c-simple-list__list` | `<ul>` | Initiates a simple list unordered list. |
113
+ | `.pf-c-simple-list__item` | `<li>` | Initiates a simple list item. |
114
+ | `.pf-c-simple-list__item-link` | `<button>`, `<a>` | Initiates a simple list item link. It can be a button or a link depending on the context. |
115
+ | `.pf-m-current` | `.pf-c-simple-list__item-link` | Modifies the simple list item link for the current state. |
@@ -90,11 +90,11 @@ Small circle
90
90
 
91
91
  ### Usage
92
92
 
93
- | Class | Applied to | Outcome |
94
- | ---------------------------------------------------- | ---------------- | ---------------------------------------------------------------------------------------------------- |
95
- | `.pf-c-skeleton` | `<div>` | Initiates the skeleton component. **Required** |
96
- | `.pf-m-width-[sm, md, lg, 25, 33, 50, 66, 75]` | `.pf-c-skeleton` | Modifies the width of the skeleton. The default is 100%. |
97
- | `.pf-m-height-[sm, md, lg, 25, 33, 50, 66, 75, 100]` | `.pf-c-skeleton` | Modifies the height of the skeleton. The default is the inherited font size. |
98
- | `.pf-m-text-[sm, md, lg, xl, 2xl, 3xl, 4xl]` | `.pf-c-skeleton` | Modifies the skeleton height to match the height of PatternFly's text elements. |
99
- | `.pf-m-circle` | `.pf-c-skeleton` | Modifies the border radius of the skeleton to be a circle. Use a width modifier to specify the size. |
100
- | `.pf-m-square` | `.pf-c-skeleton` | Modifies the border radius of the skeleton to be a square. Use a width modifier to specify the size. |
93
+ | Class | Applied to | Outcome |
94
+ | -- | -- | -- |
95
+ | `.pf-c-skeleton` | `<div>` | Initiates the skeleton component. **Required** |
96
+ | `.pf-m-width-[sm, md, lg, 25, 33, 50, 66, 75]` | `.pf-c-skeleton` | Modifies the width of the skeleton. The default is 100%. |
97
+ | `.pf-m-height-[sm, md, lg, 25, 33, 50, 66, 75, 100]` | `.pf-c-skeleton` | Modifies the height of the skeleton. The default is the inherited font size. |
98
+ | `.pf-m-text-[sm, md, lg, xl, 2xl, 3xl, 4xl]` | `.pf-c-skeleton` | Modifies the skeleton height to match the height of PatternFly's text elements. |
99
+ | `.pf-m-circle` | `.pf-c-skeleton` | Modifies the border radius of the skeleton to be a circle. Use a width modifier to specify the size. |
100
+ | `.pf-m-square` | `.pf-c-skeleton` | Modifies the border radius of the skeleton to be a square. Use a width modifier to specify the size. |
@@ -139,12 +139,12 @@ When using `.pf-c-skip-to-content` you must provide an `href` attribute whose va
139
139
 
140
140
  ### Accessibility
141
141
 
142
- | Attribute | Applied to | Outcome |
143
- | ------------------------------- | ----------------------- | ---------------------------------------------------------- |
142
+ | Attribute | Applied to | Outcome |
143
+ | -- | -- | -- |
144
144
  | `href="[id of main container]"` | `.pf-c-skip-to-content` | Sends focus to the primary content container. **Required** |
145
145
 
146
146
  ### Usage
147
147
 
148
- | Class | Applied to | Outcome |
149
- | ----------------------- | ---------- | ----------------------------------- |
150
- | `.pf-c-skip-to-content` | `<a>` | initiates the skip to content link. |
148
+ | Class | Applied to | Outcome |
149
+ | -- | -- | -- |
150
+ | `.pf-c-skip-to-content` | `<a>` | initiates the skip to content link. |