@patternfly/patternfly 6.2.0-prerelease.2 → 6.2.0-prerelease.20

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 (107) hide show
  1. package/assets/pficon/pficon.scss +1 -1
  2. package/base/normalize.scss +2 -2
  3. package/base/patternfly-pf-icons.css +1 -1
  4. package/components/Alert/alert-group.css +50 -7
  5. package/components/Alert/alert-group.scss +114 -28
  6. package/components/Banner/banner.css +2 -2
  7. package/components/Banner/banner.scss +2 -2
  8. package/components/Breadcrumb/breadcrumb.css +3 -2
  9. package/components/Breadcrumb/breadcrumb.scss +3 -2
  10. package/components/Button/button.css +63 -2
  11. package/components/Button/button.scss +74 -2
  12. package/components/Card/card.css +17 -0
  13. package/components/Card/card.scss +22 -0
  14. package/components/Content/content.css +2 -1
  15. package/components/Content/content.scss +2 -1
  16. package/components/DescriptionList/description-list.css +3 -2
  17. package/components/DescriptionList/description-list.scss +3 -2
  18. package/components/Drawer/drawer.css +3 -1
  19. package/components/Drawer/drawer.scss +3 -1
  20. package/components/Form/form.css +3 -6
  21. package/components/Form/form.scss +3 -7
  22. package/components/HelperText/helper-text.css +13 -0
  23. package/components/HelperText/helper-text.scss +16 -0
  24. package/components/JumpLinks/jump-links.css +1 -1
  25. package/components/JumpLinks/jump-links.scss +1 -1
  26. package/components/Label/label.css +3 -2
  27. package/components/Label/label.scss +3 -2
  28. package/components/Masthead/masthead.css +1 -1
  29. package/components/Masthead/masthead.scss +1 -1
  30. package/components/Menu/menu.css +15 -7
  31. package/components/Menu/menu.scss +14 -5
  32. package/components/MenuToggle/menu-toggle.css +41 -0
  33. package/components/MenuToggle/menu-toggle.scss +49 -0
  34. package/components/Nav/nav.css +46 -13
  35. package/components/Nav/nav.scss +57 -17
  36. package/components/Page/page.css +16 -1
  37. package/components/Page/page.scss +17 -3
  38. package/components/Popover/popover.css +2 -0
  39. package/components/Popover/popover.scss +2 -0
  40. package/components/Progress/progress.css +3 -0
  41. package/components/Progress/progress.scss +3 -0
  42. package/components/ProgressStepper/progress-stepper.css +2 -1
  43. package/components/ProgressStepper/progress-stepper.scss +2 -1
  44. package/components/SimpleList/simple-list.css +2 -2
  45. package/components/SimpleList/simple-list.scss +2 -2
  46. package/components/Switch/switch.css +3 -1
  47. package/components/Switch/switch.scss +4 -2
  48. package/components/Table/table.css +3 -3
  49. package/components/Table/table.scss +3 -2
  50. package/components/Tabs/tabs.css +1 -1
  51. package/components/Tabs/tabs.scss +1 -1
  52. package/components/Timestamp/timestamp.css +2 -1
  53. package/components/Timestamp/timestamp.scss +2 -1
  54. package/components/ToggleGroup/toggle-group.css +1 -1
  55. package/components/ToggleGroup/toggle-group.scss +1 -1
  56. package/components/Toolbar/toolbar.css +6 -1
  57. package/components/Toolbar/toolbar.scss +7 -1
  58. package/components/Wizard/wizard.css +1 -1
  59. package/components/Wizard/wizard.scss +1 -1
  60. package/components/_index.css +307 -60
  61. package/docs/components/Alert/examples/Alert.md +6 -0
  62. package/docs/components/Avatar/examples/Avatar.md +4 -4
  63. package/docs/components/Brand/examples/Brand.md +2 -2
  64. package/docs/components/Button/examples/Button.md +29 -0
  65. package/docs/components/Card/examples/Card.md +30 -0
  66. package/docs/components/DataList/examples/DataList.md +3 -3
  67. package/docs/components/DescriptionList/examples/DescriptionList.md +2 -2
  68. package/docs/components/Divider/examples/Divider.md +2 -2
  69. package/docs/components/Drawer/examples/Drawer.md +3 -3
  70. package/docs/components/JumpLinks/examples/JumpLinks.md +2 -2
  71. package/docs/components/Masthead/examples/masthead.md +1 -1
  72. package/docs/components/Menu/examples/Menu.md +8 -8
  73. package/docs/components/Nav/examples/Navigation.md +3 -0
  74. package/docs/components/Page/examples/Page.md +2 -2
  75. package/docs/components/Pagination/examples/Pagination.md +3 -3
  76. package/docs/components/ProgressStepper/examples/ProgressStepper.md +2 -2
  77. package/docs/components/Sidebar/examples/Sidebar.md +1 -1
  78. package/docs/components/Table/examples/Table.md +17 -29
  79. package/docs/components/Tabs/examples/Tabs.md +148 -6
  80. package/docs/components/TextInputGroup/examples/TextInputGroup.md +10 -0
  81. package/docs/components/Toolbar/examples/Toolbar.css +3 -0
  82. package/docs/components/Toolbar/examples/Toolbar.md +35 -7
  83. package/docs/demos/Card/examples/Card.md +32 -24
  84. package/docs/demos/CardView/examples/CardView.md +2 -0
  85. package/docs/demos/Nav/examples/Nav.md +2 -0
  86. package/docs/layouts/Flex/examples/Flex.md +1 -1
  87. package/docs/layouts/Gallery/examples/Gallery.md +2 -2
  88. package/docs/layouts/Grid/examples/Grid.md +4 -4
  89. package/docs/utilities/Accessibility/examples/Accessibility.md +1 -1
  90. package/docs/utilities/Alignment/examples/Alignment.md +1 -1
  91. package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +1 -1
  92. package/docs/utilities/Display/examples/Display.md +1 -1
  93. package/docs/utilities/Flex/examples/Flex.md +1 -1
  94. package/docs/utilities/Float/examples/Float.md +1 -1
  95. package/docs/utilities/Sizing/examples/Sizing.md +6 -6
  96. package/docs/utilities/Spacing/examples/Spacing.md +1 -1
  97. package/docs/utilities/Text/examples/Text.md +1 -1
  98. package/package.json +2 -2
  99. package/patternfly-base-no-globals.css +1 -1
  100. package/patternfly-base.css +3 -3
  101. package/patternfly-charts.css +83 -0
  102. package/patternfly-charts.scss +126 -0
  103. package/patternfly-no-globals.css +308 -61
  104. package/patternfly.css +310 -63
  105. package/patternfly.min.css +1 -1
  106. package/patternfly.min.css.map +1 -1
  107. package/docs/components/TabContent/examples/TabContent.md +0 -153
