@patternfly/patternfly 6.0.0-alpha.90 → 6.0.0-alpha.92

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 (259) hide show
  1. package/base/patternfly-common.css +10 -10
  2. package/base/patternfly-globals.css +3 -3
  3. package/base/patternfly-icons.css +1 -1
  4. package/base/patternfly-themes.css +53 -53
  5. package/base/patternfly-variables.css +236 -245
  6. package/base/tokens/_tokens-font.scss +0 -11
  7. package/components/AboutModalBox/about-modal-box.css +102 -102
  8. package/components/Accordion/accordion.css +118 -118
  9. package/components/ActionList/action-list.css +16 -16
  10. package/components/Alert/alert-group.css +50 -50
  11. package/components/Alert/alert.css +161 -161
  12. package/components/AppLauncher/app-launcher.css +167 -167
  13. package/components/Avatar/avatar.css +116 -116
  14. package/components/BackToTop/back-to-top.css +21 -21
  15. package/components/Backdrop/backdrop.css +9 -9
  16. package/components/BackgroundImage/background-image.css +15 -15
  17. package/components/Badge/badge.css +35 -35
  18. package/components/Banner/banner.css +114 -114
  19. package/components/Brand/brand.css +28 -28
  20. package/components/Breadcrumb/breadcrumb.css +62 -62
  21. package/components/Button/button.css +514 -514
  22. package/components/CalendarMonth/calendar-month.css +144 -144
  23. package/components/Card/card.css +230 -230
  24. package/components/Check/check.css +43 -43
  25. package/components/Chip/chip-group.css +60 -60
  26. package/components/Chip/chip.css +83 -83
  27. package/components/ClipboardCopy/clipboard-copy.css +71 -71
  28. package/components/CodeBlock/code-block.css +35 -35
  29. package/components/CodeEditor/code-editor.css +121 -121
  30. package/components/Content/content.css +216 -216
  31. package/components/ContextSelector/context-selector.css +251 -251
  32. package/components/DataList/data-list-grid.css +182 -182
  33. package/components/DataList/data-list.css +468 -468
  34. package/components/DatePicker/date-picker.css +35 -35
  35. package/components/DescriptionList/description-list-order.css +90 -90
  36. package/components/DescriptionList/description-list.css +193 -193
  37. package/components/Divider/divider.css +143 -143
  38. package/components/DragDrop/drag-drop.css +46 -46
  39. package/components/Drawer/drawer.css +474 -474
  40. package/components/Dropdown/dropdown.css +457 -457
  41. package/components/DualListSelector/dual-list-selector.css +199 -199
  42. package/components/EmptyState/empty-state.css +104 -104
  43. package/components/ExpandableSection/expandable-section.css +113 -113
  44. package/components/FileUpload/file-upload.css +32 -32
  45. package/components/Form/form.css +281 -281
  46. package/components/FormControl/form-control.css +197 -197
  47. package/components/HelperText/helper-text.css +51 -51
  48. package/components/Hint/hint.css +46 -46
  49. package/components/Icon/icon.css +218 -218
  50. package/components/InlineEdit/inline-edit.css +43 -43
  51. package/components/InputGroup/input-group.css +52 -52
  52. package/components/JumpLinks/jump-links.css +183 -183
  53. package/components/Label/label-group.css +86 -86
  54. package/components/Label/label.css +438 -438
  55. package/components/List/list.css +53 -53
  56. package/components/LogViewer/log-viewer.css +138 -138
  57. package/components/Login/login.css +139 -139
  58. package/components/Masthead/masthead.css +319 -319
  59. package/components/Menu/menu.css +415 -415
  60. package/components/MenuToggle/menu-toggle.css +275 -275
  61. package/components/ModalBox/modal-box.css +121 -121
  62. package/components/MultipleFileUpload/multiple-file-upload.css +163 -163
  63. package/components/Nav/nav.css +225 -225
  64. package/components/NotificationBadge/notification-badge.css +66 -66
  65. package/components/NotificationDrawer/notification-drawer.css +179 -179
  66. package/components/NumberInput/number-input.css +20 -20
  67. package/components/OptionsMenu/options-menu.css +190 -190
  68. package/components/OverflowMenu/overflow-menu.css +19 -19
  69. package/components/Page/page.css +598 -598
  70. package/components/Pagination/pagination.css +220 -220
  71. package/components/Panel/panel.css +72 -72
  72. package/components/Popover/popover.css +148 -148
  73. package/components/Progress/progress.css +80 -80
  74. package/components/ProgressStepper/progress-stepper.css +514 -514
  75. package/components/Radio/radio.css +44 -44
  76. package/components/Select/select.css +423 -423
  77. package/components/Sidebar/sidebar.css +166 -166
  78. package/components/SimpleList/simple-list.css +53 -53
  79. package/components/Skeleton/skeleton.css +112 -112
  80. package/components/SkipToContent/skip-to-content.css +8 -8
  81. package/components/Slider/slider.css +144 -144
  82. package/components/Spinner/spinner.css +36 -36
  83. package/components/Switch/switch.css +89 -89
  84. package/components/TabContent/tab-content.css +34 -34
  85. package/components/Table/table-grid.css +911 -911
  86. package/components/Table/table-scrollable.css +38 -38
  87. package/components/Table/table-tree-view.css +497 -497
  88. package/components/Table/table.css +660 -660
  89. package/components/Tabs/tabs.css +616 -616
  90. package/components/TextInputGroup/text-input-group.css +88 -88
  91. package/components/Tile/tile.css +68 -68
  92. package/components/Timestamp/timestamp.css +29 -29
  93. package/components/Title/title.css +87 -87
  94. package/components/ToggleGroup/toggle-group.css +86 -86
  95. package/components/Toolbar/toolbar.css +2279 -2279
  96. package/components/Tooltip/tooltip.css +85 -85
  97. package/components/TreeView/tree-view.css +363 -363
  98. package/components/Truncate/truncate.css +15 -15
  99. package/components/Wizard/wizard.css +272 -272
  100. package/docs/components/AboutModalBox/examples/AboutModalBox.md +11 -11
  101. package/docs/components/Accordion/examples/Accordion.md +188 -188
  102. package/docs/components/ActionList/examples/ActionList.md +55 -55
  103. package/docs/components/Alert/examples/Alert.md +222 -222
  104. package/docs/components/AppLauncher/deprecated/application-launcher.md +146 -146
  105. package/docs/components/Avatar/examples/Avatar.md +6 -6
  106. package/docs/components/BackToTop/examples/BackToTop.md +3 -3
  107. package/docs/components/Backdrop/examples/Backdrop.md +1 -1
  108. package/docs/components/BackgroundImage/examples/BackgroundImage.md +2 -2
  109. package/docs/components/Badge/examples/Badge.md +17 -17
  110. package/docs/components/Banner/examples/Banner.md +42 -42
  111. package/docs/components/Brand/examples/Brand.md +4 -4
  112. package/docs/components/Breadcrumb/examples/Breadcrumb.md +90 -90
  113. package/docs/components/Button/examples/Button.md +364 -364
  114. package/docs/components/CalendarMonth/examples/CalendarMonth.md +436 -436
  115. package/docs/components/Card/examples/Card.md +515 -515
  116. package/docs/components/Check/examples/Check.md +37 -37
  117. package/docs/components/Chip/examples/Chip.md +216 -216
  118. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +82 -82
  119. package/docs/components/CodeBlock/examples/CodeBlock.md +39 -39
  120. package/docs/components/CodeEditor/examples/CodeEditor.md +85 -85
  121. package/docs/components/Content/examples/Content.md +1 -1
  122. package/docs/components/ContextSelector/deprecated/context-selector.md +160 -160
  123. package/docs/components/DataList/examples/DataList.md +666 -666
  124. package/docs/components/DatePicker/examples/DatePicker.md +54 -54
  125. package/docs/components/DescriptionList/examples/DescriptionList.md +737 -737
  126. package/docs/components/Divider/examples/Divider.md +18 -18
  127. package/docs/components/DragDrop/examples/DragDrop.md +27 -27
  128. package/docs/components/Drawer/examples/Drawer.md +225 -225
  129. package/docs/components/Dropdown/deprecated/Dropdown.md +541 -541
  130. package/docs/components/DualListSelector/examples/DualListSelector.md +1012 -1012
  131. package/docs/components/EmptyState/examples/EmptyState.md +100 -100
  132. package/docs/components/ExpandableSection/examples/ExpandableSection.md +47 -47
  133. package/docs/components/FileUpload/examples/FileUpload.md +94 -94
  134. package/docs/components/Form/examples/Form.md +226 -226
  135. package/docs/components/FormControl/examples/FormControl.md +65 -65
  136. package/docs/components/HelperText/examples/HelperText.md +72 -72
  137. package/docs/components/Hint/examples/Hint.md +44 -44
  138. package/docs/components/Icon/examples/Icon.md +85 -85
  139. package/docs/components/InlineEdit/examples/InlineEdit.md +209 -209
  140. package/docs/components/InputGroup/examples/InputGroup.md +73 -73
  141. package/docs/components/JumpLinks/examples/JumpLinks.md +285 -285
  142. package/docs/components/Label/examples/Label.md +1717 -1717
  143. package/docs/components/List/examples/List.md +30 -30
  144. package/docs/components/LogViewer/examples/LogViewer.md +1785 -1785
  145. package/docs/components/Login/examples/Login.md +287 -287
  146. package/docs/components/Masthead/examples/masthead.md +39 -39
  147. package/docs/components/Menu/examples/Menu.md +2377 -2377
  148. package/docs/components/MenuToggle/examples/MenuToggle.md +242 -242
  149. package/docs/components/ModalBox/examples/ModalBox.md +119 -119
  150. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +192 -192
  151. package/docs/components/Nav/examples/Navigation.md +856 -856
  152. package/docs/components/NotificationBadge/examples/NotificationBadge.md +42 -42
  153. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +659 -659
  154. package/docs/components/NumberInput/examples/NumberInput.md +127 -127
  155. package/docs/components/OptionsMenu/deprecated/options-menu.md +178 -178
  156. package/docs/components/OverflowMenu/examples/overflow-menu.md +97 -97
  157. package/docs/components/Page/deprecated/PageHeader.md +85 -85
  158. package/docs/components/Page/examples/Page.md +90 -90
  159. package/docs/components/Pagination/examples/Pagination.md +285 -285
  160. package/docs/components/Panel/examples/Panel.md +38 -38
  161. package/docs/components/Popover/examples/Popover.md +169 -169
  162. package/docs/components/Progress/examples/Progress.md +145 -145
  163. package/docs/components/ProgressStepper/examples/ProgressStepper.md +295 -295
  164. package/docs/components/Radio/examples/Radio.md +33 -33
  165. package/docs/components/Select/deprecated/Select.md +736 -736
  166. package/docs/components/Sidebar/examples/Sidebar.md +65 -65
  167. package/docs/components/SimpleList/examples/SimpleList.md +39 -39
  168. package/docs/components/Skeleton/examples/Skeleton.md +29 -29
  169. package/docs/components/SkipToContent/examples/SkipToContent.md +3 -3
  170. package/docs/components/Slider/examples/Slider.md +213 -213
  171. package/docs/components/Spinner/examples/Spinner.md +14 -14
  172. package/docs/components/Switch/examples/Switch.md +58 -58
  173. package/docs/components/TabContent/examples/TabContent.md +24 -24
  174. package/docs/components/Table/examples/Table.md +6982 -6982
  175. package/docs/components/Tabs/examples/Tabs.md +2114 -2114
  176. package/docs/components/TextInputGroup/examples/TextInputGroup.md +373 -373
  177. package/docs/components/Tile/examples/Tile.md +131 -131
  178. package/docs/components/Timestamp/examples/Timestamp.md +10 -10
  179. package/docs/components/Title/examples/Title.md +12 -12
  180. package/docs/components/ToggleGroup/examples/toggle-group.md +116 -116
  181. package/docs/components/Toolbar/examples/Toolbar.md +611 -611
  182. package/docs/components/Tooltip/examples/Tooltip.md +27 -27
  183. package/docs/components/TreeView/examples/TreeView.md +1166 -1166
  184. package/docs/components/Truncate/examples/Truncate.md +7 -7
  185. package/docs/components/Wizard/examples/Wizard.md +522 -522
  186. package/docs/demos/AboutModal/examples/AboutModal.md +106 -106
  187. package/docs/demos/Alert/examples/Alert.md +391 -391
  188. package/docs/demos/BackToTop/examples/BackToTop.md +175 -175
  189. package/docs/demos/Banner/examples/Banner.md +364 -364
  190. package/docs/demos/Button/examples/Button.md +50 -50
  191. package/docs/demos/Card/examples/Card.md +1054 -1054
  192. package/docs/demos/CardView/examples/CardView.md +378 -378
  193. package/docs/demos/ContextSelector/examples/ContextSelector.md +449 -449
  194. package/docs/demos/Dashboard/examples/Dashboard.md +541 -541
  195. package/docs/demos/DataList/examples/DataList.md +1148 -1148
  196. package/docs/demos/DescriptionList/examples/DescriptionList.md +544 -544
  197. package/docs/demos/Drawer/examples/Drawer.md +531 -531
  198. package/docs/demos/Form/examples/BasicForms.md +444 -444
  199. package/docs/demos/HelperText/examples/HelperText.md +51 -51
  200. package/docs/demos/JumpLinks/examples/JumpLinks.md +596 -596
  201. package/docs/demos/Masthead/examples/Masthead.md +763 -763
  202. package/docs/demos/Modal/examples/Modal.md +645 -645
  203. package/docs/demos/Nav/examples/Nav.md +649 -649
  204. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +1570 -1570
  205. package/docs/demos/Page/examples/Page.md +1330 -1330
  206. package/docs/demos/Page/examples/Penta.md +217 -217
  207. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +23 -23
  208. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +108 -108
  209. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +1890 -1890
  210. package/docs/demos/Skeleton/examples/Skeleton.md +176 -176
  211. package/docs/demos/Table/examples/Table.md +4580 -4580
  212. package/docs/demos/Tabs/examples/Tabs.md +1040 -1040
  213. package/docs/demos/Toolbar/examples/Toolbar.md +961 -961
  214. package/docs/demos/Wizard/examples/Wizard.md +1574 -1574
  215. package/docs/layouts/Bullseye/examples/Bullseye.md +2 -2
  216. package/docs/layouts/Flex/examples/Flex.md +290 -290
  217. package/docs/layouts/Gallery/examples/Gallery.md +48 -48
  218. package/docs/layouts/Grid/examples/Grid.md +121 -121
  219. package/docs/layouts/Level/examples/Level.md +11 -11
  220. package/docs/layouts/Split/examples/Split.md +23 -23
  221. package/docs/layouts/Stack/examples/Stack.md +8 -8
  222. package/docs/utilities/Accessibility/examples/Accessibility.md +3 -3
  223. package/docs/utilities/Alignment/examples/Alignment.md +4 -4
  224. package/docs/utilities/Display/examples/Display.md +16 -16
  225. package/docs/utilities/Flex/examples/Flex.md +53 -53
  226. package/docs/utilities/Float/examples/Float.md +2 -2
  227. package/docs/utilities/Spacing/examples/Spacing.md +16 -16
  228. package/layouts/Bullseye/bullseye.css +3 -3
  229. package/layouts/Flex/flex.css +1276 -1276
  230. package/layouts/Gallery/gallery.css +34 -34
  231. package/layouts/Grid/grid.css +531 -531
  232. package/layouts/Level/level.css +4 -4
  233. package/layouts/Split/split.css +6 -6
  234. package/layouts/Stack/stack.css +5 -5
  235. package/package.json +5 -5
  236. package/patternfly-addons.css +2989 -2989
  237. package/patternfly-base-no-globals-theme-dark-unversioned.css +269 -278
  238. package/patternfly-base-no-globals.css +284 -293
  239. package/patternfly-base-theme-dark-unversioned.css +271 -280
  240. package/patternfly-base.css +286 -295
  241. package/patternfly-charts-theme-dark-unversioned.css +66 -66
  242. package/patternfly-charts-theme-dark.css +66 -66
  243. package/patternfly-charts.css +320 -320
  244. package/patternfly-no-globals.css +20217 -20226
  245. package/patternfly-theme-dark-unversioned.css +20209 -20218
  246. package/patternfly.css +20219 -20228
  247. package/patternfly.min.css +1 -1
  248. package/patternfly.min.css.map +1 -1
  249. package/sass-utilities/_init.scss +1 -1
  250. package/utilities/Accessibility/accessibility.css +18 -18
  251. package/utilities/Alignment/alignment.css +24 -24
  252. package/utilities/BackgroundColor/BackgroundColor.css +252 -252
  253. package/utilities/BoxShadow/box-shadow.css +42 -42
  254. package/utilities/Display/display.css +54 -54
  255. package/utilities/Flex/flex.css +228 -228
  256. package/utilities/Float/float.css +12 -12
  257. package/utilities/Sizing/sizing.css +216 -216
  258. package/utilities/Spacing/spacing.css +1512 -1512
  259. package/utilities/Text/text.css +631 -631
@@ -7,14 +7,14 @@ cssPrefix: pf-v5-c-notification-drawer
7
7
  ### Basic
8
8
 
