@patternfly/patternfly 6.0.0-alpha.1 → 6.0.0-alpha.11

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 (284) 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 +14 -14
  7. package/base/_variables.scss +12 -0
  8. package/base/patternfly-common.css +16 -2
  9. package/base/patternfly-globals.css +13 -14
  10. package/base/patternfly-icons.css +5 -1
  11. package/base/patternfly-pf-icons.css +5 -1
  12. package/base/patternfly-variables.css +865 -0
  13. package/base/tokens/_tokens-dark.scss +331 -0
  14. package/base/tokens/_tokens-default.scss +379 -0
  15. package/base/tokens/_tokens-font.scss +96 -0
  16. package/base/tokens/_tokens-palette.scss +75 -0
  17. package/components/AboutModalBox/about-modal-box.css +23 -12
  18. package/components/AboutModalBox/about-modal-box.scss +25 -12
  19. package/components/Accordion/accordion.css +33 -20
  20. package/components/Accordion/accordion.scss +32 -20
  21. package/components/ActionList/action-list.css +2 -2
  22. package/components/ActionList/action-list.scss +2 -2
  23. package/components/Alert/alert-group.css +27 -20
  24. package/components/Alert/alert-group.scss +27 -20
  25. package/components/Alert/alert.css +74 -95
  26. package/components/Alert/alert.scss +76 -89
  27. package/components/AppLauncher/app-launcher.css +32 -23
  28. package/components/AppLauncher/app-launcher.scss +32 -23
  29. package/components/BackToTop/back-to-top.css +2 -2
  30. package/components/BackToTop/back-to-top.scss +2 -2
  31. package/components/Backdrop/backdrop.css +2 -2
  32. package/components/Backdrop/backdrop.scss +2 -2
  33. package/components/BackgroundImage/background-image.css +6 -3
  34. package/components/BackgroundImage/background-image.scss +8 -3
  35. package/components/Badge/badge.css +2 -2
  36. package/components/Badge/badge.scss +2 -2
  37. package/components/Banner/banner.css +5 -5
  38. package/components/Banner/banner.scss +5 -2
  39. package/components/Breadcrumb/breadcrumb.css +9 -3
  40. package/components/Breadcrumb/breadcrumb.scss +8 -3
  41. package/components/Button/button.css +167 -195
  42. package/components/Button/button.scss +187 -157
  43. package/components/Button/themes/dark/button.scss +1 -1
  44. package/components/CalendarMonth/calendar-month.css +25 -15
  45. package/components/CalendarMonth/calendar-month.scss +23 -15
  46. package/components/Card/card.css +25 -17
  47. package/components/Card/card.scss +24 -17
  48. package/components/Check/check.css +2 -2
  49. package/components/Check/check.scss +2 -2
  50. package/components/Chip/chip-group.css +6 -6
  51. package/components/Chip/chip-group.scss +6 -6
  52. package/components/Chip/chip.css +16 -9
  53. package/components/Chip/chip.scss +17 -9
  54. package/components/ClipboardCopy/clipboard-copy.css +19 -10
  55. package/components/ClipboardCopy/clipboard-copy.scss +16 -8
  56. package/components/ClipboardCopy/themes/dark/clipboard-copy.scss +2 -2
  57. package/components/CodeBlock/code-block.css +6 -3
  58. package/components/CodeBlock/code-block.scss +6 -3
  59. package/components/CodeEditor/code-editor.css +31 -22
  60. package/components/CodeEditor/code-editor.scss +30 -21
  61. package/components/CodeEditor/themes/dark/code-editor.scss +1 -1
  62. package/components/Content/content.css +100 -97
  63. package/components/Content/content.scss +101 -98
  64. package/components/ContextSelector/context-selector.css +41 -26
  65. package/components/ContextSelector/context-selector.scss +40 -25
  66. package/components/ContextSelector/themes/dark/context-selector.scss +1 -1
  67. package/components/DataList/data-list-grid.css +21 -21
  68. package/components/DataList/data-list-grid.scss +3 -3
  69. package/components/DataList/data-list.css +69 -56
  70. package/components/DataList/data-list.scss +47 -35
  71. package/components/DatePicker/date-picker.css +8 -8
  72. package/components/DatePicker/date-picker.scss +8 -8
  73. package/components/DescriptionList/description-list.css +8 -5
  74. package/components/DescriptionList/description-list.scss +8 -5
  75. package/components/DragDrop/drag-drop.css +8 -8
  76. package/components/DragDrop/drag-drop.scss +8 -8
  77. package/components/Drawer/drawer.css +120 -62
  78. package/components/Drawer/drawer.scss +94 -44
  79. package/components/Dropdown/dropdown.css +75 -66
  80. package/components/Dropdown/dropdown.scss +65 -56
  81. package/components/DualListSelector/dual-list-selector.css +29 -15
  82. package/components/DualListSelector/dual-list-selector.scss +30 -15
  83. package/components/EmptyState/empty-state.css +7 -4
  84. package/components/EmptyState/empty-state.scss +7 -4
  85. package/components/ExpandableSection/expandable-section.css +17 -10
  86. package/components/ExpandableSection/expandable-section.scss +15 -10
  87. package/components/FileUpload/file-upload.css +9 -15
  88. package/components/FileUpload/file-upload.scss +9 -15
  89. package/components/Form/form.css +53 -50
  90. package/components/Form/form.scss +46 -44
  91. package/components/FormControl/form-control.css +18 -9
  92. package/components/FormControl/form-control.scss +18 -9
  93. package/components/HelperText/helper-text.css +1 -1
  94. package/components/HelperText/helper-text.scss +1 -1
  95. package/components/Hint/hint.css +9 -6
  96. package/components/Hint/hint.scss +9 -6
  97. package/components/Icon/icon.css +1 -1
  98. package/components/Icon/icon.scss +1 -1
  99. package/components/InlineEdit/inline-edit.css +4 -4
  100. package/components/InlineEdit/inline-edit.scss +4 -4
  101. package/components/InputGroup/input-group.css +12 -6
  102. package/components/InputGroup/input-group.scss +11 -5
  103. package/components/InputGroup/themes/dark/input-group.scss +1 -1
  104. package/components/JumpLinks/jump-links.css +27 -24
  105. package/components/JumpLinks/jump-links.scss +26 -24
  106. package/components/Label/label-group.css +13 -10
  107. package/components/Label/label-group.scss +13 -10
  108. package/components/Label/label.css +9 -9
  109. package/components/Label/label.scss +9 -9
  110. package/components/List/list.css +9 -9
  111. package/components/List/list.scss +9 -9
  112. package/components/LogViewer/log-viewer.css +14 -14
  113. package/components/LogViewer/log-viewer.scss +14 -14
  114. package/components/Login/login.css +36 -27
  115. package/components/Login/login.scss +36 -27
  116. package/components/Masthead/masthead.css +68 -125
  117. package/components/Masthead/masthead.scss +123 -153
  118. package/components/Menu/menu.css +79 -65
  119. package/components/Menu/menu.scss +80 -68
  120. package/components/MenuToggle/menu-toggle.css +89 -99
  121. package/components/MenuToggle/menu-toggle.scss +92 -108
  122. package/components/ModalBox/modal-box.css +19 -19
  123. package/components/ModalBox/modal-box.scss +20 -20
  124. package/components/MultipleFileUpload/multiple-file-upload.css +11 -8
  125. package/components/MultipleFileUpload/multiple-file-upload.scss +11 -8
  126. package/components/Nav/nav.css +162 -133
  127. package/components/Nav/nav.scss +162 -135
  128. package/components/Nav/themes/dark/nav.scss +2 -2
  129. package/components/NotificationBadge/notification-badge.css +66 -85
  130. package/components/NotificationBadge/notification-badge.scss +72 -103
  131. package/components/NotificationDrawer/notification-drawer.css +32 -19
  132. package/components/NotificationDrawer/notification-drawer.scss +30 -19
  133. package/components/NumberInput/number-input.css +2 -2
  134. package/components/NumberInput/number-input.scss +2 -2
  135. package/components/OptionsMenu/options-menu.css +43 -31
  136. package/components/OptionsMenu/options-menu.scss +43 -31
  137. package/components/OverflowMenu/overflow-menu.css +2 -2
  138. package/components/OverflowMenu/overflow-menu.scss +2 -2
  139. package/components/Page/page.css +230 -271
  140. package/components/Page/page.scss +178 -231
  141. package/components/Pagination/pagination.css +27 -17
  142. package/components/Pagination/pagination.scss +25 -17
  143. package/components/Panel/panel.css +13 -7
  144. package/components/Panel/panel.scss +13 -7
  145. package/components/Popover/popover.css +72 -40
  146. package/components/Popover/popover.scss +95 -75
  147. package/components/Progress/progress.css +9 -7
  148. package/components/Progress/progress.scss +12 -7
  149. package/components/ProgressStepper/progress-stepper.css +26 -20
  150. package/components/ProgressStepper/progress-stepper.scss +25 -19
  151. package/components/Radio/radio.css +3 -3
  152. package/components/Radio/radio.scss +3 -3
  153. package/components/Select/select.css +56 -47
  154. package/components/Select/select.scss +56 -47
  155. package/components/Sidebar/sidebar.css +11 -5
  156. package/components/Sidebar/sidebar.scss +11 -5
  157. package/components/SimpleList/simple-list.css +10 -4
  158. package/components/SimpleList/simple-list.scss +10 -4
  159. package/components/Skeleton/skeleton.css +6 -5
  160. package/components/Skeleton/skeleton.scss +4 -5
  161. package/components/SkipToContent/skip-to-content.css +3 -3
  162. package/components/SkipToContent/skip-to-content.scss +3 -3
  163. package/components/Slider/slider.css +47 -26
  164. package/components/Slider/slider.scss +56 -28
  165. package/components/Switch/switch.css +9 -5
  166. package/components/Switch/switch.scss +10 -6
  167. package/components/TabContent/tab-content.css +4 -1
  168. package/components/TabContent/tab-content.scss +4 -1
  169. package/components/Table/table-grid.css +264 -203
  170. package/components/Table/table-grid.scss +61 -47
  171. package/components/Table/table-scrollable.css +4 -4
  172. package/components/Table/table-scrollable.scss +6 -4
  173. package/components/Table/table-tree-view.css +112 -105
  174. package/components/Table/table-tree-view.scss +38 -33
  175. package/components/Table/table.css +181 -158
  176. package/components/Table/table.scss +181 -164
  177. package/components/Tabs/tabs.css +76 -48
  178. package/components/Tabs/tabs.scss +74 -48
  179. package/components/TextInputGroup/text-input-group.css +15 -15
  180. package/components/TextInputGroup/text-input-group.scss +15 -15
  181. package/components/Tile/tile.css +10 -10
  182. package/components/Tile/tile.scss +10 -10
  183. package/components/ToggleGroup/toggle-group.css +14 -11
  184. package/components/ToggleGroup/toggle-group.scss +14 -11
  185. package/components/Toolbar/toolbar.css +48 -43
  186. package/components/Toolbar/toolbar.scss +29 -23
  187. package/components/Tooltip/tooltip.css +60 -28
  188. package/components/Tooltip/tooltip.scss +76 -56
  189. package/components/TreeView/tree-view.css +48 -27
  190. package/components/TreeView/tree-view.scss +50 -28
  191. package/components/Truncate/truncate.css +9 -0
  192. package/components/Truncate/truncate.scss +16 -3
  193. package/components/Wizard/wizard.css +57 -36
  194. package/components/Wizard/wizard.scss +57 -36
  195. package/docs/components/Alert/examples/Alert.md +1 -1
  196. package/docs/components/Button/examples/Button.css +2 -2
  197. package/docs/components/Button/examples/Button.md +15 -3
  198. package/docs/components/Card/examples/Card.md +15 -15
  199. package/docs/components/Check/examples/Check.md +71 -59
  200. package/docs/components/Chip/examples/Chip.md +1 -1
  201. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +106 -0
  202. package/docs/components/CodeEditor/examples/CodeEditor.md +3 -3
  203. package/docs/components/DragDrop/examples/DragDrop.css +2 -2
  204. package/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
  205. package/docs/components/DualListSelector/examples/DualListSelector.md +64 -16
  206. package/docs/components/Label/examples/Label.md +1 -1
  207. package/docs/components/LogViewer/examples/LogViewer.css +2 -2
  208. package/docs/components/LogViewer/examples/LogViewer.md +120 -30
  209. package/docs/components/Masthead/examples/masthead.md +7 -54
  210. package/docs/components/Menu/examples/Menu.css +8 -0
  211. package/docs/components/Menu/examples/Menu.md +90 -73
  212. package/docs/components/MenuToggle/examples/MenuToggle.md +102 -81
  213. package/docs/components/ModalBox/examples/ModalBox.css +3 -8
  214. package/docs/components/Nav/examples/Navigation.css +3 -25
  215. package/docs/components/Nav/examples/Navigation.md +99 -0
  216. package/docs/components/NotificationBadge/examples/NotificationBadge.md +5 -7
  217. package/docs/components/OptionsMenu/deprecated/options-menu.md +12 -3
  218. package/docs/components/Page/examples/Page.css +0 -8
  219. package/docs/components/Page/examples/Page.md +22 -21
  220. package/docs/components/Popover/examples/Popover.css +4 -9
  221. package/docs/components/Radio/examples/Radio.md +63 -55
  222. package/docs/components/Select/deprecated/Select.md +184 -177
  223. package/docs/components/Table/examples/Table.css +2 -2
  224. package/docs/components/Table/examples/Table.md +2 -2
  225. package/docs/components/TextInputGroup/examples/TextInputGroup.css +1 -1
  226. package/docs/components/Tile/examples/Tile.css +1 -1
  227. package/docs/components/Toolbar/examples/Toolbar.md +525 -431
  228. package/docs/components/Tooltip/examples/Tooltip.css +4 -0
  229. package/docs/components/Tooltip/examples/Tooltip.md +3 -1
  230. package/docs/components/Truncate/examples/Truncate.md +2 -2
  231. package/docs/demos/AboutModal/examples/AboutModal.md +83 -8
  232. package/docs/demos/Alert/examples/Alert.md +249 -24
  233. package/docs/demos/BackToTop/examples/BackToTop.md +83 -8
  234. package/docs/demos/Banner/examples/Banner.md +168 -16
  235. package/docs/demos/Card/examples/Card.css +3 -3
  236. package/docs/demos/Card/examples/Card.md +26 -10
  237. package/docs/demos/CardView/examples/CardView.md +107 -28
  238. package/docs/demos/ContextSelector/examples/ContextSelector.md +332 -32
  239. package/docs/demos/Dashboard/examples/Dashboard.md +86 -11
  240. package/docs/demos/DataList/examples/DataList.md +340 -34
  241. package/docs/demos/DescriptionList/examples/DescriptionList.md +249 -24
  242. package/docs/demos/Drawer/examples/Drawer.md +415 -40
  243. package/docs/demos/JumpLinks/examples/JumpLinks.md +498 -48
  244. package/docs/demos/Masthead/examples/Masthead.md +742 -67
  245. package/docs/demos/Modal/examples/Modal.md +498 -48
  246. package/docs/demos/Nav/examples/Nav.md +664 -64
  247. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +420 -40
  248. package/docs/demos/Page/examples/Page.md +747 -72
  249. package/docs/demos/Page/examples/Penta.md +746 -0
  250. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +741 -180
  251. package/docs/demos/Skeleton/examples/Skeleton.md +90 -43
  252. package/docs/demos/Table/examples/Table.md +1581 -372
  253. package/docs/demos/Tabs/examples/Tabs.md +526 -69
  254. package/docs/demos/Toolbar/examples/Toolbar.css +5 -0
  255. package/docs/demos/Toolbar/examples/Toolbar.md +210 -60
  256. package/docs/demos/Wizard/examples/Wizard.md +747 -72
  257. package/docs/layouts/Flex/examples/Flex.md +5 -5
  258. package/docs/utilities/BoxShadow/examples/box-shadow.css +5 -5
  259. package/icons/pficons.mjs +1 -0
  260. package/layouts/Flex/flex.css +115 -43
  261. package/layouts/Flex/flex.scss +20 -8
  262. package/package.json +9 -5
  263. package/patternfly-addons.css +732 -972
  264. package/patternfly-base-no-globals-theme-dark-unversioned.css +886 -3
  265. package/patternfly-base-no-globals.css +886 -3
  266. package/patternfly-base-theme-dark-unversioned.css +899 -17
  267. package/patternfly-base.css +899 -17
  268. package/patternfly-no-globals.css +4271 -2925
  269. package/patternfly-theme-dark-unversioned.css +4284 -2939
  270. package/patternfly.css +4284 -2939
  271. package/patternfly.min.css +1 -1
  272. package/patternfly.min.css.map +1 -1
  273. package/sass-utilities/functions.scss +6 -0
  274. package/sass-utilities/mixins.scss +62 -2
  275. package/sass-utilities/scss-variables.scss +8 -8
  276. package/sass-utilities/themes/dark/mixins.scss +3 -1
  277. package/utilities/Accessibility/accessibility.css +12 -12
  278. package/utilities/Spacing/spacing.css +720 -960
  279. package/utilities/Spacing/spacing.scss +4 -8
  280. package/components/Alert/themes/dark/alert.scss +0 -17
  281. package/components/Masthead/themes/dark/masthead.scss +0 -14
  282. package/components/NotificationBadge/themes/dark/notification-badge.scss +0 -10
  283. package/components/Page/themes/dark/page.scss +0 -69
  284. package/docs/components/NotificationBadge/examples/NotificationBadge.css +0 -3
