@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
@@ -17,6 +17,7 @@ $pf-c-tree-view--MaxNesting: 10;
17
17
  --pf-c-tree-view__node--Color: var(--pf-global--Color--100);
18
18
  --pf-c-tree-view__node--m-current--Color: var(--pf-global--link--Color);
19
19
  --pf-c-tree-view__node--m-current--FontWeight: var(--pf-global--FontWeight--bold);
20
+ --pf-c-tree-view__node--BackgroundColor: transparent;
20
21
 
21
22
  // Container
22
23
  --pf-c-tree-view__node-container--Display: contents;
@@ -27,7 +28,7 @@ $pf-c-tree-view--MaxNesting: 10;
27
28
 
28
29
  // Link hover/focus
29
30
  --pf-c-tree-view__node--hover--BackgroundColor: var(--pf-global--BackgroundColor--200);
30
- --pf-c-tree-view__node--focus--BackgroundColor: var(--pf-global--palette--black-200);
31
+ --pf-c-tree-view__node--focus--BackgroundColor: var(--pf-global--BackgroundColor--200);
31
32
 
32
33
  // Nested toggle
33
34
  --pf-c-tree-view__list-item__list-item__node-toggle--Top: var(--pf-c-tree-view__node--PaddingTop--base);
@@ -41,6 +42,7 @@ $pf-c-tree-view--MaxNesting: 10;
41
42
  --pf-c-tree-view__node-toggle--hover--Color: var(--pf-global--Color--100);
42
43
  --pf-c-tree-view__node-toggle--focus--Color: var(--pf-global--Color--100);
43
44
  --pf-c-tree-view__node-toggle--active--Color: var(--pf-global--Color--100);
45
+ --pf-c-tree-view__node-toggle--BackgroundColor: transparent;
44
46
  --pf-c-tree-view__list-item--m-expanded__node-toggle--Color: var(--pf-global--Color--100);
45
47
 
46
48
  // Toggle icon
@@ -81,10 +83,6 @@ $pf-c-tree-view--MaxNesting: 10;
81
83
 
82
84
  // Action
83
85
  --pf-c-tree-view__action--MarginLeft: var(--pf-global--spacer--md);
84
- --pf-c-tree-view__action--focus--BackgroundColor: var(--pf-global--BackgroundColor--200);
85
- --pf-c-tree-view__action--Color: var(--pf-global--icon--Color--light);
86
- --pf-c-tree-view__action--hover--Color: var(--pf-global--icon--Color--dark);
87
- --pf-c-tree-view__action--focus--Color: var(--pf-global--icon--Color--dark);
88
86
 
89
87
  // Guides
90
88
  // ================================================================== //
@@ -363,6 +361,7 @@ $pf-c-tree-view--MaxNesting: 10;
363
361
  display: flex;
364
362
  padding: var(--pf-c-tree-view__node--PaddingTop) var(--pf-c-tree-view__node--PaddingRight) var(--pf-c-tree-view__node--PaddingBottom) var(--pf-c-tree-view__node--PaddingLeft);
365
363
  color: var(--pf-c-tree-view__node--Color);
364
+ background-color: var(--pf-c-tree-view__node--BackgroundColor);
366
365
 
367
366
  &.pf-m-current {
368
367
  --pf-c-tree-view__node--Color: var(--pf-c-tree-view__node--m-current--Color);
@@ -371,7 +370,7 @@ $pf-c-tree-view--MaxNesting: 10;
371
370
  }
372
371
 
373
372
  &:focus {
374
- background-color: var(--pf-c-tree-view__node--focus--BackgroundColor);
373
+ --pf-c-tree-view__node--BackgroundColor: var(--pf-c-tree-view__node--focus--BackgroundColor);
375
374
  }
376
375
 
377
376
  .pf-c-tree-view__node-count {
@@ -429,6 +428,7 @@ $pf-c-tree-view--MaxNesting: 10;
429
428
  margin-top: var(--pf-c-tree-view__node-toggle-button--MarginTop);
430
429
  margin-bottom: var(--pf-c-tree-view__node-toggle-button--MarginBottom);
431
430
  color: var(--pf-c-tree-view__node-toggle--Color);
431
+ background-color: var(--pf-c-tree-view__node-toggle--BackgroundColor);
432
432
  border: 0;
433
433
  transform: translateX(var(--pf-c-tree-view__list-item__list-item__node-toggle--TranslateX));
434
434
  }
@@ -456,6 +456,7 @@ $pf-c-tree-view--MaxNesting: 10;
456
456
  font-weight: inherit;
457
457
  color: inherit;
458
458
  text-align: left;
459
+ background-color: transparent;
459
460
  border: 0;
460
461
  }
461
462
 
@@ -484,18 +485,6 @@ $pf-c-tree-view--MaxNesting: 10;
484
485
 
485
486
  .pf-c-tree-view__action {
486
487
  margin-left: var(--pf-c-tree-view__action--MarginLeft);
487
- color: var(--pf-c-tree-view__action--Color);
488
- border: 0;
489
-
490
- &:hover {
491
- --pf-c-tree-view__action--Color: var(--pf-c-tree-view__action--hover--Color);
492
- }
493
-
494
- &:focus {
495
- --pf-c-tree-view__action--Color: var(--pf-c-tree-view__action--focus--Color);
496
-
497
- background-color: var(--pf-c-tree-view__action--focus--BackgroundColor);
498
- }
499
488
  }
