@patternfly/patternfly 5.1.0-prerelease.3 → 5.1.0-prerelease.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (274) hide show
  1. package/README.md +13 -3
  2. package/assets/icons/iconUnicodes.json +1 -0
  3. package/assets/pficon/pf-v5-pficon.woff2 +0 -0
  4. package/assets/pficon/pficon.scss +6 -129
  5. package/base/_common.scss +21 -0
  6. package/base/_globals.scss +1 -1
  7. package/base/_variables.scss +7 -0
  8. package/base/patternfly-common.css +16 -2
  9. package/base/patternfly-globals.css +1 -1
  10. package/base/patternfly-icons.css +5 -1
  11. package/base/patternfly-pf-icons.css +5 -1
  12. package/base/patternfly-variables.css +5 -0
  13. package/components/AboutModalBox/about-modal-box.css +23 -12
  14. package/components/AboutModalBox/about-modal-box.scss +25 -12
  15. package/components/Accordion/accordion.css +33 -20
  16. package/components/Accordion/accordion.scss +32 -20
  17. package/components/ActionList/action-list.css +2 -2
  18. package/components/ActionList/action-list.scss +2 -2
  19. package/components/Alert/alert-group.css +7 -4
  20. package/components/Alert/alert-group.scss +7 -4
  21. package/components/Alert/alert.css +19 -13
  22. package/components/Alert/alert.scss +18 -13
  23. package/components/AppLauncher/app-launcher.css +32 -23
  24. package/components/AppLauncher/app-launcher.scss +32 -23
  25. package/components/BackToTop/back-to-top.css +2 -2
  26. package/components/BackToTop/back-to-top.scss +2 -2
  27. package/components/Backdrop/backdrop.css +2 -2
  28. package/components/Backdrop/backdrop.scss +2 -2
  29. package/components/BackgroundImage/background-image.css +6 -3
  30. package/components/BackgroundImage/background-image.scss +8 -3
  31. package/components/Badge/badge.css +2 -2
  32. package/components/Badge/badge.scss +2 -2
  33. package/components/Banner/banner.css +5 -5
  34. package/components/Banner/banner.scss +5 -2
  35. package/components/Breadcrumb/breadcrumb.css +9 -3
  36. package/components/Breadcrumb/breadcrumb.scss +8 -3
  37. package/components/Button/button.css +26 -17
  38. package/components/Button/button.scss +26 -16
  39. package/components/Button/themes/dark/button.scss +1 -1
  40. package/components/CalendarMonth/calendar-month.css +25 -15
  41. package/components/CalendarMonth/calendar-month.scss +23 -15
  42. package/components/Card/card.css +25 -17
  43. package/components/Card/card.scss +24 -17
  44. package/components/Check/check.css +2 -2
  45. package/components/Check/check.scss +2 -2
  46. package/components/Chip/chip-group.css +6 -6
  47. package/components/Chip/chip-group.scss +6 -6
  48. package/components/Chip/chip.css +16 -9
  49. package/components/Chip/chip.scss +17 -9
  50. package/components/ClipboardCopy/clipboard-copy.css +19 -10
  51. package/components/ClipboardCopy/clipboard-copy.scss +16 -8
  52. package/components/ClipboardCopy/themes/dark/clipboard-copy.scss +2 -2
  53. package/components/CodeBlock/code-block.css +6 -3
  54. package/components/CodeBlock/code-block.scss +6 -3
  55. package/components/CodeEditor/code-editor.css +31 -22
  56. package/components/CodeEditor/code-editor.scss +30 -21
  57. package/components/CodeEditor/themes/dark/code-editor.scss +1 -1
  58. package/components/Content/content.css +33 -30
  59. package/components/Content/content.scss +33 -30
  60. package/components/ContextSelector/context-selector.css +41 -26
  61. package/components/ContextSelector/context-selector.scss +40 -25
  62. package/components/ContextSelector/themes/dark/context-selector.scss +1 -1
  63. package/components/DataList/data-list-grid.css +21 -49
  64. package/components/DataList/data-list-grid.scss +3 -3
  65. package/components/DataList/data-list.css +69 -84
  66. package/components/DataList/data-list.scss +47 -35
  67. package/components/DatePicker/date-picker.css +8 -8
  68. package/components/DatePicker/date-picker.scss +8 -8
  69. package/components/DescriptionList/description-list.css +8 -5
  70. package/components/DescriptionList/description-list.scss +8 -5
  71. package/components/DragDrop/drag-drop.css +8 -8
  72. package/components/DragDrop/drag-drop.scss +8 -8
  73. package/components/Drawer/drawer.css +120 -61
  74. package/components/Drawer/drawer.scss +92 -43
  75. package/components/Dropdown/dropdown.css +75 -66
  76. package/components/Dropdown/dropdown.scss +65 -56
  77. package/components/DualListSelector/dual-list-selector.css +29 -15
  78. package/components/DualListSelector/dual-list-selector.scss +30 -15
  79. package/components/EmptyState/empty-state.css +7 -4
  80. package/components/EmptyState/empty-state.scss +7 -4
  81. package/components/ExpandableSection/expandable-section.css +17 -10
  82. package/components/ExpandableSection/expandable-section.scss +15 -10
  83. package/components/FileUpload/file-upload.css +9 -15
  84. package/components/FileUpload/file-upload.scss +9 -15
  85. package/components/Form/form.css +53 -50
  86. package/components/Form/form.scss +46 -44
  87. package/components/FormControl/form-control.css +21 -11
  88. package/components/FormControl/form-control.scss +21 -11
  89. package/components/HelperText/helper-text.css +1 -1
  90. package/components/HelperText/helper-text.scss +1 -1
  91. package/components/Hint/hint.css +9 -6
  92. package/components/Hint/hint.scss +9 -6
  93. package/components/Icon/icon.css +1 -1
  94. package/components/Icon/icon.scss +1 -1
  95. package/components/InlineEdit/inline-edit.css +4 -4
  96. package/components/InlineEdit/inline-edit.scss +4 -4
  97. package/components/InputGroup/input-group.css +12 -6
  98. package/components/InputGroup/input-group.scss +11 -5
  99. package/components/InputGroup/themes/dark/input-group.scss +1 -1
  100. package/components/JumpLinks/jump-links.css +27 -24
  101. package/components/JumpLinks/jump-links.scss +26 -24
  102. package/components/Label/label-group.css +13 -10
  103. package/components/Label/label-group.scss +13 -10
  104. package/components/Label/label.css +9 -9
  105. package/components/Label/label.scss +9 -9
  106. package/components/List/list.css +9 -9
  107. package/components/List/list.scss +9 -9
  108. package/components/LogViewer/log-viewer.css +14 -14
  109. package/components/LogViewer/log-viewer.scss +14 -14
  110. package/components/Login/login.css +36 -27
  111. package/components/Login/login.scss +36 -27
  112. package/components/Masthead/masthead.css +19 -22
  113. package/components/Masthead/masthead.scss +19 -22
  114. package/components/Menu/menu.css +80 -66
  115. package/components/Menu/menu.scss +81 -69
  116. package/components/MenuToggle/menu-toggle.css +41 -29
  117. package/components/MenuToggle/menu-toggle.scss +41 -29
  118. package/components/ModalBox/modal-box.css +19 -19
  119. package/components/ModalBox/modal-box.scss +20 -20
  120. package/components/MultipleFileUpload/multiple-file-upload.css +11 -8
  121. package/components/MultipleFileUpload/multiple-file-upload.scss +11 -8
  122. package/components/Nav/nav.css +120 -93
  123. package/components/Nav/nav.scss +120 -93
  124. package/components/Nav/themes/dark/nav.scss +2 -2
  125. package/components/NotificationBadge/notification-badge.css +13 -7
  126. package/components/NotificationBadge/notification-badge.scss +13 -7
  127. package/components/NotificationDrawer/notification-drawer.css +32 -19
  128. package/components/NotificationDrawer/notification-drawer.scss +30 -19
  129. package/components/NumberInput/number-input.css +3 -3
  130. package/components/NumberInput/number-input.scss +2 -2
  131. package/components/OptionsMenu/options-menu.css +43 -31
  132. package/components/OptionsMenu/options-menu.scss +43 -31
  133. package/components/OverflowMenu/overflow-menu.css +2 -2
  134. package/components/OverflowMenu/overflow-menu.scss +2 -2
  135. package/components/Page/page.css +123 -65
  136. package/components/Page/page.scss +69 -40
  137. package/components/Page/themes/dark/page.scss +1 -1
  138. package/components/Pagination/pagination.css +28 -18
  139. package/components/Pagination/pagination.scss +25 -17
  140. package/components/Panel/panel.css +13 -7
  141. package/components/Panel/panel.scss +13 -7
  142. package/components/Popover/popover.css +82 -31
  143. package/components/Popover/popover.scss +104 -45
  144. package/components/Progress/progress.css +9 -7
  145. package/components/Progress/progress.scss +12 -7
  146. package/components/ProgressStepper/progress-stepper.css +26 -20
  147. package/components/ProgressStepper/progress-stepper.scss +25 -19
  148. package/components/Radio/radio.css +4 -5
  149. package/components/Radio/radio.scss +4 -5
  150. package/components/Select/select.css +56 -47
  151. package/components/Select/select.scss +56 -47
  152. package/components/Sidebar/sidebar.css +11 -5
  153. package/components/Sidebar/sidebar.scss +11 -5
  154. package/components/SimpleList/simple-list.css +10 -4
  155. package/components/SimpleList/simple-list.scss +10 -4
  156. package/components/Skeleton/skeleton.css +6 -5
  157. package/components/Skeleton/skeleton.scss +4 -5
  158. package/components/SkipToContent/skip-to-content.css +3 -3
  159. package/components/SkipToContent/skip-to-content.scss +3 -3
  160. package/components/Slider/slider.css +47 -26
  161. package/components/Slider/slider.scss +56 -28
  162. package/components/Switch/switch.css +9 -5
  163. package/components/Switch/switch.scss +10 -6
  164. package/components/TabContent/tab-content.css +4 -1
  165. package/components/TabContent/tab-content.scss +4 -1
  166. package/components/Table/table-grid.css +256 -219
  167. package/components/Table/table-grid.scss +53 -39
  168. package/components/Table/table-scrollable.css +4 -4
  169. package/components/Table/table-scrollable.scss +6 -4
  170. package/components/Table/table-tree-view.css +112 -105
  171. package/components/Table/table-tree-view.scss +38 -33
  172. package/components/Table/table.css +91 -69
  173. package/components/Table/table.scss +89 -69
  174. package/components/Tabs/tabs.css +76 -48
  175. package/components/Tabs/tabs.scss +74 -48
  176. package/components/TextInputGroup/text-input-group.css +15 -15
  177. package/components/TextInputGroup/text-input-group.scss +15 -15
  178. package/components/Tile/tile.css +10 -10
  179. package/components/Tile/tile.scss +10 -10
  180. package/components/ToggleGroup/toggle-group.css +14 -11
  181. package/components/ToggleGroup/toggle-group.scss +14 -11
  182. package/components/Toolbar/toolbar.css +44 -41
  183. package/components/Toolbar/toolbar.scss +26 -21
  184. package/components/Tooltip/tooltip.css +76 -25
  185. package/components/Tooltip/tooltip.scss +100 -41
  186. package/components/TreeView/tree-view.css +48 -27
  187. package/components/TreeView/tree-view.scss +50 -28
  188. package/components/Truncate/truncate.css +9 -0
  189. package/components/Truncate/truncate.scss +16 -3
  190. package/components/Wizard/wizard.css +57 -36
  191. package/components/Wizard/wizard.scss +57 -36
  192. package/docs/components/AppLauncher/deprecated/application-launcher.md +155 -70
  193. package/docs/components/Breadcrumb/examples/Breadcrumb.md +11 -5
  194. package/docs/components/Button/examples/Button.css +2 -2
  195. package/docs/components/Button/examples/Button.md +16 -3
  196. package/docs/components/Card/examples/Card.md +154 -66
  197. package/docs/components/Chip/examples/Chip.md +1 -1
  198. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +106 -0
  199. package/docs/components/CodeEditor/examples/CodeEditor.md +3 -3
  200. package/docs/components/ContextSelector/deprecated/context-selector.md +198 -96
  201. package/docs/components/DataList/examples/DataList.md +391 -136
  202. package/docs/components/DragDrop/examples/DragDrop.css +2 -2
  203. package/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
  204. package/docs/components/Dropdown/deprecated/Dropdown.md +881 -367
  205. package/docs/components/DualListSelector/examples/DualListSelector.md +432 -144
  206. package/docs/components/FormControl/examples/FormControl.md +2 -1
  207. package/docs/components/Hint/examples/Hint.md +57 -24
  208. package/docs/components/InlineEdit/examples/InlineEdit.md +46 -16
  209. package/docs/components/Label/examples/Label.md +1 -1
  210. package/docs/components/LogViewer/examples/LogViewer.css +2 -2
  211. package/docs/components/LogViewer/examples/LogViewer.md +40 -30
  212. package/docs/components/Menu/examples/Menu.css +8 -0
  213. package/docs/components/Menu/examples/Menu.md +111 -73
  214. package/docs/components/MenuToggle/examples/MenuToggle.md +1 -1
  215. package/docs/components/ModalBox/examples/ModalBox.css +3 -8
  216. package/docs/components/Nav/examples/Navigation.css +3 -26
  217. package/docs/components/Nav/examples/Navigation.md +99 -0
  218. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +619 -240
  219. package/docs/components/OptionsMenu/deprecated/options-menu.md +415 -163
  220. package/docs/components/OverflowMenu/examples/overflow-menu.md +45 -34
  221. package/docs/components/Pagination/examples/Pagination.md +195 -65
  222. package/docs/components/Popover/examples/Popover.css +4 -9
  223. package/docs/components/Popover/examples/Popover.md +4 -4
  224. package/docs/components/ProgressStepper/examples/ProgressStepper.md +50 -0
  225. package/docs/components/Select/deprecated/Select.css +3 -3
  226. package/docs/components/Select/deprecated/Select.md +40 -52
  227. package/docs/components/Table/examples/Table.css +2 -2
  228. package/docs/components/Table/examples/Table.md +4548 -1670
  229. package/docs/components/Tabs/examples/Tabs.md +1094 -438
  230. package/docs/components/TextInputGroup/examples/TextInputGroup.css +1 -1
  231. package/docs/components/Tile/examples/Tile.css +1 -1
  232. package/docs/components/Toolbar/examples/Toolbar.md +218 -128
  233. package/docs/components/Tooltip/examples/Tooltip.css +4 -0
  234. package/docs/components/Tooltip/examples/Tooltip.md +8 -6
  235. package/docs/components/TreeView/examples/TreeView.md +23 -8
  236. package/docs/components/Truncate/examples/Truncate.md +2 -2
  237. package/docs/demos/Card/examples/Card.css +3 -3
  238. package/docs/demos/Card/examples/Card.md +72 -31
  239. package/docs/demos/CardView/examples/CardView.md +182 -74
  240. package/docs/demos/ContextSelector/examples/ContextSelector.md +95 -47
  241. package/docs/demos/Dashboard/examples/Dashboard.md +18 -9
  242. package/docs/demos/DataList/examples/DataList.md +171 -72
  243. package/docs/demos/DescriptionList/examples/DescriptionList.md +20 -9
  244. package/docs/demos/Drawer/examples/Drawer.md +20 -9
  245. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +803 -338
  246. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +257 -105
  247. package/docs/demos/Skeleton/examples/Skeleton.md +7 -35
  248. package/docs/demos/Table/examples/Table.md +1470 -619
  249. package/docs/demos/Tabs/examples/Tabs.md +117 -49
  250. package/docs/demos/Toolbar/examples/Toolbar.md +318 -123
  251. package/docs/layouts/Flex/examples/Flex.md +5 -5
  252. package/docs/utilities/BoxShadow/examples/box-shadow.css +5 -5
  253. package/icons/pficons.mjs +1 -0
  254. package/layouts/Flex/flex.css +115 -43
  255. package/layouts/Flex/flex.scss +20 -8
  256. package/package.json +41 -37
  257. package/patternfly-addons.css +732 -972
  258. package/patternfly-base-no-globals-theme-dark-unversioned.css +26 -3
  259. package/patternfly-base-no-globals.css +26 -3
  260. package/patternfly-base-theme-dark-unversioned.css +27 -4
  261. package/patternfly-base.css +27 -4
  262. package/patternfly-no-globals.css +2695 -1897
  263. package/patternfly-theme-dark-unversioned.css +2696 -1898
  264. package/patternfly.css +2696 -1898
  265. package/patternfly.min.css +1 -1
  266. package/patternfly.min.css.map +1 -1
  267. package/sass-utilities/functions.scss +6 -0
  268. package/sass-utilities/mixins.scss +62 -2
  269. package/sass-utilities/placeholders.scss +1 -1
  270. package/sass-utilities/scss-variables.scss +8 -8
  271. package/sass-utilities/themes/dark/mixins.scss +3 -1
  272. package/utilities/Accessibility/accessibility.css +12 -12
  273. package/utilities/Spacing/spacing.css +720 -960
  274. package/utilities/Spacing/spacing.scss +4 -8