@@ -727,6 +727,12 @@ For sighted users, interactive elements can be included in this message in one o
727
727
  <span class="pf-v6-screen-reader">Success alert:</span>
728
728
  Success toast alert title
729
729
  </p>
730
+ <div class="pf-v6-c-alert__description">
731
+ <p>
732
+ Info toast alert description. From the settings tab, click
733
+ <a href="#">View logs</a>&nbsp;to review the details.
734
+ </p>
735
+ </div>
730
736
  <div class="pf-v6-c-alert__action">
731
737
  <button
732
738
  class="pf-v6-c-button pf-m-plain"
@@ -88,7 +88,7 @@ The avatar component provides a default SVG icon. If an image is used it should
88
88
  | -- | -- | -- |
89
89
  | `.pf-v6-c-avatar` | `<img>` | Initiates an avatar image. **Required** |
90
90
  | `.pf-m-bordered` | `.pf-v6-c-avatar` | Modifies an avatar to have a border. |
91
- | `.pf-m-sm{-on-[breakpoint]}` | `.pf-v6-c-avatar` | Modifies an avatar to be small on an optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
92
- | `.pf-m-md{-on-[breakpoint]}` | `.pf-v6-c-avatar` | Modifies an avatar to be medium on an optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). **Note:** This is the default size. |
93
- | `.pf-m-lg{-on-[breakpoint]}` | `.pf-v6-c-avatar` | Modifies an avatar to be large on an optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
94
- | `.pf-m-xl{-on-[breakpoint]}` | `.pf-v6-c-avatar` | Modifies an avatar to be extra large on an optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
91
+ | `.pf-m-sm{-on-[breakpoint]}` | `.pf-v6-c-avatar` | Modifies an avatar to be small on an optional [breakpoint](/tokens/all-patternfly-tokens). |
92
+ | `.pf-m-md{-on-[breakpoint]}` | `.pf-v6-c-avatar` | Modifies an avatar to be medium on an optional [breakpoint](/tokens/all-patternfly-tokens). **Note:** This is the default size. |
93
+ | `.pf-m-lg{-on-[breakpoint]}` | `.pf-v6-c-avatar` | Modifies an avatar to be large on an optional [breakpoint](/tokens/all-patternfly-tokens). |
94
+ | `.pf-m-xl{-on-[breakpoint]}` | `.pf-v6-c-avatar` | Modifies an avatar to be extra large on an optional [breakpoint](/tokens/all-patternfly-tokens). |
@@ -83,5 +83,5 @@ Simple brand component.
83
83
  | -- | -- | -- |
84
84
  | `.pf-v6-c-brand` | `<img>, <picture>` | Initiates a brand image. **Required** |
85
85
  | `.pf-m-picture` | `.pf-v6-c-brand` | Modifies a brand image to a picture. |
86
- | `--pf-v6-c-brand--Width{-on-[breakpoint]}: {width}` | `.pf-v6-c-brand` | Modifies the width value of a picture on optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
87
- | `--pf-v6-c-brand--Height{-on-[breakpoint]}: {height}` | `.pf-v6-c-brand` | Modifies the height value of a picture on optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
86
+ | `--pf-v6-c-brand--Width{-on-[breakpoint]}: {width}` | `.pf-v6-c-brand` | Modifies the width value of a picture on optional [breakpoint](/tokens/all-patternfly-tokens). |
87
+ | `--pf-v6-c-brand--Height{-on-[breakpoint]}: {height}` | `.pf-v6-c-brand` | Modifies the height value of a picture on optional [breakpoint](/tokens/all-patternfly-tokens). |
@@ -1999,6 +1999,32 @@ For when a plain/icon button is placed inline with text
1999
1999
 
2000
2000
  ```
2001
2001
 
2002
+ ### Favorite
2003
+
2004
+ A favorite button should use a plain button with the star icon. Applying `.pf-m-favorited` to the button initiates a microanimation and indicates that the item is favorited.
2005
+
2006
+ ```html
2007
+ <button
2008
+ class="pf-v6-c-button pf-m-favorite pf-m-plain"
2009
+ type="button"
2010
+ aria-label="not starred"
2011
+ >
2012
+ <span class="pf-v6-c-button__icon">
2013
+ <i class="fas fa-star" aria-hidden="true"></i>
2014
+ </span>
2015
+ </button>
2016
+ <button
2017
+ class="pf-v6-c-button pf-m-favorited pf-m-favorite pf-m-plain"
2018
+ type="button"
2019
+ aria-label="starred"
2020
+ >
2021
+ <span class="pf-v6-c-button__icon">
2022
+ <i class="fas fa-star" aria-hidden="true"></i>
2023
+ </span>
2024
+ </button>
2025
+
2026
+ ```
2027
+
2002
2028
  ## Documentation
2003
2029
 
2004
2030
  ### Overview
@@ -2052,3 +2078,6 @@ Semantic buttons and links are important for usability as well as accessibility.
2052
2078
  | `.pf-m-progress` | `.pf-v6-c-button` | Indicates that the button supports the progress state. **Note:** Not used with the plain variation. |
2053
2079
  | `.pf-m-in-progress` | `.pf-v6-c-button` | Indicates that the button is in the in progress state. |
2054
2080
  | `.pf-m-stateful` | `.pf-v6-c-button` | Indicates that the button is used for one of read, unread, and attention states. **Note:** Always use with a modifier of `.pf-m-read`, `.pf-m-unread`, or `.pf-m-attention`. |
2081
+ | `.pf-m-notify` | `.pf-v6-c-button` | Indicates that the button should show the user notification of an event. **Note:** This is intended for use with a bell icon in the notification badge. |
2082
+ | `.pf-m-favorite` | `.pf-v6-c-button .pf-m-plain` | Modifies a plain button to be a favorite button. **Note:** This is intended for use with a star icon. |
2083
+ | `.pf-m-favorited` | `.pf-v6-c-button .pf-m-plain .pf-m-favorite` | Modifies a favorite button to indicate that item is favorited. |
@@ -212,6 +212,35 @@ cssPrefix: pf-v6-c-card
212
212
 
213
213
  ```