9
9
  ```html
10
- <div class="pf-v5-c-notification-drawer">
11
- <div class="pf-v5-c-notification-drawer__header">
12
- <h1 class="pf-v5-c-notification-drawer__header-title">Notifications</h1>
13
- <span class="pf-v5-c-notification-drawer__header-status">3 unread</span>
14
- <div class="pf-v5-c-notification-drawer__header-action">
15
- <div class="pf-v5-c-dropdown">
10
+ <div class="pf-v6-c-notification-drawer">
11
+ <div class="pf-v6-c-notification-drawer__header">
12
+ <h1 class="pf-v6-c-notification-drawer__header-title">Notifications</h1>
13
+ <span class="pf-v6-c-notification-drawer__header-status">3 unread</span>
14
+ <div class="pf-v6-c-notification-drawer__header-action">
15
+ <div class="pf-v6-c-dropdown">
16
16
  <button
17
- class="pf-v5-c-dropdown__toggle pf-m-plain"
17
+ class="pf-v6-c-dropdown__toggle pf-m-plain"
18
18
  id="notification-drawer-basic-header-action-button"
19
19
  aria-expanded="false"
20
20
  type="button"
@@ -23,24 +23,24 @@ cssPrefix: pf-v5-c-notification-drawer
23
23
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
24
24
  </button>
25
25
  <ul
26
- class="pf-v5-c-dropdown__menu pf-m-align-right"
26
+ class="pf-v6-c-dropdown__menu pf-m-align-right"
27
27
  aria-labelledby="notification-drawer-basic-header-action-button"
28
28
  hidden
29
29
  role="menu"
30
30
  >
31
31
  <li role="none">
32
- <a class="pf-v5-c-dropdown__menu-item" role="menuitem" href="#">Link</a>
32
+ <a class="pf-v6-c-dropdown__menu-item" role="menuitem" href="#">Link</a>
33
33
  </li>
34
34
  <li role="none">
35
35
  <button
36
- class="pf-v5-c-dropdown__menu-item"
36
+ class="pf-v6-c-dropdown__menu-item"
37
37
  role="menuitem"
38
38
  type="button"
39
39
  >Action</button>
40
40
  </li>
41
41
  <li role="none">
42
42
  <a
43
- class="pf-v5-c-dropdown__menu-item pf-m-disabled"
43
+ class="pf-v6-c-dropdown__menu-item pf-m-disabled"
44
44
  role="menuitem"
45
45
  href="#"
46
46
  aria-disabled="true"
@@ -49,25 +49,25 @@ cssPrefix: pf-v5-c-notification-drawer
49
49
  </li>
50
50
  <li role="none">
51
51
  <button
52
- class="pf-v5-c-dropdown__menu-item"
52
+ class="pf-v6-c-dropdown__menu-item"
53
53
  role="menuitem"
54
54
  type="button"
55
55
  disabled
56
56
  >Disabled action</button>
57
57
  </li>
58
- <li class="pf-v5-c-divider" role="separator"></li>
58
+ <li class="pf-v6-c-divider" role="separator"></li>
59
59
  <li role="none">
60
60
  <a
61
- class="pf-v5-c-dropdown__menu-item"
61
+ class="pf-v6-c-dropdown__menu-item"
62
62
  role="menuitem"
63
63
  href="#"
64
64
  >Separated link</a>
65
65
  </li>
66
66
  </ul>
67
67
  </div>
68
- <div class="pf-v5-c-notification-drawer__header-action-close">
68
+ <div class="pf-v6-c-notification-drawer__header-action-close">
69
69
  <button
70
- class="pf-v5-c-button pf-m-plain"
70
+ class="pf-v6-c-button pf-m-plain"
71
71
  type="button"
72
72
  aria-label="Close"
73
73
  >
@@ -76,26 +76,26 @@ cssPrefix: pf-v5-c-notification-drawer
76
76
  </div>
77
77
  </div>
78
78
  </div>
79
- <div class="pf-v5-c-notification-drawer__body">
80
- <ul class="pf-v5-c-notification-drawer__list" role="list">
79
+ <div class="pf-v6-c-notification-drawer__body">
80
+ <ul class="pf-v6-c-notification-drawer__list" role="list">
81
81
  <li
82
- class="pf-v5-c-notification-drawer__list-item pf-m-hoverable pf-m-info"
82
+ class="pf-v6-c-notification-drawer__list-item pf-m-hoverable pf-m-info"
83
83
  tabindex="0"
84
84
  >
85
- <div class="pf-v5-c-notification-drawer__list-item-header">
86
- <span class="pf-v5-c-notification-drawer__list-item-header-icon">
85
+ <div class="pf-v6-c-notification-drawer__list-item-header">
86
+ <span class="pf-v6-c-notification-drawer__list-item-header-icon">
87
87
  <i class="fas fa-info-circle" aria-hidden="true"></i>
88
88
  </span>
89
- <h2 class="pf-v5-c-notification-drawer__list-item-header-title">
90
- <span class="pf-v5-screen-reader">Info notification:</span>
89
+ <h2 class="pf-v6-c-notification-drawer__list-item-header-title">
90
+ <span class="pf-v6-screen-reader">Info notification:</span>
91
91
  Unread
92
92
  info notification title
93
93
  </h2>
94
94
  </div>
95
- <div class="pf-v5-c-notification-drawer__list-item-action">
96
- <div class="pf-v5-c-dropdown">
95
+ <div class="pf-v6-c-notification-drawer__list-item-action">
96
+ <div class="pf-v6-c-dropdown">
97
97
  <button
98
- class="pf-v5-c-dropdown__toggle pf-m-plain"
98
+ class="pf-v6-c-dropdown__toggle pf-m-plain"
99
99
  id="notification-drawer-basicdropdown-kebab-1-button"
100
100
  aria-expanded="false"
101
101
  type="button"
@@ -104,28 +104,28 @@ cssPrefix: pf-v5-c-notification-drawer
104
104
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
105
105
  </button>
106
106
  <ul
107
- class="pf-v5-c-dropdown__menu pf-m-align-right"
107
+ class="pf-v6-c-dropdown__menu pf-m-align-right"
108
108
  aria-labelledby="notification-drawer-basicdropdown-kebab-1-button"
109
109
  hidden
110
110
  role="menu"
111
111
  >
112
112
  <li role="none">
113
113
  <a
114
- class="pf-v5-c-dropdown__menu-item"
114
+ class="pf-v6-c-dropdown__menu-item"
115
115
  role="menuitem"
116
116
  href="#"
117
117
  >Link</a>
118
118
  </li>
119
119
  <li role="none">
120
120
  <button
121
- class="pf-v5-c-dropdown__menu-item"
121
+ class="pf-v6-c-dropdown__menu-item"
122
122
  role="menuitem"
123
123
  type="button"
124
124
  >Action</button>
125
125
  </li>
126
126
  <li role="none">
127
127
  <a
128
- class="pf-v5-c-dropdown__menu-item pf-m-disabled"
128
+ class="pf-v6-c-dropdown__menu-item pf-m-disabled"
129
129
  role="menuitem"
130
130
  href="#"
131
131
  aria-disabled="true"
@@ -134,16 +134,16 @@ cssPrefix: pf-v5-c-notification-drawer
134
134
  </li>
135
135
  <li role="none">
136
136
  <button
137
- class="pf-v5-c-dropdown__menu-item"
137
+ class="pf-v6-c-dropdown__menu-item"
138
138
  role="menuitem"
139
139
  type="button"
140
140
  disabled
141
141
  >Disabled action</button>
142
142
  </li>
143
- <li class="pf-v5-c-divider" role="separator"></li>
143
+ <li class="pf-v6-c-divider" role="separator"></li>
144
144
  <li role="none">
145
145
  <a
146
- class="pf-v5-c-dropdown__menu-item"
146
+ class="pf-v6-c-dropdown__menu-item"
147
147
  role="menuitem"
148
148
  href="#"
149
149
  >Separated link</a>
@@ -152,31 +152,31 @@ cssPrefix: pf-v5-c-notification-drawer
152
152
  </div>
153
153
  </div>
154
154
  <div
155
- class="pf-v5-c-notification-drawer__list-item-description"
155
+ class="pf-v6-c-notification-drawer__list-item-description"
156
156
  >This is an info notification description.</div>
157
157
  <div
158
- class="pf-v5-c-notification-drawer__list-item-timestamp"
158
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
159
159
  >5 minutes ago</div>
160
160
  </li>
161
161
 
162
162
  <li
163
- class="pf-v5-c-notification-drawer__list-item pf-m-hoverable pf-m-custom"
163
+ class="pf-v6-c-notification-drawer__list-item pf-m-hoverable pf-m-custom"
164
164
  tabindex="0"
165
165
  >
166
- <div class="pf-v5-c-notification-drawer__list-item-header">
167
- <span class="pf-v5-c-notification-drawer__list-item-header-icon">
166
+ <div class="pf-v6-c-notification-drawer__list-item-header">
167
+ <span class="pf-v6-c-notification-drawer__list-item-header-icon">
168
168
  <i class="fas fa-arrow-circle-up" aria-hidden="true"></i>
169
169
  </span>
170
- <h2 class="pf-v5-c-notification-drawer__list-item-header-title">
171
- <span class="pf-v5-screen-reader">Custom notification:</span>
170
+ <h2 class="pf-v6-c-notification-drawer__list-item-header-title">
171
+ <span class="pf-v6-screen-reader">Custom notification:</span>
172
172
  Unread
173
173
  recommendation notification title. This is a long title to show how the title will wrap if it is long and wraps to multiple lines.
174
174
  </h2>
175
175
  </div>
176
- <div class="pf-v5-c-notification-drawer__list-item-action">
177
- <div class="pf-v5-c-dropdown">
176
+ <div class="pf-v6-c-notification-drawer__list-item-action">
177
+ <div class="pf-v6-c-dropdown">
178
178
  <button
179
- class="pf-v5-c-dropdown__toggle pf-m-plain"
179
+ class="pf-v6-c-dropdown__toggle pf-m-plain"
180
180
  id="notification-drawer-basicdropdown-kebab-2-button"
181
181
  aria-expanded="false"
182
182
  type="button"
@@ -185,28 +185,28 @@ cssPrefix: pf-v5-c-notification-drawer
185
185
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
186
186
  </button>
187
187
  <ul
188
- class="pf-v5-c-dropdown__menu pf-m-align-right"
188
+ class="pf-v6-c-dropdown__menu pf-m-align-right"
189
189
  aria-labelledby="notification-drawer-basicdropdown-kebab-2-button"
190
190
  hidden
191
191
  role="menu"
192
192
  >
193
193
  <li role="none">
194
194
  <a
195
- class="pf-v5-c-dropdown__menu-item"
195
+ class="pf-v6-c-dropdown__menu-item"
196
196
  role="menuitem"
197
197
  href="#"
198
198
  >Link</a>
199
199
  </li>
200
200
  <li role="none">
201
201
  <button
202
- class="pf-v5-c-dropdown__menu-item"
202
+ class="pf-v6-c-dropdown__menu-item"
203
203
  role="menuitem"
204
204
  type="button"
205
205
  >Action</button>
206
206
  </li>
207
207
  <li role="none">
208
208
  <a
209
- class="pf-v5-c-dropdown__menu-item pf-m-disabled"
209
+ class="pf-v6-c-dropdown__menu-item pf-m-disabled"
210
210
  role="menuitem"
211
211
  href="#"
212
212
  aria-disabled="true"
@@ -215,16 +215,16 @@ cssPrefix: pf-v5-c-notification-drawer
215
215
  </li>
216
216
  <li role="none">
217
217
  <button
218
- class="pf-v5-c-dropdown__menu-item"
218
+ class="pf-v6-c-dropdown__menu-item"
219
219
  role="menuitem"
220
220
  type="button"
221
221
  disabled
222
222
  >Disabled action</button>
223
223
  </li>
224
- <li class="pf-v5-c-divider" role="separator"></li>
224
+ <li class="pf-v6-c-divider" role="separator"></li>
225
225
  <li role="none">
226
226
  <a
227
- class="pf-v5-c-dropdown__menu-item"
227
+ class="pf-v6-c-dropdown__menu-item"
228
228
  role="menuitem"
229
229
  href="#"
230
230
  >Separated link</a>
@@ -233,31 +233,31 @@ cssPrefix: pf-v5-c-notification-drawer
233
233
  </div>
234
234
  </div>
235
235
  <div
236
- class="pf-v5-c-notification-drawer__list-item-description"
236
+ class="pf-v6-c-notification-drawer__list-item-description"
237
237
  >This is a recommendation notification description. This is a long description to show how the title will wrap if it is long and wraps to multiple lines.</div>
238
238
  <div
239
- class="pf-v5-c-notification-drawer__list-item-timestamp"
239
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
240
240
  >10 minutes ago</div>
241
241
  </li>
242
242
 
243
243
  <li
244
- class="pf-v5-c-notification-drawer__list-item pf-m-hoverable pf-m-custom"
244
+ class="pf-v6-c-notification-drawer__list-item pf-m-hoverable pf-m-custom"
245
245
  tabindex="0"
246
246
  >
247
- <div class="pf-v5-c-notification-drawer__list-item-header">
248
- <span class="pf-v5-c-notification-drawer__list-item-header-icon">
247
+ <div class="pf-v6-c-notification-drawer__list-item-header">
248
+ <span class="pf-v6-c-notification-drawer__list-item-header-icon">
249
249
  <i class="fas fa-arrow-circle-up" aria-hidden="true"></i>
250
250
  </span>
251
- <h2 class="pf-v5-c-notification-drawer__list-item-header-title">
252
- <span class="pf-v5-screen-reader">Custom notification:</span>
251
+ <h2 class="pf-v6-c-notification-drawer__list-item-header-title">
252
+ <span class="pf-v6-screen-reader">Custom notification:</span>
253
253
  Unread
254
254
  recommendation notification title. This is a long title to show how the title will wrap if it is long and wraps to multiple lines.
255
255
  </h2>
256
256
  </div>
257
- <div class="pf-v5-c-notification-drawer__list-item-action">
258
- <div class="pf-v5-c-dropdown">
257
+ <div class="pf-v6-c-notification-drawer__list-item-action">
258
+ <div class="pf-v6-c-dropdown">
259
259
  <button
260
- class="pf-v5-c-dropdown__toggle pf-m-plain"
260
+ class="pf-v6-c-dropdown__toggle pf-m-plain"
261
261
  id="notification-drawer-basicdropdown-kebab-3-button"
262
262
  aria-expanded="false"
263
263
  type="button"
@@ -266,28 +266,28 @@ cssPrefix: pf-v5-c-notification-drawer
266
266
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
267
267
  </button>
268
268
  <ul
269
- class="pf-v5-c-dropdown__menu pf-m-align-right"
269
+ class="pf-v6-c-dropdown__menu pf-m-align-right"
270
270
  aria-labelledby="notification-drawer-basicdropdown-kebab-3-button"
271
271
  hidden
272
272
  role="menu"
273
273
  >
274
274
  <li role="none">
275
275
  <a
276
- class="pf-v5-c-dropdown__menu-item"
276
+ class="pf-v6-c-dropdown__menu-item"
277
277
  role="menuitem"
278
278
  href="#"
279
279
  >Link</a>
280
280
  </li>
281
281
  <li role="none">
282
282
  <button
283
- class="pf-v5-c-dropdown__menu-item"
283
+ class="pf-v6-c-dropdown__menu-item"
284
284
  role="menuitem"
285
285
  type="button"
286
286
  >Action</button>
287
287
  </li>
288
288
  <li role="none">
289
289
  <a
290
- class="pf-v5-c-dropdown__menu-item pf-m-disabled"
290
+ class="pf-v6-c-dropdown__menu-item pf-m-disabled"
291
291
  role="menuitem"
292
292
  href="#"
293
293
  aria-disabled="true"
@@ -296,16 +296,16 @@ cssPrefix: pf-v5-c-notification-drawer
296
296
  </li>
297
297
  <li role="none">
298
298
  <button
299
- class="pf-v5-c-dropdown__menu-item"
299
+ class="pf-v6-c-dropdown__menu-item"
300
300
  role="menuitem"
301
301
  type="button"
302
302
  disabled
303
303
  >Disabled action</button>
304
304
  </li>
305
- <li class="pf-v5-c-divider" role="separator"></li>
305
+ <li class="pf-v6-c-divider" role="separator"></li>
306
306
  <li role="none">
307
307
  <a
308
- class="pf-v5-c-dropdown__menu-item"
308
+ class="pf-v6-c-dropdown__menu-item"
309
309
  role="menuitem"
310
310
  href="#"
311
311
  >Separated link</a>
@@ -314,28 +314,28 @@ cssPrefix: pf-v5-c-notification-drawer
314
314
  </div>
315
315
  </div>
316
316
  <div
317
- class="pf-v5-c-notification-drawer__list-item-description"
317
+ class="pf-v6-c-notification-drawer__list-item-description"
318
318
  >This is a recommendation notification description. This is a long description to show how the title will wrap if it is long and wraps to multiple lines.</div>
319
319
  <div
320
- class="pf-v5-c-notification-drawer__list-item-timestamp"
320
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
321
321
  >20 minutes ago</div>
322
322
  </li>
323
323
  <li
324
- class="pf-v5-c-notification-drawer__list-item pf-m-read pf-m-warning pf-m-hoverable"
324
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-warning pf-m-hoverable"
325
325
  >
326
- <div class="pf-v5-c-notification-drawer__list-item-header">
327
- <span class="pf-v5-c-notification-drawer__list-item-header-icon">
326
+ <div class="pf-v6-c-notification-drawer__list-item-header">
327
+ <span class="pf-v6-c-notification-drawer__list-item-header-icon">
328
328
  <i class="fas fa-exclamation-triangle" aria-hidden="true"></i>
329
329
  </span>
330
- <h2 class="pf-v5-c-notification-drawer__list-item-header-title">
331
- <span class="pf-v5-screen-reader">Warning notification:</span>
330
+ <h2 class="pf-v6-c-notification-drawer__list-item-header-title">
331
+ <span class="pf-v6-screen-reader">Warning notification:</span>
332
332
  Read warning notification title
333
333
  </h2>
334
334
  </div>
335
- <div class="pf-v5-c-notification-drawer__list-item-action">
336
- <div class="pf-v5-c-dropdown pf-m-top">
335
+ <div class="pf-v6-c-notification-drawer__list-item-action">
336
+ <div class="pf-v6-c-dropdown pf-m-top">
337
337
  <button
338
- class="pf-v5-c-dropdown__toggle pf-m-plain"
338
+ class="pf-v6-c-dropdown__toggle pf-m-plain"
339
339
  id="notification-drawer-basicdropdown-kebab-4-button"
340
340
  aria-expanded="false"
341
341
  type="button"
@@ -344,28 +344,28 @@ cssPrefix: pf-v5-c-notification-drawer
344
344
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
345
345
  </button>
346
346
  <ul
347
- class="pf-v5-c-dropdown__menu pf-m-align-right"
347
+ class="pf-v6-c-dropdown__menu pf-m-align-right"
348
348
  aria-labelledby="notification-drawer-basicdropdown-kebab-4-button"
349
349
  hidden
350
350
  role="menu"
351
351
  >
352
352
  <li role="none">
353
353
  <a
354
- class="pf-v5-c-dropdown__menu-item"
354
+ class="pf-v6-c-dropdown__menu-item"
355
355
  role="menuitem"
356
356
  href="#"
357
357
  >Link</a>
358
358
  </li>
359
359
  <li role="none">
360
360
  <button
361
- class="pf-v5-c-dropdown__menu-item"
361
+ class="pf-v6-c-dropdown__menu-item"
362
362
  role="menuitem"
363
363
  type="button"
364
364
  >Action</button>
365
365
  </li>
366
366
  <li role="none">
367
367
  <a
368
- class="pf-v5-c-dropdown__menu-item pf-m-disabled"
368
+ class="pf-v6-c-dropdown__menu-item pf-m-disabled"
369
369
  role="menuitem"
370
370
  href="#"
371
371
  aria-disabled="true"
@@ -374,16 +374,16 @@ cssPrefix: pf-v5-c-notification-drawer
374
374
  </li>
375
375
  <li role="none">
376
376
  <button
377
- class="pf-v5-c-dropdown__menu-item"
377
+ class="pf-v6-c-dropdown__menu-item"
378
378
  role="menuitem"
379
379
  type="button"
380
380
  disabled
381
381
  >Disabled action</button>
382
382
  </li>
383
- <li class="pf-v5-c-divider" role="separator"></li>
383
+ <li class="pf-v6-c-divider" role="separator"></li>
384
384
  <li role="none">
385
385
  <a
386
- class="pf-v5-c-dropdown__menu-item"
386
+ class="pf-v6-c-dropdown__menu-item"
387
387
  role="menuitem"
388
388
  href="#"
389
389
  >Separated link</a>
@@ -392,28 +392,28 @@ cssPrefix: pf-v5-c-notification-drawer
392
392
  </div>
393
393
  </div>
394
394
  <div
395
- class="pf-v5-c-notification-drawer__list-item-description"
395
+ class="pf-v6-c-notification-drawer__list-item-description"
396
396
  >This is a warning notification description.</div>
397
397
  <div
398
- class="pf-v5-c-notification-drawer__list-item-timestamp"
398
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
399
399
  >20 minutes ago</div>
400
400
  </li>
401
401
  <li
402
- class="pf-v5-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
402
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
403
403
  >
404
- <div class="pf-v5-c-notification-drawer__list-item-header">
405
- <span class="pf-v5-c-notification-drawer__list-item-header-icon">
404
+ <div class="pf-v6-c-notification-drawer__list-item-header">
405
+ <span class="pf-v6-c-notification-drawer__list-item-header-icon">
406
406
  <i class="fas fa-check-circle" aria-hidden="true"></i>
407
407
  </span>
408
- <h2 class="pf-v5-c-notification-drawer__list-item-header-title">
409
- <span class="pf-v5-screen-reader">Success notification:</span>
408
+ <h2 class="pf-v6-c-notification-drawer__list-item-header-title">
409
+ <span class="pf-v6-screen-reader">Success notification:</span>
410
410
  Read success notification title
411
411
  </h2>
412
412
  </div>
413
- <div class="pf-v5-c-notification-drawer__list-item-action">
414
- <div class="pf-v5-c-dropdown pf-m-top">
413
+ <div class="pf-v6-c-notification-drawer__list-item-action">
414
+ <div class="pf-v6-c-dropdown pf-m-top">
415
415
  <button
416
- class="pf-v5-c-dropdown__toggle pf-m-plain"
416
+ class="pf-v6-c-dropdown__toggle pf-m-plain"
417
417
  id="notification-drawer-basicdropdown-kebab-5-button"
418
418
  aria-expanded="false"
419
419
  type="button"
@@ -422,28 +422,28 @@ cssPrefix: pf-v5-c-notification-drawer
422
422
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
423
423
  </button>
424
424
  <ul
425
- class="pf-v5-c-dropdown__menu pf-m-align-right"
425
+ class="pf-v6-c-dropdown__menu pf-m-align-right"
426
426
  aria-labelledby="notification-drawer-basicdropdown-kebab-5-button"
427
427
  hidden
428
428
  role="menu"
429
429
  >
430
430
  <li role="none">
431
431
  <a
432
- class="pf-v5-c-dropdown__menu-item"
432
+ class="pf-v6-c-dropdown__menu-item"
433
433
  role="menuitem"
434
434
  href="#"
435
435
  >Link</a>
436
436
  </li>
437
437
  <li role="none">
438
438
  <button
439
- class="pf-v5-c-dropdown__menu-item"
439
+ class="pf-v6-c-dropdown__menu-item"
440
440
  role="menuitem"
441
441
  type="button"
442
442
  >Action</button>
443
443
  </li>
444
444
  <li role="none">
445
445
  <a
446
- class="pf-v5-c-dropdown__menu-item pf-m-disabled"
446
+ class="pf-v6-c-dropdown__menu-item pf-m-disabled"
447
447
  role="menuitem"
448
448
  href="#"
449
449
  aria-disabled="true"
@@ -452,16 +452,16 @@ cssPrefix: pf-v5-c-notification-drawer
452
452
  </li>
453
453
  <li role="none">
454
454
  <button
455
- class="pf-v5-c-dropdown__menu-item"
455
+ class="pf-v6-c-dropdown__menu-item"
456
456
  role="menuitem"
457
457
  type="button"
458
458
  disabled
459
459
  >Disabled action</button>
460
460
  </li>
461
- <li class="pf-v5-c-divider" role="separator"></li>
461
+ <li class="pf-v6-c-divider" role="separator"></li>
462
462
  <li role="none">
463
463
  <a
464
- class="pf-v5-c-dropdown__menu-item"
464
+ class="pf-v6-c-dropdown__menu-item"
465
465
  role="menuitem"
466
466
  href="#"
467
467
  >Separated link</a>
@@ -470,30 +470,30 @@ cssPrefix: pf-v5-c-notification-drawer
470
470
  </div>
471
471
  </div>
472
472
  <div
473
- class="pf-v5-c-notification-drawer__list-item-description"
473
+ class="pf-v6-c-notification-drawer__list-item-description"
474
474
  >This is a success notification description.</div>
475
475
  <div
476
- class="pf-v5-c-notification-drawer__list-item-timestamp"
476
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
477
477
  >30 minutes ago</div>
478
478
  </li>
479
479
  <li
480
- class="pf-v5-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
480
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
481
481
  >
482
- <div class="pf-v5-c-notification-drawer__list-item-header">
483
- <span class="pf-v5-c-notification-drawer__list-item-header-icon">
482
+ <div class="pf-v6-c-notification-drawer__list-item-header">
483
+ <span class="pf-v6-c-notification-drawer__list-item-header-icon">
484
484
  <i class="fas fa-check-circle" aria-hidden="true"></i>
485
485
  </span>
486
486
  <h2
487
- class="pf-v5-c-notification-drawer__list-item-header-title pf-m-truncate"
487
+ class="pf-v6-c-notification-drawer__list-item-header-title pf-m-truncate"
488
488
  >
489
- <span class="pf-v5-screen-reader">Success notification:</span>
489
+ <span class="pf-v6-screen-reader">Success notification:</span>
490
490
  Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent quis odio risus. Ut dictum vitae sapien at posuere. Nullam suscipit massa quis lacus pellentesque scelerisque. Donec non maximus neque, quis ornare nunc. Vivamus in nibh sed libero feugiat feugiat. Nulla lacinia rutrum est, a commodo odio vestibulum suscipit. Nullam id quam et quam porttitor interdum quis nec tellus. Vestibulum arcu dui, pulvinar eu tellus in, semper mattis diam. Sed commodo tincidunt lacus non pulvinar. Curabitur tempor molestie vestibulum. Vivamus vel mi dignissim, efficitur neque eget, efficitur massa. Mauris vitae nunc augue. Donec augue lorem, malesuada et quam vitae, volutpat mattis nisi. Nullam nec venenatis ex, quis lobortis purus. Sed nisl dolor, mattis sit amet tincidunt quis, mollis sed massa.
491
491
  </h2>
492
492
  </div>
493
- <div class="pf-v5-c-notification-drawer__list-item-action">
494
- <div class="pf-v5-c-dropdown pf-m-top">
493
+ <div class="pf-v6-c-notification-drawer__list-item-action">
494
+ <div class="pf-v6-c-dropdown pf-m-top">
495
495
  <button
496
- class="pf-v5-c-dropdown__toggle pf-m-plain"
496
+ class="pf-v6-c-dropdown__toggle pf-m-plain"
497
497
  id="notification-drawer-basicdropdown-kebab-6-button"
498
498
  aria-expanded="false"
499
499
  type="button"
@@ -502,28 +502,28 @@ cssPrefix: pf-v5-c-notification-drawer
502
502
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
503
503
  </button>
504
504
  <ul
505
- class="pf-v5-c-dropdown__menu pf-m-align-right"
505
+ class="pf-v6-c-dropdown__menu pf-m-align-right"
506
506
  aria-labelledby="notification-drawer-basicdropdown-kebab-6-button"
507
507
  hidden
508
508
  role="menu"
509
509
  >
510
510
  <li role="none">
511
511
  <a
512
- class="pf-v5-c-dropdown__menu-item"
512
+ class="pf-v6-c-dropdown__menu-item"
513
513
  role="menuitem"
514
514
  href="#"
515
515
  >Link</a>
516
516
  </li>
517
517
  <li role="none">
518
518
  <button
519
- class="pf-v5-c-dropdown__menu-item"
519
+ class="pf-v6-c-dropdown__menu-item"
520
520
  role="menuitem"
521
521
  type="button"
522
522
  >Action</button>
523
523
  </li>
524
524
  <li role="none">
525
525
  <a
526
- class="pf-v5-c-dropdown__menu-item pf-m-disabled"
526
+ class="pf-v6-c-dropdown__menu-item pf-m-disabled"
527
527
  role="menuitem"
528
528
  href="#"
529
529
  aria-disabled="true"
@@ -532,16 +532,16 @@ cssPrefix: pf-v5-c-notification-drawer
532
532
  </li>
533
533
  <li role="none">
534
534
  <button
535
- class="pf-v5-c-dropdown__menu-item"
535
+ class="pf-v6-c-dropdown__menu-item"
536
536
  role="menuitem"
537
537
  type="button"
538
538
  disabled
539
539
  >Disabled action</button>
540
540
  </li>
541
- <li class="pf-v5-c-divider" role="separator"></li>
541
+ <li class="pf-v6-c-divider" role="separator"></li>
542
542
  <li role="none">
543
543
  <a
544
- class="pf-v5-c-dropdown__menu-item"
544
+ class="pf-v6-c-dropdown__menu-item"
545
545
  role="menuitem"
546
546
  href="#"
547
547
  >Separated link</a>
@@ -550,31 +550,31 @@ cssPrefix: pf-v5-c-notification-drawer
550
550
  </div>
551
551
  </div>
552
552
  <div
553
- class="pf-v5-c-notification-drawer__list-item-description"
553
+ class="pf-v6-c-notification-drawer__list-item-description"
554
554
  >This example uses ".pf-m-truncate" to limit the title to a single line and truncate any overflow text with ellipses.</div>
555
555
  <div
556
- class="pf-v5-c-notification-drawer__list-item-timestamp"
556
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
557
557
  >40 minutes ago</div>
558
558
  </li>
559
559
  <li
560
- class="pf-v5-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
560
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
561
561
  >
562
- <div class="pf-v5-c-notification-drawer__list-item-header">
563
- <span class="pf-v5-c-notification-drawer__list-item-header-icon">
562
+ <div class="pf-v6-c-notification-drawer__list-item-header">
563
+ <span class="pf-v6-c-notification-drawer__list-item-header-icon">
564
564
  <i class="fas fa-check-circle" aria-hidden="true"></i>
565
565
  </span>
566
566
  <h2
567
- class="pf-v5-c-notification-drawer__list-item-header-title pf-m-truncate"
567
+ class="pf-v6-c-notification-drawer__list-item-header-title pf-m-truncate"
568
568
  style="--pf-v5-c-notification-drawer__list-item-header-title--max-lines: 2"
569
569
  >
570
- <span class="pf-v5-screen-reader">Success notification:</span>
570
+ <span class="pf-v6-screen-reader">Success notification:</span>
571
571
  Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent quis odio risus. Ut dictum vitae sapien at posuere. Nullam suscipit massa quis lacus pellentesque scelerisque. Donec non maximus neque, quis ornare nunc. Vivamus in nibh sed libero feugiat feugiat. Nulla lacinia rutrum est, a commodo odio vestibulum suscipit. Nullam id quam et quam porttitor interdum quis nec tellus. Vestibulum arcu dui, pulvinar eu tellus in, semper mattis diam. Sed commodo tincidunt lacus non pulvinar. Curabitur tempor molestie vestibulum. Vivamus vel mi dignissim, efficitur neque eget, efficitur massa. Mauris vitae nunc augue. Donec augue lorem, malesuada et quam vitae, volutpat mattis nisi. Nullam nec venenatis ex, quis lobortis purus. Sed nisl dolor, mattis sit amet tincidunt quis, mollis sed massa.
572
572
  </h2>
573
573
  </div>
574
- <div class="pf-v5-c-notification-drawer__list-item-action">
575
- <div class="pf-v5-c-dropdown pf-m-top">
574
+ <div class="pf-v6-c-notification-drawer__list-item-action">
575
+ <div class="pf-v6-c-dropdown pf-m-top">
576
576
  <button
577
- class="pf-v5-c-dropdown__toggle pf-m-plain"
577
+ class="pf-v6-c-dropdown__toggle pf-m-plain"
578
578
  id="notification-drawer-basicdropdown-kebab-7-button"
579
579
  aria-expanded="false"
580
580
  type="button"
@@ -583,28 +583,28 @@ cssPrefix: pf-v5-c-notification-drawer
583
583
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
584
584
  </button>
585
585
  <ul
586
- class="pf-v5-c-dropdown__menu pf-m-align-right"
586
+ class="pf-v6-c-dropdown__menu pf-m-align-right"
587
587
  aria-labelledby="notification-drawer-basicdropdown-kebab-7-button"
588
588
  hidden
589
589
  role="menu"
590
590
  >
591
591
  <li role="none">
592
592
  <a
593
- class="pf-v5-c-dropdown__menu-item"
593
+ class="pf-v6-c-dropdown__menu-item"
594
594
  role="menuitem"
595
595
  href="#"
596
596
  >Link</a>
597
597
  </li>
598
598
  <li role="none">
599
599
  <button
600
- class="pf-v5-c-dropdown__menu-item"
600
+ class="pf-v6-c-dropdown__menu-item"
601
601
  role="menuitem"
602
602
  type="button"
603
603
  >Action</button>
604
604
  </li>
605
605
  <li role="none">
606
606
  <a
607
- class="pf-v5-c-dropdown__menu-item pf-m-disabled"
607
+ class="pf-v6-c-dropdown__menu-item pf-m-disabled"
608
608
  role="menuitem"
609
609
  href="#"
610
610
  aria-disabled="true"
@@ -613,16 +613,16 @@ cssPrefix: pf-v5-c-notification-drawer
613
613
  </li>
614
614
  <li role="none">
615
615
  <button
616
- class="pf-v5-c-dropdown__menu-item"
616
+ class="pf-v6-c-dropdown__menu-item"
617
617
  role="menuitem"
618
618
  type="button"
619
619
  disabled
620
620
  >Disabled action</button>
621
621
  </li>
622
- <li class="pf-v5-c-divider" role="separator"></li>
622
+ <li class="pf-v6-c-divider" role="separator"></li>
623
623
  <li role="none">
624
624
  <a
625
- class="pf-v5-c-dropdown__menu-item"
625
+ class="pf-v6-c-dropdown__menu-item"
626
626
  role="menuitem"
627
627
  href="#"
628
628
  >Separated link</a>
@@ -631,10 +631,10 @@ cssPrefix: pf-v5-c-notification-drawer
631
631
  </div>
632
632
  </div>
633
633
  <div
634
- class="pf-v5-c-notification-drawer__list-item-description"
634
+ class="pf-v6-c-notification-drawer__list-item-description"
635
635
  >This example uses ".pf-m-truncate" and sets "--pf-v5-c-notification-drawer__list-item-header-title--max-lines: 2" to limit title to two lines and truncate any overflow text with ellipses.</div>
636
636
  <div
637
- class="pf-v5-c-notification-drawer__list-item-timestamp"
637
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
638
638
  >50 minutes ago</div>
639
639
  </li>
640
640
  </ul>
@@ -646,14 +646,14 @@ cssPrefix: pf-v5-c-notification-drawer
646
646
  ### Groups
647
647
 
648
648
  ```html