@@ -0,0 +1,4 @@
1
+ /* adds padding to full page examples so arrows are visible */
2
+ .ws-core-c-tooltip:not(.ws-preview) {
3
+ padding: var(--pf-v5-global--spacer--md);
4
+ }
@@ -2,7 +2,9 @@
2
2
  id: Tooltip
3
3
  section: components
4
4
  cssPrefix: pf-v5-c-tooltip
5
- ---## Examples
5
+ ---import "./Tooltip.css"
6
+
7
+ ## Examples
6
8
 
7
9
  ### Top
8
10
 
@@ -133,8 +135,8 @@ A tooltip is used to provide contextual information for another component on hov
133
135
  | `.pf-v5-c-tooltip` | `<div>` | Creates a tooltip. Always use with a modifier class that positions the tooltip relative to the element it describes. **Required**|
134
136
  | `.pf-v5-c-tooltip__arrow` | `<div>` | Creates an arrow pointing towards the element the tooltip describes. **Required** |
135
137
  | `.pf-v5-c-tooltip__content` | `<div>` | Creates the body of the tooltip. **Required** |
136
- | `.pf-m-left{-top/bottom}` | `.pf-v5-c-tooltip` | Positions the tooltip to the left (or left top/left bottom) of the element. |
137
- | `.pf-m-right{-top/bottom}` | `.pf-v5-c-tooltip` | Positions the tooltip to the right (or right top/right bottom) of the element. |
138
- | `.pf-m-top{-left/right}` | `.pf-v5-c-tooltip` | Positions the tooltip to the top (or top left/top right) of the element. |
139
- | `.pf-m-bottom{-left/right}` | `.pf-v5-c-tooltip` | Positions the tooltip to the bottom (or bottom left/bottom right) of the element. |
140
- | `.pf-m-text-align-left` | `.pf-v5-c-tooltip__content` | Modifies tooltip content to text align left. |
138
+ | `.pf-m-left{-top/bottom}`, `.pf-m-inline-start{-block-start/block-end}` | `.pf-v5-c-tooltip` | Positions the tooltip to the left (or left top/left bottom) of the element. |
139
+ | `.pf-m-right{-top/bottom}`, `.pf-m-inline-end{-block-start/block-end}` | `.pf-v5-c-tooltip` | Positions the tooltip to the right (or right top/right bottom) of the element. |
140
+ | `.pf-m-top{-left/right}`, `.pf-m-block-start{-inline-start/inline-end}` | `.pf-v5-c-tooltip` | Positions the tooltip to the top (or top left/top right) of the element. |
141
+ | `.pf-m-bottom{-left/right}`, `.pf-m-block-start{-inline-start/inline-end}` | `.pf-v5-c-tooltip` | Positions the tooltip to the bottom (or bottom left/bottom right) of the element. |
142
+ | `.pf-m-text-align-left`, `.pf-m-text-align-start` | `.pf-v5-c-tooltip__content` | Modifies tooltip content to text align left. |
@@ -1974,31 +1974,46 @@ cssPrefix: pf-v5-c-tree-view
1974
1974
  class="pf-v5-c-dropdown__menu pf-m-align-right"
