@patternfly/react-styles 6.0.0-alpha.1 → 6.0.0-alpha.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (267) hide show
  1. package/CHANGELOG.md +102 -0
  2. package/README.md +1 -1
  3. package/css/assets/images/PF-Backdrop.svg +1 -0
  4. package/css/assets/images/PF-HorizontalLogo-Color.svg +29 -0
  5. package/css/assets/images/PF-HorizontalLogo-Reverse.svg +28 -0
  6. package/css/assets/images/PF-IconLogo-Reverse.svg +14 -0
  7. package/css/assets/images/PF-IconLogo-color.svg +17 -0
  8. package/css/assets/images/PF-IconLogo.svg +17 -0
  9. package/css/assets/images/logo__pf--reverse-on-md.svg +1 -1
  10. package/css/assets/images/pf-background.svg +22 -0
  11. package/css/assets/images/pf-c-brand__logo-on-lg-white.svg +32 -0
  12. package/css/assets/images/pf-c-brand__logo-on-md-white.svg +42 -0
  13. package/css/assets/images/pf-c-brand__logo-on-sm-white.svg +17 -0
  14. package/css/assets/images/pf-c-brand__logo-on-sm.svg +1 -1
  15. package/css/assets/images/pf-c-brand__logo-on-xl-white.svg +39 -0
  16. package/css/assets/images/pf_logo_white.hbs +35 -0
  17. package/css/assets/images/pf_logo_white.svg +38 -0
  18. package/css/components/AboutModalBox/about-modal-box.css +57 -94
  19. package/css/components/AboutModalBox/about-modal-box.d.ts +1 -2
  20. package/css/components/AboutModalBox/about-modal-box.js +1 -2
  21. package/css/components/AboutModalBox/about-modal-box.mjs +1 -2
  22. package/css/components/Accordion/accordion.css +85 -177
  23. package/css/components/Accordion/accordion.d.ts +3 -2
  24. package/css/components/Accordion/accordion.js +3 -2
  25. package/css/components/Accordion/accordion.mjs +3 -2
  26. package/css/components/ActionList/action-list.css +18 -17
  27. package/css/components/Alert/alert-group.css +20 -16
  28. package/css/components/Alert/alert.css +57 -84
  29. package/css/components/Alert/alert.d.ts +1 -2
  30. package/css/components/Alert/alert.js +1 -2
  31. package/css/components/Alert/alert.mjs +1 -2
  32. package/css/components/Avatar/avatar.css +10 -13
  33. package/css/components/Avatar/avatar.d.ts +1 -2
  34. package/css/components/Avatar/avatar.js +1 -2
  35. package/css/components/Avatar/avatar.mjs +1 -2
  36. package/css/components/BackToTop/back-to-top.css +17 -16
  37. package/css/components/Backdrop/backdrop.css +6 -2
  38. package/css/components/BackgroundImage/background-image.css +5 -1
  39. package/css/components/Badge/badge.css +23 -15
  40. package/css/components/Badge/badge.d.ts +2 -2
  41. package/css/components/Badge/badge.js +2 -2
  42. package/css/components/Badge/badge.mjs +2 -2
  43. package/css/components/Banner/banner.css +90 -64
  44. package/css/components/Banner/banner.d.ts +12 -4
  45. package/css/components/Banner/banner.js +12 -4
  46. package/css/components/Banner/banner.mjs +12 -4
  47. package/css/components/Breadcrumb/breadcrumb.css +19 -16
  48. package/css/components/Button/button.css +444 -435
  49. package/css/components/Button/button.d.ts +10 -9
  50. package/css/components/Button/button.js +10 -9
  51. package/css/components/Button/button.mjs +10 -9
  52. package/css/components/Card/card.css +100 -194
  53. package/css/components/Card/card.d.ts +5 -9
  54. package/css/components/Card/card.js +5 -9
  55. package/css/components/Card/card.mjs +5 -9
  56. package/css/components/Check/check.css +24 -21
  57. package/css/components/ClipboardCopy/clipboard-copy.css +30 -33
  58. package/css/components/ClipboardCopy/clipboard-copy.d.ts +1 -2
  59. package/css/components/ClipboardCopy/clipboard-copy.js +1 -2
  60. package/css/components/ClipboardCopy/clipboard-copy.mjs +1 -2
  61. package/css/components/CodeBlock/code-block.css +18 -9
  62. package/css/components/Content/content.css +67 -67
  63. package/css/components/DataList/data-list.css +101 -158
  64. package/css/components/DataList/data-list.d.ts +1 -2
  65. package/css/components/DataList/data-list.js +1 -2
  66. package/css/components/DataList/data-list.mjs +1 -2
  67. package/css/components/DescriptionList/description-list.css +39 -34
  68. package/css/components/Divider/divider.css +97 -177
  69. package/css/components/Divider/divider.d.ts +1 -0
  70. package/css/components/Divider/divider.js +1 -0
  71. package/css/components/Divider/divider.mjs +1 -0
  72. package/css/components/DragDrop/drag-drop.css +18 -14
  73. package/css/components/DragDrop/drag-drop.d.ts +1 -2
  74. package/css/components/DragDrop/drag-drop.js +1 -2
  75. package/css/components/DragDrop/drag-drop.mjs +1 -2
  76. package/css/components/Drawer/drawer.css +112 -113
  77. package/css/components/Drawer/drawer.d.ts +3 -3
  78. package/css/components/Drawer/drawer.js +3 -3
  79. package/css/components/Drawer/drawer.mjs +3 -3
  80. package/css/components/Dropdown/dropdown.css +1 -3
  81. package/css/components/Dropdown/dropdown.d.ts +0 -1
  82. package/css/components/Dropdown/dropdown.js +0 -1
  83. package/css/components/Dropdown/dropdown.mjs +0 -1
  84. package/css/components/EmptyState/empty-state.css +57 -34
  85. package/css/components/EmptyState/empty-state.d.ts +6 -1
  86. package/css/components/EmptyState/empty-state.js +6 -1
  87. package/css/components/EmptyState/empty-state.mjs +6 -1
  88. package/css/components/ExpandableSection/expandable-section.css +64 -62
  89. package/css/components/ExpandableSection/expandable-section.d.ts +1 -3
  90. package/css/components/ExpandableSection/expandable-section.js +1 -3
  91. package/css/components/ExpandableSection/expandable-section.mjs +1 -3
  92. package/css/components/FileUpload/file-upload.css +28 -34
  93. package/css/components/Form/form.css +68 -114
  94. package/css/components/Form/form.d.ts +2 -6
  95. package/css/components/Form/form.js +2 -6
  96. package/css/components/Form/form.mjs +2 -6
  97. package/css/components/FormControl/form-control.css +86 -111
  98. package/css/components/FormControl/form-control.d.ts +1 -2
  99. package/css/components/FormControl/form-control.js +1 -2
  100. package/css/components/FormControl/form-control.mjs +1 -2
  101. package/css/components/HelperText/helper-text.css +28 -34
  102. package/css/components/HelperText/helper-text.d.ts +1 -2
  103. package/css/components/HelperText/helper-text.js +1 -2
  104. package/css/components/HelperText/helper-text.mjs +1 -2
  105. package/css/components/Hint/hint.css +28 -21
  106. package/css/components/Hint/hint.d.ts +1 -2
  107. package/css/components/Hint/hint.js +1 -2
  108. package/css/components/Hint/hint.mjs +1 -2
  109. package/css/components/Icon/icon.css +154 -18
  110. package/css/components/Icon/icon.d.ts +11 -0
  111. package/css/components/Icon/icon.js +11 -0
  112. package/css/components/Icon/icon.mjs +11 -0
  113. package/css/components/InlineEdit/inline-edit.css +8 -7
  114. package/css/components/InputGroup/input-group.css +22 -38
  115. package/css/components/InputGroup/input-group.d.ts +1 -2
  116. package/css/components/InputGroup/input-group.js +1 -2
  117. package/css/components/InputGroup/input-group.mjs +1 -2
  118. package/css/components/JumpLinks/jump-links.css +34 -34
  119. package/css/components/Label/label-group.css +39 -44
  120. package/css/components/Label/label.css +258 -355
  121. package/css/components/Label/label.d.ts +11 -10
  122. package/css/components/Label/label.js +11 -10
  123. package/css/components/Label/label.mjs +11 -10
  124. package/css/components/List/list.css +16 -16
  125. package/css/components/Login/login.css +70 -97
  126. package/css/components/Login/login.d.ts +0 -2
  127. package/css/components/Login/login.js +0 -2
  128. package/css/components/Login/login.mjs +0 -2
  129. package/css/components/Masthead/masthead.css +262 -498
  130. package/css/components/Masthead/masthead.d.ts +3 -45
  131. package/css/components/Masthead/masthead.js +3 -45
  132. package/css/components/Masthead/masthead.mjs +3 -45
  133. package/css/components/Menu/menu.css +3 -0
  134. package/css/components/Menu/menu.d.ts +1 -0
  135. package/css/components/Menu/menu.js +1 -0
  136. package/css/components/Menu/menu.mjs +1 -0
  137. package/css/components/MenuToggle/menu-toggle.css +58 -80
  138. package/css/components/ModalBox/modal-box.css +59 -52
  139. package/css/components/ModalBox/modal-box.d.ts +1 -2
  140. package/css/components/ModalBox/modal-box.js +1 -2
  141. package/css/components/ModalBox/modal-box.mjs +1 -2
  142. package/css/components/MultipleFileUpload/multiple-file-upload.css +77 -50
  143. package/css/components/MultipleFileUpload/multiple-file-upload.d.ts +0 -1
  144. package/css/components/MultipleFileUpload/multiple-file-upload.js +0 -1
  145. package/css/components/MultipleFileUpload/multiple-file-upload.mjs +0 -1
  146. package/css/components/Nav/nav.css +241 -917
  147. package/css/components/Nav/nav.d.ts +9 -20
  148. package/css/components/Nav/nav.js +9 -20
  149. package/css/components/Nav/nav.mjs +9 -20
  150. package/css/components/NotificationBadge/notification-badge.css +56 -81
  151. package/css/components/NotificationBadge/notification-badge.d.ts +1 -5
  152. package/css/components/NotificationBadge/notification-badge.js +1 -5
  153. package/css/components/NotificationBadge/notification-badge.mjs +1 -5
  154. package/css/components/NotificationDrawer/notification-drawer.css +104 -115
  155. package/css/components/NotificationDrawer/notification-drawer.d.ts +3 -3
  156. package/css/components/NotificationDrawer/notification-drawer.js +3 -3
  157. package/css/components/NotificationDrawer/notification-drawer.mjs +3 -3
  158. package/css/components/NumberInput/number-input.css +8 -8
  159. package/css/components/NumberInput/number-input.d.ts +0 -3
  160. package/css/components/NumberInput/number-input.js +0 -3
  161. package/css/components/NumberInput/number-input.mjs +0 -3
  162. package/css/components/OverflowMenu/overflow-menu.css +17 -47
  163. package/css/components/OverflowMenu/overflow-menu.d.ts +1 -3
  164. package/css/components/OverflowMenu/overflow-menu.js +1 -3
  165. package/css/components/OverflowMenu/overflow-menu.mjs +1 -3
  166. package/css/components/Page/page.css +112 -209
  167. package/css/components/Page/page.d.ts +5 -12
  168. package/css/components/Page/page.js +5 -12
  169. package/css/components/Page/page.mjs +5 -12
  170. package/css/components/Pagination/pagination.css +64 -121
  171. package/css/components/Pagination/pagination.d.ts +2 -5
  172. package/css/components/Pagination/pagination.js +2 -5
  173. package/css/components/Pagination/pagination.mjs +2 -5
  174. package/css/components/Panel/panel.css +27 -23
  175. package/css/components/Panel/panel.d.ts +2 -2
  176. package/css/components/Panel/panel.js +2 -2
  177. package/css/components/Panel/panel.mjs +2 -2
  178. package/css/components/Popover/popover.css +42 -53
  179. package/css/components/Popover/popover.d.ts +1 -2
  180. package/css/components/Popover/popover.js +1 -2
  181. package/css/components/Popover/popover.mjs +1 -2
  182. package/css/components/Progress/progress.css +31 -45
  183. package/css/components/Progress/progress.d.ts +1 -2
  184. package/css/components/Progress/progress.js +1 -2
  185. package/css/components/Progress/progress.mjs +1 -2
  186. package/css/components/Radio/radio.css +27 -20
  187. package/css/components/Sidebar/sidebar.css +20 -9
  188. package/css/components/Sidebar/sidebar.d.ts +1 -0
  189. package/css/components/Sidebar/sidebar.js +1 -0
  190. package/css/components/Sidebar/sidebar.mjs +1 -0
  191. package/css/components/SimpleList/simple-list.css +35 -52
  192. package/css/components/SimpleList/simple-list.d.ts +2 -2
  193. package/css/components/SimpleList/simple-list.js +2 -2
  194. package/css/components/SimpleList/simple-list.mjs +2 -2
  195. package/css/components/Skeleton/skeleton.css +18 -20
  196. package/css/components/Skeleton/skeleton.d.ts +1 -2
  197. package/css/components/Skeleton/skeleton.js +1 -2
  198. package/css/components/Skeleton/skeleton.mjs +1 -2
  199. package/css/components/SkipToContent/skip-to-content.css +6 -3
  200. package/css/components/Slider/slider.css +34 -30
  201. package/css/components/Spinner/spinner.css +17 -34
  202. package/css/components/Switch/switch.css +42 -38
  203. package/css/components/Switch/switch.d.ts +1 -2
  204. package/css/components/Switch/switch.js +1 -2
  205. package/css/components/Switch/switch.mjs +1 -2
  206. package/css/components/TabContent/tab-content.css +17 -11
  207. package/css/components/TabContent/tab-content.d.ts +1 -1
  208. package/css/components/TabContent/tab-content.js +1 -1
  209. package/css/components/TabContent/tab-content.mjs +1 -1
  210. package/css/components/Table/table-grid.css +8 -8
  211. package/css/components/Table/table.css +85 -90
  212. package/css/components/Table/table.d.ts +2 -0
  213. package/css/components/Table/table.js +2 -0
  214. package/css/components/Table/table.mjs +2 -0
  215. package/css/components/Tile/tile.css +40 -81
  216. package/css/components/Tile/tile.d.ts +0 -1
  217. package/css/components/Tile/tile.js +0 -1
  218. package/css/components/Tile/tile.mjs +0 -1
  219. package/css/components/Timestamp/timestamp.css +12 -9
  220. package/css/components/Title/title.css +70 -19
  221. package/css/components/Title/title.d.ts +7 -1
  222. package/css/components/Title/title.js +7 -1
  223. package/css/components/Title/title.mjs +7 -1
  224. package/css/components/ToggleGroup/toggle-group.css +34 -47
  225. package/css/components/ToggleGroup/toggle-group.d.ts +0 -1
  226. package/css/components/ToggleGroup/toggle-group.js +0 -1
  227. package/css/components/ToggleGroup/toggle-group.mjs +0 -1
  228. package/css/components/Toolbar/toolbar.css +2527 -1032
  229. package/css/components/Toolbar/toolbar.d.ts +406 -102
  230. package/css/components/Toolbar/toolbar.js +406 -102
  231. package/css/components/Toolbar/toolbar.mjs +406 -102
  232. package/css/components/Tooltip/tooltip.css +16 -18
  233. package/css/components/Tooltip/tooltip.d.ts +0 -1
  234. package/css/components/Tooltip/tooltip.js +0 -1
  235. package/css/components/Tooltip/tooltip.mjs +0 -1
  236. package/css/components/Truncate/truncate.css +4 -0
  237. package/css/docs/components/Brand/examples/Brand.css +12 -0
  238. package/css/docs/components/Brand/examples/Brand.d.ts +10 -0
  239. package/css/docs/components/Brand/examples/Brand.js +11 -0
  240. package/css/docs/components/Brand/examples/Brand.mjs +9 -0
  241. package/css/docs/components/Button/examples/Button.css +4 -0
  242. package/css/docs/components/Divider/examples/Divider.css +3 -1
  243. package/css/docs/components/DragDrop/examples/DragDrop.css +1 -1
  244. package/css/docs/components/Label/examples/Label.css +4 -0
  245. package/css/docs/components/Nav/examples/Navigation.css +1 -22
  246. package/css/docs/components/Nav/examples/Navigation.d.ts +0 -3
  247. package/css/docs/components/Nav/examples/Navigation.js +0 -3
  248. package/css/docs/components/Nav/examples/Navigation.mjs +0 -3
  249. package/css/docs/components/Page/examples/Page.css +0 -8
  250. package/css/docs/components/Page/examples/Page.d.ts +0 -7
  251. package/css/docs/components/Page/examples/Page.js +0 -7
  252. package/css/docs/components/Page/examples/Page.mjs +0 -7
  253. package/css/docs/components/Toolbar/examples/Toolbar.css +20 -15
  254. package/css/docs/components/Truncate/examples/Truncate.css +2 -2
  255. package/css/docs/demos/Toolbar/examples/Toolbar.css +15 -0
  256. package/css/docs/demos/Toolbar/examples/Toolbar.d.ts +6 -1
  257. package/css/docs/demos/Toolbar/examples/Toolbar.js +6 -1
  258. package/css/docs/demos/Toolbar/examples/Toolbar.mjs +6 -1
  259. package/package.json +3 -3
  260. package/css/docs/components/Avatar/examples/Avatar.css +0 -3
  261. package/css/docs/components/Avatar/examples/Avatar.d.ts +0 -3
  262. package/css/docs/components/Avatar/examples/Avatar.js +0 -4
  263. package/css/docs/components/Avatar/examples/Avatar.mjs +0 -2
  264. package/css/docs/components/NotificationBadge/examples/NotificationBadge.css +0 -3
  265. package/css/docs/components/NotificationBadge/examples/NotificationBadge.d.ts +0 -5
  266. package/css/docs/components/NotificationBadge/examples/NotificationBadge.js +0 -6
  267. package/css/docs/components/NotificationBadge/examples/NotificationBadge.mjs +0 -4
