@patternfly/patternfly 6.0.0-alpha.165 → 6.0.0-alpha.166

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 (85) hide show
  1. package/components/Button/button.css +33 -14
  2. package/components/Button/button.scss +36 -14
  3. package/components/_index.css +33 -14
  4. package/docs/components/AboutModalBox/examples/AboutModalBox.md +3 -1
  5. package/docs/components/ActionList/examples/ActionList.md +60 -20
  6. package/docs/components/Alert/examples/Alert.md +106 -62
  7. package/docs/components/BackToTop/examples/BackToTop.md +5 -3
  8. package/docs/components/Banner/examples/Banner.md +9 -3
  9. package/docs/components/Button/examples/Button.md +536 -367
  10. package/docs/components/CalendarMonth/examples/CalendarMonth.md +24 -8
  11. package/docs/components/Card/examples/Card.md +43 -29
  12. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +75 -33
  13. package/docs/components/CodeBlock/examples/CodeBlock.md +18 -6
  14. package/docs/components/CodeEditor/examples/CodeEditor.md +44 -22
  15. package/docs/components/ContextSelector/deprecated/context-selector.md +6 -8
  16. package/docs/components/DataList/examples/DataList.md +121 -63
  17. package/docs/components/DatePicker/examples/DatePicker.md +18 -6
  18. package/docs/components/DescriptionList/examples/DescriptionList.md +125 -75
  19. package/docs/components/Drawer/examples/Drawer.md +57 -19
  20. package/docs/components/DualListSelector/examples/DualListSelector.md +204 -100
  21. package/docs/components/EmptyState/examples/EmptyState.md +123 -53
  22. package/docs/components/FileUpload/examples/FileUpload.md +42 -14
  23. package/docs/components/Form/examples/Form.md +53 -19
  24. package/docs/components/Hint/examples/Hint.md +9 -9
  25. package/docs/components/InlineEdit/examples/InlineEdit.md +78 -26
  26. package/docs/components/InputGroup/examples/InputGroup.md +27 -9
  27. package/docs/components/JumpLinks/examples/JumpLinks.md +188 -68
  28. package/docs/components/Label/examples/Label.md +651 -217
  29. package/docs/components/LogViewer/examples/LogViewer.md +218 -86
  30. package/docs/components/Login/examples/Login.md +346 -282
  31. package/docs/components/Masthead/examples/masthead.md +27 -9
  32. package/docs/components/Menu/examples/Menu.md +35 -25
  33. package/docs/components/MenuToggle/examples/MenuToggle.md +3 -1
  34. package/docs/components/ModalBox/examples/ModalBox.md +48 -16
  35. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +48 -16
  36. package/docs/components/Nav/examples/Navigation.md +12 -4
  37. package/docs/components/NotificationBadge/examples/NotificationBadge.md +78 -42
  38. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +6 -2
  39. package/docs/components/NumberInput/examples/NumberInput.md +96 -48
  40. package/docs/components/OverflowMenu/examples/overflow-menu.md +48 -16
  41. package/docs/components/Page/examples/Page.md +21 -7
  42. package/docs/components/Pagination/examples/Pagination.md +132 -44
  43. package/docs/components/Popover/examples/Popover.md +45 -15
  44. package/docs/components/Select/deprecated/Select.md +111 -55
  45. package/docs/components/SkipToContent/examples/SkipToContent.md +3 -1
  46. package/docs/components/Slider/examples/Slider.md +12 -4
  47. package/docs/components/Table/examples/Table.md +363 -208
  48. package/docs/components/Tabs/examples/Tabs.md +1230 -574
  49. package/docs/components/TextInputGroup/examples/TextInputGroup.md +132 -44
  50. package/docs/components/Toolbar/examples/Toolbar.md +120 -64
  51. package/docs/components/TreeView/examples/TreeView.md +12 -4
  52. package/docs/components/Wizard/examples/Wizard.md +105 -38
  53. package/docs/demos/AboutModal/examples/AboutModal.md +9 -3
  54. package/docs/demos/Alert/examples/Alert.md +39 -25
  55. package/docs/demos/BackToTop/examples/BackToTop.md +11 -5
  56. package/docs/demos/Banner/examples/Banner.md +12 -4
  57. package/docs/demos/Button/examples/Button.md +7 -7
  58. package/docs/demos/Card/examples/Card.md +106 -57
  59. package/docs/demos/CardView/examples/CardView.md +30 -13
  60. package/docs/demos/ContextSelector/examples/ContextSelector.md +24 -8
  61. package/docs/demos/Dashboard/examples/Dashboard.md +43 -28
  62. package/docs/demos/DataList/examples/DataList.md +255 -149
  63. package/docs/demos/DescriptionList/examples/DescriptionList.md +21 -7
  64. package/docs/demos/Drawer/examples/Drawer.md +89 -43
  65. package/docs/demos/Form/examples/BasicForms.md +141 -59
  66. package/docs/demos/JumpLinks/examples/JumpLinks.md +222 -109
  67. package/docs/demos/Masthead/examples/Masthead.md +63 -21
  68. package/docs/demos/Modal/examples/Modal.md +99 -37
  69. package/docs/demos/Nav/examples/Nav.md +45 -15
  70. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +58 -43
  71. package/docs/demos/Page/examples/Page.md +54 -21
  72. package/docs/demos/Page/examples/Penta.md +9 -6
  73. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +9 -3
  74. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +12 -4
  75. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +306 -133
  76. package/docs/demos/Skeleton/examples/Skeleton.md +6 -2
  77. package/docs/demos/Table/examples/Table.md +474 -210
  78. package/docs/demos/Tabs/examples/Tabs.md +60 -22
  79. package/docs/demos/Toolbar/examples/Toolbar.md +123 -72
  80. package/docs/demos/Wizard/examples/Wizard.md +179 -110
  81. package/package.json +1 -1
  82. package/patternfly-no-globals.css +33 -14
  83. package/patternfly.css +33 -14
  84. package/patternfly.min.css +1 -1
  85. package/patternfly.min.css.map +1 -1
@@ -189,7 +189,9 @@ These classes can be used to ensure that the table changes between the tabular a
189
189
  type="button"
190
190
  aria-label="aria-label="More info""
191
191
  >
192
- <i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
192
+ <span class="pf-v6-c-button__text">
193
+ <i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
194
+ </span>
193
195
  </button>
194
196
  </span>
195
197
  </div>
@@ -222,7 +224,9 @@ These classes can be used to ensure that the table changes between the tabular a
222
224
  type="button"
223
225
  aria-label="aria-label&#x3D;&quot;More info&quot;"
224
226
  >
225
- <i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
227
+ <span class="pf-v6-c-button__text">
228
+ <i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
229
+ </span>
226
230
  </button>
227
231
  </span>
228
232
  </div>
@@ -357,10 +361,14 @@ These classes can be used to ensure that the table changes between the tabular a
357
361
  <div class="pf-v6-c-overflow-menu__content">
358
362
  <div class="pf-v6-c-overflow-menu__group pf-m-button-group">
