@patternfly/patternfly 6.1.0-prerelease.1 → 6.1.0-prerelease.3

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 (60) hide show
  1. package/README.md +5 -5
  2. package/components/CodeEditor/code-editor.css +15 -0
  3. package/components/CodeEditor/code-editor.scss +16 -1
  4. package/components/Content/content.css +9 -0
  5. package/components/Content/content.scss +7 -0
  6. package/components/Label/label-group.css +12 -0
  7. package/components/Label/label-group.scss +14 -0
  8. package/components/Label/label.css +2 -0
  9. package/components/Label/label.scss +2 -0
  10. package/components/MenuToggle/menu-toggle.css +3 -7
  11. package/components/MenuToggle/menu-toggle.scss +3 -8
  12. package/components/Table/table-grid.css +12 -12
  13. package/components/Table/table-grid.scss +4 -4
  14. package/components/Table/table-tree-view.css +4 -4
  15. package/components/Table/table-tree-view.scss +4 -4
  16. package/components/Table/table.css +1 -0
  17. package/components/Table/table.scss +2 -0
  18. package/components/Title/title.css +4 -0
  19. package/components/Title/title.scss +7 -0
  20. package/components/Wizard/wizard.css +1 -1
  21. package/components/Wizard/wizard.scss +1 -1
  22. package/components/_index.css +63 -24
  23. package/docs/components/CodeEditor/examples/CodeEditor.css +3 -0
  24. package/docs/components/CodeEditor/examples/CodeEditor.md +158 -7
  25. package/docs/components/Content/examples/Content.md +8 -7
  26. package/docs/components/InlineEdit/examples/InlineEdit.md +3 -18
  27. package/docs/components/Label/examples/Label.css +12 -0
  28. package/docs/components/Label/examples/Label.md +127 -0
  29. package/docs/components/MenuToggle/examples/MenuToggle.md +1193 -536
  30. package/docs/components/Table/examples/Table.md +465 -2523
  31. package/docs/components/Title/examples/Title.md +10 -0
  32. package/docs/demos/AboutModal/examples/AboutModal.md +2 -4
  33. package/docs/demos/Alert/examples/Alert.md +6 -12
  34. package/docs/demos/BackToTop/examples/BackToTop.md +2 -4
  35. package/docs/demos/Banner/examples/Banner.md +4 -8
  36. package/docs/demos/Card/examples/Card.css +4 -0
  37. package/docs/demos/Card/examples/Card.md +13 -21
  38. package/docs/demos/CardView/examples/CardView.md +2 -4
  39. package/docs/demos/Dashboard/examples/Dashboard.md +2 -4
  40. package/docs/demos/DataList/examples/DataList.md +13 -46
  41. package/docs/demos/DescriptionList/examples/DescriptionList.md +11 -42
  42. package/docs/demos/Drawer/examples/Drawer.md +6 -12
  43. package/docs/demos/JumpLinks/examples/JumpLinks.md +8 -16
  44. package/docs/demos/Masthead/examples/Masthead.md +18 -36
  45. package/docs/demos/Modal/examples/Modal.md +12 -24
  46. package/docs/demos/Nav/examples/Nav.md +12 -24
  47. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +10 -20
  48. package/docs/demos/Page/examples/Page.md +24 -48
  49. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +14 -28
  50. package/docs/demos/Skeleton/examples/Skeleton.md +2 -4
  51. package/docs/demos/Table/examples/Table.md +191 -984
  52. package/docs/demos/Tabs/examples/Tabs.md +18 -60
  53. package/docs/demos/Toolbar/examples/Toolbar.md +16 -80
  54. package/docs/demos/Wizard/examples/Wizard.md +18 -36
  55. package/package.json +3 -3
  56. package/patternfly-no-globals.css +63 -24
  57. package/patternfly.css +63 -24
  58. package/patternfly.min.css +1 -1
  59. package/patternfly.min.css.map +1 -1
  60. package/sass-utilities/functions.scss +6 -0
@@ -259,10 +259,8 @@ section: components
259
259
  </section>
260
260
  <section class="pf-v6-c-page__main-section pf-m-limit-width">
261
261
  <div class="pf-v6-c-page__main-body">
262
- <div class="pf-v6-c-content">
263
- <h1>Main title</h1>
264
- <p>This is a full page demo.</p>
265
- </div>
262
+ <h1 class="pf-v6-c-content--h1 pf-m-page-title">Main title</h1>
263
+ <p class="pf-v6-c-content--p">This is a full page demo.</p>
266
264
  </div>
