@patternfly/patternfly 5.0.0-alpha.3 → 5.0.0-alpha.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (290) hide show
  1. package/RELEASE-NOTES.md +17 -0
  2. package/assets/icons/iconUnicodes.json +1 -0
  3. package/assets/pficon/pficon.scss +6 -0
  4. package/assets/pficon/pficon.woff +0 -0
  5. package/assets/pficon/pficon.woff2 +0 -0
  6. package/base/_base.scss +0 -18
  7. package/base/_chart-globals.scss +0 -4
  8. package/base/_common.scss +0 -22
  9. package/base/_fonts.scss +22 -22
  10. package/base/_globals.scss +1 -1
  11. package/base/_icons.scss +1 -28
  12. package/base/_svg-icons.scss +6 -0
  13. package/base/_variables.scss +1 -1
  14. package/base/patternfly-common.css +0 -10
  15. package/base/patternfly-fonts.css +17 -17
  16. package/base/patternfly-icons.css +6 -20
  17. package/base/patternfly-pf-icons.css +5 -1
  18. package/base/themes/dark/_globals.scss +1 -1
  19. package/base/themes/dark/_variables.scss +1 -1
  20. package/components/AboutModalBox/about-modal-box.css +7 -7
  21. package/components/AboutModalBox/about-modal-box.scss +7 -7
  22. package/components/Accordion/accordion.css +2 -0
  23. package/components/Accordion/accordion.scss +2 -0
  24. package/components/Alert/alert.css +3 -3
  25. package/components/Alert/alert.scss +3 -3
  26. package/components/AppLauncher/app-launcher.css +2 -0
  27. package/components/AppLauncher/app-launcher.scss +2 -0
  28. package/components/Avatar/avatar.scss +2 -2
  29. package/components/Banner/banner.css +14 -14
  30. package/components/Banner/banner.scss +9 -13
  31. package/components/Breadcrumb/breadcrumb.css +2 -0
  32. package/components/Breadcrumb/breadcrumb.scss +2 -0
  33. package/components/CalendarMonth/calendar-month.css +2 -2
  34. package/components/CalendarMonth/calendar-month.scss +3 -3
  35. package/components/Card/card.css +20 -21
  36. package/components/Card/card.scss +22 -26
  37. package/components/Chip/chip.css +33 -24
  38. package/components/Chip/chip.scss +40 -31
  39. package/components/ChipGroup/chip-group.css +27 -17
  40. package/components/ChipGroup/chip-group.scss +36 -22
  41. package/components/Content/content.css +11 -5
  42. package/components/Content/content.scss +17 -9
  43. package/components/ContextSelector/context-selector.css +5 -1
  44. package/components/ContextSelector/context-selector.scss +6 -2
  45. package/components/DataList/data-list-grid.css +7 -7
  46. package/components/DataList/data-list-grid.scss +1 -1
  47. package/components/DataList/data-list.css +12 -11
  48. package/components/DataList/data-list.scss +5 -4
  49. package/components/DescriptionList/description-list.css +7 -7
  50. package/components/DescriptionList/description-list.scss +7 -7
  51. package/components/Divider/divider.css +2 -2
  52. package/components/Divider/divider.scss +3 -3
  53. package/components/Drawer/drawer.css +15 -16
  54. package/components/Drawer/drawer.scss +2 -3
  55. package/components/Dropdown/dropdown.css +12 -10
  56. package/components/Dropdown/dropdown.scss +2 -0
  57. package/components/DualListSelector/dual-list-selector.css +1 -1
  58. package/components/DualListSelector/dual-list-selector.scss +1 -1
  59. package/components/EmptyState/empty-state.css +46 -52
  60. package/components/EmptyState/empty-state.scss +58 -57
  61. package/components/ExpandableSection/expandable-section.css +2 -0
  62. package/components/ExpandableSection/expandable-section.scss +2 -0
  63. package/components/Form/form.css +12 -12
  64. package/components/Form/form.scss +7 -7
  65. package/components/FormControl/form-control.css +2 -5
  66. package/components/FormControl/themes/dark/form-control.scss +2 -6
  67. package/components/Hint/hint.css +2 -2
  68. package/components/Hint/hint.scss +2 -2
  69. package/components/Label/label.css +43 -30
  70. package/components/Label/label.scss +49 -34
  71. package/components/LabelGroup/label-group.css +26 -22
  72. package/components/LabelGroup/label-group.scss +31 -26
  73. package/components/Login/login.css +11 -11
  74. package/components/Login/login.scss +10 -10
  75. package/components/Masthead/masthead.css +4 -4
  76. package/components/Masthead/masthead.scss +4 -4
  77. package/components/Menu/menu.css +9 -6
  78. package/components/Menu/menu.scss +34 -31
  79. package/components/MenuToggle/menu-toggle.css +3 -1
  80. package/components/MenuToggle/menu-toggle.scss +3 -1
  81. package/components/ModalBox/modal-box.css +9 -8
  82. package/components/ModalBox/modal-box.scss +11 -11
  83. package/components/MultipleFileUpload/multiple-file-upload.css +6 -6
  84. package/components/MultipleFileUpload/multiple-file-upload.scss +6 -6
  85. package/components/Nav/nav.css +1 -1
  86. package/components/Nav/nav.scss +2 -2
  87. package/components/NotificationDrawer/notification-drawer.css +3 -3
  88. package/components/NotificationDrawer/notification-drawer.scss +3 -3
  89. package/components/Page/page.css +71 -71
  90. package/components/Page/page.scss +12 -12
  91. package/components/Pagination/pagination.css +2 -2
  92. package/components/Popover/popover.css +25 -31
  93. package/components/Popover/popover.scss +27 -32
  94. package/components/Popover/themes/dark/popover.scss +2 -8
  95. package/components/Progress/progress.css +13 -10
  96. package/components/Progress/progress.scss +13 -10
  97. package/components/ProgressStepper/progress-stepper.css +5 -5
  98. package/components/ProgressStepper/progress-stepper.scss +5 -5
  99. package/components/SearchInput/search-input.css +4 -2
  100. package/components/SearchInput/search-input.scss +4 -2
  101. package/components/Select/select.css +1 -1
  102. package/components/Select/select.scss +1 -1
  103. package/components/Sidebar/sidebar.css +69 -26
  104. package/components/Sidebar/sidebar.scss +84 -27
  105. package/components/SimpleList/simple-list.css +1 -1
  106. package/components/SimpleList/simple-list.scss +2 -2
  107. package/components/Spinner/spinner.css +4 -4
  108. package/components/Spinner/spinner.scss +4 -4
  109. package/components/Table/table-grid.css +28 -28
  110. package/components/Table/table-scrollable.css +31 -26
  111. package/components/Table/table-scrollable.scss +33 -28
  112. package/components/Table/table-tree-view.css +14 -4
  113. package/components/Table/table-tree-view.scss +15 -0
  114. package/components/Table/table.css +7 -2
  115. package/components/Table/table.scss +9 -2
  116. package/components/Tabs/tabs.css +0 -4
  117. package/components/Tabs/tabs.scss +0 -7
  118. package/components/TextInputGroup/text-input-group.css +6 -4
  119. package/components/TextInputGroup/text-input-group.scss +6 -5
  120. package/components/Tile/tile.css +1 -1
  121. package/components/Tile/tile.scss +1 -1
  122. package/components/Timestamp/timestamp.css +3 -3
  123. package/components/Timestamp/timestamp.scss +3 -3
  124. package/components/Toolbar/toolbar.css +78 -43
  125. package/components/Toolbar/toolbar.scss +50 -10
  126. package/components/Tooltip/themes/dark/tooltip.scss +1 -11
  127. package/components/Tooltip/tooltip.css +7 -12
  128. package/components/Tooltip/tooltip.scss +6 -3
  129. package/components/TreeView/tree-view.css +7 -15
  130. package/components/TreeView/tree-view.scss +7 -18
  131. package/components/Wizard/wizard.css +16 -1
  132. package/components/Wizard/wizard.scss +20 -2
  133. package/docs/components/AboutModalBox/examples/AboutModalBox.md +13 -13
  134. package/docs/components/Accordion/examples/Accordion.md +12 -12
  135. package/docs/components/ActionList/examples/ActionList.md +6 -6
  136. package/docs/components/Alert/examples/Alert.md +19 -19
  137. package/docs/components/AlertGroup/examples/AlertGroup.md +12 -12
  138. package/docs/components/AppLauncher/examples/application-launcher.md +51 -46
  139. package/docs/components/Avatar/examples/Avatar.md +11 -11
  140. package/docs/components/BackToTop/examples/BackToTop.md +4 -4
  141. package/docs/components/Backdrop/examples/Backdrop.md +4 -4
  142. package/docs/components/BackgroundImage/examples/BackgroundImage.md +4 -4
  143. package/docs/components/Badge/examples/Badge.md +5 -5
  144. package/docs/components/Banner/examples/Banner.md +8 -8
  145. package/docs/components/Brand/examples/Brand.md +9 -9
  146. package/docs/components/Breadcrumb/examples/Breadcrumb.md +20 -20
  147. package/docs/components/Button/examples/Button.md +35 -35
  148. package/docs/components/CalendarMonth/examples/CalendarMonth.md +32 -32
  149. package/docs/components/Card/examples/Card.md +139 -64
  150. package/docs/components/Check/examples/Check.md +15 -19
  151. package/docs/components/Chip/examples/Chip.md +70 -52
  152. package/docs/components/ChipGroup/examples/ChipGroup.md +452 -673
  153. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +22 -22
  154. package/docs/components/CodeBlock/examples/CodeBlock.md +9 -9
  155. package/docs/components/CodeEditor/examples/CodeEditor.md +54 -35
  156. package/docs/components/Content/examples/Content.md +37 -9
  157. package/docs/components/ContextSelector/examples/context-selector.css +5 -1
  158. package/docs/components/ContextSelector/examples/context-selector.md +86 -80
  159. package/docs/components/DataList/examples/DataList.md +187 -148
  160. package/docs/components/DatePicker/examples/DatePicker.md +10 -10
  161. package/docs/components/DescriptionList/examples/DescriptionList.md +24 -24
  162. package/docs/components/Divider/examples/Divider.md +10 -10
  163. package/docs/components/DragDrop/examples/DragDrop.md +5 -5
  164. package/docs/components/Drawer/examples/Drawer.md +43 -43
  165. package/docs/components/Dropdown/examples/Dropdown.css +5 -2
  166. package/docs/components/Dropdown/examples/Dropdown.md +123 -99
  167. package/docs/components/DualListSelector/examples/DualListSelector.md +201 -197
  168. package/docs/components/EmptyState/examples/EmptyState.md +130 -82
  169. package/docs/components/ExpandableSection/examples/ExpandableSection.md +23 -23
  170. package/docs/components/FileUpload/examples/FileUpload.md +8 -8
  171. package/docs/components/Form/examples/Form.md +64 -64
  172. package/docs/components/FormControl/examples/FormControl.md +20 -20
  173. package/docs/components/HelperText/examples/HelperText.md +12 -12
  174. package/docs/components/Hint/examples/Hint.md +7 -7
  175. package/docs/components/Icon/examples/Icon.md +10 -10
  176. package/docs/components/InlineEdit/examples/InlineEdit.md +29 -27
  177. package/docs/components/InputGroup/examples/InputGroup.md +10 -10
  178. package/docs/components/JumpLinks/examples/JumpLinks.md +35 -35
  179. package/docs/components/Label/examples/Label.md +1427 -746
  180. package/docs/components/LabelGroup/examples/LabelGroup.md +295 -242
  181. package/docs/components/List/examples/List.md +18 -18
  182. package/docs/components/LogViewer/examples/LogViewer.md +79 -73
  183. package/docs/components/Login/examples/Login.md +32 -32
  184. package/docs/components/Masthead/examples/masthead.md +9 -9
  185. package/docs/components/Menu/examples/Menu.md +82 -80
  186. package/docs/components/MenuToggle/examples/MenuToggle.md +28 -28
  187. package/docs/components/ModalBox/examples/ModalBox.md +106 -85
  188. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +25 -25
  189. package/docs/components/Nav/examples/Navigation.md +69 -69
  190. package/docs/components/NotificationBadge/examples/NotificationBadge.md +8 -8
  191. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +44 -44
  192. package/docs/components/NumberInput/examples/NumberInput.md +12 -12
  193. package/docs/components/OptionsMenu/examples/options-menu.md +27 -28
  194. package/docs/components/OverflowMenu/examples/overflow-menu.md +25 -25
  195. package/docs/components/Page/examples/Page.md +54 -54
  196. package/docs/components/Pagination/examples/Pagination.md +27 -27
  197. package/docs/components/Panel/examples/Panel.md +10 -10
  198. package/docs/components/Popover/examples/Popover.md +201 -144
  199. package/docs/components/Progress/examples/Progress.md +31 -60
  200. package/docs/components/ProgressStepper/examples/ProgressStepper.md +45 -38
  201. package/docs/components/Radio/examples/Radio.md +11 -11
  202. package/docs/components/SearchInput/examples/SearchInput.md +34 -34
  203. package/docs/components/Select/examples/Select.md +367 -313
  204. package/docs/components/Sidebar/examples/Sidebar.md +70 -14
  205. package/docs/components/SimpleList/examples/SimpleList.md +15 -15
  206. package/docs/components/Skeleton/examples/Skeleton.md +8 -8
  207. package/docs/components/SkipToContent/examples/SkipToContent.md +5 -5
  208. package/docs/components/Slider/examples/Slider.md +24 -24
  209. package/docs/components/Spinner/examples/Spinner.md +24 -24
  210. package/docs/components/Switch/examples/Switch.md +19 -19
  211. package/docs/components/TabContent/examples/TabContent.md +13 -13
  212. package/docs/components/Table/examples/Table.css +4 -0
  213. package/docs/components/Table/examples/Table.md +3163 -1712
  214. package/docs/components/Tabs/examples/Tabs.md +149 -149
  215. package/docs/components/TextInputGroup/examples/TextInputGroup.md +362 -280
  216. package/docs/components/Tile/examples/Tile.md +15 -15
  217. package/docs/components/Timestamp/examples/Timestamp.md +5 -5
  218. package/docs/components/Title/examples/Title.md +17 -17
  219. package/docs/components/ToggleGroup/examples/toggle-group.md +13 -13
  220. package/docs/components/Toolbar/examples/Toolbar.md +466 -373
  221. package/docs/components/Tooltip/examples/Tooltip.md +10 -10
  222. package/docs/components/TreeView/examples/TreeView.md +34 -34
  223. package/docs/components/Truncate/examples/Truncate.md +4 -4
  224. package/docs/components/Wizard/examples/Wizard.md +119 -127
  225. package/docs/demos/AboutModal/examples/AboutModal.md +4 -4
  226. package/docs/demos/Alert/examples/Alert.md +13 -13
  227. package/docs/demos/BackToTop/examples/BackToTop.md +4 -4
  228. package/docs/demos/Banner/examples/Banner.md +8 -9
  229. package/docs/demos/Card/examples/Card.md +219 -156
  230. package/docs/demos/CardView/examples/CardView.md +56 -29
  231. package/docs/demos/ContextSelector/examples/ContextSelector.md +18 -18
  232. package/docs/demos/Dashboard/examples/Dashboard.md +51 -35
  233. package/docs/demos/DataList/examples/DataList.md +158 -109
  234. package/docs/demos/DescriptionList/examples/DescriptionList.md +33 -22
  235. package/docs/demos/Drawer/examples/Drawer.md +24 -22
  236. package/docs/demos/Form/examples/BasicForms.md +28 -22
  237. package/docs/demos/HelperText/examples/HelperText.md +8 -9
  238. package/docs/demos/JumpLinks/examples/JumpLinks.md +28 -28
  239. package/docs/demos/Masthead/examples/Masthead.md +29 -32
  240. package/docs/demos/Modal/examples/Modal.md +54 -66
  241. package/docs/demos/Nav/examples/Nav.md +47 -47
  242. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +40 -28
  243. package/docs/demos/Page/examples/Page.md +37 -37
  244. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +32 -33
  245. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +74 -64
  246. package/docs/demos/Skeleton/examples/Skeleton.md +4 -4
  247. package/docs/demos/Table/examples/Table.md +2454 -467
  248. package/docs/demos/Tabs/examples/Tabs.md +141 -90
  249. package/docs/demos/Toolbar/examples/Toolbar.md +1808 -174
  250. package/docs/demos/Wizard/examples/Wizard.md +289 -266
  251. package/docs/layouts/Bullseye/examples/Bullseye.md +4 -4
  252. package/docs/layouts/Flex/examples/Flex.md +98 -98
  253. package/docs/layouts/Gallery/examples/Gallery.md +7 -7
  254. package/docs/layouts/Grid/examples/Grid.md +9 -9
  255. package/docs/layouts/Level/examples/Level.md +5 -5
  256. package/docs/layouts/Split/examples/Split.md +7 -7
  257. package/docs/layouts/Stack/examples/Stack.md +6 -6
  258. package/docs/utilities/Accessibility/examples/Accessibility.md +4 -4
  259. package/docs/utilities/Alignment/examples/Alignment.md +6 -6
  260. package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +12 -12
  261. package/docs/utilities/BoxShadow/examples/box-shadow.md +22 -22
  262. package/docs/utilities/Display/examples/Display.md +11 -11
  263. package/docs/utilities/Flex/examples/Flex.md +34 -34
  264. package/docs/utilities/Float/examples/Float.md +4 -4
  265. package/docs/utilities/Sizing/examples/Sizing.md +50 -50
  266. package/docs/utilities/Spacing/examples/Spacing.md +34 -34
  267. package/docs/utilities/Text/examples/Text.md +27 -27
  268. package/icons/{pf-icons.json → pf-icons.mjs} +2 -1
  269. package/layouts/Gallery/gallery.css +1 -1
  270. package/layouts/Gallery/gallery.scss +1 -1
  271. package/layouts/Grid/grid.css +7 -7
  272. package/layouts/Grid/grid.scss +2 -2
  273. package/package.json +59 -65
  274. package/patternfly-base-no-reset.css +23 -47
  275. package/patternfly-base.css +23 -47
  276. package/patternfly-no-reset.css +781 -656
  277. package/patternfly.css +781 -656
  278. package/patternfly.min.css +1 -1
  279. package/patternfly.min.css.map +1 -1
  280. package/sass-utilities/functions.scss +8 -24
  281. package/sass-utilities/mixins.scss +15 -39
  282. package/sass-utilities/scss-variables.scss +1 -1
  283. package/sass-utilities/themes/dark/scss-variables.scss +1 -1
  284. package/utilities/Spacing/spacing.scss +2 -2
  285. package/base/_shield-inheritable.scss +0 -69
  286. package/base/_shield-noninheritable.scss +0 -13
  287. package/base/patternfly-shield-inheritable.css +0 -66
  288. package/base/patternfly-shield-inheritable.scss +0 -4
  289. package/base/patternfly-shield-noninheritable.css +0 -9
  290. package/base/patternfly-shield-noninheritable.scss +0 -4