@@ -1,73 +1,79 @@
1
+ :root,
1
2
  .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);
3
+ --pf-v5-c-notification-drawer--BackgroundColor: var(--pf-t--global--background--color--floating--default);
4
+ --pf-v5-c-notification-drawer__header--PaddingTop: var(--pf-t--global--spacer--md);
5
+ --pf-v5-c-notification-drawer__header--PaddingRight: var(--pf-t--global--spacer--lg);
6
+ --pf-v5-c-notification-drawer__header--PaddingBottom: var(--pf-t--global--spacer--md);
7
+ --pf-v5-c-notification-drawer__header--PaddingLeft: var(--pf-t--global--spacer--lg);
8
+ --pf-v5-c-notification-drawer__header--BackgroundColor: var(--pf-t--global--background--color--floating--default);
9
+ --pf-v5-c-notification-drawer__header--ZIndex: var(--pf-t--global--Zindex--sm);
10
+ --pf-v5-c-notification-drawer__header-title--FontSize: var(--pf-t--global--font--size--heading--md);
11
+ --pf-v5-c-notification-drawer__header-title--FontWeight: var(--pf-t--global--font--weight--heading--bold);
12
+ --pf-v5-c-notification-drawer__header-title--LineHeight: var(--pf-t--global--font--line-height--heading);
13
+ --pf-v5-c-notification-drawer__header-title--FontFamily: var(--pf-t--global--font--family--heading);
14
+ --pf-v5-c-notification-drawer__header-status--MarginLeft: var(--pf-t--global--spacer--md);
15
+ --pf-v5-c-notification-drawer__header-status--FontWeight: var(--pf-t--global--font--weight--body--bold);
16
+ --pf-v5-c-notification-drawer__header-status--FontSize: var(--pf-t--global--font--size--body--default);
17
+ --pf-v5-c-notification-drawer__header-status--Color: var(--pf-t--global--text--color--subtle);
18
+ --pf-v5-c-notification-drawer__body--ZIndex: var(--pf-t--global--Zindex--xs);
19
+ --pf-v5-c-notification-drawer__body--PaddingBlockStart: 0;
20
+ --pf-v5-c-notification-drawer__body--PaddingBlockEnd: var(--pf-t--global--spacer--md);
21
+ --pf-v5-c-notification-drawer__list--Gap: var(--pf-t--global--spacer--sm);
22
+ --pf-v5-c-notification-drawer__list--PaddingInlineStart: var(--pf-t--global--spacer--lg);
23
+ --pf-v5-c-notification-drawer__list--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
24
+ --pf-v5-c-notification-drawer__list-item--PaddingTop: var(--pf-t--global--spacer--md);
25
+ --pf-v5-c-notification-drawer__list-item--PaddingRight: var(--pf-t--global--spacer--md);
26
+ --pf-v5-c-notification-drawer__list-item--PaddingBottom: var(--pf-t--global--spacer--md);
27
+ --pf-v5-c-notification-drawer__list-item--PaddingLeft: var(--pf-t--global--spacer--md);
28
+ --pf-v5-c-notification-drawer__list-item--BackgroundColor: var(--pf-t--global--background--color--primary--default);
29
+ --pf-v5-c-notification-drawer__list-item--BorderWidth: var(--pf-t--global--border--width--box--status--default);
30
+ --pf-v5-c-notification-drawer__list-item--BorderRadius: var(--pf-t--global--border--radius--medium);
31
+ --pf-v5-c-notification-drawer__list-item--m-info__list-item-header-icon--Color: var(--pf-t--global--icon--color--status--info--default);
32
+ --pf-v5-c-notification-drawer__list-item--m-info__list-item--BorderColor: var(--pf-t--global--border--color--status--info--default);
33
+ --pf-v5-c-notification-drawer__list-item--m-warning__list-item-header-icon--Color: var(--pf-t--global--icon--color--status--warning--default);
34
+ --pf-v5-c-notification-drawer__list-item--m-warning__list-item--BorderColor: var(--pf-t--global--border--color--status--warning--default);
35
+ --pf-v5-c-notification-drawer__list-item--m-danger__list-item-header-icon--Color: var(--pf-t--global--icon--color--status--danger--default);
36
+ --pf-v5-c-notification-drawer__list-item--m-danger__list-item--BorderColor: var(--pf-t--global--border--color--status--danger--default);
37
+ --pf-v5-c-notification-drawer__list-item--m-success__list-item-header-icon--Color: var(--pf-t--global--icon--color--status--success--default);
38
+ --pf-v5-c-notification-drawer__list-item--m-success__list-item--BorderColor: var(--pf-t--global--border--color--status--success--default);
39
+ --pf-v5-c-notification-drawer__list-item--m-custom__list-item-header-icon--Color: var(--pf-t--global--icon--color--status--custom--default);
40
+ --pf-v5-c-notification-drawer__list-item--m-custom__list-item--BorderColor: var(--pf-t--global--border--color--status--custom--default);
41
+ --pf-v5-c-notification-drawer__list-item--m-read--BackgroundColor: var(--pf-t--global--background--color--primary--default);
42
+ --pf-v5-c-notification-drawer__list-item--m-read--BorderWidth: var(--pf-t--global--border--width--box--status--read);
43
+ --pf-v5-c-notification-drawer__list-item--m-read--BorderColor: var(--pf-t--global--border--color--default);
44
+ --pf-v5-c-notification-drawer__list-item--m-hoverable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
45
+ --pf-v5-c-notification-drawer__list-item-header--MarginBottom: var(--pf-t--global--spacer--xs);
45
46
  --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);