267
265
  </section>
268
266
 
@@ -827,10 +825,8 @@ section: components
827
825
  </section>
828
826
  <section class="pf-v6-c-page__main-section pf-m-limit-width">
829
827
  <div class="pf-v6-c-page__main-body">
830
- <div class="pf-v6-c-content">
831
- <h1>Main title</h1>
832
- <p>This is a full page demo.</p>
833
- </div>
828
+ <h1 class="pf-v6-c-content--h1 pf-m-page-title">Main title</h1>
829
+ <p class="pf-v6-c-content--p">This is a full page demo.</p>
834
830
  </div>
835
831
  </section>
836
832
  <section class="pf-v6-c-page__main-tabs pf-m-limit-width">
@@ -1396,10 +1392,8 @@ section: components
1396
1392
  </section>
1397
1393
  <section class="pf-v6-c-page__main-section pf-m-limit-width">
1398
1394
  <div class="pf-v6-c-page__main-body">
1399
- <div class="pf-v6-c-content">
1400
- <h1>Main title</h1>
1401
- <p>This is a full page demo.</p>
1402
- </div>
1395
+ <h1 class="pf-v6-c-content--h1 pf-m-page-title">Main title</h1>
1396
+ <p class="pf-v6-c-content--p">This is a full page demo.</p>
1403
1397
  </div>
1404
1398
  </section>
1405
1399
  <section class="pf-v6-c-page__main-tabs pf-m-limit-width">
@@ -1884,10 +1878,8 @@ section: components
1884
1878
  </section>
1885
1879
  <section class="pf-v6-c-page__main-section pf-m-limit-width">
1886
1880
  <div class="pf-v6-c-page__main-body">
1887
- <div class="pf-v6-c-content">
1888
- <h1>Main title</h1>
1889
- <p>This is a full page demo.</p>
1890
- </div>
1881
+ <h1 class="pf-v6-c-content--h1 pf-m-page-title">Main title</h1>
1882
+ <p class="pf-v6-c-content--p">This is a full page demo.</p>
1891
1883
  </div>
1892
1884
  </section>
1893
1885
  <section class="pf-v6-c-page__main-section">
@@ -2007,12 +1999,7 @@ section: components
2007
1999
  id="table-tabs-example-table"
2008
2000
  >
2009
2001
  <thead class="pf-v6-c-table__thead">
2010
- <tr
2011
- class="pf-v6-c-table__tr"
2012
- role&#x26;#x3D;&#x26;quot;row&#x26;quot;
2013
- [object
2014
- Object]
2015
- >
2002
+ <tr class="pf-v6-c-table__tr" role="row">
2016
2003
  <th
2017
2004
  class="pf-v6-c-table__th pf-v6-c-table__check"
2018
2005
  aria-label="Row select"
@@ -2074,12 +2061,7 @@ section: components
2074
2061
  </thead>
2075
2062
 
2076
2063
  <tbody class="pf-v6-c-table__tbody" role="rowgroup">
2077
- <tr
2078
- class="pf-v6-c-table__tr"
2079
- role&#x26;#x3D;&#x26;quot;row&#x26;quot;
2080
- [object
2081
- Object]
2082
- >
2064
+ <tr class="pf-v6-c-table__tr" role="row">
2083
2065
  <td
2084
2066
  class="pf-v6-c-table__td pf-v6-c-table__check"
2085
2067
  aria-label="Check row"
@@ -2171,12 +2153,7 @@ section: components
2171
2153
  </td>
2172
2154
  </tr>
2173
2155
 
2174
- <tr
2175
- class="pf-v6-c-table__tr pf-m-selected"
2176
- role&#x26;#x3D;&#x26;quot;row&#x26;quot;
2177
- [object
2178
- Object]
2179
- >
2156
+ <tr class="pf-v6-c-table__tr pf-m-selected" role="row">
2180
2157
  <td
2181
2158
  class="pf-v6-c-table__td pf-v6-c-table__check"
2182
2159
  aria-label="Check row"
@@ -2268,12 +2245,7 @@ section: components
2268
2245
  </td>
2269
2246
  </tr>
2270
2247
 
2271
- <tr
2272
- class="pf-v6-c-table__tr"
2273
- role&#x26;#x3D;&#x26;quot;row&#x26;quot;
2274
- [object
2275
- Object]
2276
- >
2248
+ <tr class="pf-v6-c-table__tr" role="row">
2277
2249
  <td