359
363
  <div class="pf-v6-c-overflow-menu__item">
360
- <button class="pf-v6-c-button pf-m-primary" type="button">Start</button>
364
+ <button class="pf-v6-c-button pf-m-primary" type="button">
365
+ <span class="pf-v6-c-button__text">Start</span>
366
+ </button>
361
367
  </div>
362
368
  <div class="pf-v6-c-overflow-menu__item">
363
- <button class="pf-v6-c-button pf-m-secondary" type="button">Stop</button>
369
+ <button class="pf-v6-c-button pf-m-secondary" type="button">
370
+ <span class="pf-v6-c-button__text">Stop</span>
371
+ </button>
364
372
  </div>
365
373
  </div>
366
374
  </div>
@@ -385,10 +393,14 @@ These classes can be used to ensure that the table changes between the tabular a
385
393
  <div class="pf-v6-c-overflow-menu__content">
386
394
  <div class="pf-v6-c-overflow-menu__group pf-m-button-group">
387
395
  <div class="pf-v6-c-overflow-menu__item">
388
- <button class="pf-v6-c-button pf-m-primary" type="button">Start</button>
396
+ <button class="pf-v6-c-button pf-m-primary" type="button">
397
+ <span class="pf-v6-c-button__text">Start</span>
398
+ </button>
389
399
  </div>
390
400
  <div class="pf-v6-c-overflow-menu__item">
391
- <button class="pf-v6-c-button pf-m-secondary" type="button">Stop</button>
401
+ <button class="pf-v6-c-button pf-m-secondary" type="button">
402
+ <span class="pf-v6-c-button__text">Stop</span>
403
+ </button>
392
404
  </div>
393
405
  </div>
394
406
  </div>
@@ -1075,9 +1087,11 @@ Note: Table column widths will respond automatically when toggling expanded rows
1075
1087
  type="button"
1076
1088
  aria-label="Toggle row"
1077
1089
  >
1078
- <div class="pf-v6-c-table__toggle-icon">
1079
- <i class="fas fa-angle-down" aria-hidden="true"></i>
1080
- </div>
1090
+ <span class="pf-v6-c-button__text">
1091
+ <div class="pf-v6-c-table__toggle-icon">
1092
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
1093
+ </div>
1094
+ </span>
1081
1095
  </button>
1082
1096
  </td>
1083
1097
 
@@ -1160,9 +1174,11 @@ Note: Table column widths will respond automatically when toggling expanded rows
1160
1174
  aria-expanded="true"
1161
1175
  aria-label="Toggle row"
1162
1176
  >
1163
- <div class="pf-v6-c-table__toggle-icon">
1164
- <i class="fas fa-angle-down" aria-hidden="true"></i>
1165
- </div>
1177
+ <span class="pf-v6-c-button__text">
1178
+ <div class="pf-v6-c-table__toggle-icon">
1179
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
1180
+ </div>
1181
+ </span>
1166
1182
  </button>
1167
1183
  </td>
1168
1184
 
@@ -1241,9 +1257,11 @@ Note: Table column widths will respond automatically when toggling expanded rows
1241
1257
  type="button"
1242
1258
  aria-label="Toggle row"
1243
1259
  >
1244
- <div class="pf-v6-c-table__toggle-icon">
1245
- <i class="fas fa-angle-down" aria-hidden="true"></i>
1246
- </div>
1260
+ <span class="pf-v6-c-button__text">
1261
+ <div class="pf-v6-c-table__toggle-icon">
1262
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
1263
+ </div>
1264
+ </span>
1247
1265
  </button>
1248
1266
  </td>
1249
1267
 
@@ -1315,9 +1333,11 @@ Note: Table column widths will respond automatically when toggling expanded rows
1315
1333
  aria-expanded="true"
1316
1334
  aria-label="Toggle row"
1317
1335
  >
1318
- <div class="pf-v6-c-table__toggle-icon">
1319
- <i class="fas fa-angle-down" aria-hidden="true"></i>
1320
- </div>
1336
+ <span class="pf-v6-c-button__text">
1337
+ <div class="pf-v6-c-table__toggle-icon">
1338
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
1339
+ </div>
1340
+ </span>
1321
1341
  </button>
1322
1342
  </td>
1323
1343
 
@@ -1392,9 +1412,11 @@ Note: Table column widths will respond automatically when toggling expanded rows
1392
1412
  aria-expanded="true"
1393
1413
  aria-label="Toggle row"
1394
1414
  >
1395
- <div class="pf-v6-c-table__toggle-icon">
1396
- <i class="fas fa-angle-down" aria-hidden="true"></i>
1397
- </div>
1415
+ <span class="pf-v6-c-button__text">
1416
+ <div class="pf-v6-c-table__toggle-icon">
1417
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
1418
+ </div>
1419
+ </span>
1398
1420
  </button>
1399
1421
  </td>
1400
1422
 
@@ -1481,9 +1503,11 @@ Note: Table column widths will respond automatically when toggling expanded rows
1481
1503
  aria-expanded="true"
1482
1504
  aria-label="Toggle row"
1483
1505
  >
1484
- <div class="pf-v6-c-table__toggle-icon">
1485
- <i class="fas fa-angle-down" aria-hidden="true"></i>
1486
- </div>
1506
+ <span class="pf-v6-c-button__text">
1507
+ <div class="pf-v6-c-table__toggle-icon">
1508
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
1509
+ </div>
1510
+ </span>
1487
1511
  </button>
1488
1512
  </td>
1489
1513
 
@@ -1570,9 +1594,11 @@ Note: Table column widths will respond automatically when toggling expanded rows
1570
1594
  aria-expanded="true"
1571
1595
  aria-label="Toggle row"
1572
1596
  >
1573
- <div class="pf-v6-c-table__toggle-icon">
1574
- <i class="fas fa-angle-down" aria-hidden="true"></i>
1575
- </div>
1597
+ <span class="pf-v6-c-button__text">
1598
+ <div class="pf-v6-c-table__toggle-icon">
1599
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
1600
+ </div>
1601
+ </span>
1576
1602
  </button>
1577
1603
  </td>
1578
1604
 
@@ -1648,9 +1674,11 @@ Note: Table column widths will respond automatically when toggling expanded rows
1648
1674
  aria-expanded="true"
1649
1675
  aria-label="Toggle row"
1650
1676
  >
1651
- <div class="pf-v6-c-table__toggle-icon">
1652
- <i class="fas fa-angle-down" aria-hidden="true"></i>
1653
- </div>
1677
+ <span class="pf-v6-c-button__text">
1678
+ <div class="pf-v6-c-table__toggle-icon">
1679
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
1680
+ </div>
1681
+ </span>
1654
1682
  </button>
1655
1683
  </td>
1656
1684
 
@@ -1727,9 +1755,11 @@ Note: Table column widths will respond automatically when toggling expanded rows
1727
1755
  aria-expanded="true"
1728
1756
  aria-label="Toggle row"
1729
1757
  >
