@patternfly/react-styles 6.0.0-alpha.3 → 6.0.0-alpha.31

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