@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
@@ -23,7 +23,7 @@ wrapperTag: div
23
23
  type="button"
24
24
  aria-label="Global navigation"
25
25
  >
26
- <span class="pf-v6-c-button__text">
26
+ <span class="pf-v6-c-button__icon">
27
27
  <i class="fas fa-bars" aria-hidden="true"></i>
28
28
  </span>
29
29
  </button>
@@ -397,7 +397,7 @@ wrapperTag: div
397
397
  disabled
398
398
  aria-label="Go to previous page"
399
399
  >
400
- <span class="pf-v6-c-button__text">
400
+ <span class="pf-v6-c-button__icon">
401
401
  <i class="fas fa-angle-left" aria-hidden="true"></i>
402
402
  </span>
403
403
  </button>
@@ -408,7 +408,7 @@ wrapperTag: div
408
408
  type="button"
409
409
  aria-label="Go to next page"
410
410
  >
411
- <span class="pf-v6-c-button__text">
411
+ <span class="pf-v6-c-button__icon">
412
412
  <i class="fas fa-angle-right" aria-hidden="true"></i>
413
413
  </span>
414
414
  </button>
@@ -796,7 +796,7 @@ wrapperTag: div
796
796
  disabled
797
797
  aria-label="Go to first page"
798
798
  >
799
- <span class="pf-v6-c-button__text">
799
+ <span class="pf-v6-c-button__icon">
800
800
  <i class="fas fa-angle-double-left" aria-hidden="true"></i>
801
801
  </span>
802
802
  </button>
@@ -808,7 +808,7 @@ wrapperTag: div
808
808
  disabled
809
809
  aria-label="Go to previous page"
810
810
  >
811
- <span class="pf-v6-c-button__text">
811
+ <span class="pf-v6-c-button__icon">
812
812
  <i class="fas fa-angle-left" aria-hidden="true"></i>
813
813
  </span>
814
814
  </button>
@@ -831,7 +831,7 @@ wrapperTag: div
831
831
  type="button"
832
832
  aria-label="Go to next page"
833
833
  >
834
- <span class="pf-v6-c-button__text">
834
+ <span class="pf-v6-c-button__icon">
835
835
  <i class="fas fa-angle-right" aria-hidden="true"></i>
836
836
  </span>
837
837
  </button>
@@ -840,9 +840,10 @@ wrapperTag: div
840
840
  <button
841
841
  class="pf-v6-c-button pf-m-plain"
842
842
  type="button"
843
+ disabled
843
844
  aria-label="Go to last page"
844
845
  >
845
- <span class="pf-v6-c-button__text">
846
+ <span class="pf-v6-c-button__icon">
846
847
  <i class="fas fa-angle-double-right" aria-hidden="true"></i>
847
848
  </span>
848
849
  </button>
@@ -876,7 +877,7 @@ wrapperTag: div
876
877
  type="button"
877
878
  aria-label="Global navigation"
878
879
  >
879
- <span class="pf-v6-c-button__text">
880
+ <span class="pf-v6-c-button__icon">
880
881
  <i class="fas fa-bars" aria-hidden="true"></i>
881
882
  </span>
882
883
  </button>
@@ -1279,7 +1280,7 @@ wrapperTag: div
1279
1280
  disabled
1280
1281
  aria-label="Go to previous page"
1281
1282
  >
1282
- <span class="pf-v6-c-button__text">
1283
+ <span class="pf-v6-c-button__icon">
1283
1284
  <i class="fas fa-angle-left" aria-hidden="true"></i>
1284
1285
  </span>
1285
1286
  </button>
@@ -1290,7 +1291,7 @@ wrapperTag: div
1290
1291
  type="button"
1291
1292
  aria-label="Go to next page"
1292
1293
  >
1293
- <span class="pf-v6-c-button__text">
1294
+ <span class="pf-v6-c-button__icon">
1294
1295
  <i class="fas fa-angle-right" aria-hidden="true"></i>
