@patternfly/patternfly 6.0.0-alpha.174 → 6.0.0-alpha.175

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 (91) hide show
  1. package/components/Button/button.css +5 -1
  2. package/components/Button/button.scss +5 -1
  3. package/components/Card/card.css +2 -2
  4. package/components/Card/card.scss +1 -1
  5. package/components/ClipboardCopy/clipboard-copy.css +2 -2
  6. package/components/ClipboardCopy/clipboard-copy.scss +2 -2
  7. package/components/JumpLinks/jump-links.css +0 -7
  8. package/components/JumpLinks/jump-links.scss +0 -9
  9. package/components/Label/label.css +2 -2
  10. package/components/Label/label.scss +2 -2
  11. package/components/NumberInput/number-input.css +0 -1
  12. package/components/NumberInput/number-input.scss +0 -1
  13. package/components/Tabs/tabs.css +1 -18
  14. package/components/Tabs/tabs.scss +1 -18
  15. package/components/_index.css +12 -33
  16. package/docs/components/AboutModalBox/examples/AboutModalBox.md +1 -1
  17. package/docs/components/ActionList/examples/ActionList.md +7 -7
  18. package/docs/components/Alert/examples/Alert.md +44 -46
  19. package/docs/components/BackToTop/examples/BackToTop.md +3 -5
  20. package/docs/components/Banner/examples/Banner.md +1 -1
  21. package/docs/components/Button/examples/Button.md +35 -35
  22. package/docs/components/CalendarMonth/examples/CalendarMonth.md +8 -8
  23. package/docs/components/Card/examples/Card.md +36 -20
  24. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +32 -29
  25. package/docs/components/CodeBlock/examples/CodeBlock.md +6 -6
  26. package/docs/components/CodeEditor/examples/CodeEditor.md +18 -21
  27. package/docs/components/DataList/examples/DataList.md +17 -17
  28. package/docs/components/DatePicker/examples/DatePicker.md +6 -6
  29. package/docs/components/DescriptionList/examples/DescriptionList.md +100 -150
  30. package/docs/components/Drawer/examples/Drawer.md +19 -19
  31. package/docs/components/DualListSelector/examples/DualListSelector.md +84 -84
  32. package/docs/components/EmptyState/examples/EmptyState.md +6 -6
  33. package/docs/components/Form/examples/Form.md +18 -19
  34. package/docs/components/Hint/examples/Hint.md +2 -2
  35. package/docs/components/InlineEdit/examples/InlineEdit.md +24 -24
  36. package/docs/components/InputGroup/examples/InputGroup.md +2 -2
  37. package/docs/components/JumpLinks/examples/JumpLinks.md +8 -8
  38. package/docs/components/Label/examples/Label.md +217 -217
  39. package/docs/components/LogViewer/examples/LogViewer.md +77 -97
  40. package/docs/components/Login/examples/Login.md +37 -32
  41. package/docs/components/Masthead/examples/masthead.md +6 -6
  42. package/docs/components/Menu/examples/Menu.md +10 -10
  43. package/docs/components/MenuToggle/examples/MenuToggle.md +1 -1
  44. package/docs/components/ModalBox/examples/ModalBox.md +17 -17
  45. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +9 -9
  46. package/docs/components/Nav/examples/Navigation.md +4 -4
  47. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +2 -2
  48. package/docs/components/NumberInput/examples/NumberInput.md +24 -24
  49. package/docs/components/OverflowMenu/examples/overflow-menu.md +6 -6
  50. package/docs/components/Page/examples/Page.md +7 -7
  51. package/docs/components/Pagination/examples/Pagination.md +53 -44
  52. package/docs/components/Popover/examples/Popover.md +30 -15
  53. package/docs/components/Slider/examples/Slider.md +8 -8
  54. package/docs/components/Table/examples/Table.md +433 -203
  55. package/docs/components/Tabs/examples/Tabs.md +364 -358
  56. package/docs/components/TextInputGroup/examples/TextInputGroup.md +364 -404
  57. package/docs/components/Toolbar/examples/Toolbar.md +59 -59
  58. package/docs/components/TreeView/examples/TreeView.md +4 -4
  59. package/docs/components/Wizard/examples/Wizard.md +10 -10
  60. package/docs/demos/AboutModal/examples/AboutModal.md +2 -2
  61. package/docs/demos/Alert/examples/Alert.md +6 -6
  62. package/docs/demos/BackToTop/examples/BackToTop.md +4 -6
  63. package/docs/demos/Banner/examples/Banner.md +2 -2
  64. package/docs/demos/Button/examples/Button.md +1 -1
  65. package/docs/demos/Card/examples/Card.md +54 -79
  66. package/docs/demos/CardView/examples/CardView.md +8 -7
  67. package/docs/demos/Dashboard/examples/Dashboard.md +25 -37
  68. package/docs/demos/DataList/examples/DataList.md +38 -34
  69. package/docs/demos/DescriptionList/examples/DescriptionList.md +4 -4
  70. package/docs/demos/Drawer/examples/Drawer.md +8 -8
  71. package/docs/demos/Form/examples/BasicForms.md +69 -86
  72. package/docs/demos/JumpLinks/examples/JumpLinks.md +14 -20
  73. package/docs/demos/Masthead/examples/Masthead.md +13 -13
  74. package/docs/demos/Modal/examples/Modal.md +15 -15
  75. package/docs/demos/Nav/examples/Nav.md +9 -9
  76. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +5 -5
  77. package/docs/demos/Page/examples/Page.md +9 -9
  78. package/docs/demos/Page/examples/Penta.md +2 -2
  79. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +3 -3
  80. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +4 -4
  81. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +35 -35
  82. package/docs/demos/Skeleton/examples/Skeleton.md +1 -1
  83. package/docs/demos/Table/examples/Table.md +132 -115
  84. package/docs/demos/Tabs/examples/Tabs.md +11 -11
  85. package/docs/demos/Toolbar/examples/Toolbar.md +37 -36
  86. package/docs/demos/Wizard/examples/Wizard.md +22 -23
  87. package/package.json +1 -1
  88. package/patternfly-no-globals.css +12 -33
  89. package/patternfly.css +12 -33
  90. package/patternfly.min.css +1 -1
  91. package/patternfly.min.css.map +1 -1