1730
- <div class="pf-v6-c-table__toggle-icon">
1731
- <i class="fas fa-angle-down" aria-hidden="true"></i>
1732
- </div>
1758
+ <span class="pf-v6-c-button__text">
1759
+ <div class="pf-v6-c-table__toggle-icon">
1760
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
1761
+ </div>
1762
+ </span>
1733
1763
  </button>
1734
1764
  </td>
1735
1765
 
@@ -1800,9 +1830,11 @@ Note: Table column widths will respond automatically when toggling expanded rows
1800
1830
  aria-expanded="true"
1801
1831
  aria-label="Toggle row"
1802
1832
  >
1803
- <div class="pf-v6-c-table__toggle-icon">
1804
- <i class="fas fa-angle-down" aria-hidden="true"></i>
1805
- </div>
1833
+ <span class="pf-v6-c-button__text">
1834
+ <div class="pf-v6-c-table__toggle-icon">
1835
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
1836
+ </div>
1837
+ </span>
1806
1838
  </button>
1807
1839
  </td>
1808
1840
 
@@ -1890,9 +1922,11 @@ Note: Table column widths will respond automatically when toggling expanded rows
1890
1922
  type="button"
1891
1923
  aria-label="Toggle row"
1892
1924
  >
1893
- <div class="pf-v6-c-table__toggle-icon">
1894
- <i class="fas fa-angle-down" aria-hidden="true"></i>
1895
- </div>
1925
+ <span class="pf-v6-c-button__text">
1926
+ <div class="pf-v6-c-table__toggle-icon">
1927
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
1928
+ </div>
1929
+ </span>
1896
1930
  </button>
1897
1931
  </td>
1898
1932
 
@@ -1975,9 +2009,11 @@ Note: Table column widths will respond automatically when toggling expanded rows
1975
2009
  aria-expanded="true"
1976
2010
  aria-label="Toggle row"
1977
2011
  >
1978
- <div class="pf-v6-c-table__toggle-icon">
1979
- <i class="fas fa-angle-down" aria-hidden="true"></i>
1980
- </div>
2012
+ <span class="pf-v6-c-button__text">
2013
+ <div class="pf-v6-c-table__toggle-icon">
2014
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
2015
+ </div>
2016
+ </span>
1981
2017
  </button>
1982
2018
  </td>
1983
2019
 
@@ -2204,9 +2240,11 @@ Note: Table column widths will respond automatically when toggling expanded rows
2204
2240
  type="button"
2205
2241
  aria-label="Toggle row"
2206
2242
  >
2207
- <div class="pf-v6-c-table__toggle-icon">
2208
- <i class="fas fa-angle-down" aria-hidden="true"></i>
2209
- </div>
2243
+ <span class="pf-v6-c-button__text">
2244
+ <div class="pf-v6-c-table__toggle-icon">
2245
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
2246
+ </div>
2247
+ </span>
2210
2248
  </button>
2211
2249
  </td>
2212
2250
 
@@ -2278,9 +2316,11 @@ Note: Table column widths will respond automatically when toggling expanded rows
2278
2316
  aria-expanded="true"
2279
2317
  aria-label="Toggle row"
2280
2318
  >
2281
- <div class="pf-v6-c-table__toggle-icon">
2282
- <i class="fas fa-angle-down" aria-hidden="true"></i>
2283
- </div>
2319
+ <span class="pf-v6-c-button__text">
2320
+ <div class="pf-v6-c-table__toggle-icon">
2321
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
2322
+ </div>
2323
+ </span>
2284
2324
  </button>
2285
2325
  </td>
2286
2326
 
@@ -2355,9 +2395,11 @@ Note: Table column widths will respond automatically when toggling expanded rows
2355
2395
  aria-expanded="true"
2356
2396
  aria-label="Toggle row"
2357
2397
  >
2358
- <div class="pf-v6-c-table__toggle-icon">
2359
- <i class="fas fa-angle-down" aria-hidden="true"></i>
2360
- </div>
2398
+ <span class="pf-v6-c-button__text">
2399
+ <div class="pf-v6-c-table__toggle-icon">
2400
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
2401
+ </div>
2402
+ </span>
2361
2403
  </button>
2362
2404
  </td>
2363
2405
 
@@ -4974,9 +5016,11 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
4974
5016
  type="button"
4975
5017
  aria-label="Toggle row"
4976
5018
  >
4977
- <div class="pf-v6-c-table__toggle-icon">
4978
- <i class="fas fa-angle-down" aria-hidden="true"></i>
4979
- </div>
5019
+ <span class="pf-v6-c-button__text">
5020
+ <div class="pf-v6-c-table__toggle-icon">
5021
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
5022
+ </div>
5023
+ </span>
4980
5024
  </button>
4981
5025
  </td>
4982
5026
 
@@ -5031,9 +5075,11 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
5031
5075
  aria-expanded="true"
5032
5076
  aria-label="Toggle row"
5033
5077
  >
5034
- <div class="pf-v6-c-table__toggle-icon">
5035
- <i class="fas fa-angle-down" aria-hidden="true"></i>
5036
- </div>
5078
+ <span class="pf-v6-c-button__text">
5079
+ <div class="pf-v6-c-table__toggle-icon">
5080
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
5081
+ </div>
5082
+ </span>
5037
5083
  </button>
5038
5084
  </td>
5039
5085
 
@@ -5132,9 +5178,11 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
5132
5178
  type="button"
5133
5179
  aria-label="Toggle row"
5134
5180
  >
5135
- <div class="pf-v6-c-table__toggle-icon">
5136
- <i class="fas fa-angle-down" aria-hidden="true"></i>
5137
- </div>
5181
+ <span class="pf-v6-c-button__text">
5182
+ <div class="pf-v6-c-table__toggle-icon">
5183
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
5184
+ </div>
5185
+ </span>
5138
5186
  </button>
5139
5187
  </td>
5140
5188
 
@@ -5226,9 +5274,11 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
5226
5274
  aria-expanded="true"
5227
5275
  aria-label="Toggle row"
5228
5276
  >
5229
- <div class="pf-v6-c-table__toggle-icon">
5230
- <i class="fas fa-angle-down" aria-hidden="true"></i>
5231
- </div>
5277
+ <span class="pf-v6-c-button__text">
5278
+ <div class="pf-v6-c-table__toggle-icon">
5279
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
5280
+ </div>
5281
+ </span>
5232
5282
  </button>
5233
5283
  </td>
5234
5284
 
@@ -5323,9 +5373,11 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
5323
5373
  aria-expanded="true"
5324
5374
  aria-label="Toggle row"
5325
5375
  >
5326
- <div class="pf-v6-c-table__toggle-icon">
5327
- <i class="fas fa-angle-down" aria-hidden="true"></i>
5328
- </div>
5376
+ <span class="pf-v6-c-button__text">
5377
+ <div class="pf-v6-c-table__toggle-icon">
5378
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
5379
+ </div>
5380
+ </span>
5329
5381
  </button>
5330
5382
  </td>
5331
5383
 
