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

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 (96) 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 -210
  16. package/components/_index.scss +0 -1
  17. package/docs/components/AboutModalBox/examples/AboutModalBox.md +1 -1
  18. package/docs/components/ActionList/examples/ActionList.md +7 -7
  19. package/docs/components/Alert/examples/Alert.md +44 -46
  20. package/docs/components/BackToTop/examples/BackToTop.md +3 -5
  21. package/docs/components/Banner/examples/Banner.md +1 -1
  22. package/docs/components/Button/examples/Button.md +35 -35
  23. package/docs/components/CalendarMonth/examples/CalendarMonth.md +8 -8
  24. package/docs/components/Card/examples/Card.md +36 -20
  25. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +32 -29
  26. package/docs/components/CodeBlock/examples/CodeBlock.md +6 -6
  27. package/docs/components/CodeEditor/examples/CodeEditor.md +18 -21
  28. package/docs/components/DataList/examples/DataList.md +17 -17
  29. package/docs/components/DatePicker/examples/DatePicker.md +6 -6
  30. package/docs/components/DescriptionList/examples/DescriptionList.md +100 -150
  31. package/docs/components/Drawer/examples/Drawer.md +19 -19
  32. package/docs/components/DualListSelector/examples/DualListSelector.md +84 -84
  33. package/docs/components/EmptyState/examples/EmptyState.md +6 -6
  34. package/docs/components/Form/examples/Form.md +18 -19
  35. package/docs/components/Hint/examples/Hint.md +2 -2
  36. package/docs/components/InlineEdit/examples/InlineEdit.md +24 -24
  37. package/docs/components/InputGroup/examples/InputGroup.md +2 -2
  38. package/docs/components/JumpLinks/examples/JumpLinks.md +8 -8
  39. package/docs/components/Label/examples/Label.md +217 -217
  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 -210
  89. package/patternfly.css +12 -210
  90. package/patternfly.min.css +1 -1
  91. package/patternfly.min.css.map +1 -1
  92. package/sass-utilities/namespaces-components.scss +0 -3
  93. package/components/LogViewer/log-viewer.css +0 -176
  94. package/components/LogViewer/log-viewer.scss +0 -219
  95. package/docs/components/LogViewer/examples/LogViewer.css +0 -24
  96. package/docs/components/LogViewer/examples/LogViewer.md +0 -3070
@@ -26,7 +26,7 @@ wrapperTag: div
26
26
  type="button"
27
27
  aria-label="Global navigation"
28
28
  >
29
- <span class="pf-v6-c-button__text">
29
+ <span class="pf-v6-c-button__icon">
30
30
  <i class="fas fa-bars" aria-hidden="true"></i>
31
31
  </span>
32
32
  </button>
@@ -432,7 +432,7 @@ wrapperTag: div
432
432
  type="button"
433
433
  aria-label="Sort"
434
434
  >
435
- <span class="pf-v6-c-button__text">
435
+ <span class="pf-v6-c-button__icon">
436
436
  <i
437
437
  class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
438
438
  aria-hidden="true"
@@ -517,7 +517,7 @@ wrapperTag: div
517
517
  disabled
518
518
  aria-label="Go to previous page"
519
519
  >
520
- <span class="pf-v6-c-button__text">
520
+ <span class="pf-v6-c-button__icon">
521
521
  <i
522
522
  class="fas fa-angle-left"
523
523
  aria-hidden="true"
@@ -533,7 +533,7 @@ wrapperTag: div
533
533
  type="button"
534
534
  aria-label="Go to next page"
535
535
  >
536
- <span class="pf-v6-c-button__text">
536
+ <span class="pf-v6-c-button__icon">
537
537
  <i
538
538
  class="fas fa-angle-right"
539
539
  aria-hidden="true"
@@ -983,7 +983,7 @@ wrapperTag: div
983
983
  type="button"
984
984
  aria-label="Close drawer panel"
985
985
  >
986
- <span class="pf-v6-c-button__text">
986
+ <span class="pf-v6-c-button__icon">
987
987
  <i class="fas fa-times" aria-hidden="true"></i>
988
988
  </span>
989
989
  </button>