@@ -204,7 +204,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
204
204
  type="button"
205
205
  aria-label="Remove from list"
206
206
  >
207
- <span class="pf-v6-c-button__text">
207
+ <span class="pf-v6-c-button__icon">
208
208
  <i class="fas fa-times" aria-hidden="true"></i>
209
209
  </span>
210
210
  </button>
@@ -255,7 +255,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
255
255
  type="button"
256
256
  aria-label="Remove from list"
257
257
  >
258
- <span class="pf-v6-c-button__text">
258
+ <span class="pf-v6-c-button__icon">
259
259
  <i class="fas fa-times" aria-hidden="true"></i>
260
260
  </span>
261
261
  </button>
@@ -306,7 +306,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
306
306
  type="button"
307
307
  aria-label="Remove from list"
308
308
  >
309
- <span class="pf-v6-c-button__text">
309
+ <span class="pf-v6-c-button__icon">
310
310
  <i class="fas fa-times" aria-hidden="true"></i>
311
311
  </span>
312
312
  </button>
@@ -411,7 +411,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
411
411
  type="button"
412
412
  aria-label="Remove from list"
413
413
  >
414
- <span class="pf-v6-c-button__text">
414
+ <span class="pf-v6-c-button__icon">
415
415
  <i class="fas fa-times" aria-hidden="true"></i>
416
416
  </span>
417
417
  </button>
@@ -462,7 +462,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
462
462
  type="button"
463
463
  aria-label="Remove from list"
464
464
  >