649
- <div class="pf-v5-c-notification-drawer">
650
- <div class="pf-v5-c-notification-drawer__header">
651
- <h1 class="pf-v5-c-notification-drawer__header-title">Notifications</h1>
652
- <span class="pf-v5-c-notification-drawer__header-status">9 unread</span>
653
- <div class="pf-v5-c-notification-drawer__header-action">
654
- <div class="pf-v5-c-dropdown">
649
+ <div class="pf-v6-c-notification-drawer">
650
+ <div class="pf-v6-c-notification-drawer__header">
651
+ <h1 class="pf-v6-c-notification-drawer__header-title">Notifications</h1>
652
+ <span class="pf-v6-c-notification-drawer__header-status">9 unread</span>
653
+ <div class="pf-v6-c-notification-drawer__header-action">
654
+ <div class="pf-v6-c-dropdown">
655
655
  <button
656
- class="pf-v5-c-dropdown__toggle pf-m-plain"
656
+ class="pf-v6-c-dropdown__toggle pf-m-plain"
657
657
  id="notification-drawer-groups-header-action-button"
658
658
  aria-expanded="false"
659
659
  type="button"
@@ -662,24 +662,24 @@ cssPrefix: pf-v5-c-notification-drawer
662
662
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
663
663
  </button>
664
664
  <ul
665
- class="pf-v5-c-dropdown__menu pf-m-align-right"
665
+ class="pf-v6-c-dropdown__menu pf-m-align-right"
666
666
  aria-labelledby="notification-drawer-groups-header-action-button"
667
667
  hidden
668
668
  role="menu"
669
669
  >
670
670
  <li role="none">
671
- <a class="pf-v5-c-dropdown__menu-item" role="menuitem" href="#">Link</a>
671
+ <a class="pf-v6-c-dropdown__menu-item" role="menuitem" href="#">Link</a>
672
672
  </li>
673
673
  <li role="none">
674
674
  <button
675
- class="pf-v5-c-dropdown__menu-item"
675
+ class="pf-v6-c-dropdown__menu-item"
676
676
  role="menuitem"
677
677
  type="button"
678
678
  >Action</button>
679
679
  </li>
680
680
  <li role="none">
681
681
  <a
682
- class="pf-v5-c-dropdown__menu-item pf-m-disabled"
682
+ class="pf-v6-c-dropdown__menu-item pf-m-disabled"
683
683
  role="menuitem"
684
684
  href="#"
685
685
  aria-disabled="true"
@@ -688,25 +688,25 @@ cssPrefix: pf-v5-c-notification-drawer
688
688
  </li>
689
689
  <li role="none">
690
690
  <button
691
- class="pf-v5-c-dropdown__menu-item"
691
+ class="pf-v6-c-dropdown__menu-item"
692
692
  role="menuitem"
693
693
  type="button"
694
694
  disabled
695
695
  >Disabled action</button>
696
696
  </li>
697
- <li class="pf-v5-c-divider" role="separator"></li>
697
+ <li class="pf-v6-c-divider" role="separator"></li>
698
698
  <li role="none">
699
699
  <a
700
- class="pf-v5-c-dropdown__menu-item"
700
+ class="pf-v6-c-dropdown__menu-item"
701
701
  role="menuitem"
702
702
  href="#"
703
703
  >Separated link</a>
704
704
  </li>
705
705
  </ul>
706
706
  </div>
707
- <div class="pf-v5-c-notification-drawer__header-action-close">
707
+ <div class="pf-v6-c-notification-drawer__header-action-close">
708
708
  <button
709
- class="pf-v5-c-button pf-m-plain"
709
+ class="pf-v6-c-button pf-m-plain"
710
710
  type="button"
711
711
  aria-label="Close"
712
712
  >
@@ -715,44 +715,44 @@ cssPrefix: pf-v5-c-notification-drawer
715
715
  </div>
716
716
  </div>
717
717
  </div>
718
- <div class="pf-v5-c-notification-drawer__body">
719
- <div class="pf-v5-c-notification-drawer__group-list">
720
- <section class="pf-v5-c-notification-drawer__group">
718
+ <div class="pf-v6-c-notification-drawer__body">
719
+ <div class="pf-v6-c-notification-drawer__group-list">
720
+ <section class="pf-v6-c-notification-drawer__group">
721
721
  <h1>
722
722
  <button
723
- class="pf-v5-c-notification-drawer__group-toggle"
723
+ class="pf-v6-c-notification-drawer__group-toggle"
724
724
  aria-expanded="false"
725
725
  >
726
726
  <div
727
- class="pf-v5-c-notification-drawer__group-toggle-title"
727
+ class="pf-v6-c-notification-drawer__group-toggle-title"
728
728
  >First notification group</div>
729
- <div class="pf-v5-c-notification-drawer__group-toggle-count">
730
- <span class="pf-v5-c-badge pf-m-unread">2</span>
729
+ <div class="pf-v6-c-notification-drawer__group-toggle-count">
730
+ <span class="pf-v6-c-badge pf-m-unread">2</span>
731
731
  </div>
732
- <span class="pf-v5-c-notification-drawer__group-toggle-icon">
732
+ <span class="pf-v6-c-notification-drawer__group-toggle-icon">
733
733
  <i class="fas fa-angle-right" aria-hidden="true"></i>
734
734
  </span>
735
735
  </button>
736
736
  </h1>
737
- <ul class="pf-v5-c-notification-drawer__list" role="list" hidden>
737
+ <ul class="pf-v6-c-notification-drawer__list" role="list" hidden>
738
738
  <li
739
- class="pf-v5-c-notification-drawer__list-item pf-m-hoverable pf-m-info"
739
+ class="pf-v6-c-notification-drawer__list-item pf-m-hoverable pf-m-info"
740
740
  tabindex="0"
741
741
  >
742
- <div class="pf-v5-c-notification-drawer__list-item-header">
743
- <span class="pf-v5-c-notification-drawer__list-item-header-icon">
742
+ <div class="pf-v6-c-notification-drawer__list-item-header">
743
+ <span class="pf-v6-c-notification-drawer__list-item-header-icon">
744
744
  <i class="fas fa-info-circle" aria-hidden="true"></i>
745
745
  </span>
746
- <h2 class="pf-v5-c-notification-drawer__list-item-header-title">
747
- <span class="pf-v5-screen-reader">Info notification:</span>
746
+ <h2 class="pf-v6-c-notification-drawer__list-item-header-title">
747
+ <span class="pf-v6-screen-reader">Info notification:</span>
748
748
  Unread
749
749
  info notification title
750
750
  </h2>
751
751
  </div>
752
- <div class="pf-v5-c-notification-drawer__list-item-action">
753
- <div class="pf-v5-c-dropdown">
752
+ <div class="pf-v6-c-notification-drawer__list-item-action">
753
+ <div class="pf-v6-c-dropdown">
754
754
  <button
755
- class="pf-v5-c-dropdown__toggle pf-m-plain"
755
+ class="pf-v6-c-dropdown__toggle pf-m-plain"
756
756
  id="notification-drawer-groups-group1dropdown-kebab-1-button"
757
757
  aria-expanded="false"
758
758
  type="button"
@@ -761,28 +761,28 @@ cssPrefix: pf-v5-c-notification-drawer
761
761
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
762
762
  </button>
763
763
  <ul
764
- class="pf-v5-c-dropdown__menu pf-m-align-right"
764
+ class="pf-v6-c-dropdown__menu pf-m-align-right"
765
765
  aria-labelledby="notification-drawer-groups-group1dropdown-kebab-1-button"
766
766
  hidden
767
767
  role="menu"
768
768
  >
769
769
  <li role="none">
770
770
  <a
771
- class="pf-v5-c-dropdown__menu-item"
771
+ class="pf-v6-c-dropdown__menu-item"
772
772
  role="menuitem"
773
773
  href="#"
774
774
  >Link</a>
775
775
  </li>
776
776
  <li role="none">
777
777
  <button
778
- class="pf-v5-c-dropdown__menu-item"
778
+ class="pf-v6-c-dropdown__menu-item"
779
779
  role="menuitem"
780
780
  type="button"
781
781
  >Action</button>
782
782
  </li>
783
783
  <li role="none">
784
784
  <a
785
- class="pf-v5-c-dropdown__menu-item pf-m-disabled"
785
+ class="pf-v6-c-dropdown__menu-item pf-m-disabled"
786
786
  role="menuitem"
787
787
  href="#"
788
788
  aria-disabled="true"
@@ -791,16 +791,16 @@ cssPrefix: pf-v5-c-notification-drawer
791
791
  </li>
792
792
  <li role="none">
793
793
  <button
794
- class="pf-v5-c-dropdown__menu-item"
794
+ class="pf-v6-c-dropdown__menu-item"
795
795
  role="menuitem"
796
796
  type="button"
797
797
  disabled
798
798
  >Disabled action</button>
799
799
  </li>
800
- <li class="pf-v5-c-divider" role="separator"></li>
800
+ <li class="pf-v6-c-divider" role="separator"></li>
801
801
  <li role="none">
802
802
  <a
803
- class="pf-v5-c-dropdown__menu-item"
803
+ class="pf-v6-c-dropdown__menu-item"
804
804
  role="menuitem"
805
805
  href="#"
806
806
  >Separated link</a>
@@ -809,31 +809,31 @@ cssPrefix: pf-v5-c-notification-drawer
809
809
  </div>
810
810
  </div>
811
811
  <div
812
- class="pf-v5-c-notification-drawer__list-item-description"
812
+ class="pf-v6-c-notification-drawer__list-item-description"
813
813
  >This is an info notification description.</div>
814
814
  <div
815
- class="pf-v5-c-notification-drawer__list-item-timestamp"
815
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
816
816
  >5 minutes ago</div>
817
817
  </li>
818
818
 
819
819
  <li
820
- class="pf-v5-c-notification-drawer__list-item pf-m-hoverable pf-m-custom"
820
+ class="pf-v6-c-notification-drawer__list-item pf-m-hoverable pf-m-custom"
821
821
  tabindex="0"
822
822
  >
823
- <div class="pf-v5-c-notification-drawer__list-item-header">
824
- <span class="pf-v5-c-notification-drawer__list-item-header-icon">
823
+ <div class="pf-v6-c-notification-drawer__list-item-header">
824
+ <span class="pf-v6-c-notification-drawer__list-item-header-icon">
825
825
  <i class="fas fa-arrow-circle-up" aria-hidden="true"></i>
826
826
  </span>
827
- <h2 class="pf-v5-c-notification-drawer__list-item-header-title">
828
- <span class="pf-v5-screen-reader">Custom notification:</span>
827
+ <h2 class="pf-v6-c-notification-drawer__list-item-header-title">
828
+ <span class="pf-v6-screen-reader">Custom notification:</span>
829
829
  Unread
830
830
  recommendation notification title. This is a long title to show how the title will wrap if it is long and wraps to multiple lines.
831
831
  </h2>
832
832
  </div>
833
- <div class="pf-v5-c-notification-drawer__list-item-action">
834
- <div class="pf-v5-c-dropdown">
833
+ <div class="pf-v6-c-notification-drawer__list-item-action">
834
+ <div class="pf-v6-c-dropdown">
835
835
  <button
836
- class="pf-v5-c-dropdown__toggle pf-m-plain"
836
+ class="pf-v6-c-dropdown__toggle pf-m-plain"
837
837
  id="notification-drawer-groups-group1dropdown-kebab-2-button"
838
838
  aria-expanded="false"
839
839
  type="button"
@@ -842,28 +842,28 @@ cssPrefix: pf-v5-c-notification-drawer
842
842
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
843
843
  </button>
844
844
  <ul
845
- class="pf-v5-c-dropdown__menu pf-m-align-right"
845
+ class="pf-v6-c-dropdown__menu pf-m-align-right"
846
846
  aria-labelledby="notification-drawer-groups-group1dropdown-kebab-2-button"
847
847
  hidden
848
848
  role="menu"
849
849
  >
850
850
  <li role="none">
851
851
  <a
852
- class="pf-v5-c-dropdown__menu-item"
852
+ class="pf-v6-c-dropdown__menu-item"
853
853
  role="menuitem"
854
854
  href="#"
855
855
  >Link</a>
856
856
  </li>
857
857
  <li role="none">
858
858
  <button
859
- class="pf-v5-c-dropdown__menu-item"
859
+ class="pf-v6-c-dropdown__menu-item"
860
860
  role="menuitem"
861
861
  type="button"
862
862
  >Action</button>
863
863
  </li>
864
864
  <li role="none">
865
865
  <a
866
- class="pf-v5-c-dropdown__menu-item pf-m-disabled"
866
+ class="pf-v6-c-dropdown__menu-item pf-m-disabled"
867
867
  role="menuitem"
868
868
  href="#"
869
869
  aria-disabled="true"
@@ -872,16 +872,16 @@ cssPrefix: pf-v5-c-notification-drawer
872
872
  </li>
873
873
  <li role="none">
874
874
  <button
875
- class="pf-v5-c-dropdown__menu-item"
875
+ class="pf-v6-c-dropdown__menu-item"
876
876
  role="menuitem"
877
877
  type="button"
878
878
  disabled
879
879
  >Disabled action</button>
880
880
  </li>
881
- <li class="pf-v5-c-divider" role="separator"></li>
881
+ <li class="pf-v6-c-divider" role="separator"></li>
882
882
  <li role="none">
883
883
  <a
884
- class="pf-v5-c-dropdown__menu-item"
884
+ class="pf-v6-c-dropdown__menu-item"
885
885
  role="menuitem"
886
886
  href="#"
887
887
  >Separated link</a>
@@ -890,31 +890,31 @@ cssPrefix: pf-v5-c-notification-drawer
890
890
  </div>
891
891
  </div>
892
892
  <div
893
- class="pf-v5-c-notification-drawer__list-item-description"
893
+ class="pf-v6-c-notification-drawer__list-item-description"
894
894
  >This is a recommendation notification description. This is a long description to show how the title will wrap if it is long and wraps to multiple lines.</div>
895
895
  <div
896
- class="pf-v5-c-notification-drawer__list-item-timestamp"
896
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
897
897
  >10 minutes ago</div>
898
898
  </li>
899
899
 
900
900
  <li
901
- class="pf-v5-c-notification-drawer__list-item pf-m-hoverable pf-m-custom"
901
+ class="pf-v6-c-notification-drawer__list-item pf-m-hoverable pf-m-custom"
902
902
  tabindex="0"
903
903
  >
904
- <div class="pf-v5-c-notification-drawer__list-item-header">
905
- <span class="pf-v5-c-notification-drawer__list-item-header-icon">
904
+ <div class="pf-v6-c-notification-drawer__list-item-header">
905
+ <span class="pf-v6-c-notification-drawer__list-item-header-icon">
906
906
  <i class="fas fa-arrow-circle-up" aria-hidden="true"></i>
907
907
  </span>
908
- <h2 class="pf-v5-c-notification-drawer__list-item-header-title">
909
- <span class="pf-v5-screen-reader">Custom notification:</span>
908
+ <h2 class="pf-v6-c-notification-drawer__list-item-header-title">
909
+ <span class="pf-v6-screen-reader">Custom notification:</span>
910
910
  Unread
911
911
  recommendation notification title. This is a long title to show how the title will wrap if it is long and wraps to multiple lines.
912
912
  </h2>
913
913
  </div>
914
- <div class="pf-v5-c-notification-drawer__list-item-action">
915
- <div class="pf-v5-c-dropdown">
914
+ <div class="pf-v6-c-notification-drawer__list-item-action">
915
+ <div class="pf-v6-c-dropdown">
916
916
  <button
917
- class="pf-v5-c-dropdown__toggle pf-m-plain"
917
+ class="pf-v6-c-dropdown__toggle pf-m-plain"
918
918
  id="notification-drawer-groups-group1dropdown-kebab-3-button"
919
919
  aria-expanded="false"
920
920
  type="button"
@@ -923,28 +923,28 @@ cssPrefix: pf-v5-c-notification-drawer
923
923
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
924
924
  </button>
925
925
  <ul
926
- class="pf-v5-c-dropdown__menu pf-m-align-right"
926
+ class="pf-v6-c-dropdown__menu pf-m-align-right"
927
927
  aria-labelledby="notification-drawer-groups-group1dropdown-kebab-3-button"
928
928
  hidden
929
929
  role="menu"
930
930
  >
931
931
  <li role="none">
932
932
  <a
933
- class="pf-v5-c-dropdown__menu-item"
933
+ class="pf-v6-c-dropdown__menu-item"
934
934
  role="menuitem"
935
935
  href="#"
936
936
  >Link</a>
937
937
  </li>
938
938
  <li role="none">
939
939
  <button
940
- class="pf-v5-c-dropdown__menu-item"
940
+ class="pf-v6-c-dropdown__menu-item"
941
941
  role="menuitem"
942
942
  type="button"
943
943
  >Action</button>
944
944
  </li>
945
945
  <li role="none">
946
946
  <a
947
- class="pf-v5-c-dropdown__menu-item pf-m-disabled"
947
+ class="pf-v6-c-dropdown__menu-item pf-m-disabled"
948
948
  role="menuitem"
949
949
  href="#"
950
950
  aria-disabled="true"
@@ -953,16 +953,16 @@ cssPrefix: pf-v5-c-notification-drawer
953
953
  </li>
954
954
  <li role="none">
955
955
  <button
956
- class="pf-v5-c-dropdown__menu-item"
956
+ class="pf-v6-c-dropdown__menu-item"
957
957
  role="menuitem"
958
958
  type="button"
959
959
  disabled
960
960
  >Disabled action</button>
961
961
  </li>
962
- <li class="pf-v5-c-divider" role="separator"></li>
962
+ <li class="pf-v6-c-divider" role="separator"></li>
963
963
  <li role="none">
964
964
  <a
965
- class="pf-v5-c-dropdown__menu-item"
965
+ class="pf-v6-c-dropdown__menu-item"
966
966
  role="menuitem"
967
967
  href="#"
968
968
  >Separated link</a>
@@ -971,28 +971,28 @@ cssPrefix: pf-v5-c-notification-drawer
971
971
  </div>
972
972
  </div>
973
973
  <div
974
- class="pf-v5-c-notification-drawer__list-item-description"
974
+ class="pf-v6-c-notification-drawer__list-item-description"
975
975
  >This is a recommendation notification description. This is a long description to show how the title will wrap if it is long and wraps to multiple lines.</div>
976
976
  <div
977
- class="pf-v5-c-notification-drawer__list-item-timestamp"
977
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
978
978
  >20 minutes ago</div>
979
979
  </li>
980
980
  <li
981
- class="pf-v5-c-notification-drawer__list-item pf-m-read pf-m-warning pf-m-hoverable"
981
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-warning pf-m-hoverable"
982
982
  >
983
- <div class="pf-v5-c-notification-drawer__list-item-header">
984
- <span class="pf-v5-c-notification-drawer__list-item-header-icon">
983
+ <div class="pf-v6-c-notification-drawer__list-item-header">
984
+ <span class="pf-v6-c-notification-drawer__list-item-header-icon">
985
985
  <i class="fas fa-exclamation-triangle" aria-hidden="true"></i>
986
986
  </span>
987
- <h2 class="pf-v5-c-notification-drawer__list-item-header-title">
988
- <span class="pf-v5-screen-reader">Warning notification:</span>
987
+ <h2 class="pf-v6-c-notification-drawer__list-item-header-title">
988
+ <span class="pf-v6-screen-reader">Warning notification:</span>
989
989
  Read warning notification title
990
990
  </h2>
991
991
  </div>
992
- <div class="pf-v5-c-notification-drawer__list-item-action">
993
- <div class="pf-v5-c-dropdown pf-m-top">
992
+ <div class="pf-v6-c-notification-drawer__list-item-action">
993
+ <div class="pf-v6-c-dropdown pf-m-top">
994
994
  <button
995
- class="pf-v5-c-dropdown__toggle pf-m-plain"
995
+ class="pf-v6-c-dropdown__toggle pf-m-plain"
996
996
  id="notification-drawer-groups-group1dropdown-kebab-4-button"
997
997
  aria-expanded="false"
998
998
  type="button"
@@ -1001,28 +1001,28 @@ cssPrefix: pf-v5-c-notification-drawer
1001
1001
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1002
1002
  </button>
1003
1003
  <ul
1004
- class="pf-v5-c-dropdown__menu pf-m-align-right"
1004
+ class="pf-v6-c-dropdown__menu pf-m-align-right"
1005
1005
  aria-labelledby="notification-drawer-groups-group1dropdown-kebab-4-button"
1006
1006
  hidden
1007
1007
  role="menu"
1008
1008
  >
1009
1009
  <li role="none">
1010
1010
  <a
1011
- class="pf-v5-c-dropdown__menu-item"
1011
+ class="pf-v6-c-dropdown__menu-item"
1012
1012
  role="menuitem"
1013
1013
  href="#"
1014
1014
  >Link</a>
1015
1015
  </li>
1016
1016
  <li role="none">
1017
1017
  <button
1018
- class="pf-v5-c-dropdown__menu-item"
1018
+ class="pf-v6-c-dropdown__menu-item"
1019
1019
  role="menuitem"
1020
1020
  type="button"
1021
1021
  >Action</button>
1022
1022
  </li>
1023
1023
  <li role="none">
1024
1024
  <a
1025
- class="pf-v5-c-dropdown__menu-item pf-m-disabled"
1025
+ class="pf-v6-c-dropdown__menu-item pf-m-disabled"
1026
1026
  role="menuitem"
1027
1027
  href="#"
1028
1028
  aria-disabled="true"