1975
1975
  aria-labelledby="dropdown-kebab-button"
1976
1976
  hidden
1977
+ role="menu"
1977
1978
  >
1978
- <li>
1979
- <a class="pf-v5-c-dropdown__menu-item" href="#">Link</a>
1979
+ <li role="none">
1980
+ <a
1981
+ class="pf-v5-c-dropdown__menu-item"
1982
+ role="menuitem"
1983
+ href="#"
1984
+ >Link</a>
1980
1985
  </li>
1981
- <li>
1982
- <button class="pf-v5-c-dropdown__menu-item" type="button">Action</button>
1986
+ <li role="none">
1987
+ <button
1988
+ class="pf-v5-c-dropdown__menu-item"
1989
+ role="menuitem"
1990
+ type="button"
1991
+ >Action</button>
1983
1992
  </li>
1984
- <li>
1993
+ <li role="none">
1985
1994
  <a
1986
1995
  class="pf-v5-c-dropdown__menu-item pf-m-disabled"
1996
+ role="menuitem"
1987
1997
  href="#"
1988
1998
  aria-disabled="true"
1989
1999
  tabindex="-1"
1990
2000
  >Disabled link</a>
1991
2001
  </li>
1992
- <li>
2002
+ <li role="none">
1993
2003
  <button