1295
1296
  </span>
1296
1297
  </button>
@@ -1660,7 +1661,7 @@ wrapperTag: div
1660
1661
  disabled
1661
1662
  aria-label="Go to first page"
1662
1663
  >
1663
- <span class="pf-v6-c-button__text">
1664
+ <span class="pf-v6-c-button__icon">
1664
1665
  <i class="fas fa-angle-double-left" aria-hidden="true"></i>
1665
1666
  </span>
1666
1667
  </button>
@@ -1672,7 +1673,7 @@ wrapperTag: div
1672
1673
  disabled
1673
1674
  aria-label="Go to previous page"
1674
1675
  >
1675
- <span class="pf-v6-c-button__text">
1676
+ <span class="pf-v6-c-button__icon">
1676
1677
  <i class="fas fa-angle-left" aria-hidden="true"></i>
1677
1678
  </span>
1678
1679
  </button>
@@ -1695,7 +1696,7 @@ wrapperTag: div
1695
1696
  type="button"
1696
1697
  aria-label="Go to next page"
1697
1698
  >
1698
- <span class="pf-v6-c-button__text">
1699
+ <span class="pf-v6-c-button__icon">
1699
1700
  <i class="fas fa-angle-right" aria-hidden="true"></i>
1700
1701
  </span>
1701
1702
  </button>
@@ -1704,9 +1705,10 @@ wrapperTag: div
1704
1705
  <button
1705
1706
  class="pf-v6-c-button pf-m-plain"
1706
1707
  type="button"
1708
+ disabled
1707
1709
  aria-label="Go to last page"
1708
1710
  >
1709
- <span class="pf-v6-c-button__text">
1711
+ <span class="pf-v6-c-button__icon">
1710
1712
  <i class="fas fa-angle-double-right" aria-hidden="true"></i>
1711
1713
  </span>
1712
1714
  </button>
@@ -1740,7 +1742,7 @@ wrapperTag: div
1740
1742
  type="button"
1741
1743
  aria-label="Global navigation"
1742
1744
  >
1743
- <span class="pf-v6-c-button__text">
1745
+ <span class="pf-v6-c-button__icon">
1744
1746
  <i class="fas fa-bars" aria-hidden="true"></i>
1745
1747
  </span>
1746
1748
  </button>
@@ -2024,7 +2026,7 @@ wrapperTag: div
2024
2026
  type="button"
2025
2027
  aria-label="Expand all rows"
2026
2028
  >
2027
- <span class="pf-v6-c-button__text">
2029
+ <span class="pf-v6-c-button__icon">
2028
2030
  <span class="pf-v6-c-icon">
2029
2031
  <span
2030
2032
  class="pf-v6-c-icon__content pf-v6-m-mirror-inline-rtl"
@@ -2199,7 +2201,7 @@ wrapperTag: div
2199
2201
  disabled
2200
2202
  aria-label="Go to previous page"
2201
2203
  >
2202
- <span class="pf-v6-c-button__text">
2204
+ <span class="pf-v6-c-button__icon">
2203
2205
  <i class="fas fa-angle-left" aria-hidden="true"></i>
2204
2206
  </span>
2205
2207
  </button>
@@ -2210,7 +2212,7 @@ wrapperTag: div
2210
2212
  type="button"
2211
2213
  aria-label="Go to next page"
2212
2214
  >
2213
- <span class="pf-v6-c-button__text">
2215
+ <span class="pf-v6-c-button__icon">
2214
2216
  <i class="fas fa-angle-right" aria-hidden="true"></i>
2215
2217
  </span>
2216
2218
  </button>
@@ -2249,7 +2251,7 @@ wrapperTag: div
2249
2251
  aria-expanded="false"
2250
2252
  aria-controls="content-1"
2251
2253
  >
2252
- <span class="pf-v6-c-button__text">
2254
+ <span class="pf-v6-c-button__icon pf-m-start">
2253
2255
  <div class="pf-v6-c-data-list__toggle-icon">