2278
2250
  class="pf-v6-c-table__td pf-v6-c-table__check"
2279
2251
  aria-label="Check row"
@@ -2365,12 +2337,7 @@ section: components
2365
2337
  </td>
2366
2338
  </tr>
2367
2339
 
2368
- <tr
2369
- class="pf-v6-c-table__tr"
2370
- role&#x26;#x3D;&#x26;quot;row&#x26;quot;
2371
- [object
2372
- Object]
2373
- >
2340
+ <tr class="pf-v6-c-table__tr" role="row">
2374
2341
  <td
2375
2342
  class="pf-v6-c-table__td pf-v6-c-table__check"
2376
2343
  aria-label="Check row"
@@ -2462,12 +2429,7 @@ section: components
2462
2429
  </td>
2463
2430
  </tr>
2464
2431
 
2465
- <tr
2466
- class="pf-v6-c-table__tr"
2467
- role&#x26;#x3D;&#x26;quot;row&#x26;quot;
2468
- [object
2469
- Object]
2470
- >
2432
+ <tr class="pf-v6-c-table__tr" role="row">
2471
2433
  <td
2472
2434
  class="pf-v6-c-table__td pf-v6-c-table__check"
2473
2435
  aria-label="Check row"
@@ -3161,10 +3123,8 @@ section: components
3161
3123
  </section>
3162
3124
  <section class="pf-v6-c-page__main-section pf-m-limit-width">
3163
3125
  <div class="pf-v6-c-page__main-body">
3164
- <div class="pf-v6-c-content">
3165
- <h1>Main title</h1>
3166
- <p>This is a full page demo.</p>
3167
- </div>
3126
+ <h1 class="pf-v6-c-content--h1 pf-m-page-title">Main title</h1>
3127
+ <p class="pf-v6-c-content--p">This is a full page demo.</p>
3168
3128
  </div>
3169
3129
  </section>
3170
3130
  <section class="pf-v6-c-page__main-section">
@@ -3468,10 +3428,8 @@ section: components
3468
3428
  </section>
3469
3429
  <section class="pf-v6-c-page__main-section pf-m-limit-width">
3470
3430
  <div class="pf-v6-c-page__main-body">
3471
- <div class="pf-v6-c-content">
3472
- <h1>Main title</h1>
3473
- <p>This is a full page demo.</p>
3474
- </div>
3431
+ <h1 class="pf-v6-c-content--h1 pf-m-page-title">Main title</h1>
3432
+ <p class="pf-v6-c-content--p">This is a full page demo.</p>
3475
3433
  </div>
3476
3434
  </section>
3477
3435
  <section class="pf-v6-c-page__main-tabs pf-m-limit-width">
@@ -430,10 +430,8 @@ section: components
430
430
  </section>
431
431
  <section class="pf-v6-c-page__main-section pf-m-limit-width">
432
432
  <div class="pf-v6-c-page__main-body">
433
- <div class="pf-v6-c-content">
434
- <h1>Main title</h1>
435
- <p>This is a full page demo.</p>
436
- </div>
433
+ <h1 class="pf-v6-c-content--h1 pf-m-page-title">Main title</h1>
434
+ <p class="pf-v6-c-content--p">This is a full page demo.</p>
437
435
  </div>
438
436
  </section>
439
437
  <section class="pf-v6-c-page__main-section">
@@ -652,12 +650,7 @@ section: components
652
650
  id="-table-table"
653
651
  >
654
652
  <thead class="pf-v6-c-table__thead">
655
- <tr
656
- class="pf-v6-c-table__tr"
657
- role&#x26;#x3D;&#x26;quot;row&#x26;quot;
658
- [object
659
- Object]
660
- >
653
+ <tr class="pf-v6-c-table__tr" role="row">
661
654
  <th
662
655
  class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
663
656
  role="columnheader"
@@ -715,12 +708,7 @@ section: components
715
708
  </thead>
716
709
 
717
710
  <tbody class="pf-v6-c-table__tbody" role="rowgroup">
718
- <tr
719
- class="pf-v6-c-table__tr"
720
- role&#x26;#x3D;&#x26;quot;row&#x26;quot;
721
- [object
722
- Object]
723
- >
711
+ <tr class="pf-v6-c-table__tr" role="row">
724
712
  <td
725
713
  class="pf-v6-c-table__td pf-v6-c-table__check"
726
714
  aria-label="Check row"
@@ -796,12 +784,7 @@ section: components
796
784
  </td>
797
785
  </tr>
798
786
 