@@ -201,10 +201,10 @@
201
201
  --pf-c-page__main-wizard--BorderTopWidth: var(--pf-global--BorderWidth--sm);
202
202
  --pf-c-page__main-wizard--m-light-200--BackgroundColor: var(--pf-global--BackgroundColor--200);
203
203
  display: grid;
204
- height: 100%;
205
- grid-template-columns: 1fr;
206
- grid-template-rows: max-content 1fr;
207
204
  grid-template-areas: "header" "main";
205
+ grid-template-rows: max-content 1fr;
206
+ grid-template-columns: 1fr;
207
+ height: 100%;
208
208
  background-color: var(--pf-c-page--BackgroundColor);
209
209
  }
210
210
  @media (min-width: 1200px) {
@@ -251,8 +251,8 @@
251
251
  }
252
252
  @media (min-width: 1200px) {
253
253
  .pf-c-page {
254
- grid-template-columns: max-content 1fr;
255
254
  grid-template-areas: "header header" "nav main";
255
+ grid-template-columns: max-content 1fr;
256
256
  }
257
257
  }
258
258
  .pf-c-page.pf-m-full-height {
@@ -263,14 +263,14 @@
263
263
 
264
264
  .pf-c-page__header,
265
265
  .pf-c-page > .pf-c-masthead {
266
- grid-area: header;
267
266
  z-index: var(--pf-c-page__header--ZIndex);
267
+ grid-area: header;
268
268
  }
269
269
 
270
270
  .pf-c-page__header {
271
271
  color: var(--pf-global--Color--100);
272
- grid-template-columns: auto auto;
273
272
  display: grid;
273
+ grid-template-columns: auto auto;
274
274
  align-items: center;
275
275
  min-width: 0;
276
276
  min-height: var(--pf-c-page__header--MinHeight);
@@ -318,18 +318,18 @@
318
318
  }
319
319
 
320
320
  .pf-c-page__header-nav {
321
+ grid-row: 2/3;
322
+ grid-column: 1/-1;
321
323
  align-self: stretch;
322
324
  min-width: 0;
323
325
  padding-right: var(--pf-c-page__header-nav--PaddingRight);
324
326
  padding-left: var(--pf-c-page__header-nav--PaddingLeft);
325
327
  background-color: var(--pf-c-page__header-nav--BackgroundColor);
326
- grid-column: 1/-1;
327
- grid-row: 2/3;
328
328
  }
329
329
  @media screen and (min-width: 1200px) {
330
330
  .pf-c-page__header-nav {
331
- grid-column: 2/3;
332
331
  grid-row: 1/2;
332
+ grid-column: 2/3;
333
333
  }
334
334
  }
335
335
  .pf-c-page__header-nav .pf-c-nav {
@@ -395,10 +395,10 @@
395
395
  }
396
396
 
397
397
  .pf-c-page__sidebar {
398
+ z-index: var(--pf-c-page__sidebar--ZIndex);
398
399
  grid-area: nav;
399
400
  grid-row-start: 2;
400
401
  grid-column-start: 1;
401
- z-index: var(--pf-c-page__sidebar--ZIndex);
402
402
  width: var(--pf-c-page__sidebar--Width);
403
403
  overflow-x: hidden;
404
404
  overflow-y: auto;
@@ -547,24 +547,24 @@
547
547
  }
548
548
  @media (min-height: 0) {
549
549
  .pf-c-page__main-nav.pf-m-sticky-top-on-sm-height,
550
- .pf-c-page__main-breadcrumb.pf-m-sticky-top-on-sm-height,
551
- .pf-c-page__main-tabs.pf-m-sticky-top-on-sm-height,
552
- .pf-c-page__main-section.pf-m-sticky-top-on-sm-height,
553
- .pf-c-page__main-wizard.pf-m-sticky-top-on-sm-height,
554
- .pf-c-page__main-group.pf-m-sticky-top-on-sm-height,
555
- .pf-c-page__main-subnav.pf-m-sticky-top-on-sm-height {
550
+ .pf-c-page__main-breadcrumb.pf-m-sticky-top-on-sm-height,
551
+ .pf-c-page__main-tabs.pf-m-sticky-top-on-sm-height,
552
+ .pf-c-page__main-section.pf-m-sticky-top-on-sm-height,
553
+ .pf-c-page__main-wizard.pf-m-sticky-top-on-sm-height,
554
+ .pf-c-page__main-group.pf-m-sticky-top-on-sm-height,
555
+ .pf-c-page__main-subnav.pf-m-sticky-top-on-sm-height {
556
556
  position: sticky;
557
557
  top: 0;
558
558
  z-index: var(--pf-c-page--section--m-sticky-top--ZIndex);
559
559
  box-shadow: var(--pf-c-page--section--m-sticky-top--BoxShadow);
560
560
  }
561
561
  .pf-c-page__main-nav.pf-m-sticky-bottom-on-sm-height,
562
- .pf-c-page__main-breadcrumb.pf-m-sticky-bottom-on-sm-height,
563
- .pf-c-page__main-tabs.pf-m-sticky-bottom-on-sm-height,
564
- .pf-c-page__main-section.pf-m-sticky-bottom-on-sm-height,
565
- .pf-c-page__main-wizard.pf-m-sticky-bottom-on-sm-height,
566
- .pf-c-page__main-group.pf-m-sticky-bottom-on-sm-height,
567
- .pf-c-page__main-subnav.pf-m-sticky-bottom-on-sm-height {
562
+ .pf-c-page__main-breadcrumb.pf-m-sticky-bottom-on-sm-height,
563
+ .pf-c-page__main-tabs.pf-m-sticky-bottom-on-sm-height,
564
+ .pf-c-page__main-section.pf-m-sticky-bottom-on-sm-height,
565
+ .pf-c-page__main-wizard.pf-m-sticky-bottom-on-sm-height,
566
+ .pf-c-page__main-group.pf-m-sticky-bottom-on-sm-height,
567
+ .pf-c-page__main-subnav.pf-m-sticky-bottom-on-sm-height {
568
568
  position: sticky;
569
569
  bottom: 0;
570
570
  z-index: var(--pf-c-page--section--m-sticky-bottom--ZIndex);
@@ -573,24 +573,24 @@
573
573
  }
574
574
  @media (min-height: 40rem) {
575
575
  .pf-c-page__main-nav.pf-m-sticky-top-on-md-height,
576
- .pf-c-page__main-breadcrumb.pf-m-sticky-top-on-md-height,
577
- .pf-c-page__main-tabs.pf-m-sticky-top-on-md-height,
578
- .pf-c-page__main-section.pf-m-sticky-top-on-md-height,
579
- .pf-c-page__main-wizard.pf-m-sticky-top-on-md-height,
580
- .pf-c-page__main-group.pf-m-sticky-top-on-md-height,
581
- .pf-c-page__main-subnav.pf-m-sticky-top-on-md-height {
576
+ .pf-c-page__main-breadcrumb.pf-m-sticky-top-on-md-height,
577
+ .pf-c-page__main-tabs.pf-m-sticky-top-on-md-height,
578
+ .pf-c-page__main-section.pf-m-sticky-top-on-md-height,
579
+ .pf-c-page__main-wizard.pf-m-sticky-top-on-md-height,
580
+ .pf-c-page__main-group.pf-m-sticky-top-on-md-height,
581
+ .pf-c-page__main-subnav.pf-m-sticky-top-on-md-height {
582
582
  position: sticky;
583
583
  top: 0;
584
584
  z-index: var(--pf-c-page--section--m-sticky-top--ZIndex);
585
585
  box-shadow: var(--pf-c-page--section--m-sticky-top--BoxShadow);
586
586
  }
587
587
  .pf-c-page__main-nav.pf-m-sticky-bottom-on-md-height,
588
- .pf-c-page__main-breadcrumb.pf-m-sticky-bottom-on-md-height,
589
- .pf-c-page__main-tabs.pf-m-sticky-bottom-on-md-height,
590
- .pf-c-page__main-section.pf-m-sticky-bottom-on-md-height,
591
- .pf-c-page__main-wizard.pf-m-sticky-bottom-on-md-height,
592
- .pf-c-page__main-group.pf-m-sticky-bottom-on-md-height,
593
- .pf-c-page__main-subnav.pf-m-sticky-bottom-on-md-height {
588
+ .pf-c-page__main-breadcrumb.pf-m-sticky-bottom-on-md-height,
589
+ .pf-c-page__main-tabs.pf-m-sticky-bottom-on-md-height,
590
+ .pf-c-page__main-section.pf-m-sticky-bottom-on-md-height,
591
+ .pf-c-page__main-wizard.pf-m-sticky-bottom-on-md-height,
592
+ .pf-c-page__main-group.pf-m-sticky-bottom-on-md-height,
593
+ .pf-c-page__main-subnav.pf-m-sticky-bottom-on-md-height {
594
594
  position: sticky;
595
595
  bottom: 0;
596
596
  z-index: var(--pf-c-page--section--m-sticky-bottom--ZIndex);
@@ -599,24 +599,24 @@
599
599
  }
600
600
  @media (min-height: 48rem) {
601
601
  .pf-c-page__main-nav.pf-m-sticky-top-on-lg-height,
602
- .pf-c-page__main-breadcrumb.pf-m-sticky-top-on-lg-height,
603
- .pf-c-page__main-tabs.pf-m-sticky-top-on-lg-height,
604
- .pf-c-page__main-section.pf-m-sticky-top-on-lg-height,
605
- .pf-c-page__main-wizard.pf-m-sticky-top-on-lg-height,
606
- .pf-c-page__main-group.pf-m-sticky-top-on-lg-height,
607
- .pf-c-page__main-subnav.pf-m-sticky-top-on-lg-height {
602
+ .pf-c-page__main-breadcrumb.pf-m-sticky-top-on-lg-height,
603
+ .pf-c-page__main-tabs.pf-m-sticky-top-on-lg-height,
604
+ .pf-c-page__main-section.pf-m-sticky-top-on-lg-height,
605
+ .pf-c-page__main-wizard.pf-m-sticky-top-on-lg-height,
606
+ .pf-c-page__main-group.pf-m-sticky-top-on-lg-height,
607
+ .pf-c-page__main-subnav.pf-m-sticky-top-on-lg-height {
608
608
  position: sticky;
609
609
  top: 0;
610
610
  z-index: var(--pf-c-page--section--m-sticky-top--ZIndex);
611
611
  box-shadow: var(--pf-c-page--section--m-sticky-top--BoxShadow);
612
612
  }
613
613
  .pf-c-page__main-nav.pf-m-sticky-bottom-on-lg-height,
614
- .pf-c-page__main-breadcrumb.pf-m-sticky-bottom-on-lg-height,
615
- .pf-c-page__main-tabs.pf-m-sticky-bottom-on-lg-height,
616
- .pf-c-page__main-section.pf-m-sticky-bottom-on-lg-height,
617
- .pf-c-page__main-wizard.pf-m-sticky-bottom-on-lg-height,
618
- .pf-c-page__main-group.pf-m-sticky-bottom-on-lg-height,
619
- .pf-c-page__main-subnav.pf-m-sticky-bottom-on-lg-height {
614
+ .pf-c-page__main-breadcrumb.pf-m-sticky-bottom-on-lg-height,
615
+ .pf-c-page__main-tabs.pf-m-sticky-bottom-on-lg-height,
616
+ .pf-c-page__main-section.pf-m-sticky-bottom-on-lg-height,
617
+ .pf-c-page__main-wizard.pf-m-sticky-bottom-on-lg-height,
618
+ .pf-c-page__main-group.pf-m-sticky-bottom-on-lg-height,
619
+ .pf-c-page__main-subnav.pf-m-sticky-bottom-on-lg-height {
620
620
  position: sticky;
621
621
  bottom: 0;
622
622
  z-index: var(--pf-c-page--section--m-sticky-bottom--ZIndex);
@@ -625,24 +625,24 @@
625
625
  }
626
626
  @media (min-height: 60rem) {
627
627
  .pf-c-page__main-nav.pf-m-sticky-top-on-xl-height,
628
- .pf-c-page__main-breadcrumb.pf-m-sticky-top-on-xl-height,
629
- .pf-c-page__main-tabs.pf-m-sticky-top-on-xl-height,
630
- .pf-c-page__main-section.pf-m-sticky-top-on-xl-height,
631
- .pf-c-page__main-wizard.pf-m-sticky-top-on-xl-height,
632
- .pf-c-page__main-group.pf-m-sticky-top-on-xl-height,
633
- .pf-c-page__main-subnav.pf-m-sticky-top-on-xl-height {
628
+ .pf-c-page__main-breadcrumb.pf-m-sticky-top-on-xl-height,
629
+ .pf-c-page__main-tabs.pf-m-sticky-top-on-xl-height,
630
+ .pf-c-page__main-section.pf-m-sticky-top-on-xl-height,
631
+ .pf-c-page__main-wizard.pf-m-sticky-top-on-xl-height,
632
+ .pf-c-page__main-group.pf-m-sticky-top-on-xl-height,
633
+ .pf-c-page__main-subnav.pf-m-sticky-top-on-xl-height {
634
634
  position: sticky;
635
635
  top: 0;
636
636
  z-index: var(--pf-c-page--section--m-sticky-top--ZIndex);
637
637
  box-shadow: var(--pf-c-page--section--m-sticky-top--BoxShadow);
638
638
  }
639
639
  .pf-c-page__main-nav.pf-m-sticky-bottom-on-xl-height,
640
- .pf-c-page__main-breadcrumb.pf-m-sticky-bottom-on-xl-height,
641
- .pf-c-page__main-tabs.pf-m-sticky-bottom-on-xl-height,
642
- .pf-c-page__main-section.pf-m-sticky-bottom-on-xl-height,
643
- .pf-c-page__main-wizard.pf-m-sticky-bottom-on-xl-height,
644
- .pf-c-page__main-group.pf-m-sticky-bottom-on-xl-height,
645
- .pf-c-page__main-subnav.pf-m-sticky-bottom-on-xl-height {
640
+ .pf-c-page__main-breadcrumb.pf-m-sticky-bottom-on-xl-height,
641
+ .pf-c-page__main-tabs.pf-m-sticky-bottom-on-xl-height,
642
+ .pf-c-page__main-section.pf-m-sticky-bottom-on-xl-height,
643
+ .pf-c-page__main-wizard.pf-m-sticky-bottom-on-xl-height,
644
+ .pf-c-page__main-group.pf-m-sticky-bottom-on-xl-height,
645
+ .pf-c-page__main-subnav.pf-m-sticky-bottom-on-xl-height {
646
646
  position: sticky;
647
647
  bottom: 0;
648
648
  z-index: var(--pf-c-page--section--m-sticky-bottom--ZIndex);
@@ -651,24 +651,24 @@
651
651
  }
652
652
  @media (min-height: 80rem) {
653
653
  .pf-c-page__main-nav.pf-m-sticky-top-on-2xl-height,
654
- .pf-c-page__main-breadcrumb.pf-m-sticky-top-on-2xl-height,
655
- .pf-c-page__main-tabs.pf-m-sticky-top-on-2xl-height,
656
- .pf-c-page__main-section.pf-m-sticky-top-on-2xl-height,
657
- .pf-c-page__main-wizard.pf-m-sticky-top-on-2xl-height,
658
- .pf-c-page__main-group.pf-m-sticky-top-on-2xl-height,
659
- .pf-c-page__main-subnav.pf-m-sticky-top-on-2xl-height {
654
+ .pf-c-page__main-breadcrumb.pf-m-sticky-top-on-2xl-height,
655
+ .pf-c-page__main-tabs.pf-m-sticky-top-on-2xl-height,
656
+ .pf-c-page__main-section.pf-m-sticky-top-on-2xl-height,
657
+ .pf-c-page__main-wizard.pf-m-sticky-top-on-2xl-height,
658
+ .pf-c-page__main-group.pf-m-sticky-top-on-2xl-height,
659
+ .pf-c-page__main-subnav.pf-m-sticky-top-on-2xl-height {
660
660
  position: sticky;
661
661
  top: 0;
662
662
  z-index: var(--pf-c-page--section--m-sticky-top--ZIndex);
663
663
  box-shadow: var(--pf-c-page--section--m-sticky-top--BoxShadow);
664
664
  }
665
665
  .pf-c-page__main-nav.pf-m-sticky-bottom-on-2xl-height,
666
- .pf-c-page__main-breadcrumb.pf-m-sticky-bottom-on-2xl-height,
667
- .pf-c-page__main-tabs.pf-m-sticky-bottom-on-2xl-height,
668
- .pf-c-page__main-section.pf-m-sticky-bottom-on-2xl-height,
669
- .pf-c-page__main-wizard.pf-m-sticky-bottom-on-2xl-height,
670
- .pf-c-page__main-group.pf-m-sticky-bottom-on-2xl-height,
671
- .pf-c-page__main-subnav.pf-m-sticky-bottom-on-2xl-height {
666
+ .pf-c-page__main-breadcrumb.pf-m-sticky-bottom-on-2xl-height,
667
+ .pf-c-page__main-tabs.pf-m-sticky-bottom-on-2xl-height,
668
+ .pf-c-page__main-section.pf-m-sticky-bottom-on-2xl-height,
669
+ .pf-c-page__main-wizard.pf-m-sticky-bottom-on-2xl-height,
670
+ .pf-c-page__main-group.pf-m-sticky-bottom-on-2xl-height,
671
+ .pf-c-page__main-subnav.pf-m-sticky-bottom-on-2xl-height {
672
672
  position: sticky;
673
673
  bottom: 0;
674
674
  z-index: var(--pf-c-page--section--m-sticky-bottom--ZIndex);
@@ -678,8 +678,8 @@
678
678
 
679
679
  .pf-c-page__main,
680
680
  .pf-c-page__drawer {
681
- grid-area: main;
682
681
  z-index: var(--pf-c-page__main--ZIndex);
682
+ grid-area: main;
683
683
  overflow-x: hidden;
684
684
  overflow-y: auto;
685
685
  -webkit-overflow-scrolling: touch;
@@ -193,20 +193,20 @@ $pf-c-page--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg"
193
193
 
194
194
  // Base
195
195
  display: grid;
196
- height: 100%;
197
- grid-template-columns: 1fr;
198
- grid-template-rows: max-content 1fr;
199
196
  grid-template-areas:
200
197
  "header"
201
198
  "main";
199
+ grid-template-rows: max-content 1fr;
200
+ grid-template-columns: 1fr;
201
+ height: 100%;
202
202
  background-color: var(--pf-c-page--BackgroundColor);
203
203
 
204
204
  @media (min-width: $pf-global--breakpoint--xl) {
205
- grid-template-columns: max-content 1fr;
206
205
  grid-template-areas:
207
206
  "header header"
208
207
  "nav main";
209
- }
208
+ grid-template-columns: max-content 1fr;
209
+ }
210
210
 
211
211
  // full height
212
212
  &.pf-m-full-height {
@@ -219,15 +219,15 @@ $pf-c-page--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg"
219
219
  // Header
220
220
  .pf-c-page__header,
221
221
  .pf-c-page > .pf-c-masthead {
222
- grid-area: header;
223
222
  z-index: var(--pf-c-page__header--ZIndex);
223
+ grid-area: header;
224
224
  }
225
225
 
226
226
  .pf-c-page__header {
227
227
  @include pf-t-dark; // force the container to follow the dark theme
228
228
 
229
- grid-template-columns: auto auto;
230
229
  display: grid;
230
+ grid-template-columns: auto auto;
231
231
  align-items: center;
232
232
  min-width: 0;
233
233
  min-height: var(--pf-c-page__header--MinHeight);
@@ -282,17 +282,17 @@ $pf-c-page--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg"
282
282
 
283
283
  // Header navigation
284
284
  .pf-c-page__header-nav {
285
+ grid-row: 2 / 3;
286
+ grid-column: 1 / -1;
285
287
  align-self: stretch;
286
288
  min-width: 0;
287
289
  padding-right: var(--pf-c-page__header-nav--PaddingRight);
288
290
  padding-left: var(--pf-c-page__header-nav--PaddingLeft);
289
291
  background-color: var(--pf-c-page__header-nav--BackgroundColor);
290
- grid-column: 1 / -1;
291
- grid-row: 2 / 3;
292
292
 
293
293
  @media screen and (min-width: $pf-global--breakpoint--xl) {
294
- grid-column: 2 / 3;
295
294
  grid-row: 1 / 2;
295
+ grid-column: 2 / 3;
296
296
  }
297
297
 
298
298
  .pf-c-nav {
@@ -386,10 +386,10 @@ $pf-c-page--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg"
386
386
 
387
387
  // Sidebar
388
388
  .pf-c-page__sidebar {
389
+ z-index: var(--pf-c-page__sidebar--ZIndex);
389
390
  grid-area: nav;
390
391
  grid-row-start: 2;
391
392
  grid-column-start: 1;
392
- z-index: var(--pf-c-page__sidebar--ZIndex);
393
393
  width: var(--pf-c-page__sidebar--Width);
394
394
  overflow-x: hidden;
395
395
  overflow-y: auto;
@@ -531,8 +531,8 @@ $pf-c-page--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg"
531
531
  // Main & Drawer
532
532
  .pf-c-page__main,
533
533
  .pf-c-page__drawer {
534
- grid-area: main;
535
534
  z-index: var(--pf-c-page__main--ZIndex);
535
+ grid-area: main;
536
536
  overflow-x: hidden;
537
537
  overflow-y: auto;
538
538
  -webkit-overflow-scrolling: touch;
@@ -145,8 +145,8 @@
145
145
  padding: var(--pf-c-pagination--m-bottom--md--PaddingTop) var(--pf-c-pagination--m-bottom--md--PaddingRight) var(--pf-c-pagination--m-bottom--md--PaddingBottom) var(--pf-c-pagination--m-bottom--md--PaddingLeft);
146
146
  }
147
147
  .pf-c-pagination.pf-m-bottom .pf-c-pagination__nav-control.pf-m-first,
148
- .pf-c-pagination.pf-m-bottom .pf-c-pagination__nav-control.pf-m-last,
149
- .pf-c-pagination.pf-m-bottom .pf-c-pagination__nav-page-select {
148
+ .pf-c-pagination.pf-m-bottom .pf-c-pagination__nav-control.pf-m-last,
149
+ .pf-c-pagination.pf-m-bottom .pf-c-pagination__nav-page-select {
150
150
  display: block;
151
151
  }
152
152
  .pf-c-pagination.pf-m-bottom .pf-c-options-menu {
@@ -34,17 +34,16 @@
34
34
  --pf-c-popover__arrow--m-left--TranslateX: 50%;
35
35
  --pf-c-popover__arrow--m-left--TranslateY: -50%;
36
36
  --pf-c-popover__arrow--m-left--Rotate: 45deg;
37
- --pf-c-popover--c-button--MarginLeft: var(--pf-global--spacer--sm);
38
- --pf-c-popover--c-button--Top: calc(var(--pf-c-popover__content--PaddingTop) - var(--pf-global--spacer--form-element));
39
- --pf-c-popover--c-button--Right: calc(var(--pf-c-popover__content--PaddingRight) - var(--pf-global--spacer--md));
40
- --pf-c-popover--c-button--sibling--PaddingRight: var(--pf-global--spacer--2xl);
41
- --pf-c-popover--c-title--MarginBottom: var(--pf-global--spacer--sm);
42
- --pf-c-popover__title--MarginBottom: var(--pf-global--spacer--sm);
43
- --pf-c-popover__title--LineHeight: var(--pf-global--LineHeight--md);
44
- --pf-c-popover__title--FontFamily: var(--pf-global--FontFamily--heading--sans-serif);
45
- --pf-c-popover__title--FontSize: var(--pf-global--FontSize--md);
37
+ --pf-c-popover__close--Top: calc(var(--pf-c-popover__content--PaddingTop) - var(--pf-global--spacer--form-element));
38
+ --pf-c-popover__close--Right: calc(var(--pf-c-popover__content--PaddingRight) - var(--pf-global--spacer--md));
39
+ --pf-c-popover__close--sibling--PaddingRight: var(--pf-global--spacer--2xl);
40
+ --pf-c-popover__header--MarginBottom: var(--pf-global--spacer--sm);
41
+ --pf-c-popover__title-text--LineHeight: var(--pf-global--LineHeight--md);
42
+ --pf-c-popover__title-text--FontFamily: var(--pf-global--FontFamily--heading--sans-serif);
43
+ --pf-c-popover__title-text--FontSize: var(--pf-global--FontSize--md);
46
44
  --pf-c-popover__title-icon--MarginRight: var(--pf-global--spacer--sm);
47
45
  --pf-c-popover__title-icon--Color: var(--pf-global--Color--100);
46
+ --pf-c-popover__title-icon--FontSize: var(--pf-global--FontSize--md);
48
47
  --pf-c-popover__footer--MarginTop: var(--pf-global--spacer--md);
49
48
  position: relative;
50
49
  min-width: var(--pf-c-popover--MinWidth);
@@ -122,16 +121,14 @@
122
121
  padding: var(--pf-c-popover__content--PaddingTop) var(--pf-c-popover__content--PaddingRight) var(--pf-c-popover__content--PaddingBottom) var(--pf-c-popover__content--PaddingLeft);
123
122
  background-color: var(--pf-c-popover__content--BackgroundColor);
124
123
  }
125
- .pf-c-popover__content > .pf-c-title {
126
- margin-bottom: var(--pf-c-popover--c-title--MarginBottom);
127
- }
128
- .pf-c-popover__content > .pf-c-button {
124
+
125
+ .pf-c-popover__close {
129
126
  position: absolute;
130
- top: var(--pf-c-popover--c-button--Top);
131
- right: var(--pf-c-popover--c-button--Right);
127
+ top: var(--pf-c-popover__close--Top);
128
+ right: var(--pf-c-popover__close--Right);
132
129
  }
133
- .pf-c-popover__content > .pf-c-button + * {
134
- padding-right: var(--pf-c-popover--c-button--sibling--PaddingRight);
130
+ .pf-c-popover__close + * {
131
+ padding-right: var(--pf-c-popover__close--sibling--PaddingRight);
135
132
  }
136
133
 
137
134
  .pf-c-popover__arrow {
@@ -143,23 +140,25 @@
143
140
  box-shadow: var(--pf-c-popover__arrow--BoxShadow);
144
141
  }
145
142
 
146
- .pf-c-popover__title {
147
- flex: 0 0 auto;
148
- margin-bottom: var(--pf-c-popover__title--MarginBottom);
149
- font-family: var(--pf-c-popover__title--FontFamily);
150
- font-size: var(--pf-c-popover__title--FontSize);
151
- line-height: var(--pf-c-popover__title--LineHeight);
143
+ .pf-c-popover__header {
144
+ margin-bottom: var(--pf-c-popover__header--MarginBottom);
152
145
  }
153
- .pf-c-popover__title.pf-m-icon {
146
+
147
+ .pf-c-popover__title {
154
148
  display: flex;
149
+ flex: 0 0 auto;
155
150
  }
156
151
 
157
152
  .pf-c-popover__title-icon {
158
153
  margin-right: var(--pf-c-popover__title-icon--MarginRight);
154
+ font-size: var(--pf-c-popover__title-icon--FontSize);
159
155
  color: var(--pf-c-popover__title-icon--Color);
160
156
  }
161
157
 
162
158
  .pf-c-popover__title-text {
159
+ font-family: var(--pf-c-popover__title-text--FontFamily);
160
+ font-size: var(--pf-c-popover__title-text--FontSize);
161
+ line-height: var(--pf-c-popover__title-text--LineHeight);
163
162
  color: var(--pf-c-popover__title-text--Color, inherit);
164
163
  }
165
164
 
@@ -172,14 +171,9 @@
172
171
  }
173
172
 
174
173
  :where(.pf-theme-dark) .pf-c-popover {
175
- --pf-c-popover--BoxShadow: none;
176
- --pf-c-popover__arrow--BoxShadow: none;
177
- --pf-c-popover__arrow--BackgroundColor: var(--pf-c-popover__content--BackgroundColor);
174
+ --pf-c-popover__content--BackgroundColor: var(--pf-global--BackgroundColor--300);
175
+ --pf-c-popover__arrow--BackgroundColor: var(--pf-global--BackgroundColor--300);
178
176
  --pf-c-popover--m-default__title-text--Color: var(--pf-global--default-color--200);
179
177
  --pf-c-popover--m-info__title-text--Color: var(--pf-global--info-color--100);
180
178
  --pf-c-popover--m-success__title-text--Color: var(--pf-global--success-color--100);
181
- }
182
- :where(.pf-theme-dark) .pf-c-popover,
183
- :where(.pf-theme-dark) .pf-c-popover .pf-c-popover__arrow {
184
- border: 4px solid var(--pf-global--BorderColor--400);
185
179
  }
@@ -45,23 +45,22 @@
45
45
  --pf-c-popover__arrow--m-left--Rotate: 45deg;
46
46
 
47
47
  // Close
48
- --pf-c-popover--c-button--MarginLeft: var(--pf-global--spacer--sm);
49
- --pf-c-popover--c-button--Top: calc(var(--pf-c-popover__content--PaddingTop) - var(--pf-global--spacer--form-element)); // align top of button with top of text
50
- --pf-c-popover--c-button--Right: calc(var(--pf-c-popover__content--PaddingRight) - var(--pf-global--spacer--md)); // align right of content
51
- --pf-c-popover--c-button--sibling--PaddingRight: var(--pf-global--spacer--2xl);
48
+ --pf-c-popover__close--Top: calc(var(--pf-c-popover__content--PaddingTop) - var(--pf-global--spacer--form-element)); // align top of button with top of text
49
+ --pf-c-popover__close--Right: calc(var(--pf-c-popover__content--PaddingRight) - var(--pf-global--spacer--md)); // align right of content
50
+ --pf-c-popover__close--sibling--PaddingRight: var(--pf-global--spacer--2xl);
52
51
 
53
52
  // Header
54
- --pf-c-popover--c-title--MarginBottom: var(--pf-global--spacer--sm);
53
+ --pf-c-popover__header--MarginBottom: var(--pf-global--spacer--sm);
55
54
 
56
- // Title
57
- --pf-c-popover__title--MarginBottom: var(--pf-global--spacer--sm);
58
- --pf-c-popover__title--LineHeight: var(--pf-global--LineHeight--md);
59
- --pf-c-popover__title--FontFamily: var(--pf-global--FontFamily--heading--sans-serif);
60
- --pf-c-popover__title--FontSize: var(--pf-global--FontSize--md);
55
+ // Title text
56
+ --pf-c-popover__title-text--LineHeight: var(--pf-global--LineHeight--md);
57
+ --pf-c-popover__title-text--FontFamily: var(--pf-global--FontFamily--heading--sans-serif);
58
+ --pf-c-popover__title-text--FontSize: var(--pf-global--FontSize--md);
61
59
 
62
60
  // Title icon
63
61
  --pf-c-popover__title-icon--MarginRight: var(--pf-global--spacer--sm);
64
62
  --pf-c-popover__title-icon--Color: var(--pf-global--Color--100);
63
+ --pf-c-popover__title-icon--FontSize: var(--pf-global--FontSize--md);
65
64
 
66
65
  // Footer
67
66
  --pf-c-popover__footer--MarginTop: var(--pf-global--spacer--md);
@@ -187,22 +186,17 @@
187
186
  position: relative;
188
187
  padding: var(--pf-c-popover__content--PaddingTop) var(--pf-c-popover__content--PaddingRight) var(--pf-c-popover__content--PaddingBottom) var(--pf-c-popover__content--PaddingLeft);
189
188
  background-color: var(--pf-c-popover__content--BackgroundColor);
189
+ }
190
190
 
191
- // Remove in breaking change
192
- > .pf-c-title {
193
- margin-bottom: var(--pf-c-popover--c-title--MarginBottom);
194
- }
195
-
196
- // Close button
197
- > .pf-c-button {
198
- position: absolute;
199
- top: var(--pf-c-popover--c-button--Top);
200
- right: var(--pf-c-popover--c-button--Right);
191
+ // Close button
192
+ .pf-c-popover__close {
193
+ position: absolute;
194
+ top: var(--pf-c-popover__close--Top);
195
+ right: var(--pf-c-popover__close--Right);
201
196
 
202
- // Create room for the close button
203
- + * {
204
- padding-right: var(--pf-c-popover--c-button--sibling--PaddingRight);
205
- }
197
+ // Create room for the close button
198
+ + * {
199
+ padding-right: var(--pf-c-popover__close--sibling--PaddingRight);
206
200
  }
207
201
  }
208
202
 
@@ -215,24 +209,25 @@
215
209
  box-shadow: var(--pf-c-popover__arrow--BoxShadow);
216
210
  }
217
211
 
212
+ .pf-c-popover__header {
213
+ margin-bottom: var(--pf-c-popover__header--MarginBottom);
214
+ }
215
+
218
216
  .pf-c-popover__title {
217
+ display: flex;
219
218
  flex: 0 0 auto;
220
- margin-bottom: var(--pf-c-popover__title--MarginBottom);
221
- font-family: var(--pf-c-popover__title--FontFamily);
222
- font-size: var(--pf-c-popover__title--FontSize);
223
- line-height: var(--pf-c-popover__title--LineHeight);
224
-
225
- &.pf-m-icon {
226
- display: flex;
227
- }
228
219
  }
229
220
 
230
221
  .pf-c-popover__title-icon {
231
222
  margin-right: var(--pf-c-popover__title-icon--MarginRight);
223
+ font-size: var(--pf-c-popover__title-icon--FontSize);
232
224
  color: var(--pf-c-popover__title-icon--Color);
233
225
  }
234
226
 
235
227
  .pf-c-popover__title-text {
228
+ font-family: var(--pf-c-popover__title-text--FontFamily);
229
+ font-size: var(--pf-c-popover__title-text--FontSize);
230
+ line-height: var(--pf-c-popover__title-text--LineHeight);
236
231
  color: var(--pf-c-popover__title-text--Color, inherit);
237
232
  }
238
233
 
@@ -2,16 +2,10 @@
2
2
 
3
3
  @mixin pf-theme-dark-popover() {
4
4
  .pf-c-popover {
5
- --pf-c-popover--BoxShadow: none;
6
- --pf-c-popover__arrow--BoxShadow: none;
7
- --pf-c-popover__arrow--BackgroundColor: var(--pf-c-popover__content--BackgroundColor);
5
+ --pf-c-popover__content--BackgroundColor: var(--pf-global--BackgroundColor--300);
6
+ --pf-c-popover__arrow--BackgroundColor: var(--pf-global--BackgroundColor--300);
8
7
  --pf-c-popover--m-default__title-text--Color: var(--pf-global--default-color--200);
9
8
  --pf-c-popover--m-info__title-text--Color: var(--pf-global--info-color--100);
10
9
  --pf-c-popover--m-success__title-text--Color: var(--pf-global--success-color--100);
11
-
12
- &,
13
- .pf-c-popover__arrow {
14
- border: 4px solid var(--pf-global--BorderColor--400);
15
- }
16
10
  }
17
11
  }
@@ -4,8 +4,8 @@
4
4
  --pf-c-progress__bar--Height: var(--pf-global--spacer--md);
5
5
  --pf-c-progress__bar--BackgroundColor: var(--pf-global--BackgroundColor--light-100);
6
6
  --pf-c-progress__measure--m-static-width--MinWidth: 4.5ch;
7
+ --pf-c-progress__status--Gap: var(--pf-global--spacer--sm);
7
8
  --pf-c-progress__status-icon--Color: var(--pf-global--Color--100);
8
- --pf-c-progress__status-icon--MarginLeft: var(--pf-global--spacer--sm);
9
9
  --pf-c-progress__bar--before--Opacity: .2;
10
10
  --pf-c-progress__indicator--Height: var(--pf-c-progress__bar--Height);
11
11
  --pf-c-progress__indicator--BackgroundColor: var(--pf-c-progress__bar--before--BackgroundColor);
@@ -27,10 +27,10 @@
27
27
  --pf-c-progress--m-sm__measure--FontSize: var(--pf-global--FontSize--sm);
28
28
  --pf-c-progress--m-lg__bar--Height: var(--pf-global--spacer--lg);
29
29
  display: grid;
30
- align-items: end;
31
- grid-gap: var(--pf-c-progress--GridGap);
32
- grid-template-columns: auto auto;
33
30
  grid-template-rows: 1fr auto;
31
+ grid-template-columns: auto auto;
32
+ grid-gap: var(--pf-c-progress--GridGap);
33
+ align-items: end;
34
34
  }
35
35
  .pf-c-progress.pf-m-sm {
36
36
  --pf-c-progress__bar--Height: var(--pf-c-progress--m-sm__bar--Height);
@@ -59,8 +59,8 @@
59
59
  grid-column: 1/3;
60
60
  }
61
61
  .pf-c-progress.pf-m-outside .pf-c-progress__status {
62
- grid-column: 2/3;
63
62
  grid-row: 2/3;
63
+ grid-column: 2/3;
64
64
  align-self: center;
65
65
  }
66
66
  .pf-c-progress.pf-m-outside .pf-c-progress__measure {
@@ -108,8 +108,8 @@
108
108
  }
109
109
 
110
110
  .pf-c-progress__description {
111
- word-break: break-word;
112
111
  grid-column: 1/2;
112
+ word-break: break-word;
113
113
  }
114
114
  .pf-c-progress__description.pf-m-truncate {
115
115
  overflow: hidden;
@@ -118,21 +118,24 @@
118
118
  }
119
119
 
120
120
  .pf-c-progress__status {
121
- grid-column: 2/3;
121
+ display: flex;
122
122
  grid-row: 1/2;
123
+ grid-column: 2/3;
124
+ gap: var(--pf-c-progress__status--Gap);
125
+ align-items: flex-start;
126
+ justify-content: flex-end;
123
127
  text-align: right;
124
128
  word-break: break-word;
125
129
  }
126
130
 
127
131
  .pf-c-progress__status-icon {
128
- margin-left: var(--pf-c-progress__status-icon--MarginLeft);
129
132
  color: var(--pf-c-progress__status-icon--Color);
130
133
  }
131
134
 
132
135
  .pf-c-progress__bar {
133
136
  position: relative;
134
- grid-column: 1/3;
135
137
  grid-row: 2/3;
138
+ grid-column: 1/3;
136
139
  align-self: center;
137
140
  height: var(--pf-c-progress__bar--Height);
138
141
  background-color: var(--pf-c-progress__bar--BackgroundColor);
@@ -157,8 +160,8 @@
157
160
  }
158
161
 
159
162
  .pf-c-progress__helper-text {
160
- grid-column: 1/3;
161
163
  grid-row: 3/4;
164
+ grid-column: 1/3;
162
165
  margin-top: var(--pf-c-progress__helper-text--MarginTop);
163
166
  }
164
167