2254
2256
  <i class="fas fa-angle-right" aria-hidden="true"></i>
2255
2257
  </div>
@@ -2752,7 +2754,7 @@ wrapperTag: div
2752
2754
  aria-expanded="false"
2753
2755
  aria-controls="content-2"
2754
2756
  >
2755
- <span class="pf-v6-c-button__text">
2757
+ <span class="pf-v6-c-button__icon pf-m-start">
2756
2758
  <div class="pf-v6-c-data-list__toggle-icon">
2757
2759
  <i class="fas fa-angle-right" aria-hidden="true"></i>
2758
2760
  </div>
@@ -2887,7 +2889,7 @@ wrapperTag: div
2887
2889
  aria-expanded="false"
2888
2890
  aria-controls="content-3"
2889
2891
  >
2890
- <span class="pf-v6-c-button__text">
2892
+ <span class="pf-v6-c-button__icon pf-m-start">
2891
2893
  <div class="pf-v6-c-data-list__toggle-icon">
2892
2894
  <i class="fas fa-angle-right" aria-hidden="true"></i>
2893
2895
  </div>
@@ -2947,7 +2949,7 @@ wrapperTag: div
2947
2949
  aria-expanded="false"
2948
2950
  aria-controls="content-4"
2949
2951
  >
2950
- <span class="pf-v6-c-button__text">
2952
+ <span class="pf-v6-c-button__icon pf-m-start">
2951
2953
  <div class="pf-v6-c-data-list__toggle-icon">
2952
2954
  <i class="fas fa-angle-right" aria-hidden="true"></i>
2953
2955
  </div>
@@ -3058,7 +3060,7 @@ wrapperTag: div
3058
3060
  aria-expanded="false"
3059
3061
  aria-controls="content-5"
3060
3062
  >
3061
- <span class="pf-v6-c-button__text">
3063
+ <span class="pf-v6-c-button__icon pf-m-start">
3062
3064
  <div class="pf-v6-c-data-list__toggle-icon">
3063
3065
  <i class="fas fa-angle-right" aria-hidden="true"></i>
3064
3066
  </div>
@@ -3205,7 +3207,7 @@ wrapperTag: div
3205
3207
  disabled
3206
3208
  aria-label="Go to first page"
3207
3209
  >
3208
- <span class="pf-v6-c-button__text">
3210
+ <span class="pf-v6-c-button__icon">
3209
3211
  <i class="fas fa-angle-double-left" aria-hidden="true"></i>
3210
3212
  </span>
3211
3213
  </button>
@@ -3217,7 +3219,7 @@ wrapperTag: div
3217
3219
  disabled
3218
3220
  aria-label="Go to previous page"
3219
3221
  >
3220
- <span class="pf-v6-c-button__text">
3222
+ <span class="pf-v6-c-button__icon">
3221
3223
  <i class="fas fa-angle-left" aria-hidden="true"></i>
3222
3224
  </span>
3223
3225
  </button>
@@ -3240,7 +3242,7 @@ wrapperTag: div
3240
3242
  type="button"
3241
3243
  aria-label="Go to next page"
3242
3244
  >
3243
- <span class="pf-v6-c-button__text">
3245
+ <span class="pf-v6-c-button__icon">
3244
3246
  <i class="fas fa-angle-right" aria-hidden="true"></i>
3245
3247
  </span>
3246
3248
  </button>
@@ -3249,9 +3251,10 @@ wrapperTag: div
3249
3251
  <button
3250
3252
  class="pf-v6-c-button pf-m-plain"
3251
3253
  type="button"
3254
+ disabled
3252
3255
  aria-label="Go to last page"
3253
3256
  >
3254
- <span class="pf-v6-c-button__text">
3257
+ <span class="pf-v6-c-button__icon">
3255
3258
  <i class="fas fa-angle-double-right" aria-hidden="true"></i>
3256
3259
  </span>