214
214
 
215
+ ### Card with header that wraps
216
+
217
+ ```html
218
+ <div class="pf-v6-c-card">
219
+ <div class="pf-v6-c-card__header pf-m-wrap">
220
+ <div class="pf-v6-c-card__actions pf-m-no-offset">
221
+ <button class="pf-v6-c-button pf-m-primary" type="button">
222
+ <span class="pf-v6-c-button__text">Primary action</span>
223
+ </button>
224
+
225
+ <button class="pf-v6-c-button pf-m-secondary" type="button">
226
+ <span class="pf-v6-c-button__text">Secondary action</span>
227
+ </button>
228
+
229
+ <button class="pf-v6-c-button pf-m-tertiary" type="button">
230
+ <span class="pf-v6-c-button__text">Tertiary action</span>
231
+ </button>
232
+ </div>
233
+ <div class="pf-v6-c-card__title">
234
+ <h2
235
+ class="pf-v6-c-card__title-text"
236
+ >This is a longer card title that takes up more space</h2>
237
+ </div>
238
+ </div>
239
+ <div class="pf-v6-c-card__body">This is the card body</div>
240
+ </div>
241
+
242
+ ```
243
+
215
244
  ### Actions with no offset
216
245
 
217
246
  ```html
@@ -1690,6 +1719,7 @@ A card is a generic rectangular container that can be used to build other compon
1690
1719
  | `.pf-v6-c-card__sr-input` | `<input>` | Creates an input which, when focused, makes a following `.pf-v6-c-card` appear focused. |
1691
1720
  | `.pf-m-compact` | `.pf-v6-c-card` | Creates a compact variation of the card component that involves smaller font sizes and spacing. This variation is for use on dashboards and where a smaller card is preferred. |
1692
1721
  | `.pf-m-display-lg` | `.pf-v6-c-card` | Creates a large variation of the card component that involves larger font sizes and spacing. This variation is for marketing use cases. |
1722
+ | `.pf-m-wrap` | `.pf-v6-c-card__header` | Modifies the card header to wrap its children. |
1693
1723
  | `.pf-m-no-fill` | `.pf-v6-c-card__body` | Sets a `.pf-v6-c-card__body` not to fill the available space in `.pf-v6-c-card`. `.pf-m-no-fill` can be added to multiple card bodies. |
1694
1724
  | `.pf-m-selectable` | `.pf-v6-c-card` | Modifies a card to be selectable. |
1695
1725
  | `.pf-m-clickable` | `.pf-v6-c-card` | Modifies a card to be clickable. |
@@ -316,8 +316,8 @@ When a list item includes more than one block of content, it can be difficult fo
316
316
  | `.pf-v6-c-data-list__item-action` | `<div>` | Initiates a container for the data list actions. For example, add `.pf-v6-c-data-list__action` here. **Required** |
317
317
  | `.pf-v6-c-data-list__check` | `<div>` | Initiates a data list check cell. **Required** |
318
318
  | `.pf-v6-c-data-list__action` | `<div>` | Initiates a data list action button cell. **Required** |
319
- | `.pf-m-hidden{-on-[breakpoint]}` | `.pf-v6-c-data-list__item-action` | Hides an actions container at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes), or hides it at all breakpoints with `.pf-m-hidden`. |
320
- | `.pf-m-visible{-on-[breakpoint]}` | `.pf-v6-c-data-list__item-action` | Shows an actions container at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
319
+ | `.pf-m-hidden{-on-[breakpoint]}` | `.pf-v6-c-data-list__item-action` | Hides an actions container at optional [breakpoint](/tokens/all-patternfly-tokens), or hides it at all breakpoints with `.pf-m-hidden`. |
320
+ | `.pf-m-visible{-on-[breakpoint]}` | `.pf-v6-c-data-list__item-action` | Shows an actions container at optional [breakpoint](/tokens/all-patternfly-tokens). |
321
321
 
322
322
  ### Expandable
323
323
 
@@ -2244,4 +2244,4 @@ The DataList component provides a flexible alternative to the Table component, w
2244
2244
 
2245
2245
  | Class | Applied to | Outcome |
2246
2246
  | -- | -- | -- |
2247
- | `.pf-m-grid{-[none, sm, md, lg, xl, 2xl]}` | `.pf-v6-c-data-list` | Modifies the data list to switch to a grid layout at a specified [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). `.pf-m-grid` will display the grid layout at all breakpoints. `.pf-m-grid-none` will display the desktop layout at all breakpoints. **Note:** Without a grid modifier, the data list will display the grid layout by default and switch to the desktop layout at a medium breakpoint. |
2247
+ | `.pf-m-grid{-[none, sm, md, lg, xl, 2xl]}` | `.pf-v6-c-data-list` | Modifies the data list to switch to a grid layout at a specified [breakpoint](/tokens/all-patternfly-tokens). `.pf-m-grid` will display the grid layout at all breakpoints. `.pf-m-grid-none` will display the desktop layout at all breakpoints. **Note:** Without a grid modifier, the data list will display the grid layout by default and switch to the desktop layout at a medium breakpoint. |
@@ -1613,8 +1613,8 @@ Cards can be used as description list group wrappers. Using cards in this way ap
1613
1613
  | `.pf-m-auto-column-widths` | `.pf-v6-c-description-list` | Modifies the description list to format automatically. |
1614
1614
  | `.pf-m-inline-grid` | `.pf-v6-c-description-list` | Modifies the description list display to inline-grid. |
1615
1615
  | `.pf-m-{1,2,3}-col{-on-[sm, md, lg, xl, 2xl]}` | `.pf-v6-c-description-list` | Modifies the description list number of columns. |
1616
- | `--pf-v6-c-description-list--GridTemplateColumns--min{-on-[breakpoint]}: {width}` | `.pf-v6-c-description-list` | Modifies the min value of the `grid-template-columns` declaration at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
1617
- | `--pf-v6-c-description-list--m-horizontal__term--width{-on-[breakpoint]}: {width}` | `.pf-v6-c-description-list.pf-m-horizontal` | Modifies the description list term width at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
1616
+ | `--pf-v6-c-description-list--GridTemplateColumns--min{-on-[breakpoint]}: {width}` | `.pf-v6-c-description-list` | Modifies the min value of the `grid-template-columns` declaration at optional [breakpoint](/tokens/all-patternfly-tokens). |
1617
+ | `--pf-v6-c-description-list--m-horizontal__term--width{-on-[breakpoint]}: {width}` | `.pf-v6-c-description-list.pf-m-horizontal` | Modifies the description list term width at optional [breakpoint](/tokens/all-patternfly-tokens). |
1618
1618
 
1619
1619
  <!-- | `.pf-m-order[0-12]{-on-[breakpoint]}` | `.pf-v6-c-description-list__group` | Modifies the order of the flex layout element. |
1620
1620
  | `.pf-m-order-first{-on-[breakpoint]}` | `.pf-v6-c-description-list__group` | Modifies the order of the flex layout element to -1. |
@@ -134,5 +134,5 @@ The divider renders as an `<hr>` by default. It is possible to make the divider
134
134
  | `.pf-v6-c-divider` | `<hr>`, `<li>`, `<div>` | Defines the divider component. |
135
135
  | `.pf-m-vertical` | `.pf-v6-c-divider` | Modifies the divider component from horizontal to vertical. This modifier requires that the parent has an explicit or implicit height, or has a flex or grid based layout parent. |
136
136
  | `.pf-m-inset-{none, sm, md, lg, xl, 2xl, 3xl}{-on-[sm, md, lg, xl, 2xl]}` | `.pf-v6-c-divider` | Modifies divider padding/inset to visually match padding of other adjacent components. |
137
- | `.pf-m-hidden{-on-[breakpoint]}` | `.pf-v6-c-divider` | Modifies a divider to be hidden, at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
138
- | `.pf-m-visible{-on-[breakpoint]}` | `.pf-v6-c-divider` | Modifies a divider to be shown, at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
137
+ | `.pf-m-hidden{-on-[breakpoint]}` | `.pf-v6-c-divider` | Modifies a divider to be hidden, at optional [breakpoint](/tokens/all-patternfly-tokens). |
138
+ | `.pf-m-visible{-on-[breakpoint]}` | `.pf-v6-c-divider` | Modifies a divider to be shown, at optional [breakpoint](/tokens/all-patternfly-tokens). |
@@ -808,15 +808,15 @@ cssPrefix: pf-v6-c-drawer
808
808
  | `.pf-m-panel-left` | `.pf-v6-c-drawer` | Modifies the drawer panel to expand from the left. |
809
809
  | `.pf-m-panel-bottom` | `.pf-v6-c-drawer` | Modifies the drawer panel to expand from the bottom. **Note:** percentage based panel sizes require the drawer component's parent element have an implicit or explicit height. |
810
810
  | `.pf-m-expanded` | `.pf-v6-c-drawer` | Modifies the drawer panel for the expanded state. |
811
- | `.pf-m-static{-on-[lg, xl, 2xl]}` | `.pf-v6-c-drawer` | Modifies the drawer panel state to always show both content and panel at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
812
- | `.pf-m-inline{-on-[lg, xl, 2xl]}` | `.pf-v6-c-drawer` | Modifies the drawer so the content element and panel element are displayed side by side. `.pf-m-inline` used without a [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) will default to the `md` breakpoint. |
811
+ | `.pf-m-static{-on-[lg, xl, 2xl]}` | `.pf-v6-c-drawer` | Modifies the drawer panel state to always show both content and panel at optional [breakpoint](/tokens/all-patternfly-tokens). |
812
+ | `.pf-m-inline{-on-[lg, xl, 2xl]}` | `.pf-v6-c-drawer` | Modifies the drawer so the content element and panel element are displayed side by side. `.pf-m-inline` used without a [breakpoint](/tokens/all-patternfly-tokens) will default to the `md` breakpoint. |
813
813
  | `.pf-m-no-border` | `.pf-v6-c-drawer__panel` | Modifies the drawer panel border treatment to disable all border treatment. |
814
814
  | `.pf-m-padding` | `.pf-v6-c-drawer__body` | Modifies the element to add padding. |
815
815
  | `.pf-m-no-padding` | `.pf-v6-c-drawer__body` | Modifies the element to remove padding. |
816
816
  | `.pf-m-no-background` | `.pf-v6-c-drawer__section`, `.pf-v6-c-drawer__panel` | Modifies the drawer element background color to transparent. |
817
817
  | `.pf-m-primary` | `.pf-v6-c-drawer__content` | Modifies the drawer content to use the primary background color. |
818
818
  | `.pf-m-secondary` | `.pf-v6-c-drawer__section`, `.pf-v6-c-drawer__content`, `.pf-v6-c-drawer__panel` | Modifies the drawer element to use the secondary background color. |
819
- | `.pf-m-width-{25, 33, 50, 66, 75, 100}{-on-[breakpoint]}` | `.pf-v6-c-drawer__panel` | Modifies the drawer panel width at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
819
+ | `.pf-m-width-{25, 33, 50, 66, 75, 100}{-on-[breakpoint]}` | `.pf-v6-c-drawer__panel` | Modifies the drawer panel width at optional [breakpoint](/tokens/all-patternfly-tokens). |
820
820
  | `.pf-m-resizable` | `.pf-v6-c-drawer__panel` | Modifies the drawer panel to be resizable. Intended for use with the `.pf-v6-c-drawer__splitter` element. |
821
821
  | `--pf-v6-c-drawer__panel--md--FlexBasis--min` | `.pf-v6-c-drawer__panel` | Defines the drawer panel minimum size. |
822
822
  | `--pf-v6-c-drawer__panel--md--FlexBasis` | `.pf-v6-c-drawer__panel` | Defines the drawer panel size. |
@@ -752,7 +752,7 @@ cssPrefix: pf-v6-c-jump-links
752
752
  | `.pf-v6-c-jump-links__link-text` | `<div>` | Initiates the jump links link text. |
753
753
  | `.pf-m-vertical` | `.pf-v6-c-jump-links` | Modifies the jump links component to be vertical. |
754
754
  | `.pf-m-center` | `.pf-v6-c-jump-links` | Modifies the jump links component to center its list and label. |
755
- | `.pf-m-expandable{-on-[breakpoint]}` | `.pf-v6-c-jump-links` | Modifies the jump links component to be expandable via a toggle at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). **Note:** works with vertical jump links only. |
756
- | `.pf-m-non-expandable{-on-[breakpoint]}` | `.pf-v6-c-jump-links` | Modifies the jump links component to be non-expandable at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
755
+ | `.pf-m-expandable{-on-[breakpoint]}` | `.pf-v6-c-jump-links` | Modifies the jump links component to be expandable via a toggle at optional [breakpoint](/tokens/all-patternfly-tokens). **Note:** works with vertical jump links only. |
756
+ | `.pf-m-non-expandable{-on-[breakpoint]}` | `.pf-v6-c-jump-links` | Modifies the jump links component to be non-expandable at optional [breakpoint](/tokens/all-patternfly-tokens). |
757
757
  | `.pf-m-expanded` | `.pf-v6-c-jump-links` | Modifies the expandable jump links component for the expanded state. |
758
758
  | `.pf-m-current` | `.pf-v6-c-jump-links__item`| Modifies the jump links item to be current. |
@@ -618,4 +618,4 @@ cssPrefix: pf-v6-c-masthead
618
618
  | `.pf-v6-c-masthead__brand` | `<div>` | Initiates the masthead content component. |
619
619
  | `.pf-v6-c-masthead__logo` | `<a>, <div>` | Initiates the masthead content component. |
620
620
  | `.pf-v6-c-masthead__content` | `<div>` | Initiates the masthead content component. |
621
- | `.pf-m-inset-{none, sm, md, lg, xl, 2xl}{-on-[breakpoint]}` | `.pf-v6-c-masthead` | Modifies masthead horizontal padding at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
621
+ | `.pf-m-inset-{none, sm, md, lg, xl, 2xl}{-on-[breakpoint]}` | `.pf-v6-c-masthead` | Modifies masthead horizontal padding at optional [breakpoint](/tokens/all-patternfly-tokens). |
@@ -5640,9 +5640,9 @@ cssPrefix: pf-v6-c-menu
5640
5640
  </span>
5641
5641
  <span class="pf-v6-c-menu__item-description">This is a description</span>
5642
5642
  </a>
5643
- <div class="pf-v6-c-menu__item-action pf-m-favorited">
5643
+ <div class="pf-v6-c-menu__item-action">
5644
5644
  <button
5645
- class="pf-v6-c-button pf-m-plain"
5645
+ class="pf-v6-c-button pf-m-favorited pf-m-favorite pf-m-plain"
5646
5646
  type="button"
5647
5647
  role="menuitem"
5648
5648
  aria-label="Starred"
@@ -5666,9 +5666,9 @@ cssPrefix: pf-v6-c-menu
5666
5666
  </span>
5667
5667
  <span class="pf-v6-c-menu__item-description">This is a description</span>
5668
5668
  </a>
5669
- <div class="pf-v6-c-menu__item-action pf-m-favorited">
5669
+ <div class="pf-v6-c-menu__item-action">
5670
5670
  <button
5671
- class="pf-v6-c-button pf-m-plain"
5671
+ class="pf-v6-c-button pf-m-favorited pf-m-favorite pf-m-plain"
5672
5672
  type="button"
5673
5673
  role="menuitem"
5674
5674
  aria-label="Starred"
@@ -5699,7 +5699,7 @@ cssPrefix: pf-v6-c-menu
5699
5699
  </a>
5700
5700
  <div class="pf-v6-c-menu__item-action">
5701
5701
  <button
5702
- class="pf-v6-c-button pf-m-plain"
5702
+ class="pf-v6-c-button pf-m-favorite pf-m-plain"
5703
5703
  type="button"
5704
5704
  role="menuitem"
5705
5705
  aria-label="Not starred"
@@ -5728,7 +5728,7 @@ cssPrefix: pf-v6-c-menu
5728
5728
  </a>
5729
5729
  <div class="pf-v6-c-menu__item-action">
5730
5730
  <button
5731
- class="pf-v6-c-button pf-m-plain"
5731
+ class="pf-v6-c-button pf-m-favorite pf-m-plain"
5732
5732
  type="button"
5733
5733
  role="menuitem"
5734
5734
  aria-label="Not starred"
@@ -6334,8 +6334,8 @@ cssPrefix: pf-v6-c-menu
6334
6334
  | `.pf-v6-c-menu__item-action-icon` | `<span>` | Initiates the menu item action icon. |
6335
6335
  | `.pf-v6-c-menu__item-external-icon` | `<span>` | Initiates the menu item external icon. |
6336
6336
  | `.pf-v6-c-menu__footer` | `<div>` | Initiates the menu footer. |
6337
- | `.pf-m-hidden{-on-[breakpoint]}` | `.pf-v6-c-menu__list`, `.pf-v6-c-menu__list-item`, `.pf-v6-c-menu__group` | Modifies a menu element to be hidden, at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
6338
- | `.pf-m-visible{-on-[breakpoint]}` | `.pf-v6-c-menu__list`, `.pf-v6-c-menu__list-item`, `.pf-v6-c-menu__group` | Modifies a menu element to be shown, at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
6337
+ | `.pf-m-hidden{-on-[breakpoint]}` | `.pf-v6-c-menu__list`, `.pf-v6-c-menu__list-item`, `.pf-v6-c-menu__group` | Modifies a menu element to be hidden, at optional [breakpoint](/tokens/all-patternfly-tokens). |
6338
+ | `.pf-m-visible{-on-[breakpoint]}` | `.pf-v6-c-menu__list`, `.pf-v6-c-menu__list-item`, `.pf-v6-c-menu__group` | Modifies a menu element to be shown, at optional [breakpoint](/tokens/all-patternfly-tokens). |
6339
6339
  | `.pf-m-favorite` | `.pf-v6-c-menu__item-action` | Modifies the menu item action to handle the favorite icon. |
6340
6340
  | `.pf-m-favorited` | `.pf-v6-c-menu__item-action.pf-m-favorite` | Modifies the menu item action icon to be favorited. |
6341
6341
  | `.pf-m-selected` | `.pf-v6-c-menu__item` | Modifies the menu item to be selected. |
@@ -230,6 +230,7 @@ cssPrefix: pf-v6-c-nav
230
230
  class="pf-v6-c-nav__subnav"
231
231
  aria-labelledby="expandable-example3"
232
232
  hidden
233
+ inert
233
234
  >
234
235
  <ul class="pf-v6-c-nav__list" role="list">
235
236
  <li class="pf-v6-c-nav__item">
@@ -376,6 +377,7 @@ cssPrefix: pf-v6-c-nav
376
377
  class="pf-v6-c-nav__subnav"
377
378
  aria-labelledby="nav-mixed-link4"
378
379
  hidden
380
+ inert
379
381
  >
380
382
  <ul class="pf-v6-c-nav__list" role="list">
381
383
  <li class="pf-v6-c-nav__item">
@@ -442,6 +444,7 @@ cssPrefix: pf-v6-c-nav
442
444
  class="pf-v6-c-nav__subnav"
443
445
  aria-labelledby="expandable-third-level-example-example-1"
444
446
  hidden
447
+ inert
445
448
  >
446
449
  <ul class="pf-v6-c-nav__list" role="list">
447
450
  <li class="pf-v6-c-nav__item">
@@ -417,8 +417,8 @@ This component provides the basic chrome for a page, including sidebar and main
417
417
  | `.pf-m-page-insets` | `.pf-v6-c-page__sidebar-body` | Modifies a sidebar body padding/inset to visually match padding of page elements. |
418
418
  | `.pf-m-context-selector` | `.pf-v6-c-page__sidebar-body` | Modifies a sidebar body to contain a context selector. |
419
419
  | `.pf-m-inset-none` | `.pf-v6-c-page__sidebar-body` | Removes a sidebar body left/right inset. |
420
- | `.pf-m-padding{-on-[breakpoint]}` | `.pf-v6-c-page__main-section` | Modifies the main page section to add padding back in at an optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). Should be used with pf-m-no-padding. |
421
- | `.pf-m-no-padding{-on-[breakpoint]}` | `.pf-v6-c-page__main-section` | Removes padding from the main page section at an optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
420
+ | `.pf-m-padding{-on-[breakpoint]}` | `.pf-v6-c-page__main-section` | Modifies the main page section to add padding back in at an optional [breakpoint](/tokens/all-patternfly-tokens). Should be used with pf-m-no-padding. |
421
+ | `.pf-m-no-padding{-on-[breakpoint]}` | `.pf-v6-c-page__main-section` | Removes padding from the main page section at an optional [breakpoint](/tokens/all-patternfly-tokens). |
422
422
  | `.pf-m-fill` | `.pf-v6-c-page__main-container`, `.pf-v6-c-page__main-section`, `.pf-v6-c-page__main-group`, `.pf-v6-c-page__main-wizard`, `.pf-v6-c-page__sidebar-body` | Modifies the element to grow to fill the available space. Note that `.pf-v6-c-page__main-container` must also have `.pf-m-fill` applied in order for the section to have space to stretch to full height.|
423
423
  | `.pf-m-no-fill` | `.pf-v6-c-page__main-section`, `.pf-v6-c-page__main-group`, `.pf-v6-c-page__main-wizard`, `.pf-v6-c-page__sidebar-body` | Modifies the element not to grow to fill the available vertical space. |
424
424
  | `.pf-m-limit-width` | `.pf-v6-c-page__main-section` | Modifies a page section to limit the `max-width` of the content inside. |
@@ -1113,13 +1113,13 @@ cssPrefix: pf-v6-c-pagination
1113
1113
  | `.pf-v6-c-pagination__nav` | `<nav>` | Initiates pagination nav. |
1114
1114
  | `.pf-v6-c-pagination__nav-control` | `<div>` | Initiates pagination nav control. |
1115
1115
  | `.pf-v6-c-pagination__nav-page-select` | `<div>` | Initiates pagination nav page select. |
1116
- | `.pf-m-display-summary{-on-[breakpoint]}` | `.pf-v6-c-pagination` | Modifies for summary display pagination component styles at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
1117
- | `.pf-m-display-full{-on-[breakpoint]}` | `.pf-v6-c-pagination` | Modifies for full display pagination component styles at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
1116
+ | `.pf-m-display-summary{-on-[breakpoint]}` | `.pf-v6-c-pagination` | Modifies for summary display pagination component styles at optional [breakpoint](/tokens/all-patternfly-tokens). |
1117
+ | `.pf-m-display-full{-on-[breakpoint]}` | `.pf-v6-c-pagination` | Modifies for full display pagination component styles at optional [breakpoint](/tokens/all-patternfly-tokens). |
1118
1118
  | `.pf-m-bottom` | `.pf-v6-c-pagination` | Modifies for bottom pagination component styles. |
1119
1119
  | `.pf-m-compact` | `.pf-v6-c-pagination` | Modifies for compact pagination component styles. |
1120
1120
  | `.pf-m-static` | `.pf-v6-c-pagination.pf-m-bottom` | Modifies bottom pagination to not be positioned sticky on summary. |
1121
1121
  | `.pf-m-sticky` | `.pf-v6-c-pagination` | Modifies the pagination to be sticky to its container. It will be sticky to the top of the container by default, and sticky to the bottom of the container when applied to `.pf-v6-c-pagination.pf-m-bottom`. |
1122
- | `.pf-m-inset-{none, sm, md, lg, xl, 2xl}{-on-[breakpoint]}` | `.pf-v6-c-pagination` | Modifies pagination horizontal padding at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
1122
+ | `.pf-m-inset-{none, sm, md, lg, xl, 2xl}{-on-[breakpoint]}` | `.pf-v6-c-pagination` | Modifies pagination horizontal padding at optional [breakpoint](/tokens/all-patternfly-tokens). |
1123
1123
  | `.pf-m-page-insets` | `.pf-v6-c-pagination` | Modifies the pagination component padding/inset to visually match padding of page elements. |
1124
1124
  | `.pf-m-first` | `.pf-v6-c-pagination__nav-control` | Indicates the control is for the first page button. |
1125
1125
  | `.pf-m-prev` | `.pf-v6-c-pagination__nav-control` | Indicates the control is for the previous page button. |
@@ -933,8 +933,8 @@ Steps can be modified with `.pf-m-success`, `.pf-m-warning`, `.pf-m-danger`, `.p
933
933
  | `.progress-stepper__step-title` | `<div>`, `<button>` | Contains the title of the step. **Note:** the step title is a `<button>` when it has `.pf-m-help-text` and is used to trigger a popover with help text. |
