@patternfly/patternfly 4.224.2 → 5.0.0-alpha.10

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 (187) hide show
  1. package/README.md +2 -2
  2. package/RELEASE-NOTES.md +0 -17
  3. package/assets/icons/iconUnicodes.json +0 -1
  4. package/assets/pficon/pficon.scss +0 -6
  5. package/assets/pficon/pficon.woff +0 -0
  6. package/assets/pficon/pficon.woff2 +0 -0
  7. package/base/_chart-globals.scss +4 -0
  8. package/base/_common.scss +0 -22
  9. package/base/_fonts.scss +0 -188
  10. package/base/_globals.scss +0 -6
  11. package/base/_icons.scss +28 -0
  12. package/base/_variables.scss +0 -14
  13. package/base/patternfly-common.css +0 -10
  14. package/base/patternfly-fonts.css +0 -120
  15. package/base/patternfly-globals.css +0 -4
  16. package/base/patternfly-icons.css +1 -5
  17. package/base/patternfly-icons.scss +0 -28
  18. package/base/patternfly-pf-icons.css +1 -5
  19. package/base/patternfly-variables.css +6 -19
  20. package/components/AboutModalBox/about-modal-box.css +1 -28
  21. package/components/AboutModalBox/about-modal-box.scss +1 -27
  22. package/components/Accordion/accordion.css +64 -62
  23. package/components/Accordion/accordion.scss +62 -64
  24. package/components/Alert/alert.css +0 -4
  25. package/components/Alert/alert.scss +0 -7
  26. package/components/Banner/banner.css +1 -1
  27. package/components/Banner/banner.scss +1 -1
  28. package/components/Breadcrumb/breadcrumb.css +0 -6
  29. package/components/Breadcrumb/breadcrumb.scss +0 -9
  30. package/components/Button/button.css +0 -4
  31. package/components/Button/button.scss +0 -7
  32. package/components/CalendarMonth/calendar-month.css +1 -1
  33. package/components/CalendarMonth/calendar-month.scss +1 -1
  34. package/components/Card/card.css +9 -16
  35. package/components/Card/card.scss +11 -24
  36. package/components/Check/check.css +4 -2
  37. package/components/Check/check.scss +2 -2
  38. package/components/ChipGroup/chip-group.css +29 -17
  39. package/components/ChipGroup/chip-group.scss +39 -22
  40. package/components/Content/content.css +1 -17
  41. package/components/Content/content.scss +1 -23
  42. package/components/DataList/data-list.css +0 -15
  43. package/components/Divider/divider.css +0 -16
  44. package/components/Divider/divider.scss +0 -1
  45. package/components/Drawer/drawer.css +0 -15
  46. package/components/Drawer/drawer.scss +0 -6
  47. package/components/EmptyState/empty-state.css +46 -56
  48. package/components/EmptyState/empty-state.scss +58 -66
  49. package/components/ExpandableSection/expandable-section.css +0 -4
  50. package/components/ExpandableSection/expandable-section.scss +0 -7
  51. package/components/Form/form.css +0 -1
  52. package/components/Form/form.scss +0 -1
  53. package/components/InlineEdit/inline-edit.css +1 -12
  54. package/components/InlineEdit/inline-edit.scss +1 -10
  55. package/components/JumpLinks/jump-links.css +0 -43
  56. package/components/JumpLinks/jump-links.scss +0 -13
  57. package/components/Label/label.css +0 -3
  58. package/components/Label/label.scss +0 -4
  59. package/components/LabelGroup/label-group.css +26 -22
  60. package/components/LabelGroup/label-group.scss +31 -26
  61. package/components/Menu/menu.css +0 -16
  62. package/components/Menu/menu.scss +0 -1
  63. package/components/NotificationDrawer/notification-drawer.css +1 -0
  64. package/components/NotificationDrawer/notification-drawer.scss +1 -0
  65. package/components/Page/page.css +0 -15
  66. package/components/Pagination/pagination.css +108 -55
  67. package/components/Pagination/pagination.scss +6 -25
  68. package/components/Popover/popover.css +1 -6
  69. package/components/Popover/themes/dark/popover.scss +1 -7
  70. package/components/Progress/progress.css +0 -1
  71. package/components/Progress/progress.scss +0 -1
  72. package/components/Radio/radio.css +4 -2
  73. package/components/Radio/radio.scss +2 -2
  74. package/components/SimpleList/simple-list.css +1 -1
  75. package/components/SimpleList/simple-list.scss +1 -1
  76. package/components/SkipToContent/skip-to-content.css +1 -1
  77. package/components/SkipToContent/skip-to-content.scss +1 -1
  78. package/components/Switch/switch.css +0 -1
  79. package/components/Switch/switch.scss +0 -1
  80. package/components/Table/table-grid.css +0 -10
  81. package/components/Table/table-grid.scss +0 -2
  82. package/components/Table/table-tree-view.css +0 -16
  83. package/components/Table/table-tree-view.scss +0 -4
  84. package/components/Table/table.css +0 -16
  85. package/components/Table/table.scss +0 -1
  86. package/components/Tabs/tabs.css +5 -34
  87. package/components/Tabs/tabs.scss +7 -15
  88. package/components/Title/title.css +0 -5
  89. package/components/Title/title.scss +0 -8
  90. package/components/Toolbar/toolbar.css +30 -33
  91. package/components/Toolbar/toolbar.scss +37 -9
  92. package/components/Tooltip/themes/dark/tooltip.scss +3 -6
  93. package/components/Tooltip/tooltip.css +2 -5
  94. package/components/Wizard/wizard.css +0 -9
  95. package/components/Wizard/wizard.scss +0 -9
  96. package/docs/components/AboutModalBox/examples/AboutModalBox.md +4 -15
  97. package/docs/components/Accordion/examples/Accordion.md +67 -67
  98. package/docs/components/Card/examples/Card.md +61 -44
  99. package/docs/components/CodeBlock/examples/CodeBlock.md +6 -6
  100. package/docs/components/CodeEditor/examples/CodeEditor.md +2 -6
  101. package/docs/components/Content/examples/Content.md +0 -28
  102. package/docs/components/EmptyState/examples/EmptyState.md +127 -79
  103. package/docs/components/SkipToContent/examples/SkipToContent.md +3 -5
  104. package/docs/components/Tabs/examples/Tabs.md +102 -103
  105. package/docs/components/Toolbar/examples/Toolbar.md +19 -16
  106. package/docs/components/Wizard/examples/Wizard.md +10 -13
  107. package/docs/demos/AboutModal/examples/AboutModal.md +53 -49
  108. package/docs/demos/Alert/examples/Alert.md +18 -12
  109. package/docs/demos/BackToTop/examples/BackToTop.md +6 -4
  110. package/docs/demos/Banner/examples/Banner.md +13 -8
  111. package/docs/demos/Card/examples/Card.md +145 -110
  112. package/docs/demos/CardView/examples/CardView.md +7 -7
  113. package/docs/demos/ContextSelector/examples/ContextSelector.md +24 -16
  114. package/docs/demos/Dashboard/examples/Dashboard.md +6 -4
  115. package/docs/demos/DataList/examples/DataList.md +26 -20
  116. package/docs/demos/DescriptionList/examples/DescriptionList.md +19 -12
  117. package/docs/demos/Drawer/examples/Drawer.md +30 -20
  118. package/docs/demos/HelperText/examples/HelperText.md +1 -0
  119. package/docs/demos/JumpLinks/examples/JumpLinks.md +36 -24
  120. package/docs/demos/Masthead/examples/Masthead.md +57 -42
  121. package/docs/demos/Modal/examples/Modal.md +36 -24
  122. package/docs/demos/Nav/examples/Nav.md +48 -32
  123. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +30 -20
  124. package/docs/demos/Page/examples/Page.md +55 -37
  125. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +1 -0
  126. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +51 -34
  127. package/docs/demos/Skeleton/examples/Skeleton.md +6 -4
  128. package/docs/demos/Table/examples/Table.md +102 -88
  129. package/docs/demos/Tabs/examples/Tabs.md +40 -28
  130. package/docs/demos/Toolbar/examples/Toolbar.md +1648 -66
  131. package/docs/demos/Wizard/examples/Wizard.md +232 -222
  132. package/icons/pf-icons.json +0 -1
  133. package/package.json +4 -3
  134. package/patternfly-base-no-reset.css +31 -154
  135. package/patternfly-base.css +31 -158
  136. package/patternfly-charts.css +1 -1
  137. package/patternfly-no-reset.css +367 -650
  138. package/patternfly.css +367 -654
  139. package/patternfly.min.css +1 -1
  140. package/patternfly.min.css.map +1 -1
  141. package/sass-utilities/mixins.scss +0 -6
  142. package/sass-utilities/placeholders.scss +0 -7
  143. package/sass-utilities/scss-variables.scss +6 -13
  144. package/assets/fonts/overpass-mono-webfont/example.html +0 -15
  145. package/assets/fonts/overpass-mono-webfont/overpass-mono-bold.woff +0 -0
  146. package/assets/fonts/overpass-mono-webfont/overpass-mono-bold.woff2 +0 -0
  147. package/assets/fonts/overpass-mono-webfont/overpass-mono-light.woff +0 -0
  148. package/assets/fonts/overpass-mono-webfont/overpass-mono-light.woff2 +0 -0
  149. package/assets/fonts/overpass-mono-webfont/overpass-mono-regular.woff +0 -0
  150. package/assets/fonts/overpass-mono-webfont/overpass-mono-regular.woff2 +0 -0
  151. package/assets/fonts/overpass-mono-webfont/overpass-mono-semibold.woff +0 -0
  152. package/assets/fonts/overpass-mono-webfont/overpass-mono-semibold.woff2 +0 -0
  153. package/assets/fonts/overpass-mono-webfont/overpass-mono.css +0 -39
  154. package/assets/fonts/overpass-webfont/example.html +0 -18
  155. package/assets/fonts/overpass-webfont/overpass-bold-italic.woff +0 -0
  156. package/assets/fonts/overpass-webfont/overpass-bold-italic.woff2 +0 -0
  157. package/assets/fonts/overpass-webfont/overpass-bold.woff +0 -0
  158. package/assets/fonts/overpass-webfont/overpass-bold.woff2 +0 -0
  159. package/assets/fonts/overpass-webfont/overpass-extrabold-italic.woff +0 -0
  160. package/assets/fonts/overpass-webfont/overpass-extrabold-italic.woff2 +0 -0
  161. package/assets/fonts/overpass-webfont/overpass-extrabold.woff +0 -0
  162. package/assets/fonts/overpass-webfont/overpass-extrabold.woff2 +0 -0
  163. package/assets/fonts/overpass-webfont/overpass-extralight-italic.woff +0 -0
  164. package/assets/fonts/overpass-webfont/overpass-extralight-italic.woff2 +0 -0
  165. package/assets/fonts/overpass-webfont/overpass-extralight.woff +0 -0
  166. package/assets/fonts/overpass-webfont/overpass-extralight.woff2 +0 -0
  167. package/assets/fonts/overpass-webfont/overpass-heavy-italic.woff +0 -0
  168. package/assets/fonts/overpass-webfont/overpass-heavy-italic.woff2 +0 -0
  169. package/assets/fonts/overpass-webfont/overpass-heavy.woff +0 -0
  170. package/assets/fonts/overpass-webfont/overpass-heavy.woff2 +0 -0
  171. package/assets/fonts/overpass-webfont/overpass-italic.woff +0 -0
  172. package/assets/fonts/overpass-webfont/overpass-italic.woff2 +0 -0
  173. package/assets/fonts/overpass-webfont/overpass-light-italic.woff +0 -0
  174. package/assets/fonts/overpass-webfont/overpass-light-italic.woff2 +0 -0
  175. package/assets/fonts/overpass-webfont/overpass-light.woff +0 -0
  176. package/assets/fonts/overpass-webfont/overpass-light.woff2 +0 -0
  177. package/assets/fonts/overpass-webfont/overpass-regular.woff +0 -0
  178. package/assets/fonts/overpass-webfont/overpass-regular.woff2 +0 -0
  179. package/assets/fonts/overpass-webfont/overpass-semibold-italic.woff +0 -0
  180. package/assets/fonts/overpass-webfont/overpass-semibold-italic.woff2 +0 -0
  181. package/assets/fonts/overpass-webfont/overpass-semibold.woff +0 -0
  182. package/assets/fonts/overpass-webfont/overpass-semibold.woff2 +0 -0
  183. package/assets/fonts/overpass-webfont/overpass-thin-italic.woff +0 -0
  184. package/assets/fonts/overpass-webfont/overpass-thin-italic.woff2 +0 -0
  185. package/assets/fonts/overpass-webfont/overpass-thin.woff +0 -0
  186. package/assets/fonts/overpass-webfont/overpass-thin.woff2 +0 -0
  187. package/assets/fonts/overpass-webfont/overpass.css +0 -141
