@patternfly/patternfly-doc-core 1.15.3 → 1.15.5

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 (908) hide show
  1. package/.astro/content-modules.mjs +108 -108
  2. package/README.mdx +1 -0
  3. package/astro.config.mjs +0 -1
  4. package/cli/cli.ts +71 -29
  5. package/cli/convertToMDX.ts +2 -5
  6. package/cli/createCollectionContent.ts +5 -0
  7. package/cli/fileExists.ts +7 -0
  8. package/cli/getConfig.ts +1 -0
  9. package/cli/templates/apiIndex.json +6 -0
  10. package/dist/apiIndex.json +561 -0
  11. package/dist/cli/cli.js +63 -25
  12. package/dist/cli/convertToMDX.js +2 -4
  13. package/dist/cli/createCollectionContent.js +4 -0
  14. package/dist/cli/fileExists.js +6 -0
  15. package/dist/cli/tsconfig.tsbuildinfo +1 -1
  16. package/dist/docs/_routes.json +2 -2
  17. package/dist/docs/_worker.js/_@astrojs-ssr-adapter.mjs +1 -1
  18. package/dist/docs/_worker.js/_astro-internal_middleware.mjs +3 -3
  19. package/dist/docs/_worker.js/chunks/{_@astro-renderers_BpFPQHrI.mjs → _@astro-renderers_OzpRq-hZ.mjs} +1 -1
  20. package/dist/docs/_worker.js/chunks/{_@astrojs-ssr-adapter_RmG4VnRF.mjs → _@astrojs-ssr-adapter_CUrpr6E7.mjs} +4 -4
  21. package/dist/docs/_worker.js/chunks/{_astro_assets_AaeU3frQ.mjs → _astro_assets_451XBA7N.mjs} +2 -2
  22. package/dist/docs/_worker.js/chunks/apiHelpers_CD8DANYs.mjs +30 -0
  23. package/dist/docs/_worker.js/chunks/astro/{server_BWAOeKNd.mjs → server_DX9A26-_.mjs} +1 -1
  24. package/dist/docs/_worker.js/chunks/{astro-designed-error-pages_b9BuL4GU.mjs → astro-designed-error-pages_BbC4Kpqb.mjs} +1 -1
  25. package/dist/docs/_worker.js/chunks/fetch_CoXtH9RF.mjs +12 -0
  26. package/dist/docs/_worker.js/chunks/getConfig_DO3RhTb7.mjs +18 -0
  27. package/dist/docs/_worker.js/chunks/{index_CRHoXX3T.mjs → index_DjAlCotm.mjs} +2 -2
  28. package/dist/docs/_worker.js/chunks/{noop-middleware_B9eLgP9f.mjs → noop-middleware_C6lNwrEu.mjs} +1 -1
  29. package/dist/docs/_worker.js/chunks/{sharp_D2Zua4YO.mjs → sharp_CjpuQ_OE.mjs} +2 -2
  30. package/dist/docs/_worker.js/index.js +27 -11
  31. package/dist/docs/_worker.js/manifest_DIDAejNV.mjs +100 -0
  32. package/dist/docs/_worker.js/pages/_image.astro.mjs +2 -2
  33. package/dist/docs/_worker.js/pages/api/_version_/_section_/_page_/_tab_.astro.mjs +1 -0
  34. package/dist/docs/_worker.js/pages/api/_version_/_section_/_page_.astro.mjs +44 -0
  35. package/dist/docs/_worker.js/pages/api/_version_/_section_.astro.mjs +43 -0
  36. package/dist/docs/_worker.js/pages/api/_version_.astro.mjs +38 -0
  37. package/dist/docs/_worker.js/pages/api/openapi.json.astro.mjs +399 -0
  38. package/dist/docs/_worker.js/pages/api/versions.astro.mjs +27 -0
  39. package/dist/docs/_worker.js/pages/api.astro.mjs +181 -0
  40. package/dist/docs/_worker.js/pages/apiindex.json.astro.mjs +1 -0
  41. package/dist/docs/_worker.js/pages/props.astro.mjs +2 -17
  42. package/dist/docs/_worker.js/renderers.mjs +1 -1
  43. package/dist/docs/api/v6/components/about-modal/html +63 -0
  44. package/dist/docs/api/v6/components/about-modal/html-demos +368 -0
  45. package/dist/docs/api/v6/components/about-modal/react +18 -0
  46. package/dist/docs/api/v6/components/accordion/html +78 -0
  47. package/dist/docs/api/v6/components/accordion/react +36 -0
  48. package/dist/docs/api/v6/components/action-list/html +40 -0
  49. package/dist/docs/api/v6/components/action-list/react +29 -0
  50. package/dist/docs/api/v6/components/alert/html +208 -0
  51. package/dist/docs/api/v6/components/alert/html-demos +1375 -0
  52. package/dist/docs/api/v6/components/alert/react +452 -0
  53. package/dist/docs/api/v6/components/avatar/html +66 -0
  54. package/dist/docs/api/v6/components/avatar/react +22 -0
  55. package/dist/docs/api/v6/components/back-to-top/html +19 -0
  56. package/dist/docs/api/v6/components/back-to-top/html-demos +434 -0
  57. package/dist/docs/api/v6/components/back-to-top/react +14 -0
  58. package/dist/docs/api/v6/components/backdrop/html +21 -0
  59. package/dist/docs/api/v6/components/backdrop/react +6 -0
  60. package/dist/docs/api/v6/components/background-image/html +24 -0
  61. package/dist/docs/api/v6/components/background-image/react +6 -0
  62. package/dist/docs/api/v6/components/badge/html +37 -0
  63. package/dist/docs/api/v6/components/badge/react +24 -0
  64. package/dist/docs/api/v6/components/banner/html +48 -0
  65. package/dist/docs/api/v6/components/banner/html-demos +905 -0
  66. package/dist/docs/api/v6/components/banner/react +23 -0
  67. package/dist/docs/api/v6/components/brand/html +38 -0
  68. package/dist/docs/api/v6/components/brand/react +23 -0
  69. package/dist/docs/api/v6/components/breadcrumb/html +66 -0
  70. package/dist/docs/api/v6/components/breadcrumb/react +29 -0
  71. package/dist/docs/api/v6/components/button/html +167 -0
  72. package/dist/docs/api/v6/components/button/html-demos +22 -0
  73. package/dist/docs/api/v6/components/button/react +144 -0
  74. package/dist/docs/api/v6/components/calendar-month/html +69 -0
  75. package/dist/docs/api/v6/components/calendar-month/react +19 -0
  76. package/dist/docs/api/v6/components/card/html +254 -0
  77. package/dist/docs/api/v6/components/card/html-demos +143 -0
  78. package/dist/docs/api/v6/components/card/react +198 -0
  79. package/dist/docs/api/v6/components/checkbox/html +100 -0
  80. package/dist/docs/api/v6/components/checkbox/react +73 -0
  81. package/dist/docs/api/v6/components/chip/react-deprecated +33 -0
  82. package/dist/docs/api/v6/components/clipboard-copy/html +81 -0
  83. package/dist/docs/api/v6/components/clipboard-copy/react +87 -0
  84. package/dist/docs/api/v6/components/code-block/html +36 -0
  85. package/dist/docs/api/v6/components/code-block/react +19 -0
  86. package/dist/docs/api/v6/components/code-editor/html +75 -0
  87. package/dist/docs/api/v6/components/content/html +55 -0
  88. package/dist/docs/api/v6/components/content/react +74 -0
  89. package/dist/docs/api/v6/components/data-list/html +252 -0
  90. package/dist/docs/api/v6/components/data-list/html-demos +4059 -0
  91. package/dist/docs/api/v6/components/data-list/react +93 -0
  92. package/dist/docs/api/v6/components/date-picker/html +59 -0
  93. package/dist/docs/api/v6/components/date-picker/react +70 -0
  94. package/dist/docs/api/v6/components/description-list/html +250 -0
  95. package/dist/docs/api/v6/components/description-list/html-demos +1543 -0
  96. package/dist/docs/api/v6/components/description-list/react +204 -0
  97. package/dist/docs/api/v6/components/divider/html +100 -0
  98. package/dist/docs/api/v6/components/divider/react +64 -0
  99. package/dist/docs/api/v6/components/drag-and-drop/html +35 -0
  100. package/dist/docs/api/v6/components/drag-and-drop/react-deprecated +38 -0
  101. package/dist/docs/api/v6/components/drawer/html +195 -0
  102. package/dist/docs/api/v6/components/drawer/html-demos +1928 -0
  103. package/dist/docs/api/v6/components/drawer/react +142 -0
  104. package/dist/docs/api/v6/components/dropdown/react +48 -0
  105. package/dist/docs/api/v6/components/dual-list-selector/html +110 -0
  106. package/dist/docs/api/v6/components/dual-list-selector/react +80 -0
  107. package/dist/docs/api/v6/components/dual-list-selector/react-deprecated +96 -0
  108. package/dist/docs/api/v6/components/empty-state/html +75 -0
  109. package/dist/docs/api/v6/components/empty-state/react +55 -0
  110. package/dist/docs/api/v6/components/expandable-section/html +92 -0
  111. package/dist/docs/api/v6/components/expandable-section/react +67 -0
  112. package/dist/docs/api/v6/components/form/html +139 -0
  113. package/dist/docs/api/v6/components/form/html-demos +36 -0
  114. package/dist/docs/api/v6/components/form/react +94 -0
  115. package/dist/docs/api/v6/components/form-control/html +57 -0
  116. package/dist/docs/api/v6/components/form-select/react +29 -0
  117. package/dist/docs/api/v6/components/helper-text/html +51 -0
  118. package/dist/docs/api/v6/components/helper-text/html-demos +12 -0
  119. package/dist/docs/api/v6/components/helper-text/react +24 -0
  120. package/dist/docs/api/v6/components/hint/html +35 -0
  121. package/dist/docs/api/v6/components/hint/react +28 -0
  122. package/dist/docs/api/v6/components/icon/html +84 -0
  123. package/dist/docs/api/v6/components/icon/react +76 -0
  124. package/dist/docs/api/v6/components/inline-edit/html +135 -0
  125. package/dist/docs/api/v6/components/input-group/html +34 -0
  126. package/dist/docs/api/v6/components/input-group/react +36 -0
  127. package/dist/docs/api/v6/components/jump-links/html +110 -0
  128. package/dist/docs/api/v6/components/jump-links/html-demos +2410 -0
  129. package/dist/docs/api/v6/components/jump-links/react +39 -0
  130. package/dist/docs/api/v6/components/label/html +253 -0
  131. package/dist/docs/api/v6/components/label/react +119 -0
  132. package/dist/docs/api/v6/components/list/html +66 -0
  133. package/dist/docs/api/v6/components/list/react +42 -0
  134. package/dist/docs/api/v6/components/login-page/html +1255 -0
  135. package/dist/docs/api/v6/components/login-page/react +24 -0
  136. package/dist/docs/api/v6/components/masthead/html +57 -0
  137. package/dist/docs/api/v6/components/masthead/html-demos +2708 -0
  138. package/dist/docs/api/v6/components/masthead/react +67 -0
  139. package/dist/docs/api/v6/components/menu/html +363 -0
  140. package/dist/docs/api/v6/components/menu/react +232 -0
  141. package/dist/docs/api/v6/components/menu-toggle/html +201 -0
  142. package/dist/docs/api/v6/components/menu-toggle/react +263 -0
  143. package/dist/docs/api/v6/components/modal/html +614 -0
  144. package/dist/docs/api/v6/components/modal/html-demos +2175 -0
  145. package/dist/docs/api/v6/components/modal/react +148 -0
  146. package/dist/docs/api/v6/components/modal/react-deprecated +158 -0
  147. package/dist/docs/api/v6/components/multiple-file-upload/html +77 -0
  148. package/dist/docs/api/v6/components/multiple-file-upload/react +57 -0
  149. package/dist/docs/api/v6/components/navigation/html +161 -0
  150. package/dist/docs/api/v6/components/navigation/html-demos +2027 -0
  151. package/dist/docs/api/v6/components/navigation/react +93 -0
  152. package/dist/docs/api/v6/components/notification-badge/react +34 -0
  153. package/dist/docs/api/v6/components/notification-drawer/html +61 -0
  154. package/dist/docs/api/v6/components/notification-drawer/html-demos +4412 -0
  155. package/dist/docs/api/v6/components/notification-drawer/react +22 -0
  156. package/dist/docs/api/v6/components/number-input/html +70 -0
  157. package/dist/docs/api/v6/components/number-input/react +59 -0
  158. package/dist/docs/api/v6/components/overflow-menu/html +97 -0
  159. package/dist/docs/api/v6/components/overflow-menu/react +40 -0
  160. package/dist/docs/api/v6/components/page/html +101 -0
  161. package/dist/docs/api/v6/components/page/html-demos +5146 -0
  162. package/dist/docs/api/v6/components/page/react +122 -0
  163. package/dist/docs/api/v6/components/pagination/html +121 -0
  164. package/dist/docs/api/v6/components/pagination/react +71 -0
  165. package/dist/docs/api/v6/components/panel/html +88 -0
  166. package/dist/docs/api/v6/components/panel/html-demos +8 -0
  167. package/dist/docs/api/v6/components/panel/react +190 -0
  168. package/dist/docs/api/v6/components/password-generator/html-demos +12 -0
  169. package/dist/docs/api/v6/components/password-strength/html-demos +33 -0
  170. package/dist/docs/api/v6/components/popover/html +723 -0
  171. package/dist/docs/api/v6/components/popover/react +97 -0
  172. package/dist/docs/api/v6/components/progress/html +181 -0
  173. package/dist/docs/api/v6/components/progress/react +109 -0
  174. package/dist/docs/api/v6/components/progress-stepper/html +147 -0
  175. package/dist/docs/api/v6/components/progress-stepper/react +63 -0
  176. package/dist/docs/api/v6/components/radio/html +91 -0
  177. package/dist/docs/api/v6/components/radio/react +66 -0
  178. package/dist/docs/api/v6/components/search-input/react +60 -0
  179. package/dist/docs/api/v6/components/select/react +165 -0
  180. package/dist/docs/api/v6/components/sidebar/html +116 -0
  181. package/dist/docs/api/v6/components/sidebar/react +57 -0
  182. package/dist/docs/api/v6/components/simple-file-upload/html +66 -0
  183. package/dist/docs/api/v6/components/simple-file-upload/react +97 -0
  184. package/dist/docs/api/v6/components/simple-list/html +42 -0
  185. package/dist/docs/api/v6/components/simple-list/react +29 -0
  186. package/dist/docs/api/v6/components/skeleton/html +51 -0
  187. package/dist/docs/api/v6/components/skeleton/html-demos +420 -0
  188. package/dist/docs/api/v6/components/skeleton/react +36 -0
  189. package/dist/docs/api/v6/components/skip-to-content/html +148 -0
  190. package/dist/docs/api/v6/components/skip-to-content/react +4 -0
  191. package/dist/docs/api/v6/components/slider/html +75 -0
  192. package/dist/docs/api/v6/components/slider/react +62 -0
  193. package/dist/docs/api/v6/components/spinner/html +64 -0
  194. package/dist/docs/api/v6/components/spinner/react +24 -0
  195. package/dist/docs/api/v6/components/switch/html +70 -0
  196. package/dist/docs/api/v6/components/switch/react +45 -0
  197. package/dist/docs/api/v6/components/table/html +805 -0
  198. package/dist/docs/api/v6/components/table/html-demos +16254 -0
  199. package/dist/docs/api/v6/components/tabs/html +633 -0
  200. package/dist/docs/api/v6/components/tabs/html-demos +3660 -0
  201. package/dist/docs/api/v6/components/tabs/react +258 -0
  202. package/dist/docs/api/v6/components/text-area/react +71 -0
  203. package/dist/docs/api/v6/components/text-input/react +57 -0
  204. package/dist/docs/api/v6/components/text-input-group/html +159 -0
  205. package/dist/docs/api/v6/components/text-input-group/react +48 -0
  206. package/dist/docs/api/v6/components/tile/html-deprecated +56 -0
  207. package/dist/docs/api/v6/components/tile/react-deprecated +151 -0
  208. package/dist/docs/api/v6/components/time-picker/react +47 -0
  209. package/dist/docs/api/v6/components/timestamp/html +18 -0
  210. package/dist/docs/api/v6/components/timestamp/react +63 -0
  211. package/dist/docs/api/v6/components/title/html +58 -0
  212. package/dist/docs/api/v6/components/title/react +12 -0
  213. package/dist/docs/api/v6/components/toggle-group/html +50 -0
  214. package/dist/docs/api/v6/components/toggle-group/react +61 -0
  215. package/dist/docs/api/v6/components/toolbar/html +309 -0
  216. package/dist/docs/api/v6/components/toolbar/html-demos +1939 -0
  217. package/dist/docs/api/v6/components/toolbar/react +135 -0
  218. package/dist/docs/api/v6/components/tooltip/html +71 -0
  219. package/dist/docs/api/v6/components/tooltip/react +42 -0
  220. package/dist/docs/api/v6/components/tree-view/html +118 -0
  221. package/dist/docs/api/v6/components/tree-view/react +107 -0
  222. package/dist/docs/api/v6/components/truncate/html +38 -0
  223. package/dist/docs/api/v6/components/truncate/react +47 -0
  224. package/dist/docs/api/v6/components/wizard/html +2867 -0
  225. package/dist/docs/api/v6/components/wizard/html-demos +5333 -0
  226. package/dist/docs/api/v6/components/wizard/react +162 -0
  227. package/dist/docs/api/v6/components/wizard/react-deprecated +380 -0
  228. package/dist/docs/api/v6/extensions/quick-starts/Basic-quick-starts +26 -0
  229. package/dist/docs/api/v6/extensions/quick-starts/In-app-documentation +14 -0
  230. package/dist/docs/api/v6/extensions/quick-starts/about +71 -0
  231. package/dist/docs/api/v6/extensions/quick-starts/design-guidelines +166 -0
  232. package/dist/docs/api/v6/layouts/bullseye/html +23 -0
  233. package/dist/docs/api/v6/layouts/flex/html +428 -0
  234. package/dist/docs/api/v6/layouts/gallery/html +79 -0
  235. package/dist/docs/api/v6/layouts/grid/html +116 -0
  236. package/dist/docs/api/v6/layouts/level/html +38 -0
  237. package/dist/docs/api/v6/layouts/split/html +40 -0
  238. package/dist/docs/api/v6/layouts/stack/html +32 -0
  239. package/dist/docs/api/v6/patterns/card-view/html-demos +1103 -0
  240. package/dist/docs/api/v6/patterns/dashboard/html-demos +1610 -0
  241. package/dist/docs/api/v6/patterns/primary-detail/html-demos +6371 -0
  242. package/dist/docs/api/v6/utility-classes/accessibility/html +35 -0
  243. package/dist/docs/api/v6/utility-classes/alignment/html +25 -0
  244. package/dist/docs/api/v6/utility-classes/background-color/html +26 -0
  245. package/dist/docs/api/v6/utility-classes/box-shadow/html +50 -0
  246. package/dist/docs/api/v6/utility-classes/display/html +88 -0
  247. package/dist/docs/api/v6/utility-classes/flex/html +130 -0
  248. package/dist/docs/api/v6/utility-classes/float/html +23 -0
  249. package/dist/docs/api/v6/utility-classes/sizing/html +195 -0
  250. package/dist/docs/api/v6/utility-classes/spacing/html +78 -0
  251. package/dist/docs/api/v6/utility-classes/text/html +104 -0
  252. package/dist/docs/apiIndex.json +561 -0
  253. package/dist/docs/components/about-modal/html/index.html +8 -8
  254. package/dist/docs/components/about-modal/html-demos/index.html +4 -4
  255. package/dist/docs/components/about-modal/index.html +5 -5
  256. package/dist/docs/components/accordion/html/index.html +25 -25
  257. package/dist/docs/components/accordion/index.html +10 -10
  258. package/dist/docs/components/action-list/html/index.html +11 -11
  259. package/dist/docs/components/action-list/index.html +9 -9
  260. package/dist/docs/components/action-list/react/index.html +6 -6
  261. package/dist/docs/components/alert/html/index.html +28 -28
  262. package/dist/docs/components/alert/html-demos/index.html +7 -7
  263. package/dist/docs/components/alert/index.html +80 -80
  264. package/dist/docs/components/alert/react/index.html +80 -80
  265. package/dist/docs/components/avatar/html/index.html +16 -16
  266. package/dist/docs/components/avatar/index.html +8 -8
  267. package/dist/docs/components/avatar/react/index.html +8 -8
  268. package/dist/docs/components/back-to-top/html/index.html +9 -9
  269. package/dist/docs/components/back-to-top/html-demos/index.html +4 -4
  270. package/dist/docs/components/back-to-top/index.html +8 -8
  271. package/dist/docs/components/back-to-top/react/index.html +8 -8
  272. package/dist/docs/components/backdrop/html/index.html +8 -8
  273. package/dist/docs/components/backdrop/index.html +3 -3
  274. package/dist/docs/components/backdrop/react/index.html +6 -6
  275. package/dist/docs/components/background-image/html/index.html +8 -8
  276. package/dist/docs/components/background-image/index.html +3 -3
  277. package/dist/docs/components/background-image/react/index.html +6 -6
  278. package/dist/docs/components/badge/html/index.html +12 -12
  279. package/dist/docs/components/badge/index.html +8 -8
  280. package/dist/docs/components/badge/react/index.html +8 -8
  281. package/dist/docs/components/banner/html/index.html +12 -12
  282. package/dist/docs/components/banner/html-demos/index.html +6 -6
  283. package/dist/docs/components/banner/index.html +11 -11
  284. package/dist/docs/components/banner/react/index.html +11 -11
  285. package/dist/docs/components/brand/html/index.html +13 -13
  286. package/dist/docs/components/brand/index.html +9 -9
  287. package/dist/docs/components/breadcrumb/html/index.html +18 -18
  288. package/dist/docs/components/breadcrumb/index.html +9 -9
  289. package/dist/docs/components/button/html-demos/index.html +8 -8
  290. package/dist/docs/components/button/react/index.html +34 -34
  291. package/dist/docs/components/calendar-month/react/index.html +9 -9
  292. package/dist/docs/components/card/html/index.html +37 -37
  293. package/dist/docs/components/card/html-demos/index.html +22 -22
  294. package/dist/docs/components/card/index.html +52 -52
  295. package/dist/docs/components/card/react/index.html +52 -52
  296. package/dist/docs/components/checkbox/react/index.html +16 -16
  297. package/dist/docs/components/chip/index.html +11 -11
  298. package/dist/docs/components/chip/react-deprecated/index.html +11 -11
  299. package/dist/docs/components/clipboard-copy/html/index.html +15 -15
  300. package/dist/docs/components/clipboard-copy/index.html +18 -18
  301. package/dist/docs/components/clipboard-copy/react/index.html +15 -15
  302. package/dist/docs/components/code-block/html/index.html +10 -10
  303. package/dist/docs/components/code-block/index.html +9 -9
  304. package/dist/docs/components/code-block/react/index.html +6 -6
  305. package/dist/docs/components/content/html/index.html +21 -21
  306. package/dist/docs/components/content/index.html +19 -19
  307. package/dist/docs/components/data-list/html/index.html +38 -38
  308. package/dist/docs/components/data-list/html-demos/index.html +12 -12
  309. package/dist/docs/components/data-list/index.html +21 -21
  310. package/dist/docs/components/date-picker/html/index.html +14 -14
  311. package/dist/docs/components/date-picker/index.html +17 -17
  312. package/dist/docs/components/date-picker/react/index.html +17 -17
  313. package/dist/docs/components/description-list/html-demos/index.html +11 -11
  314. package/dist/docs/components/description-list/react/index.html +39 -39
  315. package/dist/docs/components/divider/react/index.html +14 -14
  316. package/dist/docs/components/drag-and-drop/react-deprecated/index.html +9 -9
  317. package/dist/docs/components/drawer/html/index.html +30 -30
  318. package/dist/docs/components/drawer/html-demos/index.html +16 -16
  319. package/dist/docs/components/drawer/index.html +28 -28
  320. package/dist/docs/components/drawer/react/index.html +28 -28
  321. package/dist/docs/components/dropdown/index.html +17 -17
  322. package/dist/docs/components/dropdown/react/index.html +17 -17
  323. package/dist/docs/components/dual-list-selector/html/index.html +16 -16
  324. package/dist/docs/components/dual-list-selector/index.html +20 -20
  325. package/dist/docs/components/dual-list-selector/react/index.html +20 -20
  326. package/dist/docs/components/empty-state/html/index.html +11 -11
  327. package/dist/docs/components/empty-state/index.html +10 -10
  328. package/dist/docs/components/empty-state/react/index.html +13 -13
  329. package/dist/docs/components/expandable-section/html/index.html +17 -17
  330. package/dist/docs/components/expandable-section/index.html +18 -18
  331. package/dist/docs/components/expandable-section/react/index.html +18 -18
  332. package/dist/docs/components/form/html/index.html +16 -16
  333. package/dist/docs/components/form/html-demos/index.html +9 -9
  334. package/dist/docs/components/form/index.html +16 -16
  335. package/dist/docs/components/form/react/index.html +19 -19
  336. package/dist/docs/components/form-select/index.html +9 -9
  337. package/dist/docs/components/form-select/react/index.html +9 -9
  338. package/dist/docs/components/hint/react/index.html +11 -11
  339. package/dist/docs/components/icon/react/index.html +20 -20
  340. package/dist/docs/components/inline-edit/html/index.html +26 -26
  341. package/dist/docs/components/inline-edit/index.html +26 -26
  342. package/dist/docs/components/input-group/html/index.html +9 -9
  343. package/dist/docs/components/input-group/index.html +9 -9
  344. package/dist/docs/components/input-group/react/index.html +12 -12
  345. package/dist/docs/components/jump-links/html/index.html +17 -17
  346. package/dist/docs/components/jump-links/index.html +9 -9
  347. package/dist/docs/components/jump-links/react/index.html +12 -12
  348. package/dist/docs/components/list/html/index.html +16 -16
  349. package/dist/docs/components/list/index.html +12 -12
  350. package/dist/docs/components/list/react/index.html +12 -12
  351. package/dist/docs/components/login-page/html/index.html +14 -14
  352. package/dist/docs/components/login-page/index.html +10 -10
  353. package/dist/docs/components/login-page/react/index.html +13 -13
  354. package/dist/docs/components/masthead/html/index.html +13 -13
  355. package/dist/docs/components/masthead/html-demos/index.html +23 -23
  356. package/dist/docs/components/masthead/index.html +18 -18
  357. package/dist/docs/components/masthead/react/index.html +15 -15
  358. package/dist/docs/components/menu/html/index.html +46 -46
  359. package/dist/docs/components/menu/index.html +68 -68
  360. package/dist/docs/components/menu/react/index.html +68 -68
  361. package/dist/docs/components/menu-toggle/html/index.html +35 -35
  362. package/dist/docs/components/menu-toggle/index.html +66 -66
  363. package/dist/docs/components/menu-toggle/react/index.html +66 -66
  364. package/dist/docs/components/modal/html-demos/index.html +16 -16
  365. package/dist/docs/components/modal/react/index.html +41 -41
  366. package/dist/docs/components/multiple-file-upload/html/index.html +14 -14
  367. package/dist/docs/components/multiple-file-upload/index.html +29 -29
  368. package/dist/docs/components/multiple-file-upload/react/index.html +29 -29
  369. package/dist/docs/components/navigation/html/index.html +29 -29
  370. package/dist/docs/components/navigation/index.html +21 -21
  371. package/dist/docs/components/notification-drawer/html-demos/index.html +16 -16
  372. package/dist/docs/components/overflow-menu/react/index.html +9 -9
  373. package/dist/docs/components/page/html-demos/index.html +35 -35
  374. package/dist/docs/components/page/react/index.html +47 -47
  375. package/dist/docs/components/pagination/react/index.html +17 -17
  376. package/dist/docs/components/panel/html-demos/index.html +5 -5
  377. package/dist/docs/components/panel/react/index.html +25 -25
  378. package/dist/docs/components/popover/react/index.html +20 -20
  379. package/dist/docs/components/progress/react/index.html +20 -20
  380. package/dist/docs/components/progress-stepper/react/index.html +13 -13
  381. package/dist/docs/components/radio/react/index.html +12 -12
  382. package/dist/docs/components/search-input/index.html +14 -14
  383. package/dist/docs/components/search-input/react/index.html +14 -14
  384. package/dist/docs/components/select/index.html +62 -62
  385. package/dist/docs/components/select/react/index.html +62 -62
  386. package/dist/docs/components/sidebar/react/index.html +17 -17
  387. package/dist/docs/components/simple-file-upload/html/index.html +15 -15
  388. package/dist/docs/components/simple-file-upload/index.html +32 -32
  389. package/dist/docs/components/simple-file-upload/react/index.html +32 -32
  390. package/dist/docs/components/simple-list/react/index.html +9 -9
  391. package/dist/docs/components/skeleton/react/index.html +7 -7
  392. package/dist/docs/components/skip-to-content/react/index.html +3 -3
  393. package/dist/docs/components/slider/react/index.html +19 -19
  394. package/dist/docs/components/spinner/react/index.html +6 -6
  395. package/dist/docs/components/switch/react/index.html +12 -12
  396. package/dist/docs/components/table/html/index.html +129 -129
  397. package/dist/docs/components/table/html-demos/index.html +33 -33
  398. package/dist/docs/components/table/index.html +129 -129
  399. package/dist/docs/components/tabs/html/index.html +64 -64
  400. package/dist/docs/components/tabs/html-demos/index.html +13 -13
  401. package/dist/docs/components/tabs/index.html +74 -74
  402. package/dist/docs/components/tabs/react/index.html +74 -74
  403. package/dist/docs/components/text-area/index.html +15 -15
  404. package/dist/docs/components/text-area/react/index.html +15 -15
  405. package/dist/docs/components/text-input/index.html +10 -10
  406. package/dist/docs/components/text-input/react/index.html +10 -10
  407. package/dist/docs/components/text-input-group/html/index.html +27 -27
  408. package/dist/docs/components/text-input-group/index.html +16 -16
  409. package/dist/docs/components/text-input-group/react/index.html +16 -16
  410. package/dist/docs/components/tile/html-deprecated/index.html +14 -14
  411. package/dist/docs/components/tile/index.html +26 -26
  412. package/dist/docs/components/tile/react-deprecated/index.html +26 -26
  413. package/dist/docs/components/time-picker/index.html +10 -10
  414. package/dist/docs/components/time-picker/react/index.html +10 -10
  415. package/dist/docs/components/timestamp/html/index.html +5 -5
  416. package/dist/docs/components/timestamp/index.html +18 -18
  417. package/dist/docs/components/timestamp/react/index.html +18 -18
  418. package/dist/docs/components/title/react/index.html +7 -7
  419. package/dist/docs/components/toggle-group/react/index.html +21 -21
  420. package/dist/docs/components/toolbar/html-demos/index.html +12 -12
  421. package/dist/docs/components/toolbar/react/index.html +39 -39
  422. package/dist/docs/components/tooltip/react/index.html +9 -9
  423. package/dist/docs/components/tree-view/react/index.html +20 -20
  424. package/dist/docs/components/truncate/react/index.html +10 -10
  425. package/dist/docs/components/wizard/html/index.html +29 -29
  426. package/dist/docs/components/wizard/html-demos/index.html +22 -22
  427. package/dist/docs/components/wizard/index.html +32 -32
  428. package/dist/docs/components/wizard/react/index.html +32 -32
  429. package/dist/docs/components/wizard/react-deprecated/index.html +22 -22
  430. package/dist/docs/layouts/bullseye/html/index.html +8 -8
  431. package/dist/docs/layouts/bullseye/index.html +8 -8
  432. package/dist/docs/layouts/flex/html/index.html +87 -87
  433. package/dist/docs/layouts/flex/index.html +87 -87
  434. package/dist/docs/layouts/gallery/html/index.html +20 -20
  435. package/dist/docs/layouts/gallery/index.html +20 -20
  436. package/dist/docs/layouts/grid/html/index.html +22 -22
  437. package/dist/docs/layouts/grid/index.html +22 -22
  438. package/dist/docs/layouts/level/html/index.html +10 -10
  439. package/dist/docs/layouts/level/index.html +10 -10
  440. package/dist/docs/layouts/split/html/index.html +13 -13
  441. package/dist/docs/layouts/split/index.html +13 -13
  442. package/dist/docs/layouts/stack/html/index.html +12 -12
  443. package/dist/docs/layouts/stack/index.html +12 -12
  444. package/dist/docs/patterns/card-view/html-demos/index.html +4 -4
  445. package/dist/docs/patterns/card-view/index.html +4 -4
  446. package/dist/docs/patterns/dashboard/html-demos/index.html +4 -4
  447. package/dist/docs/patterns/dashboard/index.html +4 -4
  448. package/dist/docs/patterns/primary-detail/html-demos/index.html +20 -20
  449. package/dist/docs/patterns/primary-detail/index.html +20 -20
  450. package/dist/docs/utility-classes/accessibility/html/index.html +8 -8
  451. package/dist/docs/utility-classes/accessibility/index.html +8 -8
  452. package/dist/docs/utility-classes/alignment/html/index.html +7 -7
  453. package/dist/docs/utility-classes/alignment/index.html +7 -7
  454. package/dist/docs/utility-classes/background-color/html/index.html +9 -9
  455. package/dist/docs/utility-classes/background-color/index.html +9 -9
  456. package/dist/docs/utility-classes/flex/html/index.html +17 -17
  457. package/dist/docs/utility-classes/flex/index.html +17 -17
  458. package/dist/docs/utility-classes/float/html/index.html +10 -10
  459. package/dist/docs/utility-classes/float/index.html +10 -10
  460. package/dist/docs/utility-classes/sizing/html/index.html +31 -31
  461. package/dist/docs/utility-classes/sizing/index.html +31 -31
  462. package/dist/docs/utility-classes/spacing/html/index.html +12 -12
  463. package/dist/docs/utility-classes/spacing/index.html +12 -12
  464. package/dist/props.json +1 -1
  465. package/jest.config.ts +2 -0
  466. package/package.json +8 -6
  467. package/public/_routes.json +22 -0
  468. package/src/__mocks__/astro-content.ts +6 -0
  469. package/src/content.ts +1 -1
  470. package/src/pages/api/[version]/[section]/[page]/[tab].ts +153 -0
  471. package/src/pages/api/[version]/[section]/[page].ts +38 -0
  472. package/src/pages/api/[version]/[section].ts +37 -0
  473. package/src/pages/api/[version].ts +32 -0
  474. package/src/pages/api/index.ts +172 -0
  475. package/src/pages/api/openapi.json.ts +398 -0
  476. package/src/pages/api/versions.ts +17 -0
  477. package/src/pages/apiIndex.json.ts +27 -0
  478. package/src/utils/apiHelpers.ts +50 -0
  479. package/src/utils/apiIndex/fetch.ts +20 -0
  480. package/src/utils/apiIndex/generate.ts +164 -0
  481. package/src/utils/apiIndex/get.ts +94 -0
  482. package/src/utils/apiIndex/index.ts +8 -0
  483. package/src/utils/getOutputDir.ts +19 -0
  484. package/src/utils/packageUtils.ts +5 -3
  485. package/test.setup.ts +26 -0
  486. package/tsconfig.json +9 -4
  487. package/wrangler.jsonc +3 -7
  488. package/dist/docs/_worker.js/manifest_xB4kYTib.mjs +0 -100
  489. /package/dist/docs/_worker.js/chunks/{AboutModalBox_Cu3lYj-F.mjs → AboutModalBox_BNczOYyR.mjs} +0 -0
  490. /package/dist/docs/_worker.js/chunks/{AboutModalBox_CuJGPHPL.mjs → AboutModalBox_C8zbG7Rg.mjs} +0 -0
  491. /package/dist/docs/_worker.js/chunks/{AboutModal_2kPyLvs3.mjs → AboutModal_BPvzWsrK.mjs} +0 -0
  492. /package/dist/docs/_worker.js/chunks/{AboutModal_B0z7yzIi.mjs → AboutModal_CeYYXWLv.mjs} +0 -0
  493. /package/dist/docs/_worker.js/chunks/{AboutModal_BDdESuuB.mjs → AboutModal_DJyd9uvp.mjs} +0 -0
  494. /package/dist/docs/_worker.js/chunks/{AboutModal_Dz2U27Vz.mjs → AboutModal_NzRG49E2.mjs} +0 -0
  495. /package/dist/docs/_worker.js/chunks/{Accessibility_BRx5nlJS.mjs → Accessibility_COWkI0jH.mjs} +0 -0
  496. /package/dist/docs/_worker.js/chunks/{Accessibility_qcjoR3_w.mjs → Accessibility_DSa9S6Ia.mjs} +0 -0
  497. /package/dist/docs/_worker.js/chunks/{Accordion_BkjW7yKq.mjs → Accordion_BlqY2C4D.mjs} +0 -0
  498. /package/dist/docs/_worker.js/chunks/{Accordion_CeHgjBz5.mjs → Accordion_CBBb0bLf.mjs} +0 -0
  499. /package/dist/docs/_worker.js/chunks/{Accordion_Cf63uWRp.mjs → Accordion_DAJlnIsZ.mjs} +0 -0
  500. /package/dist/docs/_worker.js/chunks/{Accordion_CpKvLzts.mjs → Accordion_DPHcrnYm.mjs} +0 -0
  501. /package/dist/docs/_worker.js/chunks/{ActionList_CF8a0IE9.mjs → ActionList_BkFDr382.mjs} +0 -0
  502. /package/dist/docs/_worker.js/chunks/{ActionList_Ch2LF-uv.mjs → ActionList_ChWZANBN.mjs} +0 -0
  503. /package/dist/docs/_worker.js/chunks/{ActionList_DWfW-IXs.mjs → ActionList_CuNEWpkC.mjs} +0 -0
  504. /package/dist/docs/_worker.js/chunks/{ActionList_Do_u7FsF.mjs → ActionList_DY0cKgjH.mjs} +0 -0
  505. /package/dist/docs/_worker.js/chunks/{Alert_BRqRi--b.mjs → Alert_BMKUu0xa.mjs} +0 -0
  506. /package/dist/docs/_worker.js/chunks/{Alert_BkfSiopo.mjs → Alert_BxxG-qhM.mjs} +0 -0
  507. /package/dist/docs/_worker.js/chunks/{Alert_BvereOfi.mjs → Alert_CuWvSmhx.mjs} +0 -0
  508. /package/dist/docs/_worker.js/chunks/{Alert_DUygPpQ5.mjs → Alert_DSyLCSlk.mjs} +0 -0
  509. /package/dist/docs/_worker.js/chunks/{Alert_QN7Mib-4.mjs → Alert_DY6c8Khh.mjs} +0 -0
  510. /package/dist/docs/_worker.js/chunks/{Alert_e-PUKVbG.mjs → Alert_GrG2aXYs.mjs} +0 -0
  511. /package/dist/docs/_worker.js/chunks/{Alignment_BUigz3LN.mjs → Alignment_CheFF91a.mjs} +0 -0
  512. /package/dist/docs/_worker.js/chunks/{Alignment_BoQxc0QM.mjs → Alignment_PVMuqeaO.mjs} +0 -0
  513. /package/dist/docs/_worker.js/chunks/{Avatar_BQ-g5V1O.mjs → Avatar_BaNh8rVy.mjs} +0 -0
  514. /package/dist/docs/_worker.js/chunks/{Avatar_CaZKESle.mjs → Avatar_C869bl5e.mjs} +0 -0
  515. /package/dist/docs/_worker.js/chunks/{Avatar_D8ATrjy5.mjs → Avatar_fcU0a-xJ.mjs} +0 -0
  516. /package/dist/docs/_worker.js/chunks/{Avatar_DKuiyYnc.mjs → Avatar_oNtW34f1.mjs} +0 -0
  517. /package/dist/docs/_worker.js/chunks/{BackToTop_BoRi2cA8.mjs → BackToTop_3FLvF2xk.mjs} +0 -0
  518. /package/dist/docs/_worker.js/chunks/{BackToTop_CJUUzsiv.mjs → BackToTop_BA7x9mvO.mjs} +0 -0
  519. /package/dist/docs/_worker.js/chunks/{BackToTop_Cl-uD2kH.mjs → BackToTop_Bc0G7rHN.mjs} +0 -0
  520. /package/dist/docs/_worker.js/chunks/{BackToTop_Czsq0Qaz.mjs → BackToTop_Bs32_WdM.mjs} +0 -0
  521. /package/dist/docs/_worker.js/chunks/{BackToTop_Do5ZHwh-.mjs → BackToTop_C9BdLTse.mjs} +0 -0
  522. /package/dist/docs/_worker.js/chunks/{BackToTop__KYf0zZz.mjs → BackToTop_Dc0HPyKc.mjs} +0 -0
  523. /package/dist/docs/_worker.js/chunks/{Backdrop_1jDnW_h-.mjs → Backdrop_7uK7x__z.mjs} +0 -0
  524. /package/dist/docs/_worker.js/chunks/{Backdrop_9cK5Uglb.mjs → Backdrop_BG6uadcI.mjs} +0 -0
  525. /package/dist/docs/_worker.js/chunks/{Backdrop_D5kOAkXn.mjs → Backdrop_BtWYFg-O.mjs} +0 -0
  526. /package/dist/docs/_worker.js/chunks/{Backdrop_FSaNVAb6.mjs → Backdrop_BvxFQdF9.mjs} +0 -0
  527. /package/dist/docs/_worker.js/chunks/{BackgroundColor_DBPo2sc5.mjs → BackgroundColor_D1Af2EE6.mjs} +0 -0
  528. /package/dist/docs/_worker.js/chunks/{BackgroundColor_DVx1LiIA.mjs → BackgroundColor_km2Swoh1.mjs} +0 -0
  529. /package/dist/docs/_worker.js/chunks/{BackgroundImage_1B4Xqvjz.mjs → BackgroundImage_5kJenDad.mjs} +0 -0
  530. /package/dist/docs/_worker.js/chunks/{BackgroundImage_BFGSvlXv.mjs → BackgroundImage_BMN4T5dS.mjs} +0 -0
  531. /package/dist/docs/_worker.js/chunks/{BackgroundImage_CuYgrC7t.mjs → BackgroundImage_CLlcp6_G.mjs} +0 -0
  532. /package/dist/docs/_worker.js/chunks/{BackgroundImage_Dw6e0Lyu.mjs → BackgroundImage_WY20wili.mjs} +0 -0
  533. /package/dist/docs/_worker.js/chunks/{Badge_B-DCK0co.mjs → Badge_BbfV9eFd.mjs} +0 -0
  534. /package/dist/docs/_worker.js/chunks/{Badge_B3H9xO69.mjs → Badge_CH4M-tWN.mjs} +0 -0
  535. /package/dist/docs/_worker.js/chunks/{Badge_BcySz2jh.mjs → Badge_CWzUxB8l.mjs} +0 -0
  536. /package/dist/docs/_worker.js/chunks/{Badge_Jsmi3Kxq.mjs → Badge_CmDTaJjh.mjs} +0 -0
  537. /package/dist/docs/_worker.js/chunks/{Banner_B8ITz2zL.mjs → Banner_BUnrevVM.mjs} +0 -0
  538. /package/dist/docs/_worker.js/chunks/{Banner_BGiPyzR_.mjs → Banner_Cahzlmat.mjs} +0 -0
  539. /package/dist/docs/_worker.js/chunks/{Banner_Cg9HPJpG.mjs → Banner_FHaHghSg.mjs} +0 -0
  540. /package/dist/docs/_worker.js/chunks/{Banner_Cn7uthlJ.mjs → Banner_FlNcMFkL.mjs} +0 -0
  541. /package/dist/docs/_worker.js/chunks/{Banner_CxwqlJVm.mjs → Banner_JU8blRLq.mjs} +0 -0
  542. /package/dist/docs/_worker.js/chunks/{Banner_DOUhfqWw.mjs → Banner_PXq9izyR.mjs} +0 -0
  543. /package/dist/docs/_worker.js/chunks/{BasicForms_B8tjSKLE.mjs → BasicForms_CRKLIxWY.mjs} +0 -0
  544. /package/dist/docs/_worker.js/chunks/{BasicForms_CwmafI57.mjs → BasicForms_DfSp5KU7.mjs} +0 -0
  545. /package/dist/docs/_worker.js/chunks/{Brand_Bc16U4sl.mjs → Brand_B30r7hZ6.mjs} +0 -0
  546. /package/dist/docs/_worker.js/chunks/{Brand_Ca5twYGi.mjs → Brand_BfmPCXwg.mjs} +0 -0
  547. /package/dist/docs/_worker.js/chunks/{Brand_CiRWWx3E.mjs → Brand_BvvdXzb1.mjs} +0 -0
  548. /package/dist/docs/_worker.js/chunks/{Brand_EXmEIPy8.mjs → Brand_GLhvVdyd.mjs} +0 -0
  549. /package/dist/docs/_worker.js/chunks/{Breadcrumb_BX2cFjiF.mjs → Breadcrumb_3JGDbbuT.mjs} +0 -0
  550. /package/dist/docs/_worker.js/chunks/{Breadcrumb_BjI3zcaO.mjs → Breadcrumb_BRgcJqnY.mjs} +0 -0
  551. /package/dist/docs/_worker.js/chunks/{Breadcrumb_BpBuLVTr.mjs → Breadcrumb_BpSRoboz.mjs} +0 -0
  552. /package/dist/docs/_worker.js/chunks/{Breadcrumb_CirgAHgC.mjs → Breadcrumb_DZII1CYA.mjs} +0 -0
  553. /package/dist/docs/_worker.js/chunks/{Bullseye_BIs4SLst.mjs → Bullseye_CBKv8V48.mjs} +0 -0
  554. /package/dist/docs/_worker.js/chunks/{Bullseye_CN1FN4JT.mjs → Bullseye_DDNLt3fh.mjs} +0 -0
  555. /package/dist/docs/_worker.js/chunks/{Button_8xH2aT7J.mjs → Button_B-Y4jih0.mjs} +0 -0
  556. /package/dist/docs/_worker.js/chunks/{Button_B1kHGK3S.mjs → Button_BSFDzlps.mjs} +0 -0
  557. /package/dist/docs/_worker.js/chunks/{Button_C-S6OiP6.mjs → Button_CFHM4AFH.mjs} +0 -0
  558. /package/dist/docs/_worker.js/chunks/{Button_DFy1CpC-.mjs → Button_D38jkR7H.mjs} +0 -0
  559. /package/dist/docs/_worker.js/chunks/{Button_XADBi_Ls.mjs → Button_DmVPT4H2.mjs} +0 -0
  560. /package/dist/docs/_worker.js/chunks/{Button_danYwnXx.mjs → Button_agojXX0J.mjs} +0 -0
  561. /package/dist/docs/_worker.js/chunks/{CalendarMonth_B09a0u_g.mjs → CalendarMonth_C8v3gM3y.mjs} +0 -0
  562. /package/dist/docs/_worker.js/chunks/{CalendarMonth_BgAdBBc2.mjs → CalendarMonth_CWncV4uY.mjs} +0 -0
  563. /package/dist/docs/_worker.js/chunks/{CalendarMonth_CBumh51r.mjs → CalendarMonth_D_e29EfW.mjs} +0 -0
  564. /package/dist/docs/_worker.js/chunks/{CalendarMonth_C_WNUtgk.mjs → CalendarMonth_FATpCVIq.mjs} +0 -0
  565. /package/dist/docs/_worker.js/chunks/{CardView_DJgLPA2i.mjs → CardView_B-NDMEtF.mjs} +0 -0
  566. /package/dist/docs/_worker.js/chunks/{CardView_D_SJbntJ.mjs → CardView_Dpll06PH.mjs} +0 -0
  567. /package/dist/docs/_worker.js/chunks/{Card_-kgmEE9_.mjs → Card_7s4QIA2Z.mjs} +0 -0
  568. /package/dist/docs/_worker.js/chunks/{Card_BGXuqPsV.mjs → Card_B5XzQFdM.mjs} +0 -0
  569. /package/dist/docs/_worker.js/chunks/{Card_Bvgop1nZ.mjs → Card_BLB4dGR8.mjs} +0 -0
  570. /package/dist/docs/_worker.js/chunks/{Card_C6PpZ7gQ.mjs → Card_BS60F8kt.mjs} +0 -0
  571. /package/dist/docs/_worker.js/chunks/{Card_Ckqju2uX.mjs → Card_BtN8CqII.mjs} +0 -0
  572. /package/dist/docs/_worker.js/chunks/{Card_uIM_n8iH.mjs → Card_D8DoqX5T.mjs} +0 -0
  573. /package/dist/docs/_worker.js/chunks/{Check_DtQoPD6Z.mjs → Check_BB20AYbW.mjs} +0 -0
  574. /package/dist/docs/_worker.js/chunks/{Check_dBL7Gl6I.mjs → Check_DHkkgahn.mjs} +0 -0
  575. /package/dist/docs/_worker.js/chunks/{Checkbox_DvLpvMWN.mjs → Checkbox_DjV26Wgr.mjs} +0 -0
  576. /package/dist/docs/_worker.js/chunks/{Checkbox_DzcSGlbI.mjs → Checkbox_xflCkZIF.mjs} +0 -0
  577. /package/dist/docs/_worker.js/chunks/{Chip_CKLvI_Mf.mjs → Chip_BUMeI1O4.mjs} +0 -0
  578. /package/dist/docs/_worker.js/chunks/{Chip_DMEUR3Vv.mjs → Chip_BgLdVWOV.mjs} +0 -0
  579. /package/dist/docs/_worker.js/chunks/{ClipboardCopy_BXBMqMCs.mjs → ClipboardCopy_BIF12RM4.mjs} +0 -0
  580. /package/dist/docs/_worker.js/chunks/{ClipboardCopy_CFhZKIF0.mjs → ClipboardCopy_C4BuHCoz.mjs} +0 -0
  581. /package/dist/docs/_worker.js/chunks/{ClipboardCopy_DfLdAhwk.mjs → ClipboardCopy_DO-6QDpS.mjs} +0 -0
  582. /package/dist/docs/_worker.js/chunks/{ClipboardCopy_fnGItLg6.mjs → ClipboardCopy_qiS1xwMp.mjs} +0 -0
  583. /package/dist/docs/_worker.js/chunks/{CodeBlock_0C7qF2dr.mjs → CodeBlock_CYx5pFrZ.mjs} +0 -0
  584. /package/dist/docs/_worker.js/chunks/{CodeBlock_C6bcm2cn.mjs → CodeBlock_N2kfXLK5.mjs} +0 -0
  585. /package/dist/docs/_worker.js/chunks/{CodeBlock_C7Wzj1gx.mjs → CodeBlock_jCqMrKer.mjs} +0 -0
  586. /package/dist/docs/_worker.js/chunks/{CodeBlock_CdTE84x7.mjs → CodeBlock_lFFVflex.mjs} +0 -0
  587. /package/dist/docs/_worker.js/chunks/{CodeEditor_CWTZGsBI.mjs → CodeEditor_B9FvAqQv.mjs} +0 -0
  588. /package/dist/docs/_worker.js/chunks/{CodeEditor_D38VxLRX.mjs → CodeEditor_iJZcldbJ.mjs} +0 -0
  589. /package/dist/docs/_worker.js/chunks/{Content_BZxSjz_J.mjs → Content_DLR-SAaR.mjs} +0 -0
  590. /package/dist/docs/_worker.js/chunks/{Content_BmQwKJh_.mjs → Content_DQlmPrb8.mjs} +0 -0
  591. /package/dist/docs/_worker.js/chunks/{Content_DBNy5xBO.mjs → Content_DfqlBN-S.mjs} +0 -0
  592. /package/dist/docs/_worker.js/chunks/{Content_DrBKqT0k.mjs → Content_DhQ5uoQR.mjs} +0 -0
  593. /package/dist/docs/_worker.js/chunks/{Dashboard_B83TJg4a.mjs → Dashboard_BX0o5ROG.mjs} +0 -0
  594. /package/dist/docs/_worker.js/chunks/{Dashboard_DOtfffa6.mjs → Dashboard_CmcIupy1.mjs} +0 -0
  595. /package/dist/docs/_worker.js/chunks/{DataList_BjvE1-EN.mjs → DataList_BopnpeSv.mjs} +0 -0
  596. /package/dist/docs/_worker.js/chunks/{DataList_C8kDWfRu.mjs → DataList_C77dw91k.mjs} +0 -0
  597. /package/dist/docs/_worker.js/chunks/{DataList_CbE2AChO.mjs → DataList_C8deNCCm.mjs} +0 -0
  598. /package/dist/docs/_worker.js/chunks/{DataList_DSWugIlK.mjs → DataList_CHDx7o8c.mjs} +0 -0
  599. /package/dist/docs/_worker.js/chunks/{DataList_UQvuLrIO.mjs → DataList_DL12oPLb.mjs} +0 -0
  600. /package/dist/docs/_worker.js/chunks/{DataList_fAvCqaO9.mjs → DataList_DgaFlNxX.mjs} +0 -0
  601. /package/dist/docs/_worker.js/chunks/{DatePicker_ChDlX3iu.mjs → DatePicker_9PDaPseK.mjs} +0 -0
  602. /package/dist/docs/_worker.js/chunks/{DatePicker_DmPubMAh.mjs → DatePicker_DMkVH-KU.mjs} +0 -0
  603. /package/dist/docs/_worker.js/chunks/{DatePicker_DxC4SjdP.mjs → DatePicker_DsGMOhWO.mjs} +0 -0
  604. /package/dist/docs/_worker.js/chunks/{DatePicker_LoutNOXE.mjs → DatePicker_EvLi4WDs.mjs} +0 -0
  605. /package/dist/docs/_worker.js/chunks/{DescriptionList_3lGdBb0U.mjs → DescriptionList_ASlHyhtz.mjs} +0 -0
  606. /package/dist/docs/_worker.js/chunks/{DescriptionList_BDELBpRj.mjs → DescriptionList_BnVlCfDg.mjs} +0 -0
  607. /package/dist/docs/_worker.js/chunks/{DescriptionList_CLtdawK9.mjs → DescriptionList_ByVHfI3x.mjs} +0 -0
  608. /package/dist/docs/_worker.js/chunks/{DescriptionList_D1-hsrAN.mjs → DescriptionList_C1LMmPyz.mjs} +0 -0
  609. /package/dist/docs/_worker.js/chunks/{DescriptionList_nVVfmKOa.mjs → DescriptionList_CWoVmHWI.mjs} +0 -0
  610. /package/dist/docs/_worker.js/chunks/{DescriptionList_qJOduyx2.mjs → DescriptionList_D5Q0rs8C.mjs} +0 -0
  611. /package/dist/docs/_worker.js/chunks/{Display_IGnId0qr.mjs → Display_CAsjZFSd.mjs} +0 -0
  612. /package/dist/docs/_worker.js/chunks/{Display_s4e7T1j8.mjs → Display_xCEc_Oca.mjs} +0 -0
  613. /package/dist/docs/_worker.js/chunks/{Divider_CmZybpc_.mjs → Divider_B6OiIkro.mjs} +0 -0
  614. /package/dist/docs/_worker.js/chunks/{Divider_CvaEHek5.mjs → Divider_Bxbf5mZN.mjs} +0 -0
  615. /package/dist/docs/_worker.js/chunks/{Divider_DvFZnJJ7.mjs → Divider_CKYfxMgN.mjs} +0 -0
  616. /package/dist/docs/_worker.js/chunks/{Divider_pyLZ_EMM.mjs → Divider_Cnzfsx6G.mjs} +0 -0
  617. /package/dist/docs/_worker.js/chunks/{DragDrop_BvPhro74.mjs → DragDrop_1en70gW4.mjs} +0 -0
  618. /package/dist/docs/_worker.js/chunks/{DragDrop_CT1WBYhp.mjs → DragDrop_C0v3e_cU.mjs} +0 -0
  619. /package/dist/docs/_worker.js/chunks/{DragDrop_CUw_-GtF.mjs → DragDrop_Cin3wle-.mjs} +0 -0
  620. /package/dist/docs/_worker.js/chunks/{DragDrop_DSAdhUHP.mjs → DragDrop_mB4sMgjx.mjs} +0 -0
  621. /package/dist/docs/_worker.js/chunks/{Drawer_BVm5Yhus.mjs → Drawer_BW9erPO2.mjs} +0 -0
  622. /package/dist/docs/_worker.js/chunks/{Drawer_Bhax3CGl.mjs → Drawer_C-WgSkcG.mjs} +0 -0
  623. /package/dist/docs/_worker.js/chunks/{Drawer_CIBwlqQC.mjs → Drawer_C1KBDQ5l.mjs} +0 -0
  624. /package/dist/docs/_worker.js/chunks/{Drawer_CeYoRuud.mjs → Drawer_DA64hmKf.mjs} +0 -0
  625. /package/dist/docs/_worker.js/chunks/{Drawer_DpEoCU11.mjs → Drawer_DMc1uO89.mjs} +0 -0
  626. /package/dist/docs/_worker.js/chunks/{Drawer_GCYNgR69.mjs → Drawer_PeZQnMIO.mjs} +0 -0
  627. /package/dist/docs/_worker.js/chunks/{Dropdown_1ERtwj9O.mjs → Dropdown_Dg9_E15P.mjs} +0 -0
  628. /package/dist/docs/_worker.js/chunks/{Dropdown_D6m8nATe.mjs → Dropdown_Dn5FUndI.mjs} +0 -0
  629. /package/dist/docs/_worker.js/chunks/{DualListSelector_BeocT9BY.mjs → DualListSelector_-ZCw4aJP.mjs} +0 -0
  630. /package/dist/docs/_worker.js/chunks/{DualListSelector_CnuREgii.mjs → DualListSelector_BNVGJkd3.mjs} +0 -0
  631. /package/dist/docs/_worker.js/chunks/{DualListSelector_D7bU59cy.mjs → DualListSelector_Bjmq7VyJ.mjs} +0 -0
  632. /package/dist/docs/_worker.js/chunks/{DualListSelector_DaQc0u7L.mjs → DualListSelector_Bx4TqnjA.mjs} +0 -0
  633. /package/dist/docs/_worker.js/chunks/{DualListSelector_DnK-4e_t.mjs → DualListSelector_C4FOl0eW.mjs} +0 -0
  634. /package/dist/docs/_worker.js/chunks/{DualListSelector_eNCJBkn3.mjs → DualListSelector__iK-h_oy.mjs} +0 -0
  635. /package/dist/docs/_worker.js/chunks/{EmptyState_4aPHv0oS.mjs → EmptyState_BqEcPKpc.mjs} +0 -0
  636. /package/dist/docs/_worker.js/chunks/{EmptyState_BxopGC5Y.mjs → EmptyState_C0R60QYB.mjs} +0 -0
  637. /package/dist/docs/_worker.js/chunks/{EmptyState_CGPjIFR2.mjs → EmptyState_DRiJr40u.mjs} +0 -0
  638. /package/dist/docs/_worker.js/chunks/{EmptyState_Cm7R7m5E.mjs → EmptyState_b8WjbK6G.mjs} +0 -0
  639. /package/dist/docs/_worker.js/chunks/{ExpandableSection_7MhgwzIQ.mjs → ExpandableSection_C5wB6yQe.mjs} +0 -0
  640. /package/dist/docs/_worker.js/chunks/{ExpandableSection_C9EV1430.mjs → ExpandableSection_CAudiMeL.mjs} +0 -0
  641. /package/dist/docs/_worker.js/chunks/{ExpandableSection_ChLVmhmz.mjs → ExpandableSection_h__Wlq_8.mjs} +0 -0
  642. /package/dist/docs/_worker.js/chunks/{ExpandableSection_DbaTBUK0.mjs → ExpandableSection_rino3ake.mjs} +0 -0
  643. /package/dist/docs/_worker.js/chunks/{FileUpload_-AMCHxRs.mjs → FileUpload_BBytFSDi.mjs} +0 -0
  644. /package/dist/docs/_worker.js/chunks/{FileUpload_Bh088GWC.mjs → FileUpload_Brcpxjgy.mjs} +0 -0
  645. /package/dist/docs/_worker.js/chunks/{FileUpload_Bp400wRv.mjs → FileUpload_CCluI7Qg.mjs} +0 -0
  646. /package/dist/docs/_worker.js/chunks/{FileUpload_Bw9Y-_MR.mjs → FileUpload_CJv9o7iX.mjs} +0 -0
  647. /package/dist/docs/_worker.js/chunks/{Flex_CKc1G2R_.mjs → Flex_BSEvNiCq.mjs} +0 -0
  648. /package/dist/docs/_worker.js/chunks/{Flex_CZUMPRAJ.mjs → Flex_DBp4St0L.mjs} +0 -0
  649. /package/dist/docs/_worker.js/chunks/{Flex_DKSXSurr.mjs → Flex_DMpmr1cB.mjs} +0 -0
  650. /package/dist/docs/_worker.js/chunks/{Flex_YfCm5HaC.mjs → Flex_MwVi3xPw.mjs} +0 -0
  651. /package/dist/docs/_worker.js/chunks/{Float_BPeNj4E6.mjs → Float_CSEpZMsA.mjs} +0 -0
  652. /package/dist/docs/_worker.js/chunks/{Float_iQZnnAiX.mjs → Float_DiHaeRgP.mjs} +0 -0
  653. /package/dist/docs/_worker.js/chunks/{FormControl_CZWnehfz.mjs → FormControl_CwgwqtI-.mjs} +0 -0
  654. /package/dist/docs/_worker.js/chunks/{FormControl_Cx-ba5Qk.mjs → FormControl_kYJyUVQi.mjs} +0 -0
  655. /package/dist/docs/_worker.js/chunks/{FormSelect_-gqb1xwe.mjs → FormSelect_DCumhhO4.mjs} +0 -0
  656. /package/dist/docs/_worker.js/chunks/{FormSelect_DEsRV24d.mjs → FormSelect_DorfB_dn.mjs} +0 -0
  657. /package/dist/docs/_worker.js/chunks/{Form_D1nKt_79.mjs → Form_BoHYDmOW.mjs} +0 -0
  658. /package/dist/docs/_worker.js/chunks/{Form_D3G3m68w.mjs → Form_Bzc8we9g.mjs} +0 -0
  659. /package/dist/docs/_worker.js/chunks/{Form_DWJD_soL.mjs → Form_CkOABJis.mjs} +0 -0
  660. /package/dist/docs/_worker.js/chunks/{Form_PYxb5bzV.mjs → Form_opnqDEUL.mjs} +0 -0
  661. /package/dist/docs/_worker.js/chunks/{Gallery_B0D9c9SA.mjs → Gallery_CaNW5BKu.mjs} +0 -0
  662. /package/dist/docs/_worker.js/chunks/{Gallery_DXqxzx-Z.mjs → Gallery_Cl9YyYS-.mjs} +0 -0
  663. /package/dist/docs/_worker.js/chunks/{Grid_Cd2BcI08.mjs → Grid_CRvH-aCL.mjs} +0 -0
  664. /package/dist/docs/_worker.js/chunks/{Grid_Dox2ZoC6.mjs → Grid_DGUOKf99.mjs} +0 -0
  665. /package/dist/docs/_worker.js/chunks/{HelperText_8gmB4M_G.mjs → HelperText_7uSwd4Bo.mjs} +0 -0
  666. /package/dist/docs/_worker.js/chunks/{HelperText_B8Cok64Y.mjs → HelperText_BGQ-3A0k.mjs} +0 -0
  667. /package/dist/docs/_worker.js/chunks/{HelperText_BHC4l-i3.mjs → HelperText_BLszq2Gb.mjs} +0 -0
  668. /package/dist/docs/_worker.js/chunks/{HelperText_BpmMVNF4.mjs → HelperText_BrRGcKIR.mjs} +0 -0
  669. /package/dist/docs/_worker.js/chunks/{HelperText_DD9mIdb7.mjs → HelperText_DxtUrixW.mjs} +0 -0
  670. /package/dist/docs/_worker.js/chunks/{HelperText_X1kywm1k.mjs → HelperText_Mxj1MT36.mjs} +0 -0
  671. /package/dist/docs/_worker.js/chunks/{Hint_BOj5Ckqk.mjs → Hint_0gsAL_6K.mjs} +0 -0
  672. /package/dist/docs/_worker.js/chunks/{Hint_Btj22muI.mjs → Hint_CFny7XG0.mjs} +0 -0
  673. /package/dist/docs/_worker.js/chunks/{Hint_CRiLDYNg.mjs → Hint_DefhAp7H.mjs} +0 -0
  674. /package/dist/docs/_worker.js/chunks/{Hint_XUWVZoQD.mjs → Hint_DvPFB4ub.mjs} +0 -0
  675. /package/dist/docs/_worker.js/chunks/{Icon_5GI-2iys.mjs → Icon_BWLCvO1K.mjs} +0 -0
  676. /package/dist/docs/_worker.js/chunks/{Icon_BLzTbMWd.mjs → Icon_BczAebuY.mjs} +0 -0
  677. /package/dist/docs/_worker.js/chunks/{Icon_CqNe5xhP.mjs → Icon_CsUv3L9e.mjs} +0 -0
  678. /package/dist/docs/_worker.js/chunks/{Icon_NgZ_DoK3.mjs → Icon_u3du6xT4.mjs} +0 -0
  679. /package/dist/docs/_worker.js/chunks/{InlineEdit_B969VsU7.mjs → InlineEdit_Baoy8Mpe.mjs} +0 -0
  680. /package/dist/docs/_worker.js/chunks/{InlineEdit_fEHXpDuD.mjs → InlineEdit_DWDZ_00O.mjs} +0 -0
  681. /package/dist/docs/_worker.js/chunks/{InputGroup_5rI-0jg-.mjs → InputGroup_BsEj5wS8.mjs} +0 -0
  682. /package/dist/docs/_worker.js/chunks/{InputGroup_CP0BMHVg.mjs → InputGroup_DjQzimD7.mjs} +0 -0
  683. /package/dist/docs/_worker.js/chunks/{InputGroup_CpVp7l7v.mjs → InputGroup_P8g0qhgK.mjs} +0 -0
  684. /package/dist/docs/_worker.js/chunks/{InputGroup_nIpwoKB2.mjs → InputGroup_d8k8cWIf.mjs} +0 -0
  685. /package/dist/docs/_worker.js/chunks/{JumpLinks_3QOMFEfu.mjs → JumpLinks_BCPXiiLz.mjs} +0 -0
  686. /package/dist/docs/_worker.js/chunks/{JumpLinks_BxcpZFcw.mjs → JumpLinks_Bla_syZz.mjs} +0 -0
  687. /package/dist/docs/_worker.js/chunks/{JumpLinks_Cjqgk36d.mjs → JumpLinks_C5D_xKoP.mjs} +0 -0
  688. /package/dist/docs/_worker.js/chunks/{JumpLinks_D0c3iyVx.mjs → JumpLinks_CM0JaWX5.mjs} +0 -0
  689. /package/dist/docs/_worker.js/chunks/{JumpLinks_DRKVlWuV.mjs → JumpLinks_D6n6zbys.mjs} +0 -0
  690. /package/dist/docs/_worker.js/chunks/{JumpLinks_wCe-iuR1.mjs → JumpLinks_wOWDSGdE.mjs} +0 -0
  691. /package/dist/docs/_worker.js/chunks/{Label_D7g8PiVp.mjs → Label_10PYmgmY.mjs} +0 -0
  692. /package/dist/docs/_worker.js/chunks/{Label_Ui5uJD3i.mjs → Label_B5OSeK3h.mjs} +0 -0
  693. /package/dist/docs/_worker.js/chunks/{Label_WP06UeBh.mjs → Label_BT-0r2eh.mjs} +0 -0
  694. /package/dist/docs/_worker.js/chunks/{Label_r4hFZ6er.mjs → Label_joomVXEb.mjs} +0 -0
  695. /package/dist/docs/_worker.js/chunks/{Level_BAc2AXw7.mjs → Level_BI1SxWef.mjs} +0 -0
  696. /package/dist/docs/_worker.js/chunks/{Level_CEIrAmfV.mjs → Level_C3pSfUGg.mjs} +0 -0
  697. /package/dist/docs/_worker.js/chunks/{List_C6OSxDQM.mjs → List_BpLWxsBw.mjs} +0 -0
  698. /package/dist/docs/_worker.js/chunks/{List_DSMt7Cat.mjs → List_CPsQIcHe.mjs} +0 -0
  699. /package/dist/docs/_worker.js/chunks/{List_DhQEOBM-.mjs → List_DyPWZ4dC.mjs} +0 -0
  700. /package/dist/docs/_worker.js/chunks/{List_DysZ1TvG.mjs → List_EjRUnTW3.mjs} +0 -0
  701. /package/dist/docs/_worker.js/chunks/{LoginPage_C4gxnxqJ.mjs → LoginPage_Bys39qKW.mjs} +0 -0
  702. /package/dist/docs/_worker.js/chunks/{LoginPage_gWBzKOCs.mjs → LoginPage_D6cqn-De.mjs} +0 -0
  703. /package/dist/docs/_worker.js/chunks/{Login_BwwgZ1z_.mjs → Login_CRFcCJ1F.mjs} +0 -0
  704. /package/dist/docs/_worker.js/chunks/{Login_e4VsumLx.mjs → Login_DjNhEc3s.mjs} +0 -0
  705. /package/dist/docs/_worker.js/chunks/{Masthead_BaLmq3V3.mjs → Masthead_CHNvxuLR.mjs} +0 -0
  706. /package/dist/docs/_worker.js/chunks/{Masthead_BtIJoqaR.mjs → Masthead_CUO_hUC8.mjs} +0 -0
  707. /package/dist/docs/_worker.js/chunks/{Masthead_Cusyq_Me.mjs → Masthead_DmXqVBTy.mjs} +0 -0
  708. /package/dist/docs/_worker.js/chunks/{Masthead_DQwZX3rc.mjs → Masthead_uCL2Ca9k.mjs} +0 -0
  709. /package/dist/docs/_worker.js/chunks/{MenuToggle_CDNmk80b.mjs → MenuToggle_4nodyVMz.mjs} +0 -0
  710. /package/dist/docs/_worker.js/chunks/{MenuToggle_CZbKtgll.mjs → MenuToggle_DtK3RWjL.mjs} +0 -0
  711. /package/dist/docs/_worker.js/chunks/{MenuToggle_Cvxc6Do1.mjs → MenuToggle_bgqkjE6A.mjs} +0 -0
  712. /package/dist/docs/_worker.js/chunks/{MenuToggle_DQwNzPE1.mjs → MenuToggle_o4Dqsi3u.mjs} +0 -0
  713. /package/dist/docs/_worker.js/chunks/{Menu_BC8Spjbp.mjs → Menu_0LT543_p.mjs} +0 -0
  714. /package/dist/docs/_worker.js/chunks/{Menu_DB5IGI1b.mjs → Menu_2b0UR-6T.mjs} +0 -0
  715. /package/dist/docs/_worker.js/chunks/{Menu_Dd7cUFxO.mjs → Menu_CBGdbN93.mjs} +0 -0
  716. /package/dist/docs/_worker.js/chunks/{Menu_e6jsNFoi.mjs → Menu_hqH2xQxg.mjs} +0 -0
  717. /package/dist/docs/_worker.js/chunks/{ModalBox_B28Vs7V3.mjs → ModalBox_CzkZSzrd.mjs} +0 -0
  718. /package/dist/docs/_worker.js/chunks/{ModalBox_BDco84SU.mjs → ModalBox_kwfBIunq.mjs} +0 -0
  719. /package/dist/docs/_worker.js/chunks/{Modal_84GGyH0c.mjs → Modal_Bpx0iW6c.mjs} +0 -0
  720. /package/dist/docs/_worker.js/chunks/{Modal_BOmjGSKk.mjs → Modal_CSIoBkBr.mjs} +0 -0
  721. /package/dist/docs/_worker.js/chunks/{Modal_BdeZYZZs.mjs → Modal_CnPo-ABL.mjs} +0 -0
  722. /package/dist/docs/_worker.js/chunks/{Modal_BnHK8dnm.mjs → Modal_DKilyTAV.mjs} +0 -0
  723. /package/dist/docs/_worker.js/chunks/{Modal_CqYltJNt.mjs → Modal_DN-Azg_w.mjs} +0 -0
  724. /package/dist/docs/_worker.js/chunks/{Modal_D6jcNSOq.mjs → Modal_DzYmzeGE.mjs} +0 -0
  725. /package/dist/docs/_worker.js/chunks/{MultipleFileUpload_CQN5eUgt.mjs → MultipleFileUpload_CjEU9p7V.mjs} +0 -0
  726. /package/dist/docs/_worker.js/chunks/{MultipleFileUpload_Cv3T9cn-.mjs → MultipleFileUpload_D4LKDzYq.mjs} +0 -0
  727. /package/dist/docs/_worker.js/chunks/{MultipleFileUpload_D2RhoUzE.mjs → MultipleFileUpload_DdxtAP19.mjs} +0 -0
  728. /package/dist/docs/_worker.js/chunks/{MultipleFileUpload_DqffoKSG.mjs → MultipleFileUpload_wDTOxCC9.mjs} +0 -0
  729. /package/dist/docs/_worker.js/chunks/{Nav_CG7pNOh5.mjs → Nav_BATtn7bk.mjs} +0 -0
  730. /package/dist/docs/_worker.js/chunks/{Nav_DTgr-Deb.mjs → Nav_BqMj_gPp.mjs} +0 -0
  731. /package/dist/docs/_worker.js/chunks/{Nav_DsgaUTlX.mjs → Nav_D33MzYMl.mjs} +0 -0
  732. /package/dist/docs/_worker.js/chunks/{Nav_Dwv1wbS7.mjs → Nav_tA7NbsS3.mjs} +0 -0
  733. /package/dist/docs/_worker.js/chunks/{Navigation_BmHwp3BY.mjs → Navigation_DoWPQ5LS.mjs} +0 -0
  734. /package/dist/docs/_worker.js/chunks/{Navigation_Gm42mz-n.mjs → Navigation_Rmf0M5K4.mjs} +0 -0
  735. /package/dist/docs/_worker.js/chunks/{NotificationBadge_BCxxwhDV.mjs → NotificationBadge_BIHI5GFt.mjs} +0 -0
  736. /package/dist/docs/_worker.js/chunks/{NotificationBadge_gtf3PjsJ.mjs → NotificationBadge_DiyARpVj.mjs} +0 -0
  737. /package/dist/docs/_worker.js/chunks/{NotificationDrawer_BFcw-JMX.mjs → NotificationDrawer_013jjH_e.mjs} +0 -0
  738. /package/dist/docs/_worker.js/chunks/{NotificationDrawer_BKBxtVES.mjs → NotificationDrawer_BNxY5Eah.mjs} +0 -0
  739. /package/dist/docs/_worker.js/chunks/{NotificationDrawer_Bddrf2Un.mjs → NotificationDrawer_C3thy49Y.mjs} +0 -0
  740. /package/dist/docs/_worker.js/chunks/{NotificationDrawer_BoAeQOU8.mjs → NotificationDrawer_C8Fjmo5m.mjs} +0 -0
  741. /package/dist/docs/_worker.js/chunks/{NotificationDrawer_CwqkMymK.mjs → NotificationDrawer_DHwcy9f5.mjs} +0 -0
  742. /package/dist/docs/_worker.js/chunks/{NotificationDrawer_Ku2DG1ck.mjs → NotificationDrawer_rTWPksCc.mjs} +0 -0
  743. /package/dist/docs/_worker.js/chunks/{NumberInput_CPArAL8e.mjs → NumberInput_BFDxFV9D.mjs} +0 -0
  744. /package/dist/docs/_worker.js/chunks/{NumberInput_D4ffcrpz.mjs → NumberInput_D5vYFjne.mjs} +0 -0
  745. /package/dist/docs/_worker.js/chunks/{NumberInput_D7DKDbT0.mjs → NumberInput_M0Sd7UfY.mjs} +0 -0
  746. /package/dist/docs/_worker.js/chunks/{NumberInput_Dt8GUVeQ.mjs → NumberInput_aqt4W9hb.mjs} +0 -0
  747. /package/dist/docs/_worker.js/chunks/{OverflowMenu_BZPvRQE6.mjs → OverflowMenu_BWVYHmco.mjs} +0 -0
  748. /package/dist/docs/_worker.js/chunks/{OverflowMenu_ywYA4why.mjs → OverflowMenu_BkMc8O29.mjs} +0 -0
  749. /package/dist/docs/_worker.js/chunks/{Page_Bbclnhop.mjs → Page_BgiPPfGJ.mjs} +0 -0
  750. /package/dist/docs/_worker.js/chunks/{Page_Bherxii8.mjs → Page_Bpdexkck.mjs} +0 -0
  751. /package/dist/docs/_worker.js/chunks/{Page_BnDMk5TN.mjs → Page_C6e3Wcvf.mjs} +0 -0
  752. /package/dist/docs/_worker.js/chunks/{Page_CL3iohOb.mjs → Page_DxVMDs1z.mjs} +0 -0
  753. /package/dist/docs/_worker.js/chunks/{Page_Cpy3VIi2.mjs → Page_HCEWkfu-.mjs} +0 -0
  754. /package/dist/docs/_worker.js/chunks/{Page_KSsf23kL.mjs → Page_QHbf9_pN.mjs} +0 -0
  755. /package/dist/docs/_worker.js/chunks/{Pagination_4C0r1YU8.mjs → Pagination_Bf0U8Ppq.mjs} +0 -0
  756. /package/dist/docs/_worker.js/chunks/{Pagination_CsIksseS.mjs → Pagination_C4FcSv9N.mjs} +0 -0
  757. /package/dist/docs/_worker.js/chunks/{Pagination_Y-MqM1T2.mjs → Pagination_DFSrNbL0.mjs} +0 -0
  758. /package/dist/docs/_worker.js/chunks/{Pagination_p8GOVfco.mjs → Pagination_DMyPaqOU.mjs} +0 -0
  759. /package/dist/docs/_worker.js/chunks/{Panel_BdXDuvHb.mjs → Panel_B996ca4L.mjs} +0 -0
  760. /package/dist/docs/_worker.js/chunks/{Panel_CUpAdYDW.mjs → Panel_C1AAzXYr.mjs} +0 -0
  761. /package/dist/docs/_worker.js/chunks/{Panel_DoOUm9Ui.mjs → Panel_CAKH2f-p.mjs} +0 -0
  762. /package/dist/docs/_worker.js/chunks/{Panel_DxdabmGX.mjs → Panel_D7grKWqD.mjs} +0 -0
  763. /package/dist/docs/_worker.js/chunks/{Panel_Ed2XE25E.mjs → Panel_EzQ0x3Cl.mjs} +0 -0
  764. /package/dist/docs/_worker.js/chunks/{Panel_Uvk5Q-8b.mjs → Panel_JVXI7u2T.mjs} +0 -0
  765. /package/dist/docs/_worker.js/chunks/{PasswordGenerator_DvtvKIPr.mjs → PasswordGenerator_hm2WtbqS.mjs} +0 -0
  766. /package/dist/docs/_worker.js/chunks/{PasswordGenerator__CRlL6Re.mjs → PasswordGenerator_nLFggIPn.mjs} +0 -0
  767. /package/dist/docs/_worker.js/chunks/{PasswordStrength_CDkQk5jS.mjs → PasswordStrength_BNeZqh0T.mjs} +0 -0
  768. /package/dist/docs/_worker.js/chunks/{PasswordStrength_FDVp9qOu.mjs → PasswordStrength_BmyxbfzW.mjs} +0 -0
  769. /package/dist/docs/_worker.js/chunks/{Popover_BaxEBPGC.mjs → Popover_BlGq8udJ.mjs} +0 -0
  770. /package/dist/docs/_worker.js/chunks/{Popover_BvJgRsDX.mjs → Popover_C5RkMhat.mjs} +0 -0
  771. /package/dist/docs/_worker.js/chunks/{Popover_Crzi2U7s.mjs → Popover_CUrAn16A.mjs} +0 -0
  772. /package/dist/docs/_worker.js/chunks/{Popover_D4Rprb88.mjs → Popover_CmkeaOXw.mjs} +0 -0
  773. /package/dist/docs/_worker.js/chunks/{PrimaryDetail_BJX8A5gh.mjs → PrimaryDetail_Br4DBd7-.mjs} +0 -0
  774. /package/dist/docs/_worker.js/chunks/{PrimaryDetail_ohevNTGn.mjs → PrimaryDetail_wETOUBby.mjs} +0 -0
  775. /package/dist/docs/_worker.js/chunks/{ProgressStepper_BwYdpB3M.mjs → ProgressStepper_5hC5ErHJ.mjs} +0 -0
  776. /package/dist/docs/_worker.js/chunks/{ProgressStepper_C0MIrCHO.mjs → ProgressStepper_B5W2DDfg.mjs} +0 -0
  777. /package/dist/docs/_worker.js/chunks/{ProgressStepper_CoG2KqNj.mjs → ProgressStepper_CCxjkVxY.mjs} +0 -0
  778. /package/dist/docs/_worker.js/chunks/{ProgressStepper_EYSOoJUK.mjs → ProgressStepper_jzLizIsd.mjs} +0 -0
  779. /package/dist/docs/_worker.js/chunks/{Progress_77N7LoDl.mjs → Progress_9GoLjGCC.mjs} +0 -0
  780. /package/dist/docs/_worker.js/chunks/{Progress_DnHKih8B.mjs → Progress_BCdRu5w5.mjs} +0 -0
  781. /package/dist/docs/_worker.js/chunks/{Progress_SH8Wgn2l.mjs → Progress_Da4xoZKv.mjs} +0 -0
  782. /package/dist/docs/_worker.js/chunks/{Progress_ga6ne-3u.mjs → Progress_DjisjMjt.mjs} +0 -0
  783. /package/dist/docs/_worker.js/chunks/{Radio_DpoGB369.mjs → Radio_AVu3xWm4.mjs} +0 -0
  784. /package/dist/docs/_worker.js/chunks/{Radio_PEZsmW0U.mjs → Radio_B930vzjv.mjs} +0 -0
  785. /package/dist/docs/_worker.js/chunks/{Radio_kGQfeHsD.mjs → Radio_BOfPilA6.mjs} +0 -0
  786. /package/dist/docs/_worker.js/chunks/{Radio_tRqHqPQC.mjs → Radio_BymcVmAF.mjs} +0 -0
  787. /package/dist/docs/_worker.js/chunks/{SearchInput_B7s6DghY.mjs → SearchInput_BbysWK99.mjs} +0 -0
  788. /package/dist/docs/_worker.js/chunks/{SearchInput_BVsGlLbd.mjs → SearchInput_o6iAoUM3.mjs} +0 -0
  789. /package/dist/docs/_worker.js/chunks/{Select_CPToiYlj.mjs → Select_B0bVVHCs.mjs} +0 -0
  790. /package/dist/docs/_worker.js/chunks/{Select_yedC6G6t.mjs → Select_d8RkzaRn.mjs} +0 -0
  791. /package/dist/docs/_worker.js/chunks/{Sidebar_C2fiat3y.mjs → Sidebar_BB5vNO8S.mjs} +0 -0
  792. /package/dist/docs/_worker.js/chunks/{Sidebar_CYHBu70Q.mjs → Sidebar_C3vaosQs.mjs} +0 -0
  793. /package/dist/docs/_worker.js/chunks/{Sidebar_C_9Fd52y.mjs → Sidebar_Hbc-hyfz.mjs} +0 -0
  794. /package/dist/docs/_worker.js/chunks/{Sidebar_D2waDqIj.mjs → Sidebar_zLhCCgEz.mjs} +0 -0
  795. /package/dist/docs/_worker.js/chunks/{SimpleList_BBtw7RRV.mjs → SimpleList_BIjPmYgM.mjs} +0 -0
  796. /package/dist/docs/_worker.js/chunks/{SimpleList_BHWzWOok.mjs → SimpleList_BMBZ4ubr.mjs} +0 -0
  797. /package/dist/docs/_worker.js/chunks/{SimpleList_BOv36gbU.mjs → SimpleList_ByrTBIUc.mjs} +0 -0
  798. /package/dist/docs/_worker.js/chunks/{SimpleList_Dj69rLVv.mjs → SimpleList_DFm_g-fn.mjs} +0 -0
  799. /package/dist/docs/_worker.js/chunks/{Sizing_C1QZFL_E.mjs → Sizing_WiM96Coa.mjs} +0 -0
  800. /package/dist/docs/_worker.js/chunks/{Sizing_Dxrc30Nv.mjs → Sizing_lxaijvdJ.mjs} +0 -0
  801. /package/dist/docs/_worker.js/chunks/{Skeleton_B6Mm1DZz.mjs → Skeleton_BVzopubP.mjs} +0 -0
  802. /package/dist/docs/_worker.js/chunks/{Skeleton_BKiE51CM.mjs → Skeleton_CMBKL_QY.mjs} +0 -0
  803. /package/dist/docs/_worker.js/chunks/{Skeleton_Bu6zp0Dn.mjs → Skeleton_D1d7Ls--.mjs} +0 -0
  804. /package/dist/docs/_worker.js/chunks/{Skeleton_D4bhr8Fv.mjs → Skeleton_D8IYbMNE.mjs} +0 -0
  805. /package/dist/docs/_worker.js/chunks/{Skeleton_qabG-AnL.mjs → Skeleton_DDzCYYny.mjs} +0 -0
  806. /package/dist/docs/_worker.js/chunks/{Skeleton_vrnkYUgg.mjs → Skeleton_skXxBW7s.mjs} +0 -0
  807. /package/dist/docs/_worker.js/chunks/{SkipToContent_DCpg7iCB.mjs → SkipToContent_ByrvpLJG.mjs} +0 -0
  808. /package/dist/docs/_worker.js/chunks/{SkipToContent_DnwyBXH-.mjs → SkipToContent_D_f2s3oX.mjs} +0 -0
  809. /package/dist/docs/_worker.js/chunks/{SkipToContent_DzTXUDDa.mjs → SkipToContent_XG5tgamW.mjs} +0 -0
  810. /package/dist/docs/_worker.js/chunks/{SkipToContent_egXh8jOg.mjs → SkipToContent_wi7cJyLp.mjs} +0 -0
  811. /package/dist/docs/_worker.js/chunks/{Slider_BNpuV7kj.mjs → Slider_B2n8OwKz.mjs} +0 -0
  812. /package/dist/docs/_worker.js/chunks/{Slider_Bbs3MNsS.mjs → Slider_BtsGJYz-.mjs} +0 -0
  813. /package/dist/docs/_worker.js/chunks/{Slider_D2plXDyI.mjs → Slider_DsaVwsvm.mjs} +0 -0
  814. /package/dist/docs/_worker.js/chunks/{Slider_DL27qP5s.mjs → Slider_rSWH_Kh6.mjs} +0 -0
  815. /package/dist/docs/_worker.js/chunks/{Spacing_lSym62Jb.mjs → Spacing_BuqgBwB8.mjs} +0 -0
  816. /package/dist/docs/_worker.js/chunks/{Spacing_rYOSzgN4.mjs → Spacing_Lx-Ift4n.mjs} +0 -0
  817. /package/dist/docs/_worker.js/chunks/{Spinner_BiZsT9RJ.mjs → Spinner_BYmNLzfa.mjs} +0 -0
  818. /package/dist/docs/_worker.js/chunks/{Spinner_Cf38mPT8.mjs → Spinner_Bn8uoaFN.mjs} +0 -0
  819. /package/dist/docs/_worker.js/chunks/{Spinner_Hd_tIbvz.mjs → Spinner_CLB8PnLk.mjs} +0 -0
  820. /package/dist/docs/_worker.js/chunks/{Spinner__fZrVHb_.mjs → Spinner_W5fBcNMl.mjs} +0 -0
  821. /package/dist/docs/_worker.js/chunks/{Split_D1treaJe.mjs → Split_BCMByRGx.mjs} +0 -0
  822. /package/dist/docs/_worker.js/chunks/{Split_PwujWn3H.mjs → Split_DVq_P7jJ.mjs} +0 -0
  823. /package/dist/docs/_worker.js/chunks/{Stack_D8fP-Krt.mjs → Stack_CEJQmOQp.mjs} +0 -0
  824. /package/dist/docs/_worker.js/chunks/{Stack_crS9__0f.mjs → Stack_mclPdvKq.mjs} +0 -0
  825. /package/dist/docs/_worker.js/chunks/{Switch_CC3_2NhS.mjs → Switch_CBPbTZT6.mjs} +0 -0
  826. /package/dist/docs/_worker.js/chunks/{Switch_CLQhY1q4.mjs → Switch_CFUA_-7x.mjs} +0 -0
  827. /package/dist/docs/_worker.js/chunks/{Switch_CP8w40yf.mjs → Switch_DfMCf8Qs.mjs} +0 -0
  828. /package/dist/docs/_worker.js/chunks/{Switch_DAZIPRwK.mjs → Switch_DkWcAwQ2.mjs} +0 -0
  829. /package/dist/docs/_worker.js/chunks/{Table_Bg9neNya.mjs → Table_4f1UVsxf.mjs} +0 -0
  830. /package/dist/docs/_worker.js/chunks/{Table_By3XLAbP.mjs → Table_CTLwlrmC.mjs} +0 -0
  831. /package/dist/docs/_worker.js/chunks/{Table_CeZ1KrPd.mjs → Table_Ckn3tIvz.mjs} +0 -0
  832. /package/dist/docs/_worker.js/chunks/{Table_D6thvL40.mjs → Table_ukl7L5L2.mjs} +0 -0
  833. /package/dist/docs/_worker.js/chunks/{Tabs_B1gKCwOC.mjs → Tabs_BvzXxAc6.mjs} +0 -0
  834. /package/dist/docs/_worker.js/chunks/{Tabs_BhhJ5Ftf.mjs → Tabs_CL9eue4_.mjs} +0 -0
  835. /package/dist/docs/_worker.js/chunks/{Tabs_C9OJ01tj.mjs → Tabs_CVD4lSlI.mjs} +0 -0
  836. /package/dist/docs/_worker.js/chunks/{Tabs_DW9gdUkB.mjs → Tabs_CiXrCf-A.mjs} +0 -0
  837. /package/dist/docs/_worker.js/chunks/{Tabs_Dv_8eEvW.mjs → Tabs_DLatEAC7.mjs} +0 -0
  838. /package/dist/docs/_worker.js/chunks/{Tabs_YNs2w28m.mjs → Tabs_gPZ5ZJaf.mjs} +0 -0
  839. /package/dist/docs/_worker.js/chunks/{TextArea_BMuaxWhv.mjs → TextArea_B4emCO1_.mjs} +0 -0
  840. /package/dist/docs/_worker.js/chunks/{TextArea_j6zBu7_-.mjs → TextArea_DIq23_hN.mjs} +0 -0
  841. /package/dist/docs/_worker.js/chunks/{TextInputGroup_BFhlZdjS.mjs → TextInputGroup_BGOKfb53.mjs} +0 -0
  842. /package/dist/docs/_worker.js/chunks/{TextInputGroup_Bn4eLBe-.mjs → TextInputGroup_CHjZ1eHK.mjs} +0 -0
  843. /package/dist/docs/_worker.js/chunks/{TextInputGroup_DdEFYYfN.mjs → TextInputGroup_CQc6AuHy.mjs} +0 -0
  844. /package/dist/docs/_worker.js/chunks/{TextInputGroup_Ds9p0rE6.mjs → TextInputGroup_Dr84Rg8o.mjs} +0 -0
  845. /package/dist/docs/_worker.js/chunks/{TextInput_BqM5E3Nt.mjs → TextInput_B1ftVWip.mjs} +0 -0
  846. /package/dist/docs/_worker.js/chunks/{TextInput_W9YdZtmx.mjs → TextInput_CTT_OaeG.mjs} +0 -0
  847. /package/dist/docs/_worker.js/chunks/{Text_BTYUaBli.mjs → Text_B96Pq1eG.mjs} +0 -0
  848. /package/dist/docs/_worker.js/chunks/{Text_BVDJzfkC.mjs → Text_km3miJkE.mjs} +0 -0
  849. /package/dist/docs/_worker.js/chunks/{Tile_BGfP6xoy.mjs → Tile_CG-4K6d7.mjs} +0 -0
  850. /package/dist/docs/_worker.js/chunks/{Tile_C4zOvKwd.mjs → Tile_D0SH9RAu.mjs} +0 -0
  851. /package/dist/docs/_worker.js/chunks/{Tile_Dy6xv_Cx.mjs → Tile_DfOQnjlU.mjs} +0 -0
  852. /package/dist/docs/_worker.js/chunks/{Tile_OcShDyfi.mjs → Tile_DwxoFKM2.mjs} +0 -0
  853. /package/dist/docs/_worker.js/chunks/{TimePicker_D40pO6wL.mjs → TimePicker_CGnrbJgo.mjs} +0 -0
  854. /package/dist/docs/_worker.js/chunks/{TimePicker_DronltvG.mjs → TimePicker_Dp-iVUGJ.mjs} +0 -0
  855. /package/dist/docs/_worker.js/chunks/{Timestamp_21KOF4vK.mjs → Timestamp_BhBOsF9y.mjs} +0 -0
  856. /package/dist/docs/_worker.js/chunks/{Timestamp_4_JX0dDI.mjs → Timestamp_Cl_hobA3.mjs} +0 -0
  857. /package/dist/docs/_worker.js/chunks/{Timestamp_BebzYDpV.mjs → Timestamp_D8Wm7LvG.mjs} +0 -0
  858. /package/dist/docs/_worker.js/chunks/{Timestamp_CYTDOiws.mjs → Timestamp_DEE4pnOa.mjs} +0 -0
  859. /package/dist/docs/_worker.js/chunks/{Title_45FgJuMK.mjs → Title_C5gY1ttM.mjs} +0 -0
  860. /package/dist/docs/_worker.js/chunks/{Title_B6WLu_lw.mjs → Title_CZzoppNi.mjs} +0 -0
  861. /package/dist/docs/_worker.js/chunks/{Title_D5Nq2Wex.mjs → Title_CraETtu5.mjs} +0 -0
  862. /package/dist/docs/_worker.js/chunks/{Title_vNHWmeYM.mjs → Title_D25rXJDg.mjs} +0 -0
  863. /package/dist/docs/_worker.js/chunks/{ToggleGroup_1zohLndp.mjs → ToggleGroup_CdQWI1aq.mjs} +0 -0
  864. /package/dist/docs/_worker.js/chunks/{ToggleGroup_Y5-8u3wt.mjs → ToggleGroup_DiGmwYSP.mjs} +0 -0
  865. /package/dist/docs/_worker.js/chunks/{Toolbar_53YUEEhi.mjs → Toolbar_BHFDnwNR.mjs} +0 -0
  866. /package/dist/docs/_worker.js/chunks/{Toolbar_BpXenvLj.mjs → Toolbar_BexYCxNQ.mjs} +0 -0
  867. /package/dist/docs/_worker.js/chunks/{Toolbar_C-AcF9uj.mjs → Toolbar_CT5vy6AJ.mjs} +0 -0
  868. /package/dist/docs/_worker.js/chunks/{Toolbar_DS_vHjV3.mjs → Toolbar_CW-KWv-e.mjs} +0 -0
  869. /package/dist/docs/_worker.js/chunks/{Toolbar_DiNbbLGg.mjs → Toolbar_CgZpzlTs.mjs} +0 -0
  870. /package/dist/docs/_worker.js/chunks/{Toolbar_wqfahDgc.mjs → Toolbar_DPUJsI9K.mjs} +0 -0
  871. /package/dist/docs/_worker.js/chunks/{Tooltip_44WsJIOB.mjs → Tooltip_BDkcJde6.mjs} +0 -0
  872. /package/dist/docs/_worker.js/chunks/{Tooltip_BSztkX0m.mjs → Tooltip_BsIMWQvJ.mjs} +0 -0
  873. /package/dist/docs/_worker.js/chunks/{Tooltip_CIac-NZx.mjs → Tooltip_C0gMcoBo.mjs} +0 -0
  874. /package/dist/docs/_worker.js/chunks/{Tooltip_DruZ98cK.mjs → Tooltip_D73WL3Yc.mjs} +0 -0
  875. /package/dist/docs/_worker.js/chunks/{TreeView_B4xKcNrk.mjs → TreeView_B1LgfJxG.mjs} +0 -0
  876. /package/dist/docs/_worker.js/chunks/{TreeView_BvRhO1Us.mjs → TreeView_Bst6EAOX.mjs} +0 -0
  877. /package/dist/docs/_worker.js/chunks/{TreeView_C5SUZ79O.mjs → TreeView_DzM9Dtep.mjs} +0 -0
  878. /package/dist/docs/_worker.js/chunks/{TreeView_HH9MOFmF.mjs → TreeView_erP6wJjQ.mjs} +0 -0
  879. /package/dist/docs/_worker.js/chunks/{Truncate_B2_q-NHO.mjs → Truncate_BANjurQG.mjs} +0 -0
  880. /package/dist/docs/_worker.js/chunks/{Truncate_DSOgC9hI.mjs → Truncate_BEYXOQpC.mjs} +0 -0
  881. /package/dist/docs/_worker.js/chunks/{Truncate_Dvdk_cdg.mjs → Truncate_CG2j6fJ9.mjs} +0 -0
  882. /package/dist/docs/_worker.js/chunks/{Truncate_yKB95wE0.mjs → Truncate_D-INkH--.mjs} +0 -0
  883. /package/dist/docs/_worker.js/chunks/{Wizard_6knDiT3b.mjs → Wizard_BDa84iy2.mjs} +0 -0
  884. /package/dist/docs/_worker.js/chunks/{Wizard_BWVkfCTC.mjs → Wizard_BlE6qJYH.mjs} +0 -0
  885. /package/dist/docs/_worker.js/chunks/{Wizard_Cw7v74Sx.mjs → Wizard_Bz9X33xp.mjs} +0 -0
  886. /package/dist/docs/_worker.js/chunks/{Wizard_D-wsNWVf.mjs → Wizard_C8sit3YJ.mjs} +0 -0
  887. /package/dist/docs/_worker.js/chunks/{Wizard_DHYZ5P7Q.mjs → Wizard_CUUUgGve.mjs} +0 -0
  888. /package/dist/docs/_worker.js/chunks/{Wizard_DX6SJprj.mjs → Wizard_CaIfr29G.mjs} +0 -0
  889. /package/dist/docs/_worker.js/chunks/{Wizard_Db5Q0rrQ.mjs → Wizard_CaQ5l58F.mjs} +0 -0
  890. /package/dist/docs/_worker.js/chunks/{Wizard_UbK2L1Fy.mjs → Wizard_DBhMWLET.mjs} +0 -0
  891. /package/dist/docs/_worker.js/chunks/{_astro_data-layer-content_v7v7STWW.mjs → _astro_data-layer-content_DGZXfKa-.mjs} +0 -0
  892. /package/dist/docs/_worker.js/chunks/{about_B9g18soY.mjs → about_C4jqumHf.mjs} +0 -0
  893. /package/dist/docs/_worker.js/chunks/{about_B_iNQ2se.mjs → about_CUtbL8xJ.mjs} +0 -0
  894. /package/dist/docs/_worker.js/chunks/{basic_Bn4gZz2D.mjs → basic_BMgY0hVg.mjs} +0 -0
  895. /package/dist/docs/_worker.js/chunks/{basic_D7OIjFL3.mjs → basic_CubN1z_e.mjs} +0 -0
  896. /package/dist/docs/_worker.js/chunks/{box-shadow_DJuAPJj8.mjs → box-shadow_BFw7I_Qi.mjs} +0 -0
  897. /package/dist/docs/_worker.js/chunks/{box-shadow_WBDPI9Z3.mjs → box-shadow_DDE9_lv_.mjs} +0 -0
  898. /package/dist/docs/_worker.js/chunks/{content-modules_cOjZw1C2.mjs → content-modules_Db1avyLw.mjs} +0 -0
  899. /package/dist/docs/_worker.js/chunks/{design-guidelines_B9IO-z0b.mjs → design-guidelines_DJYn76LL.mjs} +0 -0
  900. /package/dist/docs/_worker.js/chunks/{design-guidelines_CsBgW3S3.mjs → design-guidelines_LVZULFBJ.mjs} +0 -0
  901. /package/dist/docs/_worker.js/chunks/{help-topics_CdxDqeFk.mjs → help-topics_CyJGoMWS.mjs} +0 -0
  902. /package/dist/docs/_worker.js/chunks/{help-topics_DASztffY.mjs → help-topics_HrtJVYcm.mjs} +0 -0
  903. /package/dist/docs/_worker.js/chunks/{masthead_C4B8LpBQ.mjs → masthead_BSMeFNPJ.mjs} +0 -0
  904. /package/dist/docs/_worker.js/chunks/{masthead_CS5HjMra.mjs → masthead_C-edUoO3.mjs} +0 -0
  905. /package/dist/docs/_worker.js/chunks/{overflow-menu_DOp8WZvG.mjs → overflow-menu_8fT3tk-P.mjs} +0 -0
  906. /package/dist/docs/_worker.js/chunks/{overflow-menu_DfeP-cgT.mjs → overflow-menu_DkITWeoo.mjs} +0 -0
  907. /package/dist/docs/_worker.js/chunks/{toggle-group_D0EWmiBe.mjs → toggle-group_BPSXdQ7e.mjs} +0 -0
  908. /package/dist/docs/_worker.js/chunks/{toggle-group_G71mustV.mjs → toggle-group_BoojZGfb.mjs} +0 -0