934
934
  | `.progress-stepper__step-description` | `<div>` | Contains the description of the step. |
935
935
  | `.pf-m-center`| `.pf-v6-c-progress-stepper` | Modifies to center each step. |
936
- | `.pf-m-vertical{-on-[breakpoint]}`| `.pf-v6-c-progress-stepper` | Modifies progress stepper vertical layout at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
937
- | `.pf-m-horizontal{-on-[breakpoint]}`| `.pf-v6-c-progress-stepper` | Modifies progress stepper horizontal layout at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
936
+ | `.pf-m-vertical{-on-[breakpoint]}`| `.pf-v6-c-progress-stepper` | Modifies progress stepper vertical layout at optional [breakpoint](/tokens/all-patternfly-tokens). |
937
+ | `.pf-m-horizontal{-on-[breakpoint]}`| `.pf-v6-c-progress-stepper` | Modifies progress stepper horizontal layout at optional [breakpoint](/tokens/all-patternfly-tokens). |
938
938
  | `.pf-m-compact`| `.pf-v6-c-progress-stepper` | Modifies for compact styling. |
939
939
  | `.pf-m-success`| `.pf-v6-c-progress-stepper__step` | Modifies for success styling. |
940
940
  | `.pf-m-warning`| `.pf-v6-c-progress-stepper__step` | Modifies for warning styling. |