1994
2004
  class="pf-v5-c-dropdown__menu-item"
2005
+ role="menuitem"
1995
2006
  type="button"
1996
2007
  disabled
1997
2008
  >Disabled action</button>
1998
2009
  </li>
1999
2010
  <li class="pf-v5-c-divider" role="separator"></li>
2000
- <li>
2001
- <a class="pf-v5-c-dropdown__menu-item" href="#">Separated link</a>
2011
+ <li role="none">
2012
+ <a
2013
+ class="pf-v5-c-dropdown__menu-item"
2014
+ role="menuitem"
2015
+ href="#"
2016
+ >Separated link</a>
2002
2017
  </li>
2003
2018
  </ul>
2004
2019
  </div>
@@ -30,8 +30,8 @@ The truncate component contains two child elements, `.pf-v5-c-truncate__start` a
30
30
  <span class="pf-v5-c-truncate">
31
31
  <span
32
32
  class="pf-v5-c-truncate__start"
33
- >redhat_logo_black_and_white_reversed_simple_with_fedora_con</span>
34
- <span class="pf-v5-c-truncate__end">tainer.zip</span>
33
+ >Vestibulum interdum risus et enim faucibus,&nbsp;</span>
34
+ <span class="pf-v5-c-truncate__end">sit amet molestie est accumsan.</span>
35
35
  </span>
