@patternfly/patternfly 4.176.3 → 4.179.0

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 (168) hide show
  1. package/UPGRADE-GUIDE.md +3 -0
  2. package/components/AboutModalBox/themes/dark/about-modal-box.css +0 -0
  3. package/components/AboutModalBox/themes/dark/about-modal-box.scss +9 -0
  4. package/components/Accordion/themes/dark/accordion.css +0 -0
  5. package/components/Accordion/themes/dark/accordion.scss +7 -0
  6. package/components/Alert/themes/dark/alert.css +0 -0
  7. package/components/Alert/themes/dark/alert.scss +15 -0
  8. package/components/AppLauncher/themes/dark/app-launcher.css +0 -0
  9. package/components/AppLauncher/themes/dark/app-launcher.scss +13 -0
  10. package/components/Avatar/avatar.css +224 -0
  11. package/components/Avatar/avatar.scss +18 -0
  12. package/components/Badge/themes/dark/badge.css +0 -0
  13. package/components/Badge/themes/dark/badge.scss +6 -0
  14. package/components/Banner/themes/dark/banner.css +0 -0
  15. package/components/Banner/themes/dark/banner.scss +12 -0
  16. package/components/Breadcrumb/themes/dark/breadcrumb.css +0 -0
  17. package/components/Breadcrumb/themes/dark/breadcrumb.scss +5 -0
  18. package/components/Button/themes/dark/button.css +0 -0
  19. package/components/Button/themes/dark/button.scss +42 -0
  20. package/components/CalendarMonth/themes/dark/calendar-month.css +0 -0
  21. package/components/CalendarMonth/themes/dark/calendar-month.scss +29 -0
  22. package/components/Chip/themes/dark/chip.css +0 -0
  23. package/components/Chip/themes/dark/chip.scss +7 -0
  24. package/components/ClipboardCopy/themes/dark/clipboard-copy.css +0 -0
  25. package/components/ClipboardCopy/themes/dark/clipboard-copy.scss +17 -0
  26. package/components/CodeEditor/code-editor.css +8 -0
  27. package/components/CodeEditor/code-editor.scss +11 -1
  28. package/components/CodeEditor/themes/dark/code-editor.css +0 -0
  29. package/components/CodeEditor/themes/dark/code-editor.scss +7 -0
  30. package/components/ContextSelector/themes/dark/context-selector.css +0 -0
  31. package/components/ContextSelector/themes/dark/context-selector.scss +22 -0
  32. package/components/DataList/themes/dark/data-list.css +0 -0
  33. package/components/DataList/themes/dark/data-list.scss +8 -0
  34. package/components/DatePicker/themes/dark/date-picker.css +0 -0
  35. package/components/DatePicker/themes/dark/date-picker.scss +6 -0
  36. package/components/Drawer/themes/dark/drawer.css +0 -0
  37. package/components/Drawer/themes/dark/drawer.scss +11 -0
  38. package/components/Dropdown/themes/dark/dropdown.css +0 -0
  39. package/components/Dropdown/themes/dark/dropdown.scss +30 -0
  40. package/components/Form/themes/dark/form.css +0 -0
  41. package/components/Form/themes/dark/form.scss +5 -0
  42. package/components/FormControl/themes/dark/form-control.css +0 -0
  43. package/components/FormControl/themes/dark/form-control.scss +28 -0
  44. package/components/HelperText/themes/dark/helper-text.css +0 -0
  45. package/components/HelperText/themes/dark/helper-text.scss +5 -0
  46. package/components/Hint/themes/dark/hint.css +0 -0
  47. package/components/Hint/themes/dark/hint.scss +6 -0
  48. package/components/InputGroup/themes/dark/input-group.css +0 -0
  49. package/components/InputGroup/themes/dark/input-group.scss +26 -0
  50. package/components/Label/themes/dark/label.css +0 -0
  51. package/components/Label/themes/dark/label.scss +45 -0
  52. package/components/LogViewer/themes/dark/log-viewer.css +0 -0
  53. package/components/LogViewer/themes/dark/log-viewer.scss +5 -0
  54. package/components/Login/themes/dark/login.css +0 -0
  55. package/components/Login/themes/dark/login.scss +6 -0
  56. package/components/Masthead/themes/dark/masthead.css +0 -0
  57. package/components/Masthead/themes/dark/masthead.scss +11 -0
  58. package/components/Menu/themes/dark/menu.css +0 -0
  59. package/components/Menu/themes/dark/menu.scss +10 -0
  60. package/components/MenuToggle/themes/dark/menu-toggle.css +0 -0
  61. package/components/MenuToggle/themes/dark/menu-toggle.scss +21 -0
  62. package/components/ModalBox/modal-box.scss +0 -1
  63. package/components/ModalBox/themes/dark/modal-box.css +0 -0
  64. package/components/ModalBox/themes/dark/modal-box.scss +5 -0
  65. package/components/Nav/nav.css +3 -0
  66. package/components/Nav/nav.scss +4 -0
  67. package/components/Nav/themes/dark/nav.css +0 -0
  68. package/components/Nav/themes/dark/nav.scss +42 -0
  69. package/components/NotificationBadge/themes/dark/notification-badge.css +0 -0
  70. package/components/NotificationBadge/themes/dark/notification-badge.scss +5 -0
  71. package/components/NotificationDrawer/themes/dark/notification-drawer.css +0 -0
  72. package/components/NotificationDrawer/themes/dark/notification-drawer.scss +12 -0
  73. package/components/OptionsMenu/themes/dark/options-menu.css +0 -0
  74. package/components/OptionsMenu/themes/dark/options-menu.scss +21 -0
  75. package/components/Page/themes/dark/page.css +0 -0
  76. package/components/Page/themes/dark/page.scss +62 -0
  77. package/components/Pagination/themes/dark/pagination.css +0 -0
  78. package/components/Pagination/themes/dark/pagination.scss +5 -0
  79. package/components/Popover/popover.scss +0 -1
  80. package/components/Popover/themes/dark/popover.css +0 -0
  81. package/components/Popover/themes/dark/popover.scss +15 -0
  82. package/components/Progress/progress.scss +0 -1
  83. package/components/Progress/themes/dark/progress.css +0 -0
  84. package/components/Progress/themes/dark/progress.scss +7 -0
  85. package/components/SearchInput/themes/dark/search-input.css +0 -0
  86. package/components/SearchInput/themes/dark/search-input.scss +14 -0
  87. package/components/Select/themes/dark/select.css +0 -0
  88. package/components/Select/themes/dark/select.scss +21 -0
  89. package/components/SimpleList/themes/dark/simple-list.css +0 -0
  90. package/components/SimpleList/themes/dark/simple-list.scss +12 -0
  91. package/components/Skeleton/themes/dark/skeleton.css +0 -0
  92. package/components/Skeleton/themes/dark/skeleton.scss +8 -0
  93. package/components/Switch/themes/dark/switch.css +0 -0
  94. package/components/Switch/themes/dark/switch.scss +8 -0
  95. package/components/Table/table.css +2 -1
  96. package/components/Table/table.scss +8 -5
  97. package/components/Table/themes/dark/table.css +0 -0
  98. package/components/Table/themes/dark/table.scss +10 -0
  99. package/components/Tabs/themes/dark/tabs.css +0 -0
  100. package/components/Tabs/themes/dark/tabs.scss +7 -0
  101. package/components/Tile/themes/dark/tile.css +0 -0
  102. package/components/Tile/themes/dark/tile.scss +8 -0
  103. package/components/ToggleGroup/themes/dark/toggle-group.css +0 -0
  104. package/components/ToggleGroup/themes/dark/toggle-group.scss +9 -0
  105. package/components/Tooltip/themes/dark/tooltip.css +0 -0
  106. package/components/Tooltip/themes/dark/tooltip.scss +6 -0
  107. package/components/TreeView/themes/dark/tree-view.css +0 -0
  108. package/components/TreeView/themes/dark/tree-view.scss +6 -0
  109. package/components/Wizard/themes/dark/wizard.css +0 -0
  110. package/components/Wizard/themes/dark/wizard.scss +12 -0
  111. package/docs/components/Avatar/examples/Avatar.md +53 -5
  112. package/docs/components/Brand/examples/Brand.md +6 -6
  113. package/docs/components/CalendarMonth/examples/CalendarMonth.md +2 -2
  114. package/docs/components/CodeEditor/examples/CodeEditor.md +71 -10
  115. package/docs/components/DataList/examples/DataList.md +11 -11
  116. package/docs/components/DescriptionList/examples/DescriptionList.md +19 -19
  117. package/docs/components/Divider/examples/Divider.md +2 -2
  118. package/docs/components/Drawer/examples/Drawer.md +27 -27
  119. package/docs/components/Dropdown/examples/Dropdown.md +2 -2
  120. package/docs/components/JumpLinks/examples/JumpLinks.md +19 -19
  121. package/docs/components/LogViewer/examples/LogViewer.md +19 -19
  122. package/docs/components/Masthead/examples/masthead.md +10 -10
  123. package/docs/components/Menu/examples/Menu.md +2 -2
  124. package/docs/components/Nav/examples/Navigation.css +3 -1
  125. package/docs/components/Nav/examples/Navigation.md +79 -0
  126. package/docs/components/Page/examples/Page.md +4 -4
  127. package/docs/components/Pagination/examples/Pagination.md +2 -2
  128. package/docs/components/Sidebar/examples/Sidebar.md +14 -14
  129. package/docs/components/Table/examples/Table.md +20 -9
  130. package/docs/components/Tabs/examples/Tabs.md +27 -27
  131. package/docs/components/Toolbar/examples/Toolbar.md +31 -31
  132. package/docs/demos/Alert/examples/Alert.md +360 -54
  133. package/docs/demos/BackToTop/examples/BackToTop.md +304 -5
  134. package/docs/demos/Banner/examples/Banner.md +2 -2
  135. package/docs/demos/CardView/examples/CardView.md +1 -1
  136. package/docs/demos/ContextSelector/examples/ContextSelector.md +3051 -59
  137. package/docs/demos/DataList/examples/DataList.md +4 -4
  138. package/docs/demos/Drawer/examples/Drawer.md +3 -3
  139. package/docs/demos/JumpLinks/examples/JumpLinks.md +1221 -80
  140. package/docs/demos/Masthead/examples/Masthead.md +1643 -1026
  141. package/docs/demos/Nav/examples/Nav.md +300 -9
  142. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +5 -5
  143. package/docs/demos/Page/examples/Page.md +7050 -161
  144. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +7 -7
  145. package/docs/demos/Skeleton/examples/Skeleton.md +1 -1
  146. package/docs/demos/Table/examples/Table.md +24128 -172
  147. package/docs/demos/Tabs/examples/Tabs.md +7304 -697
  148. package/docs/demos/Toolbar/examples/Toolbar.md +1026 -44
  149. package/docs/demos/Wizard/examples/Wizard.md +2 -2
  150. package/docs/layouts/Flex/examples/Flex.md +1 -1
  151. package/docs/layouts/Gallery/examples/Gallery.md +2 -2
  152. package/docs/layouts/Grid/examples/Grid.md +9 -9
  153. package/docs/utilities/Accessibility/examples/Accessibility.md +1 -1
  154. package/docs/utilities/Alignment/examples/Alignment.md +1 -1
  155. package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +1 -1
  156. package/docs/utilities/Display/examples/Display.md +1 -1
  157. package/docs/utilities/Flex/examples/Flex.md +1 -1
  158. package/docs/utilities/Float/examples/Float.md +1 -1
  159. package/docs/utilities/Sizing/examples/Sizing.md +12 -0
  160. package/docs/utilities/Spacing/examples/Spacing.md +1 -1
  161. package/docs/utilities/Text/examples/Text.md +1 -1
  162. package/package.json +1 -1
  163. package/patternfly-no-reset.css +237 -1
  164. package/patternfly-theme-dark.css +628 -0
  165. package/patternfly-theme-dark.scss +9 -0
  166. package/patternfly.css +237 -1
  167. package/patternfly.min.css +1 -1
  168. package/patternfly.min.css.map +1 -1