@@ -5419,9 +5471,11 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
5419
5471
  type="button"
5420
5472
  aria-label="Toggle row"
5421
5473
  >
5422
- <div class="pf-v6-c-table__toggle-icon">
5423
- <i class="fas fa-angle-down" aria-hidden="true"></i>
5424
- </div>
5474
+ <span class="pf-v6-c-button__text">
5475
+ <div class="pf-v6-c-table__toggle-icon">
5476
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
5477
+ </div>
5478
+ </span>
5425
5479
  </button>
5426
5480
  </td>
5427
5481
 
@@ -5513,9 +5567,11 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
5513
5567
  aria-expanded="true"
5514
5568
  aria-label="Toggle row"
5515
5569
  >
5516
- <div class="pf-v6-c-table__toggle-icon">
5517
- <i class="fas fa-angle-down" aria-hidden="true"></i>
5518
- </div>
5570
+ <span class="pf-v6-c-button__text">
5571
+ <div class="pf-v6-c-table__toggle-icon">
5572
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
5573
+ </div>
5574
+ </span>
5519
5575
  </button>
5520
5576
  </td>
5521
5577
 
@@ -5616,9 +5672,11 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
5616
5672
  type="button"
5617
5673
  aria-label="Toggle row"
5618
5674
  >
5619
- <div class="pf-v6-c-table__toggle-icon">
5620
- <i class="fas fa-angle-down" aria-hidden="true"></i>
5621
- </div>
5675
+ <span class="pf-v6-c-button__text">
5676
+ <div class="pf-v6-c-table__toggle-icon">
5677
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
5678
+ </div>
5679
+ </span>
5622
5680
  </button>
5623
5681
  </td>
5624
5682
 
@@ -5710,9 +5768,11 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
5710
5768
  aria-expanded="true"
5711
5769
  aria-label="Toggle row"
5712
5770
  >
5713
- <div class="pf-v6-c-table__toggle-icon">
5714
- <i class="fas fa-angle-down" aria-hidden="true"></i>
5715
- </div>
5771
+ <span class="pf-v6-c-button__text">
5772
+ <div class="pf-v6-c-table__toggle-icon">
5773
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
5774
+ </div>
5775
+ </span>
5716
5776
  </button>
5717
5777
  </td>
5718
5778
 
@@ -5808,9 +5868,11 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
5808
5868
  type="button"
5809
5869
  aria-label="Toggle row"
5810
5870
  >
5811
- <div class="pf-v6-c-table__toggle-icon">
5812
- <i class="fas fa-angle-down" aria-hidden="true"></i>
5813
- </div>
5871
+ <span class="pf-v6-c-button__text">
5872
+ <div class="pf-v6-c-table__toggle-icon">
5873
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
5874
+ </div>
5875
+ </span>
5814
5876
  </button>
5815
5877
  </td>
5816
5878
 
@@ -6169,9 +6231,11 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
6169
6231
  type="button"
6170
6232
  aria-label="Toggle row"
6171
6233
  >
6172
- <div class="pf-v6-c-table__toggle-icon">
6173
- <i class="fas fa-angle-down" aria-hidden="true"></i>
6174
- </div>
6234
+ <span class="pf-v6-c-button__text">
6235
+ <div class="pf-v6-c-table__toggle-icon">
6236
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
6237
+ </div>
6238
+ </span>
6175
6239
  </button>
6176
6240
  </td>
6177
6241
 
@@ -6251,9 +6315,11 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
6251
6315
  aria-expanded="true"
6252
6316
  aria-label="Toggle row"
6253
6317
  >
6254
- <div class="pf-v6-c-table__toggle-icon">
6255
- <i class="fas fa-angle-down" aria-hidden="true"></i>
6256
- </div>
6318
+ <span class="pf-v6-c-button__text">
6319
+ <div class="pf-v6-c-table__toggle-icon">
6320
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
6321
+ </div>
6322
+ </span>
6257
6323
  </button>
6258
6324
  </td>
6259
6325
 
@@ -6337,9 +6403,11 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
6337
6403
  type="button"
6338
6404
  aria-label="Toggle row"
6339
6405
  >
6340
- <div class="pf-v6-c-table__toggle-icon">
6341
- <i class="fas fa-angle-down" aria-hidden="true"></i>
6342
- </div>
6406
+ <span class="pf-v6-c-button__text">
6407
+ <div class="pf-v6-c-table__toggle-icon">
6408
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
6409
+ </div>
6410
+ </span>
6343
6411
  </button>
6344
6412
  </td>
6345
6413
 
@@ -6419,9 +6487,11 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
6419
6487
  aria-expanded="true"
6420
6488
  aria-label="Toggle row"
6421
6489
  >
6422
- <div class="pf-v6-c-table__toggle-icon">
6423
- <i class="fas fa-angle-down" aria-hidden="true"></i>
6424
- </div>
6490
+ <span class="pf-v6-c-button__text">
6491
+ <div class="pf-v6-c-table__toggle-icon">
6492
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
6493
+ </div>
6494
+ </span>
6425
6495
  </button>
6426
6496
  </td>
6427
6497
 
@@ -6556,9 +6626,11 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
6556
6626
  aria-expanded="true"
6557
6627
  aria-label="Toggle row"
6558
6628
  >
6559
- <div class="pf-v6-c-table__toggle-icon">
6560
- <i class="fas fa-angle-down" aria-hidden="true"></i>
6561
- </div>
6629
+ <span class="pf-v6-c-button__text">
6630
+ <div class="pf-v6-c-table__toggle-icon">
6631
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
6632
+ </div>
6633
+ </span>
6562
6634
  </button>
6563
6635
  </span>
6564
6636
 
@@ -6625,9 +6697,11 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
6625
6697
  type="button"
6626
6698
  aria-label="Toggle row"
6627
6699
  >
6628
- <div class="pf-v6-c-table__toggle-icon">
6629
- <i class="fas fa-angle-down" aria-hidden="true"></i>
6630
- </div>
6700
+ <span class="pf-v6-c-button__text">
6701
+ <div class="pf-v6-c-table__toggle-icon">
6702
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
6703
+ </div>
6704
+ </span>
6631
6705
  </button>
6632
6706
  </span>
6633
6707
 
@@ -6919,9 +6993,11 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
6919
6993
  aria-expanded="true"
6920
6994
  aria-label="Toggle row"
6921
6995
  >
6922
- <div class="pf-v6-c-table__toggle-icon">
6923
- <i class="fas fa-angle-down" aria-hidden="true"></i>
6924
- </div>
6996
+ <span class="pf-v6-c-button__text">
6997
+ <div class="pf-v6-c-table__toggle-icon">
6998
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
6999
+ </div>
7000
+ </span>
6925
7001
  </button>
6926
7002
  </span>
6927
7003
 
@@ -7043,9 +7119,11 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
7043
7119
  aria-expanded="true"
7044
7120
  aria-label="Toggle row"
7045
7121
  >
