@patternfly/react-styles 6.0.0-alpha.2 → 6.0.0-alpha.20

Sign up to get free protection for your applications and to get access to all the features.
Files changed (646) hide show
  1. package/CHANGELOG.md +176 -0
  2. package/css/assets/images/PF-Backdrop.svg +1 -0
  3. package/css/assets/images/PF-HorizontalLogo-Color.svg +29 -0
  4. package/css/assets/images/PF-HorizontalLogo-Reverse.svg +28 -0
  5. package/css/assets/images/PF-IconLogo-Reverse.svg +14 -0
  6. package/css/assets/images/PF-IconLogo-color.svg +17 -0
  7. package/css/assets/images/PF-IconLogo.svg +17 -0
  8. package/css/assets/images/logo__pf--reverse-on-md.svg +1 -1
  9. package/css/assets/images/pf-background.svg +22 -0
  10. package/css/assets/images/pf-c-brand__logo-on-lg-white.svg +32 -0
  11. package/css/assets/images/pf-c-brand__logo-on-md-white.svg +42 -0
  12. package/css/assets/images/pf-c-brand__logo-on-sm-white.svg +17 -0
  13. package/css/assets/images/pf-c-brand__logo-on-sm.svg +1 -1
  14. package/css/assets/images/pf-c-brand__logo-on-xl-white.svg +39 -0
  15. package/css/assets/images/pf_logo.svg +11 -11
  16. package/css/assets/images/pf_logo_white.hbs +35 -0
  17. package/css/assets/images/pf_logo_white.svg +38 -0
  18. package/css/components/AboutModalBox/about-modal-box.css +118 -155
  19. package/css/components/AboutModalBox/about-modal-box.d.ts +10 -11
  20. package/css/components/AboutModalBox/about-modal-box.js +10 -11
  21. package/css/components/AboutModalBox/about-modal-box.mjs +10 -11
  22. package/css/components/Accordion/accordion.css +127 -219
  23. package/css/components/Accordion/accordion.d.ts +10 -9
  24. package/css/components/Accordion/accordion.js +10 -9
  25. package/css/components/Accordion/accordion.mjs +10 -9
  26. package/css/components/ActionList/action-list.css +22 -20
  27. package/css/components/ActionList/action-list.d.ts +2 -2
  28. package/css/components/ActionList/action-list.js +2 -2
  29. package/css/components/ActionList/action-list.mjs +2 -2
  30. package/css/components/Alert/alert-group.css +50 -50
  31. package/css/components/Alert/alert-group.d.ts +2 -2
  32. package/css/components/Alert/alert-group.js +2 -2
  33. package/css/components/Alert/alert-group.mjs +2 -2
  34. package/css/components/Alert/alert.css +161 -159
  35. package/css/components/Alert/alert.d.ts +10 -10
  36. package/css/components/Alert/alert.js +10 -10
  37. package/css/components/Alert/alert.mjs +10 -10
  38. package/css/components/AppLauncher/app-launcher.css +167 -167
  39. package/css/components/AppLauncher/app-launcher.d.ts +12 -12
  40. package/css/components/AppLauncher/app-launcher.js +12 -12
  41. package/css/components/AppLauncher/app-launcher.mjs +12 -12
  42. package/css/components/Avatar/avatar.css +120 -123
  43. package/css/components/Avatar/avatar.d.ts +2 -3
  44. package/css/components/Avatar/avatar.js +2 -3
  45. package/css/components/Avatar/avatar.mjs +2 -3
  46. package/css/components/BackToTop/back-to-top.css +26 -25
  47. package/css/components/BackToTop/back-to-top.d.ts +2 -2
  48. package/css/components/BackToTop/back-to-top.js +2 -2
  49. package/css/components/BackToTop/back-to-top.mjs +2 -2
  50. package/css/components/Backdrop/backdrop.css +12 -8
  51. package/css/components/Backdrop/backdrop.d.ts +2 -2
  52. package/css/components/Backdrop/backdrop.js +2 -2
  53. package/css/components/Backdrop/backdrop.mjs +2 -2
  54. package/css/components/BackgroundImage/background-image.css +18 -14
  55. package/css/components/BackgroundImage/background-image.d.ts +2 -2
  56. package/css/components/BackgroundImage/background-image.js +2 -2
  57. package/css/components/BackgroundImage/background-image.mjs +2 -2
  58. package/css/components/Badge/badge.css +38 -30
  59. package/css/components/Badge/badge.d.ts +3 -3
  60. package/css/components/Badge/badge.js +3 -3
  61. package/css/components/Badge/badge.mjs +3 -3
  62. package/css/components/Banner/banner.css +126 -100
  63. package/css/components/Banner/banner.d.ts +14 -6
  64. package/css/components/Banner/banner.js +14 -6
  65. package/css/components/Banner/banner.mjs +14 -6
  66. package/css/components/Brand/brand.css +28 -28
  67. package/css/components/Brand/brand.d.ts +1 -1
  68. package/css/components/Brand/brand.js +1 -1
  69. package/css/components/Brand/brand.mjs +1 -1
  70. package/css/components/Breadcrumb/breadcrumb.css +66 -55
  71. package/css/components/Breadcrumb/breadcrumb.d.ts +9 -9
  72. package/css/components/Breadcrumb/breadcrumb.js +9 -9
  73. package/css/components/Breadcrumb/breadcrumb.mjs +9 -9
  74. package/css/components/Button/button.css +527 -483
  75. package/css/components/Button/button.d.ts +15 -13
  76. package/css/components/Button/button.js +15 -13
  77. package/css/components/Button/button.mjs +15 -13
  78. package/css/components/CalendarMonth/calendar-month.css +147 -178
  79. package/css/components/CalendarMonth/calendar-month.d.ts +14 -16
  80. package/css/components/CalendarMonth/calendar-month.js +14 -16
  81. package/css/components/CalendarMonth/calendar-month.mjs +14 -16
  82. package/css/components/Card/card.css +239 -332
  83. package/css/components/Card/card.d.ts +22 -26
  84. package/css/components/Card/card.js +22 -26
  85. package/css/components/Card/card.mjs +22 -26
  86. package/css/components/Check/check.css +55 -45
  87. package/css/components/Check/check.d.ts +6 -6
  88. package/css/components/Check/check.js +6 -6
  89. package/css/components/Check/check.mjs +6 -6
  90. package/css/components/Chip/chip-group.css +60 -60
  91. package/css/components/Chip/chip-group.d.ts +6 -6
  92. package/css/components/Chip/chip-group.js +6 -6
  93. package/css/components/Chip/chip-group.mjs +6 -6
  94. package/css/components/Chip/chip.css +83 -83
  95. package/css/components/Chip/chip.d.ts +8 -8
  96. package/css/components/Chip/chip.js +8 -8
  97. package/css/components/Chip/chip.mjs +8 -8
  98. package/css/components/ClipboardCopy/clipboard-copy.css +75 -78
  99. package/css/components/ClipboardCopy/clipboard-copy.d.ts +10 -11
  100. package/css/components/ClipboardCopy/clipboard-copy.js +10 -11
  101. package/css/components/ClipboardCopy/clipboard-copy.mjs +10 -11
  102. package/css/components/CodeBlock/code-block.css +37 -24
  103. package/css/components/CodeBlock/code-block.d.ts +6 -6
  104. package/css/components/CodeBlock/code-block.js +6 -6
  105. package/css/components/CodeBlock/code-block.mjs +6 -6
  106. package/css/components/CodeEditor/code-editor.css +133 -111
  107. package/css/components/CodeEditor/code-editor.d.ts +14 -14
  108. package/css/components/CodeEditor/code-editor.js +14 -14
  109. package/css/components/CodeEditor/code-editor.mjs +14 -14
  110. package/css/components/Consoles/AccessConsoles.css +5 -5
  111. package/css/components/Consoles/AccessConsoles.d.ts +2 -2
  112. package/css/components/Consoles/AccessConsoles.js +2 -2
  113. package/css/components/Consoles/AccessConsoles.mjs +2 -2
  114. package/css/components/Consoles/DesktopViewer.css +2 -2
  115. package/css/components/Consoles/DesktopViewer.d.ts +1 -1
  116. package/css/components/Consoles/DesktopViewer.js +1 -1
  117. package/css/components/Consoles/DesktopViewer.mjs +1 -1
  118. package/css/components/Consoles/SerialConsole.css +4 -4
  119. package/css/components/Consoles/SerialConsole.d.ts +2 -2
  120. package/css/components/Consoles/SerialConsole.js +2 -2
  121. package/css/components/Consoles/SerialConsole.mjs +2 -2
  122. package/css/components/Consoles/VncConsole.css +3 -3
  123. package/css/components/Consoles/VncConsole.d.ts +2 -2
  124. package/css/components/Consoles/VncConsole.js +2 -2
  125. package/css/components/Consoles/VncConsole.mjs +2 -2
  126. package/css/components/Content/content.css +216 -216
  127. package/css/components/Content/content.d.ts +1 -1
  128. package/css/components/Content/content.js +1 -1
  129. package/css/components/Content/content.mjs +1 -1
  130. package/css/components/ContextSelector/context-selector.css +251 -251
  131. package/css/components/ContextSelector/context-selector.d.ts +10 -10
  132. package/css/components/ContextSelector/context-selector.js +10 -10
  133. package/css/components/ContextSelector/context-selector.mjs +10 -10
  134. package/css/components/DataList/data-list-grid.css +182 -182
  135. package/css/components/DataList/data-list-grid.d.ts +4 -4
  136. package/css/components/DataList/data-list-grid.js +4 -4
  137. package/css/components/DataList/data-list-grid.mjs +4 -4
  138. package/css/components/DataList/data-list.css +486 -543
  139. package/css/components/DataList/data-list.d.ts +18 -19
  140. package/css/components/DataList/data-list.js +18 -19
  141. package/css/components/DataList/data-list.mjs +18 -19
  142. package/css/components/DatePicker/date-picker.css +38 -39
  143. package/css/components/DatePicker/date-picker.d.ts +6 -7
  144. package/css/components/DatePicker/date-picker.js +6 -7
  145. package/css/components/DatePicker/date-picker.mjs +6 -7
  146. package/css/components/DescriptionList/description-list-order.css +90 -90
  147. package/css/components/DescriptionList/description-list-order.d.ts +1 -1
  148. package/css/components/DescriptionList/description-list-order.js +1 -1
  149. package/css/components/DescriptionList/description-list-order.mjs +1 -1
  150. package/css/components/DescriptionList/description-list.css +203 -198
  151. package/css/components/DescriptionList/description-list.d.ts +7 -7
  152. package/css/components/DescriptionList/description-list.js +7 -7
  153. package/css/components/DescriptionList/description-list.mjs +7 -7
  154. package/css/components/Divider/divider.css +178 -256
  155. package/css/components/Divider/divider.d.ts +2 -1
  156. package/css/components/Divider/divider.js +2 -1
  157. package/css/components/Divider/divider.mjs +2 -1
  158. package/css/components/DragDrop/drag-drop.css +50 -45
  159. package/css/components/DragDrop/drag-drop.d.ts +3 -4
  160. package/css/components/DragDrop/drag-drop.js +3 -4
  161. package/css/components/DragDrop/drag-drop.mjs +3 -4
  162. package/css/components/Drawer/drawer.css +488 -487
  163. package/css/components/Drawer/drawer.d.ts +17 -16
  164. package/css/components/Drawer/drawer.js +17 -16
  165. package/css/components/Drawer/drawer.mjs +17 -16
  166. package/css/components/Dropdown/dropdown.css +457 -459
  167. package/css/components/Dropdown/dropdown.d.ts +21 -22
  168. package/css/components/Dropdown/dropdown.js +21 -22
  169. package/css/components/Dropdown/dropdown.mjs +21 -22
  170. package/css/components/DualListSelector/dual-list-selector.css +206 -203
  171. package/css/components/DualListSelector/dual-list-selector.d.ts +28 -29
  172. package/css/components/DualListSelector/dual-list-selector.js +28 -29
  173. package/css/components/DualListSelector/dual-list-selector.mjs +28 -29
  174. package/css/components/EmptyState/empty-state.css +112 -89
  175. package/css/components/EmptyState/empty-state.d.ts +13 -8
  176. package/css/components/EmptyState/empty-state.js +13 -8
  177. package/css/components/EmptyState/empty-state.mjs +13 -8
  178. package/css/components/ExpandableSection/expandable-section.css +120 -118
  179. package/css/components/ExpandableSection/expandable-section.d.ts +7 -9
  180. package/css/components/ExpandableSection/expandable-section.js +7 -9
  181. package/css/components/ExpandableSection/expandable-section.mjs +7 -9
  182. package/css/components/FileUpload/file-upload.css +37 -43
  183. package/css/components/FileUpload/file-upload.d.ts +6 -6
  184. package/css/components/FileUpload/file-upload.js +6 -6
  185. package/css/components/FileUpload/file-upload.mjs +6 -6
  186. package/css/components/Form/form.css +290 -340
  187. package/css/components/Form/form.d.ts +29 -33
  188. package/css/components/Form/form.js +29 -33
  189. package/css/components/Form/form.mjs +29 -33
  190. package/css/components/FormControl/form-control.css +202 -226
  191. package/css/components/FormControl/form-control.d.ts +5 -6
  192. package/css/components/FormControl/form-control.js +5 -6
  193. package/css/components/FormControl/form-control.mjs +5 -6
  194. package/css/components/HelperText/helper-text.css +54 -60
  195. package/css/components/HelperText/helper-text.d.ts +5 -6
  196. package/css/components/HelperText/helper-text.js +5 -6
  197. package/css/components/HelperText/helper-text.mjs +5 -6
  198. package/css/components/Hint/hint.css +50 -43
  199. package/css/components/Hint/hint.d.ts +9 -10
  200. package/css/components/Hint/hint.js +9 -10
  201. package/css/components/Hint/hint.mjs +9 -10
  202. package/css/components/Icon/icon.css +227 -91
  203. package/css/components/Icon/icon.d.ts +15 -4
  204. package/css/components/Icon/icon.js +15 -4
  205. package/css/components/Icon/icon.mjs +15 -4
  206. package/css/components/InlineEdit/inline-edit.css +44 -43
  207. package/css/components/InlineEdit/inline-edit.d.ts +8 -8
  208. package/css/components/InlineEdit/inline-edit.js +8 -8
  209. package/css/components/InlineEdit/inline-edit.mjs +8 -8
  210. package/css/components/InputGroup/input-group.css +55 -71
  211. package/css/components/InputGroup/input-group.d.ts +4 -5
  212. package/css/components/InputGroup/input-group.js +4 -5
  213. package/css/components/InputGroup/input-group.mjs +4 -5
  214. package/css/components/JumpLinks/jump-links.css +186 -186
  215. package/css/components/JumpLinks/jump-links.d.ts +12 -12
  216. package/css/components/JumpLinks/jump-links.js +12 -12
  217. package/css/components/JumpLinks/jump-links.mjs +12 -12
  218. package/css/components/Label/label-group.css +90 -95
  219. package/css/components/Label/label-group.d.ts +8 -8
  220. package/css/components/Label/label-group.js +8 -8
  221. package/css/components/Label/label-group.mjs +8 -8
  222. package/css/components/Label/label.css +461 -424
  223. package/css/components/Label/label.d.ts +23 -15
  224. package/css/components/Label/label.js +23 -15
  225. package/css/components/Label/label.mjs +23 -15
  226. package/css/components/List/list.css +53 -53
  227. package/css/components/List/list.d.ts +3 -3
  228. package/css/components/List/list.js +3 -3
  229. package/css/components/List/list.mjs +3 -3
  230. package/css/components/LogViewer/log-viewer.css +138 -138
  231. package/css/components/LogViewer/log-viewer.d.ts +14 -14
  232. package/css/components/LogViewer/log-viewer.js +14 -14
  233. package/css/components/LogViewer/log-viewer.mjs +14 -14
  234. package/css/components/Login/login.css +153 -197
  235. package/css/components/Login/login.d.ts +18 -20
  236. package/css/components/Login/login.js +18 -20
  237. package/css/components/Login/login.mjs +18 -20
  238. package/css/components/Masthead/masthead.css +397 -571
  239. package/css/components/Masthead/masthead.d.ts +11 -46
  240. package/css/components/Masthead/masthead.js +11 -46
  241. package/css/components/Masthead/masthead.mjs +11 -46
  242. package/css/components/Menu/menu.css +390 -514
  243. package/css/components/Menu/menu.d.ts +30 -31
  244. package/css/components/Menu/menu.js +30 -31
  245. package/css/components/Menu/menu.mjs +30 -31
  246. package/css/components/MenuToggle/menu-toggle.css +338 -353
  247. package/css/components/MenuToggle/menu-toggle.d.ts +21 -17
  248. package/css/components/MenuToggle/menu-toggle.js +21 -17
  249. package/css/components/MenuToggle/menu-toggle.mjs +21 -17
  250. package/css/components/ModalBox/modal-box.css +135 -124
  251. package/css/components/ModalBox/modal-box.d.ts +12 -13
  252. package/css/components/ModalBox/modal-box.js +12 -13
  253. package/css/components/ModalBox/modal-box.mjs +12 -13
  254. package/css/components/MultipleFileUpload/multiple-file-upload.css +169 -142
  255. package/css/components/MultipleFileUpload/multiple-file-upload.d.ts +17 -18
  256. package/css/components/MultipleFileUpload/multiple-file-upload.js +17 -18
  257. package/css/components/MultipleFileUpload/multiple-file-upload.mjs +17 -18
  258. package/css/components/Nav/nav.css +228 -950
  259. package/css/components/Nav/nav.d.ts +21 -31
  260. package/css/components/Nav/nav.js +21 -31
  261. package/css/components/Nav/nav.mjs +21 -31
  262. package/css/components/NotificationBadge/notification-badge.css +66 -66
  263. package/css/components/NotificationBadge/notification-badge.d.ts +1 -1
  264. package/css/components/NotificationBadge/notification-badge.js +1 -1
  265. package/css/components/NotificationBadge/notification-badge.mjs +1 -1
  266. package/css/components/NotificationDrawer/notification-drawer.css +187 -198
  267. package/css/components/NotificationDrawer/notification-drawer.d.ts +22 -22
  268. package/css/components/NotificationDrawer/notification-drawer.js +22 -22
  269. package/css/components/NotificationDrawer/notification-drawer.mjs +22 -22
  270. package/css/components/NumberInput/number-input.css +23 -23
  271. package/css/components/NumberInput/number-input.d.ts +5 -8
  272. package/css/components/NumberInput/number-input.js +5 -8
  273. package/css/components/NumberInput/number-input.mjs +5 -8
  274. package/css/components/OptionsMenu/options-menu.css +190 -190
  275. package/css/components/OptionsMenu/options-menu.d.ts +13 -13
  276. package/css/components/OptionsMenu/options-menu.js +13 -13
  277. package/css/components/OptionsMenu/options-menu.mjs +13 -13
  278. package/css/components/OverflowMenu/overflow-menu.css +23 -53
  279. package/css/components/OverflowMenu/overflow-menu.d.ts +6 -8
  280. package/css/components/OverflowMenu/overflow-menu.js +6 -8
  281. package/css/components/OverflowMenu/overflow-menu.mjs +6 -8
  282. package/css/components/Page/page.css +608 -613
  283. package/css/components/Page/page.d.ts +34 -33
  284. package/css/components/Page/page.js +34 -33
  285. package/css/components/Page/page.mjs +34 -33
  286. package/css/components/Pagination/pagination.css +232 -299
  287. package/css/components/Pagination/pagination.d.ts +8 -11
  288. package/css/components/Pagination/pagination.js +8 -11
  289. package/css/components/Pagination/pagination.mjs +8 -11
  290. package/css/components/Panel/panel.css +75 -71
  291. package/css/components/Panel/panel.d.ts +6 -6
  292. package/css/components/Panel/panel.js +6 -6
  293. package/css/components/Panel/panel.mjs +6 -6
  294. package/css/components/Popover/popover.css +148 -159
  295. package/css/components/Popover/popover.d.ts +10 -11
  296. package/css/components/Popover/popover.js +10 -11
  297. package/css/components/Popover/popover.mjs +10 -11
  298. package/css/components/Popper/Popper.css +1 -1
  299. package/css/components/Popper/Popper.d.ts +1 -1
  300. package/css/components/Popper/Popper.js +1 -1
  301. package/css/components/Popper/Popper.mjs +1 -1
  302. package/css/components/Progress/progress.css +83 -97
  303. package/css/components/Progress/progress.d.ts +8 -9
  304. package/css/components/Progress/progress.js +8 -9
  305. package/css/components/Progress/progress.mjs +8 -9
  306. package/css/components/ProgressStepper/progress-stepper.css +522 -519
  307. package/css/components/ProgressStepper/progress-stepper.d.ts +9 -8
  308. package/css/components/ProgressStepper/progress-stepper.js +9 -8
  309. package/css/components/ProgressStepper/progress-stepper.mjs +9 -8
  310. package/css/components/Radio/radio.css +57 -43
  311. package/css/components/Radio/radio.d.ts +5 -5
  312. package/css/components/Radio/radio.js +5 -5
  313. package/css/components/Radio/radio.mjs +5 -5
  314. package/css/components/Select/select.css +423 -423
  315. package/css/components/Select/select.d.ts +34 -34
  316. package/css/components/Select/select.js +34 -34
  317. package/css/components/Select/select.mjs +34 -34
  318. package/css/components/Sidebar/sidebar.css +254 -243
  319. package/css/components/Sidebar/sidebar.d.ts +5 -4
  320. package/css/components/Sidebar/sidebar.js +5 -4
  321. package/css/components/Sidebar/sidebar.mjs +5 -4
  322. package/css/components/SimpleList/simple-list.css +55 -75
  323. package/css/components/SimpleList/simple-list.d.ts +5 -5
  324. package/css/components/SimpleList/simple-list.js +5 -5
  325. package/css/components/SimpleList/simple-list.mjs +5 -5
  326. package/css/components/Skeleton/skeleton.css +115 -117
  327. package/css/components/Skeleton/skeleton.d.ts +2 -3
  328. package/css/components/Skeleton/skeleton.js +2 -3
  329. package/css/components/Skeleton/skeleton.mjs +2 -3
  330. package/css/components/SkipToContent/skip-to-content.css +11 -8
  331. package/css/components/SkipToContent/skip-to-content.d.ts +1 -1
  332. package/css/components/SkipToContent/skip-to-content.js +1 -1
  333. package/css/components/SkipToContent/skip-to-content.mjs +1 -1
  334. package/css/components/Slider/slider.css +150 -146
  335. package/css/components/Slider/slider.d.ts +13 -13
  336. package/css/components/Slider/slider.js +13 -13
  337. package/css/components/Slider/slider.mjs +13 -13
  338. package/css/components/Spinner/spinner.css +39 -56
  339. package/css/components/Spinner/spinner.d.ts +2 -2
  340. package/css/components/Spinner/spinner.js +2 -2
  341. package/css/components/Spinner/spinner.mjs +2 -2
  342. package/css/components/Switch/switch.css +98 -94
  343. package/css/components/Switch/switch.d.ts +6 -7
  344. package/css/components/Switch/switch.js +6 -7
  345. package/css/components/Switch/switch.mjs +6 -7
  346. package/css/components/TabContent/tab-content.css +37 -31
  347. package/css/components/TabContent/tab-content.d.ts +3 -3
  348. package/css/components/TabContent/tab-content.js +3 -3
  349. package/css/components/TabContent/tab-content.mjs +3 -3
  350. package/css/components/Table/inline-edit.css +31 -31
  351. package/css/components/Table/inline-edit.d.ts +2 -2
  352. package/css/components/Table/inline-edit.js +2 -2
  353. package/css/components/Table/inline-edit.mjs +2 -2
  354. package/css/components/Table/table-grid.css +911 -932
  355. package/css/components/Table/table-grid.d.ts +19 -19
  356. package/css/components/Table/table-grid.js +19 -19
  357. package/css/components/Table/table-grid.mjs +19 -19
  358. package/css/components/Table/table-scrollable.css +44 -39
  359. package/css/components/Table/table-scrollable.d.ts +4 -4
  360. package/css/components/Table/table-scrollable.js +4 -4
  361. package/css/components/Table/table-scrollable.mjs +4 -4
  362. package/css/components/Table/table-tree-view.css +504 -499
  363. package/css/components/Table/table-tree-view.d.ts +19 -18
  364. package/css/components/Table/table-tree-view.js +19 -18
  365. package/css/components/Table/table-tree-view.mjs +19 -18
  366. package/css/components/Table/table.css +615 -848
  367. package/css/components/Table/table.d.ts +36 -34
  368. package/css/components/Table/table.js +36 -34
  369. package/css/components/Table/table.mjs +36 -34
  370. package/css/components/Tabs/tabs.css +623 -656
  371. package/css/components/Tabs/tabs.d.ts +18 -21
  372. package/css/components/Tabs/tabs.js +18 -21
  373. package/css/components/Tabs/tabs.mjs +18 -21
  374. package/css/components/TextInputGroup/text-input-group.css +91 -105
  375. package/css/components/TextInputGroup/text-input-group.d.ts +8 -10
  376. package/css/components/TextInputGroup/text-input-group.js +8 -10
  377. package/css/components/TextInputGroup/text-input-group.mjs +8 -10
  378. package/css/components/Tile/tile.css +72 -113
  379. package/css/components/Tile/tile.d.ts +5 -6
  380. package/css/components/Tile/tile.js +5 -6
  381. package/css/components/Tile/tile.mjs +5 -6
  382. package/css/components/Timestamp/timestamp.css +31 -28
  383. package/css/components/Timestamp/timestamp.d.ts +1 -1
  384. package/css/components/Timestamp/timestamp.js +1 -1
  385. package/css/components/Timestamp/timestamp.mjs +1 -1
  386. package/css/components/Title/title.css +101 -50
  387. package/css/components/Title/title.d.ts +8 -2
  388. package/css/components/Title/title.js +8 -2
  389. package/css/components/Title/title.mjs +8 -2
  390. package/css/components/ToggleGroup/toggle-group.css +94 -88
  391. package/css/components/ToggleGroup/toggle-group.d.ts +5 -6
  392. package/css/components/ToggleGroup/toggle-group.js +5 -6
  393. package/css/components/ToggleGroup/toggle-group.mjs +5 -6
  394. package/css/components/Toolbar/toolbar.css +2605 -1032
  395. package/css/components/Toolbar/toolbar.d.ts +418 -111
  396. package/css/components/Toolbar/toolbar.js +418 -111
  397. package/css/components/Toolbar/toolbar.mjs +418 -111
  398. package/css/components/Tooltip/tooltip.css +88 -90
  399. package/css/components/Tooltip/tooltip.d.ts +3 -4
  400. package/css/components/Tooltip/tooltip.js +3 -4
  401. package/css/components/Tooltip/tooltip.mjs +3 -4
  402. package/css/components/TreeView/tree-view.css +366 -387
  403. package/css/components/TreeView/tree-view.d.ts +16 -20
  404. package/css/components/TreeView/tree-view.js +16 -20
  405. package/css/components/TreeView/tree-view.mjs +16 -20
  406. package/css/components/Truncate/truncate.css +18 -14
  407. package/css/components/Truncate/truncate.d.ts +4 -4
  408. package/css/components/Truncate/truncate.js +4 -4
  409. package/css/components/Truncate/truncate.mjs +4 -4
  410. package/css/components/Wizard/wizard.css +283 -366
  411. package/css/components/Wizard/wizard.d.ts +28 -31
  412. package/css/components/Wizard/wizard.js +28 -31
  413. package/css/components/Wizard/wizard.mjs +28 -31
  414. package/css/docs/components/Brand/examples/Brand.css +12 -0
  415. package/css/docs/components/Brand/examples/Brand.d.ts +10 -0
  416. package/css/docs/components/Brand/examples/Brand.js +11 -0
  417. package/css/docs/components/Brand/examples/Brand.mjs +9 -0
  418. package/css/docs/components/Button/examples/Button.css +5 -1
  419. package/css/docs/components/Button/examples/Button.d.ts +1 -1
  420. package/css/docs/components/Button/examples/Button.js +1 -1
  421. package/css/docs/components/Button/examples/Button.mjs +1 -1
  422. package/css/docs/components/Divider/examples/Divider.css +3 -1
  423. package/css/docs/components/DragDrop/examples/DragDrop.css +3 -3
  424. package/css/docs/components/DragDrop/examples/DragDrop.d.ts +1 -1
  425. package/css/docs/components/DragDrop/examples/DragDrop.js +1 -1
  426. package/css/docs/components/DragDrop/examples/DragDrop.mjs +1 -1
  427. package/css/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
  428. package/css/docs/components/Dropdown/deprecated/Dropdown.d.ts +1 -1
  429. package/css/docs/components/Dropdown/deprecated/Dropdown.js +1 -1
  430. package/css/docs/components/Dropdown/deprecated/Dropdown.mjs +1 -1
  431. package/css/docs/components/Label/examples/Label.css +6 -2
  432. package/css/docs/components/Label/examples/Label.d.ts +1 -1
  433. package/css/docs/components/Label/examples/Label.js +1 -1
  434. package/css/docs/components/Label/examples/Label.mjs +1 -1
  435. package/css/docs/components/LogViewer/examples/LogViewer.css +2 -2
  436. package/css/docs/components/LogViewer/examples/LogViewer.d.ts +1 -1
  437. package/css/docs/components/LogViewer/examples/LogViewer.js +1 -1
  438. package/css/docs/components/LogViewer/examples/LogViewer.mjs +1 -1
  439. package/css/docs/components/Menu/examples/Menu.css +8 -12
  440. package/css/docs/components/Menu/examples/Menu.d.ts +3 -2
  441. package/css/docs/components/Menu/examples/Menu.js +3 -2
  442. package/css/docs/components/Menu/examples/Menu.mjs +3 -2
  443. package/css/docs/components/Nav/examples/Navigation.css +21 -26
  444. package/css/docs/components/Nav/examples/Navigation.d.ts +2 -4
  445. package/css/docs/components/Nav/examples/Navigation.js +2 -4
  446. package/css/docs/components/Nav/examples/Navigation.mjs +2 -4
  447. package/css/docs/components/OverflowMenu/examples/overflow-menu.css +4 -4
  448. package/css/docs/components/OverflowMenu/examples/overflow-menu.d.ts +2 -2
  449. package/css/docs/components/OverflowMenu/examples/overflow-menu.js +2 -2
  450. package/css/docs/components/OverflowMenu/examples/overflow-menu.mjs +2 -2
  451. package/css/docs/components/Page/deprecated/PageHeader.css +4 -4
  452. package/css/docs/components/Page/deprecated/PageHeader.d.ts +3 -3
  453. package/css/docs/components/Page/deprecated/PageHeader.js +3 -3
  454. package/css/docs/components/Page/deprecated/PageHeader.mjs +3 -3
  455. package/css/docs/components/Skeleton/examples/Skeleton.css +1 -1
  456. package/css/docs/components/Skeleton/examples/Skeleton.d.ts +1 -1
  457. package/css/docs/components/Skeleton/examples/Skeleton.js +1 -1
  458. package/css/docs/components/Skeleton/examples/Skeleton.mjs +1 -1
  459. package/css/docs/components/Table/examples/Table.css +6 -8
  460. package/css/docs/components/Table/examples/Table.d.ts +1 -1
  461. package/css/docs/components/Table/examples/Table.js +1 -1
  462. package/css/docs/components/Table/examples/Table.mjs +1 -1
  463. package/css/docs/components/TextInputGroup/examples/TextInputGroup.css +4 -3
  464. package/css/docs/components/TextInputGroup/examples/TextInputGroup.d.ts +2 -2
  465. package/css/docs/components/TextInputGroup/examples/TextInputGroup.js +2 -2
  466. package/css/docs/components/TextInputGroup/examples/TextInputGroup.mjs +2 -2
  467. package/css/docs/components/Tile/examples/Tile.css +5 -5
  468. package/css/docs/components/Tile/examples/Tile.d.ts +1 -1
  469. package/css/docs/components/Tile/examples/Tile.js +1 -1
  470. package/css/docs/components/Tile/examples/Tile.mjs +1 -1
  471. package/css/docs/components/Toolbar/examples/Toolbar.css +48 -38
  472. package/css/docs/components/Toolbar/examples/Toolbar.d.ts +4 -3
  473. package/css/docs/components/Toolbar/examples/Toolbar.js +4 -3
  474. package/css/docs/components/Toolbar/examples/Toolbar.mjs +4 -3
  475. package/css/docs/components/Tooltip/examples/Tooltip.css +1 -1
  476. package/css/docs/components/Truncate/examples/Truncate.css +3 -3
  477. package/css/docs/components/Truncate/examples/Truncate.d.ts +1 -1
  478. package/css/docs/components/Truncate/examples/Truncate.js +1 -1
  479. package/css/docs/components/Truncate/examples/Truncate.mjs +1 -1
  480. package/css/docs/demos/Card/examples/Card.css +6 -6
  481. package/css/docs/demos/Card/examples/Card.d.ts +2 -2
  482. package/css/docs/demos/Card/examples/Card.js +2 -2
  483. package/css/docs/demos/Card/examples/Card.mjs +2 -2
  484. package/css/docs/demos/Toolbar/examples/Toolbar.css +10 -0
  485. package/css/docs/demos/Toolbar/examples/Toolbar.d.ts +6 -1
  486. package/css/docs/demos/Toolbar/examples/Toolbar.js +6 -1
  487. package/css/docs/demos/Toolbar/examples/Toolbar.mjs +6 -1
  488. package/css/docs/layouts/Bullseye/examples/Bullseye.css +4 -4
  489. package/css/docs/layouts/Bullseye/examples/Bullseye.d.ts +2 -2
  490. package/css/docs/layouts/Bullseye/examples/Bullseye.js +2 -2
  491. package/css/docs/layouts/Bullseye/examples/Bullseye.mjs +2 -2
  492. package/css/docs/layouts/Flex/examples/Flex.css +4 -4
  493. package/css/docs/layouts/Flex/examples/Flex.d.ts +2 -2
  494. package/css/docs/layouts/Flex/examples/Flex.js +2 -2
  495. package/css/docs/layouts/Flex/examples/Flex.mjs +2 -2
  496. package/css/docs/layouts/Gallery/examples/Gallery.css +4 -4
  497. package/css/docs/layouts/Gallery/examples/Gallery.d.ts +2 -2
  498. package/css/docs/layouts/Gallery/examples/Gallery.js +2 -2
  499. package/css/docs/layouts/Gallery/examples/Gallery.mjs +2 -2
  500. package/css/docs/layouts/Grid/examples/Grid.css +3 -3
  501. package/css/docs/layouts/Grid/examples/Grid.d.ts +1 -1
  502. package/css/docs/layouts/Grid/examples/Grid.js +1 -1
  503. package/css/docs/layouts/Grid/examples/Grid.mjs +1 -1
  504. package/css/docs/layouts/Level/examples/Level.css +5 -5
  505. package/css/docs/layouts/Level/examples/Level.d.ts +2 -2
  506. package/css/docs/layouts/Level/examples/Level.js +2 -2
  507. package/css/docs/layouts/Level/examples/Level.mjs +2 -2
  508. package/css/docs/layouts/Split/examples/Split.css +4 -4
  509. package/css/docs/layouts/Split/examples/Split.d.ts +2 -2
  510. package/css/docs/layouts/Split/examples/Split.js +2 -2
  511. package/css/docs/layouts/Split/examples/Split.mjs +2 -2
  512. package/css/docs/layouts/Stack/examples/Stack.css +5 -5
  513. package/css/docs/layouts/Stack/examples/Stack.d.ts +2 -2
  514. package/css/docs/layouts/Stack/examples/Stack.js +2 -2
  515. package/css/docs/layouts/Stack/examples/Stack.mjs +2 -2
  516. package/css/docs/utilities/Alignment/examples/Alignment.css +4 -4
  517. package/css/docs/utilities/Alignment/examples/Alignment.d.ts +4 -4
  518. package/css/docs/utilities/Alignment/examples/Alignment.js +4 -4
  519. package/css/docs/utilities/Alignment/examples/Alignment.mjs +4 -4
  520. package/css/docs/utilities/BoxShadow/examples/box-shadow.css +11 -11
  521. package/css/docs/utilities/Display/examples/Display.css +8 -8
  522. package/css/docs/utilities/Display/examples/Display.d.ts +8 -8
  523. package/css/docs/utilities/Display/examples/Display.js +8 -8
  524. package/css/docs/utilities/Display/examples/Display.mjs +8 -8
  525. package/css/docs/utilities/Flex/examples/Flex.css +5 -5
  526. package/css/docs/utilities/Flex/examples/Flex.d.ts +2 -2
  527. package/css/docs/utilities/Flex/examples/Flex.js +2 -2
  528. package/css/docs/utilities/Flex/examples/Flex.mjs +2 -2
  529. package/css/docs/utilities/Float/examples/Float.css +2 -2
  530. package/css/docs/utilities/Float/examples/Float.d.ts +2 -2
  531. package/css/docs/utilities/Float/examples/Float.js +2 -2
  532. package/css/docs/utilities/Float/examples/Float.mjs +2 -2
  533. package/css/docs/utilities/Sizing/examples/Sizing.css +4 -4
  534. package/css/docs/utilities/Sizing/examples/Sizing.d.ts +4 -4
  535. package/css/docs/utilities/Sizing/examples/Sizing.js +4 -4
  536. package/css/docs/utilities/Sizing/examples/Sizing.mjs +4 -4
  537. package/css/docs/utilities/Spacing/examples/Spacing.css +1 -1
  538. package/css/docs/utilities/Spacing/examples/Spacing.d.ts +1 -1
  539. package/css/docs/utilities/Spacing/examples/Spacing.js +1 -1
  540. package/css/docs/utilities/Spacing/examples/Spacing.mjs +1 -1
  541. package/css/layouts/Bullseye/bullseye.css +7 -3
  542. package/css/layouts/Bullseye/bullseye.d.ts +1 -1
  543. package/css/layouts/Bullseye/bullseye.js +1 -1
  544. package/css/layouts/Bullseye/bullseye.mjs +1 -1
  545. package/css/layouts/Flex/flex.css +1280 -1276
  546. package/css/layouts/Flex/flex.d.ts +1 -1
  547. package/css/layouts/Flex/flex.js +1 -1
  548. package/css/layouts/Flex/flex.mjs +1 -1
  549. package/css/layouts/Gallery/gallery.css +38 -34
  550. package/css/layouts/Gallery/gallery.d.ts +1 -1
  551. package/css/layouts/Gallery/gallery.js +1 -1
  552. package/css/layouts/Gallery/gallery.mjs +1 -1
  553. package/css/layouts/Grid/grid.css +535 -531
  554. package/css/layouts/Grid/grid.d.ts +2 -2
  555. package/css/layouts/Grid/grid.js +2 -2
  556. package/css/layouts/Grid/grid.mjs +2 -2
  557. package/css/layouts/Level/level.css +8 -4
  558. package/css/layouts/Level/level.d.ts +1 -1
  559. package/css/layouts/Level/level.js +1 -1
  560. package/css/layouts/Level/level.mjs +1 -1
  561. package/css/layouts/Split/split.css +10 -6
  562. package/css/layouts/Split/split.d.ts +2 -2
  563. package/css/layouts/Split/split.js +2 -2
  564. package/css/layouts/Split/split.mjs +2 -2
  565. package/css/layouts/Stack/stack.css +9 -5
  566. package/css/layouts/Stack/stack.d.ts +2 -2
  567. package/css/layouts/Stack/stack.js +2 -2
  568. package/css/layouts/Stack/stack.mjs +2 -2
  569. package/css/layouts/Toolbar/toolbar.css +8 -8
  570. package/css/utilities/Accessibility/accessibility.css +18 -18
  571. package/css/utilities/Accessibility/accessibility.d.ts +18 -18
  572. package/css/utilities/Accessibility/accessibility.js +18 -18
  573. package/css/utilities/Accessibility/accessibility.mjs +18 -18
  574. package/css/utilities/Alignment/alignment.css +36 -36
  575. package/css/utilities/Alignment/alignment.d.ts +24 -24
  576. package/css/utilities/Alignment/alignment.js +24 -24
  577. package/css/utilities/Alignment/alignment.mjs +24 -24
  578. package/css/utilities/BackgroundColor/BackgroundColor.css +36 -383
  579. package/css/utilities/BackgroundColor/BackgroundColor.d.ts +18 -97
  580. package/css/utilities/BackgroundColor/BackgroundColor.js +18 -97
  581. package/css/utilities/BackgroundColor/BackgroundColor.mjs +18 -97
  582. package/css/utilities/BoxShadow/box-shadow.css +30 -54
  583. package/css/utilities/BoxShadow/box-shadow.d.ts +15 -21
  584. package/css/utilities/BoxShadow/box-shadow.js +15 -21
  585. package/css/utilities/BoxShadow/box-shadow.mjs +15 -21
  586. package/css/utilities/Display/display.css +54 -54
  587. package/css/utilities/Display/display.d.ts +54 -54
  588. package/css/utilities/Display/display.js +54 -54
  589. package/css/utilities/Display/display.mjs +54 -54
  590. package/css/utilities/Flex/flex.css +228 -228
  591. package/css/utilities/Flex/flex.d.ts +228 -228
  592. package/css/utilities/Flex/flex.js +228 -228
  593. package/css/utilities/Flex/flex.mjs +228 -228
  594. package/css/utilities/Float/float.css +24 -24
  595. package/css/utilities/Float/float.d.ts +12 -12
  596. package/css/utilities/Float/float.js +12 -12
  597. package/css/utilities/Float/float.mjs +12 -12
  598. package/css/utilities/Sizing/sizing.css +244 -244
  599. package/css/utilities/Sizing/sizing.d.ts +196 -196
  600. package/css/utilities/Sizing/sizing.js +196 -196
  601. package/css/utilities/Sizing/sizing.mjs +196 -196
  602. package/css/utilities/Spacing/spacing.css +1512 -1512
  603. package/css/utilities/Spacing/spacing.d.ts +840 -840
  604. package/css/utilities/Spacing/spacing.js +840 -840
  605. package/css/utilities/Spacing/spacing.mjs +840 -840
  606. package/css/utilities/Text/text.css +481 -724
  607. package/css/utilities/Text/text.d.ts +250 -278
  608. package/css/utilities/Text/text.js +250 -278
  609. package/css/utilities/Text/text.mjs +250 -278
  610. package/package.json +3 -3
  611. package/scripts/generateClassMaps.js +1 -1
  612. package/src/css/components/Consoles/AccessConsoles.css +5 -5
  613. package/src/css/components/Consoles/DesktopViewer.css +2 -2
  614. package/src/css/components/Consoles/SerialConsole.css +4 -4
  615. package/src/css/components/Consoles/VncConsole.css +3 -3
  616. package/src/css/components/Popper/Popper.css +1 -1
  617. package/src/css/components/Table/inline-edit.css +31 -31
  618. package/src/css/layouts/Toolbar/toolbar.css +8 -8
  619. package/css/docs/components/Avatar/examples/Avatar.css +0 -3
  620. package/css/docs/components/Avatar/examples/Avatar.d.ts +0 -3
  621. package/css/docs/components/Avatar/examples/Avatar.js +0 -4
  622. package/css/docs/components/Avatar/examples/Avatar.mjs +0 -2
  623. package/css/docs/components/Breadcrumb/examples/Breadcrumb.css +0 -3
  624. package/css/docs/components/Breadcrumb/examples/Breadcrumb.d.ts +0 -3
  625. package/css/docs/components/Breadcrumb/examples/Breadcrumb.js +0 -4
  626. package/css/docs/components/Breadcrumb/examples/Breadcrumb.mjs +0 -2
  627. package/css/docs/components/Tabs/examples/Tabs.css +0 -10
  628. package/css/docs/components/Tabs/examples/Tabs.d.ts +0 -6
  629. package/css/docs/components/Tabs/examples/Tabs.js +0 -7
  630. package/css/docs/components/Tabs/examples/Tabs.mjs +0 -5
  631. package/css/docs/components/ToggleGroup/examples/toggle-group.css +0 -4
  632. package/css/docs/components/ToggleGroup/examples/toggle-group.d.ts +0 -5
  633. package/css/docs/components/ToggleGroup/examples/toggle-group.js +0 -6
  634. package/css/docs/components/ToggleGroup/examples/toggle-group.mjs +0 -4
  635. package/css/docs/utilities/Text/examples/Text.css +0 -0
  636. package/css/docs/utilities/Text/examples/Text.d.ts +0 -3
  637. package/css/docs/utilities/Text/examples/Text.js +0 -4
  638. package/css/docs/utilities/Text/examples/Text.mjs +0 -2
  639. package/css/utilities/BackgroundColor/themes/dark/BackgroundColor.css +0 -0
  640. package/css/utilities/BackgroundColor/themes/dark/BackgroundColor.d.ts +0 -3
  641. package/css/utilities/BackgroundColor/themes/dark/BackgroundColor.js +0 -4
  642. package/css/utilities/BackgroundColor/themes/dark/BackgroundColor.mjs +0 -2
  643. package/css/utilities/Text/themes/dark/text.css +0 -0
  644. package/css/utilities/Text/themes/dark/text.d.ts +0 -3
  645. package/css/utilities/Text/themes/dark/text.js +0 -4
  646. package/css/utilities/Text/themes/dark/text.mjs +0 -2
