@patternfly/patternfly 6.0.0-alpha.225 → 6.0.0-alpha.227
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/ExpandableSection/expandable-section.css +0 -1
- package/components/ExpandableSection/expandable-section.scss +0 -1
- package/components/Table/table.css +39 -34
- package/components/Table/table.scss +48 -45
- package/components/_index.css +39 -35
- package/docs/components/Check/examples/Check.md +10 -15
- package/docs/components/DataList/examples/DataList.md +0 -13
- package/docs/components/InlineEdit/examples/InlineEdit.md +34 -7
- package/docs/components/Menu/examples/Menu.md +3 -12
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +3 -3
- package/docs/components/Table/examples/Table.md +3796 -1216
- package/docs/components/Toolbar/examples/Toolbar.md +0 -5
- package/docs/demos/Card/examples/Card.md +38 -14
- package/docs/demos/CardView/examples/CardView.md +0 -1
- package/docs/demos/DataList/examples/DataList.md +65 -53
- package/docs/demos/DescriptionList/examples/DescriptionList.md +30 -5
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +0 -1
- package/docs/demos/Table/examples/Table.md +1482 -548
- package/docs/demos/Tabs/examples/Tabs.md +66 -48
- package/docs/demos/Toolbar/examples/Toolbar.md +176 -58
- package/package.json +1 -1
- package/patternfly-no-globals.css +39 -35
- package/patternfly.css +39 -35
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -646,8 +646,19 @@ section: components
|
|
|
646
646
|
id="-table-table"
|
|
647
647
|
>
|
|
648
648
|
<thead class="pf-v6-c-table__thead">
|
|
649
|
-
<tr
|
|
650
|
-
|
|
649
|
+
<tr
|
|
650
|
+
class="pf-v6-c-table__tr"
|
|
651
|
+
role&#x3D;&quot;row&quot;
|
|
652
|
+
[object
|
|
653
|
+
Object]
|
|
654
|
+
>
|
|
655
|
+
<th
|
|
656
|
+
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
657
|
+
role="columnheader"
|
|
658
|
+
scope="col"
|
|
659
|
+
>
|
|
660
|
+
<span class="pf-v6-screen-reader">Row select</span>
|
|
661
|
+
</th>
|
|
651
662
|
|
|
652
663
|
<th
|
|
653
664
|
class="pf-v6-c-table__th"
|
|
@@ -679,18 +690,37 @@ section: components
|
|
|
679
690
|
scope="col"
|
|
680
691
|
>Last commit</th>
|
|
681
692
|
|
|
682
|
-
<
|
|
693
|
+
<th
|
|
694
|
+
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
695
|
+
role="columnheader"
|
|
696
|
+
scope="col"
|
|
697
|
+
>
|
|
698
|
+
<span class="pf-v6-screen-reader">Actions</span>
|
|
699
|
+
</th>
|
|
683
700
|
|
|
684
|
-
<
|
|
701
|
+
<th
|
|
702
|
+
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
703
|
+
role="columnheader"
|
|
704
|
+
scope="col"
|
|
705
|
+
>
|
|
706
|
+
<span class="pf-v6-screen-reader">Actions</span>
|
|
707
|
+
</th>
|
|
685
708
|
</tr>
|
|
686
709
|
</thead>
|
|
687
710
|
|
|
688
711
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
689
|
-
<tr
|
|
690
|
-
|
|
712
|
+
<tr
|
|
713
|
+
class="pf-v6-c-table__tr"
|
|
714
|
+
role&#x3D;&quot;row&quot;
|
|
715
|
+
[object
|
|
716
|
+
Object]
|
|
717
|
+
>
|
|
718
|
+
<td
|
|
719
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
720
|
+
aria-label="Check row"
|
|
721
|
+
>
|
|
691
722
|
<label
|
|
692
723
|
class="pf-v6-c-check pf-m-standalone"
|
|
693
|
-
id="-table-table-checkrow-2-check"
|
|
694
724
|
for="-table-table-checkrow-2-check-input"
|
|
695
725
|
>
|
|
696
726
|
<input
|
|
@@ -698,7 +728,7 @@ section: components
|
|
|
698
728
|
type="checkbox"
|
|
699
729
|
id="-table-table-checkrow-2-check-input"
|
|
700
730
|
name="-table-table-checkrow-2-check-input"
|
|
701
|
-
aria-label="
|
|
731
|
+
aria-label="Select row"
|
|
702
732
|
/>
|
|
703
733
|
</label>
|
|
704
734
|
</td>
|
|
@@ -746,7 +776,7 @@ section: components
|
|
|
746
776
|
<a href="#">Action link</a>
|
|
747
777
|
</td>
|
|
748
778
|
|
|
749
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
779
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
750
780
|
<button
|
|
751
781
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
752
782
|
type="button"
|
|
@@ -760,11 +790,18 @@ section: components
|
|
|
760
790
|
</td>
|
|
761
791
|
</tr>
|
|
762
792
|
|
|
763
|
-
<tr
|
|
764
|
-
|
|
793
|
+
<tr
|
|
794
|
+
class="pf-v6-c-table__tr"
|
|
795
|
+
role&#x3D;&quot;row&quot;
|
|
796
|
+
[object
|
|
797
|
+
Object]
|
|
798
|
+
>
|
|
799
|
+
<td
|
|
800
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
801
|
+
aria-label="Check row"
|
|
802
|
+
>
|
|
765
803
|
<label
|
|
766
804
|
class="pf-v6-c-check pf-m-standalone"
|
|
767
|
-
id="-table-table-checkrow-3-check"
|
|
768
805
|
for="-table-table-checkrow-3-check-input"
|
|
769
806
|
>
|
|
770
807
|
<input
|
|
@@ -772,7 +809,7 @@ section: components
|
|
|
772
809
|
type="checkbox"
|
|
773
810
|
id="-table-table-checkrow-3-check-input"
|
|
774
811
|
name="-table-table-checkrow-3-check-input"
|
|
775
|
-
aria-label="
|
|
812
|
+
aria-label="Select row"
|
|
776
813
|
/>
|
|
777
814
|
</label>
|
|
778
815
|
</td>
|
|
@@ -820,7 +857,7 @@ section: components
|
|
|
820
857
|
<a href="#">Action link</a>
|
|
821
858
|
</td>
|
|
822
859
|
|
|
823
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
860
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
824
861
|
<button
|
|
825
862
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
826
863
|
type="button"
|
|
@@ -834,11 +871,18 @@ section: components
|
|
|
834
871
|
</td>
|
|
835
872
|
</tr>
|
|
836
873
|
|
|
837
|
-
<tr
|
|
838
|
-
|
|
874
|
+
<tr
|
|
875
|
+
class="pf-v6-c-table__tr"
|
|
876
|
+
role&#x3D;&quot;row&quot;
|
|
877
|
+
[object
|
|
878
|
+
Object]
|
|
879
|
+
>
|
|
880
|
+
<td
|
|
881
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
882
|
+
aria-label="Check row"
|
|
883
|
+
>
|
|
839
884
|
<label
|
|
840
885
|
class="pf-v6-c-check pf-m-standalone"
|
|
841
|
-
id="-table-table-checkrow-4-check"
|
|
842
886
|
for="-table-table-checkrow-4-check-input"
|
|
843
887
|
>
|
|
844
888
|
<input
|
|
@@ -846,7 +890,7 @@ section: components
|
|
|
846
890
|
type="checkbox"
|
|
847
891
|
id="-table-table-checkrow-4-check-input"
|
|
848
892
|
name="-table-table-checkrow-4-check-input"
|
|
849
|
-
aria-label="
|
|
893
|
+
aria-label="Select row"
|
|
850
894
|
/>
|
|
851
895
|
</label>
|
|
852
896
|
</td>
|
|
@@ -894,7 +938,7 @@ section: components
|
|
|
894
938
|
<a href="#">Action link</a>
|
|
895
939
|
</td>
|
|
896
940
|
|
|
897
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
941
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
898
942
|
<button
|
|
899
943
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
900
944
|
type="button"
|
|
@@ -908,11 +952,18 @@ section: components
|
|
|
908
952
|
</td>
|
|
909
953
|
</tr>
|
|
910
954
|
|
|
911
|
-
<tr
|
|
912
|
-
|
|
955
|
+
<tr
|
|
956
|
+
class="pf-v6-c-table__tr"
|
|
957
|
+
role&#x3D;&quot;row&quot;
|
|
958
|
+
[object
|
|
959
|
+
Object]
|
|
960
|
+
>
|
|
961
|
+
<td
|
|
962
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
963
|
+
aria-label="Check row"
|
|
964
|
+
>
|
|
913
965
|
<label
|
|
914
966
|
class="pf-v6-c-check pf-m-standalone"
|
|
915
|
-
id="-table-table-checkrow-5-check"
|
|
916
967
|
for="-table-table-checkrow-5-check-input"
|
|
917
968
|
>
|
|
918
969
|
<input
|
|
@@ -920,7 +971,7 @@ section: components
|
|
|
920
971
|
type="checkbox"
|
|
921
972
|
id="-table-table-checkrow-5-check-input"
|
|
922
973
|
name="-table-table-checkrow-5-check-input"
|
|
923
|
-
aria-label="
|
|
974
|
+
aria-label="Select row"
|
|
924
975
|
/>
|
|
925
976
|
</label>
|
|
926
977
|
</td>
|
|
@@ -968,7 +1019,7 @@ section: components
|
|
|
968
1019
|
<a href="#">Action link</a>
|
|
969
1020
|
</td>
|
|
970
1021
|
|
|
971
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
1022
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
972
1023
|
<button
|
|
973
1024
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
974
1025
|
type="button"
|
|
@@ -982,11 +1033,18 @@ section: components
|
|
|
982
1033
|
</td>
|
|
983
1034
|
</tr>
|
|
984
1035
|
|
|
985
|
-
<tr
|
|
986
|
-
|
|
1036
|
+
<tr
|
|
1037
|
+
class="pf-v6-c-table__tr"
|
|
1038
|
+
role&#x3D;&quot;row&quot;
|
|
1039
|
+
[object
|
|
1040
|
+
Object]
|
|
1041
|
+
>
|
|
1042
|
+
<td
|
|
1043
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
1044
|
+
aria-label="Check row"
|
|
1045
|
+
>
|
|
987
1046
|
<label
|
|
988
1047
|
class="pf-v6-c-check pf-m-standalone"
|
|
989
|
-
id="-table-table-checkrow-6-check"
|
|
990
1048
|
for="-table-table-checkrow-6-check-input"
|
|
991
1049
|
>
|
|
992
1050
|
<input
|
|
@@ -994,10 +1052,11 @@ section: components
|
|
|
994
1052
|
type="checkbox"
|
|
995
1053
|
id="-table-table-checkrow-6-check-input"
|
|
996
1054
|
name="-table-table-checkrow-6-check-input"
|
|
997
|
-
aria-label="
|
|
1055
|
+
aria-label="Select row"
|
|
998
1056
|
/>
|
|
999
1057
|
</label>
|
|
1000
1058
|
</td>
|
|
1059
|
+
|
|
1001
1060
|
<td
|
|
1002
1061
|
class="pf-v6-c-table__td"
|
|
1003
1062
|
role="cell"
|
|
@@ -1040,7 +1099,7 @@ section: components
|
|
|
1040
1099
|
<a href="#">Action link</a>
|
|
1041
1100
|
</td>
|
|
1042
1101
|
|
|
1043
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
1102
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
1044
1103
|
<button
|
|
1045
1104
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1046
1105
|
type="button"
|
|
@@ -2841,8 +2900,19 @@ section: components
|
|
|
2841
2900
|
id="toolbar-and-table-static-search-overflow-menu-collapsed-table"
|
|
2842
2901
|
>
|
|
2843
2902
|
<thead class="pf-v6-c-table__thead">
|
|
2844
|
-
<tr
|
|
2845
|
-
|
|
2903
|
+
<tr
|
|
2904
|
+
class="pf-v6-c-table__tr"
|
|
2905
|
+
role&#x3D;&quot;row&quot;
|
|
2906
|
+
[object
|
|
2907
|
+
Object]
|
|
2908
|
+
>
|
|
2909
|
+
<th
|
|
2910
|
+
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
2911
|
+
role="columnheader"
|
|
2912
|
+
scope="col"
|
|
2913
|
+
>
|
|
2914
|
+
<span class="pf-v6-screen-reader">Row select</span>
|
|
2915
|
+
</th>
|
|
2846
2916
|
|
|
2847
2917
|
<th
|
|
2848
2918
|
class="pf-v6-c-table__th"
|
|
@@ -2874,18 +2944,37 @@ section: components
|
|
|
2874
2944
|
scope="col"
|
|
2875
2945
|
>Last commit</th>
|
|
2876
2946
|
|
|
2877
|
-
<
|
|
2947
|
+
<th
|
|
2948
|
+
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
2949
|
+
role="columnheader"
|
|
2950
|
+
scope="col"
|
|
2951
|
+
>
|
|
2952
|
+
<span class="pf-v6-screen-reader">Actions</span>
|
|
2953
|
+
</th>
|
|
2878
2954
|
|
|
2879
|
-
<
|
|
2955
|
+
<th
|
|
2956
|
+
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
2957
|
+
role="columnheader"
|
|
2958
|
+
scope="col"
|
|
2959
|
+
>
|
|
2960
|
+
<span class="pf-v6-screen-reader">Actions</span>
|
|
2961
|
+
</th>
|
|
2880
2962
|
</tr>
|
|
2881
2963
|
</thead>
|
|
2882
2964
|
|
|
2883
2965
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
2884
|
-
<tr
|
|
2885
|
-
|
|
2966
|
+
<tr
|
|
2967
|
+
class="pf-v6-c-table__tr"
|
|
2968
|
+
role&#x3D;&quot;row&quot;
|
|
2969
|
+
[object
|
|
2970
|
+
Object]
|
|
2971
|
+
>
|
|
2972
|
+
<td
|
|
2973
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
2974
|
+
aria-label="Check row"
|
|
2975
|
+
>
|
|
2886
2976
|
<label
|
|
2887
2977
|
class="pf-v6-c-check pf-m-standalone"
|
|
2888
|
-
id="toolbar-and-table-static-search-overflow-menu-collapsed-table-checkrow-2-check"
|
|
2889
2978
|
for="toolbar-and-table-static-search-overflow-menu-collapsed-table-checkrow-2-check-input"
|
|
2890
2979
|
>
|
|
2891
2980
|
<input
|
|
@@ -2893,7 +2982,7 @@ section: components
|
|
|
2893
2982
|
type="checkbox"
|
|
2894
2983
|
id="toolbar-and-table-static-search-overflow-menu-collapsed-table-checkrow-2-check-input"
|
|
2895
2984
|
name="toolbar-and-table-static-search-overflow-menu-collapsed-table-checkrow-2-check-input"
|
|
2896
|
-
aria-label="
|
|
2985
|
+
aria-label="Select row"
|
|
2897
2986
|
/>
|
|
2898
2987
|
</label>
|
|
2899
2988
|
</td>
|
|
@@ -2943,7 +3032,7 @@ section: components
|
|
|
2943
3032
|
<a href="#">Action link</a>
|
|
2944
3033
|
</td>
|
|
2945
3034
|
|
|
2946
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
3035
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
2947
3036
|
<button
|
|
2948
3037
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
2949
3038
|
type="button"
|
|
@@ -2957,11 +3046,18 @@ section: components
|
|
|
2957
3046
|
</td>
|
|
2958
3047
|
</tr>
|
|
2959
3048
|
|
|
2960
|
-
<tr
|
|
2961
|
-
|
|
3049
|
+
<tr
|
|
3050
|
+
class="pf-v6-c-table__tr"
|
|
3051
|
+
role&#x3D;&quot;row&quot;
|
|
3052
|
+
[object
|
|
3053
|
+
Object]
|
|
3054
|
+
>
|
|
3055
|
+
<td
|
|
3056
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
3057
|
+
aria-label="Check row"
|
|
3058
|
+
>
|
|
2962
3059
|
<label
|
|
2963
3060
|
class="pf-v6-c-check pf-m-standalone"
|
|
2964
|
-
id="toolbar-and-table-static-search-overflow-menu-collapsed-table-checkrow-3-check"
|
|
2965
3061
|
for="toolbar-and-table-static-search-overflow-menu-collapsed-table-checkrow-3-check-input"
|
|
2966
3062
|
>
|
|
2967
3063
|
<input
|
|
@@ -2969,7 +3065,7 @@ section: components
|
|
|
2969
3065
|
type="checkbox"
|
|
2970
3066
|
id="toolbar-and-table-static-search-overflow-menu-collapsed-table-checkrow-3-check-input"
|
|
2971
3067
|
name="toolbar-and-table-static-search-overflow-menu-collapsed-table-checkrow-3-check-input"
|
|
2972
|
-
aria-label="
|
|
3068
|
+
aria-label="Select row"
|
|
2973
3069
|
/>
|
|
2974
3070
|
</label>
|
|
2975
3071
|
</td>
|
|
@@ -3019,7 +3115,7 @@ section: components
|
|
|
3019
3115
|
<a href="#">Action link</a>
|
|
3020
3116
|
</td>
|
|
3021
3117
|
|
|
3022
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
3118
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
3023
3119
|
<button
|
|
3024
3120
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3025
3121
|
type="button"
|
|
@@ -3033,11 +3129,18 @@ section: components
|
|
|
3033
3129
|
</td>
|
|
3034
3130
|
</tr>
|
|
3035
3131
|
|
|
3036
|
-
<tr
|
|
3037
|
-
|
|
3132
|
+
<tr
|
|
3133
|
+
class="pf-v6-c-table__tr"
|
|
3134
|
+
role&#x3D;&quot;row&quot;
|
|
3135
|
+
[object
|
|
3136
|
+
Object]
|
|
3137
|
+
>
|
|
3138
|
+
<td
|
|
3139
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
3140
|
+
aria-label="Check row"
|
|
3141
|
+
>
|
|
3038
3142
|
<label
|
|
3039
3143
|
class="pf-v6-c-check pf-m-standalone"
|
|
3040
|
-
id="toolbar-and-table-static-search-overflow-menu-collapsed-table-checkrow-4-check"
|
|
3041
3144
|
for="toolbar-and-table-static-search-overflow-menu-collapsed-table-checkrow-4-check-input"
|
|
3042
3145
|
>
|
|
3043
3146
|
<input
|
|
@@ -3045,7 +3148,7 @@ section: components
|
|
|
3045
3148
|
type="checkbox"
|
|
3046
3149
|
id="toolbar-and-table-static-search-overflow-menu-collapsed-table-checkrow-4-check-input"
|
|
3047
3150
|
name="toolbar-and-table-static-search-overflow-menu-collapsed-table-checkrow-4-check-input"
|
|
3048
|
-
aria-label="
|
|
3151
|
+
aria-label="Select row"
|
|
3049
3152
|
/>
|
|
3050
3153
|
</label>
|
|
3051
3154
|
</td>
|
|
@@ -3095,7 +3198,7 @@ section: components
|
|
|
3095
3198
|
<a href="#">Action link</a>
|
|
3096
3199
|
</td>
|
|
3097
3200
|
|
|
3098
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
3201
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
3099
3202
|
<button
|
|
3100
3203
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3101
3204
|
type="button"
|
|
@@ -3109,11 +3212,18 @@ section: components
|
|
|
3109
3212
|
</td>
|
|
3110
3213
|
</tr>
|
|
3111
3214
|
|
|
3112
|
-
<tr
|
|
3113
|
-
|
|
3215
|
+
<tr
|
|
3216
|
+
class="pf-v6-c-table__tr"
|
|
3217
|
+
role&#x3D;&quot;row&quot;
|
|
3218
|
+
[object
|
|
3219
|
+
Object]
|
|
3220
|
+
>
|
|
3221
|
+
<td
|
|
3222
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
3223
|
+
aria-label="Check row"
|
|
3224
|
+
>
|
|
3114
3225
|
<label
|
|
3115
3226
|
class="pf-v6-c-check pf-m-standalone"
|
|
3116
|
-
id="toolbar-and-table-static-search-overflow-menu-collapsed-table-checkrow-5-check"
|
|
3117
3227
|
for="toolbar-and-table-static-search-overflow-menu-collapsed-table-checkrow-5-check-input"
|
|
3118
3228
|
>
|
|
3119
3229
|
<input
|
|
@@ -3121,7 +3231,7 @@ section: components
|
|
|
3121
3231
|
type="checkbox"
|
|
3122
3232
|
id="toolbar-and-table-static-search-overflow-menu-collapsed-table-checkrow-5-check-input"
|
|
3123
3233
|
name="toolbar-and-table-static-search-overflow-menu-collapsed-table-checkrow-5-check-input"
|
|
3124
|
-
aria-label="
|
|
3234
|
+
aria-label="Select row"
|
|
3125
3235
|
/>
|
|
3126
3236
|
</label>
|
|
3127
3237
|
</td>
|
|
@@ -3171,7 +3281,7 @@ section: components
|
|
|
3171
3281
|
<a href="#">Action link</a>
|
|
3172
3282
|
</td>
|
|
3173
3283
|
|
|
3174
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
3284
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
3175
3285
|
<button
|
|
3176
3286
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3177
3287
|
type="button"
|
|
@@ -3185,11 +3295,18 @@ section: components
|
|
|
3185
3295
|
</td>
|
|
3186
3296
|
</tr>
|
|
3187
3297
|
|
|
3188
|
-
<tr
|
|
3189
|
-
|
|
3298
|
+
<tr
|
|
3299
|
+
class="pf-v6-c-table__tr"
|
|
3300
|
+
role&#x3D;&quot;row&quot;
|
|
3301
|
+
[object
|
|
3302
|
+
Object]
|
|
3303
|
+
>
|
|
3304
|
+
<td
|
|
3305
|
+
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
3306
|
+
aria-label="Check row"
|
|
3307
|
+
>
|
|
3190
3308
|
<label
|
|
3191
3309
|
class="pf-v6-c-check pf-m-standalone"
|
|
3192
|
-
id="toolbar-and-table-static-search-overflow-menu-collapsed-table-checkrow-6-check"
|
|
3193
3310
|
for="toolbar-and-table-static-search-overflow-menu-collapsed-table-checkrow-6-check-input"
|
|
3194
3311
|
>
|
|
3195
3312
|
<input
|
|
@@ -3197,10 +3314,11 @@ section: components
|
|
|
3197
3314
|
type="checkbox"
|
|
3198
3315
|
id="toolbar-and-table-static-search-overflow-menu-collapsed-table-checkrow-6-check-input"
|
|
3199
3316
|
name="toolbar-and-table-static-search-overflow-menu-collapsed-table-checkrow-6-check-input"
|
|
3200
|
-
aria-label="
|
|
3317
|
+
aria-label="Select row"
|
|
3201
3318
|
/>
|
|
3202
3319
|
</label>
|
|
3203
3320
|
</td>
|
|
3321
|
+
|
|
3204
3322
|
<td
|
|
3205
3323
|
class="pf-v6-c-table__td"
|
|
3206
3324
|
role="cell"
|
|
@@ -3245,7 +3363,7 @@ section: components
|
|
|
3245
3363
|
<a href="#">Action link</a>
|
|
3246
3364
|
</td>
|
|
3247
3365
|
|
|
3248
|
-
<td class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
3366
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
3249
3367
|
<button
|
|
3250
3368
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3251
3369
|
type="button"
|
package/package.json
CHANGED
|
@@ -12182,7 +12182,6 @@ ul) {
|
|
|
12182
12182
|
display: flex;
|
|
12183
12183
|
flex-direction: column;
|
|
12184
12184
|
gap: var(--pf-v6-c-expandable-section--Gap);
|
|
12185
|
-
align-items: start;
|
|
12186
12185
|
}
|
|
12187
12186
|
.pf-v6-c-expandable-section.pf-m-expanded {
|
|
12188
12187
|
--pf-v6-c-expandable-section__toggle-icon--Rotate: var(--pf-v6-c-expandable-section--m-expanded__toggle-icon--Rotate);
|
|
@@ -22452,6 +22451,11 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
22452
22451
|
.pf-v6-c-table thead:where(.pf-v6-c-table__thead) {
|
|
22453
22452
|
--pf-v6-c-table--cell--FontSize: var(--pf-v6-c-table__thead--cell--FontSize);
|
|
22454
22453
|
--pf-v6-c-table--cell--FontWeight: var(--pf-v6-c-table__thead--cell--FontWeight);
|
|
22454
|
+
--pf-v6-c-table--cell--MinWidth: var(--pf-v6-c-table--m-truncate--cell--MinWidth);
|
|
22455
|
+
--pf-v6-c-table--cell--MaxWidth: var(--pf-v6-c-table--m-truncate--cell--MaxWidth);
|
|
22456
|
+
--pf-v6-c-table--cell--Overflow: hidden;
|
|
22457
|
+
--pf-v6-c-table--cell--TextOverflow: ellipsis;
|
|
22458
|
+
--pf-v6-c-table--cell--WhiteSpace: nowrap;
|
|
22455
22459
|
}
|
|
22456
22460
|
.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nested-column-header button:where(.pf-v6-c-button) {
|
|
22457
22461
|
outline-offset: var(--pf-v6-c-table__thead--m-nested-column-header--button--OutlineOffset);
|
|
@@ -22478,40 +22482,6 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
22478
22482
|
.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td).pf-m-help {
|
|
22479
22483
|
min-width: var(--pf-v6-c-table__th--m-help--MinWidth);
|
|
22480
22484
|
}
|
|
22481
|
-
.pf-v6-c-table > thead, .pf-v6-c-table :where([class*=pf-v6-c-table]).pf-m-truncate, :where(.pf-v6-c-table) > :is(thead, tbody).pf-m-truncate {
|
|
22482
|
-
--pf-v6-c-table--cell--MinWidth: var(--pf-v6-c-table--m-truncate--cell--MinWidth);
|
|
22483
|
-
--pf-v6-c-table--cell--MaxWidth: var(--pf-v6-c-table--m-truncate--cell--MaxWidth);
|
|
22484
|
-
--pf-v6-c-table--cell--Overflow: hidden;
|
|
22485
|
-
--pf-v6-c-table--cell--TextOverflow: ellipsis;
|
|
22486
|
-
--pf-v6-c-table--cell--WhiteSpace: nowrap;
|
|
22487
|
-
}
|
|
22488
|
-
|
|
22489
|
-
.pf-v6-c-table :where([class*=pf-v6-c-table]).pf-m-wrap, :where(.pf-v6-c-table) > :is(thead, tbody).pf-m-wrap {
|
|
22490
|
-
--pf-v6-c-table--cell--MinWidth: 0;
|
|
22491
|
-
--pf-v6-c-table--cell--MaxWidth: none;
|
|
22492
|
-
--pf-v6-c-table--cell--Overflow: visible;
|
|
22493
|
-
--pf-v6-c-table--cell--TextOverflow: clip;
|
|
22494
|
-
--pf-v6-c-table--cell--WhiteSpace: normal;
|
|
22495
|
-
}
|
|
22496
|
-
.pf-v6-c-table :where([class*=pf-v6-c-table]).pf-m-nowrap, :where(.pf-v6-c-table) > :is(thead, tbody).pf-m-nowrap {
|
|
22497
|
-
--pf-v6-c-table--cell--MinWidth: 0;
|
|
22498
|
-
--pf-v6-c-table--cell--MaxWidth: none;
|
|
22499
|
-
--pf-v6-c-table--cell--Overflow: visible;
|
|
22500
|
-
--pf-v6-c-table--cell--TextOverflow: clip;
|
|
22501
|
-
--pf-v6-c-table--cell--WhiteSpace: nowrap;
|
|
22502
|
-
}
|
|
22503
|
-
.pf-v6-c-table :where([class*=pf-v6-c-table]) .pf-v6-c-table__icon, .pf-v6-c-table :where([class*=pf-v6-c-table]).pf-m-fit-content, :where(.pf-v6-c-table) > :is(thead, tbody) .pf-v6-c-table__icon, :where(.pf-v6-c-table) > :is(thead, tbody).pf-m-fit-content {
|
|
22504
|
-
--pf-v6-c-table--cell--MinWidth: fit-content;
|
|
22505
|
-
--pf-v6-c-table--cell--MaxWidth: none;
|
|
22506
|
-
--pf-v6-c-table--cell--Width: 1%;
|
|
22507
|
-
--pf-v6-c-table--cell--Overflow: visible;
|
|
22508
|
-
--pf-v6-c-table--cell--TextOverflow: clip;
|
|
22509
|
-
--pf-v6-c-table--cell--WhiteSpace: nowrap;
|
|
22510
|
-
}
|
|
22511
|
-
.pf-v6-c-table :where([class*=pf-v6-c-table]).pf-m-break-word, :where(.pf-v6-c-table) > :is(thead, tbody).pf-m-break-word {
|
|
22512
|
-
--pf-v6-c-table--cell--WordBreak: break-word;
|
|
22513
|
-
--pf-v6-c-table--cell--WhiteSpace: normal;
|
|
22514
|
-
}
|
|
22515
22485
|
.pf-v6-c-table.pf-m-no-border-rows > tbody:where(.pf-v6-c-table__tbody) {
|
|
22516
22486
|
--pf-v6-c-table__tr--BorderBlockEndWidth: 0;
|
|
22517
22487
|
--pf-v6-c-table__tbody--BorderBlockEndWidth: 0;
|
|
@@ -22575,6 +22545,40 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
22575
22545
|
--pf-v6-c-table__sort-indicator--MarginInlineStart: 0;
|
|
22576
22546
|
}
|
|
22577
22547
|
|
|
22548
|
+
[class*=pf-v6-c-table].pf-m-truncate {
|
|
22549
|
+
--pf-v6-c-table--cell--MinWidth: var(--pf-v6-c-table--m-truncate--cell--MinWidth);
|
|
22550
|
+
--pf-v6-c-table--cell--MaxWidth: var(--pf-v6-c-table--m-truncate--cell--MaxWidth);
|
|
22551
|
+
--pf-v6-c-table--cell--Overflow: hidden;
|
|
22552
|
+
--pf-v6-c-table--cell--TextOverflow: ellipsis;
|
|
22553
|
+
--pf-v6-c-table--cell--WhiteSpace: nowrap;
|
|
22554
|
+
}
|
|
22555
|
+
[class*=pf-v6-c-table].pf-m-wrap {
|
|
22556
|
+
--pf-v6-c-table--cell--MinWidth: 0;
|
|
22557
|
+
--pf-v6-c-table--cell--MaxWidth: none;
|
|
22558
|
+
--pf-v6-c-table--cell--Overflow: visible;
|
|
22559
|
+
--pf-v6-c-table--cell--TextOverflow: clip;
|
|
22560
|
+
--pf-v6-c-table--cell--WhiteSpace: normal;
|
|
22561
|
+
}
|
|
22562
|
+
[class*=pf-v6-c-table].pf-m-nowrap {
|
|
22563
|
+
--pf-v6-c-table--cell--MinWidth: 0;
|
|
22564
|
+
--pf-v6-c-table--cell--MaxWidth: none;
|
|
22565
|
+
--pf-v6-c-table--cell--Overflow: visible;
|
|
22566
|
+
--pf-v6-c-table--cell--TextOverflow: clip;
|
|
22567
|
+
--pf-v6-c-table--cell--WhiteSpace: nowrap;
|
|
22568
|
+
}
|
|
22569
|
+
[class*=pf-v6-c-table] .pf-v6-c-table__icon, [class*=pf-v6-c-table].pf-m-fit-content {
|
|
22570
|
+
--pf-v6-c-table--cell--MinWidth: fit-content;
|
|
22571
|
+
--pf-v6-c-table--cell--MaxWidth: none;
|
|
22572
|
+
--pf-v6-c-table--cell--Width: 1%;
|
|
22573
|
+
--pf-v6-c-table--cell--Overflow: visible;
|
|
22574
|
+
--pf-v6-c-table--cell--TextOverflow: clip;
|
|
22575
|
+
--pf-v6-c-table--cell--WhiteSpace: nowrap;
|
|
22576
|
+
}
|
|
22577
|
+
[class*=pf-v6-c-table].pf-m-break-word {
|
|
22578
|
+
--pf-v6-c-table--cell--WordBreak: break-word;
|
|
22579
|
+
--pf-v6-c-table--cell--WhiteSpace: normal;
|
|
22580
|
+
}
|
|
22581
|
+
|
|
22578
22582
|
.pf-v6-c-table__text {
|
|
22579
22583
|
--pf-v6-c-table--cell--MaxWidth: 100%;
|
|
22580
22584
|
position: relative;
|