465
- <span class="pf-v6-c-button__text">
465
+ <span class="pf-v6-c-button__icon">
466
466
  <i class="fas fa-times" aria-hidden="true"></i>
467
467
  </span>
468
468
  </button>
@@ -513,7 +513,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
513
513
  type="button"
514
514
  aria-label="Remove from list"
515
515
  >
516
- <span class="pf-v6-c-button__text">
516
+ <span class="pf-v6-c-button__icon">
517
517
  <i class="fas fa-times" aria-hidden="true"></i>
518
518
  </span>
519
519
  </button>
@@ -618,7 +618,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
618
618
  type="button"
619
619
  aria-label="Remove from list"
620
620
  >
621
- <span class="pf-v6-c-button__text">
621
+ <span class="pf-v6-c-button__icon">
622
622
  <i class="fas fa-times" aria-hidden="true"></i>
623
623
  </span>
624
624
  </button>
@@ -669,7 +669,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
669
669
  type="button"
670
670
  aria-label="Remove from list"
671
671
  >
672
- <span class="pf-v6-c-button__text">
672
+ <span class="pf-v6-c-button__icon">
673
673
  <i class="fas fa-times" aria-hidden="true"></i>
674
674
  </span>
675
675
  </button>
@@ -720,7 +720,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
720
720
  type="button"
721
721
  aria-label="Remove from list"
722
722
  >
723
- <span class="pf-v6-c-button__text">
723
+ <span class="pf-v6-c-button__icon">
724
724
  <i class="fas fa-times" aria-hidden="true"></i>
725
725
  </span>
726
726
  </button>
@@ -580,7 +580,7 @@ cssPrefix: pf-v6-c-nav
580
580
  aria-label="Scroll start"
581
581
  disabled
582
582
  >
583
- <span class="pf-v6-c-button__text">
583
+ <span class="pf-v6-c-button__icon">
584
584
  <i class="fas fa-angle-left" aria-hidden="true"></i>
585
585
  </span>
586
586
  </button>
@@ -618,7 +618,7 @@ cssPrefix: pf-v6-c-nav
618
618
  type="button"
619
619
  aria-label="Scroll end"
620
620
  >
621
- <span class="pf-v6-c-button__text">
621
+ <span class="pf-v6-c-button__icon">
622
622
  <i class="fas fa-angle-right" aria-hidden="true"></i>
623
623
  </span>
624
624
  </button>
@@ -666,7 +666,7 @@ cssPrefix: pf-v6-c-nav
666
666
  aria-label="Scroll start"
667
667
  disabled
668
668
  >
669
- <span class="pf-v6-c-button__text">
669
+ <span class="pf-v6-c-button__icon">
670
670
  <i class="fas fa-angle-left" aria-hidden="true"></i>
671
671
  </span>
672
672
  </button>
@@ -704,7 +704,7 @@ cssPrefix: pf-v6-c-nav
704
704
  type="button"
705
705
  aria-label="Scroll end"
706
706
  >
707
- <span class="pf-v6-c-button__text">
707
+ <span class="pf-v6-c-button__icon">
708
708
  <i class="fas fa-angle-right" aria-hidden="true"></i>
709
709
  </span>
710
710
  </button>
@@ -29,7 +29,7 @@ cssPrefix: pf-v6-c-notification-drawer
29
29
  type="button"
30
30
  aria-label="Close"
31
31
  >
32
- <span class="pf-v6-c-button__text">
32
+ <span class="pf-v6-c-button__icon">
33
33
  <i class="fas fa-times" aria-hidden="true"></i>
34
34
  </span>
35
35
  </button>
@@ -306,7 +306,7 @@ cssPrefix: pf-v6-c-notification-drawer
306
306
  type="button"
307
307
  aria-label="Close"
308
308
  >
309
- <span class="pf-v6-c-button__text">
309
+ <span class="pf-v6-c-button__icon">
310
310
  <i class="fas fa-times" aria-hidden="true"></i>