47
+ --pf-v5-c-notification-drawer__list-item-header-icon--MarginRight: var(--pf-t--global--spacer--sm);
48
+ --pf-v5-c-notification-drawer__list-item-header-title--FontFamily: var(--pf-t--global--font--family--heading);
49
+ --pf-v5-c-notification-drawer__list-item-header-title--FontSize: var(--pf-t--global--font--size--heading--xs);
50
+ --pf-v5-c-notification-drawer__list-item-header-title--FontWeight: var(--pf-t--global--font--weight--heading--bold);
51
+ --pf-v5-c-notification-drawer__list-item-header-title--LineHeight: var(--pf-t--global--font--line-height--heading);
48
52
  --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);
53
+ --pf-v5-c-notification-drawer__list-item-description--MarginBottom: var(--pf-t--global--spacer--sm);
54
+ --pf-v5-c-notification-drawer__list-item-timestamp--Color: var(--pf-t--global--text--color--subtle);
55
+ --pf-v5-c-notification-drawer__list-item-timestamp--FontSize: var(--pf-t--global--font--size--body--default);
56
+ --pf-v5-c-notification-drawer__group--BorderBottomWidth: var(--pf-t--global--border--width--divider--default);
57
+ --pf-v5-c-notification-drawer__group--m-expanded--group--BorderBottomColor: var(--pf-t--global--border--color--default);
55
58
  --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);