@@ -38,7 +38,10 @@ cssPrefix: pf-v5-c-dual-list-selector
38
38
  type="button"
39
39
  aria-label="Sort"
40
40
  >
41
- <i class="fas fa-sort-amount-down" aria-hidden="true"></i>
41
+ <i
42
+ class="fas fa-sort-amount-down pf-v5-m-mirror-inline-rtl"
43
+ aria-hidden="true"
44
+ ></i>
42
45
  </button>
43
46
  <div class="pf-v5-c-dropdown">
44
47
  <button
@@ -252,7 +255,10 @@ cssPrefix: pf-v5-c-dual-list-selector
252
255
  type="button"
253
256
  aria-label="Sort"
254
257
  >
255
- <i class="fas fa-sort-amount-down" aria-hidden="true"></i>
258
+ <i
259
+ class="fas fa-sort-amount-down pf-v5-m-mirror-inline-rtl"
260
+ aria-hidden="true"
261
+ ></i>
256
262
  </button>
257
263
  <div class="pf-v5-c-dropdown">
258
264
  <button
@@ -367,7 +373,10 @@ cssPrefix: pf-v5-c-dual-list-selector
367
373
  type="button"
368
374
  aria-label="Sort"
369
375
  >
370
- <i class="fas fa-sort-amount-down" aria-hidden="true"></i>
376
+ <i
377
+ class="fas fa-sort-amount-down pf-v5-m-mirror-inline-rtl"
378
+ aria-hidden="true"
379
+ ></i>
371
380
  </button>