311
311
  </span>
312
312
  </button>
@@ -15,7 +15,7 @@ cssPrefix: pf-v6-c-number-input
15
15
  type="button"
16
16
  aria-label="Minus"
17
17
  >
18
- <span class="pf-v6-c-button__text">
18
+ <span class="pf-v6-c-button__icon">
19
19
  <span class="pf-v6-c-number-input__icon">
20
20
  <i class="fas fa-minus" aria-hidden="true"></i>
21
21
  </span>
@@ -38,7 +38,7 @@ cssPrefix: pf-v6-c-number-input
38
38
  type="button"
39
39
  aria-label="Plus"
40
40
  >
41
- <span class="pf-v6-c-button__text">
41
+ <span class="pf-v6-c-button__icon">
42
42
  <span class="pf-v6-c-number-input__icon">
43
43
  <i class="fas fa-plus" aria-hidden="true"></i>
44
44
  </span>
@@ -61,7 +61,7 @@ cssPrefix: pf-v6-c-number-input
61
61
  type="button"
62
62
  aria-label="Minus"
63
63
  >
64
- <span class="pf-v6-c-button__text">
64
+ <span class="pf-v6-c-button__icon">
65
65
  <span class="pf-v6-c-number-input__icon">
66
66
  <i class="fas fa-minus" aria-hidden="true"></i>
67
67
  </span>
@@ -84,7 +84,7 @@ cssPrefix: pf-v6-c-number-input
84
84
  type="button"
85
85
  aria-label="Plus"
86
86
  >
87
- <span class="pf-v6-c-button__text">
87
+ <span class="pf-v6-c-button__icon">
88
88
  <span class="pf-v6-c-number-input__icon">
89
89
  <i class="fas fa-plus" aria-hidden="true"></i>
90
90
  </span>
@@ -106,7 +106,7 @@ cssPrefix: pf-v6-c-number-input
106
106
  type="button"
107
107
  aria-label="Minus"
108
108
  >
109
- <span class="pf-v6-c-button__text">
109
+ <span class="pf-v6-c-button__icon">
110
110
  <span class="pf-v6-c-number-input__icon">
111
111
  <i class="fas fa-minus" aria-hidden="true"></i>
112
112
  </span>
@@ -129,7 +129,7 @@ cssPrefix: pf-v6-c-number-input
129
129
  type="button"
130
130
  aria-label="Plus"
131
131
  >
132
- <span class="pf-v6-c-button__text">
132
+ <span class="pf-v6-c-button__icon">
133
133
  <span class="pf-v6-c-number-input__icon">
134
134
  <i class="fas fa-plus" aria-hidden="true"></i>
135
135
  </span>
@@ -153,7 +153,7 @@ cssPrefix: pf-v6-c-number-input
153
153
  aria-label="Minus"
154
154
  disabled
155
155
  >
156
- <span class="pf-v6-c-button__text">
156
+ <span class="pf-v6-c-button__icon">
157
157
  <span class="pf-v6-c-number-input__icon">
158
158
  <i class="fas fa-minus" aria-hidden="true"></i>
159
159
  </span>
@@ -177,7 +177,7 @@ cssPrefix: pf-v6-c-number-input
177
177
  type="button"
178
178
  aria-label="Plus"
179
179
  >
180
- <span class="pf-v6-c-button__text">
180
+ <span class="pf-v6-c-button__icon">
181
181
  <span class="pf-v6-c-number-input__icon">
182
182
  <i class="fas fa-plus" aria-hidden="true"></i>
183
183
  </span>
@@ -201,7 +201,7 @@ cssPrefix: pf-v6-c-number-input
201
201
  type="button"
202
202
  aria-label="Minus"
203
203
  >
204
- <span class="pf-v6-c-button__text">
204
+ <span class="pf-v6-c-button__icon">
205
205
  <span class="pf-v6-c-number-input__icon">
206
206
  <i class="fas fa-minus" aria-hidden="true"></i>