59
+ --pf-v5-c-notification-drawer__group--m-expanded--PaddingBlockEnd: var(--pf-t--global--spacer--md);
60
+ --pf-v5-c-notification-drawer__group-toggle--PaddingTop: var(--pf-t--global--spacer--md);
61
+ --pf-v5-c-notification-drawer__group-toggle--PaddingRight: var(--pf-t--global--spacer--lg);
62
+ --pf-v5-c-notification-drawer__group-toggle--PaddingBottom: var(--pf-t--global--spacer--md);
63
+ --pf-v5-c-notification-drawer__group-toggle--PaddingLeft: var(--pf-t--global--spacer--lg);
64
+ --pf-v5-c-notification-drawer__group-toggle--BackgroundColor: var(--pf-t--global--background--color--floating--default);
63
65
  --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);
66
+ --pf-v5-c-notification-drawer__group-toggle-title--MarginRight: var(--pf-t--global--spacer--md);
67
+ --pf-v5-c-notification-drawer__group-toggle-title--FontSize: var(--pf-t--global--font--size--body--lg);
65
68
  --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-count--MarginRight: var(--pf-t--global--spacer--md);
70
+ --pf-v5-c-notification-drawer__group-toggle-icon--MarginRight: var(--pf-t--global--spacer--md);
71
+ --pf-v5-c-notification-drawer__group-toggle-icon--Color: var(--pf-t--global--icon--color--regular);
69
72
  --pf-v5-c-notification-drawer__group-toggle-icon--Transition: .2s ease-in 0s;