@@ -265,6 +265,6 @@ cssPrefix: pf-v6-c-sidebar
265
265
  | `.pf-m-panel-right` | `.pf-v6-c-sidebar` | Modifies the sidebar to place the panel to the right of the content. |
266
266
  | `.pf-m-sticky` | `.pf-v6-c-sidebar__panel` | Modifies the panel to be sticky to the top of the layout. |
267
267
  | `.pf-m-static` | `.pf-v6-c-sidebar__panel` | Modifies the panel to be positioned statically. |
268
- | `.pf-m-width-{default, 25, 33, 50, 66, 75, 100}{-on-[breakpoint]}` | `.pf-v6-c-sidebar__panel` | Modifies the panel width at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). **Note:** does not apply when the panel is stacked on top of the content. |
268
+ | `.pf-m-width-{default, 25, 33, 50, 66, 75, 100}{-on-[breakpoint]}` | `.pf-v6-c-sidebar__panel` | Modifies the panel width at optional [breakpoint](/tokens/all-patternfly-tokens). **Note:** does not apply when the panel is stacked on top of the content. |
269
269
  | `.pf-m-no-background` | `.pf-v6-c-sidebar`, `.pf-v6-c-sidebar__panel, .pf-v6-c-sidebar__content` | Modifies the element to have a transparent background. |
