@patternfly/patternfly 5.0.0-alpha.5 → 5.0.0-alpha.7
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/ChipGroup/chip-group.css +29 -17
- package/components/ChipGroup/chip-group.scss +39 -22
- package/components/EmptyState/empty-state.css +46 -52
- package/components/EmptyState/empty-state.scss +58 -57
- package/components/Toolbar/toolbar.css +30 -2
- package/components/Toolbar/toolbar.scss +37 -3
- package/docs/components/CodeEditor/examples/CodeEditor.md +2 -6
- package/docs/components/EmptyState/examples/EmptyState.md +127 -79
- package/docs/components/Toolbar/examples/Toolbar.md +19 -16
- package/docs/components/Wizard/examples/Wizard.md +4 -7
- package/docs/demos/CardView/examples/CardView.md +1 -3
- package/docs/demos/DataList/examples/DataList.md +2 -4
- package/docs/demos/Masthead/examples/Masthead.md +3 -6
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +9 -6
- package/docs/demos/Table/examples/Table.md +18 -32
- package/docs/demos/Toolbar/examples/Toolbar.md +1589 -9
- package/package.json +1 -1
- package/patternfly-no-reset.css +105 -71
- package/patternfly.css +105 -71
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -726,7 +726,6 @@ wrapperTag: div
|
|
|
726
726
|
role="listbox"
|
|
727
727
|
aria-labelledby="masthead-toolbar-filters-example-masthead-toolbar-select-name-label"
|
|
728
728
|
hidden
|
|
729
|
-
style="width: 175px"
|
|
730
729
|
>
|
|
731
730
|
<li role="presentation">
|
|
732
731
|
<button
|
|
@@ -766,7 +765,7 @@ wrapperTag: div
|
|
|
766
765
|
</li>
|
|
767
766
|
</ul>
|
|
768
767
|
</div>
|
|
769
|
-
<div class="pf-c-text-input-group">
|
|
768
|
+
<div class="pf-c-text-input-group" style="width: auto">
|
|
770
769
|
<div class="pf-c-text-input-group__main pf-m-icon">
|
|
771
770
|
<span class="pf-c-text-input-group__text">
|
|
772
771
|
<span class="pf-c-text-input-group__icon">
|
|
@@ -1061,7 +1060,6 @@ wrapperTag: div
|
|
|
1061
1060
|
role="listbox"
|
|
1062
1061
|
aria-labelledby="masthead-toggle-group-filters-example-masthead-toolbar-select-name-label"
|
|
1063
1062
|
hidden
|
|
1064
|
-
style="width: 175px"
|
|
1065
1063
|
>
|
|
1066
1064
|
<li role="presentation">
|
|
1067
1065
|
<button
|
|
@@ -1101,7 +1099,7 @@ wrapperTag: div
|
|
|
1101
1099
|
</li>
|
|
1102
1100
|
</ul>
|
|
1103
1101
|
</div>
|
|
1104
|
-
<div class="pf-c-text-input-group">
|
|
1102
|
+
<div class="pf-c-text-input-group" style="width: auto">
|
|
1105
1103
|
<div class="pf-c-text-input-group__main pf-m-icon">
|
|
1106
1104
|
<span class="pf-c-text-input-group__text">
|
|
1107
1105
|
<span class="pf-c-text-input-group__icon">
|
|
@@ -3678,7 +3676,6 @@ wrapperTag: div
|
|
|
3678
3676
|
role="listbox"
|
|
3679
3677
|
aria-labelledby="masthead-toggle-group-filters-expanded-mobile-example-masthead-toolbar-select-name-label"
|
|
3680
3678
|
hidden
|
|
3681
|
-
style="width: 175px"
|
|
3682
3679
|
>
|
|
3683
3680
|
<li role="presentation">
|
|
3684
3681
|
<button
|
|
@@ -3715,7 +3712,7 @@ wrapperTag: div
|
|
|
3715
3712
|
</li>
|
|
3716
3713
|
</ul>
|
|
3717
3714
|
</div>
|
|
3718
|
-
<div class="pf-c-text-input-group">
|
|
3715
|
+
<div class="pf-c-text-input-group" style="width: auto">
|
|
3719
3716
|
<div class="pf-c-text-input-group__main pf-m-icon">
|
|
3720
3717
|
<span class="pf-c-text-input-group__text">
|
|
3721
3718
|
<span class="pf-c-text-input-group__icon">
|
|
@@ -944,7 +944,6 @@ wrapperTag: div
|
|
|
944
944
|
role="listbox"
|
|
945
945
|
aria-labelledby="primary-detail-expanded-example-drawer-toolbar-select-name-label"
|
|
946
946
|
hidden
|
|
947
|
-
style="width: 175px"
|
|
948
947
|
>
|
|
949
948
|
<li role="presentation">
|
|
950
949
|
<button
|
|
@@ -984,7 +983,10 @@ wrapperTag: div
|
|
|
984
983
|
</li>
|
|
985
984
|
</ul>
|
|
986
985
|
</div>
|
|
987
|
-
<div
|
|
986
|
+
<div
|
|
987
|
+
class="pf-c-text-input-group"
|
|
988
|
+
style="width: auto"
|
|
989
|
+
>
|
|
988
990
|
<div class="pf-c-text-input-group__main pf-m-icon">
|
|
989
991
|
<span class="pf-c-text-input-group__text">
|
|
990
992
|
<span class="pf-c-text-input-group__icon">
|
|
@@ -2821,7 +2823,6 @@ wrapperTag: div
|
|
|
2821
2823
|
role="listbox"
|
|
2822
2824
|
aria-labelledby="primary-detail-collapsed-example-drawer-toolbar-select-name-label"
|
|
2823
2825
|
hidden
|
|
2824
|
-
style="width: 175px"
|
|
2825
2826
|
>
|
|
2826
2827
|
<li role="presentation">
|
|
2827
2828
|
<button
|
|
@@ -2861,7 +2862,10 @@ wrapperTag: div
|
|
|
2861
2862
|
</li>
|
|
2862
2863
|
</ul>
|
|
2863
2864
|
</div>
|
|
2864
|
-
<div
|
|
2865
|
+
<div
|
|
2866
|
+
class="pf-c-text-input-group"
|
|
2867
|
+
style="width: auto"
|
|
2868
|
+
>
|
|
2865
2869
|
<div class="pf-c-text-input-group__main pf-m-icon">
|
|
2866
2870
|
<span class="pf-c-text-input-group__text">
|
|
2867
2871
|
<span class="pf-c-text-input-group__icon">
|
|
@@ -6376,7 +6380,6 @@ wrapperTag: div
|
|
|
6376
6380
|
role="listbox"
|
|
6377
6381
|
aria-labelledby="primary-detail-card-view-expanded-example-drawer-toolbar-select-name-label"
|
|
6378
6382
|
hidden
|
|
6379
|
-
style="width: 175px"
|
|
6380
6383
|
>
|
|
6381
6384
|
<li role="presentation">
|
|
6382
6385
|
<button
|
|
@@ -6416,7 +6419,7 @@ wrapperTag: div
|
|
|
6416
6419
|
</li>
|
|
6417
6420
|
</ul>
|
|
6418
6421
|
</div>
|
|
6419
|
-
<div class="pf-c-text-input-group">
|
|
6422
|
+
<div class="pf-c-text-input-group" style="width: auto">
|
|
6420
6423
|
<div class="pf-c-text-input-group__main pf-m-icon">
|
|
6421
6424
|
<span class="pf-c-text-input-group__text">
|
|
6422
6425
|
<span class="pf-c-text-input-group__icon">
|
|
@@ -971,7 +971,6 @@ wrapperTag: div
|
|
|
971
971
|
role="listbox"
|
|
972
972
|
aria-labelledby="-select-name-label"
|
|
973
973
|
hidden
|
|
974
|
-
style="width: 175px"
|
|
975
974
|
>
|
|
976
975
|
<li role="presentation">
|
|
977
976
|
<button
|
|
@@ -1011,7 +1010,7 @@ wrapperTag: div
|
|
|
1011
1010
|
</li>
|
|
1012
1011
|
</ul>
|
|
1013
1012
|
</div>
|
|
1014
|
-
<div class="pf-c-text-input-group">
|
|
1013
|
+
<div class="pf-c-text-input-group" style="width: auto">
|
|
1015
1014
|
<div class="pf-c-text-input-group__main pf-m-icon">
|
|
1016
1015
|
<span class="pf-c-text-input-group__text">
|
|
1017
1016
|
<span class="pf-c-text-input-group__icon">
|
|
@@ -2673,7 +2672,6 @@ wrapperTag: div
|
|
|
2673
2672
|
role="listbox"
|
|
2674
2673
|
aria-labelledby="-select-name-label"
|
|
2675
2674
|
hidden
|
|
2676
|
-
style="width: 175px"
|
|
2677
2675
|
>
|
|
2678
2676
|
<li role="presentation">
|
|
2679
2677
|
<button
|
|
@@ -2713,7 +2711,7 @@ wrapperTag: div
|
|
|
2713
2711
|
</li>
|
|
2714
2712
|
</ul>
|
|
2715
2713
|
</div>
|
|
2716
|
-
<div class="pf-c-text-input-group">
|
|
2714
|
+
<div class="pf-c-text-input-group" style="width: auto">
|
|
2717
2715
|
<div class="pf-c-text-input-group__main pf-m-icon">
|
|
2718
2716
|
<span class="pf-c-text-input-group__text">
|
|
2719
2717
|
<span class="pf-c-text-input-group__icon">
|
|
@@ -4555,7 +4553,6 @@ wrapperTag: div
|
|
|
4555
4553
|
role="listbox"
|
|
4556
4554
|
aria-labelledby="-select-name-label"
|
|
4557
4555
|
hidden
|
|
4558
|
-
style="width: 175px"
|
|
4559
4556
|
>
|
|
4560
4557
|
<li role="presentation">
|
|
4561
4558
|
<button
|
|
@@ -4595,7 +4592,7 @@ wrapperTag: div
|
|
|
4595
4592
|
</li>
|
|
4596
4593
|
</ul>
|
|
4597
4594
|
</div>
|
|
4598
|
-
<div class="pf-c-text-input-group">
|
|
4595
|
+
<div class="pf-c-text-input-group" style="width: auto">
|
|
4599
4596
|
<div class="pf-c-text-input-group__main pf-m-icon">
|
|
4600
4597
|
<span class="pf-c-text-input-group__text">
|
|
4601
4598
|
<span class="pf-c-text-input-group__icon">
|
|
@@ -6631,7 +6628,6 @@ wrapperTag: div
|
|
|
6631
6628
|
role="listbox"
|
|
6632
6629
|
aria-labelledby="-select-name-label"
|
|
6633
6630
|
hidden
|
|
6634
|
-
style="width: 175px"
|
|
6635
6631
|
>
|
|
6636
6632
|
<li role="presentation">
|
|
6637
6633
|
<button
|
|
@@ -6671,7 +6667,7 @@ wrapperTag: div
|
|
|
6671
6667
|
</li>
|
|
6672
6668
|
</ul>
|
|
6673
6669
|
</div>
|
|
6674
|
-
<div class="pf-c-text-input-group">
|
|
6670
|
+
<div class="pf-c-text-input-group" style="width: auto">
|
|
6675
6671
|
<div class="pf-c-text-input-group__main pf-m-icon">
|
|
6676
6672
|
<span class="pf-c-text-input-group__text">
|
|
6677
6673
|
<span class="pf-c-text-input-group__icon">
|
|
@@ -8375,7 +8371,6 @@ wrapperTag: div
|
|
|
8375
8371
|
role="listbox"
|
|
8376
8372
|
aria-labelledby="-select-name-label"
|
|
8377
8373
|
hidden
|
|
8378
|
-
style="width: 175px"
|
|
8379
8374
|
>
|
|
8380
8375
|
<li role="presentation">
|
|
8381
8376
|
<button
|
|
@@ -8415,7 +8410,7 @@ wrapperTag: div
|
|
|
8415
8410
|
</li>
|
|
8416
8411
|
</ul>
|
|
8417
8412
|
</div>
|
|
8418
|
-
<div class="pf-c-text-input-group">
|
|
8413
|
+
<div class="pf-c-text-input-group" style="width: auto">
|
|
8419
8414
|
<div class="pf-c-text-input-group__main pf-m-icon">
|
|
8420
8415
|
<span class="pf-c-text-input-group__text">
|
|
8421
8416
|
<span class="pf-c-text-input-group__icon">
|
|
@@ -14189,21 +14184,18 @@ wrapperTag: div
|
|
|
14189
14184
|
<td role="cell" colspan="8">
|
|
14190
14185
|
<div class="pf-c-empty-state pf-m-sm">
|
|
14191
14186
|
<div class="pf-c-empty-state__content">
|
|
14192
|
-
<
|
|
14193
|
-
class="fas fa- fa-search
|
|
14194
|
-
|
|
14195
|
-
></i>
|
|
14187
|
+
<div class="pf-c-empty-state__icon">
|
|
14188
|
+
<i class="fas fa- fa-search" aria-hidden="true"></i>
|
|
14189
|
+
</div>
|
|
14196
14190
|
|
|
14197
14191
|
<h2 class="pf-c-title pf-m-lg">No results found</h2>
|
|
14198
14192
|
<div
|
|
14199
14193
|
class="pf-c-empty-state__body"
|
|
14200
14194
|
>No results match the filter criteria. Remove all filters or clear all filters to show results.</div>
|
|
14201
|
-
<
|
|
14202
|
-
|
|
14203
|
-
|
|
14204
|
-
|
|
14205
|
-
>Clear all filters</button>
|
|
14206
|
-
</div>
|
|
14195
|
+
<button
|
|
14196
|
+
class="pf-c-button pf-m-link"
|
|
14197
|
+
type="button"
|
|
14198
|
+
>Clear all filters</button>
|
|
14207
14199
|
</div>
|
|
14208
14200
|
</div>
|
|
14209
14201
|
</td>
|
|
@@ -15188,7 +15180,6 @@ wrapperTag: div
|
|
|
15188
15180
|
role="listbox"
|
|
15189
15181
|
aria-labelledby="-select-name-label"
|
|
15190
15182
|
hidden
|
|
15191
|
-
style="width: 175px"
|
|
15192
15183
|
>
|
|
15193
15184
|
<li role="presentation">
|
|
15194
15185
|
<button
|
|
@@ -15228,7 +15219,7 @@ wrapperTag: div
|
|
|
15228
15219
|
</li>
|
|
15229
15220
|
</ul>
|
|
15230
15221
|
</div>
|
|
15231
|
-
<div class="pf-c-text-input-group">
|
|
15222
|
+
<div class="pf-c-text-input-group" style="width: auto">
|
|
15232
15223
|
<div class="pf-c-text-input-group__main pf-m-icon">
|
|
15233
15224
|
<span class="pf-c-text-input-group__text">
|
|
15234
15225
|
<span class="pf-c-text-input-group__icon">
|
|
@@ -17064,7 +17055,6 @@ wrapperTag: div
|
|
|
17064
17055
|
role="listbox"
|
|
17065
17056
|
aria-labelledby="-select-name-label"
|
|
17066
17057
|
hidden
|
|
17067
|
-
style="width: 175px"
|
|
17068
17058
|
>
|
|
17069
17059
|
<li role="presentation">
|
|
17070
17060
|
<button
|
|
@@ -17104,7 +17094,7 @@ wrapperTag: div
|
|
|
17104
17094
|
</li>
|
|
17105
17095
|
</ul>
|
|
17106
17096
|
</div>
|
|
17107
|
-
<div class="pf-c-text-input-group">
|
|
17097
|
+
<div class="pf-c-text-input-group" style="width: auto">
|
|
17108
17098
|
<div class="pf-c-text-input-group__main pf-m-icon">
|
|
17109
17099
|
<span class="pf-c-text-input-group__text">
|
|
17110
17100
|
<span class="pf-c-text-input-group__icon">
|
|
@@ -19023,7 +19013,6 @@ wrapperTag: div
|
|
|
19023
19013
|
role="listbox"
|
|
19024
19014
|
aria-labelledby="-select-name-label"
|
|
19025
19015
|
hidden
|
|
19026
|
-
style="width: 175px"
|
|
19027
19016
|
>
|
|
19028
19017
|
<li role="presentation">
|
|
19029
19018
|
<button
|
|
@@ -19063,7 +19052,7 @@ wrapperTag: div
|
|
|
19063
19052
|
</li>
|
|
19064
19053
|
</ul>
|
|
19065
19054
|
</div>
|
|
19066
|
-
<div class="pf-c-text-input-group">
|
|
19055
|
+
<div class="pf-c-text-input-group" style="width: auto">
|
|
19067
19056
|
<div class="pf-c-text-input-group__main pf-m-icon">
|
|
19068
19057
|
<span class="pf-c-text-input-group__text">
|
|
19069
19058
|
<span class="pf-c-text-input-group__icon">
|
|
@@ -20902,7 +20891,6 @@ wrapperTag: div
|
|
|
20902
20891
|
role="listbox"
|
|
20903
20892
|
aria-labelledby="-select-name-label"
|
|
20904
20893
|
hidden
|
|
20905
|
-
style="width: 175px"
|
|
20906
20894
|
>
|
|
20907
20895
|
<li role="presentation">
|
|
20908
20896
|
<button
|
|
@@ -20942,7 +20930,7 @@ wrapperTag: div
|
|
|
20942
20930
|
</li>
|
|
20943
20931
|
</ul>
|
|
20944
20932
|
</div>
|
|
20945
|
-
<div class="pf-c-text-input-group">
|
|
20933
|
+
<div class="pf-c-text-input-group" style="width: auto">
|
|
20946
20934
|
<div class="pf-c-text-input-group__main pf-m-icon">
|
|
20947
20935
|
<span class="pf-c-text-input-group__text">
|
|
20948
20936
|
<span class="pf-c-text-input-group__icon">
|
|
@@ -22702,7 +22690,6 @@ wrapperTag: div
|
|
|
22702
22690
|
role="listbox"
|
|
22703
22691
|
aria-labelledby="-select-name-label"
|
|
22704
22692
|
hidden
|
|
22705
|
-
style="width: 175px"
|
|
22706
22693
|
>
|
|
22707
22694
|
<li role="presentation">
|
|
22708
22695
|
<button
|
|
@@ -22742,7 +22729,7 @@ wrapperTag: div
|
|
|
22742
22729
|
</li>
|
|
22743
22730
|
</ul>
|
|
22744
22731
|
</div>
|
|
22745
|
-
<div class="pf-c-text-input-group">
|
|
22732
|
+
<div class="pf-c-text-input-group" style="width: auto">
|
|
22746
22733
|
<div class="pf-c-text-input-group__main pf-m-icon">
|
|
22747
22734
|
<span class="pf-c-text-input-group__text">
|
|
22748
22735
|
<span class="pf-c-text-input-group__icon">
|
|
@@ -24523,7 +24510,6 @@ wrapperTag: div
|
|
|
24523
24510
|
role="listbox"
|
|
24524
24511
|
aria-labelledby="-select-name-label"
|
|
24525
24512
|
hidden
|
|
24526
|
-
style="width: 175px"
|
|
24527
24513
|
>
|
|
24528
24514
|
<li role="presentation">
|
|
24529
24515
|
<button
|
|
@@ -24563,7 +24549,7 @@ wrapperTag: div
|
|
|
24563
24549
|
</li>
|
|
24564
24550
|
</ul>
|
|
24565
24551
|
</div>
|
|
24566
|
-
<div class="pf-c-text-input-group">
|
|
24552
|
+
<div class="pf-c-text-input-group" style="width: auto">
|
|
24567
24553
|
<div class="pf-c-text-input-group__main pf-m-icon">
|
|
24568
24554
|
<span class="pf-c-text-input-group__text">
|
|
24569
24555
|
<span class="pf-c-text-input-group__icon">
|