70
73
  --pf-v5-c-notification-drawer__group--m-expanded__group-toggle-icon--Rotate: 90deg;
74
+ }
75
+
76
+ .pf-v5-c-notification-drawer {
71
77
  display: flex;
72
78
  flex-direction: column;
73
79
  height: 100%;
@@ -85,15 +91,20 @@
85
91
  padding-inline-start: var(--pf-v5-c-notification-drawer__header--PaddingLeft);
86
92
  padding-inline-end: var(--pf-v5-c-notification-drawer__header--PaddingRight);
87
93
  background-color: var(--pf-v5-c-notification-drawer__header--BackgroundColor);
88
- box-shadow: var(--pf-v5-c-notification-drawer__header--BoxShadow);
89
94
  }
90
95
 
91
96
  .pf-v5-c-notification-drawer__header-title {
97
+ font-family: var(--pf-v5-c-notification-drawer__header-title--FontFamily);
92
98
  font-size: var(--pf-v5-c-notification-drawer__header-title--FontSize);
99
+ font-weight: var(--pf-v5-c-notification-drawer__header-title--FontWeight);
100
+ line-height: var(--pf-v5-c-notification-drawer__header-title--LineHeight);
93
101
  }
94
102
 
95
103
  .pf-v5-c-notification-drawer__header-status {
96
104
  margin-inline-start: var(--pf-v5-c-notification-drawer__header-status--MarginLeft);
105
+ font-size: var(--pf-v5-c-notification-drawer__header-status--FontSize);
106
+ font-weight: var(--pf-v5-c-notification-drawer__header-status--FontWeight);
107
+ color: var(--pf-v5-c-notification-drawer__header-status--Color);
97
108
  }
98
109
 
99
110
  .pf-v5-c-notification-drawer__header-action {
@@ -104,8 +115,17 @@
104
115
 
105
116
  .pf-v5-c-notification-drawer__body {
106
117
  flex: 1;
118
+ padding-block-start: var(--pf-v5-c-notification-drawer__body--PaddingBlockStart);
119
+ padding-block-end: var(--pf-v5-c-notification-drawer__body--PaddingBlockEnd);
107
120
  overflow-y: auto;
108
- box-shadow: var(--pf-v5-c-notification-drawer__body--ZIndex);
121
+ }
122
+
123
+ .pf-v5-c-notification-drawer__list:not([hidden]) {
124
+ display: flex;
125
+ flex-direction: column;
126
+ gap: var(--pf-v5-c-notification-drawer__list--Gap);
127
+ padding-inline-start: var(--pf-v5-c-notification-drawer__list--PaddingInlineStart);
128
+ padding-inline-end: var(--pf-v5-c-notification-drawer__list--PaddingInlineEnd);
109
129
  }
110
130
 
111
131
  .pf-v5-c-notification-drawer__list-item {
@@ -117,60 +137,40 @@
117
137
  padding-inline-start: var(--pf-v5-c-notification-drawer__list-item--PaddingLeft);
118
138
  padding-inline-end: var(--pf-v5-c-notification-drawer__list-item--PaddingRight);
119
139
  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);
140
+ border: var(--pf-v5-c-notification-drawer__list-item--BorderWidth) solid var(--pf-v5-c-notification-drawer__list-item--BorderColor);
141
+ border-radius: var(--pf-v5-c-notification-drawer__list-item--BorderRadius);
138
142
  }
139
143
  .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);
144
+ --pf-v5-c-notification-drawer__list-item--BorderColor: var(--pf-v5-c-notification-drawer__list-item--m-info__list-item--BorderColor);
141
145
  --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
146
  }
143
147
  .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);
148
+ --pf-v5-c-notification-drawer__list-item--BorderColor: var(--pf-v5-c-notification-drawer__list-item--m-warning__list-item--BorderColor);
145
149
  --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
150
  }
147
151
  .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);
152
+ --pf-v5-c-notification-drawer__list-item--BorderColor: var(--pf-v5-c-notification-drawer__list-item--m-danger__list-item--BorderColor);
149
153
  --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
154
  }
151
155
  .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);
156
+ --pf-v5-c-notification-drawer__list-item--BorderColor: var(--pf-v5-c-notification-drawer__list-item--m-success__list-item--BorderColor);
153
157
  --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
158
  }
155
159
  .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);
160
+ --pf-v5-c-notification-drawer__list-item--BorderColor: var(--pf-v5-c-notification-drawer__list-item--m-custom__list-item--BorderColor);
157
161
  --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
162
  }
159
163
  .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);
164
+ --pf-v5-c-notification-drawer__list-item--BorderWidth: var(--pf-v5-c-notification-drawer__list-item--m-read--BorderWidth);
161
165
  --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);
166
+ --pf-v5-c-notification-drawer__list-item--BorderColor: var(--pf-v5-c-notification-drawer__list-item--m-read--BorderColor);
166
167
  position: relative;
167
168
  }
168
169
  .pf-v5-c-notification-drawer__list-item.pf-m-hoverable {
169
170
  cursor: pointer;
170
171
  }