@@ -1014,7 +1014,7 @@ wrapperTag: div
1014
1014
  type="button"
1015
1015
  aria-label="Scroll left"
1016
1016
  >
1017
- <span class="pf-v6-c-button__text">
1017
+ <span class="pf-v6-c-button__icon">
1018
1018
  <i class="fas fa-angle-left" aria-hidden="true"></i>
1019
1019
  </span>
1020
1020
  </button>
@@ -1052,7 +1052,7 @@ wrapperTag: div
1052
1052
  type="button"
1053
1053
  aria-label="Scroll right"
1054
1054
  >
1055
- <span class="pf-v6-c-button__text">
1055
+ <span class="pf-v6-c-button__icon">
1056
1056
  <i class="fas fa-angle-right" aria-hidden="true"></i>
1057
1057
  </span>
1058
1058
  </button>
@@ -1183,7 +1183,7 @@ wrapperTag: div
1183
1183
  type="button"
1184
1184
  aria-label="Global navigation"
1185
1185
  >
1186
- <span class="pf-v6-c-button__text">
1186
+ <span class="pf-v6-c-button__icon">
1187
1187
  <i class="fas fa-bars" aria-hidden="true"></i>
1188
1188
  </span>
1189
1189
  </button>
@@ -1589,7 +1589,7 @@ wrapperTag: div
1589
1589
  type="button"
1590
1590
  aria-label="Sort"
1591
1591
  >
1592
- <span class="pf-v6-c-button__text">
1592
+ <span class="pf-v6-c-button__icon">
1593
1593
  <i
1594
1594
  class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
1595
1595
  aria-hidden="true"
@@ -1674,7 +1674,7 @@ wrapperTag: div
1674
1674
  disabled
1675
1675
  aria-label="Go to previous page"
1676
1676
  >
1677
- <span class="pf-v6-c-button__text">
1677
+ <span class="pf-v6-c-button__icon">
1678
1678
  <i
1679
1679
  class="fas fa-angle-left"
1680
1680
  aria-hidden="true"
@@ -1690,7 +1690,7 @@ wrapperTag: div
1690
1690
  type="button"
1691
1691
  aria-label="Go to next page"
1692
1692
  >
1693
- <span class="pf-v6-c-button__text">
1693
+ <span class="pf-v6-c-button__icon">
1694
1694
  <i
1695
1695
  class="fas fa-angle-right"
1696
1696
  aria-hidden="true"
@@ -2140,7 +2140,7 @@ wrapperTag: div
2140
2140
  type="button"
2141
2141
  aria-label="Close drawer panel"
2142
2142
  >
2143
- <span class="pf-v6-c-button__text">
2143
+ <span class="pf-v6-c-button__icon">
2144
2144
  <i class="fas fa-times" aria-hidden="true"></i>
2145
2145
  </span>
2146
2146
  </button>
@@ -2259,7 +2259,7 @@ wrapperTag: div
2259
2259
  type="button"
2260
2260
  aria-label="Global navigation"
2261
2261
  >
2262
- <span class="pf-v6-c-button__text">
2262
+ <span class="pf-v6-c-button__icon">
2263
2263
  <i class="fas fa-bars" aria-hidden="true"></i>
2264
2264
  </span>
2265
2265
  </button>
@@ -2609,7 +2609,7 @@ wrapperTag: div
2609
2609
  type="button"
2610
2610
  aria-label="Sort"
2611
2611
  >
2612
- <span class="pf-v6-c-button__text">
2612
+ <span class="pf-v6-c-button__icon">
2613
2613
  <i
2614
2614
  class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
2615
2615
  aria-hidden="true"
@@ -2694,7 +2694,7 @@ wrapperTag: div
2694
2694
  disabled
2695
2695
  aria-label="Go to previous page"
2696
2696
  >
2697
- <span class="pf-v6-c-button__text">
2697
+ <span class="pf-v6-c-button__icon">
2698
2698
  <i
2699
2699
  class="fas fa-angle-left"
2700
2700
  aria-hidden="true"
@@ -2710,7 +2710,7 @@ wrapperTag: div
2710
2710
  type="button"
2711
2711
  aria-label="Go to next page"
