@patternfly/patternfly 6.5.2 → 6.6.0-prerelease.10

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 (220) hide show
  1. package/README.md +1 -1
  2. package/assets/images/img_avatar-rhds.svg +22 -0
  3. package/assets/images/pf-logo-avatar.jpg +0 -0
  4. package/base/normalize.scss +2 -0
  5. package/base/patternfly-common.css +2 -2
  6. package/base/patternfly-common.scss +1 -1
  7. package/base/patternfly-fa-icons.css +3 -3
  8. package/base/patternfly-fa-icons.scss +3 -3
  9. package/base/patternfly-variables.css +58 -56
  10. package/base/reset.scss +2 -0
  11. package/base/tokens/tokens-charts-dark.scss +1 -1
  12. package/base/tokens/tokens-charts-highcontrast-dark.scss +1 -1
  13. package/base/tokens/tokens-charts-highcontrast.scss +1 -1
  14. package/base/tokens/tokens-charts.scss +1 -1
  15. package/base/tokens/tokens-dark.scss +9 -9
  16. package/base/tokens/tokens-default.scss +8 -8
  17. package/base/tokens/tokens-felt-dark.scss +1 -1
  18. package/base/tokens/tokens-felt-glass-dark.scss +8 -8
  19. package/base/tokens/tokens-felt-glass.scss +10 -9
  20. package/base/tokens/tokens-felt-highcontrast-dark.scss +1 -1
  21. package/base/tokens/tokens-felt-highcontrast.scss +1 -1
  22. package/base/tokens/tokens-felt.scss +1 -1
  23. package/base/tokens/tokens-glass-dark.scss +8 -8
  24. package/base/tokens/tokens-glass.scss +10 -9
  25. package/base/tokens/tokens-highcontrast-dark.scss +8 -8
  26. package/base/tokens/tokens-highcontrast.scss +7 -7
  27. package/base/tokens/tokens-palette.scss +1 -1
  28. package/base/tokens/tokens-redhat-highcontrast.scss +6 -6
  29. package/components/AboutModalBox/about-modal-box.css +1 -1
  30. package/components/AboutModalBox/about-modal-box.scss +1 -1
  31. package/components/Accordion/accordion.css +8 -4
  32. package/components/Accordion/accordion.scss +9 -4
  33. package/components/Alert/alert-group.css +1 -1
  34. package/components/Alert/alert-group.scss +1 -1
  35. package/components/Alert/alert.css +4 -3
  36. package/components/Alert/alert.scss +4 -3
  37. package/components/Avatar/avatar.css +144 -0
  38. package/components/Avatar/avatar.scss +161 -0
  39. package/components/Breadcrumb/breadcrumb.css +1 -1
  40. package/components/Breadcrumb/breadcrumb.scss +1 -1
  41. package/components/Button/button.css +9 -6
  42. package/components/Button/button.scss +10 -6
  43. package/components/Card/card.css +2 -2
  44. package/components/Card/card.scss +3 -3
  45. package/components/Check/check.css +1 -1
  46. package/components/Check/check.scss +1 -1
  47. package/components/ClipboardCopy/clipboard-copy.css +2 -2
  48. package/components/ClipboardCopy/clipboard-copy.scss +2 -2
  49. package/components/Compass/compass.css +7 -3
  50. package/components/Compass/compass.scss +7 -3
  51. package/components/Content/content.css +2 -2
  52. package/components/Content/content.scss +2 -2
  53. package/components/DataList/data-list.css +1 -1
  54. package/components/DataList/data-list.scss +1 -1
  55. package/components/DescriptionList/description-list.css +0 -1
  56. package/components/DescriptionList/description-list.scss +0 -1
  57. package/components/Drawer/drawer.css +2 -2
  58. package/components/Drawer/drawer.scss +2 -2
  59. package/components/DualListSelector/dual-list-selector.css +6 -6
  60. package/components/DualListSelector/dual-list-selector.scss +6 -6
  61. package/components/ExpandableSection/expandable-section.css +3 -3
  62. package/components/ExpandableSection/expandable-section.scss +3 -3
  63. package/components/Form/form.css +12 -12
  64. package/components/Form/form.scss +6 -6
  65. package/components/FormControl/form-control.css +1 -1
  66. package/components/FormControl/form-control.scss +3 -1
  67. package/components/Hero/hero.css +1 -1
  68. package/components/Hero/hero.scss +1 -1
  69. package/components/Hint/hint.css +1 -1
  70. package/components/Hint/hint.scss +1 -1
  71. package/components/InputGroup/input-group.css +5 -5
  72. package/components/InputGroup/input-group.scss +5 -5
  73. package/components/JumpLinks/jump-links.css +1 -1
  74. package/components/JumpLinks/jump-links.scss +1 -1
  75. package/components/Label/label.css +1 -1
  76. package/components/Label/label.scss +1 -1
  77. package/components/Login/login.css +2 -2
  78. package/components/Login/login.scss +2 -2
  79. package/components/Masthead/masthead.css +2 -2
  80. package/components/Masthead/masthead.scss +2 -2
  81. package/components/Menu/menu.css +4 -4
  82. package/components/Menu/menu.scss +4 -4
  83. package/components/MenuToggle/menu-toggle.css +4 -1
  84. package/components/MenuToggle/menu-toggle.scss +5 -2
  85. package/components/ModalBox/modal-box.css +1 -1
  86. package/components/ModalBox/modal-box.scss +1 -1
  87. package/components/Nav/nav.css +5 -5
  88. package/components/Nav/nav.scss +5 -5
  89. package/components/NotificationDrawer/notification-drawer.css +5 -5
  90. package/components/NotificationDrawer/notification-drawer.scss +5 -5
  91. package/components/Page/page.css +26 -21
  92. package/components/Page/page.scss +30 -25
  93. package/components/Popover/popover.css +1 -1
  94. package/components/Popover/popover.scss +2 -2
  95. package/components/Progress/progress.css +3 -3
  96. package/components/Progress/progress.scss +3 -6
  97. package/components/ProgressStepper/progress-stepper.css +1 -1
  98. package/components/Radio/radio.css +1 -1
  99. package/components/Radio/radio.scss +1 -1
  100. package/components/Sidebar/sidebar.css +4 -7
  101. package/components/Sidebar/sidebar.scss +9 -9
  102. package/components/Spinner/spinner.css +2 -2
  103. package/components/Spinner/spinner.scss +2 -2
  104. package/components/Switch/switch.css +1 -1
  105. package/components/Switch/switch.scss +1 -1
  106. package/components/Table/table-tree-view.css +10 -10
  107. package/components/Table/table-tree-view.scss +2 -2
  108. package/components/Table/table.css +37 -10
  109. package/components/Table/table.scss +53 -14
  110. package/components/Tabs/tabs.css +3 -3
  111. package/components/Tabs/tabs.scss +3 -3
  112. package/components/TextInputGroup/text-input-group.css +1 -1
  113. package/components/TextInputGroup/text-input-group.scss +1 -1
  114. package/components/Title/title.css +1 -1
  115. package/components/Title/title.scss +1 -1
  116. package/components/Toolbar/toolbar.css +1 -1
  117. package/components/Toolbar/toolbar.scss +1 -1
  118. package/components/Tooltip/tooltip.css +1 -1
  119. package/components/Tooltip/tooltip.scss +2 -2
  120. package/components/TreeView/tree-view.css +5 -5
  121. package/components/TreeView/tree-view.scss +5 -5
  122. package/components/Wizard/wizard.css +5 -5
  123. package/components/Wizard/wizard.scss +5 -5
  124. package/components/_index.css +342 -155
  125. package/docs/components/AboutModalBox/examples/AboutModalBox.md +1 -1
  126. package/docs/components/Accordion/examples/Accordion.md +30 -30
  127. package/docs/components/ActionList/examples/ActionList.md +11 -11
  128. package/docs/components/Alert/examples/Alert.md +54 -54
  129. package/docs/components/Avatar/examples/Avatar.css +6 -0
  130. package/docs/components/Avatar/examples/Avatar.md +414 -40
  131. package/docs/components/BackToTop/examples/BackToTop.md +1 -1
  132. package/docs/components/Banner/examples/Banner.md +10 -10
  133. package/docs/components/Breadcrumb/examples/Breadcrumb.md +25 -25
  134. package/docs/components/Button/examples/Button.md +184 -184
  135. package/docs/components/CalendarMonth/examples/CalendarMonth.md +16 -16
  136. package/docs/components/Card/examples/Card.md +14 -14
  137. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +22 -22
  138. package/docs/components/CodeBlock/examples/CodeBlock.md +8 -8
  139. package/docs/components/CodeEditor/examples/CodeEditor.md +18 -18
  140. package/docs/components/DataList/examples/DataList.md +34 -34
  141. package/docs/components/DatePicker/examples/DatePicker.md +6 -6
  142. package/docs/components/DescriptionList/examples/DescriptionList.md +25 -25
  143. package/docs/components/Drawer/examples/Drawer.md +23 -23
  144. package/docs/components/DualListSelector/examples/DualListSelector.md +89 -89
  145. package/docs/components/EmptyState/examples/EmptyState.md +6 -6
  146. package/docs/components/ExpandableSection/examples/ExpandableSection.md +7 -7
  147. package/docs/components/Form/examples/Form.md +6 -6
  148. package/docs/components/Hint/examples/Hint.md +3 -3
  149. package/docs/components/Icon/examples/Icon.md +9 -9
  150. package/docs/components/InlineEdit/examples/InlineEdit.md +26 -26
  151. package/docs/components/InputGroup/examples/InputGroup.md +4 -4
  152. package/docs/components/JumpLinks/examples/JumpLinks.md +4 -4
  153. package/docs/components/Label/examples/Label.md +218 -218
  154. package/docs/components/Login/examples/Login.md +4 -4
  155. package/docs/components/Masthead/examples/masthead.md +1 -1
  156. package/docs/components/Menu/examples/Menu.md +129 -129
  157. package/docs/components/MenuToggle/examples/MenuToggle.md +271 -232
  158. package/docs/components/ModalBox/examples/ModalBox.md +24 -24
  159. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +12 -12
  160. package/docs/components/Nav/examples/Navigation.md +66 -66
  161. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +83 -83
  162. package/docs/components/OverflowMenu/examples/overflow-menu.md +11 -11
  163. package/docs/components/Page/examples/Page.md +1 -1
  164. package/docs/components/Pagination/examples/Pagination.md +92 -92
  165. package/docs/components/Popover/examples/Popover.md +22 -22
  166. package/docs/components/Progress/examples/Progress.md +7 -7
  167. package/docs/components/ProgressStepper/examples/ProgressStepper.md +21 -21
  168. package/docs/components/Sidebar/examples/Sidebar.md +3 -1
  169. package/docs/components/Slider/examples/Slider.md +4 -4
  170. package/docs/components/Table/examples/Table.css +6 -0
  171. package/docs/components/Table/examples/Table.md +807 -527
  172. package/docs/components/Tabs/examples/Tabs.md +378 -378
  173. package/docs/components/TextInputGroup/examples/TextInputGroup.md +46 -46
  174. package/docs/components/ToggleGroup/examples/toggle-group.md +15 -15
  175. package/docs/components/Toolbar/examples/Toolbar.md +117 -117
  176. package/docs/components/TreeView/examples/TreeView.md +104 -104
  177. package/docs/components/Wizard/examples/Wizard.md +40 -40
  178. package/docs/demos/AboutModal/examples/AboutModal.md +9 -9
  179. package/docs/demos/Alert/examples/Alert.md +32 -32
  180. package/docs/demos/BackToTop/examples/BackToTop.md +9 -9
  181. package/docs/demos/Banner/examples/Banner.md +16 -16
  182. package/docs/demos/Button/examples/Button.md +1 -1
  183. package/docs/demos/Card/examples/Card.md +78 -78
  184. package/docs/demos/CardView/examples/CardView.md +38 -38
  185. package/docs/demos/Compass/examples/Compass.md +294 -238
  186. package/docs/demos/Dashboard/examples/Dashboard.md +48 -48
  187. package/docs/demos/DataList/examples/DataList.md +101 -101
  188. package/docs/demos/DescriptionList/examples/DescriptionList.md +26 -26
  189. package/docs/demos/Drawer/examples/Drawer.md +40 -40
  190. package/docs/demos/Form/examples/BasicForms.md +21 -21
  191. package/docs/demos/JumpLinks/examples/JumpLinks.md +49 -49
  192. package/docs/demos/Masthead/examples/Masthead.md +57 -57
  193. package/docs/demos/Modal/examples/Modal.md +54 -54
  194. package/docs/demos/Nav/examples/Nav.md +93 -93
  195. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +173 -173
  196. package/docs/demos/Page/examples/Page.md +119 -119
  197. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +1 -1
  198. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +4 -4
  199. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +142 -142
  200. package/docs/demos/Skeleton/examples/Skeleton.md +8 -8
  201. package/docs/demos/Table/examples/Table.md +630 -630
  202. package/docs/demos/Tabs/examples/Tabs.md +62 -62
  203. package/docs/demos/Toolbar/examples/Toolbar.md +161 -161
  204. package/docs/demos/Wizard/examples/Wizard.md +100 -100
  205. package/layouts/Gallery/gallery.css +1 -1
  206. package/layouts/Gallery/gallery.scss +1 -1
  207. package/layouts/Grid/grid.css +1 -1
  208. package/layouts/Grid/grid.scss +1 -1
  209. package/layouts/_index.css +2 -2
  210. package/package.json +11 -12
  211. package/patternfly-addons.css +12 -12
  212. package/patternfly-base-no-globals.css +63 -61
  213. package/patternfly-base.css +63 -61
  214. package/patternfly-no-globals.css +407 -218
  215. package/patternfly.css +407 -218
  216. package/patternfly.min.css +1 -1
  217. package/patternfly.min.css.map +1 -1
  218. package/sass-utilities/mixins.scss +2 -2
  219. package/utilities/Accessibility/accessibility.css +12 -12
  220. package/utilities/_index.css +12 -12