@@ -1,287 +1,276 @@
1
- .pf-v5-c-notification-drawer {
2
- --pf-v5-c-notification-drawer--BackgroundColor: var(--pf-v5-global--BackgroundColor--200);
3
- --pf-v5-c-notification-drawer__header--PaddingTop: var(--pf-v5-global--spacer--md);
4
- --pf-v5-c-notification-drawer__header--PaddingRight: var(--pf-v5-global--spacer--md);
5
- --pf-v5-c-notification-drawer__header--PaddingBottom: var(--pf-v5-global--spacer--md);
6
- --pf-v5-c-notification-drawer__header--PaddingLeft: var(--pf-v5-global--spacer--md);
7
- --pf-v5-c-notification-drawer__header--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
8
- --pf-v5-c-notification-drawer__header--BoxShadow: var(--pf-v5-global--BoxShadow--sm-bottom);
9
- --pf-v5-c-notification-drawer__header--ZIndex: var(--pf-v5-global--ZIndex--sm);
10
- --pf-v5-c-notification-drawer__header-title--FontSize: var(--pf-v5-global--FontSize--xl);
11
- --pf-v5-c-notification-drawer__header-status--MarginLeft: var(--pf-v5-global--spacer--md);
12
- --pf-v5-c-notification-drawer__body--ZIndex: var(--pf-v5-global--ZIndex--xs);
13
- --pf-v5-c-notification-drawer__list-item--PaddingTop: var(--pf-v5-global--spacer--md);
14
- --pf-v5-c-notification-drawer__list-item--PaddingRight: var(--pf-v5-global--spacer--md);
15
- --pf-v5-c-notification-drawer__list-item--PaddingBottom: var(--pf-v5-global--spacer--md);
16
- --pf-v5-c-notification-drawer__list-item--PaddingLeft: var(--pf-v5-global--spacer--md);
17
- --pf-v5-c-notification-drawer__list-item--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
18
- --pf-v5-c-notification-drawer__list-item--BoxShadow: inset var(--pf-v5-global--BoxShadow--sm-bottom);
19
- --pf-v5-c-notification-drawer__list-item--BorderBottomWidth: var(--pf-v5-global--BorderWidth--sm);
20
- --pf-v5-c-notification-drawer__list-item--BorderBottomColor: transparent;
21
- --pf-v5-c-notification-drawer__list-item--OutlineOffset: -0.25rem;
22
- --pf-v5-c-notification-drawer__list-item--before--Width: var(--pf-v5-global--BorderWidth--lg);
23
- --pf-v5-c-notification-drawer__list-item--before--Top: 0;
24
- --pf-v5-c-notification-drawer__list-item--before--Bottom: calc(var(--pf-v5-c-notification-drawer__list-item--BorderBottomWidth) * -1);
25
- --pf-v5-c-notification-drawer__list-item--m-info__list-item-header-icon--Color: var(--pf-v5-global--info-color--100);
26
- --pf-v5-c-notification-drawer__list-item--m-info__list-item--before--BackgroundColor: var(--pf-v5-global--info-color--100);
27
- --pf-v5-c-notification-drawer__list-item--m-warning__list-item-header-icon--Color: var(--pf-v5-global--warning-color--100);
28
- --pf-v5-c-notification-drawer__list-item--m-warning__list-item--before--BackgroundColor: var(--pf-v5-global--warning-color--100);
29
- --pf-v5-c-notification-drawer__list-item--m-danger__list-item-header-icon--Color: var(--pf-v5-global--danger-color--100);
30
- --pf-v5-c-notification-drawer__list-item--m-danger__list-item--before--BackgroundColor: var(--pf-v5-global--danger-color--100);
31
- --pf-v5-c-notification-drawer__list-item--m-success__list-item-header-icon--Color: var(--pf-v5-global--success-color--100);
32
- --pf-v5-c-notification-drawer__list-item--m-success__list-item--before--BackgroundColor: var(--pf-v5-global--success-color--100);
33
- --pf-v5-c-notification-drawer__list-item--m-custom__list-item-header-icon--Color: var(--pf-v5-global--custom-color--200);
34
- --pf-v5-c-notification-drawer__list-item--m-custom__list-item--before--BackgroundColor: var(--pf-v5-global--custom-color--200);
35
- --pf-v5-c-notification-drawer__list-item--m-read--BackgroundColor: var(--pf-v5-global--BackgroundColor--200);
36
- --pf-v5-c-notification-drawer__list-item--m-read--BorderBottomColor: var(--pf-v5-global--BorderColor--100);
37
- --pf-v5-c-notification-drawer__list-item--m-read--before--Top: calc(var(--pf-v5-c-notification-drawer__list-item--BorderBottomWidth) * -1);
38
- --pf-v5-c-notification-drawer__list-item--m-read--before--Bottom: 0;
39
- --pf-v5-c-notification-drawer__list-item--m-read--before--BackgroundColor: transparent;
40
- --pf-v5-c-notification-drawer__list-item--list-item--m-read--before--Top: 0;
41
- --pf-v5-c-notification-drawer__list-item--list-item--m-read--BoxShadow: inset var(--pf-v5-global--BoxShadow--sm-bottom);
42
- --pf-v5-c-notification-drawer__list-item--m-hoverable--hover--ZIndex: var(--pf-v5-global--ZIndex--xs);
43
- --pf-v5-c-notification-drawer__list-item--m-hoverable--hover--BoxShadow: var(--pf-v5-global--BoxShadow--md-top), var(--pf-v5-global--BoxShadow--md-bottom);
44
- --pf-v5-c-notification-drawer__list-item-header--MarginBottom: var(--pf-v5-global--spacer--xs);
45
- --pf-v5-c-notification-drawer__list-item-header-icon--Color: inherit;
46
- --pf-v5-c-notification-drawer__list-item-header-icon--MarginRight: var(--pf-v5-global--spacer--sm);
47
- --pf-v5-c-notification-drawer__list-item-header-title--FontWeight: var(--pf-v5-global--FontWeight--bold);
48
- --pf-v5-c-notification-drawer__list-item-header-title--max-lines: 1;
49
- --pf-v5-c-notification-drawer__list-item--m-read__list-item-header-title--FontWeight: var(--pf-v5-global--FontWeight--normal);
50
- --pf-v5-c-notification-drawer__list-item-description--MarginBottom: var(--pf-v5-global--spacer--sm);
51
- --pf-v5-c-notification-drawer__list-item-timestamp--Color: var(--pf-v5-global--Color--200);
52
- --pf-v5-c-notification-drawer__list-item-timestamp--FontSize: var(--pf-v5-global--FontSize--sm);
53
- --pf-v5-c-notification-drawer__group--m-expanded--group--BorderTopWidth: var(--pf-v5-global--BorderWidth--sm);
54
- --pf-v5-c-notification-drawer__group--m-expanded--group--BorderTopColor: var(--pf-v5-global--BorderColor--100);
55
- --pf-v5-c-notification-drawer__group--m-expanded--MinHeight: 0;
56
- --pf-v5-c-notification-drawer__group-toggle--PaddingTop: var(--pf-v5-global--spacer--md);
57
- --pf-v5-c-notification-drawer__group-toggle--PaddingRight: var(--pf-v5-global--spacer--md);
58
- --pf-v5-c-notification-drawer__group-toggle--PaddingBottom: var(--pf-v5-global--spacer--md);
59
- --pf-v5-c-notification-drawer__group-toggle--PaddingLeft: var(--pf-v5-global--spacer--md);
60
- --pf-v5-c-notification-drawer__group-toggle--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
61
- --pf-v5-c-notification-drawer__group-toggle--BorderColor: var(--pf-v5-global--BorderColor--100);
62
- --pf-v5-c-notification-drawer__group-toggle--BorderBottomWidth: var(--pf-v5-global--BorderWidth--sm);
63
- --pf-v5-c-notification-drawer__group-toggle--OutlineOffset: -0.25rem;
64
- --pf-v5-c-notification-drawer__group-toggle-title--MarginRight: var(--pf-v5-global--spacer--md);
65
- --pf-v5-c-notification-drawer__group-toggle-title--max-lines: 1;
66
- --pf-v5-c-notification-drawer__group-toggle-count--MarginRight: var(--pf-v5-global--spacer--md);
67
- --pf-v5-c-notification-drawer__group-toggle-icon--MarginRight: var(--pf-v5-global--spacer--md);
68
- --pf-v5-c-notification-drawer__group-toggle-icon--Color: var(--pf-v5-global--Color--200);
69
- --pf-v5-c-notification-drawer__group-toggle-icon--Transition: .2s ease-in 0s;
70
- --pf-v5-c-notification-drawer__group--m-expanded__group-toggle-icon--Rotate: 90deg;
1
+ :root,
2
+ .pf-v6-c-notification-drawer {
3
+ --pf-v6-c-notification-drawer--BackgroundColor: var(--pf-t--global--background--color--floating--default);
4
+ --pf-v6-c-notification-drawer__header--PaddingTop: var(--pf-t--global--spacer--md);
5
+ --pf-v6-c-notification-drawer__header--PaddingRight: var(--pf-t--global--spacer--lg);
6
+ --pf-v6-c-notification-drawer__header--PaddingBottom: var(--pf-t--global--spacer--md);
7
+ --pf-v6-c-notification-drawer__header--PaddingLeft: var(--pf-t--global--spacer--lg);
8
+ --pf-v6-c-notification-drawer__header--BackgroundColor: var(--pf-t--global--background--color--floating--default);
9
+ --pf-v6-c-notification-drawer__header--ZIndex: var(--pf-t--global--z-index--sm);
10
+ --pf-v6-c-notification-drawer__header-title--FontSize: var(--pf-t--global--font--size--heading--md);
11
+ --pf-v6-c-notification-drawer__header-title--FontWeight: var(--pf-t--global--font--weight--heading--bold);
12
+ --pf-v6-c-notification-drawer__header-title--LineHeight: var(--pf-t--global--font--line-height--heading);
13
+ --pf-v6-c-notification-drawer__header-title--FontFamily: var(--pf-t--global--font--family--heading);
14
+ --pf-v6-c-notification-drawer__header-status--MarginLeft: var(--pf-t--global--spacer--md);
15
+ --pf-v6-c-notification-drawer__header-status--FontWeight: var(--pf-t--global--font--weight--body--bold);
16
+ --pf-v6-c-notification-drawer__header-status--FontSize: var(--pf-t--global--font--size--body--default);
17
+ --pf-v6-c-notification-drawer__header-status--Color: var(--pf-t--global--text--color--subtle);
18
+ --pf-v6-c-notification-drawer__body--ZIndex: var(--pf-t--global--z-index--xs);
19
+ --pf-v6-c-notification-drawer__body--PaddingBlockStart: 0;
20
+ --pf-v6-c-notification-drawer__body--PaddingBlockEnd: var(--pf-t--global--spacer--md);
21
+ --pf-v6-c-notification-drawer__list--Gap: var(--pf-t--global--spacer--sm);
22
+ --pf-v6-c-notification-drawer__list--PaddingInlineStart: var(--pf-t--global--spacer--lg);
23
+ --pf-v6-c-notification-drawer__list--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
24
+ --pf-v6-c-notification-drawer__list-item--PaddingTop: var(--pf-t--global--spacer--md);
25
+ --pf-v6-c-notification-drawer__list-item--PaddingRight: var(--pf-t--global--spacer--md);
26
+ --pf-v6-c-notification-drawer__list-item--PaddingBottom: var(--pf-t--global--spacer--md);
27
+ --pf-v6-c-notification-drawer__list-item--PaddingLeft: var(--pf-t--global--spacer--md);
28
+ --pf-v6-c-notification-drawer__list-item--BackgroundColor: var(--pf-t--global--background--color--primary--default);
29
+ --pf-v6-c-notification-drawer__list-item--BorderWidth: var(--pf-t--global--border--width--box--status--default);
30
+ --pf-v6-c-notification-drawer__list-item--BorderRadius: var(--pf-t--global--border--radius--medium);
31
+ --pf-v6-c-notification-drawer__list-item--m-info__list-item-header-icon--Color: var(--pf-t--global--icon--color--status--info--default);
32
+ --pf-v6-c-notification-drawer__list-item--m-info__list-item--BorderColor: var(--pf-t--global--border--color--status--info--default);
33
+ --pf-v6-c-notification-drawer__list-item--m-warning__list-item-header-icon--Color: var(--pf-t--global--icon--color--status--warning--default);
34
+ --pf-v6-c-notification-drawer__list-item--m-warning__list-item--BorderColor: var(--pf-t--global--border--color--status--warning--default);
35
+ --pf-v6-c-notification-drawer__list-item--m-danger__list-item-header-icon--Color: var(--pf-t--global--icon--color--status--danger--default);
36
+ --pf-v6-c-notification-drawer__list-item--m-danger__list-item--BorderColor: var(--pf-t--global--border--color--status--danger--default);
37
+ --pf-v6-c-notification-drawer__list-item--m-success__list-item-header-icon--Color: var(--pf-t--global--icon--color--status--success--default);
38
+ --pf-v6-c-notification-drawer__list-item--m-success__list-item--BorderColor: var(--pf-t--global--border--color--status--success--default);
39
+ --pf-v6-c-notification-drawer__list-item--m-custom__list-item-header-icon--Color: var(--pf-t--global--icon--color--status--custom--default);
40
+ --pf-v6-c-notification-drawer__list-item--m-custom__list-item--BorderColor: var(--pf-t--global--border--color--status--custom--default);
41
+ --pf-v6-c-notification-drawer__list-item--m-read--BackgroundColor: var(--pf-t--global--background--color--primary--default);
42
+ --pf-v6-c-notification-drawer__list-item--m-read--BorderWidth: var(--pf-t--global--border--width--box--status--read);
43
+ --pf-v6-c-notification-drawer__list-item--m-read--BorderColor: var(--pf-t--global--border--color--default);
44
+ --pf-v6-c-notification-drawer__list-item--m-hoverable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
45
+ --pf-v6-c-notification-drawer__list-item-header--MarginBottom: var(--pf-t--global--spacer--xs);
46
+ --pf-v6-c-notification-drawer__list-item-header-icon--Color: inherit;
47
+ --pf-v6-c-notification-drawer__list-item-header-icon--MarginRight: var(--pf-t--global--spacer--sm);
48
+ --pf-v6-c-notification-drawer__list-item-header-title--FontFamily: var(--pf-t--global--font--family--heading);
49
+ --pf-v6-c-notification-drawer__list-item-header-title--FontSize: var(--pf-t--global--font--size--heading--xs);
50
+ --pf-v6-c-notification-drawer__list-item-header-title--FontWeight: var(--pf-t--global--font--weight--heading--bold);
51
+ --pf-v6-c-notification-drawer__list-item-header-title--LineHeight: var(--pf-t--global--font--line-height--heading);
52
+ --pf-v6-c-notification-drawer__list-item-header-title--max-lines: 1;
53
+ --pf-v6-c-notification-drawer__list-item-description--MarginBottom: var(--pf-t--global--spacer--sm);
54
+ --pf-v6-c-notification-drawer__list-item-timestamp--Color: var(--pf-t--global--text--color--subtle);
55
+ --pf-v6-c-notification-drawer__list-item-timestamp--FontSize: var(--pf-t--global--font--size--body--default);
56
+ --pf-v6-c-notification-drawer__group--BorderBottomWidth: var(--pf-t--global--border--width--divider--default);
57
+ --pf-v6-c-notification-drawer__group--m-expanded--group--BorderBottomColor: var(--pf-t--global--border--color--default);
58
+ --pf-v6-c-notification-drawer__group--m-expanded--MinHeight: 0;
59
+ --pf-v6-c-notification-drawer__group--m-expanded--PaddingBlockEnd: var(--pf-t--global--spacer--md);
60
+ --pf-v6-c-notification-drawer__group-toggle--PaddingTop: var(--pf-t--global--spacer--md);
61
+ --pf-v6-c-notification-drawer__group-toggle--PaddingRight: var(--pf-t--global--spacer--lg);
62
+ --pf-v6-c-notification-drawer__group-toggle--PaddingBottom: var(--pf-t--global--spacer--md);
63
+ --pf-v6-c-notification-drawer__group-toggle--PaddingLeft: var(--pf-t--global--spacer--lg);
64
+ --pf-v6-c-notification-drawer__group-toggle--BackgroundColor: var(--pf-t--global--background--color--floating--default);
65
+ --pf-v6-c-notification-drawer__group-toggle--OutlineOffset: -0.25rem;
66
+ --pf-v6-c-notification-drawer__group-toggle-title--MarginRight: var(--pf-t--global--spacer--md);
67
+ --pf-v6-c-notification-drawer__group-toggle-title--FontSize: var(--pf-t--global--font--size--body--lg);
68
+ --pf-v6-c-notification-drawer__group-toggle-title--max-lines: 1;
69
+ --pf-v6-c-notification-drawer__group-toggle-count--MarginRight: var(--pf-t--global--spacer--md);
70
+ --pf-v6-c-notification-drawer__group-toggle-icon--MarginRight: var(--pf-t--global--spacer--md);
71
+ --pf-v6-c-notification-drawer__group-toggle-icon--Color: var(--pf-t--global--icon--color--regular);
72
+ --pf-v6-c-notification-drawer__group-toggle-icon--Transition: .2s ease-in 0s;
73
+ --pf-v6-c-notification-drawer__group--m-expanded__group-toggle-icon--Rotate: 90deg;
74
+ }
75
+
76
+ .pf-v6-c-notification-drawer {
71
77
  display: flex;
72
78
  flex-direction: column;
73
79
  height: 100%;
74
- background-color: var(--pf-v5-c-notification-drawer--BackgroundColor);
80
+ background-color: var(--pf-v6-c-notification-drawer--BackgroundColor);
75
81
  }
76
82
 
77
- .pf-v5-c-notification-drawer__header {
83
+ .pf-v6-c-notification-drawer__header {
78
84
  position: relative;
79
- z-index: var(--pf-v5-c-notification-drawer__header--ZIndex);
85
+ z-index: var(--pf-v6-c-notification-drawer__header--ZIndex);
80
86
  display: flex;
81
87
  flex-shrink: 0;
82
88
  align-items: baseline;
83
- padding-block-start: var(--pf-v5-c-notification-drawer__header--PaddingTop);
84
- padding-block-end: var(--pf-v5-c-notification-drawer__header--PaddingBottom);
85
- padding-inline-start: var(--pf-v5-c-notification-drawer__header--PaddingLeft);
86
- padding-inline-end: var(--pf-v5-c-notification-drawer__header--PaddingRight);
87
- background-color: var(--pf-v5-c-notification-drawer__header--BackgroundColor);
88
- box-shadow: var(--pf-v5-c-notification-drawer__header--BoxShadow);
89
+ padding-block-start: var(--pf-v6-c-notification-drawer__header--PaddingTop);
90
+ padding-block-end: var(--pf-v6-c-notification-drawer__header--PaddingBottom);
91
+ padding-inline-start: var(--pf-v6-c-notification-drawer__header--PaddingLeft);
92
+ padding-inline-end: var(--pf-v6-c-notification-drawer__header--PaddingRight);
93
+ background-color: var(--pf-v6-c-notification-drawer__header--BackgroundColor);
89
94
  }
90
95
 
91
- .pf-v5-c-notification-drawer__header-title {
92
- font-size: var(--pf-v5-c-notification-drawer__header-title--FontSize);
96
+ .pf-v6-c-notification-drawer__header-title {
97
+ font-family: var(--pf-v6-c-notification-drawer__header-title--FontFamily);
98
+ font-size: var(--pf-v6-c-notification-drawer__header-title--FontSize);
99
+ font-weight: var(--pf-v6-c-notification-drawer__header-title--FontWeight);
100
+ line-height: var(--pf-v6-c-notification-drawer__header-title--LineHeight);
93
101
  }
94
102
 
95
- .pf-v5-c-notification-drawer__header-status {
96
- margin-inline-start: var(--pf-v5-c-notification-drawer__header-status--MarginLeft);
103
+ .pf-v6-c-notification-drawer__header-status {
104
+ margin-inline-start: var(--pf-v6-c-notification-drawer__header-status--MarginLeft);
105
+ font-size: var(--pf-v6-c-notification-drawer__header-status--FontSize);
106
+ font-weight: var(--pf-v6-c-notification-drawer__header-status--FontWeight);
107
+ color: var(--pf-v6-c-notification-drawer__header-status--Color);
97
108
  }
98
109
 
99
- .pf-v5-c-notification-drawer__header-action {
110
+ .pf-v6-c-notification-drawer__header-action {
100
111
  display: flex;
101
112
  align-items: center;
102
113
  margin-inline-start: auto;
103
114
  }
104
115
 
105
- .pf-v5-c-notification-drawer__body {
116
+ .pf-v6-c-notification-drawer__body {
106
117
  flex: 1;
118
+ padding-block-start: var(--pf-v6-c-notification-drawer__body--PaddingBlockStart);
119
+ padding-block-end: var(--pf-v6-c-notification-drawer__body--PaddingBlockEnd);
107
120
  overflow-y: auto;
108
- box-shadow: var(--pf-v5-c-notification-drawer__body--ZIndex);
109
121
  }
110
122
 
111
- .pf-v5-c-notification-drawer__list-item {
123
+ .pf-v6-c-notification-drawer__list:not([hidden]) {
124
+ display: flex;
125
+ flex-direction: column;
126
+ gap: var(--pf-v6-c-notification-drawer__list--Gap);
127
+ padding-inline-start: var(--pf-v6-c-notification-drawer__list--PaddingInlineStart);
128
+ padding-inline-end: var(--pf-v6-c-notification-drawer__list--PaddingInlineEnd);
129
+ }
130
+
131
+ .pf-v6-c-notification-drawer__list-item {
112
132
  position: relative;
113
133
  display: grid;
114
134
  grid-template-columns: 1fr auto;
115
- padding-block-start: var(--pf-v5-c-notification-drawer__list-item--PaddingTop);
116
- padding-block-end: var(--pf-v5-c-notification-drawer__list-item--PaddingBottom);
117
- padding-inline-start: var(--pf-v5-c-notification-drawer__list-item--PaddingLeft);
118
- padding-inline-end: var(--pf-v5-c-notification-drawer__list-item--PaddingRight);
119
- background-color: var(--pf-v5-c-notification-drawer__list-item--BackgroundColor);
120
- border-block-end: var(--pf-v5-c-notification-drawer__list-item--BorderBottomWidth) solid var(--pf-v5-c-notification-drawer__list-item--BorderBottomColor);
121
- outline-offset: var(--pf-v5-c-notification-drawer__list-item--OutlineOffset);
122
- box-shadow: var(--pf-v5-c-notification-drawer__list-item--BoxShadow);
123
- }
124
- .pf-v5-c-notification-drawer__list-item.pf-m-read, .pf-v5-c-notification-drawer__list-item:first-child {
125
- --pf-v5-c-notification-drawer__list-item--BoxShadow: none;
126
- }
127
- .pf-v5-c-notification-drawer__list-item:not(.pf-m-read) + .pf-v5-c-notification-drawer__list-item.pf-m-read {
128
- --pf-v5-c-notification-drawer__list-item--BoxShadow: var(--pf-v5-c-notification-drawer__list-item--list-item--m-read--BoxShadow);
129
- --pf-v5-c-notification-drawer__list-item--before--Top: var(--pf-v5-c-notification-drawer__list-item--list-item--m-read--before--Top);
130
- }
131
- .pf-v5-c-notification-drawer__list-item::before {
132
- position: absolute;
133
- inset-block-start: var(--pf-v5-c-notification-drawer__list-item--before--Top);
134
- inset-block-end: var(--pf-v5-c-notification-drawer__list-item--before--Bottom);
135
- width: var(--pf-v5-c-notification-drawer__list-item--before--Width);
136
- content: "";
137
- background-color: var(--pf-v5-c-notification-drawer__list-item--before--BackgroundColor);
138
- }
139
- .pf-v5-c-notification-drawer__list-item.pf-m-info {
140
- --pf-v5-c-notification-drawer__list-item--before--BackgroundColor: var(--pf-v5-c-notification-drawer__list-item--m-info__list-item--before--BackgroundColor);
141
- --pf-v5-c-notification-drawer__list-item-header-icon--Color: var(--pf-v5-c-notification-drawer__list-item--m-info__list-item-header-icon--Color);
142
- }
143
- .pf-v5-c-notification-drawer__list-item.pf-m-warning {
144
- --pf-v5-c-notification-drawer__list-item--before--BackgroundColor: var(--pf-v5-c-notification-drawer__list-item--m-warning__list-item--before--BackgroundColor);
145
- --pf-v5-c-notification-drawer__list-item-header-icon--Color: var(--pf-v5-c-notification-drawer__list-item--m-warning__list-item-header-icon--Color);
146
- }
147
- .pf-v5-c-notification-drawer__list-item.pf-m-danger {
148
- --pf-v5-c-notification-drawer__list-item--before--BackgroundColor: var(--pf-v5-c-notification-drawer__list-item--m-danger__list-item--before--BackgroundColor);
149
- --pf-v5-c-notification-drawer__list-item-header-icon--Color: var(--pf-v5-c-notification-drawer__list-item--m-danger__list-item-header-icon--Color);
150
- }
151
- .pf-v5-c-notification-drawer__list-item.pf-m-success {
152
- --pf-v5-c-notification-drawer__list-item--before--BackgroundColor: var(--pf-v5-c-notification-drawer__list-item--m-success__list-item--before--BackgroundColor);
153
- --pf-v5-c-notification-drawer__list-item-header-icon--Color: var(--pf-v5-c-notification-drawer__list-item--m-success__list-item-header-icon--Color);
154
- }
155
- .pf-v5-c-notification-drawer__list-item.pf-m-custom {
156
- --pf-v5-c-notification-drawer__list-item--before--BackgroundColor: var(--pf-v5-c-notification-drawer__list-item--m-custom__list-item--before--BackgroundColor);
157
- --pf-v5-c-notification-drawer__list-item-header-icon--Color: var(--pf-v5-c-notification-drawer__list-item--m-custom__list-item-header-icon--Color);
158
- }
159
- .pf-v5-c-notification-drawer__list-item.pf-m-read {
160
- --pf-v5-c-notification-drawer__list-item--BorderBottomColor: var(--pf-v5-c-notification-drawer__list-item--m-read--BorderBottomColor);
161
- --pf-v5-c-notification-drawer__list-item--BackgroundColor: var(--pf-v5-c-notification-drawer__list-item--m-read--BackgroundColor);
162
- --pf-v5-c-notification-drawer__list-item--before--Top: var(--pf-v5-c-notification-drawer__list-item--m-read--before--Top);
163
- --pf-v5-c-notification-drawer__list-item--before--Bottom: var(--pf-v5-c-notification-drawer__list-item--m-read--before--Bottom);
164
- --pf-v5-c-notification-drawer__list-item--before--BackgroundColor: var(--pf-v5-c-notification-drawer__list-item--m-read--before--BackgroundColor);
165
- --pf-v5-c-notification-drawer__list-item-header-title--FontWeight: var(--pf-v5-c-notification-drawer__list-item--m-read__list-item-header-title--FontWeight);
135
+ padding-block-start: var(--pf-v6-c-notification-drawer__list-item--PaddingTop);
136
+ padding-block-end: var(--pf-v6-c-notification-drawer__list-item--PaddingBottom);
137
+ padding-inline-start: var(--pf-v6-c-notification-drawer__list-item--PaddingLeft);
138
+ padding-inline-end: var(--pf-v6-c-notification-drawer__list-item--PaddingRight);
139
+ background-color: var(--pf-v6-c-notification-drawer__list-item--BackgroundColor);
140
+ border: var(--pf-v6-c-notification-drawer__list-item--BorderWidth) solid var(--pf-v6-c-notification-drawer__list-item--BorderColor);
141
+ border-radius: var(--pf-v6-c-notification-drawer__list-item--BorderRadius);
142
+ }
143
+ .pf-v6-c-notification-drawer__list-item.pf-m-info {
144
+ --pf-v6-c-notification-drawer__list-item--BorderColor: var(--pf-v6-c-notification-drawer__list-item--m-info__list-item--BorderColor);
145
+ --pf-v6-c-notification-drawer__list-item-header-icon--Color: var(--pf-v6-c-notification-drawer__list-item--m-info__list-item-header-icon--Color);
146
+ }
147
+ .pf-v6-c-notification-drawer__list-item.pf-m-warning {
148
+ --pf-v6-c-notification-drawer__list-item--BorderColor: var(--pf-v6-c-notification-drawer__list-item--m-warning__list-item--BorderColor);
149
+ --pf-v6-c-notification-drawer__list-item-header-icon--Color: var(--pf-v6-c-notification-drawer__list-item--m-warning__list-item-header-icon--Color);
150
+ }
151
+ .pf-v6-c-notification-drawer__list-item.pf-m-danger {
152
+ --pf-v6-c-notification-drawer__list-item--BorderColor: var(--pf-v6-c-notification-drawer__list-item--m-danger__list-item--BorderColor);
153
+ --pf-v6-c-notification-drawer__list-item-header-icon--Color: var(--pf-v6-c-notification-drawer__list-item--m-danger__list-item-header-icon--Color);
154
+ }
155
+ .pf-v6-c-notification-drawer__list-item.pf-m-success {
156
+ --pf-v6-c-notification-drawer__list-item--BorderColor: var(--pf-v6-c-notification-drawer__list-item--m-success__list-item--BorderColor);
157
+ --pf-v6-c-notification-drawer__list-item-header-icon--Color: var(--pf-v6-c-notification-drawer__list-item--m-success__list-item-header-icon--Color);
158
+ }
159
+ .pf-v6-c-notification-drawer__list-item.pf-m-custom {
160
+ --pf-v6-c-notification-drawer__list-item--BorderColor: var(--pf-v6-c-notification-drawer__list-item--m-custom__list-item--BorderColor);
161
+ --pf-v6-c-notification-drawer__list-item-header-icon--Color: var(--pf-v6-c-notification-drawer__list-item--m-custom__list-item-header-icon--Color);
162
+ }
163
+ .pf-v6-c-notification-drawer__list-item.pf-m-read {
164
+ --pf-v6-c-notification-drawer__list-item--BorderWidth: var(--pf-v6-c-notification-drawer__list-item--m-read--BorderWidth);
165
+ --pf-v6-c-notification-drawer__list-item--BackgroundColor: var(--pf-v6-c-notification-drawer__list-item--m-read--BackgroundColor);
166
+ --pf-v6-c-notification-drawer__list-item--BorderColor: var(--pf-v6-c-notification-drawer__list-item--m-read--BorderColor);
166
167
  position: relative;
167
168
  }
168
- .pf-v5-c-notification-drawer__list-item.pf-m-hoverable {
169
+ .pf-v6-c-notification-drawer__list-item.pf-m-hoverable {
169
170
  cursor: pointer;
170
171
  }
171
- .pf-v5-c-notification-drawer__list-item.pf-m-hoverable:hover {
172
- z-index: var(--pf-v5-c-notification-drawer__list-item--m-hoverable--hover--ZIndex);
173
- box-shadow: var(--pf-v5-c-notification-drawer__list-item--m-hoverable--hover--BoxShadow);
172
+ .pf-v6-c-notification-drawer__list-item.pf-m-hoverable:hover, .pf-v6-c-notification-drawer__list-item.pf-m-hoverable:focus {
173
+ background-color: var(--pf-v6-c-notification-drawer__list-item--m-hoverable--hover--BackgroundColor);
174
174
  }
175
175
 
176
- .pf-v5-c-notification-drawer__list-item-header {
176
+ .pf-v6-c-notification-drawer__list-item-header {
177
177
  display: flex;
178
178
  grid-row: 1/2;
179
179
  grid-column: 1/2;
180
180
  align-items: baseline;
181
- margin-block-end: var(--pf-v5-c-notification-drawer__list-item-header--MarginBottom);
181
+ margin-block-end: var(--pf-v6-c-notification-drawer__list-item-header--MarginBottom);
182
182
  }
183
183
 
184
- .pf-v5-c-notification-drawer__list-item-header-icon {
185
- margin-inline-end: var(--pf-v5-c-notification-drawer__list-item-header-icon--MarginRight);
186
- color: var(--pf-v5-c-notification-drawer__list-item-header-icon--Color);
184
+ .pf-v6-c-notification-drawer__list-item-header-icon {
185
+ margin-inline-end: var(--pf-v6-c-notification-drawer__list-item-header-icon--MarginRight);
186
+ color: var(--pf-v6-c-notification-drawer__list-item-header-icon--Color);
187
187
  }
188
188
 
189
- .pf-v5-c-notification-drawer__list-item-header-title {
190
- font-weight: var(--pf-v5-c-notification-drawer__list-item-header-title--FontWeight);
189
+ .pf-v6-c-notification-drawer__list-item-header-title {
190
+ font-family: var(--pf-v6-c-notification-drawer__list-item-header-title--FontFamily);
191
+ font-size: var(--pf-v6-c-notification-drawer__list-item-header-title--FontSize);
192
+ font-weight: var(--pf-v6-c-notification-drawer__list-item-header-title--FontWeight);
193
+ line-height: var(--pf-v6-c-notification-drawer__list-item-header-title--LineHeight);
191
194
  word-break: break-word;
192
195
  }
193
- .pf-v5-c-notification-drawer__list-item-header-title.pf-m-truncate {
196
+ .pf-v6-c-notification-drawer__list-item-header-title.pf-m-truncate {
194
197
  display: -webkit-box;
195
198
  -webkit-box-orient: vertical;
196
- -webkit-line-clamp: var(--pf-v5-c-notification-drawer__list-item-header-title--max-lines);
199
+ -webkit-line-clamp: var(--pf-v6-c-notification-drawer__list-item-header-title--max-lines);
197
200
  overflow: hidden;
198
201
  }
199
202
 
200
- .pf-v5-c-notification-drawer__list-item-action {
203
+ .pf-v6-c-notification-drawer__list-item-action {
201
204
  grid-row: 1/3;
202
205
  grid-column: 2/3;
203
206
  }
204
207
 
205
- .pf-v5-c-notification-drawer__list-item-description {
208
+ .pf-v6-c-notification-drawer__list-item-description {
206
209
  grid-row: 2/3;
207
210
  grid-column: 1/2;
208
- margin-block-end: var(--pf-v5-c-notification-drawer__list-item-description--MarginBottom);
211
+ margin-block-end: var(--pf-v6-c-notification-drawer__list-item-description--MarginBottom);
209
212
  word-break: break-word;
210
213
  }
211
214
 
212
- .pf-v5-c-notification-drawer__list-item-timestamp {
215
+ .pf-v6-c-notification-drawer__list-item-timestamp {
213
216
  grid-row: 3/4;
214
217
  grid-column: 1/2;
215
- font-size: var(--pf-v5-c-notification-drawer__list-item-timestamp--FontSize);
216
- color: var(--pf-v5-c-notification-drawer__list-item-timestamp--Color);
218
+ font-size: var(--pf-v6-c-notification-drawer__list-item-timestamp--FontSize);
219
+ color: var(--pf-v6-c-notification-drawer__list-item-timestamp--Color);
217
220
  }
218
221
 
219
- .pf-v5-c-notification-drawer__group-list {
222
+ .pf-v6-c-notification-drawer__group-list {
220
223
  display: flex;
221
224
  flex-direction: column;
222
225
  }
223
226
 
224
- .pf-v5-c-notification-drawer__group.pf-m-expanded {
225
- min-height: var(--pf-v5-c-notification-drawer__group--m-expanded--MinHeight);
226
- }
227
- .pf-v5-c-notification-drawer__group.pf-m-expanded + .pf-v5-c-notification-drawer__group {
228
- border-block-start: var(--pf-v5-c-notification-drawer__group--m-expanded--group--BorderTopWidth) solid var(--pf-v5-c-notification-drawer__group--m-expanded--group--BorderTopColor);
227
+ .pf-v6-c-notification-drawer__group {
228
+ border-block-end: var(--pf-v6-c-notification-drawer__group--BorderBottomWidth) solid var(--pf-v6-c-notification-drawer__group--m-expanded--group--BorderBottomColor);
229
229
  }
230
- .pf-v5-c-notification-drawer__group .pf-v5-c-notification-drawer__list-item:last-child {
231
- --pf-v5-c-notification-drawer__list-item--BorderBottomWidth: 0;
232
- --pf-v5-c-notification-drawer__list-item--before--Bottom: 0;
230
+ .pf-v6-c-notification-drawer__group.pf-m-expanded {
231
+ min-height: var(--pf-v6-c-notification-drawer__group--m-expanded--MinHeight);
232
+ padding-block-end: var(--pf-v6-c-notification-drawer__group--m-expanded--PaddingBlockEnd);
233
233
  }
234
234
 
235
- .pf-v5-c-notification-drawer__group-toggle {
235
+ .pf-v6-c-notification-drawer__group-toggle {
236
236
  display: flex;
237
237
  align-items: baseline;
238
238
  width: 100%;
239
- padding-block-start: var(--pf-v5-c-notification-drawer__group-toggle--PaddingTop);
240
- padding-block-end: var(--pf-v5-c-notification-drawer__group-toggle--PaddingBottom);
241
- padding-inline-start: var(--pf-v5-c-notification-drawer__group-toggle--PaddingLeft);
242
- padding-inline-end: var(--pf-v5-c-notification-drawer__group-toggle--PaddingRight);
243
- background-color: var(--pf-v5-c-notification-drawer__group-toggle--BackgroundColor);
244
- border: 0 solid var(--pf-v5-c-notification-drawer__group-toggle--BorderColor);
245
- border-block-end-width: var(--pf-v5-c-notification-drawer__group-toggle--BorderBottomWidth);
246
- outline-offset: var(--pf-v5-c-notification-drawer__group-toggle--OutlineOffset);
239
+ padding-block-start: var(--pf-v6-c-notification-drawer__group-toggle--PaddingTop);
240
+ padding-block-end: var(--pf-v6-c-notification-drawer__group-toggle--PaddingBottom);
241
+ padding-inline-start: var(--pf-v6-c-notification-drawer__group-toggle--PaddingLeft);
242
+ padding-inline-end: var(--pf-v6-c-notification-drawer__group-toggle--PaddingRight);
243
+ background-color: var(--pf-v6-c-notification-drawer__group-toggle--BackgroundColor);
244
+ border: none;
245
+ outline-offset: var(--pf-v6-c-notification-drawer__group-toggle--OutlineOffset);
247
246
  }
248
247
 
249
- .pf-v5-c-notification-drawer__group-toggle-title {
248
+ .pf-v6-c-notification-drawer__group-toggle-title {
250
249
  display: -webkit-box;
251
250
  -webkit-box-orient: vertical;
252
- -webkit-line-clamp: var(--pf-v5-c-notification-drawer__group-toggle-title--max-lines);
251
+ -webkit-line-clamp: var(--pf-v6-c-notification-drawer__group-toggle-title--max-lines);
253
252
  overflow: hidden;
254
253
  flex: 1;
255
- margin-inline-end: var(--pf-v5-c-notification-drawer__group-toggle-title--MarginRight);
254
+ margin-inline-end: var(--pf-v6-c-notification-drawer__group-toggle-title--MarginRight);
255
+ font-size: var(--pf-v6-c-notification-drawer__group-toggle-title--FontSize);
256
256
  text-align: start;
257
257
  word-break: break-word;
258
258
  }
259
259
 
260
- .pf-v5-c-notification-drawer__group-toggle-count {
260
+ .pf-v6-c-notification-drawer__group-toggle-count {
261
261
  margin-inline-start: auto;
262
- margin-inline-end: var(--pf-v5-c-notification-drawer__group-toggle-count--MarginRight);
262
+ margin-inline-end: var(--pf-v6-c-notification-drawer__group-toggle-count--MarginRight);
263
263
  }
264
264
 
265
- .pf-v5-c-notification-drawer__group-toggle-icon {
266
- margin-inline-end: var(--pf-v5-c-notification-drawer__group-toggle-icon--MarginRight);
267
- color: var(--pf-v5-c-notification-drawer__group-toggle-icon--Color);
268
- transition: var(--pf-v5-c-notification-drawer__group-toggle-icon--Transition);
265
+ .pf-v6-c-notification-drawer__group-toggle-icon {
266
+ margin-inline-end: var(--pf-v6-c-notification-drawer__group-toggle-icon--MarginRight);
267
+ color: var(--pf-v6-c-notification-drawer__group-toggle-icon--Color);
268
+ transition: var(--pf-v6-c-notification-drawer__group-toggle-icon--Transition);
269
269
  }
270
- :where(.pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-notification-drawer__group-toggle-icon {
270
+ :where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-notification-drawer__group-toggle-icon {
271
271
  scale: -1 1;
272
272
  }
273
273
 
274
- .pf-v5-c-notification-drawer__group.pf-m-expanded .pf-v5-c-notification-drawer__group-toggle-icon {
275
- transform: rotate(var(--pf-v5-c-notification-drawer__group--m-expanded__group-toggle-icon--Rotate));
276
- }
277
-
278
- :where(.pf-v5-theme-dark) .pf-v5-c-notification-drawer {
279
- --pf-v5-c-notification-drawer--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
280
- --pf-v5-c-notification-drawer__header--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
281
- --pf-v5-c-notification-drawer__list-item--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
282
- --pf-v5-c-notification-drawer__list-item--BoxShadow: none;
283
- --pf-v5-c-notification-drawer__list-item--BorderBottomColor: var(--pf-v5-global--BorderColor--100);
284
- --pf-v5-c-notification-drawer__list-item--m-read--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
285
- --pf-v5-c-notification-drawer__list-item--list-item--m-read--BoxShadow: none;
286
- --pf-v5-c-notification-drawer__group-toggle--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
274
+ .pf-v6-c-notification-drawer__group.pf-m-expanded .pf-v6-c-notification-drawer__group-toggle-icon {
275
+ transform: rotate(var(--pf-v6-c-notification-drawer__group--m-expanded__group-toggle-icon--Rotate));
287
276
  }
@@ -1,36 +1,36 @@
1
1
  import './notification-drawer.css';
2
2
  declare const _default: {
3
- "dirRtl": "pf-v5-m-dir-rtl",
3
+ "dirRtl": "pf-v6-m-dir-rtl",
4
4
  "modifiers": {
5
- "read": "pf-m-read",
6
5
  "info": "pf-m-info",
7
6
  "warning": "pf-m-warning",
8
7
  "danger": "pf-m-danger",
9
8
  "success": "pf-m-success",
10
9
  "custom": "pf-m-custom",
10
+ "read": "pf-m-read",
11
11
  "hoverable": "pf-m-hoverable",
12
12
  "truncate": "pf-m-truncate",
13
13
  "expanded": "pf-m-expanded"
14
14
  },
15
- "notificationDrawer": "pf-v5-c-notification-drawer",
16
- "notificationDrawerBody": "pf-v5-c-notification-drawer__body",
17
- "notificationDrawerGroup": "pf-v5-c-notification-drawer__group",
18
- "notificationDrawerGroupList": "pf-v5-c-notification-drawer__group-list",
19
- "notificationDrawerGroupToggle": "pf-v5-c-notification-drawer__group-toggle",
20
- "notificationDrawerGroupToggleCount": "pf-v5-c-notification-drawer__group-toggle-count",
21
- "notificationDrawerGroupToggleIcon": "pf-v5-c-notification-drawer__group-toggle-icon",
22
- "notificationDrawerGroupToggleTitle": "pf-v5-c-notification-drawer__group-toggle-title",
23
- "notificationDrawerHeader": "pf-v5-c-notification-drawer__header",
24
- "notificationDrawerHeaderAction": "pf-v5-c-notification-drawer__header-action",
25
- "notificationDrawerHeaderStatus": "pf-v5-c-notification-drawer__header-status",
26
- "notificationDrawerHeaderTitle": "pf-v5-c-notification-drawer__header-title",
27
- "notificationDrawerListItem": "pf-v5-c-notification-drawer__list-item",
28
- "notificationDrawerListItemAction": "pf-v5-c-notification-drawer__list-item-action",
29
- "notificationDrawerListItemDescription": "pf-v5-c-notification-drawer__list-item-description",
30
- "notificationDrawerListItemHeader": "pf-v5-c-notification-drawer__list-item-header",
31
- "notificationDrawerListItemHeaderIcon": "pf-v5-c-notification-drawer__list-item-header-icon",
32
- "notificationDrawerListItemHeaderTitle": "pf-v5-c-notification-drawer__list-item-header-title",
33
- "notificationDrawerListItemTimestamp": "pf-v5-c-notification-drawer__list-item-timestamp",
34
- "themeDark": "pf-v5-theme-dark"
15
+ "notificationDrawer": "pf-v6-c-notification-drawer",
16
+ "notificationDrawerBody": "pf-v6-c-notification-drawer__body",
17
+ "notificationDrawerGroup": "pf-v6-c-notification-drawer__group",
18
+ "notificationDrawerGroupList": "pf-v6-c-notification-drawer__group-list",
19
+ "notificationDrawerGroupToggle": "pf-v6-c-notification-drawer__group-toggle",
20
+ "notificationDrawerGroupToggleCount": "pf-v6-c-notification-drawer__group-toggle-count",
21
+ "notificationDrawerGroupToggleIcon": "pf-v6-c-notification-drawer__group-toggle-icon",
22
+ "notificationDrawerGroupToggleTitle": "pf-v6-c-notification-drawer__group-toggle-title",
23
+ "notificationDrawerHeader": "pf-v6-c-notification-drawer__header",
24
+ "notificationDrawerHeaderAction": "pf-v6-c-notification-drawer__header-action",
25
+ "notificationDrawerHeaderStatus": "pf-v6-c-notification-drawer__header-status",
26
+ "notificationDrawerHeaderTitle": "pf-v6-c-notification-drawer__header-title",
27
+ "notificationDrawerList": "pf-v6-c-notification-drawer__list",
28
+ "notificationDrawerListItem": "pf-v6-c-notification-drawer__list-item",
29
+ "notificationDrawerListItemAction": "pf-v6-c-notification-drawer__list-item-action",
30
+ "notificationDrawerListItemDescription": "pf-v6-c-notification-drawer__list-item-description",
31
+ "notificationDrawerListItemHeader": "pf-v6-c-notification-drawer__list-item-header",
32
+ "notificationDrawerListItemHeaderIcon": "pf-v6-c-notification-drawer__list-item-header-icon",
33
+ "notificationDrawerListItemHeaderTitle": "pf-v6-c-notification-drawer__list-item-header-title",
34
+ "notificationDrawerListItemTimestamp": "pf-v6-c-notification-drawer__list-item-timestamp"
35
35
  };
36
36
  export default _default;