7046
- <div class="pf-v6-c-table__toggle-icon">
7047
- <i class="fas fa-angle-down" aria-hidden="true"></i>
7048
- </div>
7122
+ <span class="pf-v6-c-button__text">
7123
+ <div class="pf-v6-c-table__toggle-icon">
7124
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
7125
+ </div>
7126
+ </span>
7049
7127
  </button>
7050
7128
  </span>
7051
7129
 
@@ -7224,9 +7302,11 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
7224
7302
  aria-expanded="true"
7225
7303
  aria-label="Toggle row"
7226
7304
  >
7227
- <div class="pf-v6-c-table__toggle-icon">
7228
- <i class="fas fa-angle-down" aria-hidden="true"></i>
7229
- </div>
7305
+ <span class="pf-v6-c-button__text">
7306
+ <div class="pf-v6-c-table__toggle-icon">
7307
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
7308
+ </div>
7309
+ </span>
7230
7310
  </button>
7231
7311
  </span>
7232
7312
 
@@ -7403,9 +7483,11 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
7403
7483
  type="button"
7404
7484
  aria-label="Toggle row"
7405
7485
  >
7406
- <div class="pf-v6-c-table__toggle-icon">
7407
- <i class="fas fa-angle-down" aria-hidden="true"></i>
7408
- </div>
7486
+ <span class="pf-v6-c-button__text">
7487
+ <div class="pf-v6-c-table__toggle-icon">
7488
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
7489
+ </div>
7490
+ </span>
7409
7491
  </button>
7410
7492
  </span>
7411
7493
 
@@ -7618,9 +7700,11 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
7618
7700
  aria-expanded="true"
7619
7701
  aria-label="Toggle row"
7620
7702
  >
7621
- <div class="pf-v6-c-table__toggle-icon">
7622
- <i class="fas fa-angle-down" aria-hidden="true"></i>
7623
- </div>
7703
+ <span class="pf-v6-c-button__text">
7704
+ <div class="pf-v6-c-table__toggle-icon">
7705
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
7706
+ </div>
7707
+ </span>
7624
7708
  </button>
7625
7709
  </span>
7626
7710
  <span class="pf-v6-c-table__td pf-v6-c-table__check">
@@ -7702,9 +7786,11 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
7702
7786
  type="button"
7703
7787
  aria-label="Toggle row"
7704
7788
  >
7705
- <div class="pf-v6-c-table__toggle-icon">
7706
- <i class="fas fa-angle-down" aria-hidden="true"></i>
7707
- </div>
7789
+ <span class="pf-v6-c-button__text">
7790
+ <div class="pf-v6-c-table__toggle-icon">
7791
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
7792
+ </div>
7793
+ </span>
7708
7794
  </button>
7709
7795
  </span>
7710
7796
  <span class="pf-v6-c-table__td pf-v6-c-table__check">
@@ -8075,9 +8161,11 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
8075
8161
  aria-expanded="true"
8076
8162
  aria-label="Toggle row"
8077
8163
  >
8078
- <div class="pf-v6-c-table__toggle-icon">
8079
- <i class="fas fa-angle-down" aria-hidden="true"></i>
8080
- </div>
8164
+ <span class="pf-v6-c-button__text">
8165
+ <div class="pf-v6-c-table__toggle-icon">
8166
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
8167
+ </div>
8168
+ </span>
8081
8169
  </button>
8082
8170
  </span>
8083
8171
  <span class="pf-v6-c-table__td pf-v6-c-table__check">
@@ -8230,9 +8318,11 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
8230
8318
  aria-expanded="true"
8231
8319
  aria-label="Toggle row"
8232
8320
  >
8233
- <div class="pf-v6-c-table__toggle-icon">
8234
- <i class="fas fa-angle-down" aria-hidden="true"></i>
8235
- </div>
8321
+ <span class="pf-v6-c-button__text">
8322
+ <div class="pf-v6-c-table__toggle-icon">
8323
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
8324
+ </div>
8325
+ </span>
8236
8326
  </button>
8237
8327
  </span>
8238
8328
  <span class="pf-v6-c-table__td pf-v6-c-table__check">
@@ -8458,9 +8548,11 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
8458
8548
  aria-expanded="true"
8459
8549
  aria-label="Toggle row"
8460
8550
  >
8461
- <div class="pf-v6-c-table__toggle-icon">
8462
- <i class="fas fa-angle-down" aria-hidden="true"></i>
8463
- </div>
8551
+ <span class="pf-v6-c-button__text">
8552
+ <div class="pf-v6-c-table__toggle-icon">
8553
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
8554
+ </div>
8555
+ </span>
8464
8556
  </button>
8465
8557
  </span>
8466
8558
  <span class="pf-v6-c-table__td pf-v6-c-table__check">
@@ -8684,9 +8776,11 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
8684
8776
  type="button"
8685
8777
  aria-label="Toggle row"
8686
8778
  >
8687
- <div class="pf-v6-c-table__toggle-icon">
8688
- <i class="fas fa-angle-down" aria-hidden="true"></i>
8689
- </div>
8779
+ <span class="pf-v6-c-button__text">
8780
+ <div class="pf-v6-c-table__toggle-icon">
8781
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
8782
+ </div>
8783
+ </span>
8690
8784
  </button>
8691
8785
  </span>
8692
8786
  <span class="pf-v6-c-table__td pf-v6-c-table__check">
@@ -8945,9 +9039,11 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
8945
9039
  aria-expanded="true"
8946
9040
  aria-label="Toggle row"
8947
9041
  >
8948
- <div class="pf-v6-c-table__toggle-icon">
8949
- <i class="fas fa-angle-down" aria-hidden="true"></i>
8950
- </div>
9042
+ <span class="pf-v6-c-button__text">
9043
+ <div class="pf-v6-c-table__toggle-icon">
9044
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
9045
+ </div>
9046
+ </span>
8951
9047
  </button>
8952
9048
  </span>
8953
9049
  <span class="pf-v6-c-table__td pf-v6-c-table__check">
@@ -9032,9 +9128,11 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
9032
9128
  type="button"
9033
9129
  aria-label="Toggle row"
9034
9130
  >
9035
- <div class="pf-v6-c-table__toggle-icon">
9036
- <i class="fas fa-angle-down" aria-hidden="true"></i>
9037
- </div>
9131
+ <span class="pf-v6-c-button__text">
9132
+ <div class="pf-v6-c-table__toggle-icon">
9133
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
9134
+ </div>
9135
+ </span>
9038
9136
  </button>
9039
9137
  </span>
9040
9138
  <span class="pf-v6-c-table__td pf-v6-c-table__check">
@@ -9420,9 +9518,11 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
9420
9518
  aria-expanded="true"
9421
9519
  aria-label="Toggle row"
9422
9520
  >
9423
- <div class="pf-v6-c-table__toggle-icon">
9424
- <i class="fas fa-angle-down" aria-hidden="true"></i>
9425
- </div>
9521
+ <span class="pf-v6-c-button__text">
9522
+ <div class="pf-v6-c-table__toggle-icon">
9523
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
9524
+ </div>
9525
+ </span>
9426
9526
  </button>