@@ -1,12 +1,12 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 15 May 2026 17:53:36 GMT
3
+ // Generated on Mon, 01 Jun 2026 21:26:11 GMT
4
4
 
5
5
  @mixin pf-v6-tokens {
6
- --pf-t--global--background--color--500: rgba(21, 21, 21, 0.4000);
7
- --pf-t--global--background--color--600: rgba(199, 199, 199, 0.2500);
8
- --pf-t--global--background--color--700: rgba(199, 199, 199, 0.1000);
9
- --pf-t--global--background--color--action--plain--default: rgba(255, 255, 255, 0.0000);
6
+ --pf-t--global--background--color--500: rgb(21, 21, 21, 0.4000);
7
+ --pf-t--global--background--color--600: rgb(199, 199, 199, 0.2500);
8
+ --pf-t--global--background--color--700: rgb(199, 199, 199, 0.1000);
9
+ --pf-t--global--background--color--action--plain--default: rgb(255, 255, 255, 0.0000);
10
10
  --pf-t--global--background--filter--glass--blur--primary: initial;
11
11
  --pf-t--global--border--radius--0: 0px;
12
12
  --pf-t--global--border--radius--100: 4px;
@@ -40,8 +40,8 @@
40
40
  --pf-t--global--box-shadow--blur--100: 6px;
41
41
  --pf-t--global--box-shadow--blur--200: 10px;
42
42
  --pf-t--global--box-shadow--blur--300: 20px;
43
- --pf-t--global--box-shadow--color--100: rgba(41, 41, 41, 0.1500);
44
- --pf-t--global--box-shadow--color--200: rgba(41, 41, 41, 0.2000);
43
+ --pf-t--global--box-shadow--color--100: rgb(41, 41, 41, 0.1500);
44
+ --pf-t--global--box-shadow--color--200: rgb(41, 41, 41, 0.2000);
45
45
  --pf-t--global--box-shadow--spread--100: 0px;
46
46
  --pf-t--global--box-shadow--spread--200: -4px;
47
47
  --pf-t--global--box-shadow--spread--300: -8px;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 15 May 2026 17:53:36 GMT
3
+ // Generated on Mon, 01 Jun 2026 21:26:11 GMT
4
4
 
5
5
  @mixin pf-v6-tokens {
6
6
  --pf-t--color--black: #000000;
@@ -3,10 +3,10 @@
3
3
  // Generated on Mon, 04 May 2026 19:53:21 GMT
4
4
 
5
5
  @mixin pf-v6-tokens {
6
- --pf-t--global--background--color--500: rgba(21, 21, 21, 0.4000);
7
- --pf-t--global--background--color--600: rgba(199, 199, 199, 0.2500);
8
- --pf-t--global--background--color--700: rgba(199, 199, 199, 0.1000);
9
- --pf-t--global--background--color--action--plain--default: rgba(255, 255, 255, 0.0000);
6
+ --pf-t--global--background--color--500: rgb(21, 21, 21, 0.4000);
7
+ --pf-t--global--background--color--600: rgb(199, 199, 199, 0.2500);
8
+ --pf-t--global--background--color--700: rgb(199, 199, 199, 0.1000);
9
+ --pf-t--global--background--color--action--plain--default: rgb(255, 255, 255, 0.0000);
10
10
  --pf-t--global--background--filter--glass--blur--primary: blur(0px);
11
11
  --pf-t--global--border--radius--0: 0px;
12
12
  --pf-t--global--border--radius--100: 4px;
@@ -40,8 +40,8 @@
40
40
  --pf-t--global--box-shadow--blur--100: 6px;
41
41
  --pf-t--global--box-shadow--blur--200: 10px;
42
42
  --pf-t--global--box-shadow--blur--300: 20px;
43
- --pf-t--global--box-shadow--color--100: rgba(41, 41, 41, 0.1500);
44
- --pf-t--global--box-shadow--color--200: rgba(41, 41, 41, 0.2000);
43
+ --pf-t--global--box-shadow--color--100: rgb(41, 41, 41, 0.1500);
44
+ --pf-t--global--box-shadow--color--200: rgb(41, 41, 41, 0.2000);
45
45
  --pf-t--global--box-shadow--spread--100: 0px;
46
46
  --pf-t--global--box-shadow--spread--200: -4px;
47
47
  --pf-t--global--box-shadow--spread--300: -8px;
@@ -164,7 +164,7 @@
164
164
  overflow-x: hidden;
165
165
  overflow-y: auto;
166
166
  overscroll-behavior: contain;
167
- word-break: break-word;
167
+ overflow-wrap: break-word;
168
168
  -webkit-overflow-scrolling: touch;
169
169
  }
170
170
  @media screen and (min-width: 36rem) {
@@ -176,7 +176,7 @@
176
176
  overflow-x: hidden;
177
177
  overflow-y: auto;
178
178
  overscroll-behavior: contain;
179
- word-break: break-word;
179
+ overflow-wrap: break-word;
180
180
  -webkit-overflow-scrolling: touch;
181
181
 
182
182
  @media screen and (min-width: $pf-v6-global--breakpoint--sm) {
@@ -39,7 +39,9 @@
39
39
  --pf-v6-c-accordion__expandable-content--m-fixed--MaxHeight: 9.375rem;
40
40
  --pf-v6-c-accordion__expandable-content--MaxHeight: 0;
41
41
  --pf-v6-c-accordion__expandable-content--Visibility: hidden;
42
+ --pf-v6-c-accordion__expandable-content--Overflow: hidden;
42
43
  --pf-v6-c-accordion__item--m-expanded__expandable-content--Visibility: visible;
44
+ --pf-v6-c-accordion__item--m-expanded__expandable-content--Overflow: visible;
43
45
  --pf-v6-c-accordion__item--m-expanded__expandable-content--MaxHeight: 99999px;
44
46
  --pf-v6-c-accordion__item--m-expanded__expandable-content--MarginBlockEnd: var(--pf-t--global--spacer--md);
45
47
  --pf-v6-c-accordion__item--before--TransitionDuration--expand--fade: var(--pf-t--global--motion--duration--fade--default);
@@ -172,6 +174,7 @@
172
174
  --pf-v6-c-accordion__expandable-content--TransitionDuration--fade: 0s;
173
175
  --pf-v6-c-accordion__expandable-content--m-fixed--MaxHeight--base: var(--pf-v6-c-accordion__expandable-content--m-fixed--MaxHeight);
174
176
  --pf-v6-c-accordion__expandable-content--BorderWidth: var(--pf-v6-c-accordion__item--m-expanded__expandable-content--BorderWidth);
177
+ --pf-v6-c-accordion__expandable-content--Overflow: var(--pf-v6-c-accordion__item--m-expanded__expandable-content--Overflow);
175
178
  }
176
179
 
177
180
  .pf-v6-c-accordion__toggle {
@@ -219,8 +222,8 @@
219
222
  }
220
223
 
221
224
  .pf-v6-c-accordion__toggle-icon {
222
- transition: var(--pf-v6-c-accordion__toggle-icon--Transition);
223
225
  transform: rotate(var(--pf-v6-c-accordion__toggle-icon--Rotate));
226
+ transition: var(--pf-v6-c-accordion__toggle-icon--Transition);
224
227
  }
225
228
 
226
229
  .pf-v6-c-accordion__expandable-content:where([hidden]) {
@@ -228,26 +231,27 @@
228
231
  }
229
232
 
230
233
  .pf-v6-c-accordion__expandable-content {
234
+ visibility: var(--pf-v6-c-accordion__expandable-content--Visibility);
231
235
  max-height: var(--pf-v6-c-accordion__expandable-content--MaxHeight);
232
236
  margin-block-end: var(--pf-v6-c-accordion__expandable-content--MarginBlockEnd);
233
237
  margin-inline-start: var(--pf-v6-c-accordion__expandable-content--MarginInlineStart);
234
238
  margin-inline-end: var(--pf-v6-c-accordion__expandable-content--MarginInlineEnd);
239
+ overflow-y: var(--pf-v6-c-accordion__expandable-content--Overflow);
235
240
  font-size: var(--pf-v6-c-accordion__expandable-content--FontSize);
236
241
  color: var(--pf-v6-c-accordion__expandable-content--Color);
237
- visibility: var(--pf-v6-c-accordion__expandable-content--Visibility);
238
242
  background-color: var(--pf-v6-c-accordion__expandable-content--BackgroundColor);
239
243
  border: var(--pf-v6-c-accordion__expandable-content--BorderWidth) solid var(--pf-v6-c-accordion__expandable-content--BorderColor);
240
244
  border-radius: var(--pf-v6-c-accordion__expandable-content--BorderRadius);
241
245
  opacity: var(--pf-v6-c-accordion__expandable-content--Opacity);
246
+ translate: 0 var(--pf-v6-c-accordion__expandable-content--TranslateY);
242
247
  transition-delay: 0s, 0s, var(--pf-v6-c-accordion__expandable-content--TransitionDuration--fade), var(--pf-v6-c-accordion__expandable-content--TransitionDuration--fade), var(--pf-v6-c-accordion__expandable-content--TransitionDuration--fade);
243
248
  transition-timing-function: var(--pf-v6-c-accordion__expandable-content--TransitionTimingFunction);
244
249
  transition-duration: var(--pf-v6-c-accordion__expandable-content--TransitionDuration--fade), var(--pf-v6-c-accordion__expandable-content--TransitionDuration--slide), 0s, 0s, 0s;
245
250
  transition-property: opacity, translate, visibility, max-height, margin-block-end;
246
- translate: 0 var(--pf-v6-c-accordion__expandable-content--TranslateY);
247
251
  }
248
252
  .pf-v6-c-accordion__expandable-content.pf-m-fixed {
253
+ --pf-v6-c-accordion__expandable-content--Overflow: auto;
249
254
  max-height: var(--pf-v6-c-accordion__expandable-content--m-fixed--MaxHeight--base);
250
- overflow-y: auto;
251
255
  }
252
256
 
253
257
  .pf-v6-c-accordion__expandable-content-body {
@@ -55,7 +55,9 @@
55
55
  --#{$accordion}__expandable-content--m-fixed--MaxHeight: #{pf-size-prem(150px)};
56
56
  --#{$accordion}__expandable-content--MaxHeight: 0;
57
57
  --#{$accordion}__expandable-content--Visibility: hidden;
58
+ --#{$accordion}__expandable-content--Overflow: hidden;
58
59
  --#{$accordion}__item--m-expanded__expandable-content--Visibility: visible;
60
+ --#{$accordion}__item--m-expanded__expandable-content--Overflow: visible;
59
61
  --#{$accordion}__item--m-expanded__expandable-content--MaxHeight: 99999px;
60
62
  --#{$accordion}__item--m-expanded__expandable-content--MarginBlockEnd: var(--pf-t--global--spacer--md);
61
63
 
@@ -204,6 +206,7 @@
204
206
  --#{$accordion}__expandable-content--TransitionDuration--fade: 0s;
205
207
  --#{$accordion}__expandable-content--m-fixed--MaxHeight--base: var(--#{$accordion}__expandable-content--m-fixed--MaxHeight);
206
208
  --#{$accordion}__expandable-content--BorderWidth: var(--#{$accordion}__item--m-expanded__expandable-content--BorderWidth);
209
+ --#{$accordion}__expandable-content--Overflow: var(--#{$accordion}__item--m-expanded__expandable-content--Overflow);
207
210
  }
208
211
  }
209
212
 
@@ -251,8 +254,8 @@
251
254
  .#{$accordion}__toggle-icon {
252
255
  @include pf-v6-mirror-inline-on-rtl;
253
256
 
254
- transition: var(--#{$accordion}__toggle-icon--Transition); // TODO remove shorthand property in breaking change
255
257
  transform: rotate(var(--#{$accordion}__toggle-icon--Rotate));
258
+ transition: var(--#{$accordion}__toggle-icon--Transition); // TODO remove shorthand property in breaking change
256
259
  }
257
260
 
258
261
  .#{$accordion}__expandable-content:where([hidden]) {
@@ -260,26 +263,28 @@
260
263
  }
261
264
 
262
265
  .#{$accordion}__expandable-content {
266
+ visibility: var(--#{$accordion}__expandable-content--Visibility);
263
267
  max-height: var(--#{$accordion}__expandable-content--MaxHeight);
264
268
  margin-block-end: var(--#{$accordion}__expandable-content--MarginBlockEnd);
265
269
  margin-inline-start: var(--#{$accordion}__expandable-content--MarginInlineStart);
266
270
  margin-inline-end: var(--#{$accordion}__expandable-content--MarginInlineEnd);
271
+ overflow-y: var(--#{$accordion}__expandable-content--Overflow);
267
272
  font-size: var(--#{$accordion}__expandable-content--FontSize);
268
273
  color: var(--#{$accordion}__expandable-content--Color);
269
- visibility: var(--#{$accordion}__expandable-content--Visibility);
270
274
  background-color: var(--#{$accordion}__expandable-content--BackgroundColor);
271
275
  border: var(--#{$accordion}__expandable-content--BorderWidth) solid var(--#{$accordion}__expandable-content--BorderColor);
272
276
  border-radius: var(--#{$accordion}__expandable-content--BorderRadius);
273
277
  opacity: var(--#{$accordion}__expandable-content--Opacity);
278
+ translate: 0 var(--#{$accordion}__expandable-content--TranslateY);
274
279
  transition-delay: 0s, 0s, var(--#{$accordion}__expandable-content--TransitionDuration--fade), var(--#{$accordion}__expandable-content--TransitionDuration--fade), var(--#{$accordion}__expandable-content--TransitionDuration--fade);
275
280
  transition-timing-function: var(--#{$accordion}__expandable-content--TransitionTimingFunction);
276
281
  transition-duration: var(--#{$accordion}__expandable-content--TransitionDuration--fade), var(--#{$accordion}__expandable-content--TransitionDuration--slide), 0s, 0s, 0s;
277
282
  transition-property: opacity, translate, visibility, max-height, margin-block-end;
278
- translate: 0 var(--#{$accordion}__expandable-content--TranslateY);
279
283
 
280
284
  &.pf-m-fixed {
285
+ --#{$accordion}__expandable-content--Overflow: auto;
286
+
281
287
  max-height: var(--#{$accordion}__expandable-content--m-fixed--MaxHeight--base);
282
- overflow-y: auto;
283
288
  }
284
289
  }
285
290
 
@@ -127,8 +127,8 @@
127
127
  display: grid;
128
128
  grid-template-rows: 1fr;
129
129
  opacity: 1;
130
- transition: opacity var(--pf-v6-c-alert-group--m-toast__item--Transition--opacity--default);
131
130
  transform: translateX(0) translateY(0);
131
+ transition: opacity var(--pf-v6-c-alert-group--m-toast__item--Transition--opacity--default);
132
132
  }
133
133
  @media screen and (prefers-reduced-motion: no-preference) {
134
134
  .pf-v6-c-alert-group__item {
@@ -164,13 +164,13 @@
164
164
  display: grid;
165
165
  grid-template-rows: 1fr;
166
166
  opacity: 1;
167
+ transform: translateX(0) translateY(0);
167
168
 
168
169
  // This transition will happen when the item is added (.pf-m-offstage-top is removed)
169
170
  // Reduced motion by default
170
171
  // transparency change only
171
172
  transition:
172
173
  opacity var(--#{$alert-group}--m-toast__item--Transition--opacity--default);
173
- transform: translateX(0) translateY(0);
174
174
 
175
175
  // This transition will happen when the item is added (.pf-m-offstage-top is removed)
176
176
  // give it height, then slide it down into place
@@ -146,12 +146,13 @@
146
146
 
147
147
  .pf-v6-c-alert__toggle-icon {
148
148
  display: inline-block;
149
- transition: transform var(--pf-v6-c-alert__toggle-icon--TransitionDuration) var(--pf-v6-c-alert__toggle-icon--TransitionTimingFunction);
150
149
  transform: rotate(var(--pf-v6-c-alert__toggle-icon--Rotate));
150
+ transition: transform var(--pf-v6-c-alert__toggle-icon--TransitionDuration) var(--pf-v6-c-alert__toggle-icon--TransitionTimingFunction);
151
151
  }
152
152
 
153
153
  .pf-v6-c-alert__icon {
154
154
  grid-area: icon;
155
+ align-self: baseline;
155
156
  margin-inline-end: var(--pf-v6-c-alert__icon--MarginInlineEnd);
156
157
  font-size: var(--pf-v6-c-alert__icon--FontSize);
157
158
  color: var(--pf-v6-c-alert__icon--Color);
@@ -162,7 +163,7 @@
162
163
  grid-area: title;
163
164
  font-weight: var(--pf-v6-c-alert__title--FontWeight);
164
165
  color: var(--pf-v6-c-alert__title--Color);
165
- word-break: break-word;
166
+ overflow-wrap: break-word;
166
167
  }
167
168
  .pf-v6-c-alert__title.pf-m-truncate {
168
169
  display: -webkit-box;
@@ -174,7 +175,7 @@
174
175
  .pf-v6-c-alert__description {
175
176
  grid-area: description;
176
177
  padding-block-start: var(--pf-v6-c-alert__description--PaddingBlockStart);
177
- word-break: break-word;
178
+ overflow-wrap: break-word;
178
179
  }
179
180
  .pf-v6-c-alert__description + .pf-v6-c-alert__action-group {
180
181
  --pf-v6-c-alert__action-group--PaddingBlockStart: var(--pf-v6-c-alert__description--action-group--PaddingBlockStart);
@@ -188,12 +188,13 @@
188
188
  @include pf-v6-mirror-inline-on-rtl;
189
189
 
190
190
  display: inline-block;
191
- transition: transform var(--#{$alert}__toggle-icon--TransitionDuration) var(--#{$alert}__toggle-icon--TransitionTimingFunction);
192
191
  transform: rotate(var(--#{$alert}__toggle-icon--Rotate));
192
+ transition: transform var(--#{$alert}__toggle-icon--TransitionDuration) var(--#{$alert}__toggle-icon--TransitionTimingFunction);
193
193
  }
194
194
 
195
195
  .#{$alert}__icon {
196
196
  grid-area: icon;
197
+ align-self: baseline;
197
198
  margin-inline-end: var(--#{$alert}__icon--MarginInlineEnd);
198
199
  font-size: var(--#{$alert}__icon--FontSize);
199
200
  color: var(--#{$alert}__icon--Color);
@@ -204,7 +205,7 @@
204
205
  grid-area: title;
205
206
  font-weight: var(--#{$alert}__title--FontWeight);
206
207
  color: var(--#{$alert}__title--Color);
207
- word-break: break-word;
208
+ overflow-wrap: break-word;
208
209
 
209
210
  &.pf-m-truncate {
210
211
  @include pf-v6-line-clamp("var(--#{$alert}__title--max-lines)");
@@ -214,7 +215,7 @@
214
215
  .#{$alert}__description {
215
216
  grid-area: description;
216
217
  padding-block-start: var(--#{$alert}__description--PaddingBlockStart);
217
- word-break: break-word;
218
+ overflow-wrap: break-word;
218
219
 
219
220
  + .#{$alert}__action-group {
220
221
  --#{$alert}__action-group--PaddingBlockStart: var(--#{$alert}__description--action-group--PaddingBlockStart);
@@ -4,24 +4,87 @@
4
4
  --pf-v6-c-avatar--BorderRadius: var(--pf-t--global--border--radius--pill);
5
5
  --pf-v6-c-avatar--Width: 2.25rem;
6
6
  --pf-v6-c-avatar--Height: 2.25rem;
7
+ --pf-v6-c-avatar--FontSize: calc(2.25rem / 1.414);
7
8
  --pf-v6-c-avatar--m-sm--Width: 1.5rem;
8
9
  --pf-v6-c-avatar--m-sm--Height: 1.5rem;
10
+ --pf-v6-c-avatar--m-sm--FontSize: calc(1.5rem / 1.414);
9
11
  --pf-v6-c-avatar--m-md--Width: 2.25rem;
10
12
  --pf-v6-c-avatar--m-md--Height: 2.25rem;
13
+ --pf-v6-c-avatar--m-md--FontSize: calc(2.25rem / 1.414);
11
14
  --pf-v6-c-avatar--m-lg--Width: 4.5rem;
12
15
  --pf-v6-c-avatar--m-lg--Height: 4.5rem;
16
+ --pf-v6-c-avatar--m-lg--FontSize: calc(4.5rem / 1.414);
13
17
  --pf-v6-c-avatar--m-xl--Width: 8rem;
14
18
  --pf-v6-c-avatar--m-xl--Height: 8rem;
19
+ --pf-v6-c-avatar--m-xl--FontSize: calc(8rem / 1.414);
15
20
  --pf-v6-c-avatar--m-bordered--BorderColor: var(--pf-t--global--border--color--default);
16
21
  --pf-v6-c-avatar--m-bordered--BorderWidth: var(--pf-t--global--border--width--box--default);
22
+ --pf-v6-c-avatar--m-colorful--BorderWidth: var(--pf-t--global--border--width--box--default);
23
+ --pf-v6-c-avatar--m-gray--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
24
+ --pf-v6-c-avatar--m-gray--Color: var(--pf-t--global--icon--color--nonstatus--on-gray--hover);
25
+ --pf-v6-c-avatar--m-gray--BorderColor: var(--pf-t--global--border--color--default);
26
+ --pf-v6-c-avatar--m-red--BackgroundColor: var(--pf-t--global--color--nonstatus--red--default);
27
+ --pf-v6-c-avatar--m-red--Color: var(--pf-t--global--icon--color--nonstatus--on-red--default);
28
+ --pf-v6-c-avatar--m-red--BorderColor: var(--pf-t--global--border--color--nonstatus--red--default);
29
+ --pf-v6-c-avatar--m-orangered--BackgroundColor: var(--pf-t--global--color--nonstatus--orangered--default);
30
+ --pf-v6-c-avatar--m-orangered--Color: var(--pf-t--global--icon--color--nonstatus--on-orangered--default);
31
+ --pf-v6-c-avatar--m-orangered--BorderColor: var(--pf-t--global--border--color--nonstatus--orangered--default);
32
+ --pf-v6-c-avatar--m-orange--BackgroundColor: var(--pf-t--global--color--nonstatus--orange--default);
33
+ --pf-v6-c-avatar--m-orange--Color: var(--pf-t--global--icon--color--nonstatus--on-orange--default);
34
+ --pf-v6-c-avatar--m-orange--BorderColor: var(--pf-t--global--border--color--nonstatus--orange--default);
35
+ --pf-v6-c-avatar--m-yellow--BackgroundColor: var(--pf-t--global--color--nonstatus--yellow--default);
36
+ --pf-v6-c-avatar--m-yellow--Color: var(--pf-t--global--icon--color--nonstatus--on-yellow--default);
37
+ --pf-v6-c-avatar--m-yellow--BorderColor: var(--pf-t--global--border--color--nonstatus--yellow--default);
38
+ --pf-v6-c-avatar--m-green--BackgroundColor: var(--pf-t--global--color--nonstatus--green--default);
39
+ --pf-v6-c-avatar--m-green--Color: var(--pf-t--global--icon--color--nonstatus--on-green--default);
40
+ --pf-v6-c-avatar--m-green--BorderColor: var(--pf-t--global--border--color--nonstatus--green--default);
41
+ --pf-v6-c-avatar--m-teal--BackgroundColor: var(--pf-t--global--color--nonstatus--teal--default);
42
+ --pf-v6-c-avatar--m-teal--Color: var(--pf-t--global--icon--color--nonstatus--on-teal--default);
43
+ --pf-v6-c-avatar--m-teal--BorderColor: var(--pf-t--global--border--color--nonstatus--teal--default);
44
+ --pf-v6-c-avatar--m-blue--BackgroundColor: var(--pf-t--global--color--nonstatus--blue--default);
45
+ --pf-v6-c-avatar--m-blue--Color: var(--pf-t--global--icon--color--nonstatus--on-blue--default);
46
+ --pf-v6-c-avatar--m-blue--BorderColor: var(--pf-t--global--border--color--nonstatus--blue--default);
47
+ --pf-v6-c-avatar--m-purple--BackgroundColor: var(--pf-t--global--color--nonstatus--purple--default);
48
+ --pf-v6-c-avatar--m-purple--Color: var(--pf-t--global--icon--color--nonstatus--on-purple--default);
49
+ --pf-v6-c-avatar--m-purple--BorderColor: var(--pf-t--global--border--color--nonstatus--purple--default);
50
+ --pf-v6-c-avatar__initials--FontSize: var(--pf-t--global--font--size--body--lg);
51
+ --pf-v6-c-avatar__initials--FontWeight: var(--pf-t--global--font--weight--body--bold);
52
+ --pf-v6-c-avatar--m-sm__initials--FontSize: var(--pf-t--global--font--size--body--sm);
53
+ --pf-v6-c-avatar--m-sm__initials--FontWeight: var(--pf-t--global--font--weight--body--bold);
54
+ --pf-v6-c-avatar--m-lg__initials--FontSize: var(--pf-t--global--font--size--2xl);
55
+ --pf-v6-c-avatar--m-lg__initials--FontWeight: var(--pf-t--global--font--weight--heading--bold);
56
+ --pf-v6-c-avatar--m-lg__initials--FontFamily: var(--pf-t--global--font--family--heading);
57
+ --pf-v6-c-avatar--m-xl__initials--FontSize: var(--pf-t--global--font--size--4xl);
58
+ --pf-v6-c-avatar--m-xl__initials--FontWeight: var(--pf-t--global--font--weight--heading--default);
59
+ --pf-v6-c-avatar--m-xl__initials--FontFamily: var(--pf-t--global--font--family--heading);
60
+ --pf-v6-c-avatar--m-gray__initials--Color: var(--pf-t--global--text--color--nonstatus--on-gray--hover);
61
+ --pf-v6-c-avatar--m-red__initials--Color: var(--pf-t--global--text--color--nonstatus--on-red--default);
62
+ --pf-v6-c-avatar--m-orangered__initials--Color: var(--pf-t--global--text--color--nonstatus--on-orangered--default);
63
+ --pf-v6-c-avatar--m-orange__initials--Color: var(--pf-t--global--text--color--nonstatus--on-orange--default);
64
+ --pf-v6-c-avatar--m-yellow__initials--Color: var(--pf-t--global--text--color--nonstatus--on-yellow--default);
65
+ --pf-v6-c-avatar--m-green__initials--Color: var(--pf-t--global--text--color--nonstatus--on-green--default);
66
+ --pf-v6-c-avatar--m-teal__initials--Color: var(--pf-t--global--text--color--nonstatus--on-teal--default);
67
+ --pf-v6-c-avatar--m-blue__initials--Color: var(--pf-t--global--text--color--nonstatus--on-blue--default);
68
+ --pf-v6-c-avatar--m-purple__initials--Color: var(--pf-t--global--text--color--nonstatus--on-purple--default);
17
69
  }
18
70
 
19
71
  .pf-v6-c-avatar {
20
72
  width: var(--pf-v6-c-avatar--Width);
21
73
  height: var(--pf-v6-c-avatar--Height);
74
+ font-size: var(--pf-v6-c-avatar--FontSize);
75
+ color: var(--pf-v6-c-avatar--Color, inherit);
76
+ background-color: var(--pf-v6-c-avatar--BackgroundColor, transparent);
22
77
  border: var(--pf-v6-c-avatar--BorderWidth) solid var(--pf-v6-c-avatar--BorderColor);
23
78
  border-radius: var(--pf-v6-c-avatar--BorderRadius);
24
79
  }
80
+ div.pf-v6-c-avatar {
81
+ display: inline-flex;
82
+ align-items: center;
83
+ justify-content: center;
84
+ overflow: clip;
85
+ vertical-align: middle;
86
+ }
87
+
25
88
  .pf-v6-c-avatar.pf-m-bordered {
26
89
  --pf-v6-c-avatar--BorderColor: var(--pf-v6-c-avatar--m-bordered--BorderColor);
27
90
  --pf-v6-c-avatar--BorderWidth: var(--pf-v6-c-avatar--m-bordered--BorderWidth);
@@ -249,4 +312,85 @@
249
312
  .pf-v6-c-avatar.pf-m-xl {
250
313
  --pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-xl--Height-on-2xl, var(--pf-v6-c-avatar--m-xl--Height-on-xl, var(--pf-v6-c-avatar--m-xl--Height-on-lg, var(--pf-v6-c-avatar--m-xl--Height-on-md, var(--pf-v6-c-avatar--m-xl--Height-on-sm, var(--pf-v6-c-avatar--m-xl--Height))))));
251
314
  }
315
+ }
316
+ .pf-v6-c-avatar.pf-m-sm {
317
+ --pf-v6-c-avatar--FontSize: var(--pf-v6-c-avatar--m-sm--FontSize);
318
+ --pf-v6-c-avatar__initials--FontSize: var(--pf-v6-c-avatar--m-sm__initials--FontSize);
319
+ --pf-v6-c-avatar__initials--FontWeight: var(--pf-v6-c-avatar--m-sm__initials--FontWeight);
320
+ }
321
+ .pf-v6-c-avatar.pf-m-lg {
322
+ --pf-v6-c-avatar--FontSize: var(--pf-v6-c-avatar--m-lg--FontSize);
323
+ --pf-v6-c-avatar__initials--FontSize: var(--pf-v6-c-avatar--m-lg__initials--FontSize);
324
+ --pf-v6-c-avatar__initials--FontWeight: var(--pf-v6-c-avatar--m-lg__initials--FontWeight);
325
+ --pf-v6-c-avatar__initials--FontFamily: var(--pf-v6-c-avatar--m-lg__initials--FontFamily);
326
+ }
327
+ .pf-v6-c-avatar.pf-m-xl {
328
+ --pf-v6-c-avatar--FontSize: var(--pf-v6-c-avatar--m-xl--FontSize);
329
+ --pf-v6-c-avatar__initials--FontSize: var(--pf-v6-c-avatar--m-xl__initials--FontSize);
330
+ --pf-v6-c-avatar__initials--FontWeight: var(--pf-v6-c-avatar--m-xl__initials--FontWeight);
331
+ --pf-v6-c-avatar__initials--FontFamily: var(--pf-v6-c-avatar--m-xl__initials--FontFamily);
332
+ }
333
+ .pf-v6-c-avatar.pf-m-colorful {
334
+ --pf-v6-c-avatar--BorderWidth: var(--pf-v6-c-avatar--m-colorful--BorderWidth);
335
+ }
336
+ .pf-v6-c-avatar.pf-m-red {
337
+ --pf-v6-c-avatar--BackgroundColor: var(--pf-v6-c-avatar--m-red--BackgroundColor);
338
+ --pf-v6-c-avatar--Color: var(--pf-v6-c-avatar--m-red--Color);
339
+ --pf-v6-c-avatar--BorderColor: var(--pf-v6-c-avatar--m-red--BorderColor);
340
+ --pf-v6-c-avatar__initials--Color: var(--pf-v6-c-avatar--m-red__initials--Color);
341
+ }
342
+ .pf-v6-c-avatar.pf-m-orangered {
343
+ --pf-v6-c-avatar--BackgroundColor: var(--pf-v6-c-avatar--m-orangered--BackgroundColor);
344
+ --pf-v6-c-avatar--Color: var(--pf-v6-c-avatar--m-orangered--Color);
345
+ --pf-v6-c-avatar--BorderColor: var(--pf-v6-c-avatar--m-orangered--BorderColor);
346
+ --pf-v6-c-avatar__initials--Color: var(--pf-v6-c-avatar--m-orangered__initials--Color);
347
+ }
348
+ .pf-v6-c-avatar.pf-m-orange {
349
+ --pf-v6-c-avatar--BackgroundColor: var(--pf-v6-c-avatar--m-orange--BackgroundColor);
350
+ --pf-v6-c-avatar--Color: var(--pf-v6-c-avatar--m-orange--Color);
351
+ --pf-v6-c-avatar--BorderColor: var(--pf-v6-c-avatar--m-orange--BorderColor);
352
+ --pf-v6-c-avatar__initials--Color: var(--pf-v6-c-avatar--m-orange__initials--Color);
353
+ }
354
+ .pf-v6-c-avatar.pf-m-yellow {
355
+ --pf-v6-c-avatar--BackgroundColor: var(--pf-v6-c-avatar--m-yellow--BackgroundColor);
356
+ --pf-v6-c-avatar--Color: var(--pf-v6-c-avatar--m-yellow--Color);
357
+ --pf-v6-c-avatar--BorderColor: var(--pf-v6-c-avatar--m-yellow--BorderColor);
358
+ --pf-v6-c-avatar__initials--Color: var(--pf-v6-c-avatar--m-yellow__initials--Color);
359
+ }
360
+ .pf-v6-c-avatar.pf-m-green {
361
+ --pf-v6-c-avatar--BackgroundColor: var(--pf-v6-c-avatar--m-green--BackgroundColor);
362
+ --pf-v6-c-avatar--Color: var(--pf-v6-c-avatar--m-green--Color);
363
+ --pf-v6-c-avatar--BorderColor: var(--pf-v6-c-avatar--m-green--BorderColor);
364
+ --pf-v6-c-avatar__initials--Color: var(--pf-v6-c-avatar--m-green__initials--Color);
365
+ }
366
+ .pf-v6-c-avatar.pf-m-teal {
367
+ --pf-v6-c-avatar--BackgroundColor: var(--pf-v6-c-avatar--m-teal--BackgroundColor);
368
+ --pf-v6-c-avatar--Color: var(--pf-v6-c-avatar--m-teal--Color);
369
+ --pf-v6-c-avatar--BorderColor: var(--pf-v6-c-avatar--m-teal--BorderColor);
370
+ --pf-v6-c-avatar__initials--Color: var(--pf-v6-c-avatar--m-teal__initials--Color);
371
+ }
372
+ .pf-v6-c-avatar.pf-m-blue {
373
+ --pf-v6-c-avatar--BackgroundColor: var(--pf-v6-c-avatar--m-blue--BackgroundColor);
374
+ --pf-v6-c-avatar--Color: var(--pf-v6-c-avatar--m-blue--Color);
375
+ --pf-v6-c-avatar--BorderColor: var(--pf-v6-c-avatar--m-blue--BorderColor);
376
+ --pf-v6-c-avatar__initials--Color: var(--pf-v6-c-avatar--m-blue__initials--Color);
377
+ }
378
+ .pf-v6-c-avatar.pf-m-purple {
379
+ --pf-v6-c-avatar--BackgroundColor: var(--pf-v6-c-avatar--m-purple--BackgroundColor);
380
+ --pf-v6-c-avatar--Color: var(--pf-v6-c-avatar--m-purple--Color);
381
+ --pf-v6-c-avatar--BorderColor: var(--pf-v6-c-avatar--m-purple--BorderColor);
382
+ --pf-v6-c-avatar__initials--Color: var(--pf-v6-c-avatar--m-purple__initials--Color);
383
+ }
384
+ .pf-v6-c-avatar.pf-m-gray {
385
+ --pf-v6-c-avatar--BackgroundColor: var(--pf-v6-c-avatar--m-gray--BackgroundColor);
386
+ --pf-v6-c-avatar--Color: var(--pf-v6-c-avatar--m-gray--Color);
387
+ --pf-v6-c-avatar--BorderColor: var(--pf-v6-c-avatar--m-gray--BorderColor);
388
+ --pf-v6-c-avatar__initials--Color: var(--pf-v6-c-avatar--m-gray__initials--Color);
389
+ }
390
+
391
+ .pf-v6-c-avatar__initials {
392
+ font-family: var(--pf-v6-c-avatar__initials--FontFamily, revert);
393
+ font-size: var(--pf-v6-c-avatar__initials--FontSize);
394
+ font-weight: var(--pf-v6-c-avatar__initials--FontWeight);
395
+ color: var(--pf-v6-c-avatar__initials--Color);
252
396
  }