3257
3260
  </button>
@@ -3288,7 +3291,7 @@ wrapperTag: div
3288
3291
  type="button"
3289
3292
  aria-label="Global navigation"
3290
3293
  >
3291
- <span class="pf-v6-c-button__text">
3294
+ <span class="pf-v6-c-button__icon">
3292
3295
  <i class="fas fa-bars" aria-hidden="true"></i>
3293
3296
  </span>
3294
3297
  </button>
@@ -3703,7 +3706,7 @@ wrapperTag: div
3703
3706
  disabled
3704
3707
  aria-label="Go to previous page"
3705
3708
  >
3706
- <span class="pf-v6-c-button__text">
3709
+ <span class="pf-v6-c-button__icon">
3707
3710
  <i class="fas fa-angle-left" aria-hidden="true"></i>
3708
3711
  </span>
3709
3712
  </button>
@@ -3714,7 +3717,7 @@ wrapperTag: div
3714
3717
  type="button"
3715
3718
  aria-label="Go to next page"
3716
3719
  >
3717
- <span class="pf-v6-c-button__text">
3720
+ <span class="pf-v6-c-button__icon">
3718
3721
  <i class="fas fa-angle-right" aria-hidden="true"></i>
3719
3722
  </span>
3720
3723
  </button>
@@ -4102,7 +4105,7 @@ wrapperTag: div
4102
4105
  disabled
4103
4106
  aria-label="Go to first page"
4104
4107
  >
4105
- <span class="pf-v6-c-button__text">
4108
+ <span class="pf-v6-c-button__icon">
4106
4109
  <i class="fas fa-angle-double-left" aria-hidden="true"></i>
4107
4110
  </span>
4108
4111
  </button>
@@ -4114,7 +4117,7 @@ wrapperTag: div
4114
4117
  disabled
4115
4118
  aria-label="Go to previous page"
4116
4119
  >
4117
- <span class="pf-v6-c-button__text">
4120
+ <span class="pf-v6-c-button__icon">
4118
4121
  <i class="fas fa-angle-left" aria-hidden="true"></i>
4119
4122
  </span>
4120
4123
  </button>
@@ -4137,7 +4140,7 @@ wrapperTag: div
4137
4140
  type="button"
4138
4141
  aria-label="Go to next page"
4139
4142
  >
4140
- <span class="pf-v6-c-button__text">
4143
+ <span class="pf-v6-c-button__icon">
4141
4144
  <i class="fas fa-angle-right" aria-hidden="true"></i>
4142
4145
  </span>
4143
4146
  </button>
@@ -4146,9 +4149,10 @@ wrapperTag: div
4146
4149
  <button
4147
4150
  class="pf-v6-c-button pf-m-plain"
4148
4151
  type="button"
4152
+ disabled
4149
4153
  aria-label="Go to last page"
4150
4154
  >
4151
- <span class="pf-v6-c-button__text">
4155
+ <span class="pf-v6-c-button__icon">
4152
4156
  <i class="fas fa-angle-double-right" aria-hidden="true"></i>
4153
4157
  </span>
4154
4158
  </button>
@@ -23,7 +23,7 @@ cssPrefix: pf-d-description-list
23
23
  type="button"
24
24
  aria-label="Global navigation"
25
25
  >
26
- <span class="pf-v6-c-button__text">
26
+ <span class="pf-v6-c-button__icon">
27
27
  <i class="fas fa-bars" aria-hidden="true"></i>
28
28
  </span>
29
29
  </button>
@@ -417,7 +417,7 @@ cssPrefix: pf-d-description-list
417
417
  type="button"
418
418
  aria-label="Global navigation"
419
419
  >
420
- <span class="pf-v6-c-button__text">
420
+ <span class="pf-v6-c-button__icon">
421
421
  <i class="fas fa-bars" aria-hidden="true"></i>
422
422
  </span>
423
423
  </button>
@@ -762,7 +762,7 @@ cssPrefix: pf-d-description-list
762
762
  type="button"