500
489
 
501
490
  // stylelint-disable no-duplicate-selectors
@@ -50,6 +50,7 @@
50
50
  --pf-c-wizard__description--PaddingTop: var(--pf-global--spacer--sm);
51
51
  --pf-c-wizard__description--Color: var(--pf-global--Color--light-200);
52
52
  --pf-c-wizard__nav-link--Color: var(--pf-global--Color--100);
53
+ --pf-c-wizard__nav-link--BackgroundColor: transparent;
53
54
  --pf-c-wizard__nav-link--TextDecoration: var(--pf-global--link--TextDecoration);
54
55
  --pf-c-wizard__nav-link--hover--Color: var(--pf-global--link--Color);
55
56
  --pf-c-wizard__nav-link--focus--Color: var(--pf-global--link--Color);
@@ -399,6 +400,7 @@
399
400
  text-align: left;
400
401
  text-decoration: var(--pf-c-wizard__nav-link--TextDecoration);
401
402
  word-break: break-word;
403
+ background-color: var(--pf-c-wizard__nav-link--BackgroundColor);
402
404
  border: 0;
403
405
  }
404
406
  .pf-c-wizard__toggle-num, .pf-c-wizard__nav-link::before {
@@ -43,6 +43,7 @@
43
43
 
44
44
  // Nav link
45
45
  --pf-c-wizard__nav-link--Color: var(--pf-global--Color--100);
46
+ --pf-c-wizard__nav-link--BackgroundColor: transparent;
46
47
  --pf-c-wizard__nav-link--TextDecoration: var(--pf-global--link--TextDecoration);
47
48
  --pf-c-wizard__nav-link--hover--Color: var(--pf-global--link--Color);
48
49
  --pf-c-wizard__nav-link--focus--Color: var(--pf-global--link--Color);
@@ -428,6 +429,7 @@
428
429
  text-align: left; // needed for when the item is a button
429
430
  text-decoration: var(--pf-c-wizard__nav-link--TextDecoration);
430
431
  word-break: break-word;
432
+ background-color: var(--pf-c-wizard__nav-link--BackgroundColor);
431
433
  border: 0;
432
434
 
433
435
  // Common step number styles
@@ -42,20 +42,20 @@ cssPrefix: pf-c-about-modal-box
42
42
 
43
43
  ### Accessibility
44
44
 
45
- | Attribute | Applies to | Outcome |
46
- | --------------------------- | ------------------------------------- | ------------------------------------------------------------------------------------------------- |
45
+ | Attribute | Applies to | Outcome |
46
+ | -- | -- | -- |
47
47
  | `aria-label="Close Dialog"` | `.pf-c-modal-box__close .pf-c-button` | Provides an accessible name for the close button as it uses an icon instead of text. **Required** |
48
48
 
49
49
  ### Usage
50
50
 
51
- | Class | Applied to | Outcome |
52
- | ------------------------------------ | -------------------- | ------------------------------------- |
53
- | `.pf-c-about-modal-box` | `<div>`, `<article>` | Initiates a modal box. |
54
- | `.pf-c-about-modal-box__brand` | `<div>` | Initiates a modal box brand cell. |
55
- | `.pf-c-about-modal-box__brand-image` | `<img>` | Initiates a modal box brand image. |
56
- | `.pf-c-about-modal-box__close` | `<div>` | Initiates a modal box close cell. |
57
- | `.pf-c-about-modal-box__header` | `<div>`, `<header>` | Initiates a modal box header cell. |
58
- | `.pf-c-about-modal-box__hero` | `<div>` | Initiates a modal box hero cell. |
59
- | `.pf-c-about-modal-box__content` | `<div>` | Initiates a modal box content cell. |
60
- | `.pf-c-about-modal-box__body` | `<div>` | Initiates a modal box body cell. |
61
- | `.pf-c-about-modal-box__strapline` | `<p>` | Initiates a modal box strapline cell. |
51
+ | Class | Applied to | Outcome |
52
+ | -- | -- | -- |
53
+ | `.pf-c-about-modal-box` | `<div>`, `<article>` | Initiates a modal box. |
54
+ | `.pf-c-about-modal-box__brand` | `<div>` | Initiates a modal box brand cell. |
55
+ | `.pf-c-about-modal-box__brand-image` | `<img>` | Initiates a modal box brand image. |
56
+ | `.pf-c-about-modal-box__close` | `<div>` | Initiates a modal box close cell. |
57
+ | `.pf-c-about-modal-box__header` | `<div>`, `<header>` | Initiates a modal box header cell. |
58
+ | `.pf-c-about-modal-box__hero` | `<div>` | Initiates a modal box hero cell. |
59
+ | `.pf-c-about-modal-box__content` | `<div>` | Initiates a modal box content cell. |
60
+ | `.pf-c-about-modal-box__body` | `<div>` | Initiates a modal box body cell. |
61
+ | `.pf-c-about-modal-box__strapline` | `<p>` | Initiates a modal box strapline cell. |
@@ -436,15 +436,15 @@ In these examples `.pf-c-accordion` uses `<dl>`, `.pf-c-accordion__toggle` uses
436
436
 
437
437
  ### Usage
438
438
 
439
- | Class | Applied to | Outcome |
440
- | ------------------------------------------ | ---------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ |
441
- | `.pf-c-accordion` | `<div>`, `<dl>` | Initiates an accordion component. **Required** |
442
- | `.pf-c-accordion__toggle` | `<h1-h6><button>`, `<dt><button>` | Initiates a toggle in the accordion. **Required** |
443
- | `.pf-c-accordion__toggle-text` | `<span>` | Initiates the text inside the toggle. **Required** |
444
- | `.pf-c-accordion__toggle-icon` | `<span>` | Initiates the toggle icon wrapper. **Required** |
445
- | `.pf-c-accordion__expandable-content` | `<div>`, `<dd>` | Initiates expandable content. **Must be paired with a button** |
446
- | `.pf-c-accordion__expandable-content-body` | `<div>` | Initiates expandable content body. **Required** |
447
- | `.pf-m-bordered` | `.pf-c-accordion` | Modifies the accordion to add borders between items. |
448
- | `.pf-m-display-lg` | `.pf-c-accordion` | Modifies the accordion for large display styling. This variation is for marketing/web use cases. |
449
- | `.pf-m-expanded` | `.pf-c-accordion__toggle`, `.pf-c-accordion__expandable-content` | Modifies the accordion button and expandable content for the expanded state. |
450
- | `.pf-m-fixed` | `.pf-c-accordion__expandable-content` | Modifies the expandable content for the fixed state. |
439
+ | Class | Applied to | Outcome |
440
+ | -- | -- | -- |
441
+ | `.pf-c-accordion` | `<div>`, `<dl>` | Initiates an accordion component. **Required**|
442
+ | `.pf-c-accordion__toggle` | `<h1-h6><button>`, `<dt><button>` | Initiates a toggle in the accordion. **Required** |
443
+ | `.pf-c-accordion__toggle-text` | `<span>` | Initiates the text inside the toggle. **Required** |
444
+ | `.pf-c-accordion__toggle-icon` | `<span>` | Initiates the toggle icon wrapper. **Required** |
445
+ | `.pf-c-accordion__expandable-content` | `<div>`, `<dd>` | Initiates expandable content. **Must be paired with a button** |
446
+ | `.pf-c-accordion__expandable-content-body` | `<div>` | Initiates expandable content body. **Required** |
447
+ | `.pf-m-bordered` | `.pf-c-accordion` | Modifies the accordion to add borders between items. |
448
+ | `.pf-m-display-lg` | `.pf-c-accordion` | Modifies the accordion for large display styling. This variation is for marketing/web use cases. |
449
+ | `.pf-m-expanded` | `.pf-c-accordion__toggle`, `.pf-c-accordion__expandable-content` | Modifies the accordion button and expandable content for the expanded state. |
450
+ | `.pf-m-fixed` | `.pf-c-accordion__expandable-content` | Modifies the expandable content for the fixed state. |
@@ -109,9 +109,9 @@ In modals, forms, data lists
109
109
 
110
110
  ### Usage
111
111
 
112
- | Attribute | Applied to | Outcome |
113
- | -------------------------- | ----------------------------------------------- | ------------------------------------------------- |
114
- | `.pf-c-action-list` | `<div>` | Initiates the action list container. |
115
- | `.pf-c-action-list__item` | `<div>` | Initiates the action list item container. |
116
- | `.pf-c-action-list__group` | `<div>` | Initiates the action list group container. |
117
- | `.pf-m-icons` | `.pf-c-action-list`, `.pf-c-action-list__group` | Modifies the action list to support button icons. |
112
+ | Attribute | Applied to | Outcome |
113
+ | -- | -- | -- |
114
+ | `.pf-c-action-list` | `<div>` | Initiates the action list container. |
115
+ | `.pf-c-action-list__item` | `<div>` | Initiates the action list item container. |
116
+ | `.pf-c-action-list__group` | `<div>` | Initiates the action list group container. |
117
+ | `.pf-m-icons` | `.pf-c-action-list`, `.pf-c-action-list__group` | Modifies the action list to support button icons. |
@@ -583,22 +583,22 @@ Add a modifier class to the default alert to change the color: `.pf-m-success`,
583
583
 
584
584
  ### Usage
585
585
 
586
- | Class | Applied to | Outcome |
587
- | --------------------------- | ----------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
588
- | `.pf-c-alert` | `<div>` | Applies default alert styling. Always use with a modifier class. **Required** |
589
- | `.pf-c-alert__toggle` | `<div>` | Defines the expandable alert toggle icon. **Required for expandable alerts** |
590
- | `.pf-c-alert__toggle-icon` | `<span>` | Defines the expandable alert toggle icon. **Required for expandable alerts** |
591
- | `.pf-c-alert__icon` | `<div>` | Defines the alert icon. **Required** |
592
- | `.pf-c-alert__title` | `<p>, <h1-h6>` | Defines the alert title. **Required** |
593
- | `.pf-c-alert__description` | `<div>` | Defines the alert description area. |
594
- | `.pf-c-alert__action` | `<div>` | Defines the action button wrapper. Should contain `.pf-c-button.pf-m-plain` for close action or `.pf-c-button.pf-m-link` for link text. It should only include one action. |
595
- | `.pf-c-alert__action-group` | `<div>` | Defines the action button group. Should contain `.pf-c-button.pf-m-link.pf-m-inline` for inline link text. **Note:** only inline link buttons are supported in the alert action group. |
596
- | `.pf-m-success` | `.pf-c-alert` | Applies success styling. |
597
- | `.pf-m-danger` | `.pf-c-alert` | Applies danger styling. |
598
- | `.pf-m-warning` | `.pf-c-alert` | Applies warning styling. |
599
- | `.pf-m-info` | `.pf-c-alert` | Applies info styling. |
600
- | `.pf-m-inline` | `.pf-c-alert` | Applies inline styling. |
601
- | `.pf-m-plain` | `.pf-c-alert.pf-m-inline` | Applies plain styling to an inline alert. |
602
- | `.pf-m-expandable` | `.pf-c-alert` | Applies expandable styles to the alert. |
603
- | `.pf-m-expanded` | `.pf-c-alert.pf-m-expandable` | Applies expanded styles to an expandable alert. |
604
- | `.pf-m-truncate` | `.pf-c-alert__title` | Modifies the title to display a single line and truncate any overflow text with ellipses. **Note:** you can specify the max number of lines to show by setting the `--pf-c-alert__title--max-lines` (the default value is `1`). |
586
+ | Class | Applied to | Outcome |
587
+ | -- | -- | -- |
588
+ | `.pf-c-alert` | `<div>` | Applies default alert styling. Always use with a modifier class. **Required** |
589
+ | `.pf-c-alert__toggle` | `<div>` | Defines the expandable alert toggle icon. **Required for expandable alerts** |
590
+ | `.pf-c-alert__toggle-icon` | `<span>` | Defines the expandable alert toggle icon. **Required for expandable alerts** |
591
+ | `.pf-c-alert__icon` | `<div>` | Defines the alert icon. **Required** |
592
+ | `.pf-c-alert__title` | `<p>, <h1-h6>` | Defines the alert title. **Required** |
593
+ | `.pf-c-alert__description` | `<div>` | Defines the alert description area. |
594
+ | `.pf-c-alert__action` | `<div>` | Defines the action button wrapper. Should contain `.pf-c-button.pf-m-plain` for close action or `.pf-c-button.pf-m-link` for link text. It should only include one action. |
595
+ | `.pf-c-alert__action-group` | `<div>` | Defines the action button group. Should contain `.pf-c-button.pf-m-link.pf-m-inline` for inline link text. **Note:** only inline link buttons are supported in the alert action group. |
596
+ | `.pf-m-success` | `.pf-c-alert` | Applies success styling. |
597
+ | `.pf-m-danger` | `.pf-c-alert` | Applies danger styling. |
598
+ | `.pf-m-warning` | `.pf-c-alert` | Applies warning styling. |
599
+ | `.pf-m-info` | `.pf-c-alert` | Applies info styling. |
600
+ | `.pf-m-inline` | `.pf-c-alert` | Applies inline styling. |
601
+ | `.pf-m-plain` | `.pf-c-alert.pf-m-inline` | Applies plain styling to an inline alert. |
602
+ | `.pf-m-expandable` | `.pf-c-alert` | Applies expandable styles to the alert. |
603
+ | `.pf-m-expanded` | `.pf-c-alert.pf-m-expandable` | Applies expanded styles to an expandable alert. |
604
+ | `.pf-m-truncate` | `.pf-c-alert__title` | Modifies the title to display a single line and truncate any overflow text with ellipses. **Note:** you can specify the max number of lines to show by setting the `--pf-c-alert__title--max-lines` (the default value is `1`). |
@@ -7,7 +7,7 @@ cssPrefix: pf-c-alert-group
7
7
  ### Static alert group
8
8
 
9
9
  ```html
10
- <ul class="pf-c-alert-group">
10
+ <ul class="pf-c-alert-group" role="list">
11
11
  <li class="pf-c-alert-group__item">
12
12
  <div class="pf-c-alert pf-m-inline pf-m-success" aria-label="Success alert">
13
13
  <div class="pf-c-alert__icon">
@@ -62,15 +62,15 @@ cssPrefix: pf-c-alert-group
62
62
 
63
63
  ### Usage
64
64
 
65
- | Attribute | Applied to | Outcome |
66
- | ------------------------- | ---------- | ---------------------------------------------- |
67
- | `.pf-c-alert-group` | `<ul>` | Creates an alert group component. **Required** |
68
- | `.pf-c-alert-group__item` | `<li>` | Creates an alert group item. **Required** |
65
+ | Attribute | Applied to | Outcome |
66
+ | -- | -- | -- |
67
+ | `.pf-c-alert-group` | `<ul>` | Creates an alert group component. **Required** |
68
+ | `.pf-c-alert-group__item` | `<li>` | Creates an alert group item. **Required** |
69
69
 
70
70
  ### Toast alert group
71
71
 
72
72
  ```html isFullscreen
73
- <ul class="pf-c-alert-group pf-m-toast">
73
+ <ul class="pf-c-alert-group pf-m-toast" role="list">
74
74
  <li class="pf-c-alert-group__item">
75
75
  <div class="pf-c-alert pf-m-success" aria-label="Success toast alert">
76
76
  <div class="pf-c-alert__icon">
@@ -157,15 +157,15 @@ When toast alerts include a link or action, these elements are not announced as
157
157
 
158
158
  For sighted users, interactive elements can be included in this message in one of the following ways:
159
159
 
160
- - Using a link to the Builds page: “The build is complete. Go to the [Builds](<>) page to download” using `<a href="url">Builds</a>`
161
- - Using a button to download: “The build is complete. Go to the Builds page to [download](<>)" using `<button class="pf-c-button pf-m-link pf-m-inline type="button">download</button>`
160
+ * Using a link to the Builds page: “The build is complete. Go to the [Builds]() page to download” using `<a href="url">Builds</a>`
161
+ * Using a button to download: “The build is complete. Go to the Builds page to [download]()" using `<button class="pf-c-button pf-m-link pf-m-inline type="button">download</button>`
162
162
 
163
163
  ### Modifiers
164
164
 
165
- | Class | Applied to | Outcome |
166
- | ------------------------------------ | ------------------- | ------------------------------------------------------------------ |
167
- | `.pf-m-toast` | `.pf-c-alert-group` | Applies toast alert styling to an alert group. |
168
- | `.pf-c-alert-group__overflow-button` | `<button>` | Applies overflow button styling to an alert group overflow button. |
165
+ | Class | Applied to | Outcome |
166
+ | -- | -- | -- |
167
+ | `.pf-m-toast`| `.pf-c-alert-group` | Applies toast alert styling to an alert group. |
168
+ | `.pf-c-alert-group__overflow-button` | `<button>` | Applies overflow button styling to an alert group overflow button. |
169
169
 
170
170
  ## Documentation
171
171
 
@@ -26,6 +26,7 @@ cssPrefix: pf-c-app-launcher
26
26
  <ul
27
27
  class="pf-c-app-launcher__menu"
28
28
  aria-labelledby="application-launcher-collapsed-button"
29
+ role="list"
29
30
  hidden
30
31
  >
31
32
  <li>
@@ -69,6 +70,7 @@ cssPrefix: pf-c-app-launcher
69
70
  <ul
70
71
  class="pf-c-app-launcher__menu"
71
72
  aria-labelledby="application-launcher-disabled-button"
73
+ role="list"
72
74
  hidden
73
75
  >
74
76
  <li>
@@ -111,6 +113,7 @@ cssPrefix: pf-c-app-launcher
111
113
  <ul
112
114
  class="pf-c-app-launcher__menu"
113
115
  aria-labelledby="application-launcher-expanded-button"
116
+ role="list"
114
117
  >
115
118
  <li>
116
119
  <a class="pf-c-app-launcher__menu-item" href="#">Link</a>
@@ -152,6 +155,7 @@ cssPrefix: pf-c-app-launcher
152
155
  <ul
153
156
  class="pf-c-app-launcher__menu pf-m-align-right"
154
157
  aria-labelledby="application-launcher-aligned-right-button"
158
+ role="list"
155
159
  >
156
160
  <li>
157
161
  <a class="pf-c-app-launcher__menu-item" href="#">Link</a>
@@ -193,6 +197,7 @@ cssPrefix: pf-c-app-launcher
193
197
  <ul
194
198
  class="pf-c-app-launcher__menu"
195
199
  aria-labelledby="application-launcher-aligned-top-button"
200
+ role="list"
196
201
  >
197
202
  <li>
198
203
  <a class="pf-c-app-launcher__menu-item" href="#">Link</a>
@@ -233,7 +238,7 @@ cssPrefix: pf-c-app-launcher
233
238
  </button>
234
239
  <div class="pf-c-app-launcher__menu">
235
240
  <section class="pf-c-app-launcher__group">
236
- <ul>
241
+ <ul role="list">
237
242
  <li>
238
243
  <a class="pf-c-app-launcher__menu-item" href="#">Link not in group</a>
239
244
  </li>
@@ -242,7 +247,7 @@ cssPrefix: pf-c-app-launcher
242
247
  <hr class="pf-c-divider" />
243
248
  <section class="pf-c-app-launcher__group">
244
249
  <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
245
- <ul>
250
+ <ul role="list">
246
251
  <li>
247
252
  <a class="pf-c-app-launcher__menu-item" href="#">Group 1 link</a>
248
253
  </li>
@@ -254,7 +259,7 @@ cssPrefix: pf-c-app-launcher
254
259
  <hr class="pf-c-divider" />
255
260
  <section class="pf-c-app-launcher__group">
256
261
  <h1 class="pf-c-app-launcher__group-title">Group 2</h1>
257
- <ul>
262
+ <ul role="list">
258
263
  <li>
259
264
  <a class="pf-c-app-launcher__menu-item" href="#">Group 2 link</a>
260
265
  </li>
@@ -287,7 +292,7 @@ cssPrefix: pf-c-app-launcher
287
292
  </button>
288
293
  <div class="pf-c-app-launcher__menu">
289
294
  <section class="pf-c-app-launcher__group">
290
- <ul>
295
+ <ul role="list">
291
296
  <li>
292
297
  <a class="pf-c-app-launcher__menu-item" href="#">Link not in group</a>
293
298
  </li>
@@ -296,7 +301,7 @@ cssPrefix: pf-c-app-launcher
296
301
  </section>
297
302
  <section class="pf-c-app-launcher__group">
298
303
  <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
299
- <ul>
304
+ <ul role="list">
300
305
  <li>
301
306
  <a class="pf-c-app-launcher__menu-item" href="#">Group 1 link</a>
302
307
  </li>
@@ -308,7 +313,7 @@ cssPrefix: pf-c-app-launcher
308
313
  </section>
309
314
  <section class="pf-c-app-launcher__group">
310
315
  <h1 class="pf-c-app-launcher__group-title">Group 2</h1>
311
- <ul>
316
+ <ul role="list">
312
317
  <li>
313
318
  <a class="pf-c-app-launcher__menu-item" href="#">Group 2 link</a>
314
319
  </li>
@@ -341,7 +346,7 @@ cssPrefix: pf-c-app-launcher
341
346
  </button>
342
347
  <div class="pf-c-app-launcher__menu">
343
348
  <section class="pf-c-app-launcher__group">
344
- <ul>
349
+ <ul role="list">
345
350
  <li>
346
351
  <a class="pf-c-app-launcher__menu-item" href="#">
347
352
  <span class="pf-c-app-launcher__menu-item-icon">
@@ -355,7 +360,7 @@ cssPrefix: pf-c-app-launcher
355
360
  <li class="pf-c-divider" role="separator"></li>
356
361
  <section class="pf-c-app-launcher__group">
357
362
  <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
358
- <ul>
363
+ <ul role="list">
359
364
  <li>
360
365
  <a
361
366
  class="pf-c-app-launcher__menu-item pf-m-external"
@@ -397,7 +402,7 @@ cssPrefix: pf-c-app-launcher
397
402
  </section>
398
403
  <section class="pf-c-app-launcher__group">
399
404
  <h1 class="pf-c-app-launcher__group-title">Group 2</h1>
400
- <ul>
405
+ <ul role="list">
401
406
  <li>
402
407
  <a
403
408
  class="pf-c-app-launcher__menu-item pf-m-external"
@@ -478,7 +483,7 @@ cssPrefix: pf-c-app-launcher
478
483
  </div>
479
484
  <section class="pf-c-app-launcher__group">
480
485
  <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
481
- <ul>
486
+ <ul role="list">
482
487
  <li class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite">
483
488
  <a
484
489
  class="pf-c-app-launcher__menu-item pf-m-link"
@@ -534,7 +539,7 @@ cssPrefix: pf-c-app-launcher
534
539
  <hr class="pf-c-divider" />
535
540
  <section class="pf-c-app-launcher__group">
536
541
  <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
537
- <ul>
542
+ <ul role="list">
538
543
  <li class="pf-c-app-launcher__menu-wrapper pf-m-external">
539
544
  <a
540
545
  class="pf-c-app-launcher__menu-item pf-m-link"
@@ -590,7 +595,7 @@ cssPrefix: pf-c-app-launcher
590
595
  <hr class="pf-c-divider" />
591
596
  <section class="pf-c-app-launcher__group">
592
597
  <h1 class="pf-c-app-launcher__group-title">Group 2</h1>
593
- <ul>
598
+ <ul role="list">
594
599
  <li class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite">
595
600
  <a
596
601
  class="pf-c-app-launcher__menu-item pf-m-link"
@@ -652,40 +657,40 @@ cssPrefix: pf-c-app-launcher
652
657
 
653
658
  ### Accessibility
654
659
 
655
- | Attribute | Applied | Outcome |
656
- | ----------------------------------- | ------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ |
657
- | `aria-label="Application launcher"` | `.pf-c-app-launcher` | Gives the app launcher element an accessible name. **Required** |
658
- | `aria-expanded="false"` | `.pf-c-button` | Indicates that the menu is hidden. |
659
- | `aria-expanded="true"` | `.pf-c-button` | Indicates that the menu is visible. |
660
- | `aria-label="Actions"` | `.pf-c-button` | Provides an accessible name for the app launcher when an icon is used. **Required** |
661
- | `hidden` | `.pf-c-app-launcher__menu` | Indicates that the menu is hidden so that it isn't visible in the UI and isn't accessed by assistive technologies. |
662
- | `disabled` | `.pf-c-app-launcher__toggle` | Disables the app launcher toggle and removes it from keyboard focus. |
663
- | `disabled` | `button.pf-c-app-launcher__menu-item` | When the menu item uses a button element, indicates that it is unavailable and removes it from keyboard focus. |
664
- | `aria-disabled="true"` | `a.pf-c-app-launcher__menu-item` | When the menu item uses a link element, indicates that it is unavailable. |
665
- | `tabindex="-1"` | `a.pf-c-app-launcher__menu-item` | When the menu item uses a link element, removes it from keyboard focus. |
666
- | `aria-hidden="true"` | `.pf-c-app-launcher__menu-item-external-icon > *` | Hides the icon from assistive technologies. |
660
+ | Attribute | Applied | Outcome |
661
+ | -- | -- | -- |
662
+ | `aria-label="Application launcher"` | `.pf-c-app-launcher` | Gives the app launcher element an accessible name. **Required** |
663
+ | `aria-expanded="false"` | `.pf-c-button` | Indicates that the menu is hidden. |
664
+ | `aria-expanded="true"` | `.pf-c-button` | Indicates that the menu is visible. |
665
+ | `aria-label="Actions"` | `.pf-c-button` | Provides an accessible name for the app launcher when an icon is used. **Required** |
666
+ | `hidden` | `.pf-c-app-launcher__menu` | Indicates that the menu is hidden so that it isn't visible in the UI and isn't accessed by assistive technologies. |
667
+ | `disabled` | `.pf-c-app-launcher__toggle` | Disables the app launcher toggle and removes it from keyboard focus. |
668
+ | `disabled` | `button.pf-c-app-launcher__menu-item` | When the menu item uses a button element, indicates that it is unavailable and removes it from keyboard focus. |
669
+ | `aria-disabled="true"` | `a.pf-c-app-launcher__menu-item` | When the menu item uses a link element, indicates that it is unavailable. |
670
+ | `tabindex="-1"` | `a.pf-c-app-launcher__menu-item` | When the menu item uses a link element, removes it from keyboard focus. |
671
+ | `aria-hidden="true"` | `.pf-c-app-launcher__menu-item-external-icon > *` | Hides the icon from assistive technologies. |
667
672
 
668
673
  ### Usage
669
674
 
670
- | Class | Applied | Outcome |
671
- | --------------------------------------------- | ---------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ |
672
- | `.pf-c-app-launcher` | `<nav>` | Defines the parent wrapper of the app launcher. |
673
- | `.pf-c-app-launcher__toggle` | `<button>` | Defines the app launcher toggle. |
674
- | `.pf-c-app-launcher__menu` | `<ul>`, `<div>` | Defines the parent wrapper of the menu items. Use a `<div>` if your app launcher has groups. |
675
- | `.pf-c-app-launcher__menu-search` | `<div>` | Defines the wrapper for the search input. |
676
- | `.pf-c-app-launcher__group` | `<section>` | Defines a group of items. Required when there is more than one group. |
677
- | `.pf-c-app-launcher__group-title` | `<h1>` | Defines a title for a group of items. |
678
- | `.pf-c-app-launcher__menu-wrapper` | `<li>` | Defines a menu wrapper for use with multiple actionable items in a single item row. |
679
- | `.pf-c-app-launcher__menu-item` | `<a>`, `<button>` | Defines a menu item. |
680
- | `.pf-c-app-launcher__menu-item-icon` | `<span>` | Defines the wrapper for the menu item icon. |
681
- | `.pf-c-app-launcher__menu-item-external-icon` | `<span>` | Defines the wrapper for the external link icon that appears on hover/focus. Use with `.pf-m-external`. |
682
- | `.pf-m-expanded` | `.pf-c-app-launcher` | Modifies for the expanded state. |
683
- | `.pf-m-top` | `.pf-c-app-launcher` | Modifies to display the menu above the toggle. |
684
- | `.pf-m-align-right` | `.pf-c-app-launcher__menu` | Modifies to display the menu aligned to the right edge of the toggle. |
685
- | `.pf-m-static` | `.pf-c-app-launcher__menu` | Modifies to position the menu statically to support custom positioning. |
686
- | `.pf-m-disabled` | `a.pf-c-app-launcher__menu-item` | Modifies to display the menu item as disabled. |
687
- | `.pf-m-external` | `.pf-c-app-launcher__menu-item` | Modifies to display the menu item as having an external link icon on hover/focus. |
688
- | `.pf-m-favorite` | `.pf-c-app-launcher__menu-wrapper` | Modifies wrapper to indicate that the item row has been favorited. |
689
- | `.pf-m-link` | `.pf-c-app-launcher__menu-item.pf-m-wrapper > .pf-c-app-launcher__menu-item` | Modifies item for link styles. |
690
- | `.pf-m-action` | `.pf-c-app-launcher__menu-item.pf-m-wrapper > .pf-c-app-launcher__menu-item` | Modifies item to for action styles. |
691
- | `.pf-m-active` | `.pf-c-app-launcher__toggle` | Forces display of the active state of the toggle. |
675
+ | Class | Applied | Outcome |
676
+ | -- | -- | -- |
677
+ | `.pf-c-app-launcher` | `<nav>` | Defines the parent wrapper of the app launcher. |
678
+ | `.pf-c-app-launcher__toggle` | `<button>` | Defines the app launcher toggle. |
679
+ | `.pf-c-app-launcher__menu` | `<ul>`, `<div>` | Defines the parent wrapper of the menu items. Use a `<div>` if your app launcher has groups. |
680
+ | `.pf-c-app-launcher__menu-search` | `<div>` | Defines the wrapper for the search input. |
681
+ | `.pf-c-app-launcher__group` | `<section>` | Defines a group of items. Required when there is more than one group. |
682
+ | `.pf-c-app-launcher__group-title` | `<h1>` | Defines a title for a group of items. |
683
+ | `.pf-c-app-launcher__menu-wrapper` | `<li>` | Defines a menu wrapper for use with multiple actionable items in a single item row. |
684
+ | `.pf-c-app-launcher__menu-item` | `<a>`, `<button>` | Defines a menu item. |
685
+ | `.pf-c-app-launcher__menu-item-icon` | `<span>` | Defines the wrapper for the menu item icon. |
686
+ | `.pf-c-app-launcher__menu-item-external-icon` | `<span>` | Defines the wrapper for the external link icon that appears on hover/focus. Use with `.pf-m-external`. |
687
+ | `.pf-m-expanded` | `.pf-c-app-launcher` | Modifies for the expanded state. |
688
+ | `.pf-m-top` | `.pf-c-app-launcher` | Modifies to display the menu above the toggle. |
689
+ | `.pf-m-align-right` | `.pf-c-app-launcher__menu` | Modifies to display the menu aligned to the right edge of the toggle. |
690
+ | `.pf-m-static` | `.pf-c-app-launcher__menu` | Modifies to position the menu statically to support custom positioning. |
691
+ | `.pf-m-disabled` | `a.pf-c-app-launcher__menu-item` | Modifies to display the menu item as disabled. |
692
+ | `.pf-m-external` | `.pf-c-app-launcher__menu-item` | Modifies to display the menu item as having an external link icon on hover/focus. |
693
+ | `.pf-m-favorite` | `.pf-c-app-launcher__menu-wrapper` | Modifies wrapper to indicate that the item row has been favorited. |
694
+ | `.pf-m-link` | `.pf-c-app-launcher__menu-item.pf-m-wrapper > .pf-c-app-launcher__menu-item` | Modifies item for link styles. |
695
+ | `.pf-m-action` | `.pf-c-app-launcher__menu-item.pf-m-wrapper > .pf-c-app-launcher__menu-item` | Modifies item to for action styles. |
696
+ | `.pf-m-active` | `.pf-c-app-launcher__toggle` | Forces display of the active state of the toggle. |
@@ -91,18 +91,18 @@ The avatar component provides a default SVG icon. If an image is used it should
91
91
 
92
92
  ### Accessibility
93
93
 
94
- | Attribute | Applied to | Outcome |
95
- | --------- | -------------- | ----------------------------------------------------------------------------------------- |
96
- | `alt` | `.pf-c-avatar` | The alt attribute describes the appearance and function of the avatar image. **Required** |
94
+ | Attribute | Applied to | Outcome |
95
+ | -- | -- | -- |
96
+ | `alt` | `.pf-c-avatar` | The alt attribute describes the appearance and function of the avatar image. **Required** |
97
97
 
98
98
  ### Usage
99
99
 
100
- | Class | Applied to | Outcome |
101
- | ---------------------------- | -------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
102
- | `.pf-c-avatar` | `<img>` | Initiates an avatar image. **Required** |
103
- | `.pf-m-light` | `.pf-c-avatar` | Modifies an avatar for use against a light background. |
104
- | `.pf-m-dark` | `.pf-c-avatar` | Modifies an avatar for use against a dark background. |
105
- | `.pf-m-sm{-on-[breakpoint]}` | `.pf-c-avatar` | Modifies an avatar to be small on an optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
100
+ | Class | Applied to | Outcome |
101
+ | -- | -- | -- |
102
+ | `.pf-c-avatar` | `<img>` | Initiates an avatar image. **Required** |
103
+ | `.pf-m-light` | `.pf-c-avatar` | Modifies an avatar for use against a light background. |
104
+ | `.pf-m-dark` | `.pf-c-avatar` | Modifies an avatar for use against a dark background. |
105
+ | `.pf-m-sm{-on-[breakpoint]}` | `.pf-c-avatar` | Modifies an avatar to be small on an optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
106
106
  | `.pf-m-md{-on-[breakpoint]}` | `.pf-c-avatar` | Modifies an avatar to be medium on an optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). **Note:** This is the default size. |