372
381
  <div class="pf-v5-c-dropdown">
373
382
  <button
@@ -575,7 +584,10 @@ cssPrefix: pf-v5-c-dual-list-selector
575
584
  type="button"
576
585
  aria-label="Sort"
577
586
  >
578
- <i class="fas fa-sort-amount-down" aria-hidden="true"></i>
587
+ <i
588
+ class="fas fa-sort-amount-down pf-v5-m-mirror-inline-rtl"
589
+ aria-hidden="true"
590
+ ></i>
579
591
  </button>
580
592
  <div class="pf-v5-c-dropdown">
581
593
  <button
@@ -690,7 +702,10 @@ cssPrefix: pf-v5-c-dual-list-selector
690
702
  type="button"
691
703
  aria-label="Sort"
692
704
  >
693
- <i class="fas fa-sort-amount-down" aria-hidden="true"></i>
705
+ <i
706
+ class="fas fa-sort-amount-down pf-v5-m-mirror-inline-rtl"
707
+ aria-hidden="true"
708
+ ></i>
694
709
  </button>
695
710
  <div class="pf-v5-c-dropdown">
696
711
  <button
@@ -898,7 +913,10 @@ cssPrefix: pf-v5-c-dual-list-selector
898
913
  type="button"
899
914
  aria-label="Sort"