@@ -1031,16 +1031,16 @@ cssPrefix: pf-v5-c-notification-drawer
1031
1031
  </li>
1032
1032
  <li role="none">
1033
1033
  <button
1034
- class="pf-v5-c-dropdown__menu-item"
1034
+ class="pf-v6-c-dropdown__menu-item"
1035
1035
  role="menuitem"
1036
1036
  type="button"
1037
1037
  disabled
1038
1038
  >Disabled action</button>
1039
1039
  </li>
1040
- <li class="pf-v5-c-divider" role="separator"></li>
1040
+ <li class="pf-v6-c-divider" role="separator"></li>
1041
1041
  <li role="none">
1042
1042
  <a
1043
- class="pf-v5-c-dropdown__menu-item"
1043
+ class="pf-v6-c-dropdown__menu-item"
1044
1044
  role="menuitem"
1045
1045
  href="#"
1046
1046
  >Separated link</a>
@@ -1049,28 +1049,28 @@ cssPrefix: pf-v5-c-notification-drawer
1049
1049
  </div>
1050
1050
  </div>
1051
1051
  <div
1052
- class="pf-v5-c-notification-drawer__list-item-description"
1052
+ class="pf-v6-c-notification-drawer__list-item-description"
1053
1053
  >This is a warning notification description.</div>
1054
1054
  <div
1055
- class="pf-v5-c-notification-drawer__list-item-timestamp"
1055
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
1056
1056
  >20 minutes ago</div>
1057
1057
  </li>
1058
1058
  <li
1059
- class="pf-v5-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
1059
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
1060
1060
  >
1061
- <div class="pf-v5-c-notification-drawer__list-item-header">
1062
- <span class="pf-v5-c-notification-drawer__list-item-header-icon">
1061
+ <div class="pf-v6-c-notification-drawer__list-item-header">
1062
+ <span class="pf-v6-c-notification-drawer__list-item-header-icon">
1063
1063
  <i class="fas fa-check-circle" aria-hidden="true"></i>
1064
1064
  </span>
1065
- <h2 class="pf-v5-c-notification-drawer__list-item-header-title">
1066
- <span class="pf-v5-screen-reader">Success notification:</span>
1065
+ <h2 class="pf-v6-c-notification-drawer__list-item-header-title">
1066
+ <span class="pf-v6-screen-reader">Success notification:</span>
1067
1067
  Read success notification title
1068
1068
  </h2>
1069
1069
  </div>
1070
- <div class="pf-v5-c-notification-drawer__list-item-action">
1071
- <div class="pf-v5-c-dropdown pf-m-top">
1070
+ <div class="pf-v6-c-notification-drawer__list-item-action">
1071
+ <div class="pf-v6-c-dropdown pf-m-top">
1072
1072
  <button
1073
- class="pf-v5-c-dropdown__toggle pf-m-plain"
1073
+ class="pf-v6-c-dropdown__toggle pf-m-plain"
1074
1074
  id="notification-drawer-groups-group1dropdown-kebab-5-button"
1075
1075
  aria-expanded="false"
1076
1076
  type="button"
@@ -1079,28 +1079,28 @@ cssPrefix: pf-v5-c-notification-drawer
1079
1079
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1080
1080
  </button>
1081
1081
  <ul
1082
- class="pf-v5-c-dropdown__menu pf-m-align-right"
1082
+ class="pf-v6-c-dropdown__menu pf-m-align-right"
1083
1083
  aria-labelledby="notification-drawer-groups-group1dropdown-kebab-5-button"
1084
1084
  hidden
1085
1085
  role="menu"
1086
1086
  >
1087
1087
  <li role="none">
1088
1088
  <a
1089
- class="pf-v5-c-dropdown__menu-item"
1089
+ class="pf-v6-c-dropdown__menu-item"
1090
1090
  role="menuitem"
1091
1091
  href="#"
1092
1092
  >Link</a>
1093
1093
  </li>
1094
1094
  <li role="none">
1095
1095
  <button
1096
- class="pf-v5-c-dropdown__menu-item"
1096
+ class="pf-v6-c-dropdown__menu-item"
1097
1097
  role="menuitem"
1098
1098
  type="button"
1099
1099
  >Action</button>
1100
1100
  </li>
1101
1101
  <li role="none">
1102
1102
  <a
1103
- class="pf-v5-c-dropdown__menu-item pf-m-disabled"
1103
+ class="pf-v6-c-dropdown__menu-item pf-m-disabled"
1104
1104
  role="menuitem"
1105
1105
  href="#"
1106
1106
  aria-disabled="true"
@@ -1109,16 +1109,16 @@ cssPrefix: pf-v5-c-notification-drawer
1109
1109
  </li>
1110
1110
  <li role="none">
1111
1111
  <button
1112
- class="pf-v5-c-dropdown__menu-item"
1112
+ class="pf-v6-c-dropdown__menu-item"
1113
1113
  role="menuitem"
1114
1114
  type="button"
1115
1115
  disabled
1116
1116
  >Disabled action</button>
1117
1117
  </li>
1118
- <li class="pf-v5-c-divider" role="separator"></li>
1118
+ <li class="pf-v6-c-divider" role="separator"></li>
1119
1119
  <li role="none">
1120
1120
  <a
1121
- class="pf-v5-c-dropdown__menu-item"
1121
+ class="pf-v6-c-dropdown__menu-item"
1122
1122
  role="menuitem"
1123
1123
  href="#"
1124
1124
  >Separated link</a>
@@ -1127,30 +1127,30 @@ cssPrefix: pf-v5-c-notification-drawer
1127
1127
  </div>
1128
1128
  </div>
1129
1129
  <div
1130
- class="pf-v5-c-notification-drawer__list-item-description"
1130
+ class="pf-v6-c-notification-drawer__list-item-description"
1131
1131
  >This is a success notification description.</div>
1132
1132
  <div
1133
- class="pf-v5-c-notification-drawer__list-item-timestamp"
1133
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
1134
1134
  >30 minutes ago</div>
1135
1135
  </li>
1136
1136
  <li
1137
- class="pf-v5-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
1137
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
1138
1138
  >
1139
- <div class="pf-v5-c-notification-drawer__list-item-header">
1140
- <span class="pf-v5-c-notification-drawer__list-item-header-icon">
1139
+ <div class="pf-v6-c-notification-drawer__list-item-header">
1140
+ <span class="pf-v6-c-notification-drawer__list-item-header-icon">
1141
1141
  <i class="fas fa-check-circle" aria-hidden="true"></i>
1142
1142
  </span>
1143
1143
  <h2
1144
- class="pf-v5-c-notification-drawer__list-item-header-title pf-m-truncate"
1144
+ class="pf-v6-c-notification-drawer__list-item-header-title pf-m-truncate"
1145
1145
  >
1146
- <span class="pf-v5-screen-reader">Success notification:</span>
1146
+ <span class="pf-v6-screen-reader">Success notification:</span>
1147
1147
  Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent quis odio risus. Ut dictum vitae sapien at posuere. Nullam suscipit massa quis lacus pellentesque scelerisque. Donec non maximus neque, quis ornare nunc. Vivamus in nibh sed libero feugiat feugiat. Nulla lacinia rutrum est, a commodo odio vestibulum suscipit. Nullam id quam et quam porttitor interdum quis nec tellus. Vestibulum arcu dui, pulvinar eu tellus in, semper mattis diam. Sed commodo tincidunt lacus non pulvinar. Curabitur tempor molestie vestibulum. Vivamus vel mi dignissim, efficitur neque eget, efficitur massa. Mauris vitae nunc augue. Donec augue lorem, malesuada et quam vitae, volutpat mattis nisi. Nullam nec venenatis ex, quis lobortis purus. Sed nisl dolor, mattis sit amet tincidunt quis, mollis sed massa.
1148
1148
  </h2>
1149
1149
  </div>
1150
- <div class="pf-v5-c-notification-drawer__list-item-action">
1151
- <div class="pf-v5-c-dropdown pf-m-top">
1150
+ <div class="pf-v6-c-notification-drawer__list-item-action">
1151
+ <div class="pf-v6-c-dropdown pf-m-top">
1152
1152
  <button
1153
- class="pf-v5-c-dropdown__toggle pf-m-plain"
1153
+ class="pf-v6-c-dropdown__toggle pf-m-plain"
1154
1154
  id="notification-drawer-groups-group1dropdown-kebab-6-button"
1155
1155
  aria-expanded="false"
1156
1156
  type="button"
@@ -1159,28 +1159,28 @@ cssPrefix: pf-v5-c-notification-drawer
1159
1159
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1160
1160
  </button>
1161
1161
  <ul
1162
- class="pf-v5-c-dropdown__menu pf-m-align-right"
1162
+ class="pf-v6-c-dropdown__menu pf-m-align-right"
1163
1163
  aria-labelledby="notification-drawer-groups-group1dropdown-kebab-6-button"
1164
1164
  hidden
1165
1165
  role="menu"
1166
1166
  >
1167
1167
  <li role="none">
1168
1168
  <a
1169
- class="pf-v5-c-dropdown__menu-item"
1169
+ class="pf-v6-c-dropdown__menu-item"
1170
1170
  role="menuitem"
1171
1171
  href="#"
1172
1172
  >Link</a>
1173
1173
  </li>
1174
1174
  <li role="none">
1175
1175
  <button
1176
- class="pf-v5-c-dropdown__menu-item"
1176
+ class="pf-v6-c-dropdown__menu-item"
1177
1177
  role="menuitem"
1178
1178
  type="button"
1179
1179
  >Action</button>
1180
1180
  </li>
1181
1181
  <li role="none">
1182
1182
  <a
1183
- class="pf-v5-c-dropdown__menu-item pf-m-disabled"
1183
+ class="pf-v6-c-dropdown__menu-item pf-m-disabled"
1184
1184
  role="menuitem"
1185
1185
  href="#"
1186
1186
  aria-disabled="true"
@@ -1189,16 +1189,16 @@ cssPrefix: pf-v5-c-notification-drawer
1189
1189
  </li>
1190
1190
  <li role="none">
1191
1191
  <button
1192
- class="pf-v5-c-dropdown__menu-item"
1192
+ class="pf-v6-c-dropdown__menu-item"
1193
1193
  role="menuitem"
1194
1194
  type="button"
1195
1195
  disabled
1196
1196
  >Disabled action</button>
1197
1197
  </li>
1198
- <li class="pf-v5-c-divider" role="separator"></li>
1198
+ <li class="pf-v6-c-divider" role="separator"></li>
1199
1199
  <li role="none">
1200
1200
  <a
1201
- class="pf-v5-c-dropdown__menu-item"
1201
+ class="pf-v6-c-dropdown__menu-item"
1202
1202
  role="menuitem"
1203
1203
  href="#"
1204
1204
  >Separated link</a>
@@ -1207,31 +1207,31 @@ cssPrefix: pf-v5-c-notification-drawer
1207
1207
  </div>
1208
1208
  </div>
1209
1209
  <div
1210
- class="pf-v5-c-notification-drawer__list-item-description"
1210
+ class="pf-v6-c-notification-drawer__list-item-description"
1211
1211
  >This example uses ".pf-m-truncate" to limit the title to a single line and truncate any overflow text with ellipses.</div>
1212
1212
  <div
1213
- class="pf-v5-c-notification-drawer__list-item-timestamp"
1213
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
1214
1214
  >40 minutes ago</div>
1215
1215
  </li>
1216
1216
  <li
1217
- class="pf-v5-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
1217
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
1218
1218
  >
1219
- <div class="pf-v5-c-notification-drawer__list-item-header">
1220
- <span class="pf-v5-c-notification-drawer__list-item-header-icon">
1219
+ <div class="pf-v6-c-notification-drawer__list-item-header">
1220
+ <span class="pf-v6-c-notification-drawer__list-item-header-icon">
1221
1221
  <i class="fas fa-check-circle" aria-hidden="true"></i>
1222
1222
  </span>
1223
1223
  <h2
1224
- class="pf-v5-c-notification-drawer__list-item-header-title pf-m-truncate"
1224
+ class="pf-v6-c-notification-drawer__list-item-header-title pf-m-truncate"
1225
1225
  style="--pf-v5-c-notification-drawer__list-item-header-title--max-lines: 2"
1226
1226
  >
1227
- <span class="pf-v5-screen-reader">Success notification:</span>
1227
+ <span class="pf-v6-screen-reader">Success notification:</span>
1228
1228
  Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent quis odio risus. Ut dictum vitae sapien at posuere. Nullam suscipit massa quis lacus pellentesque scelerisque. Donec non maximus neque, quis ornare nunc. Vivamus in nibh sed libero feugiat feugiat. Nulla lacinia rutrum est, a commodo odio vestibulum suscipit. Nullam id quam et quam porttitor interdum quis nec tellus. Vestibulum arcu dui, pulvinar eu tellus in, semper mattis diam. Sed commodo tincidunt lacus non pulvinar. Curabitur tempor molestie vestibulum. Vivamus vel mi dignissim, efficitur neque eget, efficitur massa. Mauris vitae nunc augue. Donec augue lorem, malesuada et quam vitae, volutpat mattis nisi. Nullam nec venenatis ex, quis lobortis purus. Sed nisl dolor, mattis sit amet tincidunt quis, mollis sed massa.
1229
1229
  </h2>
1230
1230
  </div>
1231
- <div class="pf-v5-c-notification-drawer__list-item-action">
1232
- <div class="pf-v5-c-dropdown pf-m-top">
1231
+ <div class="pf-v6-c-notification-drawer__list-item-action">
1232
+ <div class="pf-v6-c-dropdown pf-m-top">
1233
1233
  <button
1234
- class="pf-v5-c-dropdown__toggle pf-m-plain"
1234
+ class="pf-v6-c-dropdown__toggle pf-m-plain"
1235
1235
  id="notification-drawer-groups-group1dropdown-kebab-7-button"
1236
1236
  aria-expanded="false"
1237
1237
  type="button"
@@ -1240,28 +1240,28 @@ cssPrefix: pf-v5-c-notification-drawer
1240
1240
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1241
1241
  </button>
1242
1242
  <ul
1243
- class="pf-v5-c-dropdown__menu pf-m-align-right"
1243
+ class="pf-v6-c-dropdown__menu pf-m-align-right"
1244
1244
  aria-labelledby="notification-drawer-groups-group1dropdown-kebab-7-button"
1245
1245
  hidden
1246
1246
  role="menu"
1247
1247
  >
1248
1248
  <li role="none">
1249
1249
  <a
1250
- class="pf-v5-c-dropdown__menu-item"
1250
+ class="pf-v6-c-dropdown__menu-item"
1251
1251
  role="menuitem"
1252
1252
  href="#"
1253
1253
  >Link</a>
1254
1254
  </li>
1255
1255
  <li role="none">
1256
1256
  <button
1257
- class="pf-v5-c-dropdown__menu-item"
1257
+ class="pf-v6-c-dropdown__menu-item"
1258
1258
  role="menuitem"
1259
1259
  type="button"
1260
1260
  >Action</button>
1261
1261
  </li>
1262
1262
  <li role="none">
1263
1263
  <a
1264
- class="pf-v5-c-dropdown__menu-item pf-m-disabled"
1264
+ class="pf-v6-c-dropdown__menu-item pf-m-disabled"
1265
1265
  role="menuitem"
1266
1266
  href="#"
1267
1267
  aria-disabled="true"
@@ -1270,16 +1270,16 @@ cssPrefix: pf-v5-c-notification-drawer
1270
1270
  </li>
1271
1271
  <li role="none">
1272
1272
  <button
1273
- class="pf-v5-c-dropdown__menu-item"
1273
+ class="pf-v6-c-dropdown__menu-item"
1274
1274
  role="menuitem"
1275
1275
  type="button"
1276
1276
  disabled
1277
1277
  >Disabled action</button>
1278
1278
  </li>
1279
- <li class="pf-v5-c-divider" role="separator"></li>
1279
+ <li class="pf-v6-c-divider" role="separator"></li>
1280
1280
  <li role="none">
1281
1281
  <a
1282
- class="pf-v5-c-dropdown__menu-item"
1282
+ class="pf-v6-c-dropdown__menu-item"
1283
1283
  role="menuitem"
1284
1284
  href="#"
1285
1285
  >Separated link</a>
@@ -1288,50 +1288,50 @@ cssPrefix: pf-v5-c-notification-drawer
1288
1288
  </div>
1289
1289
  </div>
1290
1290
  <div
1291
- class="pf-v5-c-notification-drawer__list-item-description"
1291
+ class="pf-v6-c-notification-drawer__list-item-description"
1292
1292
  >This example uses ".pf-m-truncate" and sets "--pf-v5-c-notification-drawer__list-item-header-title--max-lines: 2" to limit title to two lines and truncate any overflow text with ellipses.</div>
1293
1293
  <div
1294
- class="pf-v5-c-notification-drawer__list-item-timestamp"
1294
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
1295
1295
  >50 minutes ago</div>
1296
1296
  </li>
1297
1297
  </ul>
1298
1298
  </section>
1299
- <section class="pf-v5-c-notification-drawer__group pf-m-expanded">
1299
+ <section class="pf-v6-c-notification-drawer__group pf-m-expanded">
1300
1300
  <h1>
1301
1301
  <button
1302
- class="pf-v5-c-notification-drawer__group-toggle"
1302
+ class="pf-v6-c-notification-drawer__group-toggle"
1303
1303
  aria-expanded="true"
1304
1304
  >
1305
1305
  <div
1306
- class="pf-v5-c-notification-drawer__group-toggle-title"
1306
+ class="pf-v6-c-notification-drawer__group-toggle-title"
1307
1307
  >Second notification group</div>
1308
- <div class="pf-v5-c-notification-drawer__group-toggle-count">
1309
- <span class="pf-v5-c-badge pf-m-unread">2</span>
1308
+ <div class="pf-v6-c-notification-drawer__group-toggle-count">
1309
+ <span class="pf-v6-c-badge pf-m-unread">2</span>
1310
1310
  </div>
1311
- <span class="pf-v5-c-notification-drawer__group-toggle-icon">
1311
+ <span class="pf-v6-c-notification-drawer__group-toggle-icon">
1312
1312
  <i class="fas fa-angle-right" aria-hidden="true"></i>
1313
1313
  </span>
1314
1314
  </button>
1315
1315
  </h1>
1316
- <ul class="pf-v5-c-notification-drawer__list" role="list">
1316
+ <ul class="pf-v6-c-notification-drawer__list" role="list">
1317
1317
  <li
1318
- class="pf-v5-c-notification-drawer__list-item pf-m-hoverable pf-m-info"
1318
+ class="pf-v6-c-notification-drawer__list-item pf-m-hoverable pf-m-info"
1319
1319
  tabindex="0"
1320
1320
  >
1321
- <div class="pf-v5-c-notification-drawer__list-item-header">
1322
- <span class="pf-v5-c-notification-drawer__list-item-header-icon">
1321
+ <div class="pf-v6-c-notification-drawer__list-item-header">
1322
+ <span class="pf-v6-c-notification-drawer__list-item-header-icon">
1323
1323
  <i class="fas fa-info-circle" aria-hidden="true"></i>
1324
1324
  </span>
1325
- <h2 class="pf-v5-c-notification-drawer__list-item-header-title">
1326
- <span class="pf-v5-screen-reader">Info notification:</span>
1325
+ <h2 class="pf-v6-c-notification-drawer__list-item-header-title">
1326
+ <span class="pf-v6-screen-reader">Info notification:</span>
1327
1327
  Unread
1328
1328
  info notification title
1329
1329
  </h2>
1330
1330
  </div>
1331
- <div class="pf-v5-c-notification-drawer__list-item-action">
1332
- <div class="pf-v5-c-dropdown">
1331
+ <div class="pf-v6-c-notification-drawer__list-item-action">
1332
+ <div class="pf-v6-c-dropdown">
1333
1333
  <button
1334
- class="pf-v5-c-dropdown__toggle pf-m-plain"
1334
+ class="pf-v6-c-dropdown__toggle pf-m-plain"
1335
1335
  id="notification-drawer-groups-group2dropdown-kebab-1-button"
1336
1336
  aria-expanded="false"
1337
1337
  type="button"
@@ -1340,28 +1340,28 @@ cssPrefix: pf-v5-c-notification-drawer
1340
1340
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1341
1341
  </button>
1342
1342
  <ul
1343
- class="pf-v5-c-dropdown__menu pf-m-align-right"
1343
+ class="pf-v6-c-dropdown__menu pf-m-align-right"
1344
1344
  aria-labelledby="notification-drawer-groups-group2dropdown-kebab-1-button"
1345
1345
  hidden
1346
1346
  role="menu"
1347
1347
  >
1348
1348
  <li role="none">
1349
1349
  <a
1350
- class="pf-v5-c-dropdown__menu-item"
1350
+ class="pf-v6-c-dropdown__menu-item"
1351
1351
  role="menuitem"
1352
1352
  href="#"
1353
1353
  >Link</a>
1354
1354
  </li>
1355
1355
  <li role="none">
1356
1356
  <button
1357
- class="pf-v5-c-dropdown__menu-item"
1357
+ class="pf-v6-c-dropdown__menu-item"
1358
1358
  role="menuitem"
1359
1359
  type="button"
1360
1360
  >Action</button>
1361
1361
  </li>
1362
1362
  <li role="none">
1363
1363
  <a
1364
- class="pf-v5-c-dropdown__menu-item pf-m-disabled"
1364
+ class="pf-v6-c-dropdown__menu-item pf-m-disabled"
1365
1365
  role="menuitem"
1366
1366
  href="#"
1367
1367
  aria-disabled="true"
@@ -1370,16 +1370,16 @@ cssPrefix: pf-v5-c-notification-drawer
1370
1370
  </li>
1371
1371
  <li role="none">
1372
1372
  <button
1373
- class="pf-v5-c-dropdown__menu-item"
1373
+ class="pf-v6-c-dropdown__menu-item"
1374
1374
  role="menuitem"
1375
1375
  type="button"
1376
1376
  disabled
1377
1377
  >Disabled action</button>
1378
1378
  </li>
1379
- <li class="pf-v5-c-divider" role="separator"></li>
1379
+ <li class="pf-v6-c-divider" role="separator"></li>
1380
1380
  <li role="none">
1381
1381
  <a
1382
- class="pf-v5-c-dropdown__menu-item"
1382
+ class="pf-v6-c-dropdown__menu-item"
1383
1383
  role="menuitem"
1384
1384
  href="#"
1385
1385
  >Separated link</a>
@@ -1388,31 +1388,31 @@ cssPrefix: pf-v5-c-notification-drawer
1388
1388
  </div>
1389
1389
  </div>
1390
1390
  <div
1391
- class="pf-v5-c-notification-drawer__list-item-description"
1391
+ class="pf-v6-c-notification-drawer__list-item-description"
1392
1392
  >This is an info notification description.</div>
1393
1393
  <div
1394
- class="pf-v5-c-notification-drawer__list-item-timestamp"
1394
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
1395
1395
  >5 minutes ago</div>
1396
1396
  </li>
1397
1397
 
1398
1398
  <li
1399
- class="pf-v5-c-notification-drawer__list-item pf-m-hoverable pf-m-custom"
1399
+ class="pf-v6-c-notification-drawer__list-item pf-m-hoverable pf-m-custom"
1400
1400
  tabindex="0"
1401
1401
  >
1402
- <div class="pf-v5-c-notification-drawer__list-item-header">
1403
- <span class="pf-v5-c-notification-drawer__list-item-header-icon">
1402
+ <div class="pf-v6-c-notification-drawer__list-item-header">
1403
+ <span class="pf-v6-c-notification-drawer__list-item-header-icon">
1404
1404
  <i class="fas fa-arrow-circle-up" aria-hidden="true"></i>
1405
1405
  </span>
1406
- <h2 class="pf-v5-c-notification-drawer__list-item-header-title">
1407
- <span class="pf-v5-screen-reader">Custom notification:</span>
1406
+ <h2 class="pf-v6-c-notification-drawer__list-item-header-title">
1407
+ <span class="pf-v6-screen-reader">Custom notification:</span>
1408
1408
  Unread
1409
1409
  recommendation notification title. This is a long title to show how the title will wrap if it is long and wraps to multiple lines.
1410
1410
  </h2>
1411
1411
  </div>
1412
- <div class="pf-v5-c-notification-drawer__list-item-action">
1413
- <div class="pf-v5-c-dropdown">
1412
+ <div class="pf-v6-c-notification-drawer__list-item-action">
1413
+ <div class="pf-v6-c-dropdown">
1414
1414
  <button
1415
- class="pf-v5-c-dropdown__toggle pf-m-plain"
1415
+ class="pf-v6-c-dropdown__toggle pf-m-plain"
1416
1416
  id="notification-drawer-groups-group2dropdown-kebab-2-button"
1417
1417
  aria-expanded="false"
1418
1418
  type="button"
