@patternfly/patternfly 6.0.0-alpha.133 → 6.0.0-alpha.135
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/base/patternfly-variables.css +49 -1
- package/base/tokens/tokens-charts-dark.scss +6 -2
- package/base/tokens/tokens-charts.scss +6 -2
- package/base/tokens/tokens-dark.scss +1 -1
- package/base/tokens/tokens-default.scss +50 -2
- package/base/tokens/tokens-palette.scss +1 -1
- package/components/LogViewer/log-viewer.css +2 -2
- package/components/LogViewer/log-viewer.scss +2 -2
- package/components/Page/page.css +2 -1
- package/components/Page/page.scss +2 -1
- package/components/Wizard/wizard.css +1 -21
- package/components/Wizard/wizard.scss +2 -27
- package/components/_index.css +5 -24
- package/docs/components/Wizard/examples/Wizard.md +115 -32
- package/docs/demos/Wizard/examples/Wizard.md +195 -54
- package/package.json +2 -2
- package/patternfly-base-no-globals.css +49 -1
- package/patternfly-base.css +49 -1
- package/patternfly-charts.css +10 -2
- package/patternfly-no-globals.css +54 -25
- package/patternfly.css +54 -25
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -264,10 +264,20 @@ wrapperTag: div
|
|
|
264
264
|
</main>
|
|
265
265
|
</div>
|
|
266
266
|
<footer class="pf-v6-c-wizard__footer">
|
|
267
|
-
<
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
267
|
+
<div class="pf-v6-c-action-list">
|
|
268
|
+
<div class="pf-v6-c-action-list__group">
|
|
269
|
+
<div class="pf-v6-c-action-list__item">
|
|
270
|
+
<button class="pf-v6-c-button pf-m-secondary" type="button">Back</button>
|
|
271
|
+
</div>
|
|
272
|
+
<div class="pf-v6-c-action-list__item">
|
|
273
|
+
<button class="pf-v6-c-button pf-m-primary" type="button">Next</button>
|
|
274
|
+
</div>
|
|
275
|
+
</div>
|
|
276
|
+
<div class="pf-v6-c-action-list__group">
|
|
277
|
+
<div class="pf-v6-c-action-list__item">
|
|
278
|
+
<button class="pf-v6-c-button pf-m-link" type="button">Cancel</button>
|
|
279
|
+
</div>
|
|
280
|
+
</div>
|
|
271
281
|
</div>
|
|
272
282
|
</footer>
|
|
273
283
|
</div>
|
|
@@ -532,10 +542,20 @@ wrapperTag: div
|
|
|
532
542
|
</main>
|
|
533
543
|
</div>
|
|
534
544
|
<footer class="pf-v6-c-wizard__footer">
|
|
535
|
-
<
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
545
|
+
<div class="pf-v6-c-action-list">
|
|
546
|
+
<div class="pf-v6-c-action-list__group">
|
|
547
|
+
<div class="pf-v6-c-action-list__item">
|
|
548
|
+
<button class="pf-v6-c-button pf-m-secondary" type="button">Back</button>
|
|
549
|
+
</div>
|
|
550
|
+
<div class="pf-v6-c-action-list__item">
|
|
551
|
+
<button class="pf-v6-c-button pf-m-primary" type="button">Next</button>
|
|
552
|
+
</div>
|
|
553
|
+
</div>
|
|
554
|
+
<div class="pf-v6-c-action-list__group">
|
|
555
|
+
<div class="pf-v6-c-action-list__item">
|
|
556
|
+
<button class="pf-v6-c-button pf-m-link" type="button">Cancel</button>
|
|
557
|
+
</div>
|
|
558
|
+
</div>
|
|
539
559
|
</div>
|
|
540
560
|
</footer>
|
|
541
561
|
</div>
|
|
@@ -824,10 +844,23 @@ wrapperTag: div
|
|
|
824
844
|
</div>
|
|
825
845
|
</div>
|
|
826
846
|
<footer class="pf-v6-c-wizard__footer">
|
|
827
|
-
<
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
847
|
+
<div class="pf-v6-c-action-list">
|
|
848
|
+
<div class="pf-v6-c-action-list__group">
|
|
849
|
+
<div class="pf-v6-c-action-list__item">
|
|
850
|
+
<button
|
|
851
|
+
class="pf-v6-c-button pf-m-secondary"
|
|
852
|
+
type="button"
|
|
853
|
+
>Back</button>
|
|
854
|
+
</div>
|
|
855
|
+
<div class="pf-v6-c-action-list__item">
|
|
856
|
+
<button class="pf-v6-c-button pf-m-primary" type="button">Next</button>
|
|
857
|
+
</div>
|
|
858
|
+
</div>
|
|
859
|
+
<div class="pf-v6-c-action-list__group">
|
|
860
|
+
<div class="pf-v6-c-action-list__item">
|
|
861
|
+
<button class="pf-v6-c-button pf-m-link" type="button">Cancel</button>
|
|
862
|
+
</div>
|
|
863
|
+
</div>
|
|
831
864
|
</div>
|
|
832
865
|
</footer>
|
|
833
866
|
</div>
|
|
@@ -1095,10 +1128,20 @@ wrapperTag: div
|
|
|
1095
1128
|
</main>
|
|
1096
1129
|
</div>
|
|
1097
1130
|
<footer class="pf-v6-c-wizard__footer">
|
|
1098
|
-
<
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1131
|
+
<div class="pf-v6-c-action-list">
|
|
1132
|
+
<div class="pf-v6-c-action-list__group">
|
|
1133
|
+
<div class="pf-v6-c-action-list__item">
|
|
1134
|
+
<button class="pf-v6-c-button pf-m-secondary" type="button">Back</button>
|
|
1135
|
+
</div>
|
|
1136
|
+
<div class="pf-v6-c-action-list__item">
|
|
1137
|
+
<button class="pf-v6-c-button pf-m-primary" type="button">Next</button>
|
|
1138
|
+
</div>
|
|
1139
|
+
</div>
|
|
1140
|
+
<div class="pf-v6-c-action-list__group">
|
|
1141
|
+
<div class="pf-v6-c-action-list__item">
|
|
1142
|
+
<button class="pf-v6-c-button pf-m-link" type="button">Cancel</button>
|
|
1143
|
+
</div>
|
|
1144
|
+
</div>
|
|
1102
1145
|
</div>
|
|
1103
1146
|
</footer>
|
|
1104
1147
|
</div>
|
|
@@ -1363,10 +1406,20 @@ wrapperTag: div
|
|
|
1363
1406
|
</main>
|
|
1364
1407
|
</div>
|
|
1365
1408
|
<footer class="pf-v6-c-wizard__footer">
|
|
1366
|
-
<
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1409
|
+
<div class="pf-v6-c-action-list">
|
|
1410
|
+
<div class="pf-v6-c-action-list__group">
|
|
1411
|
+
<div class="pf-v6-c-action-list__item">
|
|
1412
|
+
<button class="pf-v6-c-button pf-m-secondary" type="button">Back</button>
|
|
1413
|
+
</div>
|
|
1414
|
+
<div class="pf-v6-c-action-list__item">
|
|
1415
|
+
<button class="pf-v6-c-button pf-m-primary" type="button">Next</button>
|
|
1416
|
+
</div>
|
|
1417
|
+
</div>
|
|
1418
|
+
<div class="pf-v6-c-action-list__group">
|
|
1419
|
+
<div class="pf-v6-c-action-list__item">
|
|
1420
|
+
<button class="pf-v6-c-button pf-m-link" type="button">Cancel</button>
|
|
1421
|
+
</div>
|
|
1422
|
+
</div>
|
|
1370
1423
|
</div>
|
|
1371
1424
|
</footer>
|
|
1372
1425
|
</div>
|
|
@@ -1522,10 +1575,20 @@ wrapperTag: div
|
|
|
1522
1575
|
</main>
|
|
1523
1576
|
</div>
|
|
1524
1577
|
<footer class="pf-v6-c-wizard__footer">
|
|
1525
|
-
<
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1578
|
+
<div class="pf-v6-c-action-list">
|
|
1579
|
+
<div class="pf-v6-c-action-list__group">
|
|
1580
|
+
<div class="pf-v6-c-action-list__item">
|
|
1581
|
+
<button class="pf-v6-c-button pf-m-secondary" type="button">Back</button>
|
|
1582
|
+
</div>
|
|
1583
|
+
<div class="pf-v6-c-action-list__item">
|
|
1584
|
+
<button class="pf-v6-c-button pf-m-primary" type="button">Next</button>
|
|
1585
|
+
</div>
|
|
1586
|
+
</div>
|
|
1587
|
+
<div class="pf-v6-c-action-list__group">
|
|
1588
|
+
<div class="pf-v6-c-action-list__item">
|
|
1589
|
+
<button class="pf-v6-c-button pf-m-link" type="button">Cancel</button>
|
|
1590
|
+
</div>
|
|
1591
|
+
</div>
|
|
1529
1592
|
</div>
|
|
1530
1593
|
</footer>
|
|
1531
1594
|
</div>
|
|
@@ -1795,10 +1858,20 @@ wrapperTag: div
|
|
|
1795
1858
|
</main>
|
|
1796
1859
|
</div>
|
|
1797
1860
|
<footer class="pf-v6-c-wizard__footer">
|
|
1798
|
-
<
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1861
|
+
<div class="pf-v6-c-action-list">
|
|
1862
|
+
<div class="pf-v6-c-action-list__group">
|
|
1863
|
+
<div class="pf-v6-c-action-list__item">
|
|
1864
|
+
<button class="pf-v6-c-button pf-m-secondary" type="button">Back</button>
|
|
1865
|
+
</div>
|
|
1866
|
+
<div class="pf-v6-c-action-list__item">
|
|
1867
|
+
<button class="pf-v6-c-button pf-m-primary" type="button">Next</button>
|
|
1868
|
+
</div>
|
|
1869
|
+
</div>
|
|
1870
|
+
<div class="pf-v6-c-action-list__group">
|
|
1871
|
+
<div class="pf-v6-c-action-list__item">
|
|
1872
|
+
<button class="pf-v6-c-button pf-m-link" type="button">Cancel</button>
|
|
1873
|
+
</div>
|
|
1874
|
+
</div>
|
|
1802
1875
|
</div>
|
|
1803
1876
|
</footer>
|
|
1804
1877
|
</div>
|
|
@@ -2068,10 +2141,20 @@ wrapperTag: div
|
|
|
2068
2141
|
</main>
|
|
2069
2142
|
</div>
|
|
2070
2143
|
<footer class="pf-v6-c-wizard__footer">
|
|
2071
|
-
<
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2144
|
+
<div class="pf-v6-c-action-list">
|
|
2145
|
+
<div class="pf-v6-c-action-list__group">
|
|
2146
|
+
<div class="pf-v6-c-action-list__item">
|
|
2147
|
+
<button class="pf-v6-c-button pf-m-secondary" type="button">Back</button>
|
|
2148
|
+
</div>
|
|
2149
|
+
<div class="pf-v6-c-action-list__item">
|
|
2150
|
+
<button class="pf-v6-c-button pf-m-primary" type="button">Next</button>
|
|
2151
|
+
</div>
|
|
2152
|
+
</div>
|
|
2153
|
+
<div class="pf-v6-c-action-list__group">
|
|
2154
|
+
<div class="pf-v6-c-action-list__item">
|
|
2155
|
+
<button class="pf-v6-c-button pf-m-link" type="button">Cancel</button>
|
|
2156
|
+
</div>
|
|
2157
|
+
</div>
|
|
2075
2158
|
</div>
|
|
2076
2159
|
</footer>
|
|
2077
2160
|
</div>
|
|
@@ -587,10 +587,23 @@ wrapperTag: div
|
|
|
587
587
|
</main>
|
|
588
588
|
</div>
|
|
589
589
|
<footer class="pf-v6-c-wizard__footer">
|
|
590
|
-
<
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
590
|
+
<div class="pf-v6-c-action-list">
|
|
591
|
+
<div class="pf-v6-c-action-list__group">
|
|
592
|
+
<div class="pf-v6-c-action-list__item">
|
|
593
|
+
<button
|
|
594
|
+
class="pf-v6-c-button pf-m-secondary"
|
|
595
|
+
type="button"
|
|
596
|
+
>Back</button>
|
|
597
|
+
</div>
|
|
598
|
+
<div class="pf-v6-c-action-list__item">
|
|
599
|
+
<button class="pf-v6-c-button pf-m-primary" type="button">Next</button>
|
|
600
|
+
</div>
|
|
601
|
+
</div>
|
|
602
|
+
<div class="pf-v6-c-action-list__group">
|
|
603
|
+
<div class="pf-v6-c-action-list__item">
|
|
604
|
+
<button class="pf-v6-c-button pf-m-link" type="button">Cancel</button>
|
|
605
|
+
</div>
|
|
606
|
+
</div>
|
|
594
607
|
</div>
|
|
595
608
|
</footer>
|
|
596
609
|
</div>
|
|
@@ -1163,10 +1176,23 @@ wrapperTag: div
|
|
|
1163
1176
|
</main>
|
|
1164
1177
|
</div>
|
|
1165
1178
|
<footer class="pf-v6-c-wizard__footer">
|
|
1166
|
-
<
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1179
|
+
<div class="pf-v6-c-action-list">
|
|
1180
|
+
<div class="pf-v6-c-action-list__group">
|
|
1181
|
+
<div class="pf-v6-c-action-list__item">
|
|
1182
|
+
<button
|
|
1183
|
+
class="pf-v6-c-button pf-m-secondary"
|
|
1184
|
+
type="button"
|
|
1185
|
+
>Back</button>
|
|
1186
|
+
</div>
|
|
1187
|
+
<div class="pf-v6-c-action-list__item">
|
|
1188
|
+
<button class="pf-v6-c-button pf-m-primary" type="button">Next</button>
|
|
1189
|
+
</div>
|
|
1190
|
+
</div>
|
|
1191
|
+
<div class="pf-v6-c-action-list__group">
|
|
1192
|
+
<div class="pf-v6-c-action-list__item">
|
|
1193
|
+
<button class="pf-v6-c-button pf-m-link" type="button">Cancel</button>
|
|
1194
|
+
</div>
|
|
1195
|
+
</div>
|
|
1170
1196
|
</div>
|
|
1171
1197
|
</footer>
|
|
1172
1198
|
</div>
|
|
@@ -1817,16 +1843,29 @@ wrapperTag: div
|
|
|
1817
1843
|
</div>
|
|
1818
1844
|
</div>
|
|
1819
1845
|
<footer class="pf-v6-c-wizard__footer">
|
|
1820
|
-
<
|
|
1821
|
-
class="pf-v6-c-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1846
|
+
<div class="pf-v6-c-action-list">
|
|
1847
|
+
<div class="pf-v6-c-action-list__group">
|
|
1848
|
+
<div class="pf-v6-c-action-list__item">
|
|
1849
|
+
<button
|
|
1850
|
+
class="pf-v6-c-button pf-m-secondary"
|
|
1851
|
+
type="button"
|
|
1852
|
+
>Back</button>
|
|
1853
|
+
</div>
|
|
1854
|
+
<div class="pf-v6-c-action-list__item">
|
|
1855
|
+
<button
|
|
1856
|
+
class="pf-v6-c-button pf-m-primary"
|
|
1857
|
+
type="button"
|
|
1858
|
+
>Next</button>
|
|
1859
|
+
</div>
|
|
1860
|
+
</div>
|
|
1861
|
+
<div class="pf-v6-c-action-list__group">
|
|
1862
|
+
<div class="pf-v6-c-action-list__item">
|
|
1863
|
+
<button
|
|
1864
|
+
class="pf-v6-c-button pf-m-link"
|
|
1865
|
+
type="button"
|
|
1866
|
+
>Cancel</button>
|
|
1867
|
+
</div>
|
|
1868
|
+
</div>
|
|
1830
1869
|
</div>
|
|
1831
1870
|
</footer>
|
|
1832
1871
|
</div>
|
|
@@ -2479,16 +2518,29 @@ wrapperTag: div
|
|
|
2479
2518
|
</div>
|
|
2480
2519
|
</div>
|
|
2481
2520
|
<footer class="pf-v6-c-wizard__footer">
|
|
2482
|
-
<
|
|
2483
|
-
class="pf-v6-c-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2521
|
+
<div class="pf-v6-c-action-list">
|
|
2522
|
+
<div class="pf-v6-c-action-list__group">
|
|
2523
|
+
<div class="pf-v6-c-action-list__item">
|
|
2524
|
+
<button
|
|
2525
|
+
class="pf-v6-c-button pf-m-secondary"
|
|
2526
|
+
type="button"
|
|
2527
|
+
>Back</button>
|
|
2528
|
+
</div>
|
|
2529
|
+
<div class="pf-v6-c-action-list__item">
|
|
2530
|
+
<button
|
|
2531
|
+
class="pf-v6-c-button pf-m-primary"
|
|
2532
|
+
type="button"
|
|
2533
|
+
>Next</button>
|
|
2534
|
+
</div>
|
|
2535
|
+
</div>
|
|
2536
|
+
<div class="pf-v6-c-action-list__group">
|
|
2537
|
+
<div class="pf-v6-c-action-list__item">
|
|
2538
|
+
<button
|
|
2539
|
+
class="pf-v6-c-button pf-m-link"
|
|
2540
|
+
type="button"
|
|
2541
|
+
>Cancel</button>
|
|
2542
|
+
</div>
|
|
2543
|
+
</div>
|
|
2492
2544
|
</div>
|
|
2493
2545
|
</footer>
|
|
2494
2546
|
</div>
|
|
@@ -3012,16 +3064,29 @@ wrapperTag: div
|
|
|
3012
3064
|
</div>
|
|
3013
3065
|
</div>
|
|
3014
3066
|
<footer class="pf-v6-c-wizard__footer">
|
|
3015
|
-
<
|
|
3016
|
-
class="pf-v6-c-
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
|
|
3024
|
-
|
|
3067
|
+
<div class="pf-v6-c-action-list">
|
|
3068
|
+
<div class="pf-v6-c-action-list__group">
|
|
3069
|
+
<div class="pf-v6-c-action-list__item">
|
|
3070
|
+
<button
|
|
3071
|
+
class="pf-v6-c-button pf-m-secondary"
|
|
3072
|
+
type="button"
|
|
3073
|
+
>Back</button>
|
|
3074
|
+
</div>
|
|
3075
|
+
<div class="pf-v6-c-action-list__item">
|
|
3076
|
+
<button
|
|
3077
|
+
class="pf-v6-c-button pf-m-primary"
|
|
3078
|
+
type="button"
|
|
3079
|
+
>Next</button>
|
|
3080
|
+
</div>
|
|
3081
|
+
</div>
|
|
3082
|
+
<div class="pf-v6-c-action-list__group">
|
|
3083
|
+
<div class="pf-v6-c-action-list__item">
|
|
3084
|
+
<button
|
|
3085
|
+
class="pf-v6-c-button pf-m-link"
|
|
3086
|
+
type="button"
|
|
3087
|
+
>Cancel</button>
|
|
3088
|
+
</div>
|
|
3089
|
+
</div>
|
|
3025
3090
|
</div>
|
|
3026
3091
|
</footer>
|
|
3027
3092
|
</div>
|
|
@@ -3563,10 +3628,29 @@ wrapperTag: div
|
|
|
3563
3628
|
</div>
|
|
3564
3629
|
</div>
|
|
3565
3630
|
<footer class="pf-v6-c-wizard__footer">
|
|
3566
|
-
<
|
|
3567
|
-
|
|
3568
|
-
|
|
3569
|
-
|
|
3631
|
+
<div class="pf-v6-c-action-list">
|
|
3632
|
+
<div class="pf-v6-c-action-list__group">
|
|
3633
|
+
<div class="pf-v6-c-action-list__item">
|
|
3634
|
+
<button
|
|
3635
|
+
class="pf-v6-c-button pf-m-secondary"
|
|
3636
|
+
type="button"
|
|
3637
|
+
>Back</button>
|
|
3638
|
+
</div>
|
|
3639
|
+
<div class="pf-v6-c-action-list__item">
|
|
3640
|
+
<button
|
|
3641
|
+
class="pf-v6-c-button pf-m-primary"
|
|
3642
|
+
type="button"
|
|
3643
|
+
>Next</button>
|
|
3644
|
+
</div>
|
|
3645
|
+
</div>
|
|
3646
|
+
<div class="pf-v6-c-action-list__group">
|
|
3647
|
+
<div class="pf-v6-c-action-list__item">
|
|
3648
|
+
<button
|
|
3649
|
+
class="pf-v6-c-button pf-m-link"
|
|
3650
|
+
type="button"
|
|
3651
|
+
>Cancel</button>
|
|
3652
|
+
</div>
|
|
3653
|
+
</div>
|
|
3570
3654
|
</div>
|
|
3571
3655
|
</footer>
|
|
3572
3656
|
</div>
|
|
@@ -4085,10 +4169,29 @@ wrapperTag: div
|
|
|
4085
4169
|
</div>
|
|
4086
4170
|
</div>
|
|
4087
4171
|
<footer class="pf-v6-c-wizard__footer">
|
|
4088
|
-
<
|
|
4089
|
-
|
|
4090
|
-
|
|
4091
|
-
|
|
4172
|
+
<div class="pf-v6-c-action-list">
|
|
4173
|
+
<div class="pf-v6-c-action-list__group">
|
|
4174
|
+
<div class="pf-v6-c-action-list__item">
|
|
4175
|
+
<button
|
|
4176
|
+
class="pf-v6-c-button pf-m-secondary"
|
|
4177
|
+
type="button"
|
|
4178
|
+
>Back</button>
|
|
4179
|
+
</div>
|
|
4180
|
+
<div class="pf-v6-c-action-list__item">
|
|
4181
|
+
<button
|
|
4182
|
+
class="pf-v6-c-button pf-m-primary"
|
|
4183
|
+
type="button"
|
|
4184
|
+
>Next</button>
|
|
4185
|
+
</div>
|
|
4186
|
+
</div>
|
|
4187
|
+
<div class="pf-v6-c-action-list__group">
|
|
4188
|
+
<div class="pf-v6-c-action-list__item">
|
|
4189
|
+
<button
|
|
4190
|
+
class="pf-v6-c-button pf-m-link"
|
|
4191
|
+
type="button"
|
|
4192
|
+
>Cancel</button>
|
|
4193
|
+
</div>
|
|
4194
|
+
</div>
|
|
4092
4195
|
</div>
|
|
4093
4196
|
</footer>
|
|
4094
4197
|
</div>
|
|
@@ -4682,10 +4785,29 @@ wrapperTag: div
|
|
|
4682
4785
|
</main>
|
|
4683
4786
|
</div>
|
|
4684
4787
|
<footer class="pf-v6-c-wizard__footer">
|
|
4685
|
-
<
|
|
4686
|
-
|
|
4687
|
-
|
|
4688
|
-
|
|
4788
|
+
<div class="pf-v6-c-action-list">
|
|
4789
|
+
<div class="pf-v6-c-action-list__group">
|
|
4790
|
+
<div class="pf-v6-c-action-list__item">
|
|
4791
|
+
<button
|
|
4792
|
+
class="pf-v6-c-button pf-m-secondary"
|
|
4793
|
+
type="button"
|
|
4794
|
+
>Back</button>
|
|
4795
|
+
</div>
|
|
4796
|
+
<div class="pf-v6-c-action-list__item">
|
|
4797
|
+
<button
|
|
4798
|
+
class="pf-v6-c-button pf-m-primary"
|
|
4799
|
+
type="button"
|
|
4800
|
+
>Next</button>
|
|
4801
|
+
</div>
|
|
4802
|
+
</div>
|
|
4803
|
+
<div class="pf-v6-c-action-list__group">
|
|
4804
|
+
<div class="pf-v6-c-action-list__item">
|
|
4805
|
+
<button
|
|
4806
|
+
class="pf-v6-c-button pf-m-link"
|
|
4807
|
+
type="button"
|
|
4808
|
+
>Cancel</button>
|
|
4809
|
+
</div>
|
|
4810
|
+
</div>
|
|
4689
4811
|
</div>
|
|
4690
4812
|
</footer>
|
|
4691
4813
|
</div>
|
|
@@ -5278,10 +5400,29 @@ wrapperTag: div
|
|
|
5278
5400
|
</main>
|
|
5279
5401
|
</div>
|
|
5280
5402
|
<footer class="pf-v6-c-wizard__footer">
|
|
5281
|
-
<
|
|
5282
|
-
|
|
5283
|
-
|
|
5284
|
-
|
|
5403
|
+
<div class="pf-v6-c-action-list">
|
|
5404
|
+
<div class="pf-v6-c-action-list__group">
|
|
5405
|
+
<div class="pf-v6-c-action-list__item">
|
|
5406
|
+
<button
|
|
5407
|
+
class="pf-v6-c-button pf-m-secondary"
|
|
5408
|
+
type="button"
|
|
5409
|
+
>Back</button>
|
|
5410
|
+
</div>
|
|
5411
|
+
<div class="pf-v6-c-action-list__item">
|
|
5412
|
+
<button
|
|
5413
|
+
class="pf-v6-c-button pf-m-primary"
|
|
5414
|
+
type="button"
|
|
5415
|
+
>Next</button>
|
|
5416
|
+
</div>
|
|
5417
|
+
</div>
|
|
5418
|
+
<div class="pf-v6-c-action-list__group">
|
|
5419
|
+
<div class="pf-v6-c-action-list__item">
|
|
5420
|
+
<button
|
|
5421
|
+
class="pf-v6-c-button pf-m-link"
|
|
5422
|
+
type="button"
|
|
5423
|
+
>Cancel</button>
|
|
5424
|
+
</div>
|
|
5425
|
+
</div>
|
|
5285
5426
|
</div>
|
|
5286
5427
|
</footer>
|
|
5287
5428
|
</div>
|
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.0.0-alpha.
|
|
4
|
+
"version": "6.0.0-alpha.135",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"scripts": {
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@commitlint/config-conventional": "^19.1.0",
|
|
46
46
|
"@fortawesome/fontawesome": "^1.1.8",
|
|
47
47
|
"@octokit/rest": "^20.1.0",
|
|
48
|
-
"@patternfly/documentation-framework": "6.0.0-alpha.
|
|
48
|
+
"@patternfly/documentation-framework": "6.0.0-alpha.28",
|
|
49
49
|
"@patternfly/patternfly-a11y": "4.3.1",
|
|
50
50
|
"@patternfly/react-code-editor": "6.0.0-alpha.55",
|
|
51
51
|
"@patternfly/react-core": "6.0.0-alpha.55",
|
|
@@ -5013,13 +5013,30 @@
|
|
|
5013
5013
|
--pf-t--color--gray--20: #e0e0e0;
|
|
5014
5014
|
--pf-t--color--gray--10: #f2f2f2;
|
|
5015
5015
|
--pf-t--color--white: #fff;
|
|
5016
|
+
--pf-t--global--timing-function--300: cubic-bezier(0, 0, .2, 1);
|
|
5017
|
+
--pf-t--global--timing-function--200: cubic-bezier(.4, 0, .2, 1);
|
|
5018
|
+
--pf-t--global--timing-function--100: cubic-bezier(.4, 0, .7, .2);
|
|
5019
|
+
--pf-t--global--delay--400: 7000ms;
|
|
5020
|
+
--pf-t--global--delay--300: 100ms;
|
|
5021
|
+
--pf-t--global--delay--200: 50ms;
|
|
5022
|
+
--pf-t--global--delay--100: 0ms;
|
|
5023
|
+
--pf-t--global--duration--600: 600ms;
|
|
5024
|
+
--pf-t--global--duration--500: 500ms;
|
|
5025
|
+
--pf-t--global--duration--400: 400ms;
|
|
5026
|
+
--pf-t--global--duration--300: 300ms;
|
|
5027
|
+
--pf-t--global--duration--200: 200ms;
|
|
5028
|
+
--pf-t--global--duration--100: 100ms;
|
|
5029
|
+
--pf-t--global--duration--50: 50ms;
|
|
5016
5030
|
--pf-t--global--background--color--action--plain--default: rgba(255, 255, 255, 0.0000);
|
|
5017
5031
|
--pf-t--global--background--color--600: rgba(199, 199, 199, 0.2500);
|
|
5018
5032
|
--pf-t--global--background--color--500: rgba(21, 21, 21, 0.2000);
|
|
5019
5033
|
--pf-t--global--breakpoint--600: 1450px;
|
|
5034
|
+
--pf-t--global--breakpoint--550: 1280px;
|
|
5020
5035
|
--pf-t--global--breakpoint--500: 1200px;
|
|
5021
5036
|
--pf-t--global--breakpoint--400: 992px;
|
|
5037
|
+
--pf-t--global--breakpoint--350: 960px;
|
|
5022
5038
|
--pf-t--global--breakpoint--300: 768px;
|
|
5039
|
+
--pf-t--global--breakpoint--250: 640px;
|
|
5023
5040
|
--pf-t--global--breakpoint--200: 576px;
|
|
5024
5041
|
--pf-t--global--breakpoint--100: 0px;
|
|
5025
5042
|
--pf-t--global--box-shadow--color--200: rgba(0, 0, 0, 0.1200);
|
|
@@ -5079,6 +5096,20 @@
|
|
|
5079
5096
|
--pf-t--global--spacer--300: 16px;
|
|
5080
5097
|
--pf-t--global--spacer--200: 8px;
|
|
5081
5098
|
--pf-t--global--spacer--100: 4px;
|
|
5099
|
+
--pf-t--global--motion--timing-function--decelerate: var(--pf-t--global--timing-function--300);
|
|
5100
|
+
--pf-t--global--motion--timing-function--default: var(--pf-t--global--timing-function--200);
|
|
5101
|
+
--pf-t--global--motion--timing-function--accelerate: var(--pf-t--global--timing-function--100);
|
|
5102
|
+
--pf-t--global--motion--delay--long: var(--pf-t--global--delay--400);
|
|
5103
|
+
--pf-t--global--motion--delay--default: var(--pf-t--global--delay--300);
|
|
5104
|
+
--pf-t--global--motion--delay--short: var(--pf-t--global--delay--200);
|
|
5105
|
+
--pf-t--global--motion--delay--none: var(--pf-t--global--delay--100);
|
|
5106
|
+
--pf-t--global--motion--duration--3xl: var(--pf-t--global--duration--600);
|
|
5107
|
+
--pf-t--global--motion--duration--2xl: var(--pf-t--global--duration--500);
|
|
5108
|
+
--pf-t--global--motion--duration--xl: var(--pf-t--global--duration--400);
|
|
5109
|
+
--pf-t--global--motion--duration--lg: var(--pf-t--global--duration--300);
|
|
5110
|
+
--pf-t--global--motion--duration--md: var(--pf-t--global--duration--200);
|
|
5111
|
+
--pf-t--global--motion--duration--sm: var(--pf-t--global--duration--100);
|
|
5112
|
+
--pf-t--global--motion--duration--xs: var(--pf-t--global--duration--50);
|
|
5082
5113
|
--pf-t--global--text--color--link--300: var(--pf-t--color--purple--50);
|
|
5083
5114
|
--pf-t--global--text--color--link--200: var(--pf-t--color--blue--60);
|
|
5084
5115
|
--pf-t--global--text--color--link--100: var(--pf-t--color--blue--50);
|
|
@@ -5148,6 +5179,11 @@
|
|
|
5148
5179
|
--pf-t--global--background--color--300: var(--pf-t--color--gray--20);
|
|
5149
5180
|
--pf-t--global--background--color--200: var(--pf-t--color--gray--10);
|
|
5150
5181
|
--pf-t--global--background--color--100: var(--pf-t--color--white);
|
|
5182
|
+
--pf-t--global--breakpoint--height--2xl: var(--pf-t--global--breakpoint--550);
|
|
5183
|
+
--pf-t--global--breakpoint--height--xl: var(--pf-t--global--breakpoint--350);
|
|
5184
|
+
--pf-t--global--breakpoint--height--lg: var(--pf-t--global--breakpoint--300);
|
|
5185
|
+
--pf-t--global--breakpoint--height--md: var(--pf-t--global--breakpoint--250);
|
|
5186
|
+
--pf-t--global--breakpoint--height--sm: var(--pf-t--global--breakpoint--100);
|
|
5151
5187
|
--pf-t--global--breakpoint--2xl: var(--pf-t--global--breakpoint--600);
|
|
5152
5188
|
--pf-t--global--breakpoint--xl: var(--pf-t--global--breakpoint--500);
|
|
5153
5189
|
--pf-t--global--breakpoint--lg: var(--pf-t--global--breakpoint--400);
|
|
@@ -5229,10 +5265,10 @@
|
|
|
5229
5265
|
--pf-t--global--border--width--box--default: var(--pf-t--global--border--width--100);
|
|
5230
5266
|
--pf-t--global--border--width--extra-strong: var(--pf-t--global--border--width--300);
|
|
5231
5267
|
--pf-t--global--border--width--strong: var(--pf-t--global--border--width--200);
|
|
5232
|
-
--pf-t--global--border--width--regular: var(--pf-t--global--border--width--100);
|
|
5233
5268
|
--pf-t--global--border--width--divider--clicked: var(--pf-t--global--border--width--100);
|
|
5234
5269
|
--pf-t--global--border--width--divider--hover: var(--pf-t--global--border--width--100);
|
|
5235
5270
|
--pf-t--global--border--width--divider--default: var(--pf-t--global--border--width--100);
|
|
5271
|
+
--pf-t--global--border--width--regular: var(--pf-t--global--border--width--100);
|
|
5236
5272
|
--pf-t--global--icon--color--300: var(--pf-t--color--white);
|
|
5237
5273
|
--pf-t--global--icon--color--200: var(--pf-t--color--gray--50);
|
|
5238
5274
|
--pf-t--global--icon--color--100: var(--pf-t--color--gray--90);
|
|
@@ -5262,6 +5298,18 @@
|
|
|
5262
5298
|
--pf-t--global--spacer--md: var(--pf-t--global--spacer--300);
|
|
5263
5299
|
--pf-t--global--spacer--sm: var(--pf-t--global--spacer--200);
|
|
5264
5300
|
--pf-t--global--spacer--xs: var(--pf-t--global--spacer--100);
|
|
5301
|
+
--pf-t--global--motion--duration--icon--long: var(--pf-t--global--motion--duration--md);
|
|
5302
|
+
--pf-t--global--motion--duration--icon--default: var(--pf-t--global--motion--duration--sm);
|
|
5303
|
+
--pf-t--global--motion--duration--icon--short: var(--pf-t--global--motion--duration--xs);
|
|
5304
|
+
--pf-t--global--motion--duration--slide-in--long: var(--pf-t--global--motion--duration--2xl);
|
|
5305
|
+
--pf-t--global--motion--duration--slide-in--default: var(--pf-t--global--motion--duration--xl);
|
|
5306
|
+
--pf-t--global--motion--duration--slide-in--short: var(--pf-t--global--motion--duration--lg);
|
|
5307
|
+
--pf-t--global--motion--duration--slide-out--long: var(--pf-t--global--motion--duration--2xl);
|
|
5308
|
+
--pf-t--global--motion--duration--slide-out--default: var(--pf-t--global--motion--duration--xl);
|
|
5309
|
+
--pf-t--global--motion--duration--slide-out--short: var(--pf-t--global--motion--duration--lg);
|
|
5310
|
+
--pf-t--global--motion--duration--fade--long: var(--pf-t--global--motion--duration--lg);
|
|
5311
|
+
--pf-t--global--motion--duration--fade--default: var(--pf-t--global--motion--duration--md);
|
|
5312
|
+
--pf-t--global--motion--duration--fade--short: var(--pf-t--global--motion--duration--sm);
|
|
5265
5313
|
--pf-t--global--text--color--status--warning--clicked: var(--pf-t--global--color--status--warning--300);
|
|
5266
5314
|
--pf-t--global--text--color--status--warning--hover: var(--pf-t--global--color--status--warning--300);
|
|
5267
5315
|
--pf-t--global--text--color--status--warning--default: var(--pf-t--global--color--status--warning--200);
|