799
- <tr
800
- class="pf-v6-c-table__tr"
801
- role&#x26;#x3D;&#x26;quot;row&#x26;quot;
802
- [object
803
- Object]
804
- >
787
+ <tr class="pf-v6-c-table__tr" role="row">
805
788
  <td
806
789
  class="pf-v6-c-table__td pf-v6-c-table__check"
807
790
  aria-label="Check row"
@@ -877,12 +860,7 @@ section: components
877
860
  </td>
878
861
  </tr>
879
862
 
880
- <tr
881
- class="pf-v6-c-table__tr"
882
- role&#x26;#x3D;&#x26;quot;row&#x26;quot;
883
- [object
884
- Object]
885
- >
863
+ <tr class="pf-v6-c-table__tr" role="row">
886
864
  <td
887
865
  class="pf-v6-c-table__td pf-v6-c-table__check"
888
866
  aria-label="Check row"
@@ -958,12 +936,7 @@ section: components
958
936
  </td>
959
937
  </tr>
960
938
 
961
- <tr
962
- class="pf-v6-c-table__tr"
963
- role&#x26;#x3D;&#x26;quot;row&#x26;quot;
964
- [object
965
- Object]
966
- >
939
+ <tr class="pf-v6-c-table__tr" role="row">
967
940
  <td
968
941
  class="pf-v6-c-table__td pf-v6-c-table__check"
969
942
  aria-label="Check row"
@@ -1039,12 +1012,7 @@ section: components
1039
1012
  </td>
1040
1013
  </tr>
1041
1014
 
1042
- <tr
1043
- class="pf-v6-c-table__tr"
1044
- role&#x26;#x3D;&#x26;quot;row&#x26;quot;
1045
- [object
1046
- Object]
1047
- >
1015
+ <tr class="pf-v6-c-table__tr" role="row">
1048
1016
  <td
1049
1017
  class="pf-v6-c-table__td pf-v6-c-table__check"
1050
1018
  aria-label="Check row"
@@ -2738,10 +2706,8 @@ section: components
2738
2706
  </section>
2739
2707
  <section class="pf-v6-c-page__main-section pf-m-limit-width">
2740
2708
  <div class="pf-v6-c-page__main-body">
2741
- <div class="pf-v6-c-content">
2742
- <h1>Main title</h1>
2743
- <p>This is a full page demo.</p>
2744
- </div>
2709
+ <h1 class="pf-v6-c-content--h1 pf-m-page-title">Main title</h1>
2710
+ <p class="pf-v6-c-content--p">This is a full page demo.</p>
2745
2711
  </div>
2746
2712
  </section>
2747
2713
  <section class="pf-v6-c-page__main-section">
@@ -2912,12 +2878,7 @@ section: components
2912
2878
  id="toolbar-and-table-static-search-overflow-menu-collapsed-table"
2913
2879
  >
2914
2880
  <thead class="pf-v6-c-table__thead">
2915
- <tr
2916
- class="pf-v6-c-table__tr"
2917
- role&#x26;#x3D;&#x26;quot;row&#x26;quot;
2918
- [object
2919
- Object]
2920
- >
2881
+ <tr class="pf-v6-c-table__tr" role="row">
2921
2882
  <th
2922
2883
  class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
2923
2884
  role="columnheader"
@@ -2975,12 +2936,7 @@ section: components
2975
2936
  </thead>
2976
2937
 
2977
2938
  <tbody class="pf-v6-c-table__tbody" role="rowgroup">
2978
- <tr
2979
- class="pf-v6-c-table__tr"
2980
- role&#x26;#x3D;&#x26;quot;row&#x26;quot;
2981
- [object
2982
- Object]
2983
- >
2939
+ <tr class="pf-v6-c-table__tr" role="row">
2984
2940
  <td
2985
2941
  class="pf-v6-c-table__td pf-v6-c-table__check"
2986
2942
  aria-label="Check row"
@@ -3058,12 +3014,7 @@ section: components
3058
3014
  </td>
3059
3015
  </tr>
3060
3016
 
3061
- <tr
3062
- class="pf-v6-c-table__tr"
3063
- role&#x26;#x3D;&#x26;quot;row&#x26;quot;
3064
- [object
3065
- Object]
3066
- >
3017
+ <tr class="pf-v6-c-table__tr" role="row">
3067
3018
  <td
3068
3019
  class="pf-v6-c-table__td pf-v6-c-table__check"
3069
3020
  aria-label="Check row"