107
- | `.pf-m-lg{-on-[breakpoint]}` | `.pf-c-avatar` | Modifies an avatar to be large on an optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
108
- | `.pf-m-xl{-on-[breakpoint]}` | `.pf-c-avatar` | Modifies an avatar to be extra large on an optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
107
+ | `.pf-m-lg{-on-[breakpoint]}` | `.pf-c-avatar` | Modifies an avatar to be large on an optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
108
+ | `.pf-m-xl{-on-[breakpoint]}` | `.pf-c-avatar` | Modifies an avatar to be extra large on an optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
@@ -24,7 +24,7 @@ cssPrefix: pf-c-back-to-top
24
24
 
25
25
  ### Usage
26
26
 
27
- | Class | Applied to | Outcome |
28
- | ------------------- | ------------------- | ------------------------------------------------- |
29
- | `.pf-c-back-to-top` | `<div>` | Initiates the back to top component. **Required** |
30
- | `.pf-m-hidden` | `.pf-c-back-to-top` | Modifies the component to be hidden. |
27
+ | Class | Applied to | Outcome |
28
+ | -- | -- | -- |
29
+ | `.pf-c-back-to-top` | `<div>` | Initiates the back to top component. **Required** |
30
+ | `.pf-m-hidden` | `.pf-c-back-to-top` | Modifies the component to be hidden. |
@@ -19,7 +19,7 @@ This component puts a backdrop over the entire viewport.
19
19
 