171
- .pf-v5-c-notification-drawer__list-item.pf-m-hoverable:hover {
172
- z-index: var(--pf-v5-c-notification-drawer__list-item--m-hoverable--hover--ZIndex);
173
- box-shadow: var(--pf-v5-c-notification-drawer__list-item--m-hoverable--hover--BoxShadow);
172
+ .pf-v5-c-notification-drawer__list-item.pf-m-hoverable:hover, .pf-v5-c-notification-drawer__list-item.pf-m-hoverable:focus {
173
+ background-color: var(--pf-v5-c-notification-drawer__list-item--m-hoverable--hover--BackgroundColor);
174
174
  }
175
175
 
176
176
  .pf-v5-c-notification-drawer__list-item-header {
@@ -187,7 +187,10 @@
187
187
  }
188
188
 
189
189
  .pf-v5-c-notification-drawer__list-item-header-title {
190
+ font-family: var(--pf-v5-c-notification-drawer__list-item-header-title--FontFamily);
191
+ font-size: var(--pf-v5-c-notification-drawer__list-item-header-title--FontSize);
190
192
  font-weight: var(--pf-v5-c-notification-drawer__list-item-header-title--FontWeight);
193
+ line-height: var(--pf-v5-c-notification-drawer__list-item-header-title--LineHeight);
191
194
  word-break: break-word;
192
195
  }
193
196
  .pf-v5-c-notification-drawer__list-item-header-title.pf-m-truncate {
@@ -221,15 +224,12 @@
221
224
  flex-direction: column;
222
225
  }
223
226
 
227
+ .pf-v5-c-notification-drawer__group {
228
+ border-block-end: var(--pf-v5-c-notification-drawer__group--BorderBottomWidth) solid var(--pf-v5-c-notification-drawer__group--m-expanded--group--BorderBottomColor);
229
+ }
224
230
  .pf-v5-c-notification-drawer__group.pf-m-expanded {
225
231
  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);
229
- }
230
- .pf-v5-c-notification-drawer__group .pf-v5-c-notification-drawer__list-item:last-child {
231
- --pf-v5-c-notification-drawer__list-item--BorderBottomWidth: 0;
232
- --pf-v5-c-notification-drawer__list-item--before--Bottom: 0;
232
+ padding-block-end: var(--pf-v5-c-notification-drawer__group--m-expanded--PaddingBlockEnd);
233
233
  }
234
234
 
235
235
  .pf-v5-c-notification-drawer__group-toggle {
@@ -241,8 +241,7 @@
241
241
  padding-inline-start: var(--pf-v5-c-notification-drawer__group-toggle--PaddingLeft);
242
242
  padding-inline-end: var(--pf-v5-c-notification-drawer__group-toggle--PaddingRight);
243
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);
244
+ border: none;
246
245
  outline-offset: var(--pf-v5-c-notification-drawer__group-toggle--OutlineOffset);
247
246
  }
248
247
 
@@ -253,6 +252,7 @@
253
252
  overflow: hidden;
254
253
  flex: 1;
255
254
  margin-inline-end: var(--pf-v5-c-notification-drawer__group-toggle-title--MarginRight);
255
+ font-size: var(--pf-v5-c-notification-drawer__group-toggle-title--FontSize);
256
256
  text-align: start;
257
257
  word-break: break-word;
258
258
  }
@@ -273,15 +273,4 @@
273
273
 
274
274
  .pf-v5-c-notification-drawer__group.pf-m-expanded .pf-v5-c-notification-drawer__group-toggle-icon {
275
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);
287
276
  }