900
915
  >
901
- <i class="fas fa-sort-amount-down" aria-hidden="true"></i>
916
+ <i
917
+ class="fas fa-sort-amount-down pf-v5-m-mirror-inline-rtl"
918
+ aria-hidden="true"
919
+ ></i>
902
920
  </button>
903
921
  <div class="pf-v5-c-dropdown">
904
922
  <button
@@ -1013,7 +1031,10 @@ cssPrefix: pf-v5-c-dual-list-selector
1013
1031
  type="button"
1014
1032
  aria-label="Sort"
1015
1033
  >
1016
- <i class="fas fa-sort-amount-down" aria-hidden="true"></i>
1034
+ <i
1035
+ class="fas fa-sort-amount-down pf-v5-m-mirror-inline-rtl"
1036
+ aria-hidden="true"
1037
+ ></i>
1017
1038
  </button>
1018
1039
  <div class="pf-v5-c-dropdown">
1019
1040
  <button
@@ -1221,7 +1242,10 @@ cssPrefix: pf-v5-c-dual-list-selector
1221
1242
  type="button"
1222
1243
  aria-label="Sort"
1223
1244
  >
1224
- <i class="fas fa-sort-amount-down" aria-hidden="true"></i>
1245
+ <i
1246
+ class="fas fa-sort-amount-down pf-v5-m-mirror-inline-rtl"
1247
+ aria-hidden="true"
1248
+ ></i>
1225
1249
  </button>
1226
1250
  <div class="pf-v5-c-dropdown">
1227
1251
  <button
@@ -1349,7 +1373,10 @@ cssPrefix: pf-v5-c-dual-list-selector
1349
1373
  type="button"
1350
1374
  aria-label="Sort"
1351
1375
  >
1352
- <i class="fas fa-sort-amount-down" aria-hidden="true"></i>
1376
+ <i
1377
+ class="fas fa-sort-amount-down pf-v5-m-mirror-inline-rtl"
1378
+ aria-hidden="true"
1379
+ ></i>
1353
1380
  </button>
1354
1381
  <div class="pf-v5-c-dropdown">
1355
1382
  <button
@@ -1556,7 +1583,10 @@ cssPrefix: pf-v5-c-dual-list-selector
1556
1583
  type="button"
1557
1584
  aria-label="Sort"
1558
1585
  >
1559
- <i class="fas fa-sort-amount-down" aria-hidden="true"></i>
1586
+ <i
1587
+ class="fas fa-sort-amount-down pf-v5-m-mirror-inline-rtl"
1588
+ aria-hidden="true"
1589
+ ></i>
1560
1590
  </button>
1561
1591
  <div class="pf-v5-c-dropdown">
1562
1592
  <button
@@ -1684,7 +1714,10 @@ cssPrefix: pf-v5-c-dual-list-selector
1684
1714
  type="button"
1685
1715
  aria-label="Sort"
1686
1716
  >
1687
- <i class="fas fa-sort-amount-down" aria-hidden="true"></i>
1717
+ <i
1718
+ class="fas fa-sort-amount-down pf-v5-m-mirror-inline-rtl"
1719
+ aria-hidden="true"
1720
+ ></i>
1688
1721
  </button>
1689
1722
  <div class="pf-v5-c-dropdown">