@@ -3141,12 +3092,7 @@ section: components
3141
3092
  </td>
3142
3093
  </tr>
3143
3094
 
3144
- <tr
3145
- class="pf-v6-c-table__tr"
3146
- role&#x26;#x3D;&#x26;quot;row&#x26;quot;
3147
- [object
3148
- Object]
3149
- >
3095
+ <tr class="pf-v6-c-table__tr" role="row">
3150
3096
  <td
3151
3097
  class="pf-v6-c-table__td pf-v6-c-table__check"
3152
3098
  aria-label="Check row"
@@ -3224,12 +3170,7 @@ section: components
3224
3170
  </td>
3225
3171
  </tr>
3226
3172
 
3227
- <tr
3228
- class="pf-v6-c-table__tr"
3229
- role&#x26;#x3D;&#x26;quot;row&#x26;quot;
3230
- [object
3231
- Object]
3232
- >
3173
+ <tr class="pf-v6-c-table__tr" role="row">
3233
3174
  <td
3234
3175
  class="pf-v6-c-table__td pf-v6-c-table__check"
3235
3176
  aria-label="Check row"
@@ -3307,12 +3248,7 @@ section: components
3307
3248
  </td>
3308
3249
  </tr>
3309
3250
 
3310
- <tr
3311
- class="pf-v6-c-table__tr"
3312
- role&#x26;#x3D;&#x26;quot;row&#x26;quot;
3313
- [object
3314
- Object]
3315
- >
3251
+ <tr class="pf-v6-c-table__tr" role="row">
3316
3252
  <td
3317
3253
  class="pf-v6-c-table__td pf-v6-c-table__check"
3318
3254
  aria-label="Check row"
@@ -260,10 +260,8 @@ wrapperTag: div
260
260
  </section>
261
261
  <section class="pf-v6-c-page__main-section pf-m-limit-width">
262
262
  <div class="pf-v6-c-page__main-body">
263
- <div class="pf-v6-c-content">
264
- <h1>Main title</h1>
265
- <p>This is a full page demo.</p>
266
- </div>
263
+ <h1 class="pf-v6-c-content--h1 pf-m-page-title">Main title</h1>
264
+ <p class="pf-v6-c-content--p">This is a full page demo.</p>
267
265
  </div>
268
266
  </section>
269
267
  <section class="pf-v6-c-page__main-section pf-m-limit-width">
@@ -864,10 +862,8 @@ wrapperTag: div
864
862
  </section>
865
863
  <section class="pf-v6-c-page__main-section pf-m-limit-width">
866
864
  <div class="pf-v6-c-page__main-body">
867
- <div class="pf-v6-c-content">
868
- <h1>Main title</h1>
869
- <p>This is a full page demo.</p>
870
- </div>
865
+ <h1 class="pf-v6-c-content--h1 pf-m-page-title">Main title</h1>
866
+ <p class="pf-v6-c-content--p">This is a full page demo.</p>
871
867
  </div>
872
868
  </section>
873
869
  <section class="pf-v6-c-page__main-section pf-m-limit-width">
@@ -1450,10 +1446,8 @@ wrapperTag: div
1450
1446
  </section>
1451
1447
  <section class="pf-v6-c-page__main-section pf-m-limit-width">
1452
1448
  <div class="pf-v6-c-page__main-body">
1453
- <div class="pf-v6-c-content">
1454
- <h1>Main title</h1>
1455
- <p>This is a full page demo.</p>
1456
- </div>
1449
+ <h1 class="pf-v6-c-content--h1 pf-m-page-title">Main title</h1>
1450
+ <p class="pf-v6-c-content--p">This is a full page demo.</p>
1457
1451
  </div>
1458
1452
  </section>
1459
1453
  <section class="pf-v6-c-page__main-section pf-m-limit-width">
@@ -2121,10 +2115,8 @@ wrapperTag: div
2121
2115
  </section>
2122
2116
  <section class="pf-v6-c-page__main-section pf-m-limit-width">
2123
2117
  <div class="pf-v6-c-page__main-body">
2124
- <div class="pf-v6-c-content">
2125
- <h1>Main title</h1>
2126
- <p>This is a full page demo.</p>
2127
- </div>
2118
+ <h1 class="pf-v6-c-content--h1 pf-m-page-title">Main title</h1>
2119
+ <p class="pf-v6-c-content--p">This is a full page demo.</p>
2128
2120
  </div>
2129
2121
  </section>
2130
2122
  <section class="pf-v6-c-page__main-section pf-m-limit-width">