270
270
  | `.pf-m-secondary` | `.pf-v6-c-sidebar__panel, .pf-v6-c-sidebar__content` | Modifies the element to have secondary styling. |
@@ -136,7 +136,7 @@ These classes can be used to ensure that the table changes between the tabular a
136
136
 
137
137
  | Class | Applied to | Outcome |
138
138
  | -- | -- | -- |
139
- | `.pf-m-grid-md`, `.pf-m-grid-lg`, `.pf-m-grid-xl`, `.pf-m-grid-2xl` | `.pf-v6-c-table` | Changes tabular layout to responsive, grid based layout at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
139
+ | `.pf-m-grid-md`, `.pf-m-grid-lg`, `.pf-m-grid-xl`, `.pf-m-grid-2xl` | `.pf-v6-c-table` | Changes tabular layout to responsive, grid based layout at optional [breakpoint](/tokens/all-patternfly-tokens). |
140
140
  | `.pf-m-grid` | `.pf-v6-c-table` | Changes tabular layout to responsive, grid based layout. This approach requires JavaScript to set this class at some prescribed viewport width value. |
141
141
 
142
142
  ## Sortable
@@ -15516,8 +15516,8 @@ Width modifiers control the width of the columns. To control the responsive beha
15516
15516
 
15517
15517
  | Class | Applied to | Outcome |