36
36
  </div>
37
37
 
@@ -1,5 +1,5 @@
1
1
  #ws-html-demos-c-card-status-card-expanded-with-popover {
2
- padding-top: 180px;
2
+ padding-block-start: 180px;
3
3
  }
4
4
 
5
5
  #ws-html-demos-c-card-status-card-expanded-with-popover #carview-demo--popover-parent,
@@ -9,10 +9,10 @@
9
9
 
10
10
  #ws-html-demos-c-card-status-card-expanded-with-popover .pf-v5-c-popover {
11
11
  position: absolute;
12
- margin-top: -12px;
12
+ margin-block-start: -12px;
13
13
  z-index: 1000;
14
14
  transform: translateY(-50%);
15
- left: calc(100% + var(--pf-v5-c-popover__arrow--Width) + var(--pf-v5-global--spacer--sm));
15
+ inset-inline-start: calc(100% + var(--pf-v5-c-popover__arrow--Width) + var(--pf-v5-global--spacer--sm));
16
16
  }
17
17
 
18
18
  #ws-html-demos-c-card-status-card-expanded-with-popover .pf-v5-c-table {
@@ -39,31 +39,42 @@ wrapperTag: div
39
39
  class="pf-v5-c-dropdown__menu"
40
40
  aria-labelledby="card-demo-horizontal-grid-collapsed-example-dropdown-kebab-right-aligned-button"