@@ -1421,28 +1421,28 @@ cssPrefix: pf-v5-c-notification-drawer
1421
1421
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1422
1422
  </button>
1423
1423
  <ul
1424
- class="pf-v5-c-dropdown__menu pf-m-align-right"
1424
+ class="pf-v6-c-dropdown__menu pf-m-align-right"
1425
1425
  aria-labelledby="notification-drawer-groups-group2dropdown-kebab-2-button"
1426
1426
  hidden
1427
1427
  role="menu"
1428
1428
  >
1429
1429
  <li role="none">
1430
1430
  <a
1431
- class="pf-v5-c-dropdown__menu-item"
1431
+ class="pf-v6-c-dropdown__menu-item"
1432
1432
  role="menuitem"
1433
1433
  href="#"
1434
1434
  >Link</a>
1435
1435
  </li>
1436
1436
  <li role="none">
1437
1437
  <button
1438
- class="pf-v5-c-dropdown__menu-item"
1438
+ class="pf-v6-c-dropdown__menu-item"
1439
1439
  role="menuitem"
1440
1440
  type="button"
1441
1441
  >Action</button>
1442
1442
  </li>
1443
1443
  <li role="none">
1444
1444
  <a
1445
- class="pf-v5-c-dropdown__menu-item pf-m-disabled"
1445
+ class="pf-v6-c-dropdown__menu-item pf-m-disabled"
1446
1446
  role="menuitem"
1447
1447
  href="#"
1448
1448
  aria-disabled="true"
@@ -1451,16 +1451,16 @@ cssPrefix: pf-v5-c-notification-drawer
1451
1451
  </li>
1452
1452
  <li role="none">
1453
1453
  <button
1454
- class="pf-v5-c-dropdown__menu-item"
1454
+ class="pf-v6-c-dropdown__menu-item"
1455
1455
  role="menuitem"
1456
1456
  type="button"
1457
1457
  disabled
1458
1458
  >Disabled action</button>
1459
1459
  </li>
1460
- <li class="pf-v5-c-divider" role="separator"></li>
1460
+ <li class="pf-v6-c-divider" role="separator"></li>
1461
1461
  <li role="none">
1462
1462
  <a
1463
- class="pf-v5-c-dropdown__menu-item"
1463
+ class="pf-v6-c-dropdown__menu-item"
1464
1464
  role="menuitem"
1465
1465
  href="#"
1466
1466
  >Separated link</a>
@@ -1469,31 +1469,31 @@ cssPrefix: pf-v5-c-notification-drawer
1469
1469
  </div>
1470
1470
  </div>
1471
1471
  <div
1472
- class="pf-v5-c-notification-drawer__list-item-description"
1472
+ class="pf-v6-c-notification-drawer__list-item-description"
1473
1473
  >This is a recommendation notification description. This is a long description to show how the title will wrap if it is long and wraps to multiple lines.</div>
1474
1474
  <div
1475
- class="pf-v5-c-notification-drawer__list-item-timestamp"
1475
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
1476
1476
  >10 minutes ago</div>
1477
1477
  </li>
1478
1478
 
1479
1479
  <li
1480
- class="pf-v5-c-notification-drawer__list-item pf-m-hoverable pf-m-custom"
1480
+ class="pf-v6-c-notification-drawer__list-item pf-m-hoverable pf-m-custom"
1481
1481
  tabindex="0"
1482
1482
  >
1483
- <div class="pf-v5-c-notification-drawer__list-item-header">
1484
- <span class="pf-v5-c-notification-drawer__list-item-header-icon">
1483
+ <div class="pf-v6-c-notification-drawer__list-item-header">
1484
+ <span class="pf-v6-c-notification-drawer__list-item-header-icon">
1485
1485
  <i class="fas fa-arrow-circle-up" aria-hidden="true"></i>
1486
1486
  </span>
1487
- <h2 class="pf-v5-c-notification-drawer__list-item-header-title">
1488
- <span class="pf-v5-screen-reader">Custom notification:</span>
1487
+ <h2 class="pf-v6-c-notification-drawer__list-item-header-title">
1488
+ <span class="pf-v6-screen-reader">Custom notification:</span>
1489
1489
  Unread
1490
1490
  recommendation notification title. This is a long title to show how the title will wrap if it is long and wraps to multiple lines.
1491
1491
  </h2>
1492
1492
  </div>
1493
- <div class="pf-v5-c-notification-drawer__list-item-action">
1494
- <div class="pf-v5-c-dropdown">
1493
+ <div class="pf-v6-c-notification-drawer__list-item-action">
1494
+ <div class="pf-v6-c-dropdown">
1495
1495
  <button
1496
- class="pf-v5-c-dropdown__toggle pf-m-plain"
1496
+ class="pf-v6-c-dropdown__toggle pf-m-plain"
1497
1497
  id="notification-drawer-groups-group2dropdown-kebab-3-button"
1498
1498
  aria-expanded="false"
1499
1499
  type="button"
@@ -1502,28 +1502,28 @@ cssPrefix: pf-v5-c-notification-drawer
1502
1502
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1503
1503
  </button>
1504
1504
  <ul
1505
- class="pf-v5-c-dropdown__menu pf-m-align-right"
1505
+ class="pf-v6-c-dropdown__menu pf-m-align-right"
1506
1506
  aria-labelledby="notification-drawer-groups-group2dropdown-kebab-3-button"
1507
1507
  hidden
1508
1508
  role="menu"
1509
1509
  >
1510
1510
  <li role="none">
1511
1511
  <a
1512
- class="pf-v5-c-dropdown__menu-item"
1512
+ class="pf-v6-c-dropdown__menu-item"
1513
1513
  role="menuitem"
1514
1514
  href="#"
1515
1515
  >Link</a>
1516
1516
  </li>
1517
1517
  <li role="none">
1518
1518
  <button
1519
- class="pf-v5-c-dropdown__menu-item"
1519
+ class="pf-v6-c-dropdown__menu-item"
1520
1520
  role="menuitem"
1521
1521
  type="button"
1522
1522
  >Action</button>
1523
1523
  </li>
1524
1524
  <li role="none">
1525
1525
  <a
1526
- class="pf-v5-c-dropdown__menu-item pf-m-disabled"
1526
+ class="pf-v6-c-dropdown__menu-item pf-m-disabled"
1527
1527
  role="menuitem"
1528
1528
  href="#"
1529
1529
  aria-disabled="true"
@@ -1532,16 +1532,16 @@ cssPrefix: pf-v5-c-notification-drawer
1532
1532
  </li>
1533
1533
  <li role="none">
1534
1534
  <button
1535
- class="pf-v5-c-dropdown__menu-item"
1535
+ class="pf-v6-c-dropdown__menu-item"
1536
1536
  role="menuitem"
1537
1537
  type="button"
1538
1538
  disabled
1539
1539
  >Disabled action</button>
1540
1540
  </li>
1541
- <li class="pf-v5-c-divider" role="separator"></li>
1541
+ <li class="pf-v6-c-divider" role="separator"></li>
1542
1542
  <li role="none">
1543
1543
  <a
1544
- class="pf-v5-c-dropdown__menu-item"
1544
+ class="pf-v6-c-dropdown__menu-item"
1545
1545
  role="menuitem"
1546
1546
  href="#"
1547
1547
  >Separated link</a>
@@ -1550,28 +1550,28 @@ cssPrefix: pf-v5-c-notification-drawer
1550
1550
  </div>
1551
1551
  </div>
1552
1552
  <div
1553
- class="pf-v5-c-notification-drawer__list-item-description"
1553
+ class="pf-v6-c-notification-drawer__list-item-description"
1554
1554
  >This is a recommendation notification description. This is a long description to show how the title will wrap if it is long and wraps to multiple lines.</div>
1555
1555
  <div
1556
- class="pf-v5-c-notification-drawer__list-item-timestamp"
1556
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
1557
1557
  >20 minutes ago</div>
1558
1558
  </li>
1559
1559
  <li
1560
- class="pf-v5-c-notification-drawer__list-item pf-m-read pf-m-warning pf-m-hoverable"
1560
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-warning pf-m-hoverable"
1561
1561
  >
1562
- <div class="pf-v5-c-notification-drawer__list-item-header">
1563
- <span class="pf-v5-c-notification-drawer__list-item-header-icon">
1562
+ <div class="pf-v6-c-notification-drawer__list-item-header">
1563
+ <span class="pf-v6-c-notification-drawer__list-item-header-icon">
1564
1564
  <i class="fas fa-exclamation-triangle" aria-hidden="true"></i>
1565
1565
  </span>
1566
- <h2 class="pf-v5-c-notification-drawer__list-item-header-title">
1567
- <span class="pf-v5-screen-reader">Warning notification:</span>
1566
+ <h2 class="pf-v6-c-notification-drawer__list-item-header-title">
1567
+ <span class="pf-v6-screen-reader">Warning notification:</span>
1568
1568
  Read warning notification title
1569
1569
  </h2>
1570
1570
  </div>
1571
- <div class="pf-v5-c-notification-drawer__list-item-action">
1572
- <div class="pf-v5-c-dropdown pf-m-top">
1571
+ <div class="pf-v6-c-notification-drawer__list-item-action">
1572
+ <div class="pf-v6-c-dropdown pf-m-top">
1573
1573
  <button
1574
- class="pf-v5-c-dropdown__toggle pf-m-plain"
1574
+ class="pf-v6-c-dropdown__toggle pf-m-plain"
1575
1575
  id="notification-drawer-groups-group2dropdown-kebab-4-button"
1576
1576
  aria-expanded="false"
1577
1577
  type="button"
@@ -1580,28 +1580,28 @@ cssPrefix: pf-v5-c-notification-drawer
1580
1580
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1581
1581
  </button>
1582
1582
  <ul
1583
- class="pf-v5-c-dropdown__menu pf-m-align-right"
1583
+ class="pf-v6-c-dropdown__menu pf-m-align-right"
1584
1584
  aria-labelledby="notification-drawer-groups-group2dropdown-kebab-4-button"
1585
1585
  hidden
1586
1586
  role="menu"
1587
1587
  >
1588
1588
  <li role="none">
1589
1589
  <a
1590
- class="pf-v5-c-dropdown__menu-item"
1590
+ class="pf-v6-c-dropdown__menu-item"
1591
1591
  role="menuitem"
1592
1592
  href="#"
1593
1593
  >Link</a>
1594
1594
  </li>
1595
1595
  <li role="none">
1596
1596
  <button
1597
- class="pf-v5-c-dropdown__menu-item"
1597
+ class="pf-v6-c-dropdown__menu-item"
1598
1598
  role="menuitem"
1599
1599
  type="button"
1600
1600
  >Action</button>
1601
1601
  </li>
1602
1602
  <li role="none">
1603
1603
  <a
1604
- class="pf-v5-c-dropdown__menu-item pf-m-disabled"
1604
+ class="pf-v6-c-dropdown__menu-item pf-m-disabled"
1605
1605
  role="menuitem"
1606
1606
  href="#"
1607
1607
  aria-disabled="true"
@@ -1610,16 +1610,16 @@ cssPrefix: pf-v5-c-notification-drawer
1610
1610
  </li>
1611
1611
  <li role="none">
1612
1612
  <button
1613
- class="pf-v5-c-dropdown__menu-item"
1613
+ class="pf-v6-c-dropdown__menu-item"
1614
1614
  role="menuitem"
1615
1615
  type="button"
1616
1616
  disabled
1617
1617
  >Disabled action</button>
1618
1618
  </li>
1619
- <li class="pf-v5-c-divider" role="separator"></li>
1619
+ <li class="pf-v6-c-divider" role="separator"></li>
1620
1620
  <li role="none">
1621
1621
  <a
1622
- class="pf-v5-c-dropdown__menu-item"
1622
+ class="pf-v6-c-dropdown__menu-item"
1623
1623
  role="menuitem"
1624
1624
  href="#"
1625
1625
  >Separated link</a>
@@ -1628,28 +1628,28 @@ cssPrefix: pf-v5-c-notification-drawer
1628
1628
  </div>
1629
1629
  </div>
1630
1630
  <div
1631
- class="pf-v5-c-notification-drawer__list-item-description"
1631
+ class="pf-v6-c-notification-drawer__list-item-description"
1632
1632
  >This is a warning notification description.</div>
1633
1633
  <div
1634
- class="pf-v5-c-notification-drawer__list-item-timestamp"
1634
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
1635
1635
  >20 minutes ago</div>
1636
1636
  </li>
1637
1637
  <li
1638
- class="pf-v5-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
1638
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
1639
1639
  >
1640
- <div class="pf-v5-c-notification-drawer__list-item-header">
1641
- <span class="pf-v5-c-notification-drawer__list-item-header-icon">
1640
+ <div class="pf-v6-c-notification-drawer__list-item-header">
1641
+ <span class="pf-v6-c-notification-drawer__list-item-header-icon">
1642
1642
  <i class="fas fa-check-circle" aria-hidden="true"></i>
1643
1643
  </span>
1644
- <h2 class="pf-v5-c-notification-drawer__list-item-header-title">
1645
- <span class="pf-v5-screen-reader">Success notification:</span>
1644
+ <h2 class="pf-v6-c-notification-drawer__list-item-header-title">
1645
+ <span class="pf-v6-screen-reader">Success notification:</span>
1646
1646
  Read success notification title
1647
1647
  </h2>
1648
1648
  </div>
1649
- <div class="pf-v5-c-notification-drawer__list-item-action">
1650
- <div class="pf-v5-c-dropdown pf-m-top">
1649
+ <div class="pf-v6-c-notification-drawer__list-item-action">
1650
+ <div class="pf-v6-c-dropdown pf-m-top">
1651
1651
  <button
1652
- class="pf-v5-c-dropdown__toggle pf-m-plain"
1652
+ class="pf-v6-c-dropdown__toggle pf-m-plain"
1653
1653
  id="notification-drawer-groups-group2dropdown-kebab-5-button"
1654
1654
  aria-expanded="false"
1655
1655
  type="button"
@@ -1658,28 +1658,28 @@ cssPrefix: pf-v5-c-notification-drawer
1658
1658
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1659
1659
  </button>
1660
1660
  <ul
1661
- class="pf-v5-c-dropdown__menu pf-m-align-right"
1661
+ class="pf-v6-c-dropdown__menu pf-m-align-right"
1662
1662
  aria-labelledby="notification-drawer-groups-group2dropdown-kebab-5-button"
1663
1663
  hidden
1664
1664
  role="menu"
1665
1665
  >
1666
1666
  <li role="none">
1667
1667
  <a
1668
- class="pf-v5-c-dropdown__menu-item"
1668
+ class="pf-v6-c-dropdown__menu-item"
1669
1669
  role="menuitem"
1670
1670
  href="#"
1671
1671
  >Link</a>
1672
1672
  </li>
1673
1673
  <li role="none">
1674
1674
  <button
1675
- class="pf-v5-c-dropdown__menu-item"
1675
+ class="pf-v6-c-dropdown__menu-item"
1676
1676
  role="menuitem"
1677
1677
  type="button"
1678
1678
  >Action</button>
1679
1679
  </li>
1680
1680
  <li role="none">
1681
1681
  <a
1682
- class="pf-v5-c-dropdown__menu-item pf-m-disabled"
1682
+ class="pf-v6-c-dropdown__menu-item pf-m-disabled"
1683
1683
  role="menuitem"
1684
1684
  href="#"
1685
1685
  aria-disabled="true"
@@ -1688,16 +1688,16 @@ cssPrefix: pf-v5-c-notification-drawer
1688
1688
  </li>
1689
1689
  <li role="none">
1690
1690
  <button
1691
- class="pf-v5-c-dropdown__menu-item"
1691
+ class="pf-v6-c-dropdown__menu-item"
1692
1692
  role="menuitem"
1693
1693
  type="button"
1694
1694
  disabled
1695
1695
  >Disabled action</button>
1696
1696
  </li>
1697
- <li class="pf-v5-c-divider" role="separator"></li>
1697
+ <li class="pf-v6-c-divider" role="separator"></li>
1698
1698
  <li role="none">
1699
1699
  <a
1700
- class="pf-v5-c-dropdown__menu-item"
1700
+ class="pf-v6-c-dropdown__menu-item"
1701
1701
  role="menuitem"
1702
1702
  href="#"
1703
1703
  >Separated link</a>
@@ -1706,30 +1706,30 @@ cssPrefix: pf-v5-c-notification-drawer
1706
1706
  </div>
1707
1707
  </div>
1708
1708
  <div
1709
- class="pf-v5-c-notification-drawer__list-item-description"
1709
+ class="pf-v6-c-notification-drawer__list-item-description"
1710
1710
  >This is a success notification description.</div>
1711
1711
  <div
1712
- class="pf-v5-c-notification-drawer__list-item-timestamp"
1712
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
1713
1713
  >30 minutes ago</div>
1714
1714
  </li>
1715
1715
  <li
1716
- class="pf-v5-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
1716
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
1717
1717
  >
1718
- <div class="pf-v5-c-notification-drawer__list-item-header">
1719
- <span class="pf-v5-c-notification-drawer__list-item-header-icon">
1718
+ <div class="pf-v6-c-notification-drawer__list-item-header">
1719
+ <span class="pf-v6-c-notification-drawer__list-item-header-icon">
1720
1720
  <i class="fas fa-check-circle" aria-hidden="true"></i>
1721
1721
  </span>
1722
1722
  <h2
1723
- class="pf-v5-c-notification-drawer__list-item-header-title pf-m-truncate"
1723
+ class="pf-v6-c-notification-drawer__list-item-header-title pf-m-truncate"
1724
1724
  >
1725
- <span class="pf-v5-screen-reader">Success notification:</span>
1725
+ <span class="pf-v6-screen-reader">Success notification:</span>
1726
1726
  Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent quis odio risus. Ut dictum vitae sapien at posuere. Nullam suscipit massa quis lacus pellentesque scelerisque. Donec non maximus neque, quis ornare nunc. Vivamus in nibh sed libero feugiat feugiat. Nulla lacinia rutrum est, a commodo odio vestibulum suscipit. Nullam id quam et quam porttitor interdum quis nec tellus. Vestibulum arcu dui, pulvinar eu tellus in, semper mattis diam. Sed commodo tincidunt lacus non pulvinar. Curabitur tempor molestie vestibulum. Vivamus vel mi dignissim, efficitur neque eget, efficitur massa. Mauris vitae nunc augue. Donec augue lorem, malesuada et quam vitae, volutpat mattis nisi. Nullam nec venenatis ex, quis lobortis purus. Sed nisl dolor, mattis sit amet tincidunt quis, mollis sed massa.
1727
1727
  </h2>
1728
1728
  </div>
1729
- <div class="pf-v5-c-notification-drawer__list-item-action">
1730
- <div class="pf-v5-c-dropdown pf-m-top">
1729
+ <div class="pf-v6-c-notification-drawer__list-item-action">
1730
+ <div class="pf-v6-c-dropdown pf-m-top">
1731
1731
  <button
1732
- class="pf-v5-c-dropdown__toggle pf-m-plain"
1732
+ class="pf-v6-c-dropdown__toggle pf-m-plain"
1733
1733
  id="notification-drawer-groups-group2dropdown-kebab-6-button"
1734
1734
  aria-expanded="false"
1735
1735
  type="button"
@@ -1738,28 +1738,28 @@ cssPrefix: pf-v5-c-notification-drawer
1738
1738
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1739
1739
  </button>
1740
1740
  <ul
1741
- class="pf-v5-c-dropdown__menu pf-m-align-right"
1741
+ class="pf-v6-c-dropdown__menu pf-m-align-right"
1742
1742
  aria-labelledby="notification-drawer-groups-group2dropdown-kebab-6-button"
1743
1743
  hidden
1744
1744
  role="menu"
1745
1745
  >
1746
1746
  <li role="none">
1747
1747
  <a
1748
- class="pf-v5-c-dropdown__menu-item"
1748
+ class="pf-v6-c-dropdown__menu-item"
1749
1749
  role="menuitem"
1750
1750
  href="#"
1751
1751
  >Link</a>
1752
1752
  </li>
1753
1753
  <li role="none">
1754
1754
  <button
1755
- class="pf-v5-c-dropdown__menu-item"
1755
+ class="pf-v6-c-dropdown__menu-item"
1756
1756
  role="menuitem"
1757
1757
  type="button"
1758
1758
  >Action</button>
1759
1759
  </li>
1760
1760
  <li role="none">
1761
1761
  <a
1762
- class="pf-v5-c-dropdown__menu-item pf-m-disabled"
1762
+ class="pf-v6-c-dropdown__menu-item pf-m-disabled"
1763
1763
  role="menuitem"
1764
1764
  href="#"
1765
1765
  aria-disabled="true"
@@ -1768,16 +1768,16 @@ cssPrefix: pf-v5-c-notification-drawer
1768
1768
  </li>
1769
1769
  <li role="none">
1770
1770
  <button
1771
- class="pf-v5-c-dropdown__menu-item"
1771
+ class="pf-v6-c-dropdown__menu-item"
1772
1772
  role="menuitem"
1773
1773
  type="button"
1774
1774
  disabled
1775
1775
  >Disabled action</button>
1776
1776
  </li>
1777
- <li class="pf-v5-c-divider" role="separator"></li>
1777
+ <li class="pf-v6-c-divider" role="separator"></li>
1778
1778
  <li role="none">
1779
1779
  <a
1780
- class="pf-v5-c-dropdown__menu-item"
1780
+ class="pf-v6-c-dropdown__menu-item"
1781
1781
  role="menuitem"
1782
1782
  href="#"
1783
1783
  >Separated link</a>
@@ -1786,31 +1786,31 @@ cssPrefix: pf-v5-c-notification-drawer
1786
1786
  </div>
1787
1787
  </div>
1788
1788
  <div
1789
- class="pf-v5-c-notification-drawer__list-item-description"
1789
+ class="pf-v6-c-notification-drawer__list-item-description"
1790
1790
  >This example uses ".pf-m-truncate" to limit the title to a single line and truncate any overflow text with ellipses.</div>
1791
1791
  <div
1792
- class="pf-v5-c-notification-drawer__list-item-timestamp"
1792
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
1793
1793
  >40 minutes ago</div>
1794
1794
  </li>
1795
1795
  <li
1796
- class="pf-v5-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
1796
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
1797
1797
  >
1798
- <div class="pf-v5-c-notification-drawer__list-item-header">
1799
- <span class="pf-v5-c-notification-drawer__list-item-header-icon">
1798
+ <div class="pf-v6-c-notification-drawer__list-item-header">
1799
+ <span class="pf-v6-c-notification-drawer__list-item-header-icon">
1800
1800
  <i class="fas fa-check-circle" aria-hidden="true"></i>
1801
1801
  </span>
1802
1802
  <h2
1803
- class="pf-v5-c-notification-drawer__list-item-header-title pf-m-truncate"
1803
+ class="pf-v6-c-notification-drawer__list-item-header-title pf-m-truncate"
1804
1804
  style="--pf-v5-c-notification-drawer__list-item-header-title--max-lines: 2"
1805
1805
  >
1806
- <span class="pf-v5-screen-reader">Success notification:</span>
1806
+ <span class="pf-v6-screen-reader">Success notification:</span>
1807
1807
  Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent quis odio risus. Ut dictum vitae sapien at posuere. Nullam suscipit massa quis lacus pellentesque scelerisque. Donec non maximus neque, quis ornare nunc. Vivamus in nibh sed libero feugiat feugiat. Nulla lacinia rutrum est, a commodo odio vestibulum suscipit. Nullam id quam et quam porttitor interdum quis nec tellus. Vestibulum arcu dui, pulvinar eu tellus in, semper mattis diam. Sed commodo tincidunt lacus non pulvinar. Curabitur tempor molestie vestibulum. Vivamus vel mi dignissim, efficitur neque eget, efficitur massa. Mauris vitae nunc augue. Donec augue lorem, malesuada et quam vitae, volutpat mattis nisi. Nullam nec venenatis ex, quis lobortis purus. Sed nisl dolor, mattis sit amet tincidunt quis, mollis sed massa.
1808
1808
  </h2>
1809
1809
  </div>
1810
- <div class="pf-v5-c-notification-drawer__list-item-action">
1811
- <div class="pf-v5-c-dropdown pf-m-top">
1810
+ <div class="pf-v6-c-notification-drawer__list-item-action">
1811
+ <div class="pf-v6-c-dropdown pf-m-top">
1812
1812
  <button
1813
- class="pf-v5-c-dropdown__toggle pf-m-plain"
1813
+ class="pf-v6-c-dropdown__toggle pf-m-plain"
1814
1814
  id="notification-drawer-groups-group2dropdown-kebab-7-button"
1815
1815
  aria-expanded="false"
1816
1816
  type="button"
@@ -1819,28 +1819,28 @@ cssPrefix: pf-v5-c-notification-drawer
1819
1819
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1820
1820
  </button>