@@ -2792,10 +2784,8 @@ wrapperTag: div
2792
2784
  </section>
2793
2785
  <section class="pf-v6-c-page__main-section pf-m-limit-width">
2794
2786
  <div class="pf-v6-c-page__main-body">
2795
- <div class="pf-v6-c-content">
2796
- <h1>Main title</h1>
2797
- <p>This is a full page demo.</p>
2798
- </div>
2787
+ <h1 class="pf-v6-c-content--h1 pf-m-page-title">Main title</h1>
2788
+ <p class="pf-v6-c-content--p">This is a full page demo.</p>
2799
2789
  </div>
2800
2790
  </section>
2801
2791
  <section class="pf-v6-c-page__main-section pf-m-limit-width">
@@ -3333,10 +3323,8 @@ wrapperTag: div
3333
3323
  </section>
3334
3324
  <section class="pf-v6-c-page__main-section pf-m-limit-width">
3335
3325
  <div class="pf-v6-c-page__main-body">
3336
- <div class="pf-v6-c-content">
3337
- <h1>Main title</h1>
3338
- <p>This is a full page demo.</p>
3339
- </div>
3326
+ <h1 class="pf-v6-c-content--h1 pf-m-page-title">Main title</h1>
3327
+ <p class="pf-v6-c-content--p">This is a full page demo.</p>
3340
3328
  </div>
3341
3329
  </section>
3342
3330
  <section class="pf-v6-c-page__main-wizard">
@@ -3881,10 +3869,8 @@ wrapperTag: div
3881
3869
  </section>
3882
3870
  <section class="pf-v6-c-page__main-section pf-m-limit-width">
3883
3871
  <div class="pf-v6-c-page__main-body">
3884
- <div class="pf-v6-c-content">
3885
- <h1>Main title</h1>
3886
- <p>This is a full page demo.</p>
3887
- </div>
3872
+ <h1 class="pf-v6-c-content--h1 pf-m-page-title">Main title</h1>
3873
+ <p class="pf-v6-c-content--p">This is a full page demo.</p>
3888
3874
  </div>
3889
3875
  </section>
3890
3876
  <section class="pf-v6-c-page__main-wizard">
@@ -4411,10 +4397,8 @@ wrapperTag: div
4411
4397
  </section>
4412
4398
  <section class="pf-v6-c-page__main-section pf-m-limit-width">
4413
4399
  <div class="pf-v6-c-page__main-body">
4414
- <div class="pf-v6-c-content">
4415
- <h1>Main title</h1>
4416
- <p>This is a full page demo.</p>
4417
- </div>
4400
+ <h1 class="pf-v6-c-content--h1 pf-m-page-title">Main title</h1>
4401
+ <p class="pf-v6-c-content--p">This is a full page demo.</p>
4418
4402
  </div>
4419
4403
  </section>
4420
4404
  <section class="pf-v6-c-page__main-wizard">
@@ -5012,10 +4996,8 @@ wrapperTag: div
5012
4996
  </section>
5013
4997
  <section class="pf-v6-c-page__main-section pf-m-limit-width">
5014
4998
  <div class="pf-v6-c-page__main-body">
5015
- <div class="pf-v6-c-content">
5016
- <h1>Main title</h1>
5017
- <p>This is a full page demo.</p>
5018
- </div>
4999
+ <h1 class="pf-v6-c-content--h1 pf-m-page-title">Main title</h1>
5000
+ <p class="pf-v6-c-content--p">This is a full page demo.</p>
5019
5001
  </div>
5020
5002
  </section>
5021
5003
  <section class="pf-v6-c-page__main-wizard">
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/patternfly",
3
3
  "description": "Assets, source, tooling, and content for PatternFly 4",
4
- "version": "6.1.0-prerelease.1",
4
+ "version": "6.1.0-prerelease.3",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -47,8 +47,8 @@
47
47
  "@commitlint/config-conventional": "^19.1.0",
48
48
  "@fortawesome/fontawesome": "^1.1.8",
49
49
  "@octokit/rest": "^20.1.0",
50
- "@patternfly/documentation-framework": "6.0.2",
51
- "@patternfly/patternfly-a11y": "4.3.1",
50
+ "@patternfly/documentation-framework": "6.0.8",
51
+ "@patternfly/patternfly-a11y": "5.0.0",
52
52
  "@patternfly/react-code-editor": "6.0.0",
53
53
  "@patternfly/react-core": "6.0.0",
54
54
  "@patternfly/react-table": "6.0.0",