@patternfly/patternfly 6.0.0-alpha.80 → 6.0.0-alpha.82
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/components/DualListSelector/dual-list-selector.css +56 -48
- package/components/DualListSelector/dual-list-selector.scss +57 -50
- package/components/Wizard/wizard.css +128 -205
- package/components/Wizard/wizard.scss +128 -180
- package/docs/components/Wizard/examples/Wizard.md +31 -7
- package/docs/demos/Wizard/examples/Wizard.md +108 -18
- package/package.json +1 -1
- package/patternfly-no-globals.css +199 -257
- package/patternfly-theme-dark-unversioned.css +199 -257
- package/patternfly.css +199 -257
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/components/DualListSelector/themes/dark/dual-list-selector.scss +0 -9
- package/components/Wizard/themes/dark/wizard.scss +0 -12
|
@@ -362,11 +362,21 @@ wrapperTag: div
|
|
|
362
362
|
type="button"
|
|
363
363
|
>Information</button>
|
|
364
364
|
</li>
|
|
365
|
-
<li
|
|
365
|
+
<li
|
|
366
|
+
class="pf-v5-c-wizard__nav-item pf-m-expandable pf-m-expanded"
|
|
367
|
+
>
|
|
366
368
|
<button
|
|
367
369
|
class="pf-v5-c-wizard__nav-link pf-m-current"
|
|
368
370
|
type="button"
|
|
369
|
-
|
|
371
|
+
aria-expanded="true"
|
|
372
|
+
>
|
|
373
|
+
<span class="pf-v5-c-wizard__nav-link-text">Configuration</span>
|
|
374
|
+
<span class="pf-v5-c-wizard__nav-link-toggle">
|
|
375
|
+
<span class="pf-v5-c-wizard__nav-link-toggle-icon">
|
|
376
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
377
|
+
</span>
|
|
378
|
+
</span>
|
|
379
|
+
</button>
|
|
370
380
|
<ol class="pf-v5-c-wizard__nav-list" role="list">
|
|
371
381
|
<li class="pf-v5-c-wizard__nav-item">
|
|
372
382
|
<button
|
|
@@ -925,11 +935,21 @@ wrapperTag: div
|
|
|
925
935
|
type="button"
|
|
926
936
|
>Information</button>
|
|
927
937
|
</li>
|
|
928
|
-
<li
|
|
938
|
+
<li
|
|
939
|
+
class="pf-v5-c-wizard__nav-item pf-m-expandable pf-m-expanded"
|
|
940
|
+
>
|
|
929
941
|
<button
|
|
930
942
|
class="pf-v5-c-wizard__nav-link pf-m-current"
|
|
931
943
|
type="button"
|
|
932
|
-
|
|
944
|
+
aria-expanded="true"
|
|
945
|
+
>
|
|
946
|
+
<span class="pf-v5-c-wizard__nav-link-text">Configuration</span>
|
|
947
|
+
<span class="pf-v5-c-wizard__nav-link-toggle">
|
|
948
|
+
<span class="pf-v5-c-wizard__nav-link-toggle-icon">
|
|
949
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
950
|
+
</span>
|
|
951
|
+
</span>
|
|
952
|
+
</button>
|
|
933
953
|
<ol class="pf-v5-c-wizard__nav-list" role="list">
|
|
934
954
|
<li class="pf-v5-c-wizard__nav-item">
|
|
935
955
|
<button
|
|
@@ -1470,11 +1490,21 @@ wrapperTag: div
|
|
|
1470
1490
|
type="button"
|
|
1471
1491
|
>Information</button>
|
|
1472
1492
|
</li>
|
|
1473
|
-
<li
|
|
1493
|
+
<li
|
|
1494
|
+
class="pf-v5-c-wizard__nav-item pf-m-expandable pf-m-expanded"
|
|
1495
|
+
>
|
|
1474
1496
|
<button
|
|
1475
1497
|
class="pf-v5-c-wizard__nav-link pf-m-current"
|
|
1476
1498
|
type="button"
|
|
1477
|
-
|
|
1499
|
+
aria-expanded="true"
|
|
1500
|
+
>
|
|
1501
|
+
<span class="pf-v5-c-wizard__nav-link-text">Configuration</span>
|
|
1502
|
+
<span class="pf-v5-c-wizard__nav-link-toggle">
|
|
1503
|
+
<span class="pf-v5-c-wizard__nav-link-toggle-icon">
|
|
1504
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1505
|
+
</span>
|
|
1506
|
+
</span>
|
|
1507
|
+
</button>
|
|
1478
1508
|
<ol class="pf-v5-c-wizard__nav-list" role="list">
|
|
1479
1509
|
<li class="pf-v5-c-wizard__nav-item">
|
|
1480
1510
|
<button
|
|
@@ -2099,11 +2129,21 @@ wrapperTag: div
|
|
|
2099
2129
|
type="button"
|
|
2100
2130
|
>Information</button>
|
|
2101
2131
|
</li>
|
|
2102
|
-
<li
|
|
2132
|
+
<li
|
|
2133
|
+
class="pf-v5-c-wizard__nav-item pf-m-expandable pf-m-expanded"
|
|
2134
|
+
>
|
|
2103
2135
|
<button
|
|
2104
2136
|
class="pf-v5-c-wizard__nav-link pf-m-current"
|
|
2105
2137
|
type="button"
|
|
2106
|
-
|
|
2138
|
+
aria-expanded="true"
|
|
2139
|
+
>
|
|
2140
|
+
<span class="pf-v5-c-wizard__nav-link-text">Configuration</span>
|
|
2141
|
+
<span class="pf-v5-c-wizard__nav-link-toggle">
|
|
2142
|
+
<span class="pf-v5-c-wizard__nav-link-toggle-icon">
|
|
2143
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2144
|
+
</span>
|
|
2145
|
+
</span>
|
|
2146
|
+
</button>
|
|
2107
2147
|
<ol class="pf-v5-c-wizard__nav-list" role="list">
|
|
2108
2148
|
<li class="pf-v5-c-wizard__nav-item">
|
|
2109
2149
|
<button
|
|
@@ -2727,11 +2767,21 @@ wrapperTag: div
|
|
|
2727
2767
|
type="button"
|
|
2728
2768
|
>Information</button>
|
|
2729
2769
|
</li>
|
|
2730
|
-
<li
|
|
2770
|
+
<li
|
|
2771
|
+
class="pf-v5-c-wizard__nav-item pf-m-expandable pf-m-expanded"
|
|
2772
|
+
>
|
|
2731
2773
|
<button
|
|
2732
2774
|
class="pf-v5-c-wizard__nav-link pf-m-current"
|
|
2733
2775
|
type="button"
|
|
2734
|
-
|
|
2776
|
+
aria-expanded="true"
|
|
2777
|
+
>
|
|
2778
|
+
<span class="pf-v5-c-wizard__nav-link-text">Configuration</span>
|
|
2779
|
+
<span class="pf-v5-c-wizard__nav-link-toggle">
|
|
2780
|
+
<span class="pf-v5-c-wizard__nav-link-toggle-icon">
|
|
2781
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2782
|
+
</span>
|
|
2783
|
+
</span>
|
|
2784
|
+
</button>
|
|
2735
2785
|
<ol class="pf-v5-c-wizard__nav-list" role="list">
|
|
2736
2786
|
<li class="pf-v5-c-wizard__nav-item">
|
|
2737
2787
|
<button
|
|
@@ -3161,11 +3211,21 @@ wrapperTag: div
|
|
|
3161
3211
|
type="button"
|
|
3162
3212
|
>Information</button>
|
|
3163
3213
|
</li>
|
|
3164
|
-
<li
|
|
3214
|
+
<li
|
|
3215
|
+
class="pf-v5-c-wizard__nav-item pf-m-expandable pf-m-expanded"
|
|
3216
|
+
>
|
|
3165
3217
|
<button
|
|
3166
3218
|
class="pf-v5-c-wizard__nav-link pf-m-current"
|
|
3167
3219
|
type="button"
|
|
3168
|
-
|
|
3220
|
+
aria-expanded="true"
|
|
3221
|
+
>
|
|
3222
|
+
<span class="pf-v5-c-wizard__nav-link-text">Configuration</span>
|
|
3223
|
+
<span class="pf-v5-c-wizard__nav-link-toggle">
|
|
3224
|
+
<span class="pf-v5-c-wizard__nav-link-toggle-icon">
|
|
3225
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
3226
|
+
</span>
|
|
3227
|
+
</span>
|
|
3228
|
+
</button>
|
|
3169
3229
|
<ol class="pf-v5-c-wizard__nav-list" role="list">
|
|
3170
3230
|
<li class="pf-v5-c-wizard__nav-item">
|
|
3171
3231
|
<button
|
|
@@ -3662,11 +3722,21 @@ wrapperTag: div
|
|
|
3662
3722
|
type="button"
|
|
3663
3723
|
>Information</button>
|
|
3664
3724
|
</li>
|
|
3665
|
-
<li
|
|
3725
|
+
<li
|
|
3726
|
+
class="pf-v5-c-wizard__nav-item pf-m-expandable pf-m-expanded"
|
|
3727
|
+
>
|
|
3666
3728
|
<button
|
|
3667
3729
|
class="pf-v5-c-wizard__nav-link pf-m-current"
|
|
3668
3730
|
type="button"
|
|
3669
|
-
|
|
3731
|
+
aria-expanded="true"
|
|
3732
|
+
>
|
|
3733
|
+
<span class="pf-v5-c-wizard__nav-link-text">Configuration</span>
|
|
3734
|
+
<span class="pf-v5-c-wizard__nav-link-toggle">
|
|
3735
|
+
<span class="pf-v5-c-wizard__nav-link-toggle-icon">
|
|
3736
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
3737
|
+
</span>
|
|
3738
|
+
</span>
|
|
3739
|
+
</button>
|
|
3670
3740
|
<ol class="pf-v5-c-wizard__nav-list" role="list">
|
|
3671
3741
|
<li class="pf-v5-c-wizard__nav-item">
|
|
3672
3742
|
<button
|
|
@@ -4145,11 +4215,21 @@ wrapperTag: div
|
|
|
4145
4215
|
type="button"
|
|
4146
4216
|
>Information</button>
|
|
4147
4217
|
</li>
|
|
4148
|
-
<li
|
|
4218
|
+
<li
|
|
4219
|
+
class="pf-v5-c-wizard__nav-item pf-m-expandable pf-m-expanded"
|
|
4220
|
+
>
|
|
4149
4221
|
<button
|
|
4150
4222
|
class="pf-v5-c-wizard__nav-link pf-m-current"
|
|
4151
4223
|
type="button"
|
|
4152
|
-
|
|
4224
|
+
aria-expanded="true"
|
|
4225
|
+
>
|
|
4226
|
+
<span class="pf-v5-c-wizard__nav-link-text">Configuration</span>
|
|
4227
|
+
<span class="pf-v5-c-wizard__nav-link-toggle">
|
|
4228
|
+
<span class="pf-v5-c-wizard__nav-link-toggle-icon">
|
|
4229
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
4230
|
+
</span>
|
|
4231
|
+
</span>
|
|
4232
|
+
</button>
|
|
4153
4233
|
<ol class="pf-v5-c-wizard__nav-list" role="list">
|
|
4154
4234
|
<li class="pf-v5-c-wizard__nav-item">
|
|
4155
4235
|
<button
|
|
@@ -4700,11 +4780,21 @@ wrapperTag: div
|
|
|
4700
4780
|
type="button"
|
|
4701
4781
|
>Information</button>
|
|
4702
4782
|
</li>
|
|
4703
|
-
<li
|
|
4783
|
+
<li
|
|
4784
|
+
class="pf-v5-c-wizard__nav-item pf-m-expandable pf-m-expanded"
|
|
4785
|
+
>
|
|
4704
4786
|
<button
|
|
4705
4787
|
class="pf-v5-c-wizard__nav-link pf-m-current"
|
|
4706
4788
|
type="button"
|
|
4707
|
-
|
|
4789
|
+
aria-expanded="true"
|
|
4790
|
+
>
|
|
4791
|
+
<span class="pf-v5-c-wizard__nav-link-text">Configuration</span>
|
|
4792
|
+
<span class="pf-v5-c-wizard__nav-link-toggle">
|
|
4793
|
+
<span class="pf-v5-c-wizard__nav-link-toggle-icon">
|
|
4794
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
4795
|
+
</span>
|
|
4796
|
+
</span>
|
|
4797
|
+
</button>
|
|
4708
4798
|
<ol class="pf-v5-c-wizard__nav-list" role="list">
|
|
4709
4799
|
<li class="pf-v5-c-wizard__nav-item">
|
|
4710
4800
|
<button
|