41
41
  hidden
42
+ role="menu"
42
43
  >
43
- <li>
44
- <a class="pf-v5-c-dropdown__menu-item" href="#">Link</a>
44
+ <li role="none">
45
+ <a class="pf-v5-c-dropdown__menu-item" role="menuitem" href="#">Link</a>
45
46
  </li>
46
- <li>
47
- <button class="pf-v5-c-dropdown__menu-item" type="button">Action</button>
47
+ <li role="none">
48
+ <button
49
+ class="pf-v5-c-dropdown__menu-item"
50
+ role="menuitem"
51
+ type="button"
52
+ >Action</button>
48
53
  </li>
49
- <li>
54
+ <li role="none">
50
55
  <a
51
56
  class="pf-v5-c-dropdown__menu-item pf-m-disabled"
57
+ role="menuitem"
52
58
  href="#"
53
59
  aria-disabled="true"
54
60
  tabindex="-1"
55
61
  >Disabled link</a>
56
62
  </li>
57
- <li>
63
+ <li role="none">
58
64
  <button
59
65
  class="pf-v5-c-dropdown__menu-item"
66
+ role="menuitem"
60
67
  type="button"
61
68
  disabled
62
69
  >Disabled action</button>
63
70
  </li>
64
71
  <li class="pf-v5-c-divider" role="separator"></li>
65
- <li>
66
- <a class="pf-v5-c-dropdown__menu-item" href="#">Separated link</a>
72
+ <li role="none">
73
+ <a
74
+ class="pf-v5-c-dropdown__menu-item"
75
+ role="menuitem"
76
+ href="#"
77
+ >Separated link</a>
67
78
  </li>
68
79
  </ul>
69
80
  </div>