@@ -2,12 +2,12 @@ import './notification-drawer.css';
2
2
  declare const _default: {
3
3
  "dirRtl": "pf-v5-m-dir-rtl",
4
4
  "modifiers": {
5
- "read": "pf-m-read",
6
5
  "info": "pf-m-info",
7
6
  "warning": "pf-m-warning",
8
7
  "danger": "pf-m-danger",
9
8
  "success": "pf-m-success",
10
9
  "custom": "pf-m-custom",
10
+ "read": "pf-m-read",
11
11
  "hoverable": "pf-m-hoverable",
12
12
  "truncate": "pf-m-truncate",
13
13
  "expanded": "pf-m-expanded"
@@ -24,13 +24,13 @@ declare const _default: {
24
24
  "notificationDrawerHeaderAction": "pf-v5-c-notification-drawer__header-action",
25
25
  "notificationDrawerHeaderStatus": "pf-v5-c-notification-drawer__header-status",
26
26
  "notificationDrawerHeaderTitle": "pf-v5-c-notification-drawer__header-title",
27
+ "notificationDrawerList": "pf-v5-c-notification-drawer__list",
27
28
  "notificationDrawerListItem": "pf-v5-c-notification-drawer__list-item",
28
29
  "notificationDrawerListItemAction": "pf-v5-c-notification-drawer__list-item-action",
29
30
  "notificationDrawerListItemDescription": "pf-v5-c-notification-drawer__list-item-description",
30
31
  "notificationDrawerListItemHeader": "pf-v5-c-notification-drawer__list-item-header",
31
32
  "notificationDrawerListItemHeaderIcon": "pf-v5-c-notification-drawer__list-item-header-icon",
32
33
  "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"
34
+ "notificationDrawerListItemTimestamp": "pf-v5-c-notification-drawer__list-item-timestamp"
35
35
  };
36
36
  export default _default;
@@ -4,12 +4,12 @@ require('./notification-drawer.css');
4
4
  exports.default = {
5
5
  "dirRtl": "pf-v5-m-dir-rtl",
6
6
  "modifiers": {
7
- "read": "pf-m-read",
8
7
  "info": "pf-m-info",
9
8
  "warning": "pf-m-warning",
10
9
  "danger": "pf-m-danger",
11
10
  "success": "pf-m-success",
12
11
  "custom": "pf-m-custom",
12
+ "read": "pf-m-read",
13
13
  "hoverable": "pf-m-hoverable",
14
14
  "truncate": "pf-m-truncate",
15
15
  "expanded": "pf-m-expanded"
@@ -26,12 +26,12 @@ exports.default = {
26
26
  "notificationDrawerHeaderAction": "pf-v5-c-notification-drawer__header-action",
27
27
  "notificationDrawerHeaderStatus": "pf-v5-c-notification-drawer__header-status",
28
28
  "notificationDrawerHeaderTitle": "pf-v5-c-notification-drawer__header-title",
29
+ "notificationDrawerList": "pf-v5-c-notification-drawer__list",
29
30
  "notificationDrawerListItem": "pf-v5-c-notification-drawer__list-item",
30
31
  "notificationDrawerListItemAction": "pf-v5-c-notification-drawer__list-item-action",
31
32
  "notificationDrawerListItemDescription": "pf-v5-c-notification-drawer__list-item-description",
32
33
  "notificationDrawerListItemHeader": "pf-v5-c-notification-drawer__list-item-header",
33
34
  "notificationDrawerListItemHeaderIcon": "pf-v5-c-notification-drawer__list-item-header-icon",
34
35
  "notificationDrawerListItemHeaderTitle": "pf-v5-c-notification-drawer__list-item-header-title",
35
- "notificationDrawerListItemTimestamp": "pf-v5-c-notification-drawer__list-item-timestamp",
36
- "themeDark": "pf-v5-theme-dark"
36
+ "notificationDrawerListItemTimestamp": "pf-v5-c-notification-drawer__list-item-timestamp"
37
37
  };
@@ -2,12 +2,12 @@ import './notification-drawer.css';
2
2
  export default {
3
3
  "dirRtl": "pf-v5-m-dir-rtl",
4
4
  "modifiers": {
5
- "read": "pf-m-read",
6
5
  "info": "pf-m-info",
7
6
  "warning": "pf-m-warning",
8
7
  "danger": "pf-m-danger",
9
8
  "success": "pf-m-success",
10
9
  "custom": "pf-m-custom",
10
+ "read": "pf-m-read",
11
11
  "hoverable": "pf-m-hoverable",
12
12
  "truncate": "pf-m-truncate",
13
13
  "expanded": "pf-m-expanded"
@@ -24,12 +24,12 @@ export default {
24
24
  "notificationDrawerHeaderAction": "pf-v5-c-notification-drawer__header-action",
25
25
  "notificationDrawerHeaderStatus": "pf-v5-c-notification-drawer__header-status",
26
26
  "notificationDrawerHeaderTitle": "pf-v5-c-notification-drawer__header-title",
27
+ "notificationDrawerList": "pf-v5-c-notification-drawer__list",
27
28
  "notificationDrawerListItem": "pf-v5-c-notification-drawer__list-item",
28
29
  "notificationDrawerListItemAction": "pf-v5-c-notification-drawer__list-item-action",
29
30
  "notificationDrawerListItemDescription": "pf-v5-c-notification-drawer__list-item-description",
30
31
  "notificationDrawerListItemHeader": "pf-v5-c-notification-drawer__list-item-header",
31
32
  "notificationDrawerListItemHeaderIcon": "pf-v5-c-notification-drawer__list-item-header-icon",
32
33
  "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"
34
+ "notificationDrawerListItemTimestamp": "pf-v5-c-notification-drawer__list-item-timestamp"
35
35
  };
@@ -6,12 +6,12 @@
6
6
  appearance: none;
7
7
  }
8
8
 
9
+ :root,
9
10
  .pf-v5-c-number-input {
10
- --pf-v5-c-number-input__unit--c-input-group--MarginLeft: var(--pf-v5-global--spacer--sm);
11
- --pf-v5-c-number-input__icon--FontSize: var(--pf-v5-global--FontSize--xs);
12
- --pf-v5-c-number-input--c-form-control--width-base: calc(var(--pf-v5-global--spacer--sm) * 2 + var(--pf-v5-global--BorderWidth--sm) * 2);
13
- --pf-v5-c-number-input--c-form-control--width-icon: 0px;
14
- --pf-v5-c-number-input--m-status--c-form-control--width-icon: var(--pf-v5-global--spacer--xl);
11
+ --pf-v5-c-number-input__unit--c-input-group--MarginLeft: var(--pf-t--global--spacer--sm);
12
+ --pf-v5-c-number-input__icon--FontSize: var(--pf-t--global--font--size--xs);
13
+ --pf-v5-c-number-input--c-form-control--width-base: calc(var(--pf-t--global--spacer--md) * 2 + var(--pf-t--global--border--width--box--default) * 2);
14
+ --pf-v5-c-number-input--c-form-control--width-icon: var(--pf-t--global--spacer--xl);
15
15
  --pf-v5-c-number-input--c-form-control--width-chars: 4;
16
16
  --pf-v5-c-number-input--c-form-control--Width:
17
17
  calc(
@@ -19,12 +19,12 @@
19
19
  var(--pf-v5-c-number-input--c-form-control--width-base) + var(--pf-v5-c-number-input--c-form-control--width-chars) * 1ch
20
20
  ) + var(--pf-v5-c-number-input--c-form-control--width-icon)
21
21
  );
22
+ }
23
+
24
+ .pf-v5-c-number-input {
22
25
  display: inline-flex;
23
26
  align-items: center;
24
27
  }
25
- .pf-v5-c-number-input.pf-m-status {
26
- --pf-v5-c-number-input--c-form-control--width-icon: var(--pf-v5-c-number-input--m-status--c-form-control--width-icon);
27
- }
28
28
  .pf-v5-c-number-input .pf-v5-c-form-control {
29
29
  width: var(--pf-v5-c-number-input--c-form-control--Width);
30
30
  }
@@ -2,9 +2,6 @@ import './number-input.css';
2
2
  declare const _default: {
3
3
  "formControl": "pf-v5-c-form-control",
4
4
  "inputGroup": "pf-v5-c-input-group",
5
- "modifiers": {
6
- "status": "pf-m-status"
7
- },
8
5
  "numberInput": "pf-v5-c-number-input",
9
6
  "numberInputIcon": "pf-v5-c-number-input__icon",
10
7
  "numberInputUnit": "pf-v5-c-number-input__unit"
@@ -4,9 +4,6 @@ require('./number-input.css');
4
4
  exports.default = {
5
5
  "formControl": "pf-v5-c-form-control",
6
6
  "inputGroup": "pf-v5-c-input-group",
7
- "modifiers": {
8
- "status": "pf-m-status"
9
- },
10
7
  "numberInput": "pf-v5-c-number-input",
11
8
  "numberInputIcon": "pf-v5-c-number-input__icon",
12
9
  "numberInputUnit": "pf-v5-c-number-input__unit"
@@ -2,9 +2,6 @@ import './number-input.css';
2
2
  export default {
3
3
  "formControl": "pf-v5-c-form-control",
4
4
  "inputGroup": "pf-v5-c-input-group",
5
- "modifiers": {
6
- "status": "pf-m-status"
7
- },
8
5
  "numberInput": "pf-v5-c-number-input",
9
6
  "numberInputIcon": "pf-v5-c-number-input__icon",
10
7
  "numberInputUnit": "pf-v5-c-number-input__unit"
@@ -1,66 +1,36 @@
1
+ :root {
2
+ --pf-v5-c-overflow-menu--ColumnGap: var(--pf-t--global--spacer--md);
3
+ --pf-v5-c-overflow-menu__group--ColumnGap: var(--pf-t--global--spacer--md);
4
+ --pf-v5-c-overflow-menu__group--m-button-group--ColumnGap: var(--pf-t--global--spacer--sm);
5
+ --pf-v5-c-overflow-menu__group--m-icon-button-group--ColumnGap: var(--pf-t--global--spacer--xs);
6
+ }
7
+
1
8
  .pf-v5-c-overflow-menu {
2
- --pf-v5-c-overflow-menu--spacer--base: var(--pf-v5-global--spacer--md);
3
- --pf-v5-c-overflow-menu--spacer: var(--pf-v5-global--spacer--sm);
4
- --pf-v5-c-overflow-menu__group--spacer: var(--pf-v5-c-overflow-menu--spacer--base);
5
- --pf-v5-c-overflow-menu__item--spacer: var(--pf-v5-c-overflow-menu--spacer--base);
6
- --pf-v5-c-overflow-menu--c-divider--m-vertical--spacer: var(--pf-v5-c-overflow-menu--spacer--base);
7
- --pf-v5-c-overflow-menu__group--m-button-group--spacer: var(--pf-v5-c-overflow-menu--spacer--base);
8
- --pf-v5-c-overflow-menu__group--m-button-group--space-items: var(--pf-v5-global--spacer--sm);
9
- --pf-v5-c-overflow-menu__group--m-icon-button-group--spacer: var(--pf-v5-c-overflow-menu--spacer--base);
10
- --pf-v5-c-overflow-menu__group--m-icon-button-group--space-items: 0;
11
9
  display: inline-flex;
12
- align-items: center;
10
+ column-gap: var(--pf-v5-c-overflow-menu--ColumnGap);
13
11
  }
14
12
 
15
- .pf-v5-c-overflow-menu__content {
13
+ .pf-v5-c-overflow-menu__content,
14
+ .pf-v5-c-overflow-menu__group {
16
15
  display: flex;
17
- align-items: center;
16
+ align-items: start;
18
17
  }
19
18
 
20
19
  .pf-v5-c-overflow-menu__group {
21
- --pf-v5-c-overflow-menu--spacer: var(--pf-v5-c-overflow-menu__group--spacer);
22
- display: flex;
23
- align-items: center;
20
+ column-gap: var(--pf-v5-c-overflow-menu__group--ColumnGap);
24
21
  }
25
22
  .pf-v5-c-overflow-menu__group.pf-m-button-group {
26
- --pf-v5-c-overflow-menu--spacer: var(--pf-v5-c-overflow-menu__group--m-button-group--spacer);
27
- }
28
- .pf-v5-c-overflow-menu__group.pf-m-button-group > * {
29
- --pf-v5-c-overflow-menu--spacer: var(--pf-v5-c-overflow-menu__group--m-button-group--space-items);
23
+ column-gap: var(--pf-v5-c-overflow-menu__group--m-button-group--ColumnGap);
30
24
  }
31
25
  .pf-v5-c-overflow-menu__group.pf-m-icon-button-group {
32
- --pf-v5-c-overflow-menu--spacer: var(--pf-v5-c-overflow-menu__group--m-icon-button-group--spacer);
33
- }
34
- .pf-v5-c-overflow-menu__group.pf-m-icon-button-group > * {
35
- --pf-v5-c-overflow-menu--spacer: var(--pf-v5-c-overflow-menu__group--m-icon-button-group--space-items);
26
+ column-gap: var(--pf-v5-c-overflow-menu__group--m-icon-button-group--ColumnGap);
36
27
  }
37
28
 
38
29
  .pf-v5-c-overflow-menu__item {
39
- --pf-v5-c-overflow-menu--spacer: var(--pf-v5-c-overflow-menu__item--spacer);
30
+ column-gap: var(--pf-v5-c-overflow-menu__item--ColumnGap, var(--pf-v5-c-overflow-menu--ColumnGap));
40
31
  }
41
32
 
42
33
  .pf-v5-c-overflow-menu__content,
43
- .pf-v5-c-overflow-menu__control,
44
- .pf-v5-c-overflow-menu__group,
45
- .pf-v5-c-overflow-menu__item {
46
- margin-inline-end: var(--pf-v5-c-overflow-menu--spacer);
47
- }
48
- .pf-v5-c-overflow-menu__content:last-child,
49
- .pf-v5-c-overflow-menu__control:last-child,
50
- .pf-v5-c-overflow-menu__group:last-child,
51
- .pf-v5-c-overflow-menu__item:last-child {
52
- --pf-v5-c-overflow-menu--spacer: 0;
53
- }
54
-
55
- .pf-v5-c-overflow-menu > .pf-v5-c-divider,
56
- .pf-v5-c-overflow-menu__group > .pf-v5-c-divider {
57
- --pf-v5-c-overflow-menu--spacer: var(--pf-v5-c-overflow-menu--c-divider--m-vertical--spacer);
58
- }
59
- .pf-v5-c-overflow-menu > .pf-v5-c-divider.pf-m-vertical,
60
- .pf-v5-c-overflow-menu__group > .pf-v5-c-divider.pf-m-vertical {
61
- margin-inline-end: var(--pf-v5-c-overflow-menu--spacer);
62
- }
63
- .pf-v5-c-overflow-menu > .pf-v5-c-divider.pf-m-vertical:last-child,
64
- .pf-v5-c-overflow-menu__group > .pf-v5-c-divider.pf-m-vertical:last-child {
65
- --pf-v5-c-overflow-menu--spacer: 0;
34
+ .pf-v5-c-overflow-menu__control {
35
+ column-gap: var(--pf-v5-c-overflow-menu--ColumnGap);
66
36
  }
@@ -1,10 +1,8 @@
1
1
  import './overflow-menu.css';
2
2
  declare const _default: {
3
- "divider": "pf-v5-c-divider",
4
3
  "modifiers": {
5
4
  "buttonGroup": "pf-m-button-group",
6
- "iconButtonGroup": "pf-m-icon-button-group",
7
- "vertical": "pf-m-vertical"
5
+ "iconButtonGroup": "pf-m-icon-button-group"
8
6
  },
9
7
  "overflowMenu": "pf-v5-c-overflow-menu",
10
8
  "overflowMenuContent": "pf-v5-c-overflow-menu__content",
@@ -2,11 +2,9 @@
2
2
  exports.__esModule = true;
3
3
  require('./overflow-menu.css');
4
4
  exports.default = {
5
- "divider": "pf-v5-c-divider",
6
5
  "modifiers": {
7
6
  "buttonGroup": "pf-m-button-group",
8
- "iconButtonGroup": "pf-m-icon-button-group",
9
- "vertical": "pf-m-vertical"
7
+ "iconButtonGroup": "pf-m-icon-button-group"
10
8
  },
11
9
  "overflowMenu": "pf-v5-c-overflow-menu",
12
10
  "overflowMenuContent": "pf-v5-c-overflow-menu__content",
@@ -1,10 +1,8 @@
1
1
  import './overflow-menu.css';
2
2
  export default {
3
- "divider": "pf-v5-c-divider",
4
3
  "modifiers": {
5
4
  "buttonGroup": "pf-m-button-group",
6
- "iconButtonGroup": "pf-m-icon-button-group",
7
- "vertical": "pf-m-vertical"
5
+ "iconButtonGroup": "pf-m-icon-button-group"
8
6
  },
9
7
  "overflowMenu": "pf-v5-c-overflow-menu",
10
8
  "overflowMenuContent": "pf-v5-c-overflow-menu__content",