207
207
  </span>
@@ -226,7 +226,7 @@ cssPrefix: pf-v6-c-number-input
226
226
  aria-label="Plus"
227
227
  disabled
228
228
  >
229
- <span class="pf-v6-c-button__text">
229
+ <span class="pf-v6-c-button__icon">
230
230
  <span class="pf-v6-c-number-input__icon">
231
231
  <i class="fas fa-plus" aria-hidden="true"></i>
232
232
  </span>
@@ -251,7 +251,7 @@ cssPrefix: pf-v6-c-number-input
251
251
  aria-label="Minus"
252
252
  disabled
253
253
  >
254
- <span class="pf-v6-c-button__text">
254
+ <span class="pf-v6-c-button__icon">
255
255
  <span class="pf-v6-c-number-input__icon">
256
256
  <i class="fas fa-minus" aria-hidden="true"></i>
257
257
  </span>
@@ -276,7 +276,7 @@ cssPrefix: pf-v6-c-number-input
276
276
  aria-label="Plus"
277
277
  disabled
278
278
  >
279
- <span class="pf-v6-c-button__text">
279
+ <span class="pf-v6-c-button__icon">
280
280
  <span class="pf-v6-c-number-input__icon">
281
281
  <i class="fas fa-plus" aria-hidden="true"></i>
282
282
  </span>
@@ -300,7 +300,7 @@ cssPrefix: pf-v6-c-number-input
300
300
  type="button"
301
301
  aria-label="Minus"
302
302
  >
303
- <span class="pf-v6-c-button__text">
303
+ <span class="pf-v6-c-button__icon">
304
304
  <span class="pf-v6-c-number-input__icon">
305
305
  <i class="fas fa-minus" aria-hidden="true"></i>
306
306
  </span>
@@ -323,7 +323,7 @@ cssPrefix: pf-v6-c-number-input
323
323
  type="button"
324
324
  aria-label="Plus"
325
325
  >
326
- <span class="pf-v6-c-button__text">
326
+ <span class="pf-v6-c-button__icon">
327
327
  <span class="pf-v6-c-number-input__icon">
328
328
  <i class="fas fa-plus" aria-hidden="true"></i>
329
329
  </span>
@@ -342,7 +342,7 @@ cssPrefix: pf-v6-c-number-input
342
342
  type="button"
343
343
  aria-label="Minus"
344
344
  >
345
- <span class="pf-v6-c-button__text">
345
+ <span class="pf-v6-c-button__icon">
346
346
  <span class="pf-v6-c-number-input__icon">
347
347
  <i class="fas fa-minus" aria-hidden="true"></i>
348
348
  </span>
@@ -370,7 +370,7 @@ cssPrefix: pf-v6-c-number-input
370
370
  type="button"
371
371
  aria-label="Plus"
372
372
  >
373
- <span class="pf-v6-c-button__text">
373
+ <span class="pf-v6-c-button__icon">
374
374
  <span class="pf-v6-c-number-input__icon">
375
375
  <i class="fas fa-plus" aria-hidden="true"></i>
376
376
  </span>
@@ -396,7 +396,7 @@ cssPrefix: pf-v6-c-number-input
396
396
  type="button"
397
397
  aria-label="Minus"
398
398
  >
399
- <span class="pf-v6-c-button__text">
399
+ <span class="pf-v6-c-button__icon">
400
400
  <span class="pf-v6-c-number-input__icon">
401
401
  <i class="fas fa-minus" aria-hidden="true"></i>
402
402
  </span>
@@ -419,7 +419,7 @@ cssPrefix: pf-v6-c-number-input
419
419
  type="button"
420
420
  aria-label="Plus"
421
421
  >
422
- <span class="pf-v6-c-button__text">
422
+ <span class="pf-v6-c-button__icon">
423
423
  <span class="pf-v6-c-number-input__icon">
424
424
  <i class="fas fa-plus" aria-hidden="true"></i>
