@patternfly/react-styles 5.0.0-alpha.1 → 5.0.0-alpha.11

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