@@ -542,7 +542,7 @@ wrapperTag: div
542
542
  type="button"
543
543
  aria-label="Help"
544
544
  >
545
- <i class="pf-icon pf-icon-help" aria-hidden="true"></i>
545
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
546
546
  </button>
547
547
  </div>
548
548
  </div>
@@ -995,7 +995,7 @@ wrapperTag: div
995
995
  type="button"
996
996
  aria-label="Help"
997
997
  >
998
- <i class="pf-icon pf-icon-help" aria-hidden="true"></i>
998
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
999
999
  </button>
1000
1000
  </div>
1001
1001
  </div>
@@ -23,7 +23,7 @@ The flex layout is based on the CSS Flex properties where the layout determines
23
23
 
24
24
  ### Breakpoints
25
25
 
26
- - `-on-sm, -on-md, -on-lg, -on-xl, -on-2xl`.
26
+ - [Breakpoints](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) `-on-sm`, `-on-md`, `-on-lg`, `-on-xl`, and `-on-2xl` are provided.
27
27
 
28
28
  ### Usefulness
29
29
 
@@ -174,5 +174,5 @@ The gallery layout is designed so that all of its children are of uniform size,
174
174
  | `.pf-l-gallery` | `<div>` | Initializes a Gallery layout |
175
175
  | `.pf-l-gallery__item` | `<div>` | Explicitly sets the child for the gallery. This class isn't necessary, but it is included to keep inline with BEM convention, and to provide an entity that will later be used for applying modifiers. |