1821
1821
  <ul
1822
- class="pf-v5-c-dropdown__menu pf-m-align-right"
1822
+ class="pf-v6-c-dropdown__menu pf-m-align-right"
1823
1823
  aria-labelledby="notification-drawer-groups-group2dropdown-kebab-7-button"
1824
1824
  hidden
1825
1825
  role="menu"
1826
1826
  >
1827
1827
  <li role="none">
1828
1828
  <a
1829
- class="pf-v5-c-dropdown__menu-item"
1829
+ class="pf-v6-c-dropdown__menu-item"
1830
1830
  role="menuitem"
1831
1831
  href="#"
1832
1832
  >Link</a>
1833
1833
  </li>
1834
1834
  <li role="none">
1835
1835
  <button
1836
- class="pf-v5-c-dropdown__menu-item"
1836
+ class="pf-v6-c-dropdown__menu-item"
1837
1837
  role="menuitem"
1838
1838
  type="button"
1839
1839
  >Action</button>
1840
1840
  </li>
1841
1841
  <li role="none">
1842
1842
  <a
1843
- class="pf-v5-c-dropdown__menu-item pf-m-disabled"
1843
+ class="pf-v6-c-dropdown__menu-item pf-m-disabled"
1844
1844
  role="menuitem"
1845
1845
  href="#"
1846
1846
  aria-disabled="true"
@@ -1849,16 +1849,16 @@ cssPrefix: pf-v5-c-notification-drawer
1849
1849
  </li>
1850
1850
  <li role="none">
1851
1851
  <button
1852
- class="pf-v5-c-dropdown__menu-item"
1852
+ class="pf-v6-c-dropdown__menu-item"
1853
1853
  role="menuitem"
1854
1854
  type="button"
1855
1855
  disabled
1856
1856
  >Disabled action</button>
1857
1857
  </li>
1858
- <li class="pf-v5-c-divider" role="separator"></li>
1858
+ <li class="pf-v6-c-divider" role="separator"></li>
1859
1859
  <li role="none">
1860
1860
  <a
1861
- class="pf-v5-c-dropdown__menu-item"
1861
+ class="pf-v6-c-dropdown__menu-item"
1862
1862
  role="menuitem"
1863
1863
  href="#"
1864
1864
  >Separated link</a>
@@ -1867,50 +1867,50 @@ cssPrefix: pf-v5-c-notification-drawer
1867
1867
  </div>
1868
1868
  </div>
1869
1869
  <div
1870
- class="pf-v5-c-notification-drawer__list-item-description"
1870
+ class="pf-v6-c-notification-drawer__list-item-description"
1871
1871
  >This example uses ".pf-m-truncate" and sets "--pf-v5-c-notification-drawer__list-item-header-title--max-lines: 2" to limit title to two lines and truncate any overflow text with ellipses.</div>
1872
1872
  <div
1873
- class="pf-v5-c-notification-drawer__list-item-timestamp"
1873
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
1874
1874
  >50 minutes ago</div>
1875
1875
  </li>
1876
1876
  </ul>
1877
1877
  </section>
1878
- <section class="pf-v5-c-notification-drawer__group">
1878
+ <section class="pf-v6-c-notification-drawer__group">
1879
1879
  <h1>
1880
1880
  <button
1881
- class="pf-v5-c-notification-drawer__group-toggle"
1881
+ class="pf-v6-c-notification-drawer__group-toggle"
1882
1882
  aria-expanded="false"
1883
1883
  >
1884
1884
  <div
1885
- class="pf-v5-c-notification-drawer__group-toggle-title"
1885
+ class="pf-v6-c-notification-drawer__group-toggle-title"
1886
1886
  >Third notification group</div>
1887
- <div class="pf-v5-c-notification-drawer__group-toggle-count">
1888
- <span class="pf-v5-c-badge pf-m-unread">3</span>
1887
+ <div class="pf-v6-c-notification-drawer__group-toggle-count">
1888
+ <span class="pf-v6-c-badge pf-m-unread">3</span>
1889
1889
  </div>
1890
- <span class="pf-v5-c-notification-drawer__group-toggle-icon">
1890
+ <span class="pf-v6-c-notification-drawer__group-toggle-icon">
1891
1891
  <i class="fas fa-angle-right" aria-hidden="true"></i>
1892
1892
  </span>
1893
1893
  </button>
1894
1894
  </h1>
1895
- <ul class="pf-v5-c-notification-drawer__list" role="list" hidden>
1895
+ <ul class="pf-v6-c-notification-drawer__list" role="list" hidden>
1896
1896
  <li
1897
- class="pf-v5-c-notification-drawer__list-item pf-m-hoverable pf-m-info"
1897
+ class="pf-v6-c-notification-drawer__list-item pf-m-hoverable pf-m-info"
1898
1898
  tabindex="0"
1899
1899
  >
1900
- <div class="pf-v5-c-notification-drawer__list-item-header">
1901
- <span class="pf-v5-c-notification-drawer__list-item-header-icon">
1900
+ <div class="pf-v6-c-notification-drawer__list-item-header">
1901
+ <span class="pf-v6-c-notification-drawer__list-item-header-icon">
1902
1902
  <i class="fas fa-info-circle" aria-hidden="true"></i>
1903
1903
  </span>
1904
- <h2 class="pf-v5-c-notification-drawer__list-item-header-title">
1905
- <span class="pf-v5-screen-reader">Info notification:</span>
1904
+ <h2 class="pf-v6-c-notification-drawer__list-item-header-title">
1905
+ <span class="pf-v6-screen-reader">Info notification:</span>
1906
1906
  Unread
1907
1907
  info notification title
1908
1908
  </h2>
1909
1909
  </div>
1910
- <div class="pf-v5-c-notification-drawer__list-item-action">
1911
- <div class="pf-v5-c-dropdown">
1910
+ <div class="pf-v6-c-notification-drawer__list-item-action">
1911
+ <div class="pf-v6-c-dropdown">
1912
1912
  <button
1913
- class="pf-v5-c-dropdown__toggle pf-m-plain"
1913
+ class="pf-v6-c-dropdown__toggle pf-m-plain"
1914
1914
  id="notification-drawer-groups-group3dropdown-kebab-1-button"
1915
1915
  aria-expanded="false"
1916
1916
  type="button"
@@ -1919,28 +1919,28 @@ cssPrefix: pf-v5-c-notification-drawer
1919
1919
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1920
1920
  </button>
1921
1921
  <ul
1922
- class="pf-v5-c-dropdown__menu pf-m-align-right"
1922
+ class="pf-v6-c-dropdown__menu pf-m-align-right"
1923
1923
  aria-labelledby="notification-drawer-groups-group3dropdown-kebab-1-button"
1924
1924
  hidden
1925
1925
  role="menu"
1926
1926
  >
1927
1927
  <li role="none">
1928
1928
  <a
1929
- class="pf-v5-c-dropdown__menu-item"
1929
+ class="pf-v6-c-dropdown__menu-item"
1930
1930
  role="menuitem"
1931
1931
  href="#"
1932
1932
  >Link</a>
1933
1933
  </li>
1934
1934
  <li role="none">
1935
1935
  <button
1936
- class="pf-v5-c-dropdown__menu-item"
1936
+ class="pf-v6-c-dropdown__menu-item"
1937
1937
  role="menuitem"
1938
1938
  type="button"
1939
1939
  >Action</button>
1940
1940
  </li>
1941
1941
  <li role="none">
1942
1942
  <a
1943
- class="pf-v5-c-dropdown__menu-item pf-m-disabled"
1943
+ class="pf-v6-c-dropdown__menu-item pf-m-disabled"
1944
1944
  role="menuitem"
1945
1945
  href="#"
1946
1946
  aria-disabled="true"
@@ -1949,16 +1949,16 @@ cssPrefix: pf-v5-c-notification-drawer
1949
1949
  </li>
1950
1950
  <li role="none">
1951
1951
  <button
1952
- class="pf-v5-c-dropdown__menu-item"
1952
+ class="pf-v6-c-dropdown__menu-item"
1953
1953
  role="menuitem"
1954
1954
  type="button"
1955
1955
  disabled
1956
1956
  >Disabled action</button>
1957
1957
  </li>
1958
- <li class="pf-v5-c-divider" role="separator"></li>
1958
+ <li class="pf-v6-c-divider" role="separator"></li>
1959
1959
  <li role="none">
1960
1960
  <a
1961
- class="pf-v5-c-dropdown__menu-item"
1961
+ class="pf-v6-c-dropdown__menu-item"
1962
1962
  role="menuitem"
1963
1963
  href="#"
1964
1964
  >Separated link</a>
@@ -1967,31 +1967,31 @@ cssPrefix: pf-v5-c-notification-drawer
1967
1967
  </div>
1968
1968
  </div>
1969
1969
  <div
1970
- class="pf-v5-c-notification-drawer__list-item-description"
1970
+ class="pf-v6-c-notification-drawer__list-item-description"
1971
1971
  >This is an info notification description.</div>
1972
1972
  <div
1973
- class="pf-v5-c-notification-drawer__list-item-timestamp"
1973
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
1974
1974
  >5 minutes ago</div>
1975
1975
  </li>
1976
1976
 
1977
1977
  <li
1978
- class="pf-v5-c-notification-drawer__list-item pf-m-hoverable pf-m-custom"
1978
+ class="pf-v6-c-notification-drawer__list-item pf-m-hoverable pf-m-custom"
1979
1979
  tabindex="0"
1980
1980
  >
1981
- <div class="pf-v5-c-notification-drawer__list-item-header">
1982
- <span class="pf-v5-c-notification-drawer__list-item-header-icon">
1981
+ <div class="pf-v6-c-notification-drawer__list-item-header">
1982
+ <span class="pf-v6-c-notification-drawer__list-item-header-icon">
1983
1983
  <i class="fas fa-arrow-circle-up" aria-hidden="true"></i>
1984
1984
  </span>
1985
- <h2 class="pf-v5-c-notification-drawer__list-item-header-title">
1986
- <span class="pf-v5-screen-reader">Custom notification:</span>
1985
+ <h2 class="pf-v6-c-notification-drawer__list-item-header-title">
1986
+ <span class="pf-v6-screen-reader">Custom notification:</span>
1987
1987
  Unread
1988
1988
  recommendation notification title. This is a long title to show how the title will wrap if it is long and wraps to multiple lines.
1989
1989
  </h2>
1990
1990
  </div>
1991
- <div class="pf-v5-c-notification-drawer__list-item-action">
1992
- <div class="pf-v5-c-dropdown">
1991
+ <div class="pf-v6-c-notification-drawer__list-item-action">
1992
+ <div class="pf-v6-c-dropdown">
1993
1993
  <button
1994
- class="pf-v5-c-dropdown__toggle pf-m-plain"
1994
+ class="pf-v6-c-dropdown__toggle pf-m-plain"
1995
1995
  id="notification-drawer-groups-group3dropdown-kebab-2-button"
1996
1996
  aria-expanded="false"
1997
1997
  type="button"
@@ -2000,28 +2000,28 @@ cssPrefix: pf-v5-c-notification-drawer
2000
2000
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2001
2001
  </button>
2002
2002
  <ul
2003
- class="pf-v5-c-dropdown__menu pf-m-align-right"
2003
+ class="pf-v6-c-dropdown__menu pf-m-align-right"
2004
2004
  aria-labelledby="notification-drawer-groups-group3dropdown-kebab-2-button"
2005
2005
  hidden
2006
2006
  role="menu"
2007
2007
  >
2008
2008
  <li role="none">
2009
2009
  <a
2010
- class="pf-v5-c-dropdown__menu-item"
2010
+ class="pf-v6-c-dropdown__menu-item"
2011
2011
  role="menuitem"
2012
2012
  href="#"
2013
2013
  >Link</a>
2014
2014
  </li>
2015
2015
  <li role="none">
2016
2016
  <button
2017
- class="pf-v5-c-dropdown__menu-item"
2017
+ class="pf-v6-c-dropdown__menu-item"
2018
2018
  role="menuitem"
2019
2019
  type="button"
2020
2020
  >Action</button>
2021
2021
  </li>
2022
2022
  <li role="none">
2023
2023
  <a
2024
- class="pf-v5-c-dropdown__menu-item pf-m-disabled"
2024
+ class="pf-v6-c-dropdown__menu-item pf-m-disabled"
2025
2025
  role="menuitem"
2026
2026
  href="#"
2027
2027
  aria-disabled="true"
@@ -2030,16 +2030,16 @@ cssPrefix: pf-v5-c-notification-drawer
2030
2030
  </li>
2031
2031
  <li role="none">
2032
2032
  <button
2033
- class="pf-v5-c-dropdown__menu-item"
2033
+ class="pf-v6-c-dropdown__menu-item"
2034
2034
  role="menuitem"
2035
2035
  type="button"
2036
2036
  disabled
2037
2037
  >Disabled action</button>
2038
2038
  </li>
2039
- <li class="pf-v5-c-divider" role="separator"></li>
2039
+ <li class="pf-v6-c-divider" role="separator"></li>
2040
2040
  <li role="none">
2041
2041
  <a
2042
- class="pf-v5-c-dropdown__menu-item"
2042
+ class="pf-v6-c-dropdown__menu-item"
2043
2043
  role="menuitem"
2044
2044
  href="#"
2045
2045
  >Separated link</a>
@@ -2048,31 +2048,31 @@ cssPrefix: pf-v5-c-notification-drawer
2048
2048
  </div>
2049
2049
  </div>
2050
2050
  <div
2051
- class="pf-v5-c-notification-drawer__list-item-description"
2051
+ class="pf-v6-c-notification-drawer__list-item-description"
2052
2052
  >This is a recommendation notification description. This is a long description to show how the title will wrap if it is long and wraps to multiple lines.</div>
2053
2053
  <div
2054
- class="pf-v5-c-notification-drawer__list-item-timestamp"
2054
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
2055
2055
  >10 minutes ago</div>
2056
2056
  </li>
2057
2057
 
2058
2058
  <li
2059
- class="pf-v5-c-notification-drawer__list-item pf-m-hoverable pf-m-custom"
2059
+ class="pf-v6-c-notification-drawer__list-item pf-m-hoverable pf-m-custom"
2060
2060
  tabindex="0"
2061
2061
  >
2062
- <div class="pf-v5-c-notification-drawer__list-item-header">
2063
- <span class="pf-v5-c-notification-drawer__list-item-header-icon">
2062
+ <div class="pf-v6-c-notification-drawer__list-item-header">
2063
+ <span class="pf-v6-c-notification-drawer__list-item-header-icon">
2064
2064
  <i class="fas fa-arrow-circle-up" aria-hidden="true"></i>
2065
2065
  </span>
2066
- <h2 class="pf-v5-c-notification-drawer__list-item-header-title">
2067
- <span class="pf-v5-screen-reader">Custom notification:</span>
2066
+ <h2 class="pf-v6-c-notification-drawer__list-item-header-title">
2067
+ <span class="pf-v6-screen-reader">Custom notification:</span>
2068
2068
  Unread
2069
2069
  recommendation notification title. This is a long title to show how the title will wrap if it is long and wraps to multiple lines.
2070
2070
  </h2>
2071
2071
  </div>
2072
- <div class="pf-v5-c-notification-drawer__list-item-action">
2073
- <div class="pf-v5-c-dropdown">
2072
+ <div class="pf-v6-c-notification-drawer__list-item-action">
2073
+ <div class="pf-v6-c-dropdown">
2074
2074
  <button
2075
- class="pf-v5-c-dropdown__toggle pf-m-plain"
2075
+ class="pf-v6-c-dropdown__toggle pf-m-plain"
2076
2076
  id="notification-drawer-groups-group3dropdown-kebab-3-button"
2077
2077
  aria-expanded="false"
2078
2078
  type="button"
@@ -2081,28 +2081,28 @@ cssPrefix: pf-v5-c-notification-drawer
2081
2081
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2082
2082
  </button>
2083
2083
  <ul
2084
- class="pf-v5-c-dropdown__menu pf-m-align-right"
2084
+ class="pf-v6-c-dropdown__menu pf-m-align-right"
2085
2085
  aria-labelledby="notification-drawer-groups-group3dropdown-kebab-3-button"
2086
2086
  hidden
2087
2087
  role="menu"
2088
2088
  >
2089
2089
  <li role="none">
2090
2090
  <a
2091
- class="pf-v5-c-dropdown__menu-item"
2091
+ class="pf-v6-c-dropdown__menu-item"
2092
2092
  role="menuitem"
2093
2093
  href="#"
2094
2094
  >Link</a>
2095
2095
  </li>
2096
2096
  <li role="none">
2097
2097
  <button
2098
- class="pf-v5-c-dropdown__menu-item"
2098
+ class="pf-v6-c-dropdown__menu-item"
2099
2099
  role="menuitem"
2100
2100
  type="button"
2101
2101
  >Action</button>
2102
2102
  </li>
2103
2103
  <li role="none">
2104
2104
  <a
2105
- class="pf-v5-c-dropdown__menu-item pf-m-disabled"
2105
+ class="pf-v6-c-dropdown__menu-item pf-m-disabled"
2106
2106
  role="menuitem"
2107
2107
  href="#"
2108
2108
  aria-disabled="true"
@@ -2111,16 +2111,16 @@ cssPrefix: pf-v5-c-notification-drawer
2111
2111
  </li>
2112
2112
  <li role="none">
2113
2113
  <button
2114
- class="pf-v5-c-dropdown__menu-item"
2114
+ class="pf-v6-c-dropdown__menu-item"
2115
2115
  role="menuitem"
2116
2116
  type="button"
2117
2117
  disabled
2118
2118
  >Disabled action</button>
2119
2119
  </li>
2120
- <li class="pf-v5-c-divider" role="separator"></li>
2120
+ <li class="pf-v6-c-divider" role="separator"></li>
2121
2121
  <li role="none">
2122
2122
  <a
2123
- class="pf-v5-c-dropdown__menu-item"
2123
+ class="pf-v6-c-dropdown__menu-item"
2124
2124
  role="menuitem"
2125
2125
  href="#"
2126
2126
  >Separated link</a>
@@ -2129,28 +2129,28 @@ cssPrefix: pf-v5-c-notification-drawer
2129
2129
  </div>
2130
2130
  </div>
2131
2131
  <div
2132
- class="pf-v5-c-notification-drawer__list-item-description"
2132
+ class="pf-v6-c-notification-drawer__list-item-description"
2133
2133
  >This is a recommendation notification description. This is a long description to show how the title will wrap if it is long and wraps to multiple lines.</div>
2134
2134
  <div
2135
- class="pf-v5-c-notification-drawer__list-item-timestamp"
2135
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
2136
2136
  >20 minutes ago</div>
2137
2137
  </li>
2138
2138
  <li
2139
- class="pf-v5-c-notification-drawer__list-item pf-m-read pf-m-warning pf-m-hoverable"
2139
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-warning pf-m-hoverable"
2140
2140
  >
2141
- <div class="pf-v5-c-notification-drawer__list-item-header">
2142
- <span class="pf-v5-c-notification-drawer__list-item-header-icon">
2141
+ <div class="pf-v6-c-notification-drawer__list-item-header">
2142
+ <span class="pf-v6-c-notification-drawer__list-item-header-icon">
2143
2143
  <i class="fas fa-exclamation-triangle" aria-hidden="true"></i>
2144
2144
  </span>
2145
- <h2 class="pf-v5-c-notification-drawer__list-item-header-title">
2146
- <span class="pf-v5-screen-reader">Warning notification:</span>
2145
+ <h2 class="pf-v6-c-notification-drawer__list-item-header-title">
2146
+ <span class="pf-v6-screen-reader">Warning notification:</span>
2147
2147
  Read warning notification title
2148
2148
  </h2>
2149
2149
  </div>
2150
- <div class="pf-v5-c-notification-drawer__list-item-action">
2151
- <div class="pf-v5-c-dropdown pf-m-top">
2150
+ <div class="pf-v6-c-notification-drawer__list-item-action">
2151
+ <div class="pf-v6-c-dropdown pf-m-top">
2152
2152
  <button
2153
- class="pf-v5-c-dropdown__toggle pf-m-plain"
2153
+ class="pf-v6-c-dropdown__toggle pf-m-plain"
2154
2154
  id="notification-drawer-groups-group3dropdown-kebab-4-button"
2155
2155
  aria-expanded="false"
2156
2156
  type="button"
@@ -2159,28 +2159,28 @@ cssPrefix: pf-v5-c-notification-drawer
2159
2159
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2160
2160
  </button>
2161
2161
  <ul
2162
- class="pf-v5-c-dropdown__menu pf-m-align-right"
2162
+ class="pf-v6-c-dropdown__menu pf-m-align-right"
2163
2163
  aria-labelledby="notification-drawer-groups-group3dropdown-kebab-4-button"
2164
2164
  hidden
2165
2165
  role="menu"
2166
2166
  >
2167
2167
  <li role="none">
2168
2168
  <a
2169
- class="pf-v5-c-dropdown__menu-item"
2169
+ class="pf-v6-c-dropdown__menu-item"
2170
2170
  role="menuitem"
2171
2171
  href="#"
2172
2172
  >Link</a>
2173
2173
  </li>
2174
2174
  <li role="none">
2175
2175
  <button
2176
- class="pf-v5-c-dropdown__menu-item"
2176
+ class="pf-v6-c-dropdown__menu-item"
2177
2177
  role="menuitem"
2178
2178
  type="button"
2179
2179
  >Action</button>
2180
2180
  </li>
2181
2181
  <li role="none">
2182
2182
  <a
2183
- class="pf-v5-c-dropdown__menu-item pf-m-disabled"
2183
+ class="pf-v6-c-dropdown__menu-item pf-m-disabled"
2184
2184
  role="menuitem"
2185
2185
  href="#"
2186
2186
  aria-disabled="true"
@@ -2189,16 +2189,16 @@ cssPrefix: pf-v5-c-notification-drawer
2189
2189
  </li>
2190
2190
  <li role="none">
2191
2191
  <button
2192
- class="pf-v5-c-dropdown__menu-item"
2192
+ class="pf-v6-c-dropdown__menu-item"
2193
2193
  role="menuitem"
2194
2194
  type="button"
2195
2195
  disabled
2196
2196
  >Disabled action</button>
2197
2197
  </li>
2198
- <li class="pf-v5-c-divider" role="separator"></li>
2198
+ <li class="pf-v6-c-divider" role="separator"></li>
2199
2199
  <li role="none">
2200
2200
  <a
2201
- class="pf-v5-c-dropdown__menu-item"
2201
+ class="pf-v6-c-dropdown__menu-item"
2202
2202
  role="menuitem"
2203
2203
  href="#"
2204
2204
  >Separated link</a>
@@ -2207,28 +2207,28 @@ cssPrefix: pf-v5-c-notification-drawer
2207
2207
  </div>
2208
2208
  </div>
2209
2209
  <div
2210
- class="pf-v5-c-notification-drawer__list-item-description"
2210
+ class="pf-v6-c-notification-drawer__list-item-description"
2211
2211
  >This is a warning notification description.</div>
2212
2212
  <div
2213
- class="pf-v5-c-notification-drawer__list-item-timestamp"
2213
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
2214
2214
  >20 minutes ago</div>
2215
2215
  </li>
2216
2216
  <li
2217
- class="pf-v5-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
2217
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
2218
2218
  >
2219
- <div class="pf-v5-c-notification-drawer__list-item-header">
2220
- <span class="pf-v5-c-notification-drawer__list-item-header-icon">
2219
+ <div class="pf-v6-c-notification-drawer__list-item-header">
2220
+ <span class="pf-v6-c-notification-drawer__list-item-header-icon">
2221
2221
  <i class="fas fa-check-circle" aria-hidden="true"></i>
2222
2222
  </span>
2223
- <h2 class="pf-v5-c-notification-drawer__list-item-header-title">
2224
- <span class="pf-v5-screen-reader">Success notification:</span>
2223
+ <h2 class="pf-v6-c-notification-drawer__list-item-header-title">
2224
+ <span class="pf-v6-screen-reader">Success notification:</span>
2225
2225
  Read success notification title
2226
2226
  </h2>
2227
2227
  </div>
2228
- <div class="pf-v5-c-notification-drawer__list-item-action">
2229
- <div class="pf-v5-c-dropdown pf-m-top">
2228
+ <div class="pf-v6-c-notification-drawer__list-item-action">
2229
+ <div class="pf-v6-c-dropdown pf-m-top">
2230
2230
  <button
2231
- class="pf-v5-c-dropdown__toggle pf-m-plain"
2231
+ class="pf-v6-c-dropdown__toggle pf-m-plain"
2232
2232
  id="notification-drawer-groups-group3dropdown-kebab-5-button"
2233
2233
  aria-expanded="false"
2234
2234
  type="button"