763
763
  aria-label="Close drawer panel"
764
764
  >
765
- <span class="pf-v6-c-button__text">
765
+ <span class="pf-v6-c-button__icon">
766
766
  <i class="fas fa-times" aria-hidden="true"></i>
767
767
  </span>
768
768
  </button>
@@ -1082,7 +1082,7 @@ cssPrefix: pf-d-description-list
1082
1082
  type="button"
1083
1083
  aria-label="Global navigation"
1084
1084
  >
1085
- <span class="pf-v6-c-button__text">
1085
+ <span class="pf-v6-c-button__icon">
1086
1086
  <i class="fas fa-bars" aria-hidden="true"></i>
1087
1087
  </span>
1088
1088
  </button>
@@ -23,7 +23,7 @@ wrapperTag: div
23
23
  type="button"
24
24
  aria-label="Global navigation"
25
25
  >
26
- <span class="pf-v6-c-button__text">
26
+ <span class="pf-v6-c-button__icon">
27
27
  <i class="fas fa-bars" aria-hidden="true"></i>
28
28
  </span>
29
29
  </button>
@@ -368,7 +368,7 @@ wrapperTag: div
368
368
  type="button"
369
369
  aria-label="Close drawer panel"
370
370
  >
371
- <span class="pf-v6-c-button__text">
371
+ <span class="pf-v6-c-button__icon">
372
372
  <i class="fas fa-times" aria-hidden="true"></i>
373
373
  </span>
374
374
  </button>
@@ -521,7 +521,7 @@ wrapperTag: div
521
521
  type="button"
522
522
  aria-label="Global navigation"
523
523
  >
524
- <span class="pf-v6-c-button__text">
524
+ <span class="pf-v6-c-button__icon">
525
525
  <i class="fas fa-bars" aria-hidden="true"></i>
526
526
  </span>
527
527
  </button>
@@ -874,7 +874,7 @@ wrapperTag: div
874
874
  type="button"
875
875
  aria-label="Global navigation"
876
876
  >
877
- <span class="pf-v6-c-button__text">
877
+ <span class="pf-v6-c-button__icon">
878
878
  <i class="fas fa-bars" aria-hidden="true"></i>
879
879
  </span>
880
880
  </button>
@@ -1227,7 +1227,7 @@ wrapperTag: div
1227
1227
  type="button"
1228
1228
  aria-label="Global navigation"
1229
1229
  >
1230
- <span class="pf-v6-c-button__text">
1230
+ <span class="pf-v6-c-button__icon">
1231
1231
  <i class="fas fa-bars" aria-hidden="true"></i>
1232
1232
  </span>
1233
1233
  </button>
@@ -1593,7 +1593,7 @@ wrapperTag: div
1593
1593
  type="button"
1594
1594
  aria-label="Close drawer panel"
1595
1595
  >
1596
- <span class="pf-v6-c-button__text">
1596
+ <span class="pf-v6-c-button__icon">
1597
1597
  <i class="fas fa-times" aria-hidden="true"></i>
1598
1598
  </span>
1599
1599
  </button>
@@ -1632,7 +1632,7 @@ wrapperTag: div
1632
1632
  type="button"
1633
1633
  aria-label="Global navigation"
1634
1634
  >
1635
- <span class="pf-v6-c-button__text">
1635
+ <span class="pf-v6-c-button__icon">
1636
1636
  <i class="fas fa-bars" aria-hidden="true"></i>
1637
1637
  </span>
1638
1638
  </button>
@@ -1998,7 +1998,7 @@ wrapperTag: div
1998
1998
  type="button"
1999
1999
  aria-label="Close drawer panel"
2000
2000
  >
2001
- <span class="pf-v6-c-button__text">
2001
+ <span class="pf-v6-c-button__icon">
2002
2002
  <i class="fas fa-times" aria-hidden="true"></i>
2003
2003
  </span>
2004
2004
  </button>