2712
2712
  >
2713
- <span class="pf-v6-c-button__text">
2713
+ <span class="pf-v6-c-button__icon">
2714
2714
  <i
2715
2715
  class="fas fa-angle-right"
2716
2716
  aria-hidden="true"
@@ -3160,7 +3160,7 @@ wrapperTag: div
3160
3160
  type="button"
3161
3161
  aria-label="Close drawer panel"
3162
3162
  >
3163
- <span class="pf-v6-c-button__text">
3163
+ <span class="pf-v6-c-button__icon">
3164
3164
  <i class="fas fa-times" aria-hidden="true"></i>
3165
3165
  </span>
3166
3166
  </button>
@@ -3279,7 +3279,7 @@ wrapperTag: div
3279
3279
  type="button"
3280
3280
  aria-label="Global navigation"
3281
3281
  >
3282
- <span class="pf-v6-c-button__text">
3282
+ <span class="pf-v6-c-button__icon">
3283
3283
  <i class="fas fa-bars" aria-hidden="true"></i>
3284
3284
  </span>
3285
3285
  </button>
@@ -3665,7 +3665,7 @@ wrapperTag: div
3665
3665
  type="button"
3666
3666
  aria-label="Sort"
3667
3667
  >
3668
- <span class="pf-v6-c-button__text">
3668
+ <span class="pf-v6-c-button__icon">
3669
3669
  <i
3670
3670
  class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
3671
3671
  aria-hidden="true"
@@ -3723,11 +3723,11 @@ wrapperTag: div
3723
3723
  >
3724
3724
  <div class="pf-v6-c-toolbar__item">
3725
3725
  <button
3726
- class="pf-v6-c-button pf-m-plain pf-m-active"
3726
+ class="pf-v6-c-button pf-m-plain"
3727
3727
  type="button"
3728
3728
  aria-label="Grid view"
3729
3729
  >
3730
- <span class="pf-v6-c-button__text">
3730
+ <span class="pf-v6-c-button__icon">
3731
3731
  <i class="fas fa-th" aria-hidden="true"></i>
3732
3732
  </span>
3733
3733
  </button>
@@ -3738,7 +3738,7 @@ wrapperTag: div
3738
3738
  type="button"
3739
3739
  aria-label="List view"
3740
3740
  >
3741
- <span class="pf-v6-c-button__text">
3741
+ <span class="pf-v6-c-button__icon">
3742
3742
  <i class="fas fa-list-ul" aria-hidden="true"></i>
3743
3743
  </span>
3744
3744
  </button>
@@ -3779,7 +3779,7 @@ wrapperTag: div
3779
3779
  disabled
3780
3780
  aria-label="Go to previous page"
3781
3781
  >
3782
- <span class="pf-v6-c-button__text">
3782
+ <span class="pf-v6-c-button__icon">
3783
3783
  <i class="fas fa-angle-left" aria-hidden="true"></i>
3784
3784
  </span>
3785
3785
  </button>
@@ -3792,7 +3792,7 @@ wrapperTag: div
3792
3792
  type="button"
3793
3793
  aria-label="Go to next page"
3794
3794
  >
3795
- <span class="pf-v6-c-button__text">
3795
+ <span class="pf-v6-c-button__icon">
3796
3796
  <i
3797
3797
  class="fas fa-angle-right"
3798
3798
  aria-hidden="true"
@@ -4293,7 +4293,7 @@ wrapperTag: div
4293
4293
  type="button"
4294
4294
  aria-label="Close drawer panel"
4295
4295
  >
4296
- <span class="pf-v6-c-button__text">
4296
+ <span class="pf-v6-c-button__icon">
4297
4297
  <i class="fas fa-times" aria-hidden="true"></i>
4298
4298
  </span>
4299
4299
  </button>
@@ -4414,7 +4414,7 @@ wrapperTag: div
4414
4414
  type="button"
4415
4415
  aria-label="Global navigation"
4416
4416
  >
4417
- <span class="pf-v6-c-button__text">
4417
+ <span class="pf-v6-c-button__icon">
4418
4418
  <i class="fas fa-bars" aria-hidden="true"></i>