@@ -2237,28 +2237,28 @@ cssPrefix: pf-v5-c-notification-drawer
2237
2237
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2238
2238
  </button>
2239
2239
  <ul
2240
- class="pf-v5-c-dropdown__menu pf-m-align-right"
2240
+ class="pf-v6-c-dropdown__menu pf-m-align-right"
2241
2241
  aria-labelledby="notification-drawer-groups-group3dropdown-kebab-5-button"
2242
2242
  hidden
2243
2243
  role="menu"
2244
2244
  >
2245
2245
  <li role="none">
2246
2246
  <a
2247
- class="pf-v5-c-dropdown__menu-item"
2247
+ class="pf-v6-c-dropdown__menu-item"
2248
2248
  role="menuitem"
2249
2249
  href="#"
2250
2250
  >Link</a>
2251
2251
  </li>
2252
2252
  <li role="none">
2253
2253
  <button
2254
- class="pf-v5-c-dropdown__menu-item"
2254
+ class="pf-v6-c-dropdown__menu-item"
2255
2255
  role="menuitem"
2256
2256
  type="button"
2257
2257
  >Action</button>
2258
2258
  </li>
2259
2259
  <li role="none">
2260
2260
  <a
2261
- class="pf-v5-c-dropdown__menu-item pf-m-disabled"
2261
+ class="pf-v6-c-dropdown__menu-item pf-m-disabled"
2262
2262
  role="menuitem"
2263
2263
  href="#"
2264
2264
  aria-disabled="true"
@@ -2267,16 +2267,16 @@ cssPrefix: pf-v5-c-notification-drawer
2267
2267
  </li>
2268
2268
  <li role="none">
2269
2269
  <button
2270
- class="pf-v5-c-dropdown__menu-item"
2270
+ class="pf-v6-c-dropdown__menu-item"
2271
2271
  role="menuitem"
2272
2272
  type="button"
2273
2273
  disabled
2274
2274
  >Disabled action</button>
2275
2275
  </li>
2276
- <li class="pf-v5-c-divider" role="separator"></li>
2276
+ <li class="pf-v6-c-divider" role="separator"></li>
2277
2277
  <li role="none">
2278
2278
  <a
2279
- class="pf-v5-c-dropdown__menu-item"
2279
+ class="pf-v6-c-dropdown__menu-item"
2280
2280
  role="menuitem"
2281
2281
  href="#"
2282
2282
  >Separated link</a>
@@ -2285,30 +2285,30 @@ cssPrefix: pf-v5-c-notification-drawer
2285
2285
  </div>
2286
2286
  </div>
2287
2287
  <div
2288
- class="pf-v5-c-notification-drawer__list-item-description"
2288
+ class="pf-v6-c-notification-drawer__list-item-description"
2289
2289
  >This is a success notification description.</div>
2290
2290
  <div
2291
- class="pf-v5-c-notification-drawer__list-item-timestamp"
2291
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
2292
2292
  >30 minutes ago</div>
2293
2293
  </li>
2294
2294
  <li
2295
- class="pf-v5-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
2295
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
2296
2296
  >
2297
- <div class="pf-v5-c-notification-drawer__list-item-header">
2298
- <span class="pf-v5-c-notification-drawer__list-item-header-icon">
2297
+ <div class="pf-v6-c-notification-drawer__list-item-header">
2298
+ <span class="pf-v6-c-notification-drawer__list-item-header-icon">
2299
2299
  <i class="fas fa-check-circle" aria-hidden="true"></i>
2300
2300
  </span>
2301
2301
  <h2
2302
- class="pf-v5-c-notification-drawer__list-item-header-title pf-m-truncate"
2302
+ class="pf-v6-c-notification-drawer__list-item-header-title pf-m-truncate"
2303
2303
  >
2304
- <span class="pf-v5-screen-reader">Success notification:</span>
2304
+ <span class="pf-v6-screen-reader">Success notification:</span>
2305
2305
  Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent quis odio risus. Ut dictum vitae sapien at posuere. Nullam suscipit massa quis lacus pellentesque scelerisque. Donec non maximus neque, quis ornare nunc. Vivamus in nibh sed libero feugiat feugiat. Nulla lacinia rutrum est, a commodo odio vestibulum suscipit. Nullam id quam et quam porttitor interdum quis nec tellus. Vestibulum arcu dui, pulvinar eu tellus in, semper mattis diam. Sed commodo tincidunt lacus non pulvinar. Curabitur tempor molestie vestibulum. Vivamus vel mi dignissim, efficitur neque eget, efficitur massa. Mauris vitae nunc augue. Donec augue lorem, malesuada et quam vitae, volutpat mattis nisi. Nullam nec venenatis ex, quis lobortis purus. Sed nisl dolor, mattis sit amet tincidunt quis, mollis sed massa.
2306
2306
  </h2>
2307
2307
  </div>
2308
- <div class="pf-v5-c-notification-drawer__list-item-action">
2309
- <div class="pf-v5-c-dropdown pf-m-top">
2308
+ <div class="pf-v6-c-notification-drawer__list-item-action">
2309
+ <div class="pf-v6-c-dropdown pf-m-top">
2310
2310
  <button
2311
- class="pf-v5-c-dropdown__toggle pf-m-plain"
2311
+ class="pf-v6-c-dropdown__toggle pf-m-plain"
2312
2312
  id="notification-drawer-groups-group3dropdown-kebab-6-button"
2313
2313
  aria-expanded="false"
2314
2314
  type="button"
@@ -2317,28 +2317,28 @@ cssPrefix: pf-v5-c-notification-drawer
2317
2317
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2318
2318
  </button>
2319
2319
  <ul
2320
- class="pf-v5-c-dropdown__menu pf-m-align-right"
2320
+ class="pf-v6-c-dropdown__menu pf-m-align-right"
2321
2321
  aria-labelledby="notification-drawer-groups-group3dropdown-kebab-6-button"
2322
2322
  hidden
2323
2323
  role="menu"
2324
2324
  >
2325
2325
  <li role="none">
2326
2326
  <a
2327
- class="pf-v5-c-dropdown__menu-item"
2327
+ class="pf-v6-c-dropdown__menu-item"
2328
2328
  role="menuitem"
2329
2329
  href="#"
2330
2330
  >Link</a>
2331
2331
  </li>
2332
2332
  <li role="none">
2333
2333
  <button
2334
- class="pf-v5-c-dropdown__menu-item"
2334
+ class="pf-v6-c-dropdown__menu-item"
2335
2335
  role="menuitem"
2336
2336
  type="button"
2337
2337
  >Action</button>
2338
2338
  </li>
2339
2339
  <li role="none">
2340
2340
  <a
2341
- class="pf-v5-c-dropdown__menu-item pf-m-disabled"
2341
+ class="pf-v6-c-dropdown__menu-item pf-m-disabled"
2342
2342
  role="menuitem"
2343
2343
  href="#"
2344
2344
  aria-disabled="true"
@@ -2347,16 +2347,16 @@ cssPrefix: pf-v5-c-notification-drawer
2347
2347
  </li>
2348
2348
  <li role="none">
2349
2349
  <button
2350
- class="pf-v5-c-dropdown__menu-item"
2350
+ class="pf-v6-c-dropdown__menu-item"
2351
2351
  role="menuitem"
2352
2352
  type="button"
2353
2353
  disabled
2354
2354
  >Disabled action</button>
2355
2355
  </li>
2356
- <li class="pf-v5-c-divider" role="separator"></li>
2356
+ <li class="pf-v6-c-divider" role="separator"></li>
2357
2357
  <li role="none">
2358
2358
  <a
2359
- class="pf-v5-c-dropdown__menu-item"
2359
+ class="pf-v6-c-dropdown__menu-item"
2360
2360
  role="menuitem"
2361
2361
  href="#"
2362
2362
  >Separated link</a>
@@ -2365,31 +2365,31 @@ cssPrefix: pf-v5-c-notification-drawer
2365
2365
  </div>
2366
2366
  </div>
2367
2367
  <div
2368
- class="pf-v5-c-notification-drawer__list-item-description"
2368
+ class="pf-v6-c-notification-drawer__list-item-description"
2369
2369
  >This example uses ".pf-m-truncate" to limit the title to a single line and truncate any overflow text with ellipses.</div>
2370
2370
  <div
2371
- class="pf-v5-c-notification-drawer__list-item-timestamp"
2371
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
2372
2372
  >40 minutes ago</div>
2373
2373
  </li>
2374
2374
  <li
2375
- class="pf-v5-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
2375
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
2376
2376
  >
2377
- <div class="pf-v5-c-notification-drawer__list-item-header">
2378
- <span class="pf-v5-c-notification-drawer__list-item-header-icon">
2377
+ <div class="pf-v6-c-notification-drawer__list-item-header">
2378
+ <span class="pf-v6-c-notification-drawer__list-item-header-icon">
2379
2379
  <i class="fas fa-check-circle" aria-hidden="true"></i>
2380
2380
  </span>
2381
2381
  <h2
2382
- class="pf-v5-c-notification-drawer__list-item-header-title pf-m-truncate"
2382
+ class="pf-v6-c-notification-drawer__list-item-header-title pf-m-truncate"
2383
2383
  style="--pf-v5-c-notification-drawer__list-item-header-title--max-lines: 2"
2384
2384
  >
2385
- <span class="pf-v5-screen-reader">Success notification:</span>
2385
+ <span class="pf-v6-screen-reader">Success notification:</span>
2386
2386
  Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent quis odio risus. Ut dictum vitae sapien at posuere. Nullam suscipit massa quis lacus pellentesque scelerisque. Donec non maximus neque, quis ornare nunc. Vivamus in nibh sed libero feugiat feugiat. Nulla lacinia rutrum est, a commodo odio vestibulum suscipit. Nullam id quam et quam porttitor interdum quis nec tellus. Vestibulum arcu dui, pulvinar eu tellus in, semper mattis diam. Sed commodo tincidunt lacus non pulvinar. Curabitur tempor molestie vestibulum. Vivamus vel mi dignissim, efficitur neque eget, efficitur massa. Mauris vitae nunc augue. Donec augue lorem, malesuada et quam vitae, volutpat mattis nisi. Nullam nec venenatis ex, quis lobortis purus. Sed nisl dolor, mattis sit amet tincidunt quis, mollis sed massa.
2387
2387
  </h2>
2388
2388
  </div>
2389
- <div class="pf-v5-c-notification-drawer__list-item-action">
2390
- <div class="pf-v5-c-dropdown pf-m-top">
2389
+ <div class="pf-v6-c-notification-drawer__list-item-action">
2390
+ <div class="pf-v6-c-dropdown pf-m-top">
2391
2391
  <button
2392
- class="pf-v5-c-dropdown__toggle pf-m-plain"
2392
+ class="pf-v6-c-dropdown__toggle pf-m-plain"
2393
2393
  id="notification-drawer-groups-group3dropdown-kebab-7-button"
2394
2394
  aria-expanded="false"
2395
2395
  type="button"
@@ -2398,28 +2398,28 @@ cssPrefix: pf-v5-c-notification-drawer
2398
2398
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2399
2399
  </button>
2400
2400
  <ul
2401
- class="pf-v5-c-dropdown__menu pf-m-align-right"
2401
+ class="pf-v6-c-dropdown__menu pf-m-align-right"
2402
2402
  aria-labelledby="notification-drawer-groups-group3dropdown-kebab-7-button"
2403
2403
  hidden
2404
2404
  role="menu"
2405
2405
  >
2406
2406
  <li role="none">
2407
2407
  <a
2408
- class="pf-v5-c-dropdown__menu-item"
2408
+ class="pf-v6-c-dropdown__menu-item"
2409
2409
  role="menuitem"
2410
2410
  href="#"
2411
2411
  >Link</a>
2412
2412
  </li>
2413
2413
  <li role="none">
2414
2414
  <button
2415
- class="pf-v5-c-dropdown__menu-item"
2415
+ class="pf-v6-c-dropdown__menu-item"
2416
2416
  role="menuitem"
2417
2417
  type="button"
2418
2418
  >Action</button>
2419
2419
  </li>
2420
2420
  <li role="none">
2421
2421
  <a
2422
- class="pf-v5-c-dropdown__menu-item pf-m-disabled"
2422
+ class="pf-v6-c-dropdown__menu-item pf-m-disabled"
2423
2423
  role="menuitem"
2424
2424
  href="#"
2425
2425
  aria-disabled="true"
@@ -2428,16 +2428,16 @@ cssPrefix: pf-v5-c-notification-drawer
2428
2428
  </li>
2429
2429
  <li role="none">
2430
2430
  <button
2431
- class="pf-v5-c-dropdown__menu-item"
2431
+ class="pf-v6-c-dropdown__menu-item"
2432
2432
  role="menuitem"
2433
2433
  type="button"
2434
2434
  disabled
2435
2435
  >Disabled action</button>
2436
2436
  </li>
2437
- <li class="pf-v5-c-divider" role="separator"></li>
2437
+ <li class="pf-v6-c-divider" role="separator"></li>
2438
2438
  <li role="none">
2439
2439
  <a
2440
- class="pf-v5-c-dropdown__menu-item"
2440
+ class="pf-v6-c-dropdown__menu-item"
2441
2441
  role="menuitem"
2442
2442
  href="#"
2443
2443
  >Separated link</a>
@@ -2446,50 +2446,50 @@ cssPrefix: pf-v5-c-notification-drawer
2446
2446
  </div>
2447
2447
  </div>
2448
2448
  <div
2449
- class="pf-v5-c-notification-drawer__list-item-description"
2449
+ class="pf-v6-c-notification-drawer__list-item-description"
2450
2450
  >This example uses ".pf-m-truncate" and sets "--pf-v5-c-notification-drawer__list-item-header-title--max-lines: 2" to limit title to two lines and truncate any overflow text with ellipses.</div>
2451
2451
  <div
2452
- class="pf-v5-c-notification-drawer__list-item-timestamp"
2452
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
2453
2453
  >50 minutes ago</div>
2454
2454
  </li>
2455
2455
  </ul>
2456
2456
  </section>
2457
- <section class="pf-v5-c-notification-drawer__group">
2457
+ <section class="pf-v6-c-notification-drawer__group">
2458
2458
  <h1>
2459
2459
  <button
2460
- class="pf-v5-c-notification-drawer__group-toggle"
2460
+ class="pf-v6-c-notification-drawer__group-toggle"
2461
2461
  aria-expanded="false"
2462
2462
  >
2463
2463
  <div
2464
- class="pf-v5-c-notification-drawer__group-toggle-title"
2464
+ class="pf-v6-c-notification-drawer__group-toggle-title"
2465
2465
  >Fourth notification group</div>
2466
- <div class="pf-v5-c-notification-drawer__group-toggle-count">
2467
- <span class="pf-v5-c-badge pf-m-unread">2</span>
2466
+ <div class="pf-v6-c-notification-drawer__group-toggle-count">
2467
+ <span class="pf-v6-c-badge pf-m-unread">2</span>
2468
2468
  </div>
2469
- <span class="pf-v5-c-notification-drawer__group-toggle-icon">
2469
+ <span class="pf-v6-c-notification-drawer__group-toggle-icon">
2470
2470
  <i class="fas fa-angle-right" aria-hidden="true"></i>
2471
2471
  </span>
2472
2472
  </button>
2473
2473
  </h1>
2474
- <ul class="pf-v5-c-notification-drawer__list" role="list" hidden>
2474
+ <ul class="pf-v6-c-notification-drawer__list" role="list" hidden>
2475
2475
  <li
2476
- class="pf-v5-c-notification-drawer__list-item pf-m-hoverable pf-m-info"
2476
+ class="pf-v6-c-notification-drawer__list-item pf-m-hoverable pf-m-info"
2477
2477
  tabindex="0"
2478
2478
  >
2479
- <div class="pf-v5-c-notification-drawer__list-item-header">
2480
- <span class="pf-v5-c-notification-drawer__list-item-header-icon">
2479
+ <div class="pf-v6-c-notification-drawer__list-item-header">
2480
+ <span class="pf-v6-c-notification-drawer__list-item-header-icon">
2481
2481
  <i class="fas fa-info-circle" aria-hidden="true"></i>
2482
2482
  </span>
2483
- <h2 class="pf-v5-c-notification-drawer__list-item-header-title">
2484
- <span class="pf-v5-screen-reader">Info notification:</span>
2483
+ <h2 class="pf-v6-c-notification-drawer__list-item-header-title">
2484
+ <span class="pf-v6-screen-reader">Info notification:</span>
2485
2485
  Unread
2486
2486
  info notification title
2487
2487
  </h2>
2488
2488
  </div>
2489
- <div class="pf-v5-c-notification-drawer__list-item-action">
2490
- <div class="pf-v5-c-dropdown">
2489
+ <div class="pf-v6-c-notification-drawer__list-item-action">
2490
+ <div class="pf-v6-c-dropdown">
2491
2491
  <button
2492
- class="pf-v5-c-dropdown__toggle pf-m-plain"
2492
+ class="pf-v6-c-dropdown__toggle pf-m-plain"
2493
2493
  id="notification-drawer-groups-group4dropdown-kebab-1-button"
2494
2494
  aria-expanded="false"
2495
2495
  type="button"
@@ -2498,28 +2498,28 @@ cssPrefix: pf-v5-c-notification-drawer
2498
2498
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2499
2499
  </button>
2500
2500
  <ul
2501
- class="pf-v5-c-dropdown__menu pf-m-align-right"
2501
+ class="pf-v6-c-dropdown__menu pf-m-align-right"
2502
2502
  aria-labelledby="notification-drawer-groups-group4dropdown-kebab-1-button"
2503
2503
  hidden
2504
2504
  role="menu"
2505
2505
  >
2506
2506
  <li role="none">
2507
2507
  <a
2508
- class="pf-v5-c-dropdown__menu-item"
2508
+ class="pf-v6-c-dropdown__menu-item"
2509
2509
  role="menuitem"
2510
2510
  href="#"
2511
2511
  >Link</a>
2512
2512
  </li>
2513
2513
  <li role="none">
2514
2514
  <button
2515
- class="pf-v5-c-dropdown__menu-item"
2515
+ class="pf-v6-c-dropdown__menu-item"
2516
2516
  role="menuitem"
2517
2517
  type="button"
2518
2518
  >Action</button>
2519
2519
  </li>
2520
2520
  <li role="none">
2521
2521
  <a
2522
- class="pf-v5-c-dropdown__menu-item pf-m-disabled"
2522
+ class="pf-v6-c-dropdown__menu-item pf-m-disabled"
2523
2523
  role="menuitem"
2524
2524
  href="#"
2525
2525
  aria-disabled="true"
@@ -2528,16 +2528,16 @@ cssPrefix: pf-v5-c-notification-drawer
2528
2528
  </li>
2529
2529
  <li role="none">
2530
2530
  <button
2531
- class="pf-v5-c-dropdown__menu-item"
2531
+ class="pf-v6-c-dropdown__menu-item"
2532
2532
  role="menuitem"
2533
2533
  type="button"
2534
2534
  disabled
2535
2535
  >Disabled action</button>
2536
2536
  </li>
2537
- <li class="pf-v5-c-divider" role="separator"></li>
2537
+ <li class="pf-v6-c-divider" role="separator"></li>
2538
2538
  <li role="none">
2539
2539
  <a
2540
- class="pf-v5-c-dropdown__menu-item"
2540
+ class="pf-v6-c-dropdown__menu-item"
2541
2541
  role="menuitem"
2542
2542
  href="#"
2543
2543
  >Separated link</a>
@@ -2546,31 +2546,31 @@ cssPrefix: pf-v5-c-notification-drawer
2546
2546
  </div>
2547
2547
  </div>
2548
2548
  <div
2549
- class="pf-v5-c-notification-drawer__list-item-description"
2549
+ class="pf-v6-c-notification-drawer__list-item-description"
2550
2550
  >This is an info notification description.</div>
2551
2551
  <div
2552
- class="pf-v5-c-notification-drawer__list-item-timestamp"
2552
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
2553
2553
  >5 minutes ago</div>
2554
2554
  </li>
2555
2555
 
2556
2556
  <li
2557
- class="pf-v5-c-notification-drawer__list-item pf-m-hoverable pf-m-custom"
2557
+ class="pf-v6-c-notification-drawer__list-item pf-m-hoverable pf-m-custom"
2558
2558
  tabindex="0"
2559
2559
  >
2560
- <div class="pf-v5-c-notification-drawer__list-item-header">
2561
- <span class="pf-v5-c-notification-drawer__list-item-header-icon">
2560
+ <div class="pf-v6-c-notification-drawer__list-item-header">
2561
+ <span class="pf-v6-c-notification-drawer__list-item-header-icon">
2562
2562
  <i class="fas fa-arrow-circle-up" aria-hidden="true"></i>
2563
2563
  </span>
2564
- <h2 class="pf-v5-c-notification-drawer__list-item-header-title">
2565
- <span class="pf-v5-screen-reader">Custom notification:</span>
2564
+ <h2 class="pf-v6-c-notification-drawer__list-item-header-title">
2565
+ <span class="pf-v6-screen-reader">Custom notification:</span>
2566
2566
  Unread
2567
2567
  recommendation notification title. This is a long title to show how the title will wrap if it is long and wraps to multiple lines.
2568
2568
  </h2>
2569
2569
  </div>
2570
- <div class="pf-v5-c-notification-drawer__list-item-action">
2571
- <div class="pf-v5-c-dropdown">
2570
+ <div class="pf-v6-c-notification-drawer__list-item-action">
2571
+ <div class="pf-v6-c-dropdown">
2572
2572
  <button
2573
- class="pf-v5-c-dropdown__toggle pf-m-plain"
2573
+ class="pf-v6-c-dropdown__toggle pf-m-plain"
2574
2574
  id="notification-drawer-groups-group4dropdown-kebab-2-button"
2575
2575
  aria-expanded="false"
2576
2576
  type="button"
@@ -2579,28 +2579,28 @@ cssPrefix: pf-v5-c-notification-drawer
2579
2579
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2580
2580
  </button>
2581
2581
  <ul
2582
- class="pf-v5-c-dropdown__menu pf-m-align-right"
2582
+ class="pf-v6-c-dropdown__menu pf-m-align-right"
2583
2583
  aria-labelledby="notification-drawer-groups-group4dropdown-kebab-2-button"
2584
2584
  hidden
2585
2585
  role="menu"
2586
2586
  >
2587
2587
  <li role="none">
2588
2588
  <a
2589
- class="pf-v5-c-dropdown__menu-item"
2589
+ class="pf-v6-c-dropdown__menu-item"
2590
2590
  role="menuitem"
2591
2591
  href="#"
2592
2592
  >Link</a>
2593
2593
  </li>
2594
2594
  <li role="none">
2595
2595
  <button
2596
- class="pf-v5-c-dropdown__menu-item"
2596
+ class="pf-v6-c-dropdown__menu-item"
2597
2597
  role="menuitem"
2598
2598
  type="button"
2599
2599
  >Action</button>
2600
2600
  </li>
2601
2601
  <li role="none">
2602
2602
  <a
2603
- class="pf-v5-c-dropdown__menu-item pf-m-disabled"
2603
+ class="pf-v6-c-dropdown__menu-item pf-m-disabled"
2604
2604
  role="menuitem"
2605
2605
  href="#"
2606
2606
  aria-disabled="true"
@@ -2609,16 +2609,16 @@ cssPrefix: pf-v5-c-notification-drawer
2609
2609
  </li>
2610
2610
  <li role="none">
2611
2611
  <button
2612
- class="pf-v5-c-dropdown__menu-item"
2612
+ class="pf-v6-c-dropdown__menu-item"
2613
2613
  role="menuitem"
2614
2614
  type="button"
2615
2615
  disabled
2616
2616
  >Disabled action</button>
2617
2617
  </li>
2618
- <li class="pf-v5-c-divider" role="separator"></li>
2618
+ <li class="pf-v6-c-divider" role="separator"></li>
2619
2619
  <li role="none">
2620
2620
  <a
2621
- class="pf-v5-c-dropdown__menu-item"
2621
+ class="pf-v6-c-dropdown__menu-item"
2622
2622
  role="menuitem"
2623
2623
  href="#"
2624
2624
  >Separated link</a>
@@ -2627,31 +2627,31 @@ cssPrefix: pf-v5-c-notification-drawer
2627
2627
  </div>
2628
2628
  </div>
2629
2629
  <div
2630
- class="pf-v5-c-notification-drawer__list-item-description"
2630
+ class="pf-v6-c-notification-drawer__list-item-description"
2631
2631
  >This is a recommendation notification description. This is a long description to show how the title will wrap if it is long and wraps to multiple lines.</div>
2632
2632
  <div
2633
- class="pf-v5-c-notification-drawer__list-item-timestamp"
2633
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
2634
2634
  >10 minutes ago</div>
2635
2635
  </li>
2636
2636
 