@@ -169,31 +180,42 @@ wrapperTag: div
169
180
  class="pf-v5-c-dropdown__menu"
170
181
  aria-labelledby="card-demo-horizontal-grid-expanded-example-dropdown-kebab-right-aligned-button"
171
182
  hidden
183
+ role="menu"
172
184
  >
173
- <li>
174
- <a class="pf-v5-c-dropdown__menu-item" href="#">Link</a>
185
+ <li role="none">
186
+ <a class="pf-v5-c-dropdown__menu-item" role="menuitem" href="#">Link</a>
175
187
  </li>
176
- <li>
177
- <button class="pf-v5-c-dropdown__menu-item" type="button">Action</button>
188
+ <li role="none">
189
+ <button
190
+ class="pf-v5-c-dropdown__menu-item"
191
+ role="menuitem"
192
+ type="button"
193
+ >Action</button>
178
194
  </li>
179
- <li>
195
+ <li role="none">
180
196
  <a
181
197
  class="pf-v5-c-dropdown__menu-item pf-m-disabled"
198
+ role="menuitem"
182
199
  href="#"
183
200
  aria-disabled="true"
184
201
  tabindex="-1"
185
202
  >Disabled link</a>
186
203
  </li>
187
- <li>
204
+ <li role="none">
188
205
  <button
189
206
  class="pf-v5-c-dropdown__menu-item"
207
+ role="menuitem"
190
208
  type="button"
191
209
  disabled
192
210
  >Disabled action</button>
193
211
  </li>
194
212
  <li class="pf-v5-c-divider" role="separator"></li>
195
- <li>
196
- <a class="pf-v5-c-dropdown__menu-item" href="#">Separated link</a>
213
+ <li role="none">
214
+ <a
215
+ class="pf-v5-c-dropdown__menu-item"
216
+ role="menuitem"
217
+ href="#"
218
+ >Separated link</a>
197
219
  </li>
198
220
  </ul>
199
221
  </div>
@@ -226,7 +248,7 @@ wrapperTag: div
226
248
  <span class="pf-v5-c-label__text">Set up your cluster</span>
227
249
  </span>
228
250
  </span>
229
- <p>Continue setting up your cluster to access all you cain in the Console</p>
251
+ <p>Continue setting up your cluster to access all you can in the Console</p>
230
252
  <ul class="pf-v5-c-list pf-m-plain" role="list">
231
253
  <li>
232
254
  <a href="#">Add identity provider</a>
@@ -244,7 +266,11 @@ wrapperTag: div
244
266
  <span
245
267
  class="pf-v5-c-button__icon pf-m-end"
246
268
  >
247
- <i class="fas fa-arrow-right" aria-hidden="true"></i>
269
+ <span class="pf-v5-c-icon pf-v5-m-mirror-inline-rtl">
270
+ <span class="pf-v5-c-icon__content">
271
+ <i class="fas fa-arrow-right" aria-hidden="true"></i>
272
+ </span>
273
+ </span>
248
274
  </span>
249
275
  </a>
250
276
  </div>
@@ -275,7 +301,11 @@ wrapperTag: div
275
301
  <a class="pf-v5-c-button pf-m-link pf-m-inline" href="#">
276
302
  View all guided tours
277
303
  <span class="pf-v5-c-button__icon pf-m-end">
278
- <i class="fas fa-arrow-right" aria-hidden="true"></i>
304
+ <span class="pf-v5-c-icon pf-v5-m-mirror-inline-rtl">
305
+ <span class="pf-v5-c-icon__content">
306
+ <i class="fas fa-arrow-right" aria-hidden="true"></i>
307
+ </span>
308
+ </span>
279
309
  </span>
280
310
  </a>
281
311
  </div>
@@ -309,7 +339,11 @@ wrapperTag: div
309
339
  <a class="pf-v5-c-button pf-m-link pf-m-inline" href="#">
310
340
  View all quick starts
311
341
  <span class="pf-v5-c-button__icon pf-m-end">
312
- <i class="fas fa-arrow-right" aria-hidden="true"></i>
342
+ <span class="pf-v5-c-icon pf-v5-m-mirror-inline-rtl">
343
+ <span class="pf-v5-c-icon__content">
344
+ <i class="fas fa-arrow-right" aria-hidden="true"></i>
345
+ </span>
346
+ </span>
313
347
  </span>
314
348
  </a>
315
349
  </div>
@@ -348,7 +382,11 @@ wrapperTag: div
348
382
  <span