9427
9527
  </span>
9428
9528
  <span class="pf-v6-c-table__td pf-v6-c-table__check">
@@ -9581,9 +9681,11 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
9581
9681
  aria-expanded="true"
9582
9682
  aria-label="Toggle row"
9583
9683
  >
9584
- <div class="pf-v6-c-table__toggle-icon">
9585
- <i class="fas fa-angle-down" aria-hidden="true"></i>
9586
- </div>
9684
+ <span class="pf-v6-c-button__text">
9685
+ <div class="pf-v6-c-table__toggle-icon">
9686
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
9687
+ </div>
9688
+ </span>
9587
9689
  </button>
9588
9690
  </span>
9589
9691
  <span class="pf-v6-c-table__td pf-v6-c-table__check">
@@ -9818,9 +9920,11 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
9818
9920
  aria-expanded="true"
9819
9921
  aria-label="Toggle row"
9820
9922
  >
9821
- <div class="pf-v6-c-table__toggle-icon">
9822
- <i class="fas fa-angle-down" aria-hidden="true"></i>
9823
- </div>
9923
+ <span class="pf-v6-c-button__text">
9924
+ <div class="pf-v6-c-table__toggle-icon">
9925
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
9926
+ </div>
9927
+ </span>
9824
9928
  </button>
9825
9929
  </span>
9826
9930
  <span class="pf-v6-c-table__td pf-v6-c-table__check">
@@ -10053,9 +10157,11 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
10053
10157
  type="button"
10054
10158
  aria-label="Toggle row"
10055
10159
  >
10056
- <div class="pf-v6-c-table__toggle-icon">
10057
- <i class="fas fa-angle-down" aria-hidden="true"></i>
10058
- </div>
10160
+ <span class="pf-v6-c-button__text">
10161
+ <div class="pf-v6-c-table__toggle-icon">
10162
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
10163
+ </div>
10164
+ </span>
10059
10165
  </button>
10060
10166
  </span>
10061
10167
  <span class="pf-v6-c-table__td pf-v6-c-table__check">
@@ -11318,9 +11424,11 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
11318
11424
  aria-expanded="true"
11319
11425
  aria-label="Toggle row"
11320
11426
  >
11321
- <div class="pf-v6-c-table__toggle-icon">
11322
- <i class="fas fa-angle-down" aria-hidden="true"></i>
11323
- </div>
11427
+ <span class="pf-v6-c-button__text">
11428
+ <div class="pf-v6-c-table__toggle-icon">
11429
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
11430
+ </div>
11431
+ </span>
11324
11432
  </button>
11325
11433
  </td>
11326
11434
 
@@ -11399,9 +11507,11 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
11399
11507
  type="button"
11400
11508
  aria-label="Toggle row"
11401
11509
  >
11402
- <div class="pf-v6-c-table__toggle-icon">
11403
- <i class="fas fa-angle-down" aria-hidden="true"></i>
11404
- </div>
11510
+ <span class="pf-v6-c-button__text">
11511
+ <div class="pf-v6-c-table__toggle-icon">
11512
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
11513
+ </div>
11514
+ </span>
11405
11515
  </button>
11406
11516
  </td>
11407
11517
 
@@ -11473,9 +11583,11 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
11473
11583
  aria-expanded="true"
11474
11584
  aria-label="Toggle row"
11475
11585
  >
11476
- <div class="pf-v6-c-table__toggle-icon">
11477
- <i class="fas fa-angle-down" aria-hidden="true"></i>
11478
- </div>
11586
+ <span class="pf-v6-c-button__text">
11587
+ <div class="pf-v6-c-table__toggle-icon">
11588
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
11589
+ </div>
11590
+ </span>
11479
11591
  </button>
11480
11592
  </td>
11481
11593
 
@@ -11550,9 +11662,11 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
11550
11662
  aria-expanded="true"
11551
11663
  aria-label="Toggle row"
11552
11664
  >
11553
- <div class="pf-v6-c-table__toggle-icon">
11554
- <i class="fas fa-angle-down" aria-hidden="true"></i>
11555
- </div>
11665
+ <span class="pf-v6-c-button__text">
11666
+ <div class="pf-v6-c-table__toggle-icon">
11667
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
11668
+ </div>
11669
+ </span>
11556
11670
  </button>
11557
11671
  </td>
11558
11672
 
@@ -17777,9 +17891,11 @@ For sticky columns to function correctly, the parent table's width must be contr
17777
17891
  aria-expanded="true"
17778
17892
  aria-label="Toggle row"
17779
17893
  >
17780
- <div class="pf-v6-c-table__toggle-icon">
17781
- <i class="fas fa-angle-down" aria-hidden="true"></i>
17782
- </div>
17894
+ <span class="pf-v6-c-button__text">
17895
+ <div class="pf-v6-c-table__toggle-icon">
17896
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
17897
+ </div>
17898
+ </span>
17783
17899
  </button>
17784
17900
  </td>
17785
17901
 
@@ -17822,10 +17938,9 @@ For sticky columns to function correctly, the parent table's width must be contr
17822
17938
  data-label="Workspaces"
17823
17939
  >Kaliq Ray</td>
17824
17940
  <td class="pf-v6-c-table__td" role="cell" data-label="Last commit">
17825
- <button
17826
- class="pf-v6-c-button pf-m-inline pf-m-link"
17827
- type="button"
17828
- >Message us!</button>
17941
+ <button class="pf-v6-c-button pf-m-inline pf-m-link" type="button">
17942
+ <span class="pf-v6-c-button__text">Message us!</span>
17943
+ </button>
17829
17944
  </td>
17830
17945
  </tr>
17831
17946
  <tr
@@ -17858,9 +17973,11 @@ For sticky columns to function correctly, the parent table's width must be contr
17858
17973
  type="button"
17859
17974
  aria-label="Toggle row"
17860
17975
  >
17861
- <div class="pf-v6-c-table__toggle-icon">
17862
- <i class="fas fa-angle-down" aria-hidden="true"></i>
17863
- </div>
17976
+ <span class="pf-v6-c-button__text">
17977
+ <div class="pf-v6-c-table__toggle-icon">
17978
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
17979
+ </div>
17980
+ </span>
17864
17981
  </button>
17865
17982
  </td>
17866
17983
 
@@ -17903,10 +18020,9 @@ For sticky columns to function correctly, the parent table's width must be contr
17903
18020
  data-label="Workspaces"
17904
18021
  >Kaliq Ray</td>
17905
18022
  <td class="pf-v6-c-table__td" role="cell" data-label="Last commit">
17906
- <button
17907
- class="pf-v6-c-button pf-m-inline pf-m-link"
17908
- type="button"
17909
- >Message us!</button>
18023
+ <button class="pf-v6-c-button pf-m-inline pf-m-link" type="button">
18024
+ <span class="pf-v6-c-button__text">Message us!</span>
18025
+ </button>
17910
18026
  </td>
17911
18027
  </tr>