2637
2637
  <li
2638
- class="pf-v5-c-notification-drawer__list-item pf-m-hoverable pf-m-custom"
2638
+ class="pf-v6-c-notification-drawer__list-item pf-m-hoverable pf-m-custom"
2639
2639
  tabindex="0"
2640
2640
  >
2641
- <div class="pf-v5-c-notification-drawer__list-item-header">
2642
- <span class="pf-v5-c-notification-drawer__list-item-header-icon">
2641
+ <div class="pf-v6-c-notification-drawer__list-item-header">
2642
+ <span class="pf-v6-c-notification-drawer__list-item-header-icon">
2643
2643
  <i class="fas fa-arrow-circle-up" aria-hidden="true"></i>
2644
2644
  </span>
2645
- <h2 class="pf-v5-c-notification-drawer__list-item-header-title">
2646
- <span class="pf-v5-screen-reader">Custom notification:</span>
2645
+ <h2 class="pf-v6-c-notification-drawer__list-item-header-title">
2646
+ <span class="pf-v6-screen-reader">Custom notification:</span>
2647
2647
  Unread
2648
2648
  recommendation notification title. This is a long title to show how the title will wrap if it is long and wraps to multiple lines.
2649
2649
  </h2>
2650
2650
  </div>
2651
- <div class="pf-v5-c-notification-drawer__list-item-action">
2652
- <div class="pf-v5-c-dropdown">
2651
+ <div class="pf-v6-c-notification-drawer__list-item-action">
2652
+ <div class="pf-v6-c-dropdown">
2653
2653
  <button
2654
- class="pf-v5-c-dropdown__toggle pf-m-plain"
2654
+ class="pf-v6-c-dropdown__toggle pf-m-plain"
2655
2655
  id="notification-drawer-groups-group4dropdown-kebab-3-button"
2656
2656
  aria-expanded="false"
2657
2657
  type="button"
@@ -2660,28 +2660,28 @@ cssPrefix: pf-v5-c-notification-drawer
2660
2660
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2661
2661
  </button>
2662
2662
  <ul
2663
- class="pf-v5-c-dropdown__menu pf-m-align-right"
2663
+ class="pf-v6-c-dropdown__menu pf-m-align-right"
2664
2664
  aria-labelledby="notification-drawer-groups-group4dropdown-kebab-3-button"
2665
2665
  hidden
2666
2666
  role="menu"
2667
2667
  >
2668
2668
  <li role="none">
2669
2669
  <a
2670
- class="pf-v5-c-dropdown__menu-item"
2670
+ class="pf-v6-c-dropdown__menu-item"
2671
2671
  role="menuitem"
2672
2672
  href="#"
2673
2673
  >Link</a>
2674
2674
  </li>
2675
2675
  <li role="none">
2676
2676
  <button
2677
- class="pf-v5-c-dropdown__menu-item"
2677
+ class="pf-v6-c-dropdown__menu-item"
2678
2678
  role="menuitem"
2679
2679
  type="button"
2680
2680
  >Action</button>
2681
2681
  </li>
2682
2682
  <li role="none">
2683
2683
  <a
2684
- class="pf-v5-c-dropdown__menu-item pf-m-disabled"
2684
+ class="pf-v6-c-dropdown__menu-item pf-m-disabled"
2685
2685
  role="menuitem"
2686
2686
  href="#"
2687
2687
  aria-disabled="true"
@@ -2690,16 +2690,16 @@ cssPrefix: pf-v5-c-notification-drawer
2690
2690
  </li>
2691
2691
  <li role="none">
2692
2692
  <button
2693
- class="pf-v5-c-dropdown__menu-item"
2693
+ class="pf-v6-c-dropdown__menu-item"
2694
2694
  role="menuitem"
2695
2695
  type="button"
2696
2696
  disabled
2697
2697
  >Disabled action</button>
2698
2698
  </li>
2699
- <li class="pf-v5-c-divider" role="separator"></li>
2699
+ <li class="pf-v6-c-divider" role="separator"></li>
2700
2700
  <li role="none">
2701
2701
  <a
2702
- class="pf-v5-c-dropdown__menu-item"
2702
+ class="pf-v6-c-dropdown__menu-item"
2703
2703
  role="menuitem"
2704
2704
  href="#"
2705
2705
  >Separated link</a>
@@ -2708,28 +2708,28 @@ cssPrefix: pf-v5-c-notification-drawer
2708
2708
  </div>
2709
2709
  </div>
2710
2710
  <div
2711
- class="pf-v5-c-notification-drawer__list-item-description"
2711
+ class="pf-v6-c-notification-drawer__list-item-description"
2712
2712
  >This is a recommendation notification description. This is a long description to show how the title will wrap if it is long and wraps to multiple lines.</div>
2713
2713
  <div
2714
- class="pf-v5-c-notification-drawer__list-item-timestamp"
2714
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
2715
2715
  >20 minutes ago</div>
2716
2716
  </li>
2717
2717
  <li
2718
- class="pf-v5-c-notification-drawer__list-item pf-m-read pf-m-warning pf-m-hoverable"
2718
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-warning pf-m-hoverable"
2719
2719
  >
2720
- <div class="pf-v5-c-notification-drawer__list-item-header">
2721
- <span class="pf-v5-c-notification-drawer__list-item-header-icon">
2720
+ <div class="pf-v6-c-notification-drawer__list-item-header">
2721
+ <span class="pf-v6-c-notification-drawer__list-item-header-icon">
2722
2722
  <i class="fas fa-exclamation-triangle" aria-hidden="true"></i>
2723
2723
  </span>
2724
- <h2 class="pf-v5-c-notification-drawer__list-item-header-title">
2725
- <span class="pf-v5-screen-reader">Warning notification:</span>
2724
+ <h2 class="pf-v6-c-notification-drawer__list-item-header-title">
2725
+ <span class="pf-v6-screen-reader">Warning notification:</span>
2726
2726
  Read warning notification title
2727
2727
  </h2>
2728
2728
  </div>
2729
- <div class="pf-v5-c-notification-drawer__list-item-action">
2730
- <div class="pf-v5-c-dropdown pf-m-top">
2729
+ <div class="pf-v6-c-notification-drawer__list-item-action">
2730
+ <div class="pf-v6-c-dropdown pf-m-top">
2731
2731
  <button
2732
- class="pf-v5-c-dropdown__toggle pf-m-plain"
2732
+ class="pf-v6-c-dropdown__toggle pf-m-plain"
2733
2733
  id="notification-drawer-groups-group4dropdown-kebab-4-button"
2734
2734
  aria-expanded="false"
2735
2735
  type="button"
@@ -2738,28 +2738,28 @@ cssPrefix: pf-v5-c-notification-drawer
2738
2738
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2739
2739
  </button>
2740
2740
  <ul
2741
- class="pf-v5-c-dropdown__menu pf-m-align-right"
2741
+ class="pf-v6-c-dropdown__menu pf-m-align-right"
2742
2742
  aria-labelledby="notification-drawer-groups-group4dropdown-kebab-4-button"
2743
2743
  hidden
2744
2744
  role="menu"
2745
2745
  >
2746
2746
  <li role="none">
2747
2747
  <a
2748
- class="pf-v5-c-dropdown__menu-item"
2748
+ class="pf-v6-c-dropdown__menu-item"
2749
2749
  role="menuitem"
2750
2750
  href="#"
2751
2751
  >Link</a>
2752
2752
  </li>
2753
2753
  <li role="none">
2754
2754
  <button
2755
- class="pf-v5-c-dropdown__menu-item"
2755
+ class="pf-v6-c-dropdown__menu-item"
2756
2756
  role="menuitem"
2757
2757
  type="button"
2758
2758
  >Action</button>
2759
2759
  </li>
2760
2760
  <li role="none">
2761
2761
  <a
2762
- class="pf-v5-c-dropdown__menu-item pf-m-disabled"
2762
+ class="pf-v6-c-dropdown__menu-item pf-m-disabled"
2763
2763
  role="menuitem"
2764
2764
  href="#"
2765
2765
  aria-disabled="true"
@@ -2768,16 +2768,16 @@ cssPrefix: pf-v5-c-notification-drawer
2768
2768
  </li>
2769
2769
  <li role="none">
2770
2770
  <button
2771
- class="pf-v5-c-dropdown__menu-item"
2771
+ class="pf-v6-c-dropdown__menu-item"
2772
2772
  role="menuitem"
2773
2773
  type="button"
2774
2774
  disabled
2775
2775
  >Disabled action</button>
2776
2776
  </li>
2777
- <li class="pf-v5-c-divider" role="separator"></li>
2777
+ <li class="pf-v6-c-divider" role="separator"></li>
2778
2778
  <li role="none">
2779
2779
  <a
2780
- class="pf-v5-c-dropdown__menu-item"
2780
+ class="pf-v6-c-dropdown__menu-item"
2781
2781
  role="menuitem"
2782
2782
  href="#"
2783
2783
  >Separated link</a>
@@ -2786,28 +2786,28 @@ cssPrefix: pf-v5-c-notification-drawer
2786
2786
  </div>
2787
2787
  </div>
2788
2788
  <div
2789
- class="pf-v5-c-notification-drawer__list-item-description"
2789
+ class="pf-v6-c-notification-drawer__list-item-description"
2790
2790
  >This is a warning notification description.</div>
2791
2791
  <div
2792
- class="pf-v5-c-notification-drawer__list-item-timestamp"
2792
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
2793
2793
  >20 minutes ago</div>
2794
2794
  </li>
2795
2795
  <li
2796
- class="pf-v5-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
2796
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
2797
2797
  >
2798
- <div class="pf-v5-c-notification-drawer__list-item-header">
2799
- <span class="pf-v5-c-notification-drawer__list-item-header-icon">
2798
+ <div class="pf-v6-c-notification-drawer__list-item-header">
2799
+ <span class="pf-v6-c-notification-drawer__list-item-header-icon">
2800
2800
  <i class="fas fa-check-circle" aria-hidden="true"></i>
2801
2801
  </span>
2802
- <h2 class="pf-v5-c-notification-drawer__list-item-header-title">
2803
- <span class="pf-v5-screen-reader">Success notification:</span>
2802
+ <h2 class="pf-v6-c-notification-drawer__list-item-header-title">
2803
+ <span class="pf-v6-screen-reader">Success notification:</span>
2804
2804
  Read success notification title
2805
2805
  </h2>
2806
2806
  </div>
2807
- <div class="pf-v5-c-notification-drawer__list-item-action">
2808
- <div class="pf-v5-c-dropdown pf-m-top">
2807
+ <div class="pf-v6-c-notification-drawer__list-item-action">
2808
+ <div class="pf-v6-c-dropdown pf-m-top">
2809
2809
  <button
2810
- class="pf-v5-c-dropdown__toggle pf-m-plain"
2810
+ class="pf-v6-c-dropdown__toggle pf-m-plain"
2811
2811
  id="notification-drawer-groups-group4dropdown-kebab-5-button"
2812
2812
  aria-expanded="false"
2813
2813
  type="button"
@@ -2816,28 +2816,28 @@ cssPrefix: pf-v5-c-notification-drawer
2816
2816
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2817
2817
  </button>
2818
2818
  <ul
2819
- class="pf-v5-c-dropdown__menu pf-m-align-right"
2819
+ class="pf-v6-c-dropdown__menu pf-m-align-right"
2820
2820
  aria-labelledby="notification-drawer-groups-group4dropdown-kebab-5-button"
2821
2821
  hidden
2822
2822
  role="menu"
2823
2823
  >
2824
2824
  <li role="none">
2825
2825
  <a
2826
- class="pf-v5-c-dropdown__menu-item"
2826
+ class="pf-v6-c-dropdown__menu-item"
2827
2827
  role="menuitem"
2828
2828
  href="#"
2829
2829
  >Link</a>
2830
2830
  </li>
2831
2831
  <li role="none">
2832
2832
  <button
2833
- class="pf-v5-c-dropdown__menu-item"
2833
+ class="pf-v6-c-dropdown__menu-item"
2834
2834
  role="menuitem"
2835
2835
  type="button"
2836
2836
  >Action</button>
2837
2837
  </li>
2838
2838
  <li role="none">
2839
2839
  <a
2840
- class="pf-v5-c-dropdown__menu-item pf-m-disabled"
2840
+ class="pf-v6-c-dropdown__menu-item pf-m-disabled"
2841
2841
  role="menuitem"
2842
2842
  href="#"
2843
2843
  aria-disabled="true"
@@ -2846,16 +2846,16 @@ cssPrefix: pf-v5-c-notification-drawer
2846
2846
  </li>
2847
2847
  <li role="none">
2848
2848
  <button
2849
- class="pf-v5-c-dropdown__menu-item"
2849
+ class="pf-v6-c-dropdown__menu-item"
2850
2850
  role="menuitem"
2851
2851
  type="button"
2852
2852
  disabled
2853
2853
  >Disabled action</button>
2854
2854
  </li>
2855
- <li class="pf-v5-c-divider" role="separator"></li>
2855
+ <li class="pf-v6-c-divider" role="separator"></li>
2856
2856
  <li role="none">
2857
2857
  <a
2858
- class="pf-v5-c-dropdown__menu-item"
2858
+ class="pf-v6-c-dropdown__menu-item"
2859
2859
  role="menuitem"
2860
2860
  href="#"
2861
2861
  >Separated link</a>
@@ -2864,30 +2864,30 @@ cssPrefix: pf-v5-c-notification-drawer
2864
2864
  </div>
2865
2865
  </div>
2866
2866
  <div
2867
- class="pf-v5-c-notification-drawer__list-item-description"
2867
+ class="pf-v6-c-notification-drawer__list-item-description"
2868
2868
  >This is a success notification description.</div>
2869
2869
  <div
2870
- class="pf-v5-c-notification-drawer__list-item-timestamp"
2870
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
2871
2871
  >30 minutes ago</div>
2872
2872
  </li>
2873
2873
  <li
2874
- class="pf-v5-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
2874
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
2875
2875
  >
2876
- <div class="pf-v5-c-notification-drawer__list-item-header">
2877
- <span class="pf-v5-c-notification-drawer__list-item-header-icon">
2876
+ <div class="pf-v6-c-notification-drawer__list-item-header">
2877
+ <span class="pf-v6-c-notification-drawer__list-item-header-icon">
2878
2878
  <i class="fas fa-check-circle" aria-hidden="true"></i>
2879
2879
  </span>
2880
2880
  <h2
2881
- class="pf-v5-c-notification-drawer__list-item-header-title pf-m-truncate"
2881
+ class="pf-v6-c-notification-drawer__list-item-header-title pf-m-truncate"
2882
2882
  >
2883
- <span class="pf-v5-screen-reader">Success notification:</span>
2883
+ <span class="pf-v6-screen-reader">Success notification:</span>
2884
2884
  Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent quis odio risus. Ut dictum vitae sapien at posuere. Nullam suscipit massa quis lacus pellentesque scelerisque. Donec non maximus neque, quis ornare nunc. Vivamus in nibh sed libero feugiat feugiat. Nulla lacinia rutrum est, a commodo odio vestibulum suscipit. Nullam id quam et quam porttitor interdum quis nec tellus. Vestibulum arcu dui, pulvinar eu tellus in, semper mattis diam. Sed commodo tincidunt lacus non pulvinar. Curabitur tempor molestie vestibulum. Vivamus vel mi dignissim, efficitur neque eget, efficitur massa. Mauris vitae nunc augue. Donec augue lorem, malesuada et quam vitae, volutpat mattis nisi. Nullam nec venenatis ex, quis lobortis purus. Sed nisl dolor, mattis sit amet tincidunt quis, mollis sed massa.
2885
2885
  </h2>
2886
2886
  </div>
2887
- <div class="pf-v5-c-notification-drawer__list-item-action">
2888
- <div class="pf-v5-c-dropdown pf-m-top">
2887
+ <div class="pf-v6-c-notification-drawer__list-item-action">
2888
+ <div class="pf-v6-c-dropdown pf-m-top">
2889
2889
  <button
2890
- class="pf-v5-c-dropdown__toggle pf-m-plain"
2890
+ class="pf-v6-c-dropdown__toggle pf-m-plain"
2891
2891
  id="notification-drawer-groups-group4dropdown-kebab-6-button"
2892
2892
  aria-expanded="false"
2893
2893
  type="button"
@@ -2896,28 +2896,28 @@ cssPrefix: pf-v5-c-notification-drawer
2896
2896
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2897
2897
  </button>
2898
2898
  <ul
2899
- class="pf-v5-c-dropdown__menu pf-m-align-right"
2899
+ class="pf-v6-c-dropdown__menu pf-m-align-right"
2900
2900
  aria-labelledby="notification-drawer-groups-group4dropdown-kebab-6-button"
2901
2901
  hidden
2902
2902
  role="menu"
2903
2903
  >
2904
2904
  <li role="none">
2905
2905
  <a
2906
- class="pf-v5-c-dropdown__menu-item"
2906
+ class="pf-v6-c-dropdown__menu-item"
2907
2907
  role="menuitem"
2908
2908
  href="#"
2909
2909
  >Link</a>
2910
2910
  </li>
2911
2911
  <li role="none">
2912
2912
  <button
2913
- class="pf-v5-c-dropdown__menu-item"
2913
+ class="pf-v6-c-dropdown__menu-item"
2914
2914
  role="menuitem"
2915
2915
  type="button"
2916
2916
  >Action</button>
2917
2917
  </li>
2918
2918
  <li role="none">
2919
2919
  <a
2920
- class="pf-v5-c-dropdown__menu-item pf-m-disabled"
2920
+ class="pf-v6-c-dropdown__menu-item pf-m-disabled"
2921
2921
  role="menuitem"
2922
2922
  href="#"
2923
2923
  aria-disabled="true"
@@ -2926,16 +2926,16 @@ cssPrefix: pf-v5-c-notification-drawer
2926
2926
  </li>
2927
2927
  <li role="none">
2928
2928
  <button
2929
- class="pf-v5-c-dropdown__menu-item"
2929
+ class="pf-v6-c-dropdown__menu-item"
2930
2930
  role="menuitem"
2931
2931
  type="button"
2932
2932
  disabled
2933
2933
  >Disabled action</button>
2934
2934
  </li>
2935
- <li class="pf-v5-c-divider" role="separator"></li>
2935
+ <li class="pf-v6-c-divider" role="separator"></li>
2936
2936
  <li role="none">
2937
2937
  <a
2938
- class="pf-v5-c-dropdown__menu-item"
2938
+ class="pf-v6-c-dropdown__menu-item"
2939
2939
  role="menuitem"
2940
2940
  href="#"
2941
2941
  >Separated link</a>
@@ -2944,31 +2944,31 @@ cssPrefix: pf-v5-c-notification-drawer
2944
2944
  </div>
2945
2945
  </div>
2946
2946
  <div
2947
- class="pf-v5-c-notification-drawer__list-item-description"
2947
+ class="pf-v6-c-notification-drawer__list-item-description"
2948
2948
  >This example uses ".pf-m-truncate" to limit the title to a single line and truncate any overflow text with ellipses.</div>
2949
2949
  <div
2950
- class="pf-v5-c-notification-drawer__list-item-timestamp"
2950
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
2951
2951
  >40 minutes ago</div>
2952
2952
  </li>
2953
2953
  <li
2954
- class="pf-v5-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
2954
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
2955
2955
  >
2956
- <div class="pf-v5-c-notification-drawer__list-item-header">
2957
- <span class="pf-v5-c-notification-drawer__list-item-header-icon">
2956
+ <div class="pf-v6-c-notification-drawer__list-item-header">
2957
+ <span class="pf-v6-c-notification-drawer__list-item-header-icon">
2958
2958
  <i class="fas fa-check-circle" aria-hidden="true"></i>
2959
2959
  </span>
2960
2960
  <h2
2961
- class="pf-v5-c-notification-drawer__list-item-header-title pf-m-truncate"
2961
+ class="pf-v6-c-notification-drawer__list-item-header-title pf-m-truncate"
2962
2962
  style="--pf-v5-c-notification-drawer__list-item-header-title--max-lines: 2"
2963
2963
  >
2964
- <span class="pf-v5-screen-reader">Success notification:</span>
2964
+ <span class="pf-v6-screen-reader">Success notification:</span>
2965
2965
  Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent quis odio risus. Ut dictum vitae sapien at posuere. Nullam suscipit massa quis lacus pellentesque scelerisque. Donec non maximus neque, quis ornare nunc. Vivamus in nibh sed libero feugiat feugiat. Nulla lacinia rutrum est, a commodo odio vestibulum suscipit. Nullam id quam et quam porttitor interdum quis nec tellus. Vestibulum arcu dui, pulvinar eu tellus in, semper mattis diam. Sed commodo tincidunt lacus non pulvinar. Curabitur tempor molestie vestibulum. Vivamus vel mi dignissim, efficitur neque eget, efficitur massa. Mauris vitae nunc augue. Donec augue lorem, malesuada et quam vitae, volutpat mattis nisi. Nullam nec venenatis ex, quis lobortis purus. Sed nisl dolor, mattis sit amet tincidunt quis, mollis sed massa.
2966
2966
  </h2>
2967
2967
  </div>
2968
- <div class="pf-v5-c-notification-drawer__list-item-action">
2969
- <div class="pf-v5-c-dropdown pf-m-top">
2968
+ <div class="pf-v6-c-notification-drawer__list-item-action">
2969
+ <div class="pf-v6-c-dropdown pf-m-top">
2970
2970
  <button
2971
- class="pf-v5-c-dropdown__toggle pf-m-plain"
2971
+ class="pf-v6-c-dropdown__toggle pf-m-plain"
2972
2972
  id="notification-drawer-groups-group4dropdown-kebab-7-button"
2973
2973
  aria-expanded="false"
2974
2974
  type="button"
@@ -2977,28 +2977,28 @@ cssPrefix: pf-v5-c-notification-drawer
2977
2977
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2978
2978
  </button>
2979
2979
  <ul
2980
- class="pf-v5-c-dropdown__menu pf-m-align-right"
2980
+ class="pf-v6-c-dropdown__menu pf-m-align-right"
2981
2981
  aria-labelledby="notification-drawer-groups-group4dropdown-kebab-7-button"
2982
2982
  hidden
2983
2983
  role="menu"
2984
2984
  >
2985
2985
  <li role="none">
2986
2986
  <a
2987
- class="pf-v5-c-dropdown__menu-item"
2987
+ class="pf-v6-c-dropdown__menu-item"
2988
2988
  role="menuitem"
2989
2989
  href="#"
2990
2990
  >Link</a>
2991
2991
  </li>
2992
2992
  <li role="none">
2993
2993
  <button
2994
- class="pf-v5-c-dropdown__menu-item"
2994
+ class="pf-v6-c-dropdown__menu-item"
2995
2995
  role="menuitem"
2996
2996
  type="button"
2997
2997
  >Action</button>
2998
2998
  </li>
2999
2999
  <li role="none">
3000
3000
  <a
3001
- class="pf-v5-c-dropdown__menu-item pf-m-disabled"
3001
+ class="pf-v6-c-dropdown__menu-item pf-m-disabled"
3002
3002
  role="menuitem"
3003
3003
  href="#"
3004
3004
  aria-disabled="true"
@@ -3007,16 +3007,16 @@ cssPrefix: pf-v5-c-notification-drawer
3007
3007
  </li>
3008
3008
  <li role="none">
3009
3009
  <button
3010
- class="pf-v5-c-dropdown__menu-item"
3010
+ class="pf-v6-c-dropdown__menu-item"
3011
3011
  role="menuitem"
3012
3012
  type="button"
3013
3013
  disabled
3014
3014
  >Disabled action</button>
3015
3015
  </li>
3016
- <li class="pf-v5-c-divider" role="separator"></li>
3016
+ <li class="pf-v6-c-divider" role="separator"></li>
3017
3017
  <li role="none">
3018
3018
  <a
3019
- class="pf-v5-c-dropdown__menu-item"
3019
+ class="pf-v6-c-dropdown__menu-item"
3020
3020
  role="menuitem"
3021
3021
  href="#"
3022
3022
  >Separated link</a>
@@ -3025,10 +3025,10 @@ cssPrefix: pf-v5-c-notification-drawer
3025
3025
  </div>
3026
3026
  </div>
3027
3027
  <div
3028
- class="pf-v5-c-notification-drawer__list-item-description"
3028
+ class="pf-v6-c-notification-drawer__list-item-description"
3029
3029
  >This example uses ".pf-m-truncate" and sets "--pf-v5-c-notification-drawer__list-item-header-title--max-lines: 2" to limit title to two lines and truncate any overflow text with ellipses.</div>
3030
3030
  <div
3031
- class="pf-v5-c-notification-drawer__list-item-timestamp"
3031
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
3032
3032
  >50 minutes ago</div>
3033
3033
  </li>
3034
3034
  </ul>