176
176
  | `.pf-m-gutter` | `.pf-l-gallery` | Adds space between children by using the globally defined gutter value. |
177
- | `--pf-l-gallery--GridTemplateColumns--min{-on-[breakpoint]}: {width}` | `.pf-l-gallery` | Modifies the min value of `grid-template-columns` declaration. |
178
- | `--pf-l-gallery--GridTemplateColumns--max{-on-[breakpoint]}: {width}` | `.pf-l-gallery` | Modifies the max value of `grid-template-columns` declaration. |
177
+ | `--pf-l-gallery--GridTemplateColumns--min{-on-[breakpoint]}: {width}` | `.pf-l-gallery` | Modifies the min value of `grid-template-columns` declaration at the optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
178
+ | `--pf-l-gallery--GridTemplateColumns--max{-on-[breakpoint]}: {width}` | `.pf-l-gallery` | Modifies the max value of `grid-template-columns` declaration at the optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
@@ -304,12 +304,12 @@ The grid layout is based on CSS Grid’s two-dimensional system of columns and r
304
304
 
305
305
  ### Usage
306
306
 
307
- | Class | Applied to | Outcome |
308
- | ----------------------------------------------------- | --------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
309
- | `.pf-l-grid` | `<div>` | Initializes the grid layout. |
310
- | `.pf-l-grid__item` | `<div>` | Explicitly sets a child of the grid. This class isn't necessary, but it is included to keep inline with BEM convention, and to provide an entity that will later be used for applying modifiers. |
311
- | `.pf-m-gutter` | `.pf-l-grid` | Adds space between children by using the globally defined gutter value. |
312
- | `.pf-m-all-{1-12}-col{-on-[breakpoint]}` | `.pf-l-grid` | Defines grid item size on grid container. |
313
- | `.pf-m-{1-12}-col{-on-[breakpoint]}` | `.pf-l-grid__item` | Defines grid item size. Although not required, they are strongly suggested. If not used, grid item will default to 12 col. |
314
- | `.pf-m-{2-x}-row{-on-[breakpoint]}` | `.pf-l-grid__item` | Defines grid item row span. For row spans to function correctly, the value of of the current row plus the grid items to span must be equal to or less than 12. Example: .pf-m-8-col.pf-m-2-row + .pf-m-4-col + .pf-m-4-col. There is no limit to number of spanned rows. |
315
- | `--pf-l-grid--item--Order{-on-[breakpoint]}: {order}` | `.pf-l-grid > .pf-l-grid`, `.pf-l-grid__item` | Modifies the order of the grid layout element. |
307
+ | Class | Applied to | Outcome |
308
+ | ----------------------------------------------------- | --------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
309
+ | `.pf-l-grid` | `<div>` | Initializes the grid layout. |
310
+ | `.pf-l-grid__item` | `<div>` | Explicitly sets a child of the grid. This class isn't necessary, but it is included to keep inline with BEM convention, and to provide an entity that will later be used for applying modifiers. |
311
+ | `.pf-m-gutter` | `.pf-l-grid` | Adds space between children by using the globally defined gutter value. |
312
+ | `.pf-m-all-{1-12}-col{-on-[breakpoint]}` | `.pf-l-grid` | Defines grid item size on grid container at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
313
+ | `.pf-m-{1-12}-col{-on-[breakpoint]}` | `.pf-l-grid__item` | Defines grid item size at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). Although not required, they are strongly suggested. If not used, grid item will default to 12 col. |
314
+ | `.pf-m-{2-x}-row{-on-[breakpoint]}` | `.pf-l-grid__item` | Defines grid item row span at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). For row spans to function correctly, the value of of the current row plus the grid items to span must be equal to or less than 12. Example: .pf-m-8-col.pf-m-2-row + .pf-m-4-col + .pf-m-4-col. There is no limit to number of spanned rows. |
315
+ | `--pf-l-grid--item--Order{-on-[breakpoint]}: {order}` | `.pf-l-grid > .pf-l-grid`, `.pf-l-grid__item` | Modifies the order of the grid layout element at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
@@ -34,7 +34,7 @@ The text underneath is hidden.
34
34
 
35
35
  ### Overview
36
36
 