349
383
  class="pf-v5-c-button__icon pf-m-end"
350
384
  >
351
- <i class="fas fa-arrow-right" aria-hidden="true"></i>
385
+ <span class="pf-v5-c-icon pf-v5-m-mirror-inline-rtl">
386
+ <span class="pf-v5-c-icon__content">
387
+ <i class="fas fa-arrow-right" aria-hidden="true"></i>
388
+ </span>
389
+ </span>
352
390
  </span>
353
391
  </a>
354
392
  </div>
@@ -365,8 +403,8 @@ wrapperTag: div
365
403
  <div class="pf-v5-c-card pf-m-flat" id="card-demo-horizontal-split-example">
366
404
  <div class="pf-v5-l-grid pf-m-all-6-col-on-md">
367
405
  <div
368
- class="pf-v5-l-grid__item pf-d-card__media-item"
369
- style="min-height: 200px; background: center / cover url('/assets/images/pfbg_992@2x.jpg'); "
406
+ class="pf-v5-l-grid__item"
407
+ style="min-height: 200px; background: no-repeat bottom right / auto 75% url(/assets/images/pfbg-icon.svg) black;"
370
408
  ></div>
371
409
  <div class="pf-v5-l-grid__item">
372
410
  <div class="pf-v5-c-card__title">
@@ -765,30 +803,33 @@ wrapperTag: div
765
803
  </div>
766
804
  </div>
767
805
  <div class="pf-v5-c-card__body">
768
- <div class="pf-v5-c-tabs pf-m-fill" id="status-tabs">
769
- <ul class="pf-v5-c-tabs__list">
770
- <li class="pf-v5-c-tabs__item pf-m-current">
806
+ <div class="pf-v5-c-tabs pf-m-fill" role="region" id="status-tabs">
807
+ <ul class="pf-v5-c-tabs__list" role="tablist">
808
+ <li class="pf-v5-c-tabs__item pf-m-current" role="presentation">
771
809
  <button
772
810
  type="button"
773
811
  class="pf-v5-c-tabs__link"
812
+ role="tab"
774
813
  id="status-tabs-object-1-link"
775
814
  >
776
815
  <span class="pf-v5-c-tabs__item-text">Object 1</span>
777
816
  </button>
778
817
  </li>
779
- <li class="pf-v5-c-tabs__item">
818
+ <li class="pf-v5-c-tabs__item" role="presentation">
780
819
  <button
781
820
  type="button"
782
821
  class="pf-v5-c-tabs__link"
822
+ role="tab"
783
823
  id="status-tabs-object-2-link"
784
824
  >
785
825
  <span class="pf-v5-c-tabs__item-text">Object 2</span>
786
826
  </button>
787
827
  </li>
788
- <li class="pf-v5-c-tabs__item">
828
+ <li class="pf-v5-c-tabs__item" role="presentation">
789
829
  <button
790
830
  type="button"
791
831
  class="pf-v5-c-tabs__link"
832
+ role="tab"
792
833
  id="status-tabs-object-3-link"
793
834
  >
794
835
  <span class="pf-v5-c-tabs__item-text">Object 3</span>
@@ -2731,7 +2772,7 @@ wrapperTag: div
2731
2772
  </div>
2732
2773
  <div
2733
2774
  class="pf-v5-c-card__actions pf-m-no-offset"
2734
- style="padding-top: 1px;"
2775
+ style="padding-block-start: 1px;"
2735
2776
  >
2736
2777
  <div class="pf-v5-c-select">
2737
2778
  <span
@@ -2916,7 +2957,7 @@ wrapperTag: div
2916
2957
  <div
2917
2958
  class="pf-v5-c-card__title"
2918
2959
  id="card-log-view-example-title1"
2919
- style="padding-top: 3px;"
2960
+ style="padding-block-start: 3px;"
2920
2961
  >
2921
2962
  <h2 class="pf-v5-c-title pf-m-lg">Activity</h2>
2922
2963
  </div>
@@ -3071,7 +3112,7 @@ wrapperTag: div
3071
3112
  <div
3072
3113
  class="pf-v5-c-card__title"
3073
3114
  id="card-events-view-example-title1"
3074
- style="padding-top: 3px;"
3115
+ style="padding-block-start: 3px;"
3075
3116
  >
3076
3117
  <h2 class="pf-v5-c-title pf-m-lg">Events</h2>
3077
3118
  </div>