425
425
  </span>
@@ -441,7 +441,7 @@ cssPrefix: pf-v6-c-number-input
441
441
  type="button"
442
442
  aria-label="Minus"
443
443
  >
444
- <span class="pf-v6-c-button__text">
444
+ <span class="pf-v6-c-button__icon">
445
445
  <span class="pf-v6-c-number-input__icon">
446
446
  <i class="fas fa-minus" aria-hidden="true"></i>
447
447
  </span>
@@ -464,7 +464,7 @@ cssPrefix: pf-v6-c-number-input
464
464
  type="button"
465
465
  aria-label="Plus"
466
466
  >
467
- <span class="pf-v6-c-button__text">
467
+ <span class="pf-v6-c-button__icon">
468
468
  <span class="pf-v6-c-number-input__icon">
469
469
  <i class="fas fa-plus" aria-hidden="true"></i>
470
470
  </span>
@@ -486,7 +486,7 @@ cssPrefix: pf-v6-c-number-input
486
486
  type="button"
487
487
  aria-label="Minus"
488
488
  >
489
- <span class="pf-v6-c-button__text">
489
+ <span class="pf-v6-c-button__icon">
490
490
  <span class="pf-v6-c-number-input__icon">
491
491
  <i class="fas fa-minus" aria-hidden="true"></i>
492
492
  </span>
@@ -509,7 +509,7 @@ cssPrefix: pf-v6-c-number-input
509
509
  type="button"
510
510
  aria-label="Plus"
511
511
  >
512
- <span class="pf-v6-c-button__text">
512
+ <span class="pf-v6-c-button__icon">
513
513
  <span class="pf-v6-c-number-input__icon">
514
514
  <i class="fas fa-plus" aria-hidden="true"></i>
515
515
  </span>
@@ -531,7 +531,7 @@ cssPrefix: pf-v6-c-number-input
531
531
  type="button"
532
532
  aria-label="Minus"
533
533
  >
534
- <span class="pf-v6-c-button__text">
534
+ <span class="pf-v6-c-button__icon">
535
535
  <span class="pf-v6-c-number-input__icon">
536
536
  <i class="fas fa-minus" aria-hidden="true"></i>
537
537
  </span>
@@ -554,7 +554,7 @@ cssPrefix: pf-v6-c-number-input
554
554
  type="button"
555
555
  aria-label="Plus"
556
556
  >
557
- <span class="pf-v6-c-button__text">
557
+ <span class="pf-v6-c-button__icon">
558
558
  <span class="pf-v6-c-number-input__icon">
559
559
  <i class="fas fa-plus" aria-hidden="true"></i>
560
560
  </span>
