@patternfly/patternfly 6.2.0-prerelease.9 → 6.2.1

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 (99) hide show
  1. package/README.md +1 -1
  2. package/base/patternfly-variables.css +1 -1
  3. package/base/patternfly-variables.scss +1 -1
  4. package/components/Accordion/accordion.css +3 -1
  5. package/components/Accordion/accordion.scss +4 -2
  6. package/components/Alert/alert-group.css +52 -9
  7. package/components/Alert/alert-group.scss +116 -29
  8. package/components/Banner/banner.css +2 -2
  9. package/components/Banner/banner.scss +2 -2
  10. package/components/Button/button.css +41 -0
  11. package/components/Button/button.scss +52 -0
  12. package/components/Card/card.css +24 -2
  13. package/components/Card/card.scss +29 -2
  14. package/components/ClipboardCopy/clipboard-copy.css +6 -1
  15. package/components/ClipboardCopy/clipboard-copy.scss +8 -2
  16. package/components/CodeEditor/code-editor.css +3 -0
  17. package/components/CodeEditor/code-editor.scss +3 -1
  18. package/components/DataList/data-list.css +3 -1
  19. package/components/DataList/data-list.scss +4 -2
  20. package/components/DescriptionList/description-list.css +1 -1
  21. package/components/DescriptionList/description-list.scss +1 -1
  22. package/components/Drawer/drawer.css +28 -14
  23. package/components/Drawer/drawer.scss +28 -9
  24. package/components/DualListSelector/dual-list-selector.css +4 -2
  25. package/components/DualListSelector/dual-list-selector.scss +4 -2
  26. package/components/ExpandableSection/expandable-section.css +3 -1
  27. package/components/ExpandableSection/expandable-section.scss +4 -2
  28. package/components/Form/form.css +7 -5
  29. package/components/Form/form.scss +7 -5
  30. package/components/FormControl/form-control.css +109 -43
  31. package/components/FormControl/form-control.scss +139 -54
  32. package/components/HelperText/helper-text.css +13 -0
  33. package/components/HelperText/helper-text.scss +16 -1
  34. package/components/JumpLinks/jump-links.css +4 -2
  35. package/components/JumpLinks/jump-links.scss +4 -2
  36. package/components/Masthead/masthead.css +1 -1
  37. package/components/Masthead/masthead.scss +1 -1
  38. package/components/Menu/menu.css +4 -5
  39. package/components/Menu/menu.scss +2 -3
  40. package/components/MenuToggle/menu-toggle.css +42 -1
  41. package/components/MenuToggle/menu-toggle.scss +50 -1
  42. package/components/Nav/nav.css +41 -11
  43. package/components/Nav/nav.scss +52 -15
  44. package/components/NotificationDrawer/notification-drawer.css +3 -1
  45. package/components/NotificationDrawer/notification-drawer.scss +4 -2
  46. package/components/Page/page.css +20 -4
  47. package/components/Page/page.scss +21 -5
  48. package/components/Switch/switch.css +3 -1
  49. package/components/Switch/switch.scss +4 -2
  50. package/components/Table/table-grid.css +3 -1
  51. package/components/Table/table-grid.scss +4 -2
  52. package/components/Table/table.css +7 -5
  53. package/components/Table/table.scss +7 -4
  54. package/components/Tabs/tabs.css +71 -2
  55. package/components/Tabs/tabs.scss +85 -4
  56. package/components/Toolbar/toolbar.css +10 -3
  57. package/components/Toolbar/toolbar.scss +11 -3
  58. package/components/Truncate/truncate.css +5 -0
  59. package/components/Truncate/truncate.scss +6 -0
  60. package/components/Wizard/wizard.css +4 -2
  61. package/components/Wizard/wizard.scss +4 -2
  62. package/components/_index.css +515 -121
  63. package/docs/components/Alert/examples/Alert.md +6 -0
  64. package/docs/components/Button/examples/Button.md +29 -0
  65. package/docs/components/Card/examples/Card.md +30 -0
  66. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +29 -0
  67. package/docs/components/DataList/examples/DataList.md +1 -1
  68. package/docs/components/Divider/examples/Divider.md +1 -1
  69. package/docs/components/Drawer/examples/Drawer.md +4 -0
  70. package/docs/components/Menu/examples/Menu.md +6 -6
  71. package/docs/components/Nav/examples/Navigation.md +3 -0
  72. package/docs/components/Page/examples/Page.md +1 -0
  73. package/docs/components/Table/examples/Table.md +18 -30
  74. package/docs/components/Tabs/examples/Tabs.md +6886 -15
  75. package/docs/components/TextInputGroup/examples/TextInputGroup.md +10 -0
  76. package/docs/components/Toolbar/examples/Toolbar.css +3 -0
  77. package/docs/components/Toolbar/examples/Toolbar.md +28 -0
  78. package/docs/components/Truncate/examples/Truncate.md +53 -10
  79. package/docs/demos/Card/examples/Card.md +89 -24
  80. package/docs/demos/CardView/examples/CardView.md +2 -0
  81. package/docs/demos/DescriptionList/examples/DescriptionList.md +38 -0
  82. package/docs/demos/Drawer/examples/Drawer.md +38 -0
  83. package/docs/demos/Masthead/examples/Masthead.md +1 -1
  84. package/docs/demos/Nav/examples/Nav.md +4 -2
  85. package/docs/demos/Page/examples/Page.md +355 -0
  86. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +76 -0
  87. package/docs/demos/Table/examples/Table.md +41 -21
  88. package/docs/demos/Tabs/examples/Tabs.md +570 -0
  89. package/package.json +6 -6
  90. package/patternfly-base-no-globals.css +1 -1
  91. package/patternfly-base.css +1 -1
  92. package/patternfly-charts.css +3 -3
  93. package/patternfly-charts.scss +3 -3
  94. package/patternfly-no-globals.css +516 -122
  95. package/patternfly.css +516 -122
  96. package/patternfly.min.css +1 -1
  97. package/patternfly.min.css.map +1 -1
  98. package/sass-utilities/mixins.scss +8 -4
  99. 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"