17912
18028
  <tr class="pf-v6-c-table__tr pf-v6-c-table__expandable-row" role="row">
@@ -17936,9 +18052,11 @@ For sticky columns to function correctly, the parent table's width must be contr
17936
18052
  type="button"
17937
18053
  aria-label="Toggle row"
17938
18054
  >
17939
- <div class="pf-v6-c-table__toggle-icon">
17940
- <i class="fas fa-angle-down" aria-hidden="true"></i>
17941
- </div>
18055
+ <span class="pf-v6-c-button__text">
18056
+ <div class="pf-v6-c-table__toggle-icon">
18057
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
18058
+ </div>
18059
+ </span>
17942
18060
  </button>
17943
18061
  </td>
17944
18062
 
@@ -17981,10 +18099,9 @@ For sticky columns to function correctly, the parent table's width must be contr
17981
18099
  data-label="Workspaces"
17982
18100
  >Kaliq Ray</td>
17983
18101
  <td class="pf-v6-c-table__td" role="cell" data-label="Last commit">
17984
- <button
17985
- class="pf-v6-c-button pf-m-inline pf-m-link"
17986
- type="button"
17987
- >Message us!</button>
18102
+ <button class="pf-v6-c-button pf-m-inline pf-m-link" type="button">
18103
+ <span class="pf-v6-c-button__text">Message us!</span>
18104
+ </button>
17988
18105
  </td>
17989
18106
  </tr>
17990
18107
  <tr class="pf-v6-c-table__tr pf-v6-c-table__expandable-row" role="row">
@@ -19665,7 +19782,9 @@ For sticky columns to function correctly, the parent table's width must be contr
19665
19782
  id="table-favorites-favorite-button1"
19666
19783
  aria-labelledby="table-favorites-node1 table-favorites-favorite-button1"
19667
19784
  >
19668
- <i class="fas fa-star" aria-hidden="true"></i>
19785
+ <span class="pf-v6-c-button__text">
19786
+ <i class="fas fa-star" aria-hidden="true"></i>
19787
+ </span>
19669
19788
  </button>
19670
19789
  </td>
19671
19790
  <td class="pf-v6-c-table__td" role="cell" data-label="Repository name">
@@ -19720,7 +19839,9 @@ For sticky columns to function correctly, the parent table's width must be contr
19720
19839
  id="table-favorites-favorite-button2"
19721
19840
  aria-labelledby="table-favorites-node2 table-favorites-favorite-button2"
19722
19841
  >
19723
- <i class="fas fa-star" aria-hidden="true"></i>
19842
+ <span class="pf-v6-c-button__text">
19843
+ <i class="fas fa-star" aria-hidden="true"></i>
19844
+ </span>
19724
19845
  </button>
19725
19846
  </td>
19726
19847
  <td class="pf-v6-c-table__td" role="cell" data-label="Repository name">
@@ -19776,7 +19897,9 @@ For sticky columns to function correctly, the parent table's width must be contr
19776
19897
  id="table-favorites-favorite-button3"
19777
19898
  aria-labelledby="table-favorites-node3 table-favorites-favorite-button3"
19778
19899
  >
19779
- <i class="fas fa-star" aria-hidden="true"></i>
19900
+ <span class="pf-v6-c-button__text">
19901
+ <i class="fas fa-star" aria-hidden="true"></i>
19902
+ </span>
19780
19903
  </button>
19781
19904
  </td>
19782
19905
  <td class="pf-v6-c-table__td" role="cell" data-label="Repository name">
@@ -19829,7 +19952,9 @@ For sticky columns to function correctly, the parent table's width must be contr
19829
19952
  id="table-favorites-favorite-button4"
19830
19953
  aria-labelledby="table-favorites-node4 table-favorites-favorite-button4"
19831
19954
  >
19832
- <i class="fas fa-star" aria-hidden="true"></i>
19955
+ <span class="pf-v6-c-button__text">
19956
+ <i class="fas fa-star" aria-hidden="true"></i>
19957
+ </span>
19833
19958
  </button>
19834
19959
  </td>
19835
19960
  <td class="pf-v6-c-table__td" role="cell" data-label="Repository name">
@@ -19886,7 +20011,9 @@ For sticky columns to function correctly, the parent table's width must be contr
19886
20011
  type="button"
19887
20012
  aria-label="Favorite all"
19888
20013
  >
19889
- <i class="fas fa-star" aria-hidden="true"></i>
20014
+ <span class="pf-v6-c-button__text">
20015
+ <i class="fas fa-star" aria-hidden="true"></i>
20016
+ </span>
19890
20017
  </button>
19891
20018
  </div>
19892
20019
  <div class="pf-v6-c-action-list__item">
@@ -19895,8 +20022,10 @@ For sticky columns to function correctly, the parent table's width must be contr
19895
20022
  type="button"
19896
20023
  aria-label="Sort favorites"
19897
20024
  >
19898
- <span class="pf-v6-c-table__sort-indicator">
19899
- <i class="fas fa-long-arrow-alt-down"></i>
20025
+ <span class="pf-v6-c-button__text">
20026
+ <span class="pf-v6-c-table__sort-indicator">
20027
+ <i class="fas fa-long-arrow-alt-down"></i>
20028
+ </span>
19900
20029
  </span>
19901
20030
  </button>
19902
20031
  </div>
@@ -19932,7 +20061,9 @@ For sticky columns to function correctly, the parent table's width must be contr
19932
20061
  id="table-favorites-sortable-favorite-button1"
19933
20062
  aria-labelledby="table-favorites-sortable-node1 table-favorites-sortable-favorite-button1"
19934
20063
  >
19935
- <i class="fas fa-star" aria-hidden="true"></i>
20064
+ <span class="pf-v6-c-button__text">
20065
+ <i class="fas fa-star" aria-hidden="true"></i>
20066
+ </span>
19936
20067
  </button>
19937
20068
  </td>
19938
20069
  <td class="pf-v6-c-table__td" role="cell" data-label="Repository name">
@@ -19962,7 +20093,9 @@ For sticky columns to function correctly, the parent table's width must be contr
19962
20093
  id="table-favorites-sortable-favorite-button3"
19963
20094
  aria-labelledby="table-favorites-sortable-node3 table-favorites-sortable-favorite-button3"
19964
20095
  >
19965
- <i class="fas fa-star" aria-hidden="true"></i>
20096
+ <span class="pf-v6-c-button__text">
20097
+ <i class="fas fa-star" aria-hidden="true"></i>
20098
+ </span>
19966
20099
  </button>
19967
20100
  </td>
19968
20101
  <td class="pf-v6-c-table__td" role="cell" data-label="Repository name">
@@ -19987,7 +20120,9 @@ For sticky columns to function correctly, the parent table's width must be contr
19987
20120
  id="table-favorites-sortable-favorite-button2"
19988
20121
  aria-labelledby="table-favorites-sortable-node2 table-favorites-sortable-favorite-button2"
19989
20122
  >