@@ -99,7 +99,7 @@ The overflow menu relies on groups (`.pf-v6-c-overflow-menu__group`) and items (
99
99
  type="button"
100
100
  aria-label="Align left"
101
101
  >
102
- <span class="pf-v6-c-button__text">
102
+ <span class="pf-v6-c-button__icon">
103
103
  <i class="fas fa-align-left" aria-hidden="true"></i>
104
104
  </span>
105
105
  </button>
@@ -110,7 +110,7 @@ The overflow menu relies on groups (`.pf-v6-c-overflow-menu__group`) and items (
110
110
  type="button"
111
111
  aria-label="Align center"
112
112
  >
113
- <span class="pf-v6-c-button__text">
113
+ <span class="pf-v6-c-button__icon">
114
114
  <i class="fas fa-align-center" aria-hidden="true"></i>
115
115
  </span>
116
116
  </button>
@@ -121,7 +121,7 @@ The overflow menu relies on groups (`.pf-v6-c-overflow-menu__group`) and items (
121
121
  type="button"
122
122
  aria-label="Align right"
123
123
  >
124
- <span class="pf-v6-c-button__text">
124
+ <span class="pf-v6-c-button__icon">
125
125
  <i class="fas fa-align-right" aria-hidden="true"></i>
126
126
  </span>
127
127
  </button>
@@ -198,7 +198,7 @@ The action group consists of a primary and secondary action. Any additional acti
198
198
  type="button"
199
199
  aria-label="Align left"
200
200
  >
201
- <span class="pf-v6-c-button__text">
201
+ <span class="pf-v6-c-button__icon">
202
202
  <i class="fas fa-align-left" aria-hidden="true"></i>
203
203
  </span>
204
204
  </button>
@@ -209,7 +209,7 @@ The action group consists of a primary and secondary action. Any additional acti
209
209
  type="button"
210
210
  aria-label="Align center"
211
211
  >
212
- <span class="pf-v6-c-button__text">
212
+ <span class="pf-v6-c-button__icon">
213
213
  <i class="fas fa-align-center" aria-hidden="true"></i>
214
214
  </span>
215
215
  </button>
@@ -220,7 +220,7 @@ The action group consists of a primary and secondary action. Any additional acti
220
220
  type="button"
221
221
  aria-label="Align right"
222
222
  >
223
- <span class="pf-v6-c-button__text">
223
+ <span class="pf-v6-c-button__icon">
224
224
  <i class="fas fa-align-right" aria-hidden="true"></i>
225
225
  </span>
226
226
  </button>
@@ -18,7 +18,7 @@ wrapperTag: div
18
18
  type="button"
19
19
  aria-label="Global navigation"
20
20
  >
21
- <span class="pf-v6-c-button__text">
21
+ <span class="pf-v6-c-button__icon">
22
22
  <i class="fas fa-bars" aria-hidden="true"></i>
23
23
  </span>
24
24
  </button>
@@ -82,7 +82,7 @@ wrapperTag: div
82
82
  type="button"
83
83
  aria-label="Global navigation"
84
84
  >
85
- <span class="pf-v6-c-button__text">
85
+ <span class="pf-v6-c-button__icon">
86
86
  <i class="fas fa-bars" aria-hidden="true"></i>
87
87
  </span>
88
88
  </button>
@@ -132,7 +132,7 @@ wrapperTag: div
132
132
  type="button"
133
133
  aria-label="Global navigation"
134
134
  >
135
- <span class="pf-v6-c-button__text">
135
+ <span class="pf-v6-c-button__icon">
136
136
  <i class="fas fa-bars" aria-hidden="true"></i>
137
137
  </span>
138
138
  </button>
@@ -173,7 +173,7 @@ wrapperTag: div
173
173
  type="button"
174
174
  aria-label="Global navigation"
175
175
  >
176
- <span class="pf-v6-c-button__text">
176
+ <span class="pf-v6-c-button__icon">
177
177
  <i class="fas fa-bars" aria-hidden="true"></i>
178
178
  </span>
179
179
  </button>
@@ -219,7 +219,7 @@ wrapperTag: div
219
219
  type="button"
220
220
  aria-label="Global navigation"
221
221
  >
222
- <span class="pf-v6-c-button__text">
222
+ <span class="pf-v6-c-button__icon">
223
223
  <i class="fas fa-bars" aria-hidden="true"></i>
224
224
  </span>
225
225
  </button>
@@ -276,7 +276,7 @@ wrapperTag: div
276
276
  type="button"
277
277
  aria-label="Global navigation"
278
278
  >
279
- <span class="pf-v6-c-button__text">
279
+ <span class="pf-v6-c-button__icon">
280
280
  <i class="fas fa-bars" aria-hidden="true"></i>
281
281
  </span>
282
282
  </button>
@@ -333,7 +333,7 @@ wrapperTag: div
333
333
  type="button"
334
334
  aria-label="Global navigation"
335
335
  >
336
- <span class="pf-v6-c-button__text">
336
+ <span class="pf-v6-c-button__icon">
337
337
  <i class="fas fa-bars" aria-hidden="true"></i>
338
338
  </span>
339
339
  </button>