@@ -0,0 +1,4412 @@
1
+ ## Demos
2
+
3
+ ### Collapsed
4
+
5
+ ```html isFullscreen
6
+ <div class="pf-v6-c-page" id="-page">
7
+ <div class="pf-v6-c-skip-to-content">
8
+ <a class="pf-v6-c-button pf-m-primary" href="#main-content--page">
9
+ <span class="pf-v6-c-button__text">Skip to content</span>
10
+ </a>
11
+ </div>
12
+ <header class="pf-v6-c-masthead" id="-page-masthead">
13
+ <div class="pf-v6-c-masthead__main">
14
+ <span class="pf-v6-c-masthead__toggle">
15
+ <button
16
+ class="pf-v6-c-button pf-m-plain"
17
+ type="button"
18
+ aria-label="Global navigation"
19
+ >
20
+ <span class="pf-v6-c-button__icon">
21
+ <i class="fas fa-bars" aria-hidden="true"></i>
22
+ </span>
23
+ </button>
24
+ </span>
25
+ <div class="pf-v6-c-masthead__brand">
26
+ <a class="pf-v6-c-masthead__logo" href="#">
27
+ <svg height="37px" viewBox="0 0 679 158">
28
+ <title>PF-HorizontalLogo-Color</title>
29
+ <defs>
30
+ <linearGradient
31
+ x1="68%"
32
+ y1="2.25860997e-13%"
33
+ x2="32%"
34
+ y2="100%"
35
+ id="linearGradient--page-masthead"
36
+ >
37
+ <stop stop-color="#2B9AF3" offset="0%" />
38
+ <stop
39
+ stop-color="#73BCF7"
40
+ stop-opacity="0.502212631"
41
+ offset="100%"
42
+ />
43
+ </linearGradient>
44
+ </defs>
45
+ <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
46
+ <g
47
+ transform="translate(206.000000, 45.750000)"
48
+ fill="var(--pf-t--global--text--color--regular)"
49
+ fill-rule="nonzero"
50
+ >
51
+ <path
52
+ d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
53
+ />
54
+ <path
55
+ d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
56
+ />
57
+ <path
58
+ d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
59
+ />
60
+ <path
61
+ d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
62
+ />
63
+ <path
64
+ d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
65
+ />
66
+ <path
67
+ d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
68
+ />
69
+ <path
70
+ d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
71
+ />
72
+ <polygon
73
+ points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
74
+ />
75
+ <polygon
76
+ points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
77
+ />
78
+ <path
79
+ d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
80
+ />
81
+ </g>
82
+ <g transform="translate(0.000000, 0.000000)">
83
+ <path
84
+ d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
85
+ fill="#0066CC"
86
+ />
87
+ <path
88
+ d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
89
+ fill="url(#linearGradient--page-masthead)"
90
+ />
91
+ <path
92
+ d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
93
+ fill="url(#linearGradient--page-masthead)"
94
+ transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
95
+ />
96
+ </g>
97
+ </g>
98
+ </svg>
99
+ </a>
100
+ </div>
101
+ </div>
102
+ <div class="pf-v6-c-masthead__content">
103
+ <div class="pf-v6-c-toolbar pf-m-static" id="-page-masthead-toolbar">
104
+ <div class="pf-v6-c-toolbar__content">
105
+ <div class="pf-v6-c-toolbar__content-section">
106
+ <div
107
+ class="pf-v6-c-toolbar__group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md pf-m-action-group-plain"
108
+ >
109
+ <div class="pf-v6-c-toolbar__item">
110
+ <button
111
+ class="pf-v6-c-button pf-m-read pf-m-stateful"
112
+ type="button"
113
+ aria-label="Notifications"
114
+ >
115
+ <span class="pf-v6-c-button__icon">
116
+ <i class="pf-v6-pficon-bell" aria-hidden="true"></i>
117
+ </span>
118
+ </button>
119
+ </div>
120
+
121
+ <div
122
+ class="pf-v6-c-toolbar__group pf-m-hidden pf-m-visible-on-lg pf-m-action-group-plain"
123
+ >
124
+ <div class="pf-v6-c-toolbar__item">
125
+ <button
126
+ class="pf-v6-c-menu-toggle pf-m-plain"
127
+ type="button"
128
+ aria-expanded="false"
129
+ aria-label="Application launcher"
130
+ >
131
+ <span class="pf-v6-c-menu-toggle__icon">
132
+ <i class="fas fa-th" aria-hidden="true"></i>
133
+ </span>
134
+ </button>
135
+ </div>
136
+ <div class="pf-v6-c-toolbar__item">
137
+ <button
138
+ class="pf-v6-c-menu-toggle pf-m-plain"
139
+ type="button"
140
+ aria-expanded="false"
141
+ aria-label="Settings"
142
+ >
143
+ <span class="pf-v6-c-menu-toggle__icon">
144
+ <i class="fas fa-cog" aria-hidden="true"></i>
145
+ </span>
146
+ </button>
147
+ </div>
148
+ <div class="pf-v6-c-toolbar__item">
149
+ <button
150
+ class="pf-v6-c-menu-toggle pf-m-plain"
151
+ type="button"
152
+ aria-expanded="false"
153
+ aria-label="Help"
154
+ >
155
+ <span class="pf-v6-c-menu-toggle__icon">
156
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
157
+ </span>
158
+ </button>
159
+ </div>
160
+ </div>
161
+
162
+ <div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
163
+ <button
164
+ class="pf-v6-c-menu-toggle pf-m-plain"
165
+ type="button"
166
+ aria-expanded="false"
167
+ aria-label="Actions"
168
+ >
169
+ <span class="pf-v6-c-menu-toggle__icon">
170
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
171
+ </span>
172
+ </button>
173
+ </div>
174
+ </div>
175
+ </div>
176
+ </div>
177
+ </div>
178
+ </div>
179
+ </header>
180
+ <div class="pf-v6-c-page__sidebar">
181
+ <div class="pf-v6-c-page__sidebar-body">
182
+ <nav class="pf-v6-c-nav" id="-page-primary-nav" aria-label="Global">
183
+ <ul class="pf-v6-c-nav__list" role="list">
184
+ <li class="pf-v6-c-nav__item">
185
+ <a href="#" class="pf-v6-c-nav__link">
186
+ <span class="pf-v6-c-nav__link-text">System panel</span>
187
+ </a>
188
+ </li>
189
+ <li class="pf-v6-c-nav__item">
190
+ <a
191
+ href="#"
192
+ class="pf-v6-c-nav__link pf-m-current"
193
+ aria-current="page"
194
+ >
195
+ <span class="pf-v6-c-nav__link-text">Policy</span>
196
+ </a>
197
+ </li>
198
+ <li class="pf-v6-c-nav__item">
199
+ <a href="#" class="pf-v6-c-nav__link">
200
+ <span class="pf-v6-c-nav__link-text">Authentication</span>
201
+ </a>
202
+ </li>
203
+ <li class="pf-v6-c-nav__item">
204
+ <a href="#" class="pf-v6-c-nav__link">
205
+ <span class="pf-v6-c-nav__link-text">Network services</span>
206
+ </a>
207
+ </li>
208
+ <li class="pf-v6-c-nav__item">
209
+ <a href="#" class="pf-v6-c-nav__link">
210
+ <span class="pf-v6-c-nav__link-text">Server</span>
211
+ </a>
212
+ </li>
213
+ </ul>
214
+ </nav>
215
+ </div>
216
+ </div>
217
+ <div class="pf-v6-c-page__drawer">
218
+ <div class="pf-v6-c-drawer">
219
+ <div class="pf-v6-c-drawer__main">
220
+ <div class="pf-v6-c-drawer__content">
221
+ <div class="pf-v6-c-page__main-container" tabindex="-1">
222
+ <main class="pf-v6-c-page__main" tabindex="-1">
223
+ <section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
224
+ <div class="pf-v6-c-page__main-body">
225
+ <nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
226
+ <ol class="pf-v6-c-breadcrumb__list" role="list">
227
+ <li class="pf-v6-c-breadcrumb__item">
228
+ <a
229
+ href="#"
230
+ class="pf-v6-c-breadcrumb__link"
231
+ >Section home</a>
232
+ </li>
233
+ <li class="pf-v6-c-breadcrumb__item">
234
+ <span class="pf-v6-c-breadcrumb__item-divider">
235
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
236
+ </span>
237
+
238
+ <a
239
+ href="#"
240
+ class="pf-v6-c-breadcrumb__link"
241
+ >Section title</a>
242
+ </li>
243
+ <li class="pf-v6-c-breadcrumb__item">
244
+ <span class="pf-v6-c-breadcrumb__item-divider">
245
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
246
+ </span>
247
+
248
+ <a
249
+ href="#"
250
+ class="pf-v6-c-breadcrumb__link"
251
+ >Section title</a>
252
+ </li>
253
+ <li class="pf-v6-c-breadcrumb__item">
254
+ <span class="pf-v6-c-breadcrumb__item-divider">
255
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
256
+ </span>
257
+
258
+ <a
259
+ href="#"
260
+ class="pf-v6-c-breadcrumb__link pf-m-current"
261
+ aria-current="page"
262
+ >Section landing</a>
263
+ </li>
264
+ </ol>
265
+ </nav>
266
+ </div>
267
+ </section>
268
+ <section class="pf-v6-c-page__main-section pf-m-limit-width">
269
+ <div class="pf-v6-c-page__main-body">
270
+ <h1 class="pf-v6-c-content--h1 pf-m-page-title">Main title</h1>
271
+ <p class="pf-v6-c-content--p">This is a full page demo.</p>
272
+ </div>
273
+ </section>
274
+ <section class="pf-v6-c-page__main-section pf-m-limit-width">
275
+ <div class="pf-v6-c-page__main-body">
276
+ <div class="pf-v6-l-gallery pf-m-gutter">
277
+ <div class="pf-v6-c-card">
278
+ <div class="pf-v6-c-card__body">This is a card</div>
279
+ </div>
280
+ <div class="pf-v6-c-card">
281
+ <div class="pf-v6-c-card__body">This is a card</div>
282
+ </div>
283
+ <div class="pf-v6-c-card">
284
+ <div class="pf-v6-c-card__body">This is a card</div>
285
+ </div>
286
+ <div class="pf-v6-c-card">
287
+ <div class="pf-v6-c-card__body">This is a card</div>
288
+ </div>
289
+ <div class="pf-v6-c-card">
290
+ <div class="pf-v6-c-card__body">This is a card</div>
291
+ </div>
292
+ <div class="pf-v6-c-card">
293
+ <div class="pf-v6-c-card__body">This is a card</div>
294
+ </div>
295
+ <div class="pf-v6-c-card">
296
+ <div class="pf-v6-c-card__body">This is a card</div>
297
+ </div>
298
+ <div class="pf-v6-c-card">
299
+ <div class="pf-v6-c-card__body">This is a card</div>
300
+ </div>
301
+ <div class="pf-v6-c-card">
302
+ <div class="pf-v6-c-card__body">This is a card</div>
303
+ </div>
304
+ <div class="pf-v6-c-card">
305
+ <div class="pf-v6-c-card__body">This is a card</div>
306
+ </div>
307
+ </div>
308
+ </div>
309
+ </section>
310
+ </main>
311
+ </div>
312
+ </div>
313
+ <div class="pf-v6-c-drawer__panel pf-m-width-33" hidden>
314
+ <div class="pf-v6-c-drawer__body pf-m-no-padding">
315
+ <div class="pf-v6-c-notification-drawer">
316
+ <div class="pf-v6-c-notification-drawer__header">
317
+ <h1
318
+ class="pf-v6-c-notification-drawer__header-title"
319
+ >Notifications</h1>
320
+ <span
321
+ class="pf-v6-c-notification-drawer__header-status"
322
+ >0 unread</span>
323
+ <div class="pf-v6-c-notification-drawer__header-action">
324
+ <button
325
+ class="pf-v6-c-menu-toggle pf-m-plain"
326
+ type="button"
327
+ aria-expanded="false"
328
+ aria-label="Menu toggle"
329
+ id="drawer-demo-notification-drawer-basic-header-action"
330
+ >
331
+ <span class="pf-v6-c-menu-toggle__icon">
332
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
333
+ </span>
334
+ </button>
335
+ </div>
336
+ </div>
337
+ <div class="pf-v6-c-notification-drawer__body">
338
+ <ul class="pf-v6-c-notification-drawer__list" role="list">
339
+ <li
340
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-info"
341
+ >
342
+ <div class="pf-v6-c-notification-drawer__list-item-header">
343
+ <span
344
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
345
+ >
346
+ <i class="fas fa-info-circle" aria-hidden="true"></i>
347
+ </span>
348
+ <h2
349
+ class="pf-v6-c-notification-drawer__list-item-header-title"
350
+ >
351
+ <span class="pf-v6-screen-reader">Info notification:</span>
352
+ Read
353
+ info notification title
354
+ </h2>
355
+ </div>
356
+ <div class="pf-v6-c-notification-drawer__list-item-action">
357
+ <button
358
+ class="pf-v6-c-menu-toggle pf-m-plain"
359
+ type="button"
360
+ aria-expanded="false"
361
+ aria-label="Menu toggle"
362
+ id="drawer-demo-notification-drawer-basic-menu-toggle-1"
363
+ >
364
+ <span class="pf-v6-c-menu-toggle__icon">
365
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
366
+ </span>
367
+ </button>
368
+ </div>
369
+ <div
370
+ class="pf-v6-c-notification-drawer__list-item-description"
371
+ >This is an info notification description.</div>
372
+ <div
373
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
374
+ >5 minutes ago</div>
375
+ </li>
376
+
377
+ <li
378
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-custom"
379
+ >
380
+ <div class="pf-v6-c-notification-drawer__list-item-header">
381
+ <span
382
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
383
+ >
384
+ <i class="fas fa-arrow-circle-up" aria-hidden="true"></i>
385
+ </span>
386
+ <h2
387
+ class="pf-v6-c-notification-drawer__list-item-header-title"
388
+ >
389
+ <span class="pf-v6-screen-reader">Custom notification:</span>
390
+ Read
391
+ recommendation notification title. This is a long title to show how the title will wrap if it is long and wraps to multiple lines.
392
+ </h2>
393
+ </div>
394
+ <div class="pf-v6-c-notification-drawer__list-item-action">
395
+ <button
396
+ class="pf-v6-c-menu-toggle pf-m-plain"
397
+ type="button"
398
+ aria-expanded="false"
399
+ aria-label="Menu toggle"
400
+ id="drawer-demo-notification-drawer-basic-menu-toggle-3"
401
+ >
402
+ <span class="pf-v6-c-menu-toggle__icon">
403
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
404
+ </span>
405
+ </button>
406
+ </div>
407
+ <div
408
+ class="pf-v6-c-notification-drawer__list-item-description"
409
+ >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>
410
+ <div
411
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
412
+ >10 minutes ago</div>
413
+ </li>
414
+
415
+ <li
416
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-custom"
417
+ >
418
+ <div class="pf-v6-c-notification-drawer__list-item-header">
419
+ <span
420
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
421
+ >
422
+ <i class="fas fa-arrow-circle-up" aria-hidden="true"></i>
423
+ </span>
424
+ <h2
425
+ class="pf-v6-c-notification-drawer__list-item-header-title"
426
+ >
427
+ <span class="pf-v6-screen-reader">Custom notification:</span>
428
+ Read
429
+ recommendation notification title. This is a long title to show how the title will wrap if it is long and wraps to multiple lines.
430
+ </h2>
431
+ </div>
432
+ <div class="pf-v6-c-notification-drawer__list-item-action">
433
+ <button
434
+ class="pf-v6-c-menu-toggle pf-m-plain"
435
+ type="button"
436
+ aria-expanded="false"
437
+ aria-label="Menu toggle"
438
+ id="drawer-demo-notification-drawer-basic-menu-toggle-4"
439
+ >
440
+ <span class="pf-v6-c-menu-toggle__icon">
441
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
442
+ </span>
443
+ </button>
444
+ </div>
445
+ <div
446
+ class="pf-v6-c-notification-drawer__list-item-description"
447
+ >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>
448
+ <div
449
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
450
+ >20 minutes ago</div>
451
+ </li>
452
+ <li
453
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-warning pf-m-hoverable"
454
+ >
455
+ <div class="pf-v6-c-notification-drawer__list-item-header">
456
+ <span
457
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
458
+ >
459
+ <i
460
+ class="fas fa-exclamation-triangle"
461
+ aria-hidden="true"
462
+ ></i>
463
+ </span>
464
+ <h2
465
+ class="pf-v6-c-notification-drawer__list-item-header-title"
466
+ >
467
+ <span class="pf-v6-screen-reader">Warning notification:</span>
468
+ Read warning notification title
469
+ </h2>
470
+ </div>
471
+ <div class="pf-v6-c-notification-drawer__list-item-action">
472
+ <button
473
+ class="pf-v6-c-menu-toggle pf-m-plain"
474
+ type="button"
475
+ aria-expanded="false"
476
+ aria-label="Menu toggle"
477
+ id="drawer-demo-notification-drawer-basic-menu-toggle-5"
478
+ >
479
+ <span class="pf-v6-c-menu-toggle__icon">
480
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
481
+ </span>
482
+ </button>
483
+ </div>
484
+ <div
485
+ class="pf-v6-c-notification-drawer__list-item-description"
486
+ >This is a warning notification description.</div>
487
+ <div
488
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
489
+ >20 minutes ago</div>
490
+ </li>
491
+ <li
492
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
493
+ >
494
+ <div class="pf-v6-c-notification-drawer__list-item-header">
495
+ <span
496
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
497
+ >
498
+ <i class="fas fa-check-circle" aria-hidden="true"></i>
499
+ </span>
500
+ <h2
501
+ class="pf-v6-c-notification-drawer__list-item-header-title"
502
+ >
503
+ <span class="pf-v6-screen-reader">Success notification:</span>
504
+ Read success notification title
505
+ </h2>
506
+ </div>
507
+ <div class="pf-v6-c-notification-drawer__list-item-action">
508
+ <button
509
+ class="pf-v6-c-menu-toggle pf-m-plain"
510
+ type="button"
511
+ aria-expanded="false"
512
+ aria-label="Menu toggle"
513
+ id="drawer-demo-notification-drawer-basic-menu-toggle-6"
514
+ >
515
+ <span class="pf-v6-c-menu-toggle__icon">
516
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
517
+ </span>
518
+ </button>
519
+ </div>
520
+ <div
521
+ class="pf-v6-c-notification-drawer__list-item-description"
522
+ >This is a success notification description.</div>
523
+ <div
524
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
525
+ >30 minutes ago</div>
526
+ </li>
527
+ <li
528
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
529
+ >
530
+ <div class="pf-v6-c-notification-drawer__list-item-header">
531
+ <span
532
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
533
+ >
534
+ <i class="fas fa-check-circle" aria-hidden="true"></i>
535
+ </span>
536
+ <h2
537
+ class="pf-v6-c-notification-drawer__list-item-header-title pf-m-truncate"
538
+ >
539
+ <span class="pf-v6-screen-reader">Success notification:</span>
540
+ 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.
541
+ </h2>
542
+ </div>
543
+ <div class="pf-v6-c-notification-drawer__list-item-action">
544
+ <button
545
+ class="pf-v6-c-menu-toggle pf-m-plain"
546
+ type="button"
547
+ aria-expanded="false"
548
+ aria-label="Menu toggle"
549
+ id="drawer-demo-notification-drawer-basic-menu-toggle-7"
550
+ >
551
+ <span class="pf-v6-c-menu-toggle__icon">
552
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
553
+ </span>
554
+ </button>
555
+ </div>
556
+ <div
557
+ class="pf-v6-c-notification-drawer__list-item-description"
558
+ >This example uses ".pf-m-truncate" to limit the title to a single line and truncate any overflow text with ellipses.</div>
559
+ <div
560
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
561
+ >40 minutes ago</div>
562
+ </li>
563
+ <li
564
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
565
+ >
566
+ <div class="pf-v6-c-notification-drawer__list-item-header">
567
+ <span
568
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
569
+ >
570
+ <i class="fas fa-check-circle" aria-hidden="true"></i>
571
+ </span>
572
+ <h2
573
+ class="pf-v6-c-notification-drawer__list-item-header-title pf-m-truncate"
574
+ style="--pf-v6-c-notification-drawer__list-item-header-title--max-lines: 2"
575
+ >
576
+ <span class="pf-v6-screen-reader">Success notification:</span>
577
+ 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.
578
+ </h2>
579
+ </div>
580
+ <div class="pf-v6-c-notification-drawer__list-item-action">
581
+ <button
582
+ class="pf-v6-c-menu-toggle pf-m-plain"
583
+ type="button"
584
+ aria-expanded="false"
585
+ aria-label="Menu toggle"
586
+ id="drawer-demo-notification-drawer-basic-menu-toggle-8"
587
+ >
588
+ <span class="pf-v6-c-menu-toggle__icon">
589
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
590
+ </span>
591
+ </button>
592
+ </div>
593
+ <div
594
+ class="pf-v6-c-notification-drawer__list-item-description"
595
+ >This example uses ".pf-m-truncate" and sets "--pf-v6-c-notification-drawer__list-item-header-title--max-lines: 2" to limit title to two lines and truncate any overflow text with ellipses.</div>
596
+ <div
597
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
598
+ >50 minutes ago</div>
599
+ </li>
600
+ <li
601
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success"
602
+ >
603
+ <div class="pf-v6-c-notification-drawer__list-item-header">
604
+ <span
605
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
606
+ >
607
+ <i class="fas fa-check-circle" aria-hidden="true"></i>
608
+ </span>
609
+ <h2
610
+ class="pf-v6-c-notification-drawer__list-item-header-title"
611
+ >
612
+ <span class="pf-v6-screen-reader">Success notification:</span>
613
+ Notification drawer item title
614
+ </h2>
615
+ </div>
616
+ <div
617
+ class="pf-v6-c-notification-drawer__list-item-action pf-m-no-offset"
618
+ >
619
+ <button class="pf-v6-c-button pf-m-primary" type="button">
620
+ <span class="pf-v6-c-button__text">Action</span>
621
+ </button>
622
+ </div>
623
+ <div
624
+ class="pf-v6-c-notification-drawer__list-item-description"
625
+ >This example uses ".pf-m-no-offset" on the action wrapper to disable the default offset for button alignment.</div>
626
+ <div
627
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
628
+ >55 minutes ago</div>
629
+ </li>
630
+ </ul>
631
+ </div>
632
+ </div>
633
+ </div>
634
+ </div>
635
+ </div>
636
+ </div>
637
+ </div>
638
+ </div>
639
+
640
+ ```
641
+
642
+ ### Expanded read
643
+
644
+ ```html isFullscreen
645
+ <div class="pf-v6-c-page" id="-page">
646
+ <div class="pf-v6-c-skip-to-content">
647
+ <a class="pf-v6-c-button pf-m-primary" href="#main-content--page">
648
+ <span class="pf-v6-c-button__text">Skip to content</span>
649
+ </a>
650
+ </div>
651
+ <header class="pf-v6-c-masthead" id="-page-masthead">
652
+ <div class="pf-v6-c-masthead__main">
653
+ <span class="pf-v6-c-masthead__toggle">
654
+ <button
655
+ class="pf-v6-c-button pf-m-plain"
656
+ type="button"
657
+ aria-label="Global navigation"
658
+ >
659
+ <span class="pf-v6-c-button__icon">
660
+ <i class="fas fa-bars" aria-hidden="true"></i>
661
+ </span>
662
+ </button>
663
+ </span>
664
+ <div class="pf-v6-c-masthead__brand">
665
+ <a class="pf-v6-c-masthead__logo" href="#">
666
+ <svg height="37px" viewBox="0 0 679 158">
667
+ <title>PF-HorizontalLogo-Color</title>
668
+ <defs>
669
+ <linearGradient
670
+ x1="68%"
671
+ y1="2.25860997e-13%"
672
+ x2="32%"
673
+ y2="100%"
674
+ id="linearGradient--page-masthead"
675
+ >
676
+ <stop stop-color="#2B9AF3" offset="0%" />
677
+ <stop
678
+ stop-color="#73BCF7"
679
+ stop-opacity="0.502212631"
680
+ offset="100%"
681
+ />
682
+ </linearGradient>
683
+ </defs>
684
+ <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
685
+ <g
686
+ transform="translate(206.000000, 45.750000)"
687
+ fill="var(--pf-t--global--text--color--regular)"
688
+ fill-rule="nonzero"
689
+ >
690
+ <path
691
+ d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
692
+ />
693
+ <path
694
+ d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
695
+ />
696
+ <path
697
+ d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
698
+ />
699
+ <path
700
+ d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
701
+ />
702
+ <path
703
+ d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
704
+ />
705
+ <path
706
+ d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
707
+ />
708
+ <path
709
+ d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
710
+ />
711
+ <polygon
712
+ points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
713
+ />
714
+ <polygon
715
+ points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
716
+ />
717
+ <path
718
+ d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
719
+ />
720
+ </g>
721
+ <g transform="translate(0.000000, 0.000000)">
722
+ <path
723
+ d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
724
+ fill="#0066CC"
725
+ />
726
+ <path
727
+ d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
728
+ fill="url(#linearGradient--page-masthead)"
729
+ />
730
+ <path
731
+ d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
732
+ fill="url(#linearGradient--page-masthead)"
733
+ transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
734
+ />
735
+ </g>
736
+ </g>
737
+ </svg>
738
+ </a>
739
+ </div>
740
+ </div>
741
+ <div class="pf-v6-c-masthead__content">
742
+ <div class="pf-v6-c-toolbar pf-m-static" id="-page-masthead-toolbar">
743
+ <div class="pf-v6-c-toolbar__content">
744
+ <div class="pf-v6-c-toolbar__content-section">
745
+ <div
746
+ class="pf-v6-c-toolbar__group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md pf-m-action-group-plain"
747
+ >
748
+ <div class="pf-v6-c-toolbar__item">
749
+ <button
750
+ class="pf-v6-c-button pf-m-read pf-m-stateful pf-m-clicked pf-m-expanded"
751
+ type="button"
752
+ aria-expanded="true"
753
+ aria-label="Notifications"
754
+ >
755
+ <span class="pf-v6-c-button__icon">
756
+ <i class="pf-v6-pficon-bell" aria-hidden="true"></i>
757
+ </span>
758
+ </button>
759
+ </div>
760
+
761
+ <div
762
+ class="pf-v6-c-toolbar__group pf-m-hidden pf-m-visible-on-lg pf-m-action-group-plain"
763
+ >
764
+ <div class="pf-v6-c-toolbar__item">
765
+ <button
766
+ class="pf-v6-c-menu-toggle pf-m-plain"
767
+ type="button"
768
+ aria-expanded="false"
769
+ aria-label="Application launcher"
770
+ >
771
+ <span class="pf-v6-c-menu-toggle__icon">
772
+ <i class="fas fa-th" aria-hidden="true"></i>
773
+ </span>
774
+ </button>
775
+ </div>
776
+ <div class="pf-v6-c-toolbar__item">
777
+ <button
778
+ class="pf-v6-c-menu-toggle pf-m-plain"
779
+ type="button"
780
+ aria-expanded="false"
781
+ aria-label="Settings"
782
+ >
783
+ <span class="pf-v6-c-menu-toggle__icon">
784
+ <i class="fas fa-cog" aria-hidden="true"></i>
785
+ </span>
786
+ </button>
787
+ </div>
788
+ <div class="pf-v6-c-toolbar__item">
789
+ <button
790
+ class="pf-v6-c-menu-toggle pf-m-plain"
791
+ type="button"
792
+ aria-expanded="false"
793
+ aria-label="Help"
794
+ >
795
+ <span class="pf-v6-c-menu-toggle__icon">
796
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
797
+ </span>
798
+ </button>
799
+ </div>
800
+ </div>
801
+
802
+ <div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
803
+ <button
804
+ class="pf-v6-c-menu-toggle pf-m-plain"
805
+ type="button"
806
+ aria-expanded="false"
807
+ aria-label="Actions"
808
+ >
809
+ <span class="pf-v6-c-menu-toggle__icon">
810
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
811
+ </span>
812
+ </button>
813
+ </div>
814
+ </div>
815
+ </div>
816
+ </div>
817
+ </div>
818
+ </div>
819
+ </header>
820
+ <div class="pf-v6-c-page__sidebar">
821
+ <div class="pf-v6-c-page__sidebar-body">
822
+ <nav class="pf-v6-c-nav" id="-page-primary-nav" aria-label="Global">
823
+ <ul class="pf-v6-c-nav__list" role="list">
824
+ <li class="pf-v6-c-nav__item">
825
+ <a href="#" class="pf-v6-c-nav__link">
826
+ <span class="pf-v6-c-nav__link-text">System panel</span>
827
+ </a>
828
+ </li>
829
+ <li class="pf-v6-c-nav__item">
830
+ <a
831
+ href="#"
832
+ class="pf-v6-c-nav__link pf-m-current"
833
+ aria-current="page"
834
+ >
835
+ <span class="pf-v6-c-nav__link-text">Policy</span>
836
+ </a>
837
+ </li>
838
+ <li class="pf-v6-c-nav__item">
839
+ <a href="#" class="pf-v6-c-nav__link">
840
+ <span class="pf-v6-c-nav__link-text">Authentication</span>
841
+ </a>
842
+ </li>
843
+ <li class="pf-v6-c-nav__item">
844
+ <a href="#" class="pf-v6-c-nav__link">
845
+ <span class="pf-v6-c-nav__link-text">Network services</span>
846
+ </a>
847
+ </li>
848
+ <li class="pf-v6-c-nav__item">
849
+ <a href="#" class="pf-v6-c-nav__link">
850
+ <span class="pf-v6-c-nav__link-text">Server</span>
851
+ </a>
852
+ </li>
853
+ </ul>
854
+ </nav>
855
+ </div>
856
+ </div>
857
+ <div class="pf-v6-c-page__drawer">
858
+ <div class="pf-v6-c-drawer pf-m-expanded">
859
+ <div class="pf-v6-c-drawer__main">
860
+ <div class="pf-v6-c-drawer__content">
861
+ <div class="pf-v6-c-page__main-container" tabindex="-1">
862
+ <main class="pf-v6-c-page__main" tabindex="-1">
863
+ <section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
864
+ <div class="pf-v6-c-page__main-body">
865
+ <nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
866
+ <ol class="pf-v6-c-breadcrumb__list" role="list">
867
+ <li class="pf-v6-c-breadcrumb__item">
868
+ <a
869
+ href="#"
870
+ class="pf-v6-c-breadcrumb__link"
871
+ >Section home</a>
872
+ </li>
873
+ <li class="pf-v6-c-breadcrumb__item">
874
+ <span class="pf-v6-c-breadcrumb__item-divider">
875
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
876
+ </span>
877
+
878
+ <a
879
+ href="#"
880
+ class="pf-v6-c-breadcrumb__link"
881
+ >Section title</a>
882
+ </li>
883
+ <li class="pf-v6-c-breadcrumb__item">
884
+ <span class="pf-v6-c-breadcrumb__item-divider">
885
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
886
+ </span>
887
+
888
+ <a
889
+ href="#"
890
+ class="pf-v6-c-breadcrumb__link"
891
+ >Section title</a>
892
+ </li>
893
+ <li class="pf-v6-c-breadcrumb__item">
894
+ <span class="pf-v6-c-breadcrumb__item-divider">
895
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
896
+ </span>
897
+
898
+ <a
899
+ href="#"
900
+ class="pf-v6-c-breadcrumb__link pf-m-current"
901
+ aria-current="page"
902
+ >Section landing</a>
903
+ </li>
904
+ </ol>
905
+ </nav>
906
+ </div>
907
+ </section>
908
+ <section class="pf-v6-c-page__main-section pf-m-limit-width">
909
+ <div class="pf-v6-c-page__main-body">
910
+ <h1 class="pf-v6-c-content--h1 pf-m-page-title">Main title</h1>
911
+ <p class="pf-v6-c-content--p">This is a full page demo.</p>
912
+ </div>
913
+ </section>
914
+ <section class="pf-v6-c-page__main-section pf-m-limit-width">
915
+ <div class="pf-v6-c-page__main-body">
916
+ <div class="pf-v6-l-gallery pf-m-gutter">
917
+ <div class="pf-v6-c-card">
918
+ <div class="pf-v6-c-card__body">This is a card</div>
919
+ </div>
920
+ <div class="pf-v6-c-card">
921
+ <div class="pf-v6-c-card__body">This is a card</div>
922
+ </div>
923
+ <div class="pf-v6-c-card">
924
+ <div class="pf-v6-c-card__body">This is a card</div>
925
+ </div>
926
+ <div class="pf-v6-c-card">
927
+ <div class="pf-v6-c-card__body">This is a card</div>
928
+ </div>
929
+ <div class="pf-v6-c-card">
930
+ <div class="pf-v6-c-card__body">This is a card</div>
931
+ </div>
932
+ <div class="pf-v6-c-card">
933
+ <div class="pf-v6-c-card__body">This is a card</div>
934
+ </div>
935
+ <div class="pf-v6-c-card">
936
+ <div class="pf-v6-c-card__body">This is a card</div>
937
+ </div>
938
+ <div class="pf-v6-c-card">
939
+ <div class="pf-v6-c-card__body">This is a card</div>
940
+ </div>
941
+ <div class="pf-v6-c-card">
942
+ <div class="pf-v6-c-card__body">This is a card</div>
943
+ </div>
944
+ <div class="pf-v6-c-card">
945
+ <div class="pf-v6-c-card__body">This is a card</div>
946
+ </div>
947
+ </div>
948
+ </div>
949
+ </section>
950
+ </main>
951
+ </div>
952
+ </div>
953
+ <div class="pf-v6-c-drawer__panel pf-m-width-33">
954
+ <div class="pf-v6-c-drawer__body pf-m-no-padding">
955
+ <div class="pf-v6-c-notification-drawer">
956
+ <div class="pf-v6-c-notification-drawer__header">
957
+ <h1
958
+ class="pf-v6-c-notification-drawer__header-title"
959
+ >Notifications</h1>
960
+ <span
961
+ class="pf-v6-c-notification-drawer__header-status"
962
+ >0 unread</span>
963
+ <div class="pf-v6-c-notification-drawer__header-action">
964
+ <button
965
+ class="pf-v6-c-menu-toggle pf-m-plain"
966
+ type="button"
967
+ aria-expanded="false"
968
+ aria-label="Menu toggle"
969
+ id="drawer-demo-notification-drawer-basic-header-action"
970
+ >
971
+ <span class="pf-v6-c-menu-toggle__icon">
972
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
973
+ </span>
974
+ </button>
975
+ </div>
976
+ </div>
977
+ <div class="pf-v6-c-notification-drawer__body">
978
+ <ul class="pf-v6-c-notification-drawer__list" role="list">
979
+ <li
980
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-info"
981
+ >
982
+ <div class="pf-v6-c-notification-drawer__list-item-header">
983
+ <span
984
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
985
+ >
986
+ <i class="fas fa-info-circle" aria-hidden="true"></i>
987
+ </span>
988
+ <h2
989
+ class="pf-v6-c-notification-drawer__list-item-header-title"
990
+ >
991
+ <span class="pf-v6-screen-reader">Info notification:</span>
992
+ Read
993
+ info notification title
994
+ </h2>
995
+ </div>
996
+ <div class="pf-v6-c-notification-drawer__list-item-action">
997
+ <button
998
+ class="pf-v6-c-menu-toggle pf-m-plain"
999
+ type="button"
1000
+ aria-expanded="false"
1001
+ aria-label="Menu toggle"
1002
+ id="drawer-demo-notification-drawer-basic-menu-toggle-1"
1003
+ >
1004
+ <span class="pf-v6-c-menu-toggle__icon">
1005
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1006
+ </span>
1007
+ </button>
1008
+ </div>
1009
+ <div
1010
+ class="pf-v6-c-notification-drawer__list-item-description"
1011
+ >This is an info notification description.</div>
1012
+ <div
1013
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
1014
+ >5 minutes ago</div>
1015
+ </li>
1016
+
1017
+ <li
1018
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-custom"
1019
+ >
1020
+ <div class="pf-v6-c-notification-drawer__list-item-header">
1021
+ <span
1022
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
1023
+ >
1024
+ <i class="fas fa-arrow-circle-up" aria-hidden="true"></i>
1025
+ </span>
1026
+ <h2
1027
+ class="pf-v6-c-notification-drawer__list-item-header-title"
1028
+ >
1029
+ <span class="pf-v6-screen-reader">Custom notification:</span>
1030
+ Read
1031
+ recommendation notification title. This is a long title to show how the title will wrap if it is long and wraps to multiple lines.
1032
+ </h2>
1033
+ </div>
1034
+ <div class="pf-v6-c-notification-drawer__list-item-action">
1035
+ <button
1036
+ class="pf-v6-c-menu-toggle pf-m-plain"
1037
+ type="button"
1038
+ aria-expanded="false"
1039
+ aria-label="Menu toggle"
1040
+ id="drawer-demo-notification-drawer-basic-menu-toggle-3"
1041
+ >
1042
+ <span class="pf-v6-c-menu-toggle__icon">
1043
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1044
+ </span>
1045
+ </button>
1046
+ </div>
1047
+ <div
1048
+ class="pf-v6-c-notification-drawer__list-item-description"
1049
+ >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>
1050
+ <div
1051
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
1052
+ >10 minutes ago</div>
1053
+ </li>
1054
+
1055
+ <li
1056
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-custom"
1057
+ >
1058
+ <div class="pf-v6-c-notification-drawer__list-item-header">
1059
+ <span
1060
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
1061
+ >
1062
+ <i class="fas fa-arrow-circle-up" aria-hidden="true"></i>
1063
+ </span>
1064
+ <h2
1065
+ class="pf-v6-c-notification-drawer__list-item-header-title"
1066
+ >
1067
+ <span class="pf-v6-screen-reader">Custom notification:</span>
1068
+ Read
1069
+ recommendation notification title. This is a long title to show how the title will wrap if it is long and wraps to multiple lines.
1070
+ </h2>
1071
+ </div>
1072
+ <div class="pf-v6-c-notification-drawer__list-item-action">
1073
+ <button
1074
+ class="pf-v6-c-menu-toggle pf-m-plain"
1075
+ type="button"
1076
+ aria-expanded="false"
1077
+ aria-label="Menu toggle"
1078
+ id="drawer-demo-notification-drawer-basic-menu-toggle-4"
1079
+ >
1080
+ <span class="pf-v6-c-menu-toggle__icon">
1081
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1082
+ </span>
1083
+ </button>
1084
+ </div>
1085
+ <div
1086
+ class="pf-v6-c-notification-drawer__list-item-description"
1087
+ >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>
1088
+ <div
1089
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
1090
+ >20 minutes ago</div>
1091
+ </li>
1092
+ <li
1093
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-warning pf-m-hoverable"
1094
+ >
1095
+ <div class="pf-v6-c-notification-drawer__list-item-header">
1096
+ <span
1097
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
1098
+ >
1099
+ <i
1100
+ class="fas fa-exclamation-triangle"
1101
+ aria-hidden="true"
1102
+ ></i>
1103
+ </span>
1104
+ <h2
1105
+ class="pf-v6-c-notification-drawer__list-item-header-title"
1106
+ >
1107
+ <span class="pf-v6-screen-reader">Warning notification:</span>
1108
+ Read warning notification title
1109
+ </h2>
1110
+ </div>
1111
+ <div class="pf-v6-c-notification-drawer__list-item-action">
1112
+ <button
1113
+ class="pf-v6-c-menu-toggle pf-m-plain"
1114
+ type="button"
1115
+ aria-expanded="false"
1116
+ aria-label="Menu toggle"
1117
+ id="drawer-demo-notification-drawer-basic-menu-toggle-5"
1118
+ >
1119
+ <span class="pf-v6-c-menu-toggle__icon">
1120
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1121
+ </span>
1122
+ </button>
1123
+ </div>
1124
+ <div
1125
+ class="pf-v6-c-notification-drawer__list-item-description"
1126
+ >This is a warning notification description.</div>
1127
+ <div
1128
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
1129
+ >20 minutes ago</div>
1130
+ </li>
1131
+ <li
1132
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
1133
+ >
1134
+ <div class="pf-v6-c-notification-drawer__list-item-header">
1135
+ <span
1136
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
1137
+ >
1138
+ <i class="fas fa-check-circle" aria-hidden="true"></i>
1139
+ </span>
1140
+ <h2
1141
+ class="pf-v6-c-notification-drawer__list-item-header-title"
1142
+ >
1143
+ <span class="pf-v6-screen-reader">Success notification:</span>
1144
+ Read success notification title
1145
+ </h2>
1146
+ </div>
1147
+ <div class="pf-v6-c-notification-drawer__list-item-action">
1148
+ <button
1149
+ class="pf-v6-c-menu-toggle pf-m-plain"
1150
+ type="button"
1151
+ aria-expanded="false"
1152
+ aria-label="Menu toggle"
1153
+ id="drawer-demo-notification-drawer-basic-menu-toggle-6"
1154
+ >
1155
+ <span class="pf-v6-c-menu-toggle__icon">
1156
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1157
+ </span>
1158
+ </button>
1159
+ </div>
1160
+ <div
1161
+ class="pf-v6-c-notification-drawer__list-item-description"
1162
+ >This is a success notification description.</div>
1163
+ <div
1164
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
1165
+ >30 minutes ago</div>
1166
+ </li>
1167
+ <li
1168
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
1169
+ >
1170
+ <div class="pf-v6-c-notification-drawer__list-item-header">
1171
+ <span
1172
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
1173
+ >
1174
+ <i class="fas fa-check-circle" aria-hidden="true"></i>
1175
+ </span>
1176
+ <h2
1177
+ class="pf-v6-c-notification-drawer__list-item-header-title pf-m-truncate"
1178
+ >
1179
+ <span class="pf-v6-screen-reader">Success notification:</span>
1180
+ 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.
1181
+ </h2>
1182
+ </div>
1183
+ <div class="pf-v6-c-notification-drawer__list-item-action">
1184
+ <button
1185
+ class="pf-v6-c-menu-toggle pf-m-plain"
1186
+ type="button"
1187
+ aria-expanded="false"
1188
+ aria-label="Menu toggle"
1189
+ id="drawer-demo-notification-drawer-basic-menu-toggle-7"
1190
+ >
1191
+ <span class="pf-v6-c-menu-toggle__icon">
1192
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1193
+ </span>
1194
+ </button>
1195
+ </div>
1196
+ <div
1197
+ class="pf-v6-c-notification-drawer__list-item-description"
1198
+ >This example uses ".pf-m-truncate" to limit the title to a single line and truncate any overflow text with ellipses.</div>
1199
+ <div
1200
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
1201
+ >40 minutes ago</div>
1202
+ </li>
1203
+ <li
1204
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
1205
+ >
1206
+ <div class="pf-v6-c-notification-drawer__list-item-header">
1207
+ <span
1208
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
1209
+ >
1210
+ <i class="fas fa-check-circle" aria-hidden="true"></i>
1211
+ </span>
1212
+ <h2
1213
+ class="pf-v6-c-notification-drawer__list-item-header-title pf-m-truncate"
1214
+ style="--pf-v6-c-notification-drawer__list-item-header-title--max-lines: 2"
1215
+ >
1216
+ <span class="pf-v6-screen-reader">Success notification:</span>
1217
+ 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.
1218
+ </h2>
1219
+ </div>
1220
+ <div class="pf-v6-c-notification-drawer__list-item-action">
1221
+ <button
1222
+ class="pf-v6-c-menu-toggle pf-m-plain"
1223
+ type="button"
1224
+ aria-expanded="false"
1225
+ aria-label="Menu toggle"
1226
+ id="drawer-demo-notification-drawer-basic-menu-toggle-8"
1227
+ >
1228
+ <span class="pf-v6-c-menu-toggle__icon">
1229
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1230
+ </span>
1231
+ </button>
1232
+ </div>
1233
+ <div
1234
+ class="pf-v6-c-notification-drawer__list-item-description"
1235
+ >This example uses ".pf-m-truncate" and sets "--pf-v6-c-notification-drawer__list-item-header-title--max-lines: 2" to limit title to two lines and truncate any overflow text with ellipses.</div>
1236
+ <div
1237
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
1238
+ >50 minutes ago</div>
1239
+ </li>
1240
+ <li
1241
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success"
1242
+ >
1243
+ <div class="pf-v6-c-notification-drawer__list-item-header">
1244
+ <span
1245
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
1246
+ >
1247
+ <i class="fas fa-check-circle" aria-hidden="true"></i>
1248
+ </span>
1249
+ <h2
1250
+ class="pf-v6-c-notification-drawer__list-item-header-title"
1251
+ >
1252
+ <span class="pf-v6-screen-reader">Success notification:</span>
1253
+ Notification drawer item title
1254
+ </h2>
1255
+ </div>
1256
+ <div
1257
+ class="pf-v6-c-notification-drawer__list-item-action pf-m-no-offset"
1258
+ >
1259
+ <button class="pf-v6-c-button pf-m-primary" type="button">
1260
+ <span class="pf-v6-c-button__text">Action</span>
1261
+ </button>
1262
+ </div>
1263
+ <div
1264
+ class="pf-v6-c-notification-drawer__list-item-description"
1265
+ >This example uses ".pf-m-no-offset" on the action wrapper to disable the default offset for button alignment.</div>
1266
+ <div
1267
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
1268
+ >55 minutes ago</div>
1269
+ </li>
1270
+ </ul>
1271
+ </div>
1272
+ </div>
1273
+ </div>
1274
+ </div>
1275
+ </div>
1276
+ </div>
1277
+ </div>
1278
+ </div>
1279
+
1280
+ ```
1281
+
1282
+ ### Expanded unread
1283
+
1284
+ ```html isFullscreen
1285
+ <div class="pf-v6-c-page" id="-page">
1286
+ <div class="pf-v6-c-skip-to-content">
1287
+ <a class="pf-v6-c-button pf-m-primary" href="#main-content--page">
1288
+ <span class="pf-v6-c-button__text">Skip to content</span>
1289
+ </a>
1290
+ </div>
1291
+ <header class="pf-v6-c-masthead" id="-page-masthead">
1292
+ <div class="pf-v6-c-masthead__main">
1293
+ <span class="pf-v6-c-masthead__toggle">
1294
+ <button
1295
+ class="pf-v6-c-button pf-m-plain"
1296
+ type="button"
1297
+ aria-label="Global navigation"
1298
+ >
1299
+ <span class="pf-v6-c-button__icon">
1300
+ <i class="fas fa-bars" aria-hidden="true"></i>
1301
+ </span>
1302
+ </button>
1303
+ </span>
1304
+ <div class="pf-v6-c-masthead__brand">
1305
+ <a class="pf-v6-c-masthead__logo" href="#">
1306
+ <svg height="37px" viewBox="0 0 679 158">
1307
+ <title>PF-HorizontalLogo-Color</title>
1308
+ <defs>
1309
+ <linearGradient
1310
+ x1="68%"
1311
+ y1="2.25860997e-13%"
1312
+ x2="32%"
1313
+ y2="100%"
1314
+ id="linearGradient--page-masthead"
1315
+ >
1316
+ <stop stop-color="#2B9AF3" offset="0%" />
1317
+ <stop
1318
+ stop-color="#73BCF7"
1319
+ stop-opacity="0.502212631"
1320
+ offset="100%"
1321
+ />
1322
+ </linearGradient>
1323
+ </defs>
1324
+ <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
1325
+ <g
1326
+ transform="translate(206.000000, 45.750000)"
1327
+ fill="var(--pf-t--global--text--color--regular)"
1328
+ fill-rule="nonzero"
1329
+ >
1330
+ <path
1331
+ d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
1332
+ />
1333
+ <path
1334
+ d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
1335
+ />
1336
+ <path
1337
+ d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
1338
+ />
1339
+ <path
1340
+ d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
1341
+ />
1342
+ <path
1343
+ d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
1344
+ />
1345
+ <path
1346
+ d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
1347
+ />
1348
+ <path
1349
+ d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
1350
+ />
1351
+ <polygon
1352
+ points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
1353
+ />
1354
+ <polygon
1355
+ points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
1356
+ />
1357
+ <path
1358
+ d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
1359
+ />
1360
+ </g>
1361
+ <g transform="translate(0.000000, 0.000000)">
1362
+ <path
1363
+ d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
1364
+ fill="#0066CC"
1365
+ />
1366
+ <path
1367
+ d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
1368
+ fill="url(#linearGradient--page-masthead)"
1369
+ />
1370
+ <path
1371
+ d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
1372
+ fill="url(#linearGradient--page-masthead)"
1373
+ transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
1374
+ />
1375
+ </g>
1376
+ </g>
1377
+ </svg>
1378
+ </a>
1379
+ </div>
1380
+ </div>
1381
+ <div class="pf-v6-c-masthead__content">
1382
+ <div class="pf-v6-c-toolbar pf-m-static" id="-page-masthead-toolbar">
1383
+ <div class="pf-v6-c-toolbar__content">
1384
+ <div class="pf-v6-c-toolbar__content-section">
1385
+ <div
1386
+ class="pf-v6-c-toolbar__group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md pf-m-action-group-plain"
1387
+ >
1388
+ <div class="pf-v6-c-toolbar__item">
1389
+ <button
1390
+ class="pf-v6-c-button pf-m-unread pf-m-stateful pf-m-clicked pf-m-expanded"
1391
+ type="button"
1392
+ aria-expanded="true"
1393
+ aria-label="Unread notifications"
1394
+ >
1395
+ <span class="pf-v6-c-button__icon">
1396
+ <i class="pf-v6-pficon-bell" aria-hidden="true"></i>
1397
+ </span>
1398
+ </button>
1399
+ </div>
1400
+
1401
+ <div
1402
+ class="pf-v6-c-toolbar__group pf-m-hidden pf-m-visible-on-lg pf-m-action-group-plain"
1403
+ >
1404
+ <div class="pf-v6-c-toolbar__item">
1405
+ <button
1406
+ class="pf-v6-c-menu-toggle pf-m-plain"
1407
+ type="button"
1408
+ aria-expanded="false"
1409
+ aria-label="Application launcher"
1410
+ >
1411
+ <span class="pf-v6-c-menu-toggle__icon">
1412
+ <i class="fas fa-th" aria-hidden="true"></i>
1413
+ </span>
1414
+ </button>
1415
+ </div>
1416
+ <div class="pf-v6-c-toolbar__item">
1417
+ <button
1418
+ class="pf-v6-c-menu-toggle pf-m-plain"
1419
+ type="button"
1420
+ aria-expanded="false"
1421
+ aria-label="Settings"
1422
+ >
1423
+ <span class="pf-v6-c-menu-toggle__icon">
1424
+ <i class="fas fa-cog" aria-hidden="true"></i>
1425
+ </span>
1426
+ </button>
1427
+ </div>
1428
+ <div class="pf-v6-c-toolbar__item">
1429
+ <button
1430
+ class="pf-v6-c-menu-toggle pf-m-plain"
1431
+ type="button"
1432
+ aria-expanded="false"
1433
+ aria-label="Help"
1434
+ >
1435
+ <span class="pf-v6-c-menu-toggle__icon">
1436
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
1437
+ </span>
1438
+ </button>
1439
+ </div>
1440
+ </div>
1441
+
1442
+ <div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
1443
+ <button
1444
+ class="pf-v6-c-menu-toggle pf-m-plain"
1445
+ type="button"
1446
+ aria-expanded="false"
1447
+ aria-label="Actions"
1448
+ >
1449
+ <span class="pf-v6-c-menu-toggle__icon">
1450
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1451
+ </span>
1452
+ </button>
1453
+ </div>
1454
+ </div>
1455
+ </div>
1456
+ </div>
1457
+ </div>
1458
+ </div>
1459
+ </header>
1460
+ <div class="pf-v6-c-page__sidebar">
1461
+ <div class="pf-v6-c-page__sidebar-body">
1462
+ <nav class="pf-v6-c-nav" id="-page-primary-nav" aria-label="Global">
1463
+ <ul class="pf-v6-c-nav__list" role="list">
1464
+ <li class="pf-v6-c-nav__item">
1465
+ <a href="#" class="pf-v6-c-nav__link">
1466
+ <span class="pf-v6-c-nav__link-text">System panel</span>
1467
+ </a>
1468
+ </li>
1469
+ <li class="pf-v6-c-nav__item">
1470
+ <a
1471
+ href="#"
1472
+ class="pf-v6-c-nav__link pf-m-current"
1473
+ aria-current="page"
1474
+ >
1475
+ <span class="pf-v6-c-nav__link-text">Policy</span>
1476
+ </a>
1477
+ </li>
1478
+ <li class="pf-v6-c-nav__item">
1479
+ <a href="#" class="pf-v6-c-nav__link">
1480
+ <span class="pf-v6-c-nav__link-text">Authentication</span>
1481
+ </a>
1482
+ </li>
1483
+ <li class="pf-v6-c-nav__item">
1484
+ <a href="#" class="pf-v6-c-nav__link">
1485
+ <span class="pf-v6-c-nav__link-text">Network services</span>
1486
+ </a>
1487
+ </li>
1488
+ <li class="pf-v6-c-nav__item">
1489
+ <a href="#" class="pf-v6-c-nav__link">
1490
+ <span class="pf-v6-c-nav__link-text">Server</span>
1491
+ </a>
1492
+ </li>
1493
+ </ul>
1494
+ </nav>
1495
+ </div>
1496
+ </div>
1497
+ <div class="pf-v6-c-page__drawer">
1498
+ <div class="pf-v6-c-drawer pf-m-expanded">
1499
+ <div class="pf-v6-c-drawer__main">
1500
+ <div class="pf-v6-c-drawer__content">
1501
+ <div class="pf-v6-c-page__main-container" tabindex="-1">
1502
+ <main class="pf-v6-c-page__main" tabindex="-1">
1503
+ <section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
1504
+ <div class="pf-v6-c-page__main-body">
1505
+ <nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
1506
+ <ol class="pf-v6-c-breadcrumb__list" role="list">
1507
+ <li class="pf-v6-c-breadcrumb__item">
1508
+ <a
1509
+ href="#"
1510
+ class="pf-v6-c-breadcrumb__link"
1511
+ >Section home</a>
1512
+ </li>
1513
+ <li class="pf-v6-c-breadcrumb__item">
1514
+ <span class="pf-v6-c-breadcrumb__item-divider">
1515
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
1516
+ </span>
1517
+
1518
+ <a
1519
+ href="#"
1520
+ class="pf-v6-c-breadcrumb__link"
1521
+ >Section title</a>
1522
+ </li>
1523
+ <li class="pf-v6-c-breadcrumb__item">
1524
+ <span class="pf-v6-c-breadcrumb__item-divider">
1525
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
1526
+ </span>
1527
+
1528
+ <a
1529
+ href="#"
1530
+ class="pf-v6-c-breadcrumb__link"
1531
+ >Section title</a>
1532
+ </li>
1533
+ <li class="pf-v6-c-breadcrumb__item">
1534
+ <span class="pf-v6-c-breadcrumb__item-divider">
1535
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
1536
+ </span>
1537
+
1538
+ <a
1539
+ href="#"
1540
+ class="pf-v6-c-breadcrumb__link pf-m-current"
1541
+ aria-current="page"
1542
+ >Section landing</a>
1543
+ </li>
1544
+ </ol>
1545
+ </nav>
1546
+ </div>
1547
+ </section>
1548
+ <section class="pf-v6-c-page__main-section pf-m-limit-width">
1549
+ <div class="pf-v6-c-page__main-body">
1550
+ <h1 class="pf-v6-c-content--h1 pf-m-page-title">Main title</h1>
1551
+ <p class="pf-v6-c-content--p">This is a full page demo.</p>
1552
+ </div>
1553
+ </section>
1554
+ <section class="pf-v6-c-page__main-section pf-m-limit-width">
1555
+ <div class="pf-v6-c-page__main-body">
1556
+ <div class="pf-v6-l-gallery pf-m-gutter">
1557
+ <div class="pf-v6-c-card">
1558
+ <div class="pf-v6-c-card__body">This is a card</div>
1559
+ </div>
1560
+ <div class="pf-v6-c-card">
1561
+ <div class="pf-v6-c-card__body">This is a card</div>
1562
+ </div>
1563
+ <div class="pf-v6-c-card">
1564
+ <div class="pf-v6-c-card__body">This is a card</div>
1565
+ </div>
1566
+ <div class="pf-v6-c-card">
1567
+ <div class="pf-v6-c-card__body">This is a card</div>
1568
+ </div>
1569
+ <div class="pf-v6-c-card">
1570
+ <div class="pf-v6-c-card__body">This is a card</div>
1571
+ </div>
1572
+ <div class="pf-v6-c-card">
1573
+ <div class="pf-v6-c-card__body">This is a card</div>
1574
+ </div>
1575
+ <div class="pf-v6-c-card">
1576
+ <div class="pf-v6-c-card__body">This is a card</div>
1577
+ </div>
1578
+ <div class="pf-v6-c-card">
1579
+ <div class="pf-v6-c-card__body">This is a card</div>
1580
+ </div>
1581
+ <div class="pf-v6-c-card">
1582
+ <div class="pf-v6-c-card__body">This is a card</div>
1583
+ </div>
1584
+ <div class="pf-v6-c-card">
1585
+ <div class="pf-v6-c-card__body">This is a card</div>
1586
+ </div>
1587
+ </div>
1588
+ </div>
1589
+ </section>
1590
+ </main>
1591
+ </div>
1592
+ </div>
1593
+ <div class="pf-v6-c-drawer__panel pf-m-width-33">
1594
+ <div class="pf-v6-c-drawer__body pf-m-no-padding">
1595
+ <div class="pf-v6-c-notification-drawer">
1596
+ <div class="pf-v6-c-notification-drawer__header">
1597
+ <h1
1598
+ class="pf-v6-c-notification-drawer__header-title"
1599
+ >Notifications</h1>
1600
+ <span
1601
+ class="pf-v6-c-notification-drawer__header-status"
1602
+ >3 unread</span>
1603
+ <div class="pf-v6-c-notification-drawer__header-action">
1604
+ <button
1605
+ class="pf-v6-c-menu-toggle pf-m-plain"
1606
+ type="button"
1607
+ aria-expanded="false"
1608
+ aria-label="Menu toggle"
1609
+ id="drawer-demo-notification-drawer-basic-header-action"
1610
+ >
1611
+ <span class="pf-v6-c-menu-toggle__icon">
1612
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1613
+ </span>
1614
+ </button>
1615
+ </div>
1616
+ </div>
1617
+ <div class="pf-v6-c-notification-drawer__body">
1618
+ <ul class="pf-v6-c-notification-drawer__list" role="list">
1619
+ <li
1620
+ class="pf-v6-c-notification-drawer__list-item pf-m-hoverable pf-m-info"
1621
+ tabindex="0"
1622
+ >
1623
+ <div class="pf-v6-c-notification-drawer__list-item-header">
1624
+ <span
1625
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
1626
+ >
1627
+ <i class="fas fa-info-circle" aria-hidden="true"></i>
1628
+ </span>
1629
+ <h2
1630
+ class="pf-v6-c-notification-drawer__list-item-header-title"
1631
+ >
1632
+ <span class="pf-v6-screen-reader">Info notification:</span>
1633
+ Unread
1634
+ info notification title
1635
+ </h2>
1636
+ </div>
1637
+ <div class="pf-v6-c-notification-drawer__list-item-action">
1638
+ <button
1639
+ class="pf-v6-c-menu-toggle pf-m-plain"
1640
+ type="button"
1641
+ aria-expanded="false"
1642
+ aria-label="Menu toggle"
1643
+ id="drawer-demo-notification-drawer-basic-menu-toggle-1"
1644
+ >
1645
+ <span class="pf-v6-c-menu-toggle__icon">
1646
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1647
+ </span>
1648
+ </button>
1649
+ </div>
1650
+ <div
1651
+ class="pf-v6-c-notification-drawer__list-item-description"
1652
+ >This is an info notification description.</div>
1653
+ <div
1654
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
1655
+ >5 minutes ago</div>
1656
+ </li>
1657
+
1658
+ <li
1659
+ class="pf-v6-c-notification-drawer__list-item pf-m-hoverable pf-m-custom"
1660
+ tabindex="0"
1661
+ >
1662
+ <div class="pf-v6-c-notification-drawer__list-item-header">
1663
+ <span
1664
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
1665
+ >
1666
+ <i class="fas fa-arrow-circle-up" aria-hidden="true"></i>
1667
+ </span>
1668
+ <h2
1669
+ class="pf-v6-c-notification-drawer__list-item-header-title"
1670
+ >
1671
+ <span class="pf-v6-screen-reader">Custom notification:</span>
1672
+ Unread
1673
+ recommendation notification title. This is a long title to show how the title will wrap if it is long and wraps to multiple lines.
1674
+ </h2>
1675
+ </div>
1676
+ <div class="pf-v6-c-notification-drawer__list-item-action">
1677
+ <button
1678
+ class="pf-v6-c-menu-toggle pf-m-plain"
1679
+ type="button"
1680
+ aria-expanded="false"
1681
+ aria-label="Menu toggle"
1682
+ id="drawer-demo-notification-drawer-basic-menu-toggle-3"
1683
+ >
1684
+ <span class="pf-v6-c-menu-toggle__icon">
1685
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1686
+ </span>
1687
+ </button>
1688
+ </div>
1689
+ <div
1690
+ class="pf-v6-c-notification-drawer__list-item-description"
1691
+ >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>
1692
+ <div
1693
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
1694
+ >10 minutes ago</div>
1695
+ </li>
1696
+
1697
+ <li
1698
+ class="pf-v6-c-notification-drawer__list-item pf-m-hoverable pf-m-custom"
1699
+ tabindex="0"
1700
+ >
1701
+ <div class="pf-v6-c-notification-drawer__list-item-header">
1702
+ <span
1703
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
1704
+ >
1705
+ <i class="fas fa-arrow-circle-up" aria-hidden="true"></i>
1706
+ </span>
1707
+ <h2
1708
+ class="pf-v6-c-notification-drawer__list-item-header-title"
1709
+ >
1710
+ <span class="pf-v6-screen-reader">Custom notification:</span>
1711
+ Unread
1712
+ recommendation notification title. This is a long title to show how the title will wrap if it is long and wraps to multiple lines.
1713
+ </h2>
1714
+ </div>
1715
+ <div class="pf-v6-c-notification-drawer__list-item-action">
1716
+ <button
1717
+ class="pf-v6-c-menu-toggle pf-m-plain"
1718
+ type="button"
1719
+ aria-expanded="false"
1720
+ aria-label="Menu toggle"
1721
+ id="drawer-demo-notification-drawer-basic-menu-toggle-4"
1722
+ >
1723
+ <span class="pf-v6-c-menu-toggle__icon">
1724
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1725
+ </span>
1726
+ </button>
1727
+ </div>
1728
+ <div
1729
+ class="pf-v6-c-notification-drawer__list-item-description"
1730
+ >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>
1731
+ <div
1732
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
1733
+ >20 minutes ago</div>
1734
+ </li>
1735
+ <li
1736
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-warning pf-m-hoverable"
1737
+ >
1738
+ <div class="pf-v6-c-notification-drawer__list-item-header">
1739
+ <span
1740
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
1741
+ >
1742
+ <i
1743
+ class="fas fa-exclamation-triangle"
1744
+ aria-hidden="true"
1745
+ ></i>
1746
+ </span>
1747
+ <h2
1748
+ class="pf-v6-c-notification-drawer__list-item-header-title"
1749
+ >
1750
+ <span class="pf-v6-screen-reader">Warning notification:</span>
1751
+ Read warning notification title
1752
+ </h2>
1753
+ </div>
1754
+ <div class="pf-v6-c-notification-drawer__list-item-action">
1755
+ <button
1756
+ class="pf-v6-c-menu-toggle pf-m-plain"
1757
+ type="button"
1758
+ aria-expanded="false"
1759
+ aria-label="Menu toggle"
1760
+ id="drawer-demo-notification-drawer-basic-menu-toggle-5"
1761
+ >
1762
+ <span class="pf-v6-c-menu-toggle__icon">
1763
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1764
+ </span>
1765
+ </button>
1766
+ </div>
1767
+ <div
1768
+ class="pf-v6-c-notification-drawer__list-item-description"
1769
+ >This is a warning notification description.</div>
1770
+ <div
1771
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
1772
+ >20 minutes ago</div>
1773
+ </li>
1774
+ <li
1775
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
1776
+ >
1777
+ <div class="pf-v6-c-notification-drawer__list-item-header">
1778
+ <span
1779
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
1780
+ >
1781
+ <i class="fas fa-check-circle" aria-hidden="true"></i>
1782
+ </span>
1783
+ <h2
1784
+ class="pf-v6-c-notification-drawer__list-item-header-title"
1785
+ >
1786
+ <span class="pf-v6-screen-reader">Success notification:</span>
1787
+ Read success notification title
1788
+ </h2>
1789
+ </div>
1790
+ <div class="pf-v6-c-notification-drawer__list-item-action">
1791
+ <button
1792
+ class="pf-v6-c-menu-toggle pf-m-plain"
1793
+ type="button"
1794
+ aria-expanded="false"
1795
+ aria-label="Menu toggle"
1796
+ id="drawer-demo-notification-drawer-basic-menu-toggle-6"
1797
+ >
1798
+ <span class="pf-v6-c-menu-toggle__icon">
1799
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1800
+ </span>
1801
+ </button>
1802
+ </div>
1803
+ <div
1804
+ class="pf-v6-c-notification-drawer__list-item-description"
1805
+ >This is a success notification description.</div>
1806
+ <div
1807
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
1808
+ >30 minutes ago</div>
1809
+ </li>
1810
+ <li
1811
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
1812
+ >
1813
+ <div class="pf-v6-c-notification-drawer__list-item-header">
1814
+ <span
1815
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
1816
+ >
1817
+ <i class="fas fa-check-circle" aria-hidden="true"></i>
1818
+ </span>
1819
+ <h2
1820
+ class="pf-v6-c-notification-drawer__list-item-header-title pf-m-truncate"
1821
+ >
1822
+ <span class="pf-v6-screen-reader">Success notification:</span>
1823
+ 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.
1824
+ </h2>
1825
+ </div>
1826
+ <div class="pf-v6-c-notification-drawer__list-item-action">
1827
+ <button
1828
+ class="pf-v6-c-menu-toggle pf-m-plain"
1829
+ type="button"
1830
+ aria-expanded="false"
1831
+ aria-label="Menu toggle"
1832
+ id="drawer-demo-notification-drawer-basic-menu-toggle-7"
1833
+ >
1834
+ <span class="pf-v6-c-menu-toggle__icon">
1835
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1836
+ </span>
1837
+ </button>
1838
+ </div>
1839
+ <div
1840
+ class="pf-v6-c-notification-drawer__list-item-description"
1841
+ >This example uses ".pf-m-truncate" to limit the title to a single line and truncate any overflow text with ellipses.</div>
1842
+ <div
1843
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
1844
+ >40 minutes ago</div>
1845
+ </li>
1846
+ <li
1847
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
1848
+ >
1849
+ <div class="pf-v6-c-notification-drawer__list-item-header">
1850
+ <span
1851
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
1852
+ >
1853
+ <i class="fas fa-check-circle" aria-hidden="true"></i>
1854
+ </span>
1855
+ <h2
1856
+ class="pf-v6-c-notification-drawer__list-item-header-title pf-m-truncate"
1857
+ style="--pf-v6-c-notification-drawer__list-item-header-title--max-lines: 2"
1858
+ >
1859
+ <span class="pf-v6-screen-reader">Success notification:</span>
1860
+ 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.
1861
+ </h2>
1862
+ </div>
1863
+ <div class="pf-v6-c-notification-drawer__list-item-action">
1864
+ <button
1865
+ class="pf-v6-c-menu-toggle pf-m-plain"
1866
+ type="button"
1867
+ aria-expanded="false"
1868
+ aria-label="Menu toggle"
1869
+ id="drawer-demo-notification-drawer-basic-menu-toggle-8"
1870
+ >
1871
+ <span class="pf-v6-c-menu-toggle__icon">
1872
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1873
+ </span>
1874
+ </button>
1875
+ </div>
1876
+ <div
1877
+ class="pf-v6-c-notification-drawer__list-item-description"
1878
+ >This example uses ".pf-m-truncate" and sets "--pf-v6-c-notification-drawer__list-item-header-title--max-lines: 2" to limit title to two lines and truncate any overflow text with ellipses.</div>
1879
+ <div
1880
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
1881
+ >50 minutes ago</div>
1882
+ </li>
1883
+ <li
1884
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success"
1885
+ >
1886
+ <div class="pf-v6-c-notification-drawer__list-item-header">
1887
+ <span
1888
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
1889
+ >
1890
+ <i class="fas fa-check-circle" aria-hidden="true"></i>
1891
+ </span>
1892
+ <h2
1893
+ class="pf-v6-c-notification-drawer__list-item-header-title"
1894
+ >
1895
+ <span class="pf-v6-screen-reader">Success notification:</span>
1896
+ Notification drawer item title
1897
+ </h2>
1898
+ </div>
1899
+ <div
1900
+ class="pf-v6-c-notification-drawer__list-item-action pf-m-no-offset"
1901
+ >
1902
+ <button class="pf-v6-c-button pf-m-primary" type="button">
1903
+ <span class="pf-v6-c-button__text">Action</span>
1904
+ </button>
1905
+ </div>
1906
+ <div
1907
+ class="pf-v6-c-notification-drawer__list-item-description"
1908
+ >This example uses ".pf-m-no-offset" on the action wrapper to disable the default offset for button alignment.</div>
1909
+ <div
1910
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
1911
+ >55 minutes ago</div>
1912
+ </li>
1913
+ </ul>
1914
+ </div>
1915
+ </div>
1916
+ </div>
1917
+ </div>
1918
+ </div>
1919
+ </div>
1920
+ </div>
1921
+ </div>
1922
+
1923
+ ```
1924
+
1925
+ ### Expanded attention
1926
+
1927
+ ```html isFullscreen
1928
+ <div class="pf-v6-c-page" id="-page">
1929
+ <div class="pf-v6-c-skip-to-content">
1930
+ <a class="pf-v6-c-button pf-m-primary" href="#main-content--page">
1931
+ <span class="pf-v6-c-button__text">Skip to content</span>
1932
+ </a>
1933
+ </div>
1934
+ <header class="pf-v6-c-masthead" id="-page-masthead">
1935
+ <div class="pf-v6-c-masthead__main">
1936
+ <span class="pf-v6-c-masthead__toggle">
1937
+ <button
1938
+ class="pf-v6-c-button pf-m-plain"
1939
+ type="button"
1940
+ aria-label="Global navigation"
1941
+ >
1942
+ <span class="pf-v6-c-button__icon">
1943
+ <i class="fas fa-bars" aria-hidden="true"></i>
1944
+ </span>
1945
+ </button>
1946
+ </span>
1947
+ <div class="pf-v6-c-masthead__brand">
1948
+ <a class="pf-v6-c-masthead__logo" href="#">
1949
+ <svg height="37px" viewBox="0 0 679 158">
1950
+ <title>PF-HorizontalLogo-Color</title>
1951
+ <defs>
1952
+ <linearGradient
1953
+ x1="68%"
1954
+ y1="2.25860997e-13%"
1955
+ x2="32%"
1956
+ y2="100%"
1957
+ id="linearGradient--page-masthead"
1958
+ >
1959
+ <stop stop-color="#2B9AF3" offset="0%" />
1960
+ <stop
1961
+ stop-color="#73BCF7"
1962
+ stop-opacity="0.502212631"
1963
+ offset="100%"
1964
+ />
1965
+ </linearGradient>
1966
+ </defs>
1967
+ <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
1968
+ <g
1969
+ transform="translate(206.000000, 45.750000)"
1970
+ fill="var(--pf-t--global--text--color--regular)"
1971
+ fill-rule="nonzero"
1972
+ >
1973
+ <path
1974
+ d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
1975
+ />
1976
+ <path
1977
+ d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
1978
+ />
1979
+ <path
1980
+ d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
1981
+ />
1982
+ <path
1983
+ d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
1984
+ />
1985
+ <path
1986
+ d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
1987
+ />
1988
+ <path
1989
+ d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
1990
+ />
1991
+ <path
1992
+ d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
1993
+ />
1994
+ <polygon
1995
+ points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
1996
+ />
1997
+ <polygon
1998
+ points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
1999
+ />
2000
+ <path
2001
+ d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
2002
+ />
2003
+ </g>
2004
+ <g transform="translate(0.000000, 0.000000)">
2005
+ <path
2006
+ d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
2007
+ fill="#0066CC"
2008
+ />
2009
+ <path
2010
+ d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
2011
+ fill="url(#linearGradient--page-masthead)"
2012
+ />
2013
+ <path
2014
+ d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
2015
+ fill="url(#linearGradient--page-masthead)"
2016
+ transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
2017
+ />
2018
+ </g>
2019
+ </g>
2020
+ </svg>
2021
+ </a>
2022
+ </div>
2023
+ </div>
2024
+ <div class="pf-v6-c-masthead__content">
2025
+ <div class="pf-v6-c-toolbar pf-m-static" id="-page-masthead-toolbar">
2026
+ <div class="pf-v6-c-toolbar__content">
2027
+ <div class="pf-v6-c-toolbar__content-section">
2028
+ <div
2029
+ class="pf-v6-c-toolbar__group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md pf-m-action-group-plain"
2030
+ >
2031
+ <div class="pf-v6-c-toolbar__item">
2032
+ <button
2033
+ class="pf-v6-c-button pf-m-attention pf-m-stateful pf-m-clicked pf-m-expanded"
2034
+ type="button"
2035
+ aria-expanded="true"
2036
+ aria-label="Attention notifications"
2037
+ >
2038
+ <span class="pf-v6-c-button__icon">
2039
+ <i class="pf-v6-pficon-attention-bell" aria-hidden="true"></i>
2040
+ </span>
2041
+ </button>
2042
+ </div>
2043
+
2044
+ <div
2045
+ class="pf-v6-c-toolbar__group pf-m-hidden pf-m-visible-on-lg pf-m-action-group-plain"
2046
+ >
2047
+ <div class="pf-v6-c-toolbar__item">
2048
+ <button
2049
+ class="pf-v6-c-menu-toggle pf-m-plain"
2050
+ type="button"
2051
+ aria-expanded="false"
2052
+ aria-label="Application launcher"
2053
+ >
2054
+ <span class="pf-v6-c-menu-toggle__icon">
2055
+ <i class="fas fa-th" aria-hidden="true"></i>
2056
+ </span>
2057
+ </button>
2058
+ </div>
2059
+ <div class="pf-v6-c-toolbar__item">
2060
+ <button
2061
+ class="pf-v6-c-menu-toggle pf-m-plain"
2062
+ type="button"
2063
+ aria-expanded="false"
2064
+ aria-label="Settings"
2065
+ >
2066
+ <span class="pf-v6-c-menu-toggle__icon">
2067
+ <i class="fas fa-cog" aria-hidden="true"></i>
2068
+ </span>
2069
+ </button>
2070
+ </div>
2071
+ <div class="pf-v6-c-toolbar__item">
2072
+ <button
2073
+ class="pf-v6-c-menu-toggle pf-m-plain"
2074
+ type="button"
2075
+ aria-expanded="false"
2076
+ aria-label="Help"
2077
+ >
2078
+ <span class="pf-v6-c-menu-toggle__icon">
2079
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
2080
+ </span>
2081
+ </button>
2082
+ </div>
2083
+ </div>
2084
+
2085
+ <div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
2086
+ <button
2087
+ class="pf-v6-c-menu-toggle pf-m-plain"
2088
+ type="button"
2089
+ aria-expanded="false"
2090
+ aria-label="Actions"
2091
+ >
2092
+ <span class="pf-v6-c-menu-toggle__icon">
2093
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2094
+ </span>
2095
+ </button>
2096
+ </div>
2097
+ </div>
2098
+ </div>
2099
+ </div>
2100
+ </div>
2101
+ </div>
2102
+ </header>
2103
+ <div class="pf-v6-c-page__sidebar">
2104
+ <div class="pf-v6-c-page__sidebar-body">
2105
+ <nav class="pf-v6-c-nav" id="-page-primary-nav" aria-label="Global">
2106
+ <ul class="pf-v6-c-nav__list" role="list">
2107
+ <li class="pf-v6-c-nav__item">
2108
+ <a href="#" class="pf-v6-c-nav__link">
2109
+ <span class="pf-v6-c-nav__link-text">System panel</span>
2110
+ </a>
2111
+ </li>
2112
+ <li class="pf-v6-c-nav__item">
2113
+ <a
2114
+ href="#"
2115
+ class="pf-v6-c-nav__link pf-m-current"
2116
+ aria-current="page"
2117
+ >
2118
+ <span class="pf-v6-c-nav__link-text">Policy</span>
2119
+ </a>
2120
+ </li>
2121
+ <li class="pf-v6-c-nav__item">
2122
+ <a href="#" class="pf-v6-c-nav__link">
2123
+ <span class="pf-v6-c-nav__link-text">Authentication</span>
2124
+ </a>
2125
+ </li>
2126
+ <li class="pf-v6-c-nav__item">
2127
+ <a href="#" class="pf-v6-c-nav__link">
2128
+ <span class="pf-v6-c-nav__link-text">Network services</span>
2129
+ </a>
2130
+ </li>
2131
+ <li class="pf-v6-c-nav__item">
2132
+ <a href="#" class="pf-v6-c-nav__link">
2133
+ <span class="pf-v6-c-nav__link-text">Server</span>
2134
+ </a>
2135
+ </li>
2136
+ </ul>
2137
+ </nav>
2138
+ </div>
2139
+ </div>
2140
+ <div class="pf-v6-c-page__drawer">
2141
+ <div class="pf-v6-c-drawer pf-m-expanded">
2142
+ <div class="pf-v6-c-drawer__main">
2143
+ <div class="pf-v6-c-drawer__content">
2144
+ <div class="pf-v6-c-page__main-container" tabindex="-1">
2145
+ <main class="pf-v6-c-page__main" tabindex="-1">
2146
+ <section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
2147
+ <div class="pf-v6-c-page__main-body">
2148
+ <nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
2149
+ <ol class="pf-v6-c-breadcrumb__list" role="list">
2150
+ <li class="pf-v6-c-breadcrumb__item">
2151
+ <a
2152
+ href="#"
2153
+ class="pf-v6-c-breadcrumb__link"
2154
+ >Section home</a>
2155
+ </li>
2156
+ <li class="pf-v6-c-breadcrumb__item">
2157
+ <span class="pf-v6-c-breadcrumb__item-divider">
2158
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
2159
+ </span>
2160
+
2161
+ <a
2162
+ href="#"
2163
+ class="pf-v6-c-breadcrumb__link"
2164
+ >Section title</a>
2165
+ </li>
2166
+ <li class="pf-v6-c-breadcrumb__item">
2167
+ <span class="pf-v6-c-breadcrumb__item-divider">
2168
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
2169
+ </span>
2170
+
2171
+ <a
2172
+ href="#"
2173
+ class="pf-v6-c-breadcrumb__link"
2174
+ >Section title</a>
2175
+ </li>
2176
+ <li class="pf-v6-c-breadcrumb__item">
2177
+ <span class="pf-v6-c-breadcrumb__item-divider">
2178
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
2179
+ </span>
2180
+
2181
+ <a
2182
+ href="#"
2183
+ class="pf-v6-c-breadcrumb__link pf-m-current"
2184
+ aria-current="page"
2185
+ >Section landing</a>
2186
+ </li>
2187
+ </ol>
2188
+ </nav>
2189
+ </div>
2190
+ </section>
2191
+ <section class="pf-v6-c-page__main-section pf-m-limit-width">
2192
+ <div class="pf-v6-c-page__main-body">
2193
+ <h1 class="pf-v6-c-content--h1 pf-m-page-title">Main title</h1>
2194
+ <p class="pf-v6-c-content--p">This is a full page demo.</p>
2195
+ </div>
2196
+ </section>
2197
+ <section class="pf-v6-c-page__main-section pf-m-limit-width">
2198
+ <div class="pf-v6-c-page__main-body">
2199
+ <div class="pf-v6-l-gallery pf-m-gutter">
2200
+ <div class="pf-v6-c-card">
2201
+ <div class="pf-v6-c-card__body">This is a card</div>
2202
+ </div>
2203
+ <div class="pf-v6-c-card">
2204
+ <div class="pf-v6-c-card__body">This is a card</div>
2205
+ </div>
2206
+ <div class="pf-v6-c-card">
2207
+ <div class="pf-v6-c-card__body">This is a card</div>
2208
+ </div>
2209
+ <div class="pf-v6-c-card">
2210
+ <div class="pf-v6-c-card__body">This is a card</div>
2211
+ </div>
2212
+ <div class="pf-v6-c-card">
2213
+ <div class="pf-v6-c-card__body">This is a card</div>
2214
+ </div>
2215
+ <div class="pf-v6-c-card">
2216
+ <div class="pf-v6-c-card__body">This is a card</div>
2217
+ </div>
2218
+ <div class="pf-v6-c-card">
2219
+ <div class="pf-v6-c-card__body">This is a card</div>
2220
+ </div>
2221
+ <div class="pf-v6-c-card">
2222
+ <div class="pf-v6-c-card__body">This is a card</div>
2223
+ </div>
2224
+ <div class="pf-v6-c-card">
2225
+ <div class="pf-v6-c-card__body">This is a card</div>
2226
+ </div>
2227
+ <div class="pf-v6-c-card">
2228
+ <div class="pf-v6-c-card__body">This is a card</div>
2229
+ </div>
2230
+ </div>
2231
+ </div>
2232
+ </section>
2233
+ </main>
2234
+ </div>
2235
+ </div>
2236
+ <div class="pf-v6-c-drawer__panel pf-m-width-33">
2237
+ <div class="pf-v6-c-drawer__body pf-m-no-padding">
2238
+ <div class="pf-v6-c-notification-drawer">
2239
+ <div class="pf-v6-c-notification-drawer__header">
2240
+ <h1
2241
+ class="pf-v6-c-notification-drawer__header-title"
2242
+ >Notifications</h1>
2243
+ <span
2244
+ class="pf-v6-c-notification-drawer__header-status"
2245
+ >3 unread</span>
2246
+ <div class="pf-v6-c-notification-drawer__header-action">
2247
+ <button
2248
+ class="pf-v6-c-menu-toggle pf-m-plain"
2249
+ type="button"
2250
+ aria-expanded="false"
2251
+ aria-label="Menu toggle"
2252
+ id="drawer-demo-notification-drawer-basic-header-action"
2253
+ >
2254
+ <span class="pf-v6-c-menu-toggle__icon">
2255
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2256
+ </span>
2257
+ </button>
2258
+ </div>
2259
+ </div>
2260
+ <div class="pf-v6-c-notification-drawer__body">
2261
+ <ul class="pf-v6-c-notification-drawer__list" role="list">
2262
+ <li
2263
+ class="pf-v6-c-notification-drawer__list-item pf-m-hoverable pf-m-info"
2264
+ tabindex="0"
2265
+ >
2266
+ <div class="pf-v6-c-notification-drawer__list-item-header">
2267
+ <span
2268
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
2269
+ >
2270
+ <i class="fas fa-info-circle" aria-hidden="true"></i>
2271
+ </span>
2272
+ <h2
2273
+ class="pf-v6-c-notification-drawer__list-item-header-title"
2274
+ >
2275
+ <span class="pf-v6-screen-reader">Info notification:</span>
2276
+ Unread
2277
+ info notification title
2278
+ </h2>
2279
+ </div>
2280
+ <div class="pf-v6-c-notification-drawer__list-item-action">
2281
+ <button
2282
+ class="pf-v6-c-menu-toggle pf-m-plain"
2283
+ type="button"
2284
+ aria-expanded="false"
2285
+ aria-label="Menu toggle"
2286
+ id="drawer-demo-notification-drawer-basic-menu-toggle-1"
2287
+ >
2288
+ <span class="pf-v6-c-menu-toggle__icon">
2289
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2290
+ </span>
2291
+ </button>
2292
+ </div>
2293
+ <div
2294
+ class="pf-v6-c-notification-drawer__list-item-description"
2295
+ >This is an info notification description.</div>
2296
+ <div
2297
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
2298
+ >5 minutes ago</div>
2299
+ </li>
2300
+
2301
+ <li
2302
+ class="pf-v6-c-notification-drawer__list-item pf-m-hoverable pf-m-danger"
2303
+ tabindex="0"
2304
+ >
2305
+ <div class="pf-v6-c-notification-drawer__list-item-header">
2306
+ <span
2307
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
2308
+ >
2309
+ <i class="fas fa-exclamation-circle" aria-hidden="true"></i>
2310
+ </span>
2311
+ <h2
2312
+ class="pf-v6-c-notification-drawer__list-item-header-title"
2313
+ >
2314
+ <span class="pf-v6-screen-reader">Danger notification:</span>
2315
+ Unread danger notification title. This is a long title to show how the title will wrap if it is long and wraps to multiple lines.
2316
+ </h2>
2317
+ </div>
2318
+ <div class="pf-v6-c-notification-drawer__list-item-action">
2319
+ <button
2320
+ class="pf-v6-c-menu-toggle pf-m-plain"
2321
+ type="button"
2322
+ aria-expanded="false"
2323
+ aria-label="Menu toggle"
2324
+ id="drawer-demo-notification-drawer-basic-menu-toggle-2"
2325
+ ></button>
2326
+ </div>
2327
+ <div
2328
+ class="pf-v6-c-notification-drawer__list-item-description"
2329
+ >This is a danger notification description. This is a long description to show how the title will wrap if it is long and wraps to multiple lines.</div>
2330
+ <div
2331
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
2332
+ >10 minutes ago</div>
2333
+ </li>
2334
+
2335
+ <li
2336
+ class="pf-v6-c-notification-drawer__list-item pf-m-hoverable pf-m-custom"
2337
+ tabindex="0"
2338
+ >
2339
+ <div class="pf-v6-c-notification-drawer__list-item-header">
2340
+ <span
2341
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
2342
+ >
2343
+ <i class="fas fa-arrow-circle-up" aria-hidden="true"></i>
2344
+ </span>
2345
+ <h2
2346
+ class="pf-v6-c-notification-drawer__list-item-header-title"
2347
+ >
2348
+ <span class="pf-v6-screen-reader">Custom notification:</span>
2349
+ Unread
2350
+ recommendation notification title. This is a long title to show how the title will wrap if it is long and wraps to multiple lines.
2351
+ </h2>
2352
+ </div>
2353
+ <div class="pf-v6-c-notification-drawer__list-item-action">
2354
+ <button
2355
+ class="pf-v6-c-menu-toggle pf-m-plain"
2356
+ type="button"
2357
+ aria-expanded="false"
2358
+ aria-label="Menu toggle"
2359
+ id="drawer-demo-notification-drawer-basic-menu-toggle-4"
2360
+ >
2361
+ <span class="pf-v6-c-menu-toggle__icon">
2362
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2363
+ </span>
2364
+ </button>
2365
+ </div>
2366
+ <div
2367
+ class="pf-v6-c-notification-drawer__list-item-description"
2368
+ >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>
2369
+ <div
2370
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
2371
+ >20 minutes ago</div>
2372
+ </li>
2373
+ <li
2374
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-warning pf-m-hoverable"
2375
+ >
2376
+ <div class="pf-v6-c-notification-drawer__list-item-header">
2377
+ <span
2378
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
2379
+ >
2380
+ <i
2381
+ class="fas fa-exclamation-triangle"
2382
+ aria-hidden="true"
2383
+ ></i>
2384
+ </span>
2385
+ <h2
2386
+ class="pf-v6-c-notification-drawer__list-item-header-title"
2387
+ >
2388
+ <span class="pf-v6-screen-reader">Warning notification:</span>
2389
+ Read warning notification title
2390
+ </h2>
2391
+ </div>
2392
+ <div class="pf-v6-c-notification-drawer__list-item-action">
2393
+ <button
2394
+ class="pf-v6-c-menu-toggle pf-m-plain"
2395
+ type="button"
2396
+ aria-expanded="false"
2397
+ aria-label="Menu toggle"
2398
+ id="drawer-demo-notification-drawer-basic-menu-toggle-5"
2399
+ >
2400
+ <span class="pf-v6-c-menu-toggle__icon">
2401
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2402
+ </span>
2403
+ </button>
2404
+ </div>
2405
+ <div
2406
+ class="pf-v6-c-notification-drawer__list-item-description"
2407
+ >This is a warning notification description.</div>
2408
+ <div
2409
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
2410
+ >20 minutes ago</div>
2411
+ </li>
2412
+ <li
2413
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
2414
+ >
2415
+ <div class="pf-v6-c-notification-drawer__list-item-header">
2416
+ <span
2417
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
2418
+ >
2419
+ <i class="fas fa-check-circle" aria-hidden="true"></i>
2420
+ </span>
2421
+ <h2
2422
+ class="pf-v6-c-notification-drawer__list-item-header-title"
2423
+ >
2424
+ <span class="pf-v6-screen-reader">Success notification:</span>
2425
+ Read success notification title
2426
+ </h2>
2427
+ </div>
2428
+ <div class="pf-v6-c-notification-drawer__list-item-action">
2429
+ <button
2430
+ class="pf-v6-c-menu-toggle pf-m-plain"
2431
+ type="button"
2432
+ aria-expanded="false"
2433
+ aria-label="Menu toggle"
2434
+ id="drawer-demo-notification-drawer-basic-menu-toggle-6"
2435
+ >
2436
+ <span class="pf-v6-c-menu-toggle__icon">
2437
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2438
+ </span>
2439
+ </button>
2440
+ </div>
2441
+ <div
2442
+ class="pf-v6-c-notification-drawer__list-item-description"
2443
+ >This is a success notification description.</div>
2444
+ <div
2445
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
2446
+ >30 minutes ago</div>
2447
+ </li>
2448
+ <li
2449
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
2450
+ >
2451
+ <div class="pf-v6-c-notification-drawer__list-item-header">
2452
+ <span
2453
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
2454
+ >
2455
+ <i class="fas fa-check-circle" aria-hidden="true"></i>
2456
+ </span>
2457
+ <h2
2458
+ class="pf-v6-c-notification-drawer__list-item-header-title pf-m-truncate"
2459
+ >
2460
+ <span class="pf-v6-screen-reader">Success notification:</span>
2461
+ 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.
2462
+ </h2>
2463
+ </div>
2464
+ <div class="pf-v6-c-notification-drawer__list-item-action">
2465
+ <button
2466
+ class="pf-v6-c-menu-toggle pf-m-plain"
2467
+ type="button"
2468
+ aria-expanded="false"
2469
+ aria-label="Menu toggle"
2470
+ id="drawer-demo-notification-drawer-basic-menu-toggle-7"
2471
+ >
2472
+ <span class="pf-v6-c-menu-toggle__icon">
2473
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2474
+ </span>
2475
+ </button>
2476
+ </div>
2477
+ <div
2478
+ class="pf-v6-c-notification-drawer__list-item-description"
2479
+ >This example uses ".pf-m-truncate" to limit the title to a single line and truncate any overflow text with ellipses.</div>
2480
+ <div
2481
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
2482
+ >40 minutes ago</div>
2483
+ </li>
2484
+ <li
2485
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
2486
+ >
2487
+ <div class="pf-v6-c-notification-drawer__list-item-header">
2488
+ <span
2489
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
2490
+ >
2491
+ <i class="fas fa-check-circle" aria-hidden="true"></i>
2492
+ </span>
2493
+ <h2
2494
+ class="pf-v6-c-notification-drawer__list-item-header-title pf-m-truncate"
2495
+ style="--pf-v6-c-notification-drawer__list-item-header-title--max-lines: 2"
2496
+ >
2497
+ <span class="pf-v6-screen-reader">Success notification:</span>
2498
+ 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.
2499
+ </h2>
2500
+ </div>
2501
+ <div class="pf-v6-c-notification-drawer__list-item-action">
2502
+ <button
2503
+ class="pf-v6-c-menu-toggle pf-m-plain"
2504
+ type="button"
2505
+ aria-expanded="false"
2506
+ aria-label="Menu toggle"
2507
+ id="drawer-demo-notification-drawer-basic-menu-toggle-8"
2508
+ >
2509
+ <span class="pf-v6-c-menu-toggle__icon">
2510
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2511
+ </span>
2512
+ </button>
2513
+ </div>
2514
+ <div
2515
+ class="pf-v6-c-notification-drawer__list-item-description"
2516
+ >This example uses ".pf-m-truncate" and sets "--pf-v6-c-notification-drawer__list-item-header-title--max-lines: 2" to limit title to two lines and truncate any overflow text with ellipses.</div>
2517
+ <div
2518
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
2519
+ >50 minutes ago</div>
2520
+ </li>
2521
+ <li
2522
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success"
2523
+ >
2524
+ <div class="pf-v6-c-notification-drawer__list-item-header">
2525
+ <span
2526
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
2527
+ >
2528
+ <i class="fas fa-check-circle" aria-hidden="true"></i>
2529
+ </span>
2530
+ <h2
2531
+ class="pf-v6-c-notification-drawer__list-item-header-title"
2532
+ >
2533
+ <span class="pf-v6-screen-reader">Success notification:</span>
2534
+ Notification drawer item title
2535
+ </h2>
2536
+ </div>
2537
+ <div
2538
+ class="pf-v6-c-notification-drawer__list-item-action pf-m-no-offset"
2539
+ >
2540
+ <button class="pf-v6-c-button pf-m-primary" type="button">
2541
+ <span class="pf-v6-c-button__text">Action</span>
2542
+ </button>
2543
+ </div>
2544
+ <div
2545
+ class="pf-v6-c-notification-drawer__list-item-description"
2546
+ >This example uses ".pf-m-no-offset" on the action wrapper to disable the default offset for button alignment.</div>
2547
+ <div
2548
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
2549
+ >55 minutes ago</div>
2550
+ </li>
2551
+ </ul>
2552
+ </div>
2553
+ </div>
2554
+ </div>
2555
+ </div>
2556
+ </div>
2557
+ </div>
2558
+ </div>
2559
+ </div>
2560
+
2561
+ ```
2562
+
2563
+ ### Expanded with groups
2564
+
2565
+ ```html isFullscreen
2566
+ <div class="pf-v6-c-page" id="-page">
2567
+ <div class="pf-v6-c-skip-to-content">
2568
+ <a class="pf-v6-c-button pf-m-primary" href="#main-content--page">
2569
+ <span class="pf-v6-c-button__text">Skip to content</span>
2570
+ </a>
2571
+ </div>
2572
+ <header class="pf-v6-c-masthead" id="-page-masthead">
2573
+ <div class="pf-v6-c-masthead__main">
2574
+ <span class="pf-v6-c-masthead__toggle">
2575
+ <button
2576
+ class="pf-v6-c-button pf-m-plain"
2577
+ type="button"
2578
+ aria-label="Global navigation"
2579
+ >
2580
+ <span class="pf-v6-c-button__icon">
2581
+ <i class="fas fa-bars" aria-hidden="true"></i>
2582
+ </span>
2583
+ </button>
2584
+ </span>
2585
+ <div class="pf-v6-c-masthead__brand">
2586
+ <a class="pf-v6-c-masthead__logo" href="#">
2587
+ <svg height="37px" viewBox="0 0 679 158">
2588
+ <title>PF-HorizontalLogo-Color</title>
2589
+ <defs>
2590
+ <linearGradient
2591
+ x1="68%"
2592
+ y1="2.25860997e-13%"
2593
+ x2="32%"
2594
+ y2="100%"
2595
+ id="linearGradient--page-masthead"
2596
+ >
2597
+ <stop stop-color="#2B9AF3" offset="0%" />
2598
+ <stop
2599
+ stop-color="#73BCF7"
2600
+ stop-opacity="0.502212631"
2601
+ offset="100%"
2602
+ />
2603
+ </linearGradient>
2604
+ </defs>
2605
+ <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
2606
+ <g
2607
+ transform="translate(206.000000, 45.750000)"
2608
+ fill="var(--pf-t--global--text--color--regular)"
2609
+ fill-rule="nonzero"
2610
+ >
2611
+ <path
2612
+ d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
2613
+ />
2614
+ <path
2615
+ d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
2616
+ />
2617
+ <path
2618
+ d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
2619
+ />
2620
+ <path
2621
+ d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
2622
+ />
2623
+ <path
2624
+ d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
2625
+ />
2626
+ <path
2627
+ d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
2628
+ />
2629
+ <path
2630
+ d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
2631
+ />
2632
+ <polygon
2633
+ points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
2634
+ />
2635
+ <polygon
2636
+ points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
2637
+ />
2638
+ <path
2639
+ d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
2640
+ />
2641
+ </g>
2642
+ <g transform="translate(0.000000, 0.000000)">
2643
+ <path
2644
+ d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
2645
+ fill="#0066CC"
2646
+ />
2647
+ <path
2648
+ d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
2649
+ fill="url(#linearGradient--page-masthead)"
2650
+ />
2651
+ <path
2652
+ d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
2653
+ fill="url(#linearGradient--page-masthead)"
2654
+ transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
2655
+ />
2656
+ </g>
2657
+ </g>
2658
+ </svg>
2659
+ </a>
2660
+ </div>
2661
+ </div>
2662
+ <div class="pf-v6-c-masthead__content">
2663
+ <div class="pf-v6-c-toolbar pf-m-static" id="-page-masthead-toolbar">
2664
+ <div class="pf-v6-c-toolbar__content">
2665
+ <div class="pf-v6-c-toolbar__content-section">
2666
+ <div
2667
+ class="pf-v6-c-toolbar__group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md pf-m-action-group-plain"
2668
+ >
2669
+ <div class="pf-v6-c-toolbar__item">
2670
+ <button
2671
+ class="pf-v6-c-button pf-m-unread pf-m-stateful pf-m-clicked pf-m-expanded"
2672
+ type="button"
2673
+ aria-expanded="true"
2674
+ aria-label="Unread notifications"
2675
+ >
2676
+ <span class="pf-v6-c-button__icon">
2677
+ <i class="pf-v6-pficon-bell" aria-hidden="true"></i>
2678
+ </span>
2679
+ </button>
2680
+ </div>
2681
+
2682
+ <div
2683
+ class="pf-v6-c-toolbar__group pf-m-hidden pf-m-visible-on-lg pf-m-action-group-plain"
2684
+ >
2685
+ <div class="pf-v6-c-toolbar__item">
2686
+ <button
2687
+ class="pf-v6-c-menu-toggle pf-m-plain"
2688
+ type="button"
2689
+ aria-expanded="false"
2690
+ aria-label="Application launcher"
2691
+ >
2692
+ <span class="pf-v6-c-menu-toggle__icon">
2693
+ <i class="fas fa-th" aria-hidden="true"></i>
2694
+ </span>
2695
+ </button>
2696
+ </div>
2697
+ <div class="pf-v6-c-toolbar__item">
2698
+ <button
2699
+ class="pf-v6-c-menu-toggle pf-m-plain"
2700
+ type="button"
2701
+ aria-expanded="false"
2702
+ aria-label="Settings"
2703
+ >
2704
+ <span class="pf-v6-c-menu-toggle__icon">
2705
+ <i class="fas fa-cog" aria-hidden="true"></i>
2706
+ </span>
2707
+ </button>
2708
+ </div>
2709
+ <div class="pf-v6-c-toolbar__item">
2710
+ <button
2711
+ class="pf-v6-c-menu-toggle pf-m-plain"
2712
+ type="button"
2713
+ aria-expanded="false"
2714
+ aria-label="Help"
2715
+ >
2716
+ <span class="pf-v6-c-menu-toggle__icon">
2717
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
2718
+ </span>
2719
+ </button>
2720
+ </div>
2721
+ </div>
2722
+
2723
+ <div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
2724
+ <button
2725
+ class="pf-v6-c-menu-toggle pf-m-plain"
2726
+ type="button"
2727
+ aria-expanded="false"
2728
+ aria-label="Actions"
2729
+ >
2730
+ <span class="pf-v6-c-menu-toggle__icon">
2731
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2732
+ </span>
2733
+ </button>
2734
+ </div>
2735
+ </div>
2736
+ </div>
2737
+ </div>
2738
+ </div>
2739
+ </div>
2740
+ </header>
2741
+ <div class="pf-v6-c-page__sidebar">
2742
+ <div class="pf-v6-c-page__sidebar-body">
2743
+ <nav class="pf-v6-c-nav" id="-page-primary-nav" aria-label="Global">
2744
+ <ul class="pf-v6-c-nav__list" role="list">
2745
+ <li class="pf-v6-c-nav__item">
2746
+ <a href="#" class="pf-v6-c-nav__link">
2747
+ <span class="pf-v6-c-nav__link-text">System panel</span>
2748
+ </a>
2749
+ </li>
2750
+ <li class="pf-v6-c-nav__item">
2751
+ <a
2752
+ href="#"
2753
+ class="pf-v6-c-nav__link pf-m-current"
2754
+ aria-current="page"
2755
+ >
2756
+ <span class="pf-v6-c-nav__link-text">Policy</span>
2757
+ </a>
2758
+ </li>
2759
+ <li class="pf-v6-c-nav__item">
2760
+ <a href="#" class="pf-v6-c-nav__link">
2761
+ <span class="pf-v6-c-nav__link-text">Authentication</span>
2762
+ </a>
2763
+ </li>
2764
+ <li class="pf-v6-c-nav__item">
2765
+ <a href="#" class="pf-v6-c-nav__link">
2766
+ <span class="pf-v6-c-nav__link-text">Network services</span>
2767
+ </a>
2768
+ </li>
2769
+ <li class="pf-v6-c-nav__item">
2770
+ <a href="#" class="pf-v6-c-nav__link">
2771
+ <span class="pf-v6-c-nav__link-text">Server</span>
2772
+ </a>
2773
+ </li>
2774
+ </ul>
2775
+ </nav>
2776
+ </div>
2777
+ </div>
2778
+ <div class="pf-v6-c-page__drawer">
2779
+ <div class="pf-v6-c-drawer pf-m-expanded">
2780
+ <div class="pf-v6-c-drawer__main">
2781
+ <div class="pf-v6-c-drawer__content">
2782
+ <div class="pf-v6-c-page__main-container" tabindex="-1">
2783
+ <main class="pf-v6-c-page__main" tabindex="-1">
2784
+ <section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
2785
+ <div class="pf-v6-c-page__main-body">
2786
+ <nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
2787
+ <ol class="pf-v6-c-breadcrumb__list" role="list">
2788
+ <li class="pf-v6-c-breadcrumb__item">
2789
+ <a
2790
+ href="#"
2791
+ class="pf-v6-c-breadcrumb__link"
2792
+ >Section home</a>
2793
+ </li>
2794
+ <li class="pf-v6-c-breadcrumb__item">
2795
+ <span class="pf-v6-c-breadcrumb__item-divider">
2796
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
2797
+ </span>
2798
+
2799
+ <a
2800
+ href="#"
2801
+ class="pf-v6-c-breadcrumb__link"
2802
+ >Section title</a>
2803
+ </li>
2804
+ <li class="pf-v6-c-breadcrumb__item">
2805
+ <span class="pf-v6-c-breadcrumb__item-divider">
2806
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
2807
+ </span>
2808
+
2809
+ <a
2810
+ href="#"
2811
+ class="pf-v6-c-breadcrumb__link"
2812
+ >Section title</a>
2813
+ </li>
2814
+ <li class="pf-v6-c-breadcrumb__item">
2815
+ <span class="pf-v6-c-breadcrumb__item-divider">
2816
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
2817
+ </span>
2818
+
2819
+ <a
2820
+ href="#"
2821
+ class="pf-v6-c-breadcrumb__link pf-m-current"
2822
+ aria-current="page"
2823
+ >Section landing</a>
2824
+ </li>
2825
+ </ol>
2826
+ </nav>
2827
+ </div>
2828
+ </section>
2829
+ <section class="pf-v6-c-page__main-section pf-m-limit-width">
2830
+ <div class="pf-v6-c-page__main-body">
2831
+ <h1 class="pf-v6-c-content--h1 pf-m-page-title">Main title</h1>
2832
+ <p class="pf-v6-c-content--p">This is a full page demo.</p>
2833
+ </div>
2834
+ </section>
2835
+ <section class="pf-v6-c-page__main-section pf-m-limit-width">
2836
+ <div class="pf-v6-c-page__main-body">
2837
+ <div class="pf-v6-l-gallery pf-m-gutter">
2838
+ <div class="pf-v6-c-card">
2839
+ <div class="pf-v6-c-card__body">This is a card</div>
2840
+ </div>
2841
+ <div class="pf-v6-c-card">
2842
+ <div class="pf-v6-c-card__body">This is a card</div>
2843
+ </div>
2844
+ <div class="pf-v6-c-card">
2845
+ <div class="pf-v6-c-card__body">This is a card</div>
2846
+ </div>
2847
+ <div class="pf-v6-c-card">
2848
+ <div class="pf-v6-c-card__body">This is a card</div>
2849
+ </div>
2850
+ <div class="pf-v6-c-card">
2851
+ <div class="pf-v6-c-card__body">This is a card</div>
2852
+ </div>
2853
+ <div class="pf-v6-c-card">
2854
+ <div class="pf-v6-c-card__body">This is a card</div>
2855
+ </div>
2856
+ <div class="pf-v6-c-card">
2857
+ <div class="pf-v6-c-card__body">This is a card</div>
2858
+ </div>
2859
+ <div class="pf-v6-c-card">
2860
+ <div class="pf-v6-c-card__body">This is a card</div>
2861
+ </div>
2862
+ <div class="pf-v6-c-card">
2863
+ <div class="pf-v6-c-card__body">This is a card</div>
2864
+ </div>
2865
+ <div class="pf-v6-c-card">
2866
+ <div class="pf-v6-c-card__body">This is a card</div>
2867
+ </div>
2868
+ </div>
2869
+ </div>
2870
+ </section>
2871
+ </main>
2872
+ </div>
2873
+ </div>
2874
+ <div class="pf-v6-c-drawer__panel pf-m-width-33">
2875
+ <div class="pf-v6-c-drawer__body pf-m-no-padding">
2876
+ <div class="pf-v6-c-notification-drawer">
2877
+ <div class="pf-v6-c-notification-drawer__header">
2878
+ <h1
2879
+ class="pf-v6-c-notification-drawer__header-title"
2880
+ >Notifications</h1>
2881
+ <span
2882
+ class="pf-v6-c-notification-drawer__header-status"
2883
+ >9 unread</span>
2884
+ <div class="pf-v6-c-notification-drawer__header-action">
2885
+ <button
2886
+ class="pf-v6-c-menu-toggle pf-m-plain"
2887
+ type="button"
2888
+ aria-expanded="false"
2889
+ aria-label="Menu toggle"
2890
+ id="drawer-demo-notification-drawer-groups-header-action"
2891
+ >
2892
+ <span class="pf-v6-c-menu-toggle__icon">
2893
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2894
+ </span>
2895
+ </button>
2896
+ </div>
2897
+ </div>
2898
+ <div class="pf-v6-c-notification-drawer__body">
2899
+ <div class="pf-v6-c-notification-drawer__group-list">
2900
+ <section class="pf-v6-c-notification-drawer__group">
2901
+ <h1>
2902
+ <button
2903
+ class="pf-v6-c-notification-drawer__group-toggle"
2904
+ aria-expanded="false"
2905
+ >
2906
+ <div
2907
+ class="pf-v6-c-notification-drawer__group-toggle-title"
2908
+ >First notification group</div>
2909
+ <div
2910
+ class="pf-v6-c-notification-drawer__group-toggle-count"
2911
+ >
2912
+ <span class="pf-v6-c-badge pf-m-unread">2</span>
2913
+ </div>
2914
+ <span
2915
+ class="pf-v6-c-notification-drawer__group-toggle-icon"
2916
+ >
2917
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
2918
+ </span>
2919
+ </button>
2920
+ </h1>
2921
+ <ul
2922
+ class="pf-v6-c-notification-drawer__list"
2923
+ role="list"
2924
+ hidden
2925
+ >
2926
+ <li
2927
+ class="pf-v6-c-notification-drawer__list-item pf-m-hoverable pf-m-info"
2928
+ tabindex="0"
2929
+ >
2930
+ <div
2931
+ class="pf-v6-c-notification-drawer__list-item-header"
2932
+ >
2933
+ <span
2934
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
2935
+ >
2936
+ <i class="fas fa-info-circle" aria-hidden="true"></i>
2937
+ </span>
2938
+ <h2
2939
+ class="pf-v6-c-notification-drawer__list-item-header-title"
2940
+ >
2941
+ <span class="pf-v6-screen-reader">Info notification:</span>
2942
+ Unread
2943
+ info notification title
2944
+ </h2>
2945
+ </div>
2946
+ <div
2947
+ class="pf-v6-c-notification-drawer__list-item-action"
2948
+ >
2949
+ <button
2950
+ class="pf-v6-c-menu-toggle pf-m-plain"
2951
+ type="button"
2952
+ aria-expanded="false"
2953
+ aria-label="Menu toggle"
2954
+ id="drawer-demo-notification-drawer-groups-group1-menu-toggle-1"
2955
+ >
2956
+ <span class="pf-v6-c-menu-toggle__icon">
2957
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2958
+ </span>
2959
+ </button>
2960
+ </div>
2961
+ <div
2962
+ class="pf-v6-c-notification-drawer__list-item-description"
2963
+ >This is an info notification description.</div>
2964
+ <div
2965
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
2966
+ >5 minutes ago</div>
2967
+ </li>
2968
+
2969
+ <li
2970
+ class="pf-v6-c-notification-drawer__list-item pf-m-hoverable pf-m-custom"
2971
+ tabindex="0"
2972
+ >
2973
+ <div
2974
+ class="pf-v6-c-notification-drawer__list-item-header"
2975
+ >
2976
+ <span
2977
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
2978
+ >
2979
+ <i
2980
+ class="fas fa-arrow-circle-up"
2981
+ aria-hidden="true"
2982
+ ></i>
2983
+ </span>
2984
+ <h2
2985
+ class="pf-v6-c-notification-drawer__list-item-header-title"
2986
+ >
2987
+ <span
2988
+ class="pf-v6-screen-reader"
2989
+ >Custom notification:</span>
2990
+ Unread
2991
+ recommendation notification title. This is a long title to show how the title will wrap if it is long and wraps to multiple lines.
2992
+ </h2>
2993
+ </div>
2994
+ <div
2995
+ class="pf-v6-c-notification-drawer__list-item-action"
2996
+ >
2997
+ <button
2998
+ class="pf-v6-c-menu-toggle pf-m-plain"
2999
+ type="button"
3000
+ aria-expanded="false"
3001
+ aria-label="Menu toggle"
3002
+ id="drawer-demo-notification-drawer-groups-group1-menu-toggle-3"
3003
+ >
3004
+ <span class="pf-v6-c-menu-toggle__icon">
3005
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3006
+ </span>
3007
+ </button>
3008
+ </div>
3009
+ <div
3010
+ class="pf-v6-c-notification-drawer__list-item-description"
3011
+ >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>
3012
+ <div
3013
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
3014
+ >10 minutes ago</div>
3015
+ </li>
3016
+
3017
+ <li
3018
+ class="pf-v6-c-notification-drawer__list-item pf-m-hoverable pf-m-custom"
3019
+ tabindex="0"
3020
+ >
3021
+ <div
3022
+ class="pf-v6-c-notification-drawer__list-item-header"
3023
+ >
3024
+ <span
3025
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
3026
+ >
3027
+ <i
3028
+ class="fas fa-arrow-circle-up"
3029
+ aria-hidden="true"
3030
+ ></i>
3031
+ </span>
3032
+ <h2
3033
+ class="pf-v6-c-notification-drawer__list-item-header-title"
3034
+ >
3035
+ <span
3036
+ class="pf-v6-screen-reader"
3037
+ >Custom notification:</span>
3038
+ Unread
3039
+ recommendation notification title. This is a long title to show how the title will wrap if it is long and wraps to multiple lines.
3040
+ </h2>
3041
+ </div>
3042
+ <div
3043
+ class="pf-v6-c-notification-drawer__list-item-action"
3044
+ >
3045
+ <button
3046
+ class="pf-v6-c-menu-toggle pf-m-plain"
3047
+ type="button"
3048
+ aria-expanded="false"
3049
+ aria-label="Menu toggle"
3050
+ id="drawer-demo-notification-drawer-groups-group1-menu-toggle-4"
3051
+ >
3052
+ <span class="pf-v6-c-menu-toggle__icon">
3053
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3054
+ </span>
3055
+ </button>
3056
+ </div>
3057
+ <div
3058
+ class="pf-v6-c-notification-drawer__list-item-description"
3059
+ >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>
3060
+ <div
3061
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
3062
+ >20 minutes ago</div>
3063
+ </li>
3064
+ <li
3065
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-warning pf-m-hoverable"
3066
+ >
3067
+ <div
3068
+ class="pf-v6-c-notification-drawer__list-item-header"
3069
+ >
3070
+ <span
3071
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
3072
+ >
3073
+ <i
3074
+ class="fas fa-exclamation-triangle"
3075
+ aria-hidden="true"
3076
+ ></i>
3077
+ </span>
3078
+ <h2
3079
+ class="pf-v6-c-notification-drawer__list-item-header-title"
3080
+ >
3081
+ <span
3082
+ class="pf-v6-screen-reader"
3083
+ >Warning notification:</span>
3084
+ Read warning notification title
3085
+ </h2>
3086
+ </div>
3087
+ <div
3088
+ class="pf-v6-c-notification-drawer__list-item-action"
3089
+ >
3090
+ <button
3091
+ class="pf-v6-c-menu-toggle pf-m-plain"
3092
+ type="button"
3093
+ aria-expanded="false"
3094
+ aria-label="Menu toggle"
3095
+ id="drawer-demo-notification-drawer-groups-group1-menu-toggle-5"
3096
+ >
3097
+ <span class="pf-v6-c-menu-toggle__icon">
3098
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3099
+ </span>
3100
+ </button>
3101
+ </div>
3102
+ <div
3103
+ class="pf-v6-c-notification-drawer__list-item-description"
3104
+ >This is a warning notification description.</div>
3105
+ <div
3106
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
3107
+ >20 minutes ago</div>
3108
+ </li>
3109
+ <li
3110
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
3111
+ >
3112
+ <div
3113
+ class="pf-v6-c-notification-drawer__list-item-header"
3114
+ >
3115
+ <span
3116
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
3117
+ >
3118
+ <i class="fas fa-check-circle" aria-hidden="true"></i>
3119
+ </span>
3120
+ <h2
3121
+ class="pf-v6-c-notification-drawer__list-item-header-title"
3122
+ >
3123
+ <span
3124
+ class="pf-v6-screen-reader"
3125
+ >Success notification:</span>
3126
+ Read success notification title
3127
+ </h2>
3128
+ </div>
3129
+ <div
3130
+ class="pf-v6-c-notification-drawer__list-item-action"
3131
+ >
3132
+ <button
3133
+ class="pf-v6-c-menu-toggle pf-m-plain"
3134
+ type="button"
3135
+ aria-expanded="false"
3136
+ aria-label="Menu toggle"
3137
+ id="drawer-demo-notification-drawer-groups-group1-menu-toggle-6"
3138
+ >
3139
+ <span class="pf-v6-c-menu-toggle__icon">
3140
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3141
+ </span>
3142
+ </button>
3143
+ </div>
3144
+ <div
3145
+ class="pf-v6-c-notification-drawer__list-item-description"
3146
+ >This is a success notification description.</div>
3147
+ <div
3148
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
3149
+ >30 minutes ago</div>
3150
+ </li>
3151
+ <li
3152
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
3153
+ >
3154
+ <div
3155
+ class="pf-v6-c-notification-drawer__list-item-header"
3156
+ >
3157
+ <span
3158
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
3159
+ >
3160
+ <i class="fas fa-check-circle" aria-hidden="true"></i>
3161
+ </span>
3162
+ <h2
3163
+ class="pf-v6-c-notification-drawer__list-item-header-title pf-m-truncate"
3164
+ >
3165
+ <span
3166
+ class="pf-v6-screen-reader"
3167
+ >Success notification:</span>
3168
+ 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.
3169
+ </h2>
3170
+ </div>
3171
+ <div
3172
+ class="pf-v6-c-notification-drawer__list-item-action"
3173
+ >
3174
+ <button
3175
+ class="pf-v6-c-menu-toggle pf-m-plain"
3176
+ type="button"
3177
+ aria-expanded="false"
3178
+ aria-label="Menu toggle"
3179
+ id="drawer-demo-notification-drawer-groups-group1-menu-toggle-7"
3180
+ >
3181
+ <span class="pf-v6-c-menu-toggle__icon">
3182
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3183
+ </span>
3184
+ </button>
3185
+ </div>
3186
+ <div
3187
+ class="pf-v6-c-notification-drawer__list-item-description"
3188
+ >This example uses ".pf-m-truncate" to limit the title to a single line and truncate any overflow text with ellipses.</div>
3189
+ <div
3190
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
3191
+ >40 minutes ago</div>
3192
+ </li>
3193
+ <li
3194
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
3195
+ >
3196
+ <div
3197
+ class="pf-v6-c-notification-drawer__list-item-header"
3198
+ >
3199
+ <span
3200
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
3201
+ >
3202
+ <i class="fas fa-check-circle" aria-hidden="true"></i>
3203
+ </span>
3204
+ <h2
3205
+ class="pf-v6-c-notification-drawer__list-item-header-title pf-m-truncate"
3206
+ style="--pf-v6-c-notification-drawer__list-item-header-title--max-lines: 2"
3207
+ >
3208
+ <span
3209
+ class="pf-v6-screen-reader"
3210
+ >Success notification:</span>
3211
+ 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.
3212
+ </h2>
3213
+ </div>
3214
+ <div
3215
+ class="pf-v6-c-notification-drawer__list-item-action"
3216
+ >
3217
+ <button
3218
+ class="pf-v6-c-menu-toggle pf-m-plain"
3219
+ type="button"
3220
+ aria-expanded="false"
3221
+ aria-label="Menu toggle"
3222
+ id="drawer-demo-notification-drawer-groups-group1-menu-toggle-8"
3223
+ >
3224
+ <span class="pf-v6-c-menu-toggle__icon">
3225
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3226
+ </span>
3227
+ </button>
3228
+ </div>
3229
+ <div
3230
+ class="pf-v6-c-notification-drawer__list-item-description"
3231
+ >This example uses ".pf-m-truncate" and sets "--pf-v6-c-notification-drawer__list-item-header-title--max-lines: 2" to limit title to two lines and truncate any overflow text with ellipses.</div>
3232
+ <div
3233
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
3234
+ >50 minutes ago</div>
3235
+ </li>
3236
+ <li
3237
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success"
3238
+ >
3239
+ <div
3240
+ class="pf-v6-c-notification-drawer__list-item-header"
3241
+ >
3242
+ <span
3243
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
3244
+ >
3245
+ <i class="fas fa-check-circle" aria-hidden="true"></i>
3246
+ </span>
3247
+ <h2
3248
+ class="pf-v6-c-notification-drawer__list-item-header-title"
3249
+ >
3250
+ <span
3251
+ class="pf-v6-screen-reader"
3252
+ >Success notification:</span>
3253
+ Notification drawer item title
3254
+ </h2>
3255
+ </div>
3256
+ <div
3257
+ class="pf-v6-c-notification-drawer__list-item-action pf-m-no-offset"
3258
+ >
3259
+ <button
3260
+ class="pf-v6-c-button pf-m-primary"
3261
+ type="button"
3262
+ >
3263
+ <span class="pf-v6-c-button__text">Action</span>
3264
+ </button>
3265
+ </div>
3266
+ <div
3267
+ class="pf-v6-c-notification-drawer__list-item-description"
3268
+ >This example uses ".pf-m-no-offset" on the action wrapper to disable the default offset for button alignment.</div>
3269
+ <div
3270
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
3271
+ >55 minutes ago</div>
3272
+ </li>
3273
+ </ul>
3274
+ </section>
3275
+ <section
3276
+ class="pf-v6-c-notification-drawer__group pf-m-expanded"
3277
+ >
3278
+ <h1>
3279
+ <button
3280
+ class="pf-v6-c-notification-drawer__group-toggle"
3281
+ aria-expanded="true"
3282
+ >
3283
+ <div
3284
+ class="pf-v6-c-notification-drawer__group-toggle-title"
3285
+ >Second notification group</div>
3286
+ <div
3287
+ class="pf-v6-c-notification-drawer__group-toggle-count"
3288
+ >
3289
+ <span class="pf-v6-c-badge pf-m-unread">3</span>
3290
+ </div>
3291
+ <span
3292
+ class="pf-v6-c-notification-drawer__group-toggle-icon"
3293
+ >
3294
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
3295
+ </span>
3296
+ </button>
3297
+ </h1>
3298
+ <ul class="pf-v6-c-notification-drawer__list" role="list">
3299
+ <li
3300
+ class="pf-v6-c-notification-drawer__list-item pf-m-hoverable pf-m-info"
3301
+ tabindex="0"
3302
+ >
3303
+ <div
3304
+ class="pf-v6-c-notification-drawer__list-item-header"
3305
+ >
3306
+ <span
3307
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
3308
+ >
3309
+ <i class="fas fa-info-circle" aria-hidden="true"></i>
3310
+ </span>
3311
+ <h2
3312
+ class="pf-v6-c-notification-drawer__list-item-header-title"
3313
+ >
3314
+ <span class="pf-v6-screen-reader">Info notification:</span>
3315
+ Unread
3316
+ info notification title
3317
+ </h2>
3318
+ </div>
3319
+ <div
3320
+ class="pf-v6-c-notification-drawer__list-item-action"
3321
+ >
3322
+ <button
3323
+ class="pf-v6-c-menu-toggle pf-m-plain"
3324
+ type="button"
3325
+ aria-expanded="false"
3326
+ aria-label="Menu toggle"
3327
+ id="drawer-demo-notification-drawer-groups-group2-menu-toggle-1"
3328
+ >
3329
+ <span class="pf-v6-c-menu-toggle__icon">
3330
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3331
+ </span>
3332
+ </button>
3333
+ </div>
3334
+ <div
3335
+ class="pf-v6-c-notification-drawer__list-item-description"
3336
+ >This is an info notification description.</div>
3337
+ <div
3338
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
3339
+ >5 minutes ago</div>
3340
+ </li>
3341
+
3342
+ <li
3343
+ class="pf-v6-c-notification-drawer__list-item pf-m-hoverable pf-m-custom"
3344
+ tabindex="0"
3345
+ >
3346
+ <div
3347
+ class="pf-v6-c-notification-drawer__list-item-header"
3348
+ >
3349
+ <span
3350
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
3351
+ >
3352
+ <i
3353
+ class="fas fa-arrow-circle-up"
3354
+ aria-hidden="true"
3355
+ ></i>
3356
+ </span>
3357
+ <h2
3358
+ class="pf-v6-c-notification-drawer__list-item-header-title"
3359
+ >
3360
+ <span
3361
+ class="pf-v6-screen-reader"
3362
+ >Custom notification:</span>
3363
+ Unread
3364
+ recommendation notification title. This is a long title to show how the title will wrap if it is long and wraps to multiple lines.
3365
+ </h2>
3366
+ </div>
3367
+ <div
3368
+ class="pf-v6-c-notification-drawer__list-item-action"
3369
+ >
3370
+ <button
3371
+ class="pf-v6-c-menu-toggle pf-m-plain"
3372
+ type="button"
3373
+ aria-expanded="false"
3374
+ aria-label="Menu toggle"
3375
+ id="drawer-demo-notification-drawer-groups-group2-menu-toggle-3"
3376
+ >
3377
+ <span class="pf-v6-c-menu-toggle__icon">
3378
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3379
+ </span>
3380
+ </button>
3381
+ </div>
3382
+ <div
3383
+ class="pf-v6-c-notification-drawer__list-item-description"
3384
+ >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>
3385
+ <div
3386
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
3387
+ >10 minutes ago</div>
3388
+ </li>
3389
+
3390
+ <li
3391
+ class="pf-v6-c-notification-drawer__list-item pf-m-hoverable pf-m-custom"
3392
+ tabindex="0"
3393
+ >
3394
+ <div
3395
+ class="pf-v6-c-notification-drawer__list-item-header"
3396
+ >
3397
+ <span
3398
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
3399
+ >
3400
+ <i
3401
+ class="fas fa-arrow-circle-up"
3402
+ aria-hidden="true"
3403
+ ></i>
3404
+ </span>
3405
+ <h2
3406
+ class="pf-v6-c-notification-drawer__list-item-header-title"
3407
+ >
3408
+ <span
3409
+ class="pf-v6-screen-reader"
3410
+ >Custom notification:</span>
3411
+ Unread
3412
+ recommendation notification title. This is a long title to show how the title will wrap if it is long and wraps to multiple lines.
3413
+ </h2>
3414
+ </div>
3415
+ <div
3416
+ class="pf-v6-c-notification-drawer__list-item-action"
3417
+ >
3418
+ <button
3419
+ class="pf-v6-c-menu-toggle pf-m-plain"
3420
+ type="button"
3421
+ aria-expanded="false"
3422
+ aria-label="Menu toggle"
3423
+ id="drawer-demo-notification-drawer-groups-group2-menu-toggle-4"
3424
+ >
3425
+ <span class="pf-v6-c-menu-toggle__icon">
3426
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3427
+ </span>
3428
+ </button>
3429
+ </div>
3430
+ <div
3431
+ class="pf-v6-c-notification-drawer__list-item-description"
3432
+ >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>
3433
+ <div
3434
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
3435
+ >20 minutes ago</div>
3436
+ </li>
3437
+ <li
3438
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-warning pf-m-hoverable"
3439
+ >
3440
+ <div
3441
+ class="pf-v6-c-notification-drawer__list-item-header"
3442
+ >
3443
+ <span
3444
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
3445
+ >
3446
+ <i
3447
+ class="fas fa-exclamation-triangle"
3448
+ aria-hidden="true"
3449
+ ></i>
3450
+ </span>
3451
+ <h2
3452
+ class="pf-v6-c-notification-drawer__list-item-header-title"
3453
+ >
3454
+ <span
3455
+ class="pf-v6-screen-reader"
3456
+ >Warning notification:</span>
3457
+ Read warning notification title
3458
+ </h2>
3459
+ </div>
3460
+ <div
3461
+ class="pf-v6-c-notification-drawer__list-item-action"
3462
+ >
3463
+ <button
3464
+ class="pf-v6-c-menu-toggle pf-m-plain"
3465
+ type="button"
3466
+ aria-expanded="false"
3467
+ aria-label="Menu toggle"
3468
+ id="drawer-demo-notification-drawer-groups-group2-menu-toggle-5"
3469
+ >
3470
+ <span class="pf-v6-c-menu-toggle__icon">
3471
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3472
+ </span>
3473
+ </button>
3474
+ </div>
3475
+ <div
3476
+ class="pf-v6-c-notification-drawer__list-item-description"
3477
+ >This is a warning notification description.</div>
3478
+ <div
3479
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
3480
+ >20 minutes ago</div>
3481
+ </li>
3482
+ <li
3483
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
3484
+ >
3485
+ <div
3486
+ class="pf-v6-c-notification-drawer__list-item-header"
3487
+ >
3488
+ <span
3489
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
3490
+ >
3491
+ <i class="fas fa-check-circle" aria-hidden="true"></i>
3492
+ </span>
3493
+ <h2
3494
+ class="pf-v6-c-notification-drawer__list-item-header-title"
3495
+ >
3496
+ <span
3497
+ class="pf-v6-screen-reader"
3498
+ >Success notification:</span>
3499
+ Read success notification title
3500
+ </h2>
3501
+ </div>
3502
+ <div
3503
+ class="pf-v6-c-notification-drawer__list-item-action"
3504
+ >
3505
+ <button
3506
+ class="pf-v6-c-menu-toggle pf-m-plain"
3507
+ type="button"
3508
+ aria-expanded="false"
3509
+ aria-label="Menu toggle"
3510
+ id="drawer-demo-notification-drawer-groups-group2-menu-toggle-6"
3511
+ >
3512
+ <span class="pf-v6-c-menu-toggle__icon">
3513
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3514
+ </span>
3515
+ </button>
3516
+ </div>
3517
+ <div
3518
+ class="pf-v6-c-notification-drawer__list-item-description"
3519
+ >This is a success notification description.</div>
3520
+ <div
3521
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
3522
+ >30 minutes ago</div>
3523
+ </li>
3524
+ <li
3525
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
3526
+ >
3527
+ <div
3528
+ class="pf-v6-c-notification-drawer__list-item-header"
3529
+ >
3530
+ <span
3531
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
3532
+ >
3533
+ <i class="fas fa-check-circle" aria-hidden="true"></i>
3534
+ </span>
3535
+ <h2
3536
+ class="pf-v6-c-notification-drawer__list-item-header-title pf-m-truncate"
3537
+ >
3538
+ <span
3539
+ class="pf-v6-screen-reader"
3540
+ >Success notification:</span>
3541
+ 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.
3542
+ </h2>
3543
+ </div>
3544
+ <div
3545
+ class="pf-v6-c-notification-drawer__list-item-action"
3546
+ >
3547
+ <button
3548
+ class="pf-v6-c-menu-toggle pf-m-plain"
3549
+ type="button"
3550
+ aria-expanded="false"
3551
+ aria-label="Menu toggle"
3552
+ id="drawer-demo-notification-drawer-groups-group2-menu-toggle-7"
3553
+ >
3554
+ <span class="pf-v6-c-menu-toggle__icon">
3555
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3556
+ </span>
3557
+ </button>
3558
+ </div>
3559
+ <div
3560
+ class="pf-v6-c-notification-drawer__list-item-description"
3561
+ >This example uses ".pf-m-truncate" to limit the title to a single line and truncate any overflow text with ellipses.</div>
3562
+ <div
3563
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
3564
+ >40 minutes ago</div>
3565
+ </li>
3566
+ <li
3567
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
3568
+ >
3569
+ <div
3570
+ class="pf-v6-c-notification-drawer__list-item-header"
3571
+ >
3572
+ <span
3573
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
3574
+ >
3575
+ <i class="fas fa-check-circle" aria-hidden="true"></i>
3576
+ </span>
3577
+ <h2
3578
+ class="pf-v6-c-notification-drawer__list-item-header-title pf-m-truncate"
3579
+ style="--pf-v6-c-notification-drawer__list-item-header-title--max-lines: 2"
3580
+ >
3581
+ <span
3582
+ class="pf-v6-screen-reader"
3583
+ >Success notification:</span>
3584
+ 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.
3585
+ </h2>
3586
+ </div>
3587
+ <div
3588
+ class="pf-v6-c-notification-drawer__list-item-action"
3589
+ >
3590
+ <button
3591
+ class="pf-v6-c-menu-toggle pf-m-plain"
3592
+ type="button"
3593
+ aria-expanded="false"
3594
+ aria-label="Menu toggle"
3595
+ id="drawer-demo-notification-drawer-groups-group2-menu-toggle-8"
3596
+ >
3597
+ <span class="pf-v6-c-menu-toggle__icon">
3598
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3599
+ </span>
3600
+ </button>
3601
+ </div>
3602
+ <div
3603
+ class="pf-v6-c-notification-drawer__list-item-description"
3604
+ >This example uses ".pf-m-truncate" and sets "--pf-v6-c-notification-drawer__list-item-header-title--max-lines: 2" to limit title to two lines and truncate any overflow text with ellipses.</div>
3605
+ <div
3606
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
3607
+ >50 minutes ago</div>
3608
+ </li>
3609
+ <li
3610
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success"
3611
+ >
3612
+ <div
3613
+ class="pf-v6-c-notification-drawer__list-item-header"
3614
+ >
3615
+ <span
3616
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
3617
+ >
3618
+ <i class="fas fa-check-circle" aria-hidden="true"></i>
3619
+ </span>
3620
+ <h2
3621
+ class="pf-v6-c-notification-drawer__list-item-header-title"
3622
+ >
3623
+ <span
3624
+ class="pf-v6-screen-reader"
3625
+ >Success notification:</span>
3626
+ Notification drawer item title
3627
+ </h2>
3628
+ </div>
3629
+ <div
3630
+ class="pf-v6-c-notification-drawer__list-item-action pf-m-no-offset"
3631
+ >
3632
+ <button
3633
+ class="pf-v6-c-button pf-m-primary"
3634
+ type="button"
3635
+ >
3636
+ <span class="pf-v6-c-button__text">Action</span>
3637
+ </button>
3638
+ </div>
3639
+ <div
3640
+ class="pf-v6-c-notification-drawer__list-item-description"
3641
+ >This example uses ".pf-m-no-offset" on the action wrapper to disable the default offset for button alignment.</div>
3642
+ <div
3643
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
3644
+ >55 minutes ago</div>
3645
+ </li>
3646
+ </ul>
3647
+ </section>
3648
+ <section class="pf-v6-c-notification-drawer__group">
3649
+ <h1>
3650
+ <button
3651
+ class="pf-v6-c-notification-drawer__group-toggle"
3652
+ aria-expanded="false"
3653
+ >
3654
+ <div
3655
+ class="pf-v6-c-notification-drawer__group-toggle-title"
3656
+ >Third notification group</div>
3657
+ <div
3658
+ class="pf-v6-c-notification-drawer__group-toggle-count"
3659
+ >
3660
+ <span class="pf-v6-c-badge pf-m-unread">2</span>
3661
+ </div>
3662
+ <span
3663
+ class="pf-v6-c-notification-drawer__group-toggle-icon"
3664
+ >
3665
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
3666
+ </span>
3667
+ </button>
3668
+ </h1>
3669
+ <ul
3670
+ class="pf-v6-c-notification-drawer__list"
3671
+ role="list"
3672
+ hidden
3673
+ >
3674
+ <li
3675
+ class="pf-v6-c-notification-drawer__list-item pf-m-hoverable pf-m-info"
3676
+ tabindex="0"
3677
+ >
3678
+ <div
3679
+ class="pf-v6-c-notification-drawer__list-item-header"
3680
+ >
3681
+ <span
3682
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
3683
+ >
3684
+ <i class="fas fa-info-circle" aria-hidden="true"></i>
3685
+ </span>
3686
+ <h2
3687
+ class="pf-v6-c-notification-drawer__list-item-header-title"
3688
+ >
3689
+ <span class="pf-v6-screen-reader">Info notification:</span>
3690
+ Unread
3691
+ info notification title
3692
+ </h2>
3693
+ </div>
3694
+ <div
3695
+ class="pf-v6-c-notification-drawer__list-item-action"
3696
+ >
3697
+ <button
3698
+ class="pf-v6-c-menu-toggle pf-m-plain"
3699
+ type="button"
3700
+ aria-expanded="false"
3701
+ aria-label="Menu toggle"
3702
+ id="drawer-demo-notification-drawer-groups-group3-menu-toggle-1"
3703
+ >
3704
+ <span class="pf-v6-c-menu-toggle__icon">
3705
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3706
+ </span>
3707
+ </button>
3708
+ </div>
3709
+ <div
3710
+ class="pf-v6-c-notification-drawer__list-item-description"
3711
+ >This is an info notification description.</div>
3712
+ <div
3713
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
3714
+ >5 minutes ago</div>
3715
+ </li>
3716
+
3717
+ <li
3718
+ class="pf-v6-c-notification-drawer__list-item pf-m-hoverable pf-m-custom"
3719
+ tabindex="0"
3720
+ >
3721
+ <div
3722
+ class="pf-v6-c-notification-drawer__list-item-header"
3723
+ >
3724
+ <span
3725
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
3726
+ >
3727
+ <i
3728
+ class="fas fa-arrow-circle-up"
3729
+ aria-hidden="true"
3730
+ ></i>
3731
+ </span>
3732
+ <h2
3733
+ class="pf-v6-c-notification-drawer__list-item-header-title"
3734
+ >
3735
+ <span
3736
+ class="pf-v6-screen-reader"
3737
+ >Custom notification:</span>
3738
+ Unread
3739
+ recommendation notification title. This is a long title to show how the title will wrap if it is long and wraps to multiple lines.
3740
+ </h2>
3741
+ </div>
3742
+ <div
3743
+ class="pf-v6-c-notification-drawer__list-item-action"
3744
+ >
3745
+ <button
3746
+ class="pf-v6-c-menu-toggle pf-m-plain"
3747
+ type="button"
3748
+ aria-expanded="false"
3749
+ aria-label="Menu toggle"
3750
+ id="drawer-demo-notification-drawer-groups-group3-menu-toggle-3"
3751
+ >
3752
+ <span class="pf-v6-c-menu-toggle__icon">
3753
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3754
+ </span>
3755
+ </button>
3756
+ </div>
3757
+ <div
3758
+ class="pf-v6-c-notification-drawer__list-item-description"
3759
+ >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>
3760
+ <div
3761
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
3762
+ >10 minutes ago</div>
3763
+ </li>
3764
+
3765
+ <li
3766
+ class="pf-v6-c-notification-drawer__list-item pf-m-hoverable pf-m-custom"
3767
+ tabindex="0"
3768
+ >
3769
+ <div
3770
+ class="pf-v6-c-notification-drawer__list-item-header"
3771
+ >
3772
+ <span
3773
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
3774
+ >
3775
+ <i
3776
+ class="fas fa-arrow-circle-up"
3777
+ aria-hidden="true"
3778
+ ></i>
3779
+ </span>
3780
+ <h2
3781
+ class="pf-v6-c-notification-drawer__list-item-header-title"
3782
+ >
3783
+ <span
3784
+ class="pf-v6-screen-reader"
3785
+ >Custom notification:</span>
3786
+ Unread
3787
+ recommendation notification title. This is a long title to show how the title will wrap if it is long and wraps to multiple lines.
3788
+ </h2>
3789
+ </div>
3790
+ <div
3791
+ class="pf-v6-c-notification-drawer__list-item-action"
3792
+ >
3793
+ <button
3794
+ class="pf-v6-c-menu-toggle pf-m-plain"
3795
+ type="button"
3796
+ aria-expanded="false"
3797
+ aria-label="Menu toggle"
3798
+ id="drawer-demo-notification-drawer-groups-group3-menu-toggle-4"
3799
+ >
3800
+ <span class="pf-v6-c-menu-toggle__icon">
3801
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3802
+ </span>
3803
+ </button>
3804
+ </div>
3805
+ <div
3806
+ class="pf-v6-c-notification-drawer__list-item-description"
3807
+ >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>
3808
+ <div
3809
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
3810
+ >20 minutes ago</div>
3811
+ </li>
3812
+ <li
3813
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-warning pf-m-hoverable"
3814
+ >
3815
+ <div
3816
+ class="pf-v6-c-notification-drawer__list-item-header"
3817
+ >
3818
+ <span
3819
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
3820
+ >
3821
+ <i
3822
+ class="fas fa-exclamation-triangle"
3823
+ aria-hidden="true"
3824
+ ></i>
3825
+ </span>
3826
+ <h2
3827
+ class="pf-v6-c-notification-drawer__list-item-header-title"
3828
+ >
3829
+ <span
3830
+ class="pf-v6-screen-reader"
3831
+ >Warning notification:</span>
3832
+ Read warning notification title
3833
+ </h2>
3834
+ </div>
3835
+ <div
3836
+ class="pf-v6-c-notification-drawer__list-item-action"
3837
+ >
3838
+ <button
3839
+ class="pf-v6-c-menu-toggle pf-m-plain"
3840
+ type="button"
3841
+ aria-expanded="false"
3842
+ aria-label="Menu toggle"
3843
+ id="drawer-demo-notification-drawer-groups-group3-menu-toggle-5"
3844
+ >
3845
+ <span class="pf-v6-c-menu-toggle__icon">
3846
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3847
+ </span>
3848
+ </button>
3849
+ </div>
3850
+ <div
3851
+ class="pf-v6-c-notification-drawer__list-item-description"
3852
+ >This is a warning notification description.</div>
3853
+ <div
3854
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
3855
+ >20 minutes ago</div>
3856
+ </li>
3857
+ <li
3858
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
3859
+ >
3860
+ <div
3861
+ class="pf-v6-c-notification-drawer__list-item-header"
3862
+ >
3863
+ <span
3864
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
3865
+ >
3866
+ <i class="fas fa-check-circle" aria-hidden="true"></i>
3867
+ </span>
3868
+ <h2
3869
+ class="pf-v6-c-notification-drawer__list-item-header-title"
3870
+ >
3871
+ <span
3872
+ class="pf-v6-screen-reader"
3873
+ >Success notification:</span>
3874
+ Read success notification title
3875
+ </h2>
3876
+ </div>
3877
+ <div
3878
+ class="pf-v6-c-notification-drawer__list-item-action"
3879
+ >
3880
+ <button
3881
+ class="pf-v6-c-menu-toggle pf-m-plain"
3882
+ type="button"
3883
+ aria-expanded="false"
3884
+ aria-label="Menu toggle"
3885
+ id="drawer-demo-notification-drawer-groups-group3-menu-toggle-6"
3886
+ >
3887
+ <span class="pf-v6-c-menu-toggle__icon">
3888
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3889
+ </span>
3890
+ </button>
3891
+ </div>
3892
+ <div
3893
+ class="pf-v6-c-notification-drawer__list-item-description"
3894
+ >This is a success notification description.</div>
3895
+ <div
3896
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
3897
+ >30 minutes ago</div>
3898
+ </li>
3899
+ <li
3900
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
3901
+ >
3902
+ <div
3903
+ class="pf-v6-c-notification-drawer__list-item-header"
3904
+ >
3905
+ <span
3906
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
3907
+ >
3908
+ <i class="fas fa-check-circle" aria-hidden="true"></i>
3909
+ </span>
3910
+ <h2
3911
+ class="pf-v6-c-notification-drawer__list-item-header-title pf-m-truncate"
3912
+ >
3913
+ <span
3914
+ class="pf-v6-screen-reader"
3915
+ >Success notification:</span>
3916
+ 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.
3917
+ </h2>
3918
+ </div>
3919
+ <div
3920
+ class="pf-v6-c-notification-drawer__list-item-action"
3921
+ >
3922
+ <button
3923
+ class="pf-v6-c-menu-toggle pf-m-plain"
3924
+ type="button"
3925
+ aria-expanded="false"
3926
+ aria-label="Menu toggle"
3927
+ id="drawer-demo-notification-drawer-groups-group3-menu-toggle-7"
3928
+ >
3929
+ <span class="pf-v6-c-menu-toggle__icon">
3930
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3931
+ </span>
3932
+ </button>
3933
+ </div>
3934
+ <div
3935
+ class="pf-v6-c-notification-drawer__list-item-description"
3936
+ >This example uses ".pf-m-truncate" to limit the title to a single line and truncate any overflow text with ellipses.</div>
3937
+ <div
3938
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
3939
+ >40 minutes ago</div>
3940
+ </li>
3941
+ <li
3942
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
3943
+ >
3944
+ <div
3945
+ class="pf-v6-c-notification-drawer__list-item-header"
3946
+ >
3947
+ <span
3948
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
3949
+ >
3950
+ <i class="fas fa-check-circle" aria-hidden="true"></i>
3951
+ </span>
3952
+ <h2
3953
+ class="pf-v6-c-notification-drawer__list-item-header-title pf-m-truncate"
3954
+ style="--pf-v6-c-notification-drawer__list-item-header-title--max-lines: 2"
3955
+ >
3956
+ <span
3957
+ class="pf-v6-screen-reader"
3958
+ >Success notification:</span>
3959
+ 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.
3960
+ </h2>
3961
+ </div>
3962
+ <div
3963
+ class="pf-v6-c-notification-drawer__list-item-action"
3964
+ >
3965
+ <button
3966
+ class="pf-v6-c-menu-toggle pf-m-plain"
3967
+ type="button"
3968
+ aria-expanded="false"
3969
+ aria-label="Menu toggle"
3970
+ id="drawer-demo-notification-drawer-groups-group3-menu-toggle-8"
3971
+ >
3972
+ <span class="pf-v6-c-menu-toggle__icon">
3973
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3974
+ </span>
3975
+ </button>
3976
+ </div>
3977
+ <div
3978
+ class="pf-v6-c-notification-drawer__list-item-description"
3979
+ >This example uses ".pf-m-truncate" and sets "--pf-v6-c-notification-drawer__list-item-header-title--max-lines: 2" to limit title to two lines and truncate any overflow text with ellipses.</div>
3980
+ <div
3981
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
3982
+ >50 minutes ago</div>
3983
+ </li>
3984
+ <li
3985
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success"
3986
+ >
3987
+ <div
3988
+ class="pf-v6-c-notification-drawer__list-item-header"
3989
+ >
3990
+ <span
3991
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
3992
+ >
3993
+ <i class="fas fa-check-circle" aria-hidden="true"></i>
3994
+ </span>
3995
+ <h2
3996
+ class="pf-v6-c-notification-drawer__list-item-header-title"
3997
+ >
3998
+ <span
3999
+ class="pf-v6-screen-reader"
4000
+ >Success notification:</span>
4001
+ Notification drawer item title
4002
+ </h2>
4003
+ </div>
4004
+ <div
4005
+ class="pf-v6-c-notification-drawer__list-item-action pf-m-no-offset"
4006
+ >
4007
+ <button
4008
+ class="pf-v6-c-button pf-m-primary"
4009
+ type="button"
4010
+ >
4011
+ <span class="pf-v6-c-button__text">Action</span>
4012
+ </button>
4013
+ </div>
4014
+ <div
4015
+ class="pf-v6-c-notification-drawer__list-item-description"
4016
+ >This example uses ".pf-m-no-offset" on the action wrapper to disable the default offset for button alignment.</div>
4017
+ <div
4018
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
4019
+ >55 minutes ago</div>
4020
+ </li>
4021
+ </ul>
4022
+ </section>
4023
+ <section class="pf-v6-c-notification-drawer__group">
4024
+ <h1>
4025
+ <button
4026
+ class="pf-v6-c-notification-drawer__group-toggle"
4027
+ aria-expanded="false"
4028
+ >
4029
+ <div
4030
+ class="pf-v6-c-notification-drawer__group-toggle-title"
4031
+ >Fourth notification group</div>
4032
+ <div
4033
+ class="pf-v6-c-notification-drawer__group-toggle-count"
4034
+ >
4035
+ <span class="pf-v6-c-badge pf-m-unread">2</span>
4036
+ </div>
4037
+ <span
4038
+ class="pf-v6-c-notification-drawer__group-toggle-icon"
4039
+ >
4040
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
4041
+ </span>
4042
+ </button>
4043
+ </h1>
4044
+ <ul
4045
+ class="pf-v6-c-notification-drawer__list"
4046
+ role="list"
4047
+ hidden
4048
+ >
4049
+ <li
4050
+ class="pf-v6-c-notification-drawer__list-item pf-m-hoverable pf-m-info"
4051
+ tabindex="0"
4052
+ >
4053
+ <div
4054
+ class="pf-v6-c-notification-drawer__list-item-header"
4055
+ >
4056
+ <span
4057
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
4058
+ >
4059
+ <i class="fas fa-info-circle" aria-hidden="true"></i>
4060
+ </span>
4061
+ <h2
4062
+ class="pf-v6-c-notification-drawer__list-item-header-title"
4063
+ >
4064
+ <span class="pf-v6-screen-reader">Info notification:</span>
4065
+ Unread
4066
+ info notification title
4067
+ </h2>
4068
+ </div>
4069
+ <div
4070
+ class="pf-v6-c-notification-drawer__list-item-action"
4071
+ >
4072
+ <button
4073
+ class="pf-v6-c-menu-toggle pf-m-plain"
4074
+ type="button"
4075
+ aria-expanded="false"
4076
+ aria-label="Menu toggle"
4077
+ id="drawer-demo-notification-drawer-groups-group4-menu-toggle-1"
4078
+ >
4079
+ <span class="pf-v6-c-menu-toggle__icon">
4080
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
4081
+ </span>
4082
+ </button>
4083
+ </div>
4084
+ <div
4085
+ class="pf-v6-c-notification-drawer__list-item-description"
4086
+ >This is an info notification description.</div>
4087
+ <div
4088
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
4089
+ >5 minutes ago</div>
4090
+ </li>
4091
+
4092
+ <li
4093
+ class="pf-v6-c-notification-drawer__list-item pf-m-hoverable pf-m-custom"
4094
+ tabindex="0"
4095
+ >
4096
+ <div
4097
+ class="pf-v6-c-notification-drawer__list-item-header"
4098
+ >
4099
+ <span
4100
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
4101
+ >
4102
+ <i
4103
+ class="fas fa-arrow-circle-up"
4104
+ aria-hidden="true"
4105
+ ></i>
4106
+ </span>
4107
+ <h2
4108
+ class="pf-v6-c-notification-drawer__list-item-header-title"
4109
+ >
4110
+ <span
4111
+ class="pf-v6-screen-reader"
4112
+ >Custom notification:</span>
4113
+ Unread
4114
+ recommendation notification title. This is a long title to show how the title will wrap if it is long and wraps to multiple lines.
4115
+ </h2>
4116
+ </div>
4117
+ <div
4118
+ class="pf-v6-c-notification-drawer__list-item-action"
4119
+ >
4120
+ <button
4121
+ class="pf-v6-c-menu-toggle pf-m-plain"
4122
+ type="button"
4123
+ aria-expanded="false"
4124
+ aria-label="Menu toggle"
4125
+ id="drawer-demo-notification-drawer-groups-group4-menu-toggle-3"
4126
+ >
4127
+ <span class="pf-v6-c-menu-toggle__icon">
4128
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
4129
+ </span>
4130
+ </button>
4131
+ </div>
4132
+ <div
4133
+ class="pf-v6-c-notification-drawer__list-item-description"
4134
+ >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>
4135
+ <div
4136
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
4137
+ >10 minutes ago</div>
4138
+ </li>
4139
+
4140
+ <li
4141
+ class="pf-v6-c-notification-drawer__list-item pf-m-hoverable pf-m-custom"
4142
+ tabindex="0"
4143
+ >
4144
+ <div
4145
+ class="pf-v6-c-notification-drawer__list-item-header"
4146
+ >
4147
+ <span
4148
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
4149
+ >
4150
+ <i
4151
+ class="fas fa-arrow-circle-up"
4152
+ aria-hidden="true"
4153
+ ></i>
4154
+ </span>
4155
+ <h2
4156
+ class="pf-v6-c-notification-drawer__list-item-header-title"
4157
+ >
4158
+ <span
4159
+ class="pf-v6-screen-reader"
4160
+ >Custom notification:</span>
4161
+ Unread
4162
+ recommendation notification title. This is a long title to show how the title will wrap if it is long and wraps to multiple lines.
4163
+ </h2>
4164
+ </div>
4165
+ <div
4166
+ class="pf-v6-c-notification-drawer__list-item-action"
4167
+ >
4168
+ <button
4169
+ class="pf-v6-c-menu-toggle pf-m-plain"
4170
+ type="button"
4171
+ aria-expanded="false"
4172
+ aria-label="Menu toggle"
4173
+ id="drawer-demo-notification-drawer-groups-group4-menu-toggle-4"
4174
+ >
4175
+ <span class="pf-v6-c-menu-toggle__icon">
4176
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
4177
+ </span>
4178
+ </button>
4179
+ </div>
4180
+ <div
4181
+ class="pf-v6-c-notification-drawer__list-item-description"
4182
+ >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>
4183
+ <div
4184
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
4185
+ >20 minutes ago</div>
4186
+ </li>
4187
+ <li
4188
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-warning pf-m-hoverable"
4189
+ >
4190
+ <div
4191
+ class="pf-v6-c-notification-drawer__list-item-header"
4192
+ >
4193
+ <span
4194
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
4195
+ >
4196
+ <i
4197
+ class="fas fa-exclamation-triangle"
4198
+ aria-hidden="true"
4199
+ ></i>
4200
+ </span>
4201
+ <h2
4202
+ class="pf-v6-c-notification-drawer__list-item-header-title"
4203
+ >
4204
+ <span
4205
+ class="pf-v6-screen-reader"
4206
+ >Warning notification:</span>
4207
+ Read warning notification title
4208
+ </h2>
4209
+ </div>
4210
+ <div
4211
+ class="pf-v6-c-notification-drawer__list-item-action"
4212
+ >
4213
+ <button
4214
+ class="pf-v6-c-menu-toggle pf-m-plain"
4215
+ type="button"
4216
+ aria-expanded="false"
4217
+ aria-label="Menu toggle"
4218
+ id="drawer-demo-notification-drawer-groups-group4-menu-toggle-5"
4219
+ >
4220
+ <span class="pf-v6-c-menu-toggle__icon">
4221
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
4222
+ </span>
4223
+ </button>
4224
+ </div>
4225
+ <div
4226
+ class="pf-v6-c-notification-drawer__list-item-description"
4227
+ >This is a warning notification description.</div>
4228
+ <div
4229
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
4230
+ >20 minutes ago</div>
4231
+ </li>
4232
+ <li
4233
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
4234
+ >
4235
+ <div
4236
+ class="pf-v6-c-notification-drawer__list-item-header"
4237
+ >
4238
+ <span
4239
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
4240
+ >
4241
+ <i class="fas fa-check-circle" aria-hidden="true"></i>
4242
+ </span>
4243
+ <h2
4244
+ class="pf-v6-c-notification-drawer__list-item-header-title"
4245
+ >
4246
+ <span
4247
+ class="pf-v6-screen-reader"
4248
+ >Success notification:</span>
4249
+ Read success notification title
4250
+ </h2>
4251
+ </div>
4252
+ <div
4253
+ class="pf-v6-c-notification-drawer__list-item-action"
4254
+ >
4255
+ <button
4256
+ class="pf-v6-c-menu-toggle pf-m-plain"
4257
+ type="button"
4258
+ aria-expanded="false"
4259
+ aria-label="Menu toggle"
4260
+ id="drawer-demo-notification-drawer-groups-group4-menu-toggle-6"
4261
+ >
4262
+ <span class="pf-v6-c-menu-toggle__icon">
4263
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
4264
+ </span>
4265
+ </button>
4266
+ </div>
4267
+ <div
4268
+ class="pf-v6-c-notification-drawer__list-item-description"
4269
+ >This is a success notification description.</div>
4270
+ <div
4271
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
4272
+ >30 minutes ago</div>
4273
+ </li>
4274
+ <li
4275
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
4276
+ >
4277
+ <div
4278
+ class="pf-v6-c-notification-drawer__list-item-header"
4279
+ >
4280
+ <span
4281
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
4282
+ >
4283
+ <i class="fas fa-check-circle" aria-hidden="true"></i>
4284
+ </span>
4285
+ <h2
4286
+ class="pf-v6-c-notification-drawer__list-item-header-title pf-m-truncate"
4287
+ >
4288
+ <span
4289
+ class="pf-v6-screen-reader"
4290
+ >Success notification:</span>
4291
+ 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.
4292
+ </h2>
4293
+ </div>
4294
+ <div
4295
+ class="pf-v6-c-notification-drawer__list-item-action"
4296
+ >
4297
+ <button
4298
+ class="pf-v6-c-menu-toggle pf-m-plain"
4299
+ type="button"
4300
+ aria-expanded="false"
4301
+ aria-label="Menu toggle"
4302
+ id="drawer-demo-notification-drawer-groups-group4-menu-toggle-7"
4303
+ >
4304
+ <span class="pf-v6-c-menu-toggle__icon">
4305
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
4306
+ </span>
4307
+ </button>
4308
+ </div>
4309
+ <div
4310
+ class="pf-v6-c-notification-drawer__list-item-description"
4311
+ >This example uses ".pf-m-truncate" to limit the title to a single line and truncate any overflow text with ellipses.</div>
4312
+ <div
4313
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
4314
+ >40 minutes ago</div>
4315
+ </li>
4316
+ <li
4317
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success pf-m-hoverable"
4318
+ >
4319
+ <div
4320
+ class="pf-v6-c-notification-drawer__list-item-header"
4321
+ >
4322
+ <span
4323
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
4324
+ >
4325
+ <i class="fas fa-check-circle" aria-hidden="true"></i>
4326
+ </span>
4327
+ <h2
4328
+ class="pf-v6-c-notification-drawer__list-item-header-title pf-m-truncate"
4329
+ style="--pf-v6-c-notification-drawer__list-item-header-title--max-lines: 2"
4330
+ >
4331
+ <span
4332
+ class="pf-v6-screen-reader"
4333
+ >Success notification:</span>
4334
+ 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.
4335
+ </h2>
4336
+ </div>
4337
+ <div
4338
+ class="pf-v6-c-notification-drawer__list-item-action"
4339
+ >
4340
+ <button
4341
+ class="pf-v6-c-menu-toggle pf-m-plain"
4342
+ type="button"
4343
+ aria-expanded="false"
4344
+ aria-label="Menu toggle"
4345
+ id="drawer-demo-notification-drawer-groups-group4-menu-toggle-8"
4346
+ >
4347
+ <span class="pf-v6-c-menu-toggle__icon">
4348
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
4349
+ </span>
4350
+ </button>
4351
+ </div>
4352
+ <div
4353
+ class="pf-v6-c-notification-drawer__list-item-description"
4354
+ >This example uses ".pf-m-truncate" and sets "--pf-v6-c-notification-drawer__list-item-header-title--max-lines: 2" to limit title to two lines and truncate any overflow text with ellipses.</div>
4355
+ <div
4356
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
4357
+ >50 minutes ago</div>
4358
+ </li>
4359
+ <li
4360
+ class="pf-v6-c-notification-drawer__list-item pf-m-read pf-m-success"
4361
+ >
4362
+ <div
4363
+ class="pf-v6-c-notification-drawer__list-item-header"
4364
+ >
4365
+ <span
4366
+ class="pf-v6-c-notification-drawer__list-item-header-icon"
4367
+ >
4368
+ <i class="fas fa-check-circle" aria-hidden="true"></i>
4369
+ </span>
4370
+ <h2
4371
+ class="pf-v6-c-notification-drawer__list-item-header-title"
4372
+ >
4373
+ <span
4374
+ class="pf-v6-screen-reader"
4375
+ >Success notification:</span>
4376
+ Notification drawer item title
4377
+ </h2>
4378
+ </div>
4379
+ <div
4380
+ class="pf-v6-c-notification-drawer__list-item-action pf-m-no-offset"
4381
+ >
4382
+ <button
4383
+ class="pf-v6-c-button pf-m-primary"
4384
+ type="button"
4385
+ >
4386
+ <span class="pf-v6-c-button__text">Action</span>
4387
+ </button>
4388
+ </div>
4389
+ <div
4390
+ class="pf-v6-c-notification-drawer__list-item-description"
4391
+ >This example uses ".pf-m-no-offset" on the action wrapper to disable the default offset for button alignment.</div>
4392
+ <div
4393
+ class="pf-v6-c-notification-drawer__list-item-timestamp"
4394
+ >55 minutes ago</div>
4395
+ </li>
4396
+ </ul>
4397
+ </section>
4398
+ </div>
4399
+ </div>
4400
+ </div>
4401
+ </div>
4402
+ </div>
4403
+ </div>
4404
+ </div>
4405
+ </div>
4406
+ </div>
4407
+
4408
+ ```
4409
+
4410
+ ## Documentation
4411
+
4412
+ This demo implements the notification drawer in context of the page component.