19990
- <i class="fas fa-star" aria-hidden="true"></i>
20123
+ <span class="pf-v6-c-button__text">
20124
+ <i class="fas fa-star" aria-hidden="true"></i>
20125
+ </span>
19991
20126
  </button>
19992
20127
  </td>
19993
20128
  <td class="pf-v6-c-table__td" role="cell" data-label="Repository name">
@@ -20012,7 +20147,9 @@ For sticky columns to function correctly, the parent table's width must be contr
20012
20147
  id="table-favorites-sortable-favorite-button4"
20013
20148
  aria-labelledby="table-favorites-sortable-node4 table-favorites-sortable-favorite-button4"
20014
20149
  >
20015
- <i class="fas fa-star" aria-hidden="true"></i>
20150
+ <span class="pf-v6-c-button__text">
20151
+ <i class="fas fa-star" aria-hidden="true"></i>
20152
+ </span>
20016
20153
  </button>
20017
20154
  </td>
20018
20155
  <td class="pf-v6-c-table__td" role="cell" data-label="Repository name">
@@ -20037,7 +20174,9 @@ For sticky columns to function correctly, the parent table's width must be contr
20037
20174
  id="table-favorites-sortable-favorite-button5"
20038
20175
  aria-labelledby="table-favorites-sortable-node5 table-favorites-sortable-favorite-button5"
20039
20176
  >
20040
- <i class="fas fa-star" aria-hidden="true"></i>
20177
+ <span class="pf-v6-c-button__text">
20178
+ <i class="fas fa-star" aria-hidden="true"></i>
20179
+ </span>
20041
20180
  </button>
20042
20181
  </td>
20043
20182
  <td class="pf-v6-c-table__td" role="cell" data-label="Repository name">
@@ -20122,7 +20261,9 @@ For sticky columns to function correctly, the parent table's width must be contr
20122
20261
  id="table-draggable-rows-row-1-draggable-button"
20123
20262
  aria-labelledby="table-draggable-rows-row-1-draggable-button table-draggable-rows-row-1-node"
20124
20263
  >
20125
- <i class="fas fa-grip-vertical" aria-hidden="true"></i>
20264
+ <span class="pf-v6-c-button__text">
20265
+ <i class="fas fa-grip-vertical" aria-hidden="true"></i>
20266
+ </span>
20126
20267
  </button>
20127
20268
  </td>
20128
20269
  <td class="pf-v6-c-table__td" role="cell" data-label="Repository name">
@@ -20149,7 +20290,9 @@ For sticky columns to function correctly, the parent table's width must be contr
20149
20290
  id="table-draggable-rows-row-2-draggable-button"
20150
20291
  aria-labelledby="table-draggable-rows-row-2-draggable-button table-draggable-rows-row-2-node"
20151
20292
  >
20152
- <i class="fas fa-grip-vertical" aria-hidden="true"></i>
20293
+ <span class="pf-v6-c-button__text">
20294
+ <i class="fas fa-grip-vertical" aria-hidden="true"></i>
20295
+ </span>
20153
20296
  </button>
20154
20297
  </td>
20155
20298
  <td class="pf-v6-c-table__td" role="cell" data-label="Repository name">
@@ -20177,7 +20320,9 @@ For sticky columns to function correctly, the parent table's width must be contr
20177
20320
  id="table-draggable-rows-row-3-draggable-button"
20178
20321
  aria-labelledby="table-draggable-rows-row-3-draggable-button table-draggable-rows-row-3-node"
20179
20322
  >
20180
- <i class="fas fa-grip-vertical" aria-hidden="true"></i>
20323
+ <span class="pf-v6-c-button__text">
20324
+ <i class="fas fa-grip-vertical" aria-hidden="true"></i>
20325
+ </span>
20181
20326
  </button>
20182
20327
  </td>
20183
20328
  <td class="pf-v6-c-table__td" role="cell" data-label="Repository name">
@@ -20204,7 +20349,9 @@ For sticky columns to function correctly, the parent table's width must be contr
20204
20349
  id="table-draggable-rows-row-4-draggable-button"
20205
20350
  aria-labelledby="table-draggable-rows-row-4-draggable-button table-draggable-rows-row-4-node"
20206
20351
  >
20207
- <i class="fas fa-grip-vertical" aria-hidden="true"></i>
20352
+ <span class="pf-v6-c-button__text">
20353
+ <i class="fas fa-grip-vertical" aria-hidden="true"></i>
20354
+ </span>
20208
20355
  </button>
20209
20356
  </td>
20210
20357
  <td class="pf-v6-c-table__td" role="cell" data-label="Repository name">
@@ -20439,9 +20586,11 @@ Basic striped table rows are supported on tables with a single `<tbody>` element
20439
20586
  aria-expanded="true"
20440
20587
  aria-label="Toggle row"
20441
20588
  >
20442
- <div class="pf-v6-c-table__toggle-icon">
20443
- <i class="fas fa-angle-down" aria-hidden="true"></i>
20444
- </div>
20589
+ <span class="pf-v6-c-button__text">
20590
+ <div class="pf-v6-c-table__toggle-icon">
20591
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
20592
+ </div>
20593
+ </span>
20445
20594
  </button>
20446
20595
  </td>
20447
20596
 
@@ -20520,9 +20669,11 @@ Basic striped table rows are supported on tables with a single `<tbody>` element
20520
20669
  type="button"
20521
20670
  aria-label="Toggle row"
20522
20671
  >
20523
- <div class="pf-v6-c-table__toggle-icon">
20524
- <i class="fas fa-angle-down" aria-hidden="true"></i>
20525
- </div>
20672
+ <span class="pf-v6-c-button__text">
20673
+ <div class="pf-v6-c-table__toggle-icon">
20674
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
20675
+ </div>
20676
+ </span>
20526
20677
  </button>
20527
20678
  </td>
20528
20679
 
@@ -20594,9 +20745,11 @@ Basic striped table rows are supported on tables with a single `<tbody>` element
20594
20745
  aria-expanded="true"
20595
20746
  aria-label="Toggle row"
20596
20747
  >
20597
- <div class="pf-v6-c-table__toggle-icon">
20598
- <i class="fas fa-angle-down" aria-hidden="true"></i>
20599
- </div>
20748
+ <span class="pf-v6-c-button__text">
20749
+ <div class="pf-v6-c-table__toggle-icon">
20750
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
20751
+ </div>
20752
+ </span>
20600
20753
  </button>
20601
20754
  </td>
20602
20755
 
@@ -20671,9 +20824,11 @@ Basic striped table rows are supported on tables with a single `<tbody>` element
20671
20824
  aria-expanded="true"
20672
20825
  aria-label="Toggle row"
20673
20826
  >
20674
- <div class="pf-v6-c-table__toggle-icon">
20675
- <i class="fas fa-angle-down" aria-hidden="true"></i>
20676
- </div>
20827
+ <span class="pf-v6-c-button__text">
20828
+ <div class="pf-v6-c-table__toggle-icon">
20829
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
20830
+ </div>
20831
+ </span>
20677
20832
  </button>
20678
20833
  </td>
20679
20834