1690
1723
  <button
@@ -2160,7 +2193,10 @@ cssPrefix: pf-v5-c-dual-list-selector
2160
2193
  type="button"
2161
2194
  aria-label="Sort"
2162
2195
  >
2163
- <i class="fas fa-sort-amount-down" aria-hidden="true"></i>
2196
+ <i
2197
+ class="fas fa-sort-amount-down pf-v5-m-mirror-inline-rtl"
2198
+ aria-hidden="true"
2199
+ ></i>
2164
2200
  </button>
2165
2201
  <div class="pf-v5-c-dropdown">
2166
2202
  <button
@@ -2275,7 +2311,10 @@ cssPrefix: pf-v5-c-dual-list-selector
2275
2311
  type="button"
2276
2312
  aria-label="Sort"
2277
2313
  >
2278
- <i class="fas fa-sort-amount-down" aria-hidden="true"></i>
2314
+ <i
2315
+ class="fas fa-sort-amount-down pf-v5-m-mirror-inline-rtl"
2316
+ aria-hidden="true"
2317
+ ></i>
2279
2318
  </button>
2280
2319
  <div class="pf-v5-c-dropdown">
2281
2320
  <button
@@ -2732,7 +2771,10 @@ cssPrefix: pf-v5-c-dual-list-selector
2732
2771
  type="button"
2733
2772
  aria-label="Sort"
2734
2773
  >
2735
- <i class="fas fa-sort-amount-down" aria-hidden="true"></i>
2774
+ <i
2775
+ class="fas fa-sort-amount-down pf-v5-m-mirror-inline-rtl"
2776
+ aria-hidden="true"
2777
+ ></i>
2736
2778
  </button>
2737
2779
  <div class="pf-v5-c-dropdown">
2738
2780
  <button
@@ -2914,7 +2956,10 @@ cssPrefix: pf-v5-c-dual-list-selector
2914
2956
  type="button"
2915
2957
  aria-label="Sort"
2916
2958
  >
2917
- <i class="fas fa-sort-amount-down" aria-hidden="true"></i>
2959
+ <i
2960
+ class="fas fa-sort-amount-down pf-v5-m-mirror-inline-rtl"
2961
+ aria-hidden="true"
2962
+ ></i>
2918
2963
  </button>
2919
2964
  <div class="pf-v5-c-dropdown">
2920
2965
  <button
@@ -3099,7 +3144,10 @@ cssPrefix: pf-v5-c-dual-list-selector
3099
3144
  type="button"
3100
3145
  aria-label="Sort"
3101
3146
  >
3102
- <i class="fas fa-sort-amount-down" aria-hidden="true"></i>
3147
+ <i
3148
+ class="fas fa-sort-amount-down pf-v5-m-mirror-inline-rtl"
3149
+ aria-hidden="true"
3150
+ ></i>
3103
3151
  </button>
3104
3152
  <div class="pf-v5-c-dropdown">
3105
3153
  <button
@@ -3265,7 +3265,7 @@ In addition to the JavaScript management of [editable labels](/components/label#
3265
3265
 
3266
3266
  | Attribute | Applied to | Outcome |
3267
3267
  | -- | -- | -- |
3268
- | `role="list"` | `.pf-v5-c-label-group__list` | Indicates that the label group list is a list element. This role is redundant since `.pf-v5-c-label-group__list` is a `<ul>` but is required for screen readers to announce the list propertly. **Required** |
3268
+ | `role="list"` | `.pf-v5-c-label-group__list` | Indicates that the label group list is a list element. This role is redundant since `.pf-v5-c-label-group__list` is a `<ul>` but is required for screen readers to announce the list properly. **Required** |
3269
3269
  | `aria-label="[button label text]"` | `.pf-v5-c-label-group__close > button` | Provides an accessible name for a label group close button when an icon is used instead of text. Required when an icon is used with no supporting text. **Required** |
3270
3270
  | `aria-labelledby="[id value of .pf-v5-c-label-group__close > button] [id value of .pf-v5-c-label-group__label]"` | `.pf-v5-c-label-group__close > button` | Provides an accessible name for the button. **Required** |
3271
3271
  | `aria-label="[label text]"` | `.pf-v5-c-label-group__textarea` | Provides an accessible name for the textarea. **Required** |
@@ -6,8 +6,8 @@
6
6
  display: none;
7
7
  position: absolute;
8
8
  z-index: 9999;
9
- top: 52px;
10
- right: 78px;
9
+ inset-block-start: 52px;
10
+ inset-inline-end: 78px;
11
11
  }
12
12
 
