@patternfly/patternfly 6.1.0-prerelease.2 → 6.1.0-prerelease.4
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.
- package/README.md +5 -5
- package/components/Content/content.css +9 -0
- package/components/Content/content.scss +7 -0
- package/components/Label/label-group.css +12 -0
- package/components/Label/label-group.scss +14 -0
- package/components/Label/label.css +2 -0
- package/components/Label/label.scss +2 -0
- package/components/MenuToggle/menu-toggle.css +3 -7
- package/components/MenuToggle/menu-toggle.scss +3 -8
- package/components/Table/table.css +1 -0
- package/components/Table/table.scss +2 -0
- package/components/Title/title.css +4 -0
- package/components/Title/title.scss +7 -0
- package/components/Wizard/wizard.css +1 -1
- package/components/Wizard/wizard.scss +1 -1
- package/components/_index.css +32 -8
- package/docs/components/Content/examples/Content.md +8 -7
- package/docs/components/Label/examples/Label.css +12 -0
- package/docs/components/Label/examples/Label.md +127 -0
- package/docs/components/Table/examples/Table.md +2 -2
- package/docs/components/Title/examples/Title.md +10 -0
- package/docs/demos/AboutModal/examples/AboutModal.md +2 -4
- package/docs/demos/Alert/examples/Alert.md +6 -12
- package/docs/demos/BackToTop/examples/BackToTop.md +2 -4
- package/docs/demos/Banner/examples/Banner.md +4 -8
- package/docs/demos/CardView/examples/CardView.md +2 -4
- package/docs/demos/Dashboard/examples/Dashboard.md +2 -4
- package/docs/demos/DataList/examples/DataList.md +8 -16
- package/docs/demos/DescriptionList/examples/DescriptionList.md +6 -12
- package/docs/demos/Drawer/examples/Drawer.md +6 -12
- package/docs/demos/JumpLinks/examples/JumpLinks.md +8 -16
- package/docs/demos/Masthead/examples/Masthead.md +18 -36
- package/docs/demos/Modal/examples/Modal.md +12 -24
- package/docs/demos/Nav/examples/Nav.md +12 -24
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +10 -20
- package/docs/demos/Page/examples/Page.md +24 -48
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +14 -28
- package/docs/demos/Skeleton/examples/Skeleton.md +2 -4
- package/docs/demos/Table/examples/Table.md +30 -60
- package/docs/demos/Tabs/examples/Tabs.md +12 -24
- package/docs/demos/Toolbar/examples/Toolbar.md +4 -8
- package/docs/demos/Wizard/examples/Wizard.md +18 -36
- package/docs/layouts/Level/examples/Level.css +1 -2
- package/docs/layouts/Level/examples/Level.md +15 -3
- package/docs/layouts/Split/examples/Split.css +1 -2
- package/docs/layouts/Split/examples/Split.md +4 -4
- package/docs/layouts/Stack/examples/Stack.css +1 -2
- package/docs/layouts/Stack/examples/Stack.md +4 -4
- package/layouts/Split/split.css +1 -2
- package/layouts/Split/split.scss +4 -3
- package/layouts/Stack/stack.css +1 -2
- package/layouts/Stack/stack.scss +4 -3
- package/layouts/_index.css +2 -4
- package/package.json +2 -2
- package/patternfly-no-globals.css +34 -12
- package/patternfly.css +34 -12
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -248,10 +248,8 @@ wrapperTag: div
|
|
|
248
248
|
</section>
|
|
249
249
|
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
250
250
|
<div class="pf-v6-c-page__main-body">
|
|
251
|
-
<
|
|
252
|
-
|
|
253
|
-
<p>This is a full page demo.</p>
|
|
254
|
-
</div>
|
|
251
|
+
<h1 class="pf-v6-c-content--h1 pf-m-page-title">Main title</h1>
|
|
252
|
+
<p class="pf-v6-c-content--p">This is a full page demo.</p>
|
|
255
253
|
</div>
|
|
256
254
|
</section>
|
|
257
255
|
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
@@ -1259,10 +1257,8 @@ wrapperTag: div
|
|
|
1259
1257
|
</section>
|
|
1260
1258
|
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
1261
1259
|
<div class="pf-v6-c-page__main-body">
|
|
1262
|
-
<
|
|
1263
|
-
|
|
1264
|
-
<p>This is a full page demo.</p>
|
|
1265
|
-
</div>
|
|
1260
|
+
<h1 class="pf-v6-c-content--h1 pf-m-page-title">Main title</h1>
|
|
1261
|
+
<p class="pf-v6-c-content--p">This is a full page demo.</p>
|
|
1266
1262
|
</div>
|
|
1267
1263
|
</section>
|
|
1268
1264
|
<section class="pf-v6-c-page__main-section">
|
|
@@ -2366,10 +2362,8 @@ wrapperTag: div
|
|
|
2366
2362
|
</section>
|
|
2367
2363
|
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
2368
2364
|
<div class="pf-v6-c-page__main-body">
|
|
2369
|
-
<
|
|
2370
|
-
|
|
2371
|
-
<p>This is a full page demo.</p>
|
|
2372
|
-
</div>
|
|
2365
|
+
<h1 class="pf-v6-c-content--h1 pf-m-page-title">Main title</h1>
|
|
2366
|
+
<p class="pf-v6-c-content--p">This is a full page demo.</p>
|
|
2373
2367
|
</div>
|
|
2374
2368
|
</section>
|
|
2375
2369
|
<section class="pf-v6-c-page__main-section">
|
|
@@ -3619,10 +3613,8 @@ wrapperTag: div
|
|
|
3619
3613
|
</section>
|
|
3620
3614
|
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
3621
3615
|
<div class="pf-v6-c-page__main-body">
|
|
3622
|
-
<
|
|
3623
|
-
|
|
3624
|
-
<p>This is a full page demo.</p>
|
|
3625
|
-
</div>
|
|
3616
|
+
<h1 class="pf-v6-c-content--h1 pf-m-page-title">Main title</h1>
|
|
3617
|
+
<p class="pf-v6-c-content--p">This is a full page demo.</p>
|
|
3626
3618
|
</div>
|
|
3627
3619
|
</section>
|
|
3628
3620
|
<section class="pf-v6-c-page__main-section">
|
|
@@ -4556,10 +4548,8 @@ wrapperTag: div
|
|
|
4556
4548
|
</section>
|
|
4557
4549
|
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
4558
4550
|
<div class="pf-v6-c-page__main-body">
|
|
4559
|
-
<
|
|
4560
|
-
|
|
4561
|
-
<p>This is a full page demo.</p>
|
|
4562
|
-
</div>
|
|
4551
|
+
<h1 class="pf-v6-c-content--h1 pf-m-page-title">Main title</h1>
|
|
4552
|
+
<p class="pf-v6-c-content--p">This is a full page demo.</p>
|
|
4563
4553
|
</div>
|
|
4564
4554
|
</section>
|
|
4565
4555
|
<section class="pf-v6-c-page__main-section">
|
|
@@ -7442,10 +7432,8 @@ wrapperTag: div
|
|
|
7442
7432
|
</section>
|
|
7443
7433
|
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
7444
7434
|
<div class="pf-v6-c-page__main-body">
|
|
7445
|
-
<
|
|
7446
|
-
|
|
7447
|
-
<p>This is a full page demo.</p>
|
|
7448
|
-
</div>
|
|
7435
|
+
<h1 class="pf-v6-c-content--h1 pf-m-page-title">Main title</h1>
|
|
7436
|
+
<p class="pf-v6-c-content--p">This is a full page demo.</p>
|
|
7449
7437
|
</div>
|
|
7450
7438
|
</section>
|
|
7451
7439
|
<section class="pf-v6-c-page__main-section">
|
|
@@ -7818,10 +7806,8 @@ wrapperTag: div
|
|
|
7818
7806
|
</section>
|
|
7819
7807
|
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
7820
7808
|
<div class="pf-v6-c-page__main-body">
|
|
7821
|
-
<
|
|
7822
|
-
|
|
7823
|
-
<p>This is a full page demo.</p>
|
|
7824
|
-
</div>
|
|
7809
|
+
<h1 class="pf-v6-c-content--h1 pf-m-page-title">Main title</h1>
|
|
7810
|
+
<p class="pf-v6-c-content--p">This is a full page demo.</p>
|
|
7825
7811
|
</div>
|
|
7826
7812
|
</section>
|
|
7827
7813
|
<section class="pf-v6-c-page__main-section">
|
|
@@ -8188,10 +8174,8 @@ wrapperTag: div
|
|
|
8188
8174
|
</section>
|
|
8189
8175
|
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
8190
8176
|
<div class="pf-v6-c-page__main-body">
|
|
8191
|
-
<
|
|
8192
|
-
|
|
8193
|
-
<p>This is a full page demo.</p>
|
|
8194
|
-
</div>
|
|
8177
|
+
<h1 class="pf-v6-c-content--h1 pf-m-page-title">Main title</h1>
|
|
8178
|
+
<p class="pf-v6-c-content--p">This is a full page demo.</p>
|
|
8195
8179
|
</div>
|
|
8196
8180
|
</section>
|
|
8197
8181
|
<section class="pf-v6-c-page__main-section">
|
|
@@ -9213,10 +9197,8 @@ wrapperTag: div
|
|
|
9213
9197
|
</section>
|
|
9214
9198
|
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
9215
9199
|
<div class="pf-v6-c-page__main-body">
|
|
9216
|
-
<
|
|
9217
|
-
|
|
9218
|
-
<p>This is a full page demo.</p>
|
|
9219
|
-
</div>
|
|
9200
|
+
<h1 class="pf-v6-c-content--h1 pf-m-page-title">Main title</h1>
|
|
9201
|
+
<p class="pf-v6-c-content--p">This is a full page demo.</p>
|
|
9220
9202
|
</div>
|
|
9221
9203
|
</section>
|
|
9222
9204
|
<section class="pf-v6-c-page__main-section">
|
|
@@ -10378,10 +10360,8 @@ wrapperTag: div
|
|
|
10378
10360
|
</section>
|
|
10379
10361
|
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
10380
10362
|
<div class="pf-v6-c-page__main-body">
|
|
10381
|
-
<
|
|
10382
|
-
|
|
10383
|
-
<p>This is a full page demo.</p>
|
|
10384
|
-
</div>
|
|
10363
|
+
<h1 class="pf-v6-c-content--h1 pf-m-page-title">Main title</h1>
|
|
10364
|
+
<p class="pf-v6-c-content--p">This is a full page demo.</p>
|
|
10385
10365
|
</div>
|
|
10386
10366
|
</section>
|
|
10387
10367
|
<section class="pf-v6-c-page__main-section">
|
|
@@ -11400,10 +11380,8 @@ wrapperTag: div
|
|
|
11400
11380
|
</section>
|
|
11401
11381
|
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
11402
11382
|
<div class="pf-v6-c-page__main-body">
|
|
11403
|
-
<
|
|
11404
|
-
|
|
11405
|
-
<p>This is a full page demo.</p>
|
|
11406
|
-
</div>
|
|
11383
|
+
<h1 class="pf-v6-c-content--h1 pf-m-page-title">Main title</h1>
|
|
11384
|
+
<p class="pf-v6-c-content--p">This is a full page demo.</p>
|
|
11407
11385
|
</div>
|
|
11408
11386
|
</section>
|
|
11409
11387
|
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
@@ -12533,10 +12511,8 @@ wrapperTag: div
|
|
|
12533
12511
|
</section>
|
|
12534
12512
|
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
12535
12513
|
<div class="pf-v6-c-page__main-body">
|
|
12536
|
-
<
|
|
12537
|
-
|
|
12538
|
-
<p>This is a full page demo.</p>
|
|
12539
|
-
</div>
|
|
12514
|
+
<h1 class="pf-v6-c-content--h1 pf-m-page-title">Main title</h1>
|
|
12515
|
+
<p class="pf-v6-c-content--p">This is a full page demo.</p>
|
|
12540
12516
|
</div>
|
|
12541
12517
|
</section>
|
|
12542
12518
|
<section
|
|
@@ -13702,10 +13678,8 @@ wrapperTag: div
|
|
|
13702
13678
|
</section>
|
|
13703
13679
|
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
13704
13680
|
<div class="pf-v6-c-page__main-body">
|
|
13705
|
-
<
|
|
13706
|
-
|
|
13707
|
-
<p>This is a full page demo.</p>
|
|
13708
|
-
</div>
|
|
13681
|
+
<h1 class="pf-v6-c-content--h1 pf-m-page-title">Main title</h1>
|
|
13682
|
+
<p class="pf-v6-c-content--p">This is a full page demo.</p>
|
|
13709
13683
|
</div>
|
|
13710
13684
|
</section>
|
|
13711
13685
|
<section class="pf-v6-c-page__main-section pf-m-overflow-scroll">
|
|
@@ -14869,10 +14843,8 @@ wrapperTag: div
|
|
|
14869
14843
|
</section>
|
|
14870
14844
|
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
14871
14845
|
<div class="pf-v6-c-page__main-body">
|
|
14872
|
-
<
|
|
14873
|
-
|
|
14874
|
-
<p>This is a full page demo.</p>
|
|
14875
|
-
</div>
|
|
14846
|
+
<h1 class="pf-v6-c-content--h1 pf-m-page-title">Main title</h1>
|
|
14847
|
+
<p class="pf-v6-c-content--p">This is a full page demo.</p>
|
|
14876
14848
|
</div>
|
|
14877
14849
|
</section>
|
|
14878
14850
|
<section class="pf-v6-c-page__main-section pf-m-overflow-scroll">
|
|
@@ -15998,10 +15970,8 @@ By default, table cell alignment is set to baseline. This retains vertical align
|
|
|
15998
15970
|
</section>
|
|
15999
15971
|
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
16000
15972
|
<div class="pf-v6-c-page__main-body">
|
|
16001
|
-
<
|
|
16002
|
-
|
|
16003
|
-
<p>This is a full page demo.</p>
|
|
16004
|
-
</div>
|
|
15973
|
+
<h1 class="pf-v6-c-content--h1 pf-m-page-title">Main title</h1>
|
|
15974
|
+
<p class="pf-v6-c-content--p">This is a full page demo.</p>
|
|
16005
15975
|
</div>
|
|
16006
15976
|
</section>
|
|
16007
15977
|
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
@@ -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
|
-
<
|
|
263
|
-
|
|
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
|
-
<
|
|
831
|
-
|
|
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
|
-
<
|
|
1400
|
-
|
|
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
|
-
<
|
|
1888
|
-
|
|
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">
|
|
@@ -3131,10 +3123,8 @@ section: components
|
|
|
3131
3123
|
</section>
|
|
3132
3124
|
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
3133
3125
|
<div class="pf-v6-c-page__main-body">
|
|
3134
|
-
<
|
|
3135
|
-
|
|
3136
|
-
<p>This is a full page demo.</p>
|
|
3137
|
-
</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>
|
|
3138
3128
|
</div>
|
|
3139
3129
|
</section>
|
|
3140
3130
|
<section class="pf-v6-c-page__main-section">
|
|
@@ -3438,10 +3428,8 @@ section: components
|
|
|
3438
3428
|
</section>
|
|
3439
3429
|
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
3440
3430
|
<div class="pf-v6-c-page__main-body">
|
|
3441
|
-
<
|
|
3442
|
-
|
|
3443
|
-
<p>This is a full page demo.</p>
|
|
3444
|
-
</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>
|
|
3445
3433
|
</div>
|
|
3446
3434
|
</section>
|
|
3447
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
|
-
<
|
|
434
|
-
|
|
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">
|
|
@@ -2708,10 +2706,8 @@ section: components
|
|
|
2708
2706
|
</section>
|
|
2709
2707
|
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
2710
2708
|
<div class="pf-v6-c-page__main-body">
|
|
2711
|
-
<
|
|
2712
|
-
|
|
2713
|
-
<p>This is a full page demo.</p>
|
|
2714
|
-
</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>
|
|
2715
2711
|
</div>
|
|
2716
2712
|
</section>
|
|
2717
2713
|
<section class="pf-v6-c-page__main-section">
|
|
@@ -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
|
-
<
|
|
264
|
-
|
|
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
|
-
<
|
|
868
|
-
|
|
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
|
-
<
|
|
1454
|
-
|
|
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
|
-
<
|
|
2125
|
-
|
|
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
|
-
<
|
|
2796
|
-
|
|
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
|
-
<
|
|
3337
|
-
|
|
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
|
-
<
|
|
3885
|
-
|
|
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
|
-
<
|
|
4415
|
-
|
|
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
|
-
<
|
|
5016
|
-
|
|
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">
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
flex-wrap: wrap;
|
|
4
4
|
min-height: 160px;
|
|
5
5
|
}
|
|
6
|
-
.ws-core-l-level .pf-v6-l-level__item,
|
|
7
|
-
.ws-core-l-level .pf-v6-l-level {
|
|
6
|
+
.ws-core-l-level :is(.pf-v6-l-level, .pf-v6-l-level__item, .pf-v6-l-level > *) {
|
|
8
7
|
padding: var(--pf-t--global--spacer--sm);
|
|
9
8
|
border: var(--pf-t--global--border--width--box--default) dashed var(--pf-t--global--border--color--default);
|
|
10
9
|
}
|
|
@@ -10,7 +10,11 @@ cssPrefix: pf-v6-l-level
|
|
|
10
10
|
|
|
11
11
|
```html
|
|
12
12
|
<div class="pf-v6-l-level">
|
|
13
|
-
<div class="pf-v6-l-level__item">
|
|
13
|
+
<div class="pf-v6-l-level__item">
|
|
14
|
+
content
|
|
15
|
+
<br />content
|
|
16
|
+
<br />content
|
|
17
|
+
</div>
|
|
14
18
|
<div class="pf-v6-l-level__item">content</div>
|
|
15
19
|
</div>
|
|
16
20
|
|
|
@@ -21,7 +25,11 @@ cssPrefix: pf-v6-l-level
|
|
|
21
25
|
```html
|
|
22
26
|
<div class="pf-v6-l-level">
|
|
23
27
|
<div class="pf-v6-l-level__item">content</div>
|
|
24
|
-
<div class="pf-v6-l-level__item">
|
|
28
|
+
<div class="pf-v6-l-level__item">
|
|
29
|
+
content
|
|
30
|
+
<br />content
|
|
31
|
+
<br />content
|
|
32
|
+
</div>
|
|
25
33
|
<div class="pf-v6-l-level__item">content</div>
|
|
26
34
|
</div>
|
|
27
35
|
|
|
@@ -33,7 +41,11 @@ cssPrefix: pf-v6-l-level
|
|
|
33
41
|
<div class="pf-v6-l-level pf-m-gutter">
|
|
34
42
|
<div class="pf-v6-l-level__item">content with gutter</div>
|
|
35
43
|
<div class="pf-v6-l-level__item">content with gutter</div>
|
|
36
|
-
<div class="pf-v6-l-level__item">
|
|
44
|
+
<div class="pf-v6-l-level__item">
|
|
45
|
+
content
|
|
46
|
+
<br />content
|
|
47
|
+
<br />content
|
|
48
|
+
</div>
|
|
37
49
|
</div>
|
|
38
50
|
|
|
39
51
|
```
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
.ws-core-l-split .pf-v6-l-split,
|
|
2
|
-
.ws-core-l-split .pf-v6-l-split__item {
|
|
1
|
+
.ws-core-l-split :is(.pf-v6-l-split, .pf-v6-l-split__item, .pf-v6-l-split > *) {
|
|
3
2
|
padding: var(--pf-t--global--spacer--sm);
|
|
4
3
|
border: var(--pf-t--global--border--width--box--default) dashed var(--pf-t--global--border--color--default);
|
|
5
4
|
}
|
|
@@ -54,14 +54,14 @@ cssPrefix: pf-v6-l-split
|
|
|
54
54
|
|
|
55
55
|
### Overview
|
|
56
56
|
|
|
57
|
-
The split layout is designed to position items horizontally
|
|
57
|
+
The split layout is designed to position items horizontally.
|
|
58
58
|
|
|
59
59
|
### Usage
|
|
60
60
|
|
|
61
61
|
| Class | Applied to | Outcome |
|
|
62
62
|
| -- | -- | -- |
|
|
63
|
-
| `.pf-v6-l-split` |
|
|
64
|
-
| `.pf-v6-l-split__item` |
|
|
63
|
+
| `.pf-v6-l-split` | `*` | Initiates the split layout. |
|
|
64
|
+
| `.pf-v6-l-split__item` | `*` | Initiates a split item. |
|
|
65
65
|
| `.pf-m-gutter` | `.pf-v6-l-split` | Adds space between children by using the globally defined gutter value. |
|
|
66
66
|
| `.pf-m-wrap` | `.pf-v6-l-split` | Sets the split layout to wrap. |
|
|
67
|
-
| `.pf-m-fill` | `.pf-v6-l-split__item` | Specifies which item(s) should fill the avaiable horizontal space. |
|
|
67
|
+
| `.pf-m-fill` | `.pf-v6-l-split > *`, `.pf-v6-l-split__item` | Specifies which item(s) should fill the avaiable horizontal space. |
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
.ws-core-l-stack .pf-v6-l-stack,
|
|
2
|
-
.ws-core-l-stack .pf-v6-l-stack__item {
|
|
1
|
+
.ws-core-l-stack :is(.pf-v6-l-stack, .pf-v6-l-stack__item, .pf-v6-l-stack > *) {
|
|
3
2
|
padding: var(--pf-t--global--spacer--sm);
|
|
4
3
|
border: var(--pf-t--global--border--width--box--default) dashed var(--pf-t--global--border--color--default);
|
|
5
4
|
}
|
|
@@ -32,13 +32,13 @@ cssPrefix: pf-v6-l-stack
|
|
|
32
32
|
|
|
33
33
|
### Overview
|
|
34
34
|
|
|
35
|
-
The stack layout is designed to position items vertically
|
|
35
|
+
The stack layout is designed to position items vertically.
|
|
36
36
|
|
|
37
37
|
### Usage
|
|
38
38
|
|
|
39
39
|
| Class | Applied to | Outcome |
|
|
40
40
|
| -- | -- | -- |
|
|
41
|
-
| `.pf-v6-l-stack` |
|
|
42
|
-
| `.pf-v6-l-stack__item` |
|
|
41
|
+
| `.pf-v6-l-stack` | `*` | Initiates the stack layout. |
|
|
42
|
+
| `.pf-v6-l-stack__item` | `*` | Initiates a stack item. |
|
|
43
43
|
| `.pf-m-gutter` | `.pf-v6-l-stack` | Adds space between children by using the globally defined gutter value. |
|
|
44
|
-
| `.pf-m-fill` | `.pf-v6-l-stack__item` | Specifies which item(s) should fill the avaiable vertical space. |
|
|
44
|
+
| `.pf-m-fill` | `.pf-v6-l-stack > *`, `.pf-v6-l-stack__item` | Specifies which item(s) should fill the avaiable vertical space. |
|
package/layouts/Split/split.css
CHANGED
package/layouts/Split/split.scss
CHANGED
|
@@ -12,10 +12,11 @@
|
|
|
12
12
|
&.pf-m-wrap {
|
|
13
13
|
flex-wrap: wrap; // make default in a breaking change release
|
|
14
14
|
}
|
|
15
|
-
}
|
|
16
15
|
|
|
17
|
-
.#{$split}__item.pf-m-fill
|
|
18
|
-
|
|
16
|
+
@at-root .#{$split}__item.pf-m-fill,
|
|
17
|
+
& > .pf-m-fill {
|
|
18
|
+
flex-grow: 1;
|
|
19
|
+
}
|
|
19
20
|
}
|
|
20
21
|
|
|
21
22
|
.#{$split}.pf-m-gutter {
|
package/layouts/Stack/stack.css
CHANGED
package/layouts/Stack/stack.scss
CHANGED
package/layouts/_index.css
CHANGED
|
@@ -3426,8 +3426,7 @@
|
|
|
3426
3426
|
.pf-v6-l-split.pf-m-wrap {
|
|
3427
3427
|
flex-wrap: wrap;
|
|
3428
3428
|
}
|
|
3429
|
-
|
|
3430
|
-
.pf-v6-l-split__item.pf-m-fill {
|
|
3429
|
+
.pf-v6-l-split__item.pf-m-fill, .pf-v6-l-split > .pf-m-fill {
|
|
3431
3430
|
flex-grow: 1;
|
|
3432
3431
|
}
|
|
3433
3432
|
|
|
@@ -3444,8 +3443,7 @@
|
|
|
3444
3443
|
flex-direction: column;
|
|
3445
3444
|
height: 100%;
|
|
3446
3445
|
}
|
|
3447
|
-
|
|
3448
|
-
.pf-v6-l-stack__item.pf-m-fill {
|
|
3446
|
+
.pf-v6-l-stack__item.pf-m-fill, .pf-v6-l-stack > .pf-m-fill {
|
|
3449
3447
|
flex-grow: 1;
|
|
3450
3448
|
}
|
|
3451
3449
|
|
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.
|
|
4
|
+
"version": "6.1.0-prerelease.4",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"scripts": {
|
|
@@ -47,7 +47,7 @@
|
|
|
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.
|
|
50
|
+
"@patternfly/documentation-framework": "6.0.8",
|
|
51
51
|
"@patternfly/patternfly-a11y": "5.0.0",
|
|
52
52
|
"@patternfly/react-code-editor": "6.0.0",
|
|
53
53
|
"@patternfly/react-core": "6.0.0",
|