4419
4419
  </span>
4420
4420
  </button>
@@ -4783,7 +4783,7 @@ wrapperTag: div
4783
4783
  type="button"
4784
4784
  aria-label="Close drawer panel"
4785
4785
  >
4786
- <span class="pf-v6-c-button__text">
4786
+ <span class="pf-v6-c-button__icon">
4787
4787
  <i class="fas fa-times" aria-hidden="true"></i>
4788
4788
  </span>
4789
4789
  </button>
@@ -4901,7 +4901,7 @@ wrapperTag: div
4901
4901
  type="button"
4902
4902
  aria-label="Global navigation"
4903
4903
  >
4904
- <span class="pf-v6-c-button__text">
4904
+ <span class="pf-v6-c-button__icon">
4905
4905
  <i class="fas fa-bars" aria-hidden="true"></i>
4906
4906
  </span>
4907
4907
  </button>
@@ -5431,7 +5431,7 @@ wrapperTag: div
5431
5431
  type="button"
5432
5432
  aria-label="Close drawer panel"
5433
5433
  >
5434
- <span class="pf-v6-c-button__text">
5434
+ <span class="pf-v6-c-button__icon">
5435
5435
  <i class="fas fa-times" aria-hidden="true"></i>
5436
5436
  </span>
5437
5437
  </button>
@@ -5548,7 +5548,7 @@ wrapperTag: div
5548
5548
  type="button"
5549
5549
  aria-label="Global navigation"
5550
5550
  >
5551
- <span class="pf-v6-c-button__text">
5551
+ <span class="pf-v6-c-button__icon">
5552
5552
  <i class="fas fa-bars" aria-hidden="true"></i>
5553
5553
  </span>
5554
5554
  </button>
@@ -5926,7 +5926,7 @@ wrapperTag: div
5926
5926
  disabled
5927
5927
  aria-label="Go to previous page"
5928
5928
  >
5929
- <span class="pf-v6-c-button__text">
5929
+ <span class="pf-v6-c-button__icon">
5930
5930
  <i class="fas fa-angle-left" aria-hidden="true"></i>
5931
5931
  </span>
5932
5932
  </button>
@@ -5939,7 +5939,7 @@ wrapperTag: div
5939
5939
  type="button"
5940
5940
  aria-label="Go to next page"
5941
5941
  >
5942
- <span class="pf-v6-c-button__text">
5942
+ <span class="pf-v6-c-button__icon">
5943
5943
  <i
5944
5944
  class="fas fa-angle-right"
5945
5945
  aria-hidden="true"
@@ -6366,7 +6366,7 @@ wrapperTag: div
6366
6366
  type="button"
6367
6367
  aria-label="Close drawer panel"
6368
6368
  >
6369
- <span class="pf-v6-c-button__text">
6369
+ <span class="pf-v6-c-button__icon">
6370
6370
  <i class="fas fa-times" aria-hidden="true"></i>
6371
6371
  </span>
6372
6372
  </button>
@@ -6397,7 +6397,7 @@ wrapperTag: div
6397
6397
  type="button"
6398
6398
  aria-label="Scroll left"
6399
6399
  >
6400
- <span class="pf-v6-c-button__text">
6400
+ <span class="pf-v6-c-button__icon">
6401
6401
  <i class="fas fa-angle-left" aria-hidden="true"></i>
6402
6402
  </span>
6403
6403
  </button>
@@ -6435,7 +6435,7 @@ wrapperTag: div
6435
6435
  type="button"
6436
6436
  aria-label="Scroll right"
6437
6437
  >
6438
- <span class="pf-v6-c-button__text">
6438
+ <span class="pf-v6-c-button__icon">
6439
6439
  <i class="fas fa-angle-right" aria-hidden="true"></i>
6440
6440
  </span>
6441
6441
  </button>
@@ -22,7 +22,7 @@ section: components
22
22
  type="button"
23
23
  aria-label="Global navigation"
24
24
  >
25
- <span class="pf-v6-c-button__text">
25
+ <span class="pf-v6-c-button__icon">
26
26
  <i class="fas fa-bars" aria-hidden="true"></i>
27
27
  </span>
28
28
  </button>