13
13
  @media screen and (min-width: 992px) {
@@ -365,7 +365,10 @@ cssPrefix: pf-v5-c-log-viewer
365
365
  name="log-viewer-basic-example-check-wrap-lines"
366
366
  />
367
367
 
368
- <span class="pf-v5-c-check__label">Wrap lines</span>
368
+ <span
369
+ class="pf-v5-c-check__label"
370
+ for="-input"
371
+ >Wrap lines</span>
369
372
  </label>
370
373
  </div>
371
374
  </li>
@@ -382,7 +385,10 @@ cssPrefix: pf-v5-c-log-viewer
382
385
  name="log-viewer-basic-example-check-show-timestamps"
383
386
  />
384
387
 
385
- <span class="pf-v5-c-check__label">Show timestamps</span>
388
+ <span
389
+ class="pf-v5-c-check__label"
390
+ for="-input"
391
+ >Show timestamps</span>
386
392
  </label>
387
393
  </div>
388
394
  </li>
@@ -399,7 +405,10 @@ cssPrefix: pf-v5-c-log-viewer
399
405
  name="log-viewer-basic-example-check-line-number"
400
406
  />
401
407
 
402
- <span class="pf-v5-c-check__label">Display line number</span>
408
+ <span
409
+ class="pf-v5-c-check__label"
410
+ for="-input"
411
+ >Display line number</span>
403
412
  </label>
404
413
  </div>
405
414
  </li>
@@ -926,7 +935,10 @@ cssPrefix: pf-v5-c-log-viewer
926
935
  name="log-viewer-line-number-example-check-wrap-lines"
927
936
  />
928
937
 
929
- <span class="pf-v5-c-check__label">Wrap lines</span>
938
+ <span
939
+ class="pf-v5-c-check__label"
940
+ for="-input"
941
+ >Wrap lines</span>
930
942
  </label>
931
943
  </div>
932
944
  </li>
@@ -943,7 +955,10 @@ cssPrefix: pf-v5-c-log-viewer
943
955
  name="log-viewer-line-number-example-check-show-timestamps"
944
956
  />
945
957
 
946
- <span class="pf-v5-c-check__label">Show timestamps</span>
958
+ <span
959
+ class="pf-v5-c-check__label"
960
+ for="-input"
961
+ >Show timestamps</span>
947
962
  </label>
948
963
  </div>
949
964
  </li>
@@ -960,7 +975,10 @@ cssPrefix: pf-v5-c-log-viewer
960
975
  name="log-viewer-line-number-example-check-line-number"
961
976
  />
962
977
 
963
- <span class="pf-v5-c-check__label">Display line number</span>
978
+ <span
979
+ class="pf-v5-c-check__label"
980
+ for="-input"
981
+ >Display line number</span>
964
982
  </label>
965
983
  </div>
966
984
  </li>
@@ -1487,7 +1505,10 @@ cssPrefix: pf-v5-c-log-viewer
1487
1505
  name="log-viewer-line-number-chars-example-check-wrap-lines"
1488
1506
  />
1489
1507
 
1490
- <span class="pf-v5-c-check__label">Wrap lines</span>
1508
+ <span
1509
+ class="pf-v5-c-check__label"
1510
+ for="-input"
1511
+ >Wrap lines</span>
1491
1512
  </label>
1492
1513
  </div>
1493
1514
  </li>
@@ -1504,7 +1525,10 @@ cssPrefix: pf-v5-c-log-viewer
1504
1525
  name="log-viewer-line-number-chars-example-check-show-timestamps"
1505
1526
  />
1506
1527
 
1507
- <span class="pf-v5-c-check__label">Show timestamps</span>
1528
+ <span
1529
+ class="pf-v5-c-check__label"
1530
+ for="-input"
1531
+ >Show timestamps</span>
1508
1532
  </label>
1509
1533
  </div>
1510
1534
  </li>
@@ -1521,7 +1545,10 @@ cssPrefix: pf-v5-c-log-viewer
1521
1545
  name="log-viewer-line-number-chars-example-check-line-number"
1522
1546
  />
1523
1547
 
1524
- <span class="pf-v5-c-check__label">Display line number</span>
1548
+ <span
1549
+ class="pf-v5-c-check__label"
1550
+ for="-input"
1551
+ >Display line number</span>
1525
1552
  </label>
1526
1553
  </div>
1527
1554
  </li>
@@ -2048,7 +2075,10 @@ cssPrefix: pf-v5-c-log-viewer
2048
2075
  name="log-viewer-text-wrap-example-check-wrap-lines"
2049
2076
  />
2050
2077
 
2051
- <span class="pf-v5-c-check__label">Wrap lines</span>
2078
+ <span
2079
+ class="pf-v5-c-check__label"
2080
+ for="-input"
2081
+ >Wrap lines</span>
2052
2082
  </label>
2053
2083
  </div>
2054
2084
  </li>
@@ -2065,7 +2095,10 @@ cssPrefix: pf-v5-c-log-viewer
2065
2095
  name="log-viewer-text-wrap-example-check-show-timestamps"
2066
2096
  />
2067
2097
 
2068
- <span class="pf-v5-c-check__label">Show timestamps</span>
2098
+ <span
2099
+ class="pf-v5-c-check__label"
2100
+ for="-input"
2101
+ >Show timestamps</span>
2069
2102
  </label>
2070
2103
  </div>
2071
2104
  </li>
@@ -2082,7 +2115,10 @@ cssPrefix: pf-v5-c-log-viewer
2082
2115
  name="log-viewer-text-wrap-example-check-line-number"
2083
2116
  />
2084
2117
 
2085
- <span class="pf-v5-c-check__label">Display line number</span>
2118
+ <span
2119
+ class="pf-v5-c-check__label"
2120
+ for="-input"
2121
+ >Display line number</span>
2086
2122
  </label>
2087
2123
  </div>
2088
2124
  </li>
@@ -2609,7 +2645,10 @@ cssPrefix: pf-v5-c-log-viewer
2609
2645
  name="log-viewer-text-nowrap-example-check-wrap-lines"
2610
2646
  />
2611
2647
 
2612
- <span class="pf-v5-c-check__label">Wrap lines</span>
2648
+ <span
2649
+ class="pf-v5-c-check__label"
2650
+ for="-input"
2651
+ >Wrap lines</span>
2613
2652
  </label>
2614
2653
  </div>
2615
2654
  </li>
@@ -2626,7 +2665,10 @@ cssPrefix: pf-v5-c-log-viewer
2626
2665
  name="log-viewer-text-nowrap-example-check-show-timestamps"
2627
2666
  />
2628
2667
 
2629
- <span class="pf-v5-c-check__label">Show timestamps</span>
2668
+ <span
2669
+ class="pf-v5-c-check__label"
2670
+ for="-input"
2671
+ >Show timestamps</span>
2630
2672
  </label>
2631
2673
  </div>
2632
2674
  </li>
@@ -2643,7 +2685,10 @@ cssPrefix: pf-v5-c-log-viewer
2643
2685
  name="log-viewer-text-nowrap-example-check-line-number"
2644
2686
  />
2645
2687
 
2646
- <span class="pf-v5-c-check__label">Display line number</span>
2688
+ <span
2689
+ class="pf-v5-c-check__label"
2690
+ for="-input"
2691
+ >Display line number</span>
2647
2692
  </label>
2648
2693
  </div>
2649
2694
  </li>
@@ -3197,7 +3242,10 @@ cssPrefix: pf-v5-c-log-viewer
3197
3242
  name="log-viewer-search-results-example-check-wrap-lines"
3198
3243
  />
3199
3244
 
3200
- <span class="pf-v5-c-check__label">Wrap lines</span>
3245
+ <span
3246
+ class="pf-v5-c-check__label"
3247
+ for="-input"
3248
+ >Wrap lines</span>
3201
3249
  </label>
3202
3250
  </div>
3203
3251
  </li>
@@ -3214,7 +3262,10 @@ cssPrefix: pf-v5-c-log-viewer
3214
3262
  name="log-viewer-search-results-example-check-show-timestamps"
3215
3263
  />
3216
3264
 
3217
- <span class="pf-v5-c-check__label">Show timestamps</span>
3265
+ <span
3266
+ class="pf-v5-c-check__label"
3267
+ for="-input"
3268
+ >Show timestamps</span>
3218
3269
  </label>
3219
3270
  </div>
3220
3271
  </li>
@@ -3231,7 +3282,10 @@ cssPrefix: pf-v5-c-log-viewer
3231
3282
  name="log-viewer-search-results-example-check-line-number"
3232
3283
  />
3233
3284
 
3234
- <span class="pf-v5-c-check__label">Display line number</span>
3285
+ <span
3286
+ class="pf-v5-c-check__label"
3287
+ for="-input"
3288
+ >Display line number</span>
3235
3289
  </label>
3236
3290
  </div>
3237
3291
  </li>
@@ -3801,7 +3855,10 @@ cssPrefix: pf-v5-c-log-viewer
3801
3855
  name="log-viewer-max-height-example-check-wrap-lines"
3802
3856
  />
3803
3857
 
3804
- <span class="pf-v5-c-check__label">Wrap lines</span>
3858
+ <span
3859
+ class="pf-v5-c-check__label"
3860
+ for="-input"
3861
+ >Wrap lines</span>
3805
3862
  </label>
3806
3863
  </div>
3807
3864
  </li>
@@ -3818,7 +3875,10 @@ cssPrefix: pf-v5-c-log-viewer
3818
3875
  name="log-viewer-max-height-example-check-show-timestamps"
3819
3876
  />
3820
3877
 
3821
- <span class="pf-v5-c-check__label">Show timestamps</span>
3878
+ <span
3879
+ class="pf-v5-c-check__label"
3880
+ for="-input"
3881
+ >Show timestamps</span>
3822
3882
  </label>
3823
3883
  </div>
3824
3884
  </li>
@@ -3835,7 +3895,10 @@ cssPrefix: pf-v5-c-log-viewer
3835
3895
  name="log-viewer-max-height-example-check-line-number"
3836
3896
  />
3837
3897
 
3838
- <span class="pf-v5-c-check__label">Display line number</span>
3898
+ <span
3899
+ class="pf-v5-c-check__label"
3900
+ for="-input"
3901
+ >Display line number</span>
3839
3902
  </label>
3840
3903
  </div>
3841
3904
  </li>
@@ -4360,7 +4423,10 @@ cssPrefix: pf-v5-c-log-viewer
4360
4423
  name="log-viewer-dropdowns-expanded-example-check-wrap-lines"
4361
4424
  />
4362
4425
 
4363
- <span class="pf-v5-c-check__label">Wrap lines</span>
4426
+ <span
4427
+ class="pf-v5-c-check__label"
4428
+ for="-input"
4429
+ >Wrap lines</span>
4364
4430
  </label>
4365
4431
  </div>
4366
4432
  </li>
@@ -4377,7 +4443,10 @@ cssPrefix: pf-v5-c-log-viewer
4377
4443
  name="log-viewer-dropdowns-expanded-example-check-show-timestamps"
4378
4444
  />
4379
4445
 
4380
- <span class="pf-v5-c-check__label">Show timestamps</span>
4446
+ <span
4447
+ class="pf-v5-c-check__label"
4448
+ for="-input"
4449
+ >Show timestamps</span>
4381
4450
  </label>
4382
4451
  </div>
4383
4452
  </li>
@@ -4394,7 +4463,10 @@ cssPrefix: pf-v5-c-log-viewer
4394
4463
  name="log-viewer-dropdowns-expanded-example-check-line-number"
4395
4464
  />
4396
4465
 
4397
- <span class="pf-v5-c-check__label">Display line number</span>
4466
+ <span
4467
+ class="pf-v5-c-check__label"
4468
+ for="-input"
4469
+ >Display line number</span>
4398
4470
  </label>
4399
4471
  </div>
4400
4472
  </li>
@@ -4921,7 +4993,10 @@ cssPrefix: pf-v5-c-log-viewer
4921
4993
  name="log-viewer-popover-expanded-example-check-wrap-lines"
4922
4994
  />
4923
4995
 
4924
- <span class="pf-v5-c-check__label">Wrap lines</span>
4996
+ <span
4997
+ class="pf-v5-c-check__label"
4998
+ for="-input"
4999
+ >Wrap lines</span>
4925
5000
  </label>
4926
5001
  </div>
4927
5002
  </li>
@@ -4938,7 +5013,10 @@ cssPrefix: pf-v5-c-log-viewer
4938
5013
  name="log-viewer-popover-expanded-example-check-show-timestamps"
4939
5014
  />
4940
5015
 
4941
- <span class="pf-v5-c-check__label">Show timestamps</span>
5016
+ <span
5017
+ class="pf-v5-c-check__label"
5018
+ for="-input"
5019
+ >Show timestamps</span>
4942
5020
  </label>
4943
5021
  </div>
4944
5022
  </li>
@@ -4955,7 +5033,10 @@ cssPrefix: pf-v5-c-log-viewer
4955
5033
  name="log-viewer-popover-expanded-example-check-line-number"
4956
5034
  />
4957
5035
 
4958
- <span class="pf-v5-c-check__label">Display line number</span>
5036
+ <span
5037
+ class="pf-v5-c-check__label"
5038
+ for="-input"
5039
+ >Display line number</span>
4959
5040
  </label>
4960
5041
  </div>
4961
5042
  </li>
@@ -5542,7 +5623,10 @@ cssPrefix: pf-v5-c-log-viewer
5542
5623
  name="log-viewer-dark-example-check-wrap-lines"
5543
5624
  />
5544
5625
 
5545
- <span class="pf-v5-c-check__label">Wrap lines</span>
5626
+ <span
5627
+ class="pf-v5-c-check__label"
5628
+ for="-input"
5629
+ >Wrap lines</span>
5546
5630
  </label>
5547
5631
  </div>
5548
5632
  </li>
@@ -5559,7 +5643,10 @@ cssPrefix: pf-v5-c-log-viewer
5559
5643
  name="log-viewer-dark-example-check-show-timestamps"
5560
5644
  />
5561
5645
 
5562
- <span class="pf-v5-c-check__label">Show timestamps</span>
5646
+ <span
5647
+ class="pf-v5-c-check__label"
5648
+ for="-input"
5649
+ >Show timestamps</span>
5563
5650
  </label>
5564
5651
  </div>
5565
5652
  </li>
@@ -5576,7 +5663,10 @@ cssPrefix: pf-v5-c-log-viewer
5576
5663
  name="log-viewer-dark-example-check-line-number"
5577
5664
  />
5578
5665
 
5579
- <span class="pf-v5-c-check__label">Display line number</span>
5666
+ <span
5667
+ class="pf-v5-c-check__label"
5668
+ for="-input"
5669
+ >Display line number</span>
5580
5670
  </label>
5581
5671
  </div>
5582
5672
  </li>
@@ -44,12 +44,13 @@ cssPrefix: pf-v5-c-masthead
44
44
  <a class="pf-v5-c-masthead__brand" href="#">Logo</a>
45
45
  </div>
46
46
  <div class="pf-v5-c-masthead__content">
47
- <div class="pf-v5-l-flex">
48
- <span>Content</span>
49
- <button class="pf-v5-c-button pf-m-primary" type="button">Primary</button>
50
- <button class="pf-v5-c-button pf-m-secondary" type="button">Secondary</button>
51
- <button class="pf-v5-c-button pf-m-tertiary" type="button">Tertiary</button>
52
- </div>
47
+ <span>Content</span>
48
+ <button
49
+ class="pf-v5-c-button pf-m-primary pf-v5-u-text-align-right"
50
+ type="button"
51
+ >Primary</button>
52
+ <button class="pf-v5-c-button pf-m-secondary" type="button">Secondary</button>
53
+ <button class="pf-v5-c-button pf-m-tertiary" type="button">Tertiary</button>
53
54
  </div>
54
55
  </header>
55
56
 
@@ -127,52 +128,6 @@ cssPrefix: pf-v5-c-masthead
127
128
 
128
129
  ```
129
130
 
130
- ### Light variant
131
-
132
- ```html
133
- <header class="pf-v5-c-masthead pf-m-light" id="light-masthead">
134
- <span class="pf-v5-c-masthead__toggle">
135
- <button
136
- class="pf-v5-c-button pf-m-plain"
137
- type="button"
138
- aria-label="Global navigation"
139
- >
140
- <i class="fas fa-bars" aria-hidden="true"></i>
141
- </button>
142
- </span>
143
- <div class="pf-v5-c-masthead__main">
144
- <a class="pf-v5-c-masthead__brand" href="#">Logo</a>
145
- </div>
146
- <div class="pf-v5-c-masthead__content">
147
- <span>Content</span>
148
- </div>
149
- </header>
150
-
151
- ```
152
-
153
- ### Light 200 variant
154
-
155
- ```html
156
- <header class="pf-v5-c-masthead pf-m-light-200" id="light-200-masthead">
157
- <span class="pf-v5-c-masthead__toggle">
158
- <button
159
- class="pf-v5-c-button pf-m-plain"
160
- type="button"
161
- aria-label="Global navigation"
162
- >
163
- <i class="fas fa-bars" aria-hidden="true"></i>
164
- </button>
165
- </span>
166
- <div class="pf-v5-c-masthead__main">
167
- <a class="pf-v5-c-masthead__brand" href="#">Logo</a>
168
- </div>
169
- <div class="pf-v5-c-masthead__content">
170
- <span>Content</span>
171
- </div>
172
- </header>
173
-
174
- ```
175
-
176
131
  ### Insets
177
132
 
178
133
  ```html
@@ -208,5 +163,3 @@ cssPrefix: pf-v5-c-masthead
208
163
  | `.pf-v5-c-masthead__brand` | `<a>, <div>` | Initiates the masthead content component. |
209
164
  | `.pf-v5-c-masthead__content` | `<div>` | Initiates the masthead content component. |
210
165
  | `.pf-m-inset-{none, sm, md, lg, xl, 2xl}{-on-[breakpoint]}` | `.pf-v5-c-masthead` | Modifies masthead horizontal padding at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
211
- | `.pf-m-light` | `.pf-v5-c-masthead` | Modifies a masthead component to have a light theme with a background color of `--pf-v5-global--BackgroundColor--100`. |
212
- | `.pf-m-light-200` | `.pf-v5-c-masthead` | Modifies a masthead component to have a light theme with a background color of `--pf-v5-global--BackgroundColor--200`. |
@@ -16,3 +16,11 @@
16
16
  align-items: flex-end;
17
17
  justify-content: flex-end;
18
18
  }
19
+
20
+ :is([id="ws-core-c-menu-drilldown-with-breadcrumbs---level-3"], [id="ws-core-c-menu-drilldown-with-breadcrumbs---level-4"]) {
21
+ position: relative;
22
+ }
23
+
24
+ :is([id="ws-core-c-menu-drilldown-with-breadcrumbs---level-3"], [id="ws-core-c-menu-drilldown-with-breadcrumbs---level-4"]) .pf-v5-c-breadcrumb__dropdown .pf-v5-c-menu {
25
+ position: absolute;
26
+ }