15518
15518
  | -- | -- | -- |
15519
- | `.pf-m-hidden{-on-[breakpoint]}` | `.pf-v6-c-table tr > th`, `.pf-v6-c-table tr > td` | Hides a table cell at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes), or hides it at all breakpoints with `.pf-m-hidden`. **Note: Needs to apply to all cells in the column you want to hide.** |
15520
- | `.pf-m-visible{-on-[breakpoint]}` | `.pf-v6-c-table tr > th`, `.pf-v6-c-table tr > td` | Shows a table cell at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
15519
+ | `.pf-m-hidden{-on-[breakpoint]}` | `.pf-v6-c-table tr > th`, `.pf-v6-c-table tr > td` | Hides a table cell at optional [breakpoint](/tokens/all-patternfly-tokens), or hides it at all breakpoints with `.pf-m-hidden`. **Note: Needs to apply to all cells in the column you want to hide.** |
15520
+ | `.pf-m-visible{-on-[breakpoint]}` | `.pf-v6-c-table tr > th`, `.pf-v6-c-table tr > td` | Shows a table cell at optional [breakpoint](/tokens/all-patternfly-tokens). |
15521
15521
 
15522
15522
  ## Text control modifiers
15523
15523
 
@@ -20222,12 +20222,9 @@ For sticky columns to function correctly, the parent table's width must be contr
20222
20222
  </label>
20223
20223
  </td>
20224
20224
 