@@ -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. |
@@ -503,6 +503,34 @@ cssPrefix: pf-v6-c-clipboard-copy
503
503
 
504
504
  ```
505
505
 
506
+ ### Inline compact with truncation
507
+
508
+ ```html
509
+ <div class="pf-v6-c-clipboard-copy pf-m-inline pf-m-truncate">
510
+ <span class="pf-v6-c-clipboard-copy__text">
511
+ <span class="pf-v6-c-truncate">
512
+ <span
513
+ class="pf-v6-c-truncate__start"
514
+ >This lengthy, copyable content will be truncated with default settings when the truncation prop is simply set to true. This is useful for quickly applying truncation without needing to worry about any other properties to set.</span>
515
+ </span>
516
+ </span>
517
+ <span class="pf-v6-c-clipboard-copy__actions">
518
+ <span class="pf-v6-c-clipboard-copy__actions-item">
519
+ <button
520
+ class="pf-v6-c-button pf-m-no-padding pf-m-plain"
521
+ type="button"
522
+ aria-label="Copy to clipboard"
523
+ >
524
+ <span class="pf-v6-c-button__icon">
525
+ <i class="fas fa-copy" aria-hidden="true"></i>
526
+ </span>
527
+ </button>
528
+ </span>
529
+ </span>
530
+ </div>
531
+
532
+ ```
533
+
506
534
  ## Documentation
507
535
 
508
536
  ### Accessibility
@@ -529,6 +557,7 @@ cssPrefix: pf-v6-c-clipboard-copy
529
557
  | `.pf-v6-c-clipboard-copy__actions-item` | `<span>` | Initiates the inline copy clipboard actions item element. **Required** |
530
558
  | `.pf-m-inline` | `.pf-v6-c-clipboard-copy` | Modifies the clipboard copy component for inline styles. |
531
559
  | `.pf-m-block` | `.pf-v6-c-clipboard-copy.pf-m-inline` | Modifies the inline copy clipboard component to have block formatting. |
560
+ | `.pf-m-truncate` | `.pf-v6-c-clipboard-copy.pf-m-truncate` | Modifies the inline copy clipboard component for use with text used in trucate component. |
532
561
  | `.pf-m-expanded` | `.pf-v6-c-clipboard-copy` | Modifies the clipboard copy component for the expanded state. |
533
562
  | `.pf-m-expanded` | `.pf-v6-c-button.pf-m-control` | Modifies the control toggle button for the expanded state. |
534
563
  | `.pf-m-code` | `code.pf-v6-c-clipboard-copy__text` | Modifies the inline copy clipboard text styles for use with the `<code>` element. |
@@ -1757,7 +1757,7 @@ When a list item includes more than one block of content, it can be difficult fo
1757
1757
  id="draggable-help"
1758
1758
  >Activate the reorder button and use the arrow keys to reorder the list or use your mouse to drag/reorder. Press escape to cancel the reordering.</div>
1759
1759
  <ul
1760
- class="pf-v6-c-data-list"
1760
+ class="pf-v6-c-data-list pf-m-compact"
1761
1761
  role="list"
1762
1762
  aria-label="Draggable data list rows"
1763
1763
  id="data-list-draggable"
@@ -18,7 +18,7 @@ cssPrefix: pf-v6-c-divider
18
18
  ```html
19
19
  <ul role="list">
20
20
  <li>List item one</li>
21
- <li class="pf-v6-c-divider" role="separator"></li>
21
+ <li class="pf-v6-c-divider" role="presentation"></li>
22
22
  <li>List item two</li>
23
23
  </ul>
24
24
 
@@ -550,6 +550,7 @@ cssPrefix: pf-v6-c-drawer
550
550
  class="pf-v6-c-drawer__splitter pf-m-vertical"
551
551
  role="separator"
552
552
  tabindex="0"
553
+ aria-valuenow="50"
553
554
  aria-orientation="vertical"
554
555
  >
555
556
  <div class="pf-v6-c-drawer__splitter-handle"></div>