@@ -26,12 +26,16 @@ Toolbar relies on groups (`.pf-c-toolbar__group`) and items (`.pf-c-toolbar__ite
26
26
 
27
27
  ### Modifiers
28
28
 
29
- | Class | Applied to | Outcome |
30
- | ------------------------------------- | ------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
31
- | `.pf-m-hidden{-on-[breakpoint]}` | `.pf-c-toolbar > *` | Modifies toolbar element to be hidden, at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
32
- | `.pf-m-visible{-on-[breakpoint]}` | `.pf-c-toolbar > *` | Modifies toolbar element to be shown, at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
33
- | `.pf-m-align-right{-on-[breakpoint]}` | `.pf-c-toolbar > *` | Modifies toolbar element to align right, at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
34
- | `.pf-m-align-left{-on-[breakpoint]}` | `.pf-c-toolbar > *` | Modifies toolbar element to align left, at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
29
+ | Class | Applied to | Outcome |
30
+ | ------------------------------------- | -------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
31
+ | `.pf-m-hidden{-on-[breakpoint]}` | `.pf-c-toolbar > *` | Modifies toolbar element to be hidden, at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
32
+ | `.pf-m-visible{-on-[breakpoint]}` | `.pf-c-toolbar > *` | Modifies toolbar element to be shown, at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
33
+ | `.pf-m-align-right{-on-[breakpoint]}` | `.pf-c-toolbar > *` | Modifies toolbar element to align right, at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
34
+ | `.pf-m-align-left{-on-[breakpoint]}` | `.pf-c-toolbar > *` | Modifies toolbar element to align left, at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
35
+ | `.pf-m-align-items-center` | `.pf-c-toolbar__content-section`, `.pf-c-toolbar__group` | Modifies toolbar element to vertically align children to center. |
36
+ | `.pf-m-align-items-baseline` | `.pf-c-toolbar__group` | Modifies toolbar group to vertically align children to baseline. |
37
+ | `.pf-m-align-self-center` | `.pf-c-toolbar__group`, `.pf-c-toolbar__item` | Modifies toolbar element to vertically align self to center. |
38
+ | `.pf-m-align-self-baseline` | `.pf-c-toolbar__group`, `.pf-c-toolbar__item` | Modifies toolbar element to vertically align self to baseline. |
35
39
 
36
40
  ### Special notes
37
41
 
@@ -489,7 +493,6 @@ In some instances, it may be necessary to adjust spacing explicitly where items
489
493
  role="listbox"
490
494
  aria-labelledby="toolbar-toggle-group-example-select-name-label"
491
495
  hidden
492
- style="width: 175px"
493
496
  >
494
497
  <li role="presentation">
495
498
  <button class="pf-c-select__menu-item" role="option">Running</button>
@@ -520,7 +523,7 @@ In some instances, it may be necessary to adjust spacing explicitly where items
520
523
  </li>
521
524
  </ul>
522
525
  </div>
523
- <div class="pf-c-text-input-group">
526
+ <div class="pf-c-text-input-group" style="width: auto">
524
527
  <div class="pf-c-text-input-group__main pf-m-icon">
525
528
  <span class="pf-c-text-input-group__text">
526
529
  <span class="pf-c-text-input-group__icon">
@@ -810,7 +813,6 @@ In some instances, it may be necessary to adjust spacing explicitly where items
810
813
  role="listbox"
811
814
  aria-labelledby="toolbar-toggle-group-collapsed-example-select-name-label"
812
815
  hidden
813
- style="width: 175px"
814
816
  >
815
817
  <li role="presentation">
816
818
  <button class="pf-c-select__menu-item" role="option">Running</button>
@@ -841,7 +843,7 @@ In some instances, it may be necessary to adjust spacing explicitly where items
841
843
  </li>
842
844
  </ul>
843
845
  </div>
844
- <div class="pf-c-text-input-group">
846
+ <div class="pf-c-text-input-group" style="width: auto">
845
847
  <div class="pf-c-text-input-group__main pf-m-icon">
846
848
  <span class="pf-c-text-input-group__text">
847
849
  <span class="pf-c-text-input-group__icon">
@@ -1192,7 +1194,6 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
1192
1194
  role="listbox"
1193
1195
  aria-labelledby="toolbar-selected-filters-toggle-group-collapsed-example-select-name-label"
1194
1196
  hidden
1195
- style="width: 175px"
1196
1197
  >
1197
1198
  <li role="presentation">
1198
1199
  <button class="pf-c-select__menu-item" role="option">Running</button>
@@ -1223,7 +1224,7 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
1223
1224
  </li>
1224
1225
  </ul>
1225
1226
  </div>
1226
- <div class="pf-c-text-input-group">
1227
+ <div class="pf-c-text-input-group" style="width: auto">
1227
1228
  <div class="pf-c-text-input-group__main pf-m-icon">
1228
1229
  <span class="pf-c-text-input-group__text">
1229
1230
  <span class="pf-c-text-input-group__icon">
@@ -1774,7 +1775,6 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
1774
1775
  role="listbox"
1775
1776
  aria-labelledby="toolbar-selected-filters-toggle-group-expanded-example-select-name-label"
1776
1777
  hidden
1777
- style="width: 175px"
1778
1778
  >
1779
1779
  <li role="presentation">
1780
1780
  <button class="pf-c-select__menu-item" role="option">Running</button>
@@ -1805,7 +1805,7 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
1805
1805
  </li>
1806
1806
  </ul>
1807
1807
  </div>
1808
- <div class="pf-c-text-input-group">
1808
+ <div class="pf-c-text-input-group" style="width: auto">
1809
1809
  <div class="pf-c-text-input-group__main pf-m-icon">
1810
1810
  <span class="pf-c-text-input-group__text">
1811
1811
  <span class="pf-c-text-input-group__icon">
@@ -3842,7 +3842,6 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
3842
3842
  role="listbox"
3843
3843
  aria-labelledby="toolbar-expanded-elements-example-select-name-label"
3844
3844
  hidden
3845
- style="width: 175px"
3846
3845
  >
3847
3846
  <li role="presentation">
3848
3847
  <button class="pf-c-select__menu-item" role="option">Running</button>
@@ -3873,7 +3872,7 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
3873
3872
  </li>
3874
3873
  </ul>
3875
3874
  </div>
3876
- <div class="pf-c-text-input-group">
3875
+ <div class="pf-c-text-input-group" style="width: auto">
3877
3876
  <div class="pf-c-text-input-group__main pf-m-icon">
3878
3877
  <span class="pf-c-text-input-group__text">
3879
3878
  <span class="pf-c-text-input-group__icon">
@@ -4219,6 +4218,10 @@ As the toolbar component is a hybrid layout and component, some of its elements
4219
4218
  | `.pf-m-visible{-on-[breakpoint]}` | `.pf-c-toolbar__content`, `.pf-c-toolbar__content-section`, `.pf-c-toolbar__item`, `.pf-c-toolbar__group` | Modifies toolbar element to be shown, at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
4220
4219
  | `.pf-m-align-right{-on-[breakpoint]}` | `.pf-c-toolbar > *` | Modifies toolbar element to align right, at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
4221
4220
  | `.pf-m-align-left{-on-[breakpoint]}` | `.pf-c-toolbar > *` | Modifies toolbar element to align left, at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
4221
+ | `.pf-m-align-items-center` | `.pf-c-toolbar__content-section`, `.pf-c-toolbar__group` | Modifies toolbar element to vertically align children to center. |
4222
+ | `.pf-m-align-items-baseline` | `.pf-c-toolbar__group` | Modifies toolbar group to vertically align children to baseline. |
4223
+ | `.pf-m-align-self-center` | `.pf-c-toolbar__group`, `.pf-c-toolbar__item` | Modifies toolbar element to vertically align self to center. |
4224
+ | `.pf-m-align-self-baseline` | `.pf-c-toolbar__group`, `.pf-c-toolbar__item` | Modifies toolbar element to vertically align self to baseline. |
4222
4225
  | `.pf-m-label` | `.pf-c-toolbar__item` | Modifies toolbar item to label. |
4223
4226
  | `.pf-m-chip-container` | `.pf-c-toolbar__content`, `.pf-c-toolbar__group` | Modifies the toolbar element for applied filters layout. |
4224
4227
  | `.pf-m-overflow-container` | `.pf-c-toolbar__item`, `.pf-c-toolbar__group` | Modifies the toolbar element to hide overflow and respond to available space. Used for horizontal navigation. |
@@ -202,8 +202,8 @@ wrapperTag: div
202
202
  </main>
203
203
  </div>
204
204
  <footer class="pf-c-wizard__footer">
205
- <button class="pf-c-button pf-m-primary" type="submit">Next</button>
206
205
  <button class="pf-c-button pf-m-secondary" type="button">Back</button>
206
+ <button class="pf-c-button pf-m-primary" type="submit">Next</button>
207
207
  <div class="pf-c-wizard__footer-cancel">
208
208
  <button class="pf-c-button pf-m-link" type="button">Cancel</button>
209
209
  </div>
@@ -408,8 +408,8 @@ wrapperTag: div
408
408
  </main>
409
409
  </div>
410
410
  <footer class="pf-c-wizard__footer">
411
- <button class="pf-c-button pf-m-primary" type="submit">Next</button>
412
411
  <button class="pf-c-button pf-m-secondary" type="button">Back</button>
412
+ <button class="pf-c-button pf-m-primary" type="submit">Next</button>
413
413
  <div class="pf-c-wizard__footer-cancel">
414
414
  <button class="pf-c-button pf-m-link" type="button">Cancel</button>
415
415
  </div>
@@ -659,8 +659,8 @@ wrapperTag: div
659
659
  </div>
660
660
  </div>
661
661
  <footer class="pf-c-wizard__footer">
662
- <button class="pf-c-button pf-m-primary" type="submit">Next</button>
663
662
  <button class="pf-c-button pf-m-secondary" type="button">Back</button>
663
+ <button class="pf-c-button pf-m-primary" type="submit">Next</button>
664
664
  <div class="pf-c-wizard__footer-cancel">
665
665
  <button class="pf-c-button pf-m-link" type="button">Cancel</button>
666
666
  </div>
@@ -896,8 +896,8 @@ wrapperTag: div
896
896
  </main>
897
897
  </div>
898
898
  <footer class="pf-c-wizard__footer">
899
- <button class="pf-c-button pf-m-primary" type="submit">Next</button>
900
899
  <button class="pf-c-button pf-m-secondary" type="button">Back</button>
900
+ <button class="pf-c-button pf-m-primary" type="submit">Next</button>
901
901
  <div class="pf-c-wizard__footer-cancel">
902
902
  <button class="pf-c-button pf-m-link" type="button">Cancel</button>
903
903
  </div>
@@ -1133,8 +1133,8 @@ wrapperTag: div
1133
1133
  </main>
1134
1134
  </div>
1135
1135
  <footer class="pf-c-wizard__footer">
1136
- <button class="pf-c-button pf-m-primary" type="submit">Next</button>
1137
1136
  <button class="pf-c-button pf-m-secondary" type="button">Back</button>
1137
+ <button class="pf-c-button pf-m-primary" type="submit">Next</button>
1138
1138
  <div class="pf-c-wizard__footer-cancel">
1139
1139
  <button class="pf-c-button pf-m-link" type="button">Cancel</button>
1140
1140
  </div>
@@ -1214,10 +1214,9 @@ wrapperTag: div
1214
1214
  <div class="pf-l-bullseye">
1215
1215
  <div class="pf-c-empty-state pf-m-lg">
1216
1216
  <div class="pf-c-empty-state__content">
1217
- <i
1218
- class="fas fa- fa-cogs pf-c-empty-state__icon"
1219
- aria-hidden="true"
1220
- ></i>
1217
+ <div class="pf-c-empty-state__icon">
1218
+ <i class="fas fa- fa-cogs" aria-hidden="true"></i>
1219
+ </div>
1221
1220
 
1222
1221
  <h1
1223
1222
  class="pf-c-title pf-m-lg"
@@ -1251,9 +1250,7 @@ wrapperTag: div
1251
1250
  <div
1252
1251
  class="pf-c-empty-state__body"
1253
1252
  >Description can be used to further elaborate on the validation step, or give the user a better idea of how long the process will take.</div>
1254
- <div class="pf-c-empty-state__secondary">
1255
- <button class="pf-c-button pf-m-link" type="button">Cancel</button>
1256
- </div>
1253
+ <button class="pf-c-button pf-m-link" type="button">Cancel</button>
1257
1254
  </div>
1258
1255
  </div>
1259
1256
  </div>
@@ -1261,8 +1258,8 @@ wrapperTag: div
1261
1258
  </main>
1262
1259
  </div>
1263
1260
  <footer class="pf-c-wizard__footer">
1264
- <button class="pf-c-button pf-m-primary" type="submit">Next</button>
1265
1261
  <button class="pf-c-button pf-m-secondary" type="button">Back</button>
1262
+ <button class="pf-c-button pf-m-primary" type="submit">Next</button>
1266
1263
  <div class="pf-c-wizard__footer-cancel">
1267
1264
  <button class="pf-c-button pf-m-link" type="button">Cancel</button>
1268
1265
  </div>
@@ -9,10 +9,12 @@ This demo implements the about modal, including the backdrop.
9
9
 
10
10
  ```html isFullscreen
11
11
  <div class="pf-c-page" id="modal-basic-example">
12
- <a
13
- class="pf-c-skip-to-content pf-c-button pf-m-primary"
14
- href="#main-content-modal-basic-example"
15
- >Skip to content</a>
12
+ <div class="pf-c-skip-to-content">
13
+ <a
14
+ class="pf-c-button pf-m-primary"
15
+ href="#main-content-modal-basic-example"
16
+ >Skip to content</a>
17
+ </div>
16
18
  <header class="pf-c-masthead" id="modal-basic-example-masthead">
17
19
  <span class="pf-c-masthead__toggle">
18
20
  <button
@@ -916,56 +918,58 @@ This demo implements the about modal, including the backdrop.
916
918
  <div class="pf-c-backdrop">
917
919
  <div class="pf-l-bullseye">
918
920
  <div
919
- class="pf-c-about-modal-box"
921
+ class="pf-c-modal-box pf-m-lg"
920
922
  role="dialog"
921
923
  aria-modal="true"
922
924
  aria-labelledby="about-modal-title"
923
925
  >
924
- <div class="pf-c-about-modal-box__brand">
925
- <img
926
- class="pf-c-about-modal-box__brand-image"
927
- src="/assets/images/pf_mini_logo_white.svg"
928
- alt="PatternFly brand logo"
929
- />
930
- </div>
931
- <div class="pf-c-about-modal-box__close">
932
- <button
933
- class="pf-c-button pf-m-plain"
934
- type="button"
935
- aria-label="Close dialog"
936
- >
937
- <i class="fas fa-times" aria-hidden="true"></i>
938
- </button>
939
- </div>
940
- <div class="pf-c-about-modal-box__header">
941
- <h1
942
- class="pf-c-title pf-m-4xl"
943
- id="about-modal-title"
944
- >Red Hat OpenShift Container Platform</h1>
945
- </div>
946
- <div class="pf-c-about-modal-box__hero"></div>
947
- <div class="pf-c-about-modal-box__content">
948
- <div class="pf-c-content">
949
- <dl>
950
- <dt>CFME version</dt>
951
- <dd>5.5.3.4.20102789036450</dd>
952
- <dt>Cloudforms version</dt>
953
- <dd>4.1</dd>
954
- <dt>Server name</dt>
955
- <dd>40DemoMaster</dd>
956
- <dt>User name</dt>
957
- <dd>Administrator</dd>
958
- <dt>User role</dt>
959
- <dd>EvmRole-super_administrator</dd>
960
- <dt>Browser version</dt>
961
- <dd>601.2</dd>
962
- <dt>Browser OS</dt>
963
- <dd>Mac</dd>
964
- </dl>
926
+ <div class="pf-c-about-modal-box">
927
+ <div class="pf-c-about-modal-box__brand">
928
+ <img
929
+ class="pf-c-about-modal-box__brand-image"
930
+ src="/assets/images/pf_mini_logo_white.svg"
931
+ alt="PatternFly brand logo"
932
+ />
933
+ </div>
934
+ <div class="pf-c-about-modal-box__close">
935
+ <button
936
+ class="pf-c-button pf-m-plain"
937
+ type="button"
938
+ aria-label="Close dialog"
939
+ >
940
+ <i class="fas fa-times" aria-hidden="true"></i>
941
+ </button>
942
+ </div>
943
+ <div class="pf-c-about-modal-box__header">
944
+ <h1
945
+ class="pf-c-title pf-m-4xl"
946
+ id="about-modal-title"
947
+ >Red Hat OpenShift Container Platform</h1>
948
+ </div>
949
+ <div class="pf-c-about-modal-box__hero"></div>
950
+ <div class="pf-c-about-modal-box__content">
951
+ <div class="pf-c-content">
952
+ <dl>
953
+ <dt>CFME version</dt>
954
+ <dd>5.5.3.4.20102789036450</dd>
955
+ <dt>Cloudforms version</dt>
956
+ <dd>4.1</dd>
957
+ <dt>Server name</dt>
958
+ <dd>40DemoMaster</dd>
959
+ <dt>User name</dt>
960
+ <dd>Administrator</dd>
961
+ <dt>User role</dt>
962
+ <dd>EvmRole-super_administrator</dd>
963
+ <dt>Browser version</dt>
964
+ <dd>601.2</dd>
965
+ <dt>Browser OS</dt>
966
+ <dd>Mac</dd>
967
+ </dl>
968
+ </div>
969
+ <p
970
+ class="pf-c-about-modal-box__strapline"
971
+ >Trademark and copyright information here</p>
965
972
  </div>
966
- <p
967
- class="pf-c-about-modal-box__strapline"
968
- >Trademark and copyright information here</p>
969
973
  </div>
970
974
  </div>
971
975
  </div>
@@ -7,10 +7,12 @@ section: components
7
7
 
8
8
  ```html isFullscreen
9
9
  <div class="pf-c-page" id="alert-basic-example">
10
- <a
11
- class="pf-c-skip-to-content pf-c-button pf-m-primary"
12
- href="#main-content-alert-basic-example"
13
- >Skip to content</a>
10
+ <div class="pf-c-skip-to-content">
11
+ <a
12
+ class="pf-c-button pf-m-primary"
13
+ href="#main-content-alert-basic-example"
14
+ >Skip to content</a>
15
+ </div>
14
16
  <header class="pf-c-masthead" id="alert-basic-example-masthead">
15
17
  <span class="pf-c-masthead__toggle">
16
18
  <button
@@ -989,10 +991,12 @@ section: components
989
991
 
990
992
  ```html isFullscreen
991
993
  <div class="pf-c-page" id="alert-horizontal-example">
992
- <a
993
- class="pf-c-skip-to-content pf-c-button pf-m-primary"
994
- href="#main-content-alert-horizontal-example"
995
- >Skip to content</a>
994
+ <div class="pf-c-skip-to-content">
995
+ <a
996
+ class="pf-c-button pf-m-primary"
997
+ href="#main-content-alert-horizontal-example"
998
+ >Skip to content</a>
999
+ </div>
996
1000
  <header class="pf-c-masthead" id="alert-horizontal-example-masthead">
997
1001
  <span class="pf-c-masthead__toggle">
998
1002
  <button
@@ -2009,10 +2013,12 @@ section: components
2009
2013
 
2010
2014
  ```html isFullscreen
2011
2015
  <div class="pf-c-page" id="alert-stacked-example">
2012
- <a
2013
- class="pf-c-skip-to-content pf-c-button pf-m-primary"
2014
- href="#main-content-alert-stacked-example"
2015
- >Skip to content</a>
2016
+ <div class="pf-c-skip-to-content">
2017
+ <a
2018
+ class="pf-c-button pf-m-primary"
2019
+ href="#main-content-alert-stacked-example"
2020
+ >Skip to content</a>
2021
+ </div>
2016
2022
  <header class="pf-c-masthead" id="alert-stacked-example-masthead">
2017
2023
  <span class="pf-c-masthead__toggle">
2018
2024
  <button
@@ -8,10 +8,12 @@ cssPrefix: pf-d-back-to-top
8
8
 
9
9
  ```html isFullscreen
10
10
  <div class="pf-c-page" id="back-to-top-basic-example">
11
- <a
12
- class="pf-c-skip-to-content pf-c-button pf-m-primary"
13
- href="#main-content-back-to-top-basic-example"
14
- >Skip to content</a>
11
+ <div class="pf-c-skip-to-content">
12
+ <a
13
+ class="pf-c-button pf-m-primary"
14
+ href="#main-content-back-to-top-basic-example"
15
+ >Skip to content</a>
16
+ </div>
15
17
  <header class="pf-c-masthead" id="back-to-top-basic-example-masthead">
16
18
  <span class="pf-c-masthead__toggle">
17
19
  <button
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  id: 'Banner'
3
3
  section: components
4
+ beta: true
4
5
  cssPrefix: pf-c-banner
5
6
  wrapperTag: div
6
7
  ---## Examples
@@ -9,10 +10,12 @@ wrapperTag: div
9
10
 
10
11
  ```html isFullscreen
11
12
  <div class="pf-c-page" id="banner-basic-example">
12
- <a
13
- class="pf-c-skip-to-content pf-c-button pf-m-primary"
14
- href="#main-content-banner-basic-example"
15
- >Skip to content</a>
13
+ <div class="pf-c-skip-to-content">
14
+ <a
15
+ class="pf-c-button pf-m-primary"
16
+ href="#main-content-banner-basic-example"
17
+ >Skip to content</a>
18
+ </div>
16
19
  <header class="pf-c-masthead" id="banner-basic-example-masthead">
17
20
  <span class="pf-c-masthead__toggle">
18
21
  <button
@@ -1074,10 +1077,12 @@ wrapperTag: div
1074
1077
  </div>
1075
1078
  <div class="pf-l-flex__item pf-m-grow" style="min-height: 0;">
1076
1079
  <div class="pf-c-page" id="banner-top-bottom-example">
1077
- <a
1078
- class="pf-c-skip-to-content pf-c-button pf-m-primary"
1079
- href="#main-content-banner-top-bottom-example"
1080
- >Skip to content</a>
1080
+ <div class="pf-c-skip-to-content">
1081
+ <a
1082
+ class="pf-c-button pf-m-primary"
1083
+ href="#main-content-banner-top-bottom-example"
1084
+ >Skip to content</a>
1085
+ </div>
1081
1086
  <header class="pf-c-masthead" id="banner-top-bottom-example-masthead">
1082
1087
  <span class="pf-c-masthead__toggle">
1083
1088
  <button