20225
- <td
20226
- class="pf-v6-c-table__td pf-v6-c-table__favorite pf-m-favorited"
20227
- role="cell"
20228
- >
20225
+ <td class="pf-v6-c-table__td pf-v6-c-table__favorite" role="cell">
20229
20226
  <button
20230
- class="pf-v6-c-button pf-m-plain"
20227
+ class="pf-v6-c-button pf-m-favorited pf-m-favorite pf-m-plain"
20231
20228
  type="button"
20232
20229
  aria-label="Starred"
20233
20230
  id="table-favorites-favorite-button1"
@@ -20284,7 +20281,7 @@ For sticky columns to function correctly, the parent table's width must be contr
20284
20281
 
20285
20282
  <td class="pf-v6-c-table__td pf-v6-c-table__favorite" role="cell">
20286
20283
  <button
20287
- class="pf-v6-c-button pf-m-plain"
20284
+ class="pf-v6-c-button pf-m-favorite pf-m-plain"
20288
20285
  type="button"
20289
20286
  aria-label="Not starred"
20290
20287
  id="table-favorites-favorite-button2"
@@ -20337,12 +20334,9 @@ For sticky columns to function correctly, the parent table's width must be contr
20337
20334
  </label>
20338
20335
  </td>
20339
20336
 
20340
- <td
20341
- class="pf-v6-c-table__td pf-v6-c-table__favorite pf-m-favorited"
20342
- role="cell"
20343
- >
20337
+ <td class="pf-v6-c-table__td pf-v6-c-table__favorite" role="cell">
20344
20338
  <button
20345
- class="pf-v6-c-button pf-m-plain"
20339
+ class="pf-v6-c-button pf-m-favorited pf-m-favorite pf-m-plain"
20346
20340
  type="button"
20347
20341
  aria-label="Starred"
20348
20342
  id="table-favorites-favorite-button3"
@@ -20397,7 +20391,7 @@ For sticky columns to function correctly, the parent table's width must be contr
20397
20391
 
20398
20392
  <td class="pf-v6-c-table__td pf-v6-c-table__favorite" role="cell">
20399
20393
  <button
20400
- class="pf-v6-c-button pf-m-plain"
20394
+ class="pf-v6-c-button pf-m-favorite pf-m-plain"
20401
20395
  type="button"
20402
20396
  aria-label="Not starred"
20403
20397
  id="table-favorites-favorite-button4"
@@ -20459,7 +20453,7 @@ For sticky columns to function correctly, the parent table's width must be contr
20459
20453
  <div class="pf-v6-c-action-list pf-m-icons">
20460
20454
  <div class="pf-v6-c-action-list__item">
20461
20455
  <button
20462
- class="pf-v6-c-button pf-m-plain"
20456
+ class="pf-v6-c-button pf-m-favorite pf-m-plain"
20463
20457
  type="button"
20464
20458
  aria-label="Favorite all"
20465
20459
  >
@@ -20502,12 +20496,9 @@ For sticky columns to function correctly, the parent table's width must be contr
20502
20496
 
20503
20497
  <tbody class="pf-v6-c-table__tbody" role="rowgroup">
20504
20498
  <tr class="pf-v6-c-table__tr" role="row">
20505
- <td
20506
- class="pf-v6-c-table__td pf-v6-c-table__favorite pf-m-favorited"
20507
- role="cell"
20508
- >
20499
+ <td class="pf-v6-c-table__td pf-v6-c-table__favorite" role="cell">
20509
20500
  <button
20510
- class="pf-v6-c-button pf-m-plain"
20501
+ class="pf-v6-c-button pf-m-favorited pf-m-favorite pf-m-plain"
20511
20502
  type="button"
20512
20503
  aria-label="Starred"
20513
20504
  id="table-favorites-sortable-favorite-button1"
@@ -20534,12 +20525,9 @@ For sticky columns to function correctly, the parent table's width must be contr
20534
20525
  </tr>
20535
20526
 
20536
20527
  <tr class="pf-v6-c-table__tr" role="row">
20537
- <td
20538
- class="pf-v6-c-table__td pf-v6-c-table__favorite pf-m-favorited"
20539
- role="cell"
20540
- >
20528
+ <td class="pf-v6-c-table__td pf-v6-c-table__favorite" role="cell">
20541
20529
  <button
20542
- class="pf-v6-c-button pf-m-plain"
20530
+ class="pf-v6-c-button pf-m-favorited pf-m-favorite pf-m-plain"
20543
20531
  type="button"
20544
20532
  aria-label="Starred"
20545
20533
  id="table-favorites-sortable-favorite-button3"
@@ -20566,7 +20554,7 @@ For sticky columns to function correctly, the parent table's width must be contr
20566
20554
  <tr class="pf-v6-c-table__tr" role="row">
20567
20555
  <td class="pf-v6-c-table__td pf-v6-c-table__favorite" role="cell">
20568
20556
  <button
20569
- class="pf-v6-c-button pf-m-plain"
20557
+ class="pf-v6-c-button pf-m-favorite pf-m-plain"
20570
20558
  type="button"
20571
20559
  aria-label="Not starred"
20572
20560
  id="table-favorites-sortable-favorite-button2"
@@ -20593,7 +20581,7 @@ For sticky columns to function correctly, the parent table's width must be contr
20593
20581
  <tr class="pf-v6-c-table__tr" role="row">
20594
20582
  <td class="pf-v6-c-table__td pf-v6-c-table__favorite" role="cell">
20595
20583
  <button
20596
- class="pf-v6-c-button pf-m-plain"
20584
+ class="pf-v6-c-button pf-m-favorite pf-m-plain"
20597
20585
  type="button"
20598
20586
  aria-label="Not starred"
20599
20587
  id="table-favorites-sortable-favorite-button4"
@@ -20620,7 +20608,7 @@ For sticky columns to function correctly, the parent table's width must be contr
20620
20608
  <tr class="pf-v6-c-table__tr" role="row">
20621
20609
  <td class="pf-v6-c-table__td pf-v6-c-table__favorite" role="cell">
20622
20610
  <button
20623
- class="pf-v6-c-button pf-m-plain"
20611
+ class="pf-v6-c-button pf-m-favorite pf-m-plain"
20624
20612
  type="button"
20625
20613
  aria-label="Not starred"
20626
20614
  id="table-favorites-sortable-favorite-button5"