@@ -597,6 +598,7 @@ cssPrefix: pf-v6-c-drawer
597
598
  class="pf-v6-c-drawer__splitter pf-m-vertical"
598
599
  role="separator"
599
600
  tabindex="0"
601
+ aria-valuenow="50"
600
602
  aria-orientation="vertical"
601
603
  >
602
604
  <div class="pf-v6-c-drawer__splitter-handle"></div>
@@ -647,6 +649,7 @@ cssPrefix: pf-v6-c-drawer
647
649
  class="pf-v6-c-drawer__splitter"
648
650
  role="separator"
649
651
  tabindex="0"
652
+ aria-valuenow="50"
650
653
  aria-orientation="horizontal"
651
654
  >
652
655
  <div class="pf-v6-c-drawer__splitter-handle"></div>
@@ -694,6 +697,7 @@ cssPrefix: pf-v6-c-drawer
694
697
  class="pf-v6-c-drawer__splitter pf-m-vertical"
695
698
  role="separator"
696
699
  tabindex="0"
700
+ aria-valuenow="50"
697
701
  aria-orientation="vertical"
698
702
  >
699
703
  <div class="pf-v6-c-drawer__splitter-handle"></div>
@@ -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"
@@ -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">
@@ -412,6 +412,7 @@ This component provides the basic chrome for a page, including sidebar and main
412
412
  | `.pf-v6-c-page__main-body` | `<div>` | Creates the body section for a page section. **Required** |
413
413
  | `.pf-v6-c-page__main-group` | `<div>` | Creates the group of `.pf-v6-c-page__main-*` sections. Can be used in combination with `.pf-m-sticky-[top/bottom]` to make multiple sections sticky. |
414
414
  | `.pf-v6-c-page__drawer` | `<div>` | Creates a container for the drawer component when placing the main page element in the drawer body. |
415
+ | `.pf-m-no-sidebar` | `.pf-v6-c-page` | Modifies the page grid for layouts without a sidebar. |
415
416
  | `.pf-m-expanded` | `.pf-v6-c-page__sidebar` | Modifies the sidebar for the expanded state. |
416
417
  | `.pf-m-collapsed` | `.pf-v6-c-page__sidebar` | Modifies the sidebar for the collapsed state. |
417
418
  | `.pf-m-page-insets` | `.pf-v6-c-page__sidebar-body` | Modifies a sidebar body padding/inset to visually match padding of page elements. |
@@ -1150,7 +1150,7 @@ Note: Table column widths will respond automatically when toggling expanded rows
1150
1150
  class="pf-v6-c-button pf-m-plain"
1151
1151
  id="table-expandable-expandable-toggle-thead"
1152
1152
  type="button"
1153
- aria-controls="table-expandable-content-thead"
1153
+ aria-controls="table-expandable-content-1 table-expandable-content-2 table-expandable-content-3 table-expandable-content-4"
1154
1154
  aria-labelledby="table-expandable-node-thead"
1155
1155
  aria-label="Toggle all rows"
1156
1156
  >
@@ -1620,7 +1620,7 @@ Note: Table column widths will respond automatically when toggling expanded rows
1620
1620
  id="expandable-set-width-columns-example-expandable-toggle-thead"
1621
1621
  type="button"
1622
1622
  aria-expanded="true"
1623
- aria-controls="expandable-set-width-columns-example-content-thead"
1623
+ aria-controls="expandable-set-width-columns-example-content-1 expandable-set-width-columns-example-content-2 expandable-set-width-columns-example-content-3 expandable-set-width-columns-example-content-4"
1624
1624
  aria-labelledby="expandable-set-width-columns-example-node-thead"
1625
1625
  aria-label="Toggle all rows"
1626
1626
  aria-describedby="true"
@@ -2096,7 +2096,7 @@ Note: Table column widths will respond automatically when toggling expanded rows
2096
2096
  class="pf-v6-c-button pf-m-plain"
2097
2097
  id="table-expandable-nested-table-expandable-toggle-thead"
2098
2098
  type="button"
2099
- aria-controls="table-expandable-nested-table-content-thead"
2099
+ aria-controls="table-expandable-nested-table-content-1 table-expandable-nested-table-content-2 table-expandable-nested-table-content-3 table-expandable-nested-table-content-4"
2100
2100
  aria-labelledby="table-expandable-nested-table-node-thead"
2101
2101
  aria-label="Toggle all rows"
2102
2102
  >
@@ -5285,7 +5285,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
5285
5285
  class="pf-v6-c-button pf-m-small pf-m-plain"
5286
5286
  id="table-compact-expandable-expandable-toggle-thead"
5287
5287
  type="button"
5288
- aria-controls="table-compact-expandable-content-thead"
5288
+ aria-controls="table-compact-expandable-content-1 table-compact-expandable-content-2 table-compact-expandable-content-3 table-compact-expandable-content-4"
5289
5289
  aria-labelledby="table-compact-expandable-node-thead"
5290
5290
  aria-label="Toggle all rows"
5291
5291
  >
@@ -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"