37
- Breakpoint is optional. Breakpoints: base (no breakpoint value), -on-sm, -on-md, -on-lg, -on-xl. **Example .pf-u-screen-reader-on-lg**
37
+ [Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. **Example .pf-u-screen-reader-on-lg**
38
38
 
39
39
  ### Usage
40
40
 
@@ -23,7 +23,7 @@ section: utilities
23
23
 
24
24
  ### Overview
25
25
 
26
- Breakpoint is optional. Breakpoints: base (no breakpoint value), -on-sm, -on-md, -on-lg, -on-xl. **Example .pf-u-text-left-on-lg**
26
+ [Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. **Example .pf-u-text-left-on-lg**
27
27
 
28
28
  ### Usage
29
29
 
@@ -79,7 +79,7 @@ Care should be taken especially when applying background colors, as this can hav
79
79
 
80
80
  Note that "inverse" background colors are labeled as such to indicate that they are best used with the ["inverse" text colors](/utilities/text#inverse-colors).
81
81
 
82
- Breakpoint is optional. Breakpoints: base (no breakpoint value), -on-sm, -on-md, -on-lg, -on-xl. **Example .pf-u-background-color-200-on-lg**
82
+ [Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. **Example .pf-u-background-color-200-on-lg**
83
83
 
84
84
  ### Usage
85
85
 
@@ -76,7 +76,7 @@ section: utilities
76
76
 
77
77
  ### Overview
78
78
 
79
- Breakpoint is optional. Breakpoints: base (no breakpoint value), -on-sm, -on-md, -on-lg, -on-xl. **Example .pf-u-display-inline-block-on-lg**
79
+ [Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. **Example .pf-u-display-inline-block-on-lg**
80
80
 
81
81
  ### Usage
82
82
 
@@ -328,7 +328,7 @@ section: utilities
328
328
 
329
329
  ### Overview
330
330
 
331
- For these utilities to have effect, the parent element must be set to `display: flex` or `display: inline-flex`. Breakpoint is optional. Breakpoints: base (no breakpoint value), -on-sm, -on-md, -on-lg, -on-xl. **Example .pf-u-flex-row-on-lg**
331
+ For these utilities to have effect, the parent element must be set to `display: flex` or `display: inline-flex`. [Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. **Example .pf-u-flex-row-on-lg**
332
332
 
333
333
  <!-- ## Accessibility
334
334
 
@@ -18,7 +18,7 @@ section: utilities
18
18
 
19
19
  ### Overview
20
20
 
21
- Breakpoint is optional. Breakpoints: base (no breakpoint value), -on-sm, -on-md, -on-lg, -on-xl. **Example .pf-u-text-left-on-lg**
21
+ [Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. **Example .pf-u-text-left-on-lg**
22
22
 
23
23
  ### Usage
24
24
 
@@ -20,6 +20,8 @@ section: utilities
20
20
 
21
21
  ### Usage
22
22
 
23
+ [Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. **Example .pf-u-w-initial-on-lg**
24
+
23
25
  | Class | Applied to | Outcome |
24
26
  | ----------------------------------- | ---------- | ------------------------------- |
25
27
  | `.pf-u-w-initial{-on-[breakpoint]}` | `*` | Sets width: initial (auto) |
@@ -46,6 +48,8 @@ section: utilities
46
48
 
47
49
  ### Usage
48
50
 
51
+ [Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), -on-sm, -on-md, -on-lg, -on-xl. **Example .pf-u-w-25vw-on-lg**
52
+
49
53
  | Class | Applied to | Outcome |
50
54
  | --------------------------------- | ---------- | -------------------------------- |
51
55
  | `.pf-u-w-25vw{-on-[breakpoint]}` | `*` | Sets width: 25vw |
@@ -84,6 +88,8 @@ section: utilities
84
88
 
85
89
  ### Usage
86
90
 
91
+ [Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), -on-sm, -on-md, -on-lg, -on-xl. **Example .pf-u-h-initial-on-lg**
92
+
87
93
  | Class | Applied to | Outcome |
88
94
  | ----------------------------------- | ---------- | -------------------------------- |
89
95
  | `.pf-u-h-initial{-on-[breakpoint]}` | `*` | Sets height: initial (auto) |
@@ -122,6 +128,8 @@ section: utilities
122
128
 
123
129
  ### Usage
124
130
 
131
+ [Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), -on-sm, -on-md, -on-lg, -on-xl. **Example .pf-u-h-25vh-on-lg**
132
+
125
133
  | Class | Applied to | Outcome |
126
134
  | --------------------------------- | ---------- | --------------------------------- |
127
135
  | `.pf-u-h-25vh{-on-[breakpoint]}` | `*` | Sets height: 25vh |
@@ -178,6 +186,8 @@ section: utilities
178
186
  | `.pf-u-min-width` | `*` | Sets min-width: `var(--pf-u-min-width--MinWidth{-on-[breakpoint]})`. |
179
187
  | `.pf-u-max-width` | `*` | Sets min-width: `var(--pf-u-max-width--MaxWidth{-on-[breakpoint]})`. |
180
188
 
189
+ [Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), -on-sm, -on-md, -on-lg, -on-xl. **Example --pf-u-min-width--MinWidth-on-lg**
190
+
181
191
  | Custom property | Applied to | Outcome |
182
192
  | ------------------------------------------------------- | ----------------- | --------------------------------------- |
183
193
  | `--pf-u-min-width--MinWidth{-on-[breakpoint]}: {width}` | `.pf-u-min-width` | Modifies the min width custom property. |
@@ -230,6 +240,8 @@ section: utilities
230
240
  | `.pf-u-min-height` | `*` | Sets min-height: `var(--pf-u-min-height--MinHeight{-on-[breakpoint]})`. |
231
241
  | `.pf-u-max-height` | `*` | Sets max-height: `var(--pf-u-max-height--MaxHeight{-on-[breakpoint]})`. |
232
242
 
243
+ [Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), -on-sm, -on-md, -on-lg, -on-xl. **Example --pf-u-min-height--MinHeight-on-lg**
244
+
233
245
  | Custom property | Applied to | Outcome |
234
246
  | ---------------------------------------------------------- | ------------------ | ---------------------------------------- |
235
247
  | `--pf-u-min-height--MinHeight{-on-[breakpoint]}: {height}` | `.pf-u-min-height` | Modifies the min height custom property. |
@@ -97,7 +97,7 @@ section: utilities
97
97
 
98
98
  ### Overview
99
99
 
100
- Breakpoint is optional. Breakpoints: base (no breakpoint value), -on-sm, -on-md, -on-lg, -on-xl. **Example .pf-u-m-sm-on-lg**
100
+ [Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. **Example .pf-u-m-sm-on-lg**
101
101
 
102
102
  ### Margin properties
103
103
 
@@ -149,7 +149,7 @@ These text utilities can be used to modify text within the PatternFly framework.
149
149
 
150
150
  Care should be taken especially when applying text colors, as this can have a negative effect on the readability and accessibility of text. Refer to the information on [contrast ratios](/guidelines/colors/#contrast-ratios) for more information.
151
151
 
152
- Breakpoint is optional. Breakpoints: base (no breakpoint value), -on-sm, -on-md, -on-lg, -on-xl. **Example .pf-u-font-size-xl-on-lg**
152
+ [Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. **Example .pf-u-font-size-xl-on-lg**
153
153
 
154
154
  ### Usage
155
155
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/patternfly",
3
3
  "description": "Assets, source, tooling, and content for PatternFly 4",
4
- "version": "4.176.3",
4
+ "version": "4.179.0",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -6294,6 +6294,14 @@ html {
6294
6294
  --pf-c-avatar--BorderRadius: var(--pf-global--BorderRadius--lg);
6295
6295
  --pf-c-avatar--Width: 2.25rem;
6296
6296
  --pf-c-avatar--Height: 2.25rem;
6297
+ --pf-c-avatar--m-sm--Width: 1.5rem;
6298
+ --pf-c-avatar--m-sm--Height: 1.5rem;
6299
+ --pf-c-avatar--m-md--Width: 2.25rem;
6300
+ --pf-c-avatar--m-md--Height: 2.25rem;
6301
+ --pf-c-avatar--m-lg--Width: 4.5rem;
6302
+ --pf-c-avatar--m-lg--Height: 4.5rem;
6303
+ --pf-c-avatar--m-xl--Width: 8rem;
6304
+ --pf-c-avatar--m-xl--Height: 8rem;
6297
6305
  --pf-c-avatar--m-light--BorderColor: var(--pf-global--BorderColor--dark-100);
6298
6306
  --pf-c-avatar--m-light--BorderWidth: var(--pf-global--BorderWidth--sm);
6299
6307
  --pf-c-avatar--m-dark--BorderColor: var(--pf-global--palette--black-700);
@@ -6311,6 +6319,222 @@ html {
6311
6319
  --pf-c-avatar--BorderColor: var(--pf-c-avatar--m-dark--BorderColor);
6312
6320
  --pf-c-avatar--BorderWidth: var(--pf-c-avatar--m-dark--BorderWidth);
6313
6321
  }
6322
+ .pf-c-avatar.pf-m-sm {
6323
+ --pf-c-avatar--Width: var(--pf-c-avatar--m-sm--Width);
6324
+ --pf-c-avatar--Height: var(--pf-c-avatar--m-sm--Height);
6325
+ }
6326
+ @media (min-width: 576px) {
6327
+ .pf-c-avatar.pf-m-sm {
6328
+ --pf-c-avatar--Width: var(--pf-c-avatar--m-sm--Width-on-sm, var(--pf-c-avatar--m-sm--Width));
6329
+ }
6330
+ }
6331
+ @media (min-width: 768px) {
6332
+ .pf-c-avatar.pf-m-sm {
6333
+ --pf-c-avatar--Width: var(--pf-c-avatar--m-sm--Width-on-md, var(--pf-c-avatar--m-sm--Width-on-sm, var(--pf-c-avatar--m-sm--Width)));
6334
+ }
6335
+ }
6336
+ @media (min-width: 992px) {
6337
+ .pf-c-avatar.pf-m-sm {
6338
+ --pf-c-avatar--Width: var(--pf-c-avatar--m-sm--Width-on-lg, var(--pf-c-avatar--m-sm--Width-on-md, var(--pf-c-avatar--m-sm--Width-on-sm, var(--pf-c-avatar--m-sm--Width))));
6339
+ }
6340
+ }
6341
+ @media (min-width: 1200px) {
6342
+ .pf-c-avatar.pf-m-sm {
6343
+ --pf-c-avatar--Width: var(--pf-c-avatar--m-sm--Width-on-xl, var(--pf-c-avatar--m-sm--Width-on-lg, var(--pf-c-avatar--m-sm--Width-on-md, var(--pf-c-avatar--m-sm--Width-on-sm, var(--pf-c-avatar--m-sm--Width)))));
6344
+ }
6345
+ }
6346
+ @media (min-width: 1450px) {
6347
+ .pf-c-avatar.pf-m-sm {
6348
+ --pf-c-avatar--Width: var(--pf-c-avatar--m-sm--Width-on-2xl, var(--pf-c-avatar--m-sm--Width-on-xl, var(--pf-c-avatar--m-sm--Width-on-lg, var(--pf-c-avatar--m-sm--Width-on-md, var(--pf-c-avatar--m-sm--Width-on-sm, var(--pf-c-avatar--m-sm--Width))))));
6349
+ }
6350
+ }
6351
+ @media (min-width: 576px) {
6352
+ .pf-c-avatar.pf-m-sm {
6353
+ --pf-c-avatar--Height: var(--pf-c-avatar--m-sm--Height-on-sm, var(--pf-c-avatar--m-sm--Height));
6354
+ }
6355
+ }
6356
+ @media (min-width: 768px) {
6357
+ .pf-c-avatar.pf-m-sm {
6358
+ --pf-c-avatar--Height: var(--pf-c-avatar--m-sm--Height-on-md, var(--pf-c-avatar--m-sm--Height-on-sm, var(--pf-c-avatar--m-sm--Height)));
6359
+ }
6360
+ }
6361
+ @media (min-width: 992px) {
6362
+ .pf-c-avatar.pf-m-sm {
6363
+ --pf-c-avatar--Height: var(--pf-c-avatar--m-sm--Height-on-lg, var(--pf-c-avatar--m-sm--Height-on-md, var(--pf-c-avatar--m-sm--Height-on-sm, var(--pf-c-avatar--m-sm--Height))));
6364
+ }
6365
+ }
6366
+ @media (min-width: 1200px) {
6367
+ .pf-c-avatar.pf-m-sm {
6368
+ --pf-c-avatar--Height: var(--pf-c-avatar--m-sm--Height-on-xl, var(--pf-c-avatar--m-sm--Height-on-lg, var(--pf-c-avatar--m-sm--Height-on-md, var(--pf-c-avatar--m-sm--Height-on-sm, var(--pf-c-avatar--m-sm--Height)))));
6369
+ }
6370
+ }
6371
+ @media (min-width: 1450px) {
6372
+ .pf-c-avatar.pf-m-sm {
6373
+ --pf-c-avatar--Height: var(--pf-c-avatar--m-sm--Height-on-2xl, var(--pf-c-avatar--m-sm--Height-on-xl, var(--pf-c-avatar--m-sm--Height-on-lg, var(--pf-c-avatar--m-sm--Height-on-md, var(--pf-c-avatar--m-sm--Height-on-sm, var(--pf-c-avatar--m-sm--Height))))));
6374
+ }
6375
+ }
6376
+ .pf-c-avatar.pf-m-md {
6377
+ --pf-c-avatar--Width: var(--pf-c-avatar--m-md--Width);
6378
+ --pf-c-avatar--Height: var(--pf-c-avatar--m-md--Height);
6379
+ }
6380
+ @media (min-width: 576px) {
6381
+ .pf-c-avatar.pf-m-md {
6382
+ --pf-c-avatar--Width: var(--pf-c-avatar--m-md--Width-on-sm, var(--pf-c-avatar--m-md--Width));
6383
+ }
6384
+ }
6385
+ @media (min-width: 768px) {
6386
+ .pf-c-avatar.pf-m-md {
6387
+ --pf-c-avatar--Width: var(--pf-c-avatar--m-md--Width-on-md, var(--pf-c-avatar--m-md--Width-on-sm, var(--pf-c-avatar--m-md--Width)));
6388
+ }
6389
+ }
6390
+ @media (min-width: 992px) {
6391
+ .pf-c-avatar.pf-m-md {
6392
+ --pf-c-avatar--Width: var(--pf-c-avatar--m-md--Width-on-lg, var(--pf-c-avatar--m-md--Width-on-md, var(--pf-c-avatar--m-md--Width-on-sm, var(--pf-c-avatar--m-md--Width))));
6393
+ }
6394
+ }
6395
+ @media (min-width: 1200px) {
6396
+ .pf-c-avatar.pf-m-md {
6397
+ --pf-c-avatar--Width: var(--pf-c-avatar--m-md--Width-on-xl, var(--pf-c-avatar--m-md--Width-on-lg, var(--pf-c-avatar--m-md--Width-on-md, var(--pf-c-avatar--m-md--Width-on-sm, var(--pf-c-avatar--m-md--Width)))));
6398
+ }
6399
+ }
6400
+ @media (min-width: 1450px) {
6401
+ .pf-c-avatar.pf-m-md {
6402
+ --pf-c-avatar--Width: var(--pf-c-avatar--m-md--Width-on-2xl, var(--pf-c-avatar--m-md--Width-on-xl, var(--pf-c-avatar--m-md--Width-on-lg, var(--pf-c-avatar--m-md--Width-on-md, var(--pf-c-avatar--m-md--Width-on-sm, var(--pf-c-avatar--m-md--Width))))));
6403
+ }
6404
+ }
6405
+ @media (min-width: 576px) {
6406
+ .pf-c-avatar.pf-m-md {
6407
+ --pf-c-avatar--Height: var(--pf-c-avatar--m-md--Height-on-sm, var(--pf-c-avatar--m-md--Height));
6408
+ }
6409
+ }
6410
+ @media (min-width: 768px) {
6411
+ .pf-c-avatar.pf-m-md {
6412
+ --pf-c-avatar--Height: var(--pf-c-avatar--m-md--Height-on-md, var(--pf-c-avatar--m-md--Height-on-sm, var(--pf-c-avatar--m-md--Height)));
6413
+ }
6414
+ }
6415
+ @media (min-width: 992px) {
6416
+ .pf-c-avatar.pf-m-md {
6417
+ --pf-c-avatar--Height: var(--pf-c-avatar--m-md--Height-on-lg, var(--pf-c-avatar--m-md--Height-on-md, var(--pf-c-avatar--m-md--Height-on-sm, var(--pf-c-avatar--m-md--Height))));
6418
+ }
6419
+ }
6420
+ @media (min-width: 1200px) {
6421
+ .pf-c-avatar.pf-m-md {
6422
+ --pf-c-avatar--Height: var(--pf-c-avatar--m-md--Height-on-xl, var(--pf-c-avatar--m-md--Height-on-lg, var(--pf-c-avatar--m-md--Height-on-md, var(--pf-c-avatar--m-md--Height-on-sm, var(--pf-c-avatar--m-md--Height)))));
6423
+ }
6424
+ }
6425
+ @media (min-width: 1450px) {
6426
+ .pf-c-avatar.pf-m-md {
6427
+ --pf-c-avatar--Height: var(--pf-c-avatar--m-md--Height-on-2xl, var(--pf-c-avatar--m-md--Height-on-xl, var(--pf-c-avatar--m-md--Height-on-lg, var(--pf-c-avatar--m-md--Height-on-md, var(--pf-c-avatar--m-md--Height-on-sm, var(--pf-c-avatar--m-md--Height))))));
6428
+ }
6429
+ }
6430
+ .pf-c-avatar.pf-m-lg {
6431
+ --pf-c-avatar--Width: var(--pf-c-avatar--m-lg--Width);
6432
+ --pf-c-avatar--Height: var(--pf-c-avatar--m-lg--Height);
6433
+ }
6434
+ @media (min-width: 576px) {
6435
+ .pf-c-avatar.pf-m-lg {
6436
+ --pf-c-avatar--Width: var(--pf-c-avatar--m-lg--Width-on-sm, var(--pf-c-avatar--m-lg--Width));
6437
+ }
6438
+ }
6439
+ @media (min-width: 768px) {
6440
+ .pf-c-avatar.pf-m-lg {
6441
+ --pf-c-avatar--Width: var(--pf-c-avatar--m-lg--Width-on-md, var(--pf-c-avatar--m-lg--Width-on-sm, var(--pf-c-avatar--m-lg--Width)));
6442
+ }
6443
+ }
6444
+ @media (min-width: 992px) {
6445
+ .pf-c-avatar.pf-m-lg {
6446
+ --pf-c-avatar--Width: var(--pf-c-avatar--m-lg--Width-on-lg, var(--pf-c-avatar--m-lg--Width-on-md, var(--pf-c-avatar--m-lg--Width-on-sm, var(--pf-c-avatar--m-lg--Width))));
6447
+ }
6448
+ }
6449
+ @media (min-width: 1200px) {
6450
+ .pf-c-avatar.pf-m-lg {
6451
+ --pf-c-avatar--Width: var(--pf-c-avatar--m-lg--Width-on-xl, var(--pf-c-avatar--m-lg--Width-on-lg, var(--pf-c-avatar--m-lg--Width-on-md, var(--pf-c-avatar--m-lg--Width-on-sm, var(--pf-c-avatar--m-lg--Width)))));
6452
+ }
6453
+ }
6454
+ @media (min-width: 1450px) {
6455
+ .pf-c-avatar.pf-m-lg {
6456
+ --pf-c-avatar--Width: var(--pf-c-avatar--m-lg--Width-on-2xl, var(--pf-c-avatar--m-lg--Width-on-xl, var(--pf-c-avatar--m-lg--Width-on-lg, var(--pf-c-avatar--m-lg--Width-on-md, var(--pf-c-avatar--m-lg--Width-on-sm, var(--pf-c-avatar--m-lg--Width))))));
6457
+ }
6458
+ }
6459
+ @media (min-width: 576px) {
6460
+ .pf-c-avatar.pf-m-lg {
6461
+ --pf-c-avatar--Height: var(--pf-c-avatar--m-lg--Height-on-sm, var(--pf-c-avatar--m-lg--Height));
6462
+ }
6463
+ }
6464
+ @media (min-width: 768px) {
6465
+ .pf-c-avatar.pf-m-lg {
6466
+ --pf-c-avatar--Height: var(--pf-c-avatar--m-lg--Height-on-md, var(--pf-c-avatar--m-lg--Height-on-sm, var(--pf-c-avatar--m-lg--Height)));
6467
+ }
6468
+ }
6469
+ @media (min-width: 992px) {
6470
+ .pf-c-avatar.pf-m-lg {
6471
+ --pf-c-avatar--Height: var(--pf-c-avatar--m-lg--Height-on-lg, var(--pf-c-avatar--m-lg--Height-on-md, var(--pf-c-avatar--m-lg--Height-on-sm, var(--pf-c-avatar--m-lg--Height))));
6472
+ }
6473
+ }
6474
+ @media (min-width: 1200px) {
6475
+ .pf-c-avatar.pf-m-lg {
6476
+ --pf-c-avatar--Height: var(--pf-c-avatar--m-lg--Height-on-xl, var(--pf-c-avatar--m-lg--Height-on-lg, var(--pf-c-avatar--m-lg--Height-on-md, var(--pf-c-avatar--m-lg--Height-on-sm, var(--pf-c-avatar--m-lg--Height)))));
6477
+ }
6478
+ }
6479
+ @media (min-width: 1450px) {
6480
+ .pf-c-avatar.pf-m-lg {
6481
+ --pf-c-avatar--Height: var(--pf-c-avatar--m-lg--Height-on-2xl, var(--pf-c-avatar--m-lg--Height-on-xl, var(--pf-c-avatar--m-lg--Height-on-lg, var(--pf-c-avatar--m-lg--Height-on-md, var(--pf-c-avatar--m-lg--Height-on-sm, var(--pf-c-avatar--m-lg--Height))))));
6482
+ }
6483
+ }
6484
+ .pf-c-avatar.pf-m-xl {
6485
+ --pf-c-avatar--Width: var(--pf-c-avatar--m-xl--Width);
6486
+ --pf-c-avatar--Height: var(--pf-c-avatar--m-xl--Height);
6487
+ }
6488
+ @media (min-width: 576px) {
6489
+ .pf-c-avatar.pf-m-xl {
6490
+ --pf-c-avatar--Width: var(--pf-c-avatar--m-xl--Width-on-sm, var(--pf-c-avatar--m-xl--Width));
6491
+ }
6492
+ }
6493
+ @media (min-width: 768px) {
6494
+ .pf-c-avatar.pf-m-xl {
6495
+ --pf-c-avatar--Width: var(--pf-c-avatar--m-xl--Width-on-md, var(--pf-c-avatar--m-xl--Width-on-sm, var(--pf-c-avatar--m-xl--Width)));
6496
+ }
6497
+ }
6498
+ @media (min-width: 992px) {
6499
+ .pf-c-avatar.pf-m-xl {
6500
+ --pf-c-avatar--Width: var(--pf-c-avatar--m-xl--Width-on-lg, var(--pf-c-avatar--m-xl--Width-on-md, var(--pf-c-avatar--m-xl--Width-on-sm, var(--pf-c-avatar--m-xl--Width))));
6501
+ }
6502
+ }
6503
+ @media (min-width: 1200px) {
6504
+ .pf-c-avatar.pf-m-xl {
6505
+ --pf-c-avatar--Width: var(--pf-c-avatar--m-xl--Width-on-xl, var(--pf-c-avatar--m-xl--Width-on-lg, var(--pf-c-avatar--m-xl--Width-on-md, var(--pf-c-avatar--m-xl--Width-on-sm, var(--pf-c-avatar--m-xl--Width)))));
6506
+ }
6507
+ }
6508
+ @media (min-width: 1450px) {
6509
+ .pf-c-avatar.pf-m-xl {
6510
+ --pf-c-avatar--Width: var(--pf-c-avatar--m-xl--Width-on-2xl, var(--pf-c-avatar--m-xl--Width-on-xl, var(--pf-c-avatar--m-xl--Width-on-lg, var(--pf-c-avatar--m-xl--Width-on-md, var(--pf-c-avatar--m-xl--Width-on-sm, var(--pf-c-avatar--m-xl--Width))))));
6511
+ }
6512
+ }
6513
+ @media (min-width: 576px) {
6514
+ .pf-c-avatar.pf-m-xl {
6515
+ --pf-c-avatar--Height: var(--pf-c-avatar--m-xl--Height-on-sm, var(--pf-c-avatar--m-xl--Height));
6516
+ }
6517
+ }
6518
+ @media (min-width: 768px) {
6519
+ .pf-c-avatar.pf-m-xl {
6520
+ --pf-c-avatar--Height: var(--pf-c-avatar--m-xl--Height-on-md, var(--pf-c-avatar--m-xl--Height-on-sm, var(--pf-c-avatar--m-xl--Height)));
6521
+ }
6522
+ }
6523
+ @media (min-width: 992px) {
6524
+ .pf-c-avatar.pf-m-xl {
6525
+ --pf-c-avatar--Height: var(--pf-c-avatar--m-xl--Height-on-lg, var(--pf-c-avatar--m-xl--Height-on-md, var(--pf-c-avatar--m-xl--Height-on-sm, var(--pf-c-avatar--m-xl--Height))));
6526
+ }
6527
+ }
6528
+ @media (min-width: 1200px) {
6529
+ .pf-c-avatar.pf-m-xl {
6530
+ --pf-c-avatar--Height: var(--pf-c-avatar--m-xl--Height-on-xl, var(--pf-c-avatar--m-xl--Height-on-lg, var(--pf-c-avatar--m-xl--Height-on-md, var(--pf-c-avatar--m-xl--Height-on-sm, var(--pf-c-avatar--m-xl--Height)))));
6531
+ }
6532
+ }
6533
+ @media (min-width: 1450px) {
6534
+ .pf-c-avatar.pf-m-xl {
6535
+ --pf-c-avatar--Height: var(--pf-c-avatar--m-xl--Height-on-2xl, var(--pf-c-avatar--m-xl--Height-on-xl, var(--pf-c-avatar--m-xl--Height-on-lg, var(--pf-c-avatar--m-xl--Height-on-md, var(--pf-c-avatar--m-xl--Height-on-sm, var(--pf-c-avatar--m-xl--Height))))));
6536
+ }
6537
+ }
6314
6538
 
6315
6539
  .pf-c-backdrop {
6316
6540
  --pf-c-backdrop--Position: fixed;
@@ -8037,6 +8261,8 @@ label.pf-c-check, .pf-c-check__label,
8037
8261
  --pf-c-code-editor__code--PaddingLeft: var(--pf-global--spacer--sm);
8038
8262
  --pf-c-code-editor__code-pre--FontSize: var(--pf-global--FontSize--sm);
8039
8263
  --pf-c-code-editor__code-pre--FontFamily: var(--pf-global--FontFamily--monospace);
8264
+ --pf-c-code-editor__header-main--PaddingRight: var(--pf-global--spacer--sm);
8265
+ --pf-c-code-editor__header-main--PaddingLeft: var(--pf-global--spacer--sm);
8040
8266
  --pf-c-code-editor__tab--BackgroundColor: var(--pf-global--BackgroundColor--100);
8041
8267
  --pf-c-code-editor__tab--Color: var(--pf-global--Color--200);
8042
8268
  --pf-c-code-editor__tab--PaddingTop: var(--pf-global--spacer--form-element);
@@ -8085,6 +8311,12 @@ label.pf-c-check, .pf-c-check__label,
8085
8311
  border-bottom-color: var(--pf-c-code-editor__controls--c-button--m-control--disabled--after--BorderBottomColor);
8086
8312
  }
8087
8313
 
8314
+ .pf-c-code-editor__header-main {
8315
+ flex-grow: 1;
8316
+ padding-right: var(--pf-c-code-editor__header-main--PaddingRight);
8317
+ padding-left: var(--pf-c-code-editor__header-main--PaddingLeft);
8318
+ }
8319
+
8088
8320
  .pf-c-code-editor__main {
8089
8321
  position: relative;
8090
8322
  background-color: var(--pf-c-code-editor__main--BackgroundColor);
@@ -18230,6 +18462,9 @@ ul.pf-c-list {
18230
18462
  .pf-c-nav__section + .pf-c-nav__section {
18231
18463
  --pf-c-nav__section--MarginTop: var(--pf-c-nav__section--section--MarginTop);
18232
18464
  }
18465
+ .pf-c-nav__section.pf-m-no-title {
18466
+ --pf-c-nav__section--MarginTop: 0;
18467
+ }
18233
18468
 
18234
18469
  .pf-c-nav__section-title {
18235
18470
  padding: var(--pf-c-nav__section-title--PaddingTop) var(--pf-c-nav__section-title--PaddingRight) var(--pf-c-nav__section-title--PaddingBottom) var(--pf-c-nav__section-title--PaddingLeft);
@@ -25112,7 +25347,8 @@ svg.pf-c-spinner.pf-m-xl {
25112
25347
  .pf-c-table.pf-m-compact tr:not(.pf-c-table__expandable-row) > *:last-child {
25113
25348
  --pf-c-table--cell--PaddingRight: var(--pf-c-table--m-compact--cell--first-last-child--PaddingRight);
25114
25349
  }
25115
- .pf-c-table.pf-m-compact thead th {
25350
+ .pf-c-table.pf-m-compact thead th,
25351
+ .pf-c-table.pf-m-compact thead .pf-c-table__toggle {
25116
25352
  --pf-c-table--cell--PaddingTop: var(--pf-c-table--m-compact-th--PaddingTop);
25117
25353
  --pf-c-table--cell--PaddingBottom: var(--pf-c-table--m-compact-th--PaddingBottom);
25118
25354
  }