20
20
  ### Usage
21
21
 
22
- | Class | Applied to | Outcome |
23
- | ---------------------- | ---------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
24
- | `.pf-c-backdrop` | `<div>` | Initiates backdrop. **Required** |
25
- | `.pf-c-backdrop__open` | `<body>` | Lock scrolling when backdrop is active. This class should be set on `<body>` while backdrop is active and removed while backdrop is inactive. **Required** |
22
+ | Class | Applied to | Outcome |
23
+ | -- | -- | -- |
24
+ | `.pf-c-backdrop` | `<div>` | Initiates backdrop. **Required** |
25
+ | `.pf-c-backdrop__open` | `<body>` | Lock scrolling when backdrop is active. This class should be set on `<body>` while backdrop is active and removed while backdrop is inactive. **Required** |
@@ -42,7 +42,7 @@ This component puts an image on the background with an svg filter applied to it.
42
42
 
43
43
  ### Usage
44
44
 
45
- | Class | Applied to | Outcome |
46
- | -------------------------------- | ---------- | ------------------------------------------------------------------ |
47
- | `.pf-c-background-image` | `*` | A fixed background image is applied to the background of the page. |
48
- | `.pf-c-background-image__filter` | `*` | The inline svg that provides the filter for the background image. |
45
+ | Class | Applied to | Outcome |
46
+ | -- | -- | -- |
47
+ | `.pf-c-background-image` | `*` | A fixed background image is applied to the background of the page. |
48
+ | `.pf-c-background-image__filter` | `*` | The inline svg that provides the filter for the background image. |