@patternfly/patternfly 6.0.0-alpha.173 → 6.0.0-alpha.175
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/Button/button.css +5 -1
- package/components/Button/button.scss +5 -1
- package/components/Card/card.css +2 -2
- package/components/Card/card.scss +1 -1
- package/components/ClipboardCopy/clipboard-copy.css +2 -2
- package/components/ClipboardCopy/clipboard-copy.scss +2 -2
- package/components/Content/content.css +19 -43
- package/components/Content/content.scss +17 -60
- package/components/JumpLinks/jump-links.css +0 -7
- package/components/JumpLinks/jump-links.scss +0 -9
- package/components/Label/label.css +2 -2
- package/components/Label/label.scss +2 -2
- package/components/List/list.css +33 -40
- package/components/List/list.scss +39 -48
- package/components/NumberInput/number-input.css +0 -1
- package/components/NumberInput/number-input.scss +0 -1
- package/components/Tabs/tabs.css +1 -18
- package/components/Tabs/tabs.scss +1 -18
- package/components/_index.css +64 -116
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +1 -1
- package/docs/components/ActionList/examples/ActionList.md +7 -7
- package/docs/components/Alert/examples/Alert.md +44 -46
- package/docs/components/BackToTop/examples/BackToTop.md +3 -5
- package/docs/components/Banner/examples/Banner.md +1 -1
- package/docs/components/Button/examples/Button.md +35 -35
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +8 -8
- package/docs/components/Card/examples/Card.md +36 -20
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +32 -29
- package/docs/components/CodeBlock/examples/CodeBlock.md +6 -6
- package/docs/components/CodeEditor/examples/CodeEditor.md +18 -21
- package/docs/components/DataList/examples/DataList.md +17 -17
- package/docs/components/DatePicker/examples/DatePicker.md +6 -6
- package/docs/components/DescriptionList/examples/DescriptionList.md +100 -150
- package/docs/components/Drawer/examples/Drawer.md +19 -19
- package/docs/components/DualListSelector/examples/DualListSelector.md +84 -84
- package/docs/components/EmptyState/examples/EmptyState.md +6 -6
- package/docs/components/Form/examples/Form.md +18 -19
- package/docs/components/Hint/examples/Hint.md +2 -2
- package/docs/components/InlineEdit/examples/InlineEdit.md +24 -24
- package/docs/components/InputGroup/examples/InputGroup.md +2 -2
- package/docs/components/JumpLinks/examples/JumpLinks.md +8 -8
- package/docs/components/Label/examples/Label.md +217 -217
- package/docs/components/LogViewer/examples/LogViewer.md +77 -97
- package/docs/components/Login/examples/Login.md +37 -32
- package/docs/components/Masthead/examples/masthead.md +6 -6
- package/docs/components/Menu/examples/Menu.md +10 -10
- package/docs/components/MenuToggle/examples/MenuToggle.md +1 -1
- package/docs/components/ModalBox/examples/ModalBox.md +17 -17
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +9 -9
- package/docs/components/Nav/examples/Navigation.md +4 -4
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +2 -2
- package/docs/components/NumberInput/examples/NumberInput.md +24 -24
- package/docs/components/OverflowMenu/examples/overflow-menu.md +6 -6
- package/docs/components/Page/examples/Page.md +7 -7
- package/docs/components/Pagination/examples/Pagination.md +53 -44
- package/docs/components/Popover/examples/Popover.md +30 -15
- package/docs/components/Slider/examples/Slider.md +8 -8
- package/docs/components/Table/examples/Table.md +433 -203
- package/docs/components/Tabs/examples/Tabs.md +364 -358
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +364 -404
- package/docs/components/Toolbar/examples/Toolbar.md +59 -59
- package/docs/components/TreeView/examples/TreeView.md +4 -4
- package/docs/components/Wizard/examples/Wizard.md +10 -10
- package/docs/demos/AboutModal/examples/AboutModal.md +2 -2
- package/docs/demos/Alert/examples/Alert.md +6 -6
- package/docs/demos/BackToTop/examples/BackToTop.md +4 -6
- package/docs/demos/Banner/examples/Banner.md +2 -2
- package/docs/demos/Button/examples/Button.md +1 -1
- package/docs/demos/Card/examples/Card.md +54 -79
- package/docs/demos/CardView/examples/CardView.md +8 -7
- package/docs/demos/Dashboard/examples/Dashboard.md +25 -37
- package/docs/demos/DataList/examples/DataList.md +38 -34
- package/docs/demos/DescriptionList/examples/DescriptionList.md +4 -4
- package/docs/demos/Drawer/examples/Drawer.md +8 -8
- package/docs/demos/Form/examples/BasicForms.md +69 -86
- package/docs/demos/JumpLinks/examples/JumpLinks.md +14 -20
- package/docs/demos/Masthead/examples/Masthead.md +13 -13
- package/docs/demos/Modal/examples/Modal.md +15 -15
- package/docs/demos/Nav/examples/Nav.md +9 -9
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +5 -5
- package/docs/demos/Page/examples/Page.md +9 -9
- package/docs/demos/Page/examples/Penta.md +2 -2
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +3 -3
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +4 -4
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +35 -35
- package/docs/demos/Skeleton/examples/Skeleton.md +1 -1
- package/docs/demos/Table/examples/Table.md +132 -115
- package/docs/demos/Tabs/examples/Tabs.md +11 -11
- package/docs/demos/Toolbar/examples/Toolbar.md +37 -36
- package/docs/demos/Wizard/examples/Wizard.md +22 -23
- package/package.json +1 -1
- package/patternfly-no-globals.css +64 -116
- package/patternfly.css +64 -116
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -58,7 +58,7 @@ subsection: forms
|
|
|
58
58
|
aria-label="More information for phone number field"
|
|
59
59
|
aria-describedby="-phone"
|
|
60
60
|
>
|
|
61
|
-
<span class="pf-v6-c-
|
|
61
|
+
<span class="pf-v6-c-button__icon">
|
|
62
62
|
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
63
63
|
</span>
|
|
64
64
|
</span></span>
|
|
@@ -258,7 +258,7 @@ subsection: forms
|
|
|
258
258
|
aria-label="More information for contact field"
|
|
259
259
|
aria-describedby="form-demo-horizontal-contact-legend"
|
|
260
260
|
>
|
|
261
|
-
<span class="pf-v6-c-
|
|
261
|
+
<span class="pf-v6-c-button__icon">
|
|
262
262
|
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
263
263
|
</span>
|
|
264
264
|
</span></span>
|
|
@@ -537,7 +537,7 @@ subsection: forms
|
|
|
537
537
|
aria-label="More information for client id field"
|
|
538
538
|
aria-describedby="form-demo-sections-repeatable-fields-clientid"
|
|
539
539
|
>
|
|
540
|
-
<span class="pf-v6-c-
|
|
540
|
+
<span class="pf-v6-c-button__icon">
|
|
541
541
|
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
542
542
|
</span>
|
|
543
543
|
</span></span>
|
|
@@ -567,7 +567,7 @@ subsection: forms
|
|
|
567
567
|
aria-label="More information for full name field"
|
|
568
568
|
aria-describedby="form-demo-sections-repeatable-fields-name"
|
|
569
569
|
>
|
|
570
|
-
<span class="pf-v6-c-
|
|
570
|
+
<span class="pf-v6-c-button__icon">
|
|
571
571
|
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
572
572
|
</span>
|
|
573
573
|
</span></span>
|
|
@@ -597,7 +597,7 @@ subsection: forms
|
|
|
597
597
|
aria-label="More information for description field"
|
|
598
598
|
aria-describedby="form-demo-sections-repeatable-fields-description"
|
|
599
599
|
>
|
|
600
|
-
<span class="pf-v6-c-
|
|
600
|
+
<span class="pf-v6-c-button__icon">
|
|
601
601
|
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
602
602
|
</span>
|
|
603
603
|
</span></span>
|
|
@@ -638,7 +638,7 @@ subsection: forms
|
|
|
638
638
|
aria-label="More information for root URL field"
|
|
639
639
|
aria-describedby="form-demo-sections-repeatable-fields-section2-rooturl"
|
|
640
640
|
>
|
|
641
|
-
<span class="pf-v6-c-
|
|
641
|
+
<span class="pf-v6-c-button__icon">
|
|
642
642
|
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
643
643
|
</span>
|
|
644
644
|
</span></span>
|
|
@@ -668,7 +668,7 @@ subsection: forms
|
|
|
668
668
|
aria-label="More information for valid redirect URIs field"
|
|
669
669
|
aria-describedby="form-demo-sections-repeatable-fields-section2-uris"
|
|
670
670
|
>
|
|
671
|
-
<span class="pf-v6-c-
|
|
671
|
+
<span class="pf-v6-c-button__icon">
|
|
672
672
|
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
673
673
|
</span>
|
|
674
674
|
</span></span>
|
|
@@ -692,7 +692,7 @@ subsection: forms
|
|
|
692
692
|
type="button"
|
|
693
693
|
aria-label="Remove"
|
|
694
694
|
>
|
|
695
|
-
<span class="pf-v6-c-
|
|
695
|
+
<span class="pf-v6-c-button__icon">
|
|
696
696
|
<i class="fas fa-minus-circle" aria-hidden="true"></i>
|
|
697
697
|
</span>
|
|
698
698
|
</button>
|
|
@@ -716,7 +716,7 @@ subsection: forms
|
|
|
716
716
|
type="button"
|
|
717
717
|
aria-label="Remove"
|
|
718
718
|
>
|
|
719
|
-
<span class="pf-v6-c-
|
|
719
|
+
<span class="pf-v6-c-button__icon">
|
|
720
720
|
<i class="fas fa-minus-circle" aria-hidden="true"></i>
|
|
721
721
|
</span>
|
|
722
722
|
</button>
|
|
@@ -740,19 +740,17 @@ subsection: forms
|
|
|
740
740
|
type="button"
|
|
741
741
|
aria-label="Remove"
|
|
742
742
|
>
|
|
743
|
-
<span class="pf-v6-c-
|
|
743
|
+
<span class="pf-v6-c-button__icon">
|
|
744
744
|
<i class="fas fa-minus-circle" aria-hidden="true"></i>
|
|
745
745
|
</span>
|
|
746
746
|
</button>
|
|
747
747
|
</div>
|
|
748
748
|
</div>
|
|
749
|
-
<button class="pf-v6-c-button pf-m-
|
|
750
|
-
<span class="pf-v6-c-
|
|
751
|
-
<
|
|
752
|
-
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
753
|
-
</span>
|
|
754
|
-
Add valid redirect URI
|
|
749
|
+
<button class="pf-v6-c-button pf-m-inline pf-m-link" type="button">
|
|
750
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
751
|
+
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
755
752
|
</span>
|
|
753
|
+
<span class="pf-v6-c-button__text">Add valid redirect URI</span>
|
|
756
754
|
</button>
|
|
757
755
|
</div>
|
|
758
756
|
</div>
|
|
@@ -770,7 +768,7 @@ subsection: forms
|
|
|
770
768
|
aria-label="More information for home URL field"
|
|
771
769
|
aria-describedby="form-demo-sections-repeatable-fields-section2-home-url"
|
|
772
770
|
>
|
|
773
|
-
<span class="pf-v6-c-
|
|
771
|
+
<span class="pf-v6-c-button__icon">
|
|
774
772
|
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
775
773
|
</span>
|
|
776
774
|
</span></span>
|
|
@@ -809,7 +807,7 @@ subsection: forms
|
|
|
809
807
|
aria-label="More information for name field"
|
|
810
808
|
aria-describedby="form-demo-sections-complex-form-name"
|
|
811
809
|
>
|
|
812
|
-
<span class="pf-v6-c-
|
|
810
|
+
<span class="pf-v6-c-button__icon">
|
|
813
811
|
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
814
812
|
</span>
|
|
815
813
|
</span></span>
|
|
@@ -840,7 +838,7 @@ subsection: forms
|
|
|
840
838
|
aria-label="More information for labels field"
|
|
841
839
|
aria-describedby="form-demo-sections-complex-form-labels"
|
|
842
840
|
>
|
|
843
|
-
<span class="pf-v6-c-
|
|
841
|
+
<span class="pf-v6-c-button__icon">
|
|
844
842
|
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
845
843
|
</span>
|
|
846
844
|
</span></span>
|
|
@@ -877,7 +875,7 @@ subsection: forms
|
|
|
877
875
|
aria-label="Remove"
|
|
878
876
|
aria-labelledby="-label-1-button -label-1-text"
|
|
879
877
|
>
|
|
880
|
-
<span class="pf-v6-c-
|
|
878
|
+
<span class="pf-v6-c-button__icon">
|
|
881
879
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
882
880
|
</span>
|
|
883
881
|
</button>
|
|
@@ -900,7 +898,7 @@ subsection: forms
|
|
|
900
898
|
aria-label="Remove"
|
|
901
899
|
aria-labelledby="-label-2-button -label-2-text"
|
|
902
900
|
>
|
|
903
|
-
<span class="pf-v6-c-
|
|
901
|
+
<span class="pf-v6-c-button__icon">
|
|
904
902
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
905
903
|
</span>
|
|
906
904
|
</button>
|
|
@@ -939,13 +937,12 @@ subsection: forms
|
|
|
939
937
|
<div class="pf-v6-c-form__field-group-toggle-button">
|
|
940
938
|
<button
|
|
941
939
|
class="pf-v6-c-button pf-m-plain"
|
|
940
|
+
id&#x3D;&quot;form-demo-sections-complex-form-alerting-toggle&quot;
|
|
942
941
|
type="button"
|
|
943
|
-
aria-expanded="false"
|
|
944
|
-
aria-label="Details"
|
|
945
|
-
id="form-demo-sections-complex-form-alerting-toggle"
|
|
946
942
|
aria-labelledby="form-demo-sections-complex-form-alerting-title form-demo-sections-complex-form-alerting-toggle"
|
|
943
|
+
aria-label="Details"
|
|
947
944
|
>
|
|
948
|
-
<span class="pf-v6-c-
|
|
945
|
+
<span class="pf-v6-c-button__icon">
|
|
949
946
|
<span class="pf-v6-c-form__field-group-toggle-icon">
|
|
950
947
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
951
948
|
</span>
|
|
@@ -977,13 +974,12 @@ subsection: forms
|
|
|
977
974
|
<div class="pf-v6-c-form__field-group-toggle-button">
|
|
978
975
|
<button
|
|
979
976
|
class="pf-v6-c-button pf-m-plain"
|
|
977
|
+
id&#x3D;&quot;form-demo-sections-complex-form-query-toggle&quot;
|
|
980
978
|
type="button"
|
|
981
|
-
aria-expanded="false"
|
|
982
|
-
aria-label="Details"
|
|
983
|
-
id="form-demo-sections-complex-form-query-toggle"
|
|
984
979
|
aria-labelledby="form-demo-sections-complex-form-query-title form-demo-sections-complex-form-query-toggle"
|
|
980
|
+
aria-label="Details"
|
|
985
981
|
>
|
|
986
|
-
<span class="pf-v6-c-
|
|
982
|
+
<span class="pf-v6-c-button__icon">
|
|
987
983
|
<span class="pf-v6-c-form__field-group-toggle-icon">
|
|
988
984
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
989
985
|
</span>
|
|
@@ -1015,13 +1011,12 @@ subsection: forms
|
|
|
1015
1011
|
<div class="pf-v6-c-form__field-group-toggle-button">
|
|
1016
1012
|
<button
|
|
1017
1013
|
class="pf-v6-c-button pf-m-plain"
|
|
1014
|
+
id&#x3D;&quot;form-demo-sections-complex-form-affinity-toggle&quot;
|
|
1018
1015
|
type="button"
|
|
1019
|
-
aria-expanded="false"
|
|
1020
|
-
aria-label="Details"
|
|
1021
|
-
id="form-demo-sections-complex-form-affinity-toggle"
|
|
1022
1016
|
aria-labelledby="form-demo-sections-complex-form-affinity-title form-demo-sections-complex-form-affinity-toggle"
|
|
1017
|
+
aria-label="Details"
|
|
1023
1018
|
>
|
|
1024
|
-
<span class="pf-v6-c-
|
|
1019
|
+
<span class="pf-v6-c-button__icon">
|
|
1025
1020
|
<span class="pf-v6-c-form__field-group-toggle-icon">
|
|
1026
1021
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1027
1022
|
</span>
|
|
@@ -1051,14 +1046,14 @@ subsection: forms
|
|
|
1051
1046
|
<div class="pf-v6-c-form__field-group-toggle">
|
|
1052
1047
|
<div class="pf-v6-c-form__field-group-toggle-button">
|
|
1053
1048
|
<button
|
|
1054
|
-
class="pf-v6-c-button pf-m-plain"
|
|
1049
|
+
class="pf-v6-c-button pf-m-expanded pf-m-plain"
|
|
1050
|
+
id&#x3D;&quot;form-demo-sections-complex-form-node-affinity-toggle&quot;
|
|
1055
1051
|
type="button"
|
|
1056
1052
|
aria-expanded="true"
|
|
1057
|
-
aria-label="Details"
|
|
1058
|
-
id="form-demo-sections-complex-form-node-affinity-toggle"
|
|
1059
1053
|
aria-labelledby="form-demo-sections-complex-form-node-affinity-title form-demo-sections-complex-form-node-affinity-toggle"
|
|
1054
|
+
aria-label="Details"
|
|
1060
1055
|
>
|
|
1061
|
-
<span class="pf-v6-c-
|
|
1056
|
+
<span class="pf-v6-c-button__icon">
|
|
1062
1057
|
<span class="pf-v6-c-form__field-group-toggle-icon">
|
|
1063
1058
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1064
1059
|
</span>
|
|
@@ -1089,13 +1084,12 @@ subsection: forms
|
|
|
1089
1084
|
<div class="pf-v6-c-form__field-group-toggle-button">
|
|
1090
1085
|
<button
|
|
1091
1086
|
class="pf-v6-c-button pf-m-plain"
|
|
1087
|
+
id&#x3D;&quot;form-demo-sections-complex-form-node-affinity-required-toggle&quot;
|
|
1092
1088
|
type="button"
|
|
1093
|
-
aria-expanded="false"
|
|
1094
|
-
aria-label="Details"
|
|
1095
|
-
id="form-demo-sections-complex-form-node-affinity-required-toggle"
|
|
1096
1089
|
aria-labelledby="form-demo-sections-complex-form-node-affinity-required-title form-demo-sections-complex-form-node-affinity-required-toggle"
|
|
1090
|
+
aria-label="Details"
|
|
1097
1091
|
>
|
|
1098
|
-
<span class="pf-v6-c-
|
|
1092
|
+
<span class="pf-v6-c-button__icon">
|
|
1099
1093
|
<span class="pf-v6-c-form__field-group-toggle-icon">
|
|
1100
1094
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1101
1095
|
</span>
|
|
@@ -1126,14 +1120,14 @@ subsection: forms
|
|
|
1126
1120
|
<div class="pf-v6-c-form__field-group-toggle">
|
|
1127
1121
|
<div class="pf-v6-c-form__field-group-toggle-button">
|
|
1128
1122
|
<button
|
|
1129
|
-
class="pf-v6-c-button pf-m-plain"
|
|
1123
|
+
class="pf-v6-c-button pf-m-expanded pf-m-plain"
|
|
1124
|
+
id&#x3D;&quot;form-demo-sections-complex-form-node-affinity-required-2-toggle&quot;
|
|
1130
1125
|
type="button"
|
|
1131
1126
|
aria-expanded="true"
|
|
1132
|
-
aria-label="Details"
|
|
1133
|
-
id="form-demo-sections-complex-form-node-affinity-required-2-toggle"
|
|
1134
1127
|
aria-labelledby="form-demo-sections-complex-form-node-affinity-required-2-title form-demo-sections-complex-form-node-affinity-required-2-toggle"
|
|
1128
|
+
aria-label="Details"
|
|
1135
1129
|
>
|
|
1136
|
-
<span class="pf-v6-c-
|
|
1130
|
+
<span class="pf-v6-c-button__icon">
|
|
1137
1131
|
<span class="pf-v6-c-form__field-group-toggle-icon">
|
|
1138
1132
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1139
1133
|
</span>
|
|
@@ -1189,24 +1183,20 @@ subsection: forms
|
|
|
1189
1183
|
type="button"
|
|
1190
1184
|
aria-label="Remove"
|
|
1191
1185
|
>
|
|
1192
|
-
<span class="pf-v6-c-
|
|
1186
|
+
<span class="pf-v6-c-button__icon">
|
|
1193
1187
|
<i class="fas fa-minus-circle" aria-hidden="true"></i>
|
|
1194
1188
|
</span>
|
|
1195
1189
|
</button>
|
|
1196
1190
|
</div>
|
|
1197
1191
|
</div>
|
|
1198
1192
|
<button
|
|
1199
|
-
class="pf-v6-c-button pf-m-
|
|
1193
|
+
class="pf-v6-c-button pf-m-inline pf-m-link"
|
|
1200
1194
|
type="button"
|
|
1201
1195
|
>
|
|
1202
|
-
<span class="pf-v6-c-
|
|
1203
|
-
<
|
|
1204
|
-
class="pf-v6-c-button__icon pf-m-start pf-m-start"
|
|
1205
|
-
>
|
|
1206
|
-
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
1207
|
-
</span>
|
|
1208
|
-
Add valid redirect URI
|
|
1196
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
1197
|
+
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
1209
1198
|
</span>
|
|
1199
|
+
<span class="pf-v6-c-button__text">Add valid redirect URI</span>
|
|
1210
1200
|
</button>
|
|
1211
1201
|
</div>
|
|
1212
1202
|
</div>
|
|
@@ -1225,13 +1215,12 @@ subsection: forms
|
|
|
1225
1215
|
<div class="pf-v6-c-form__field-group-toggle-button">
|
|
1226
1216
|
<button
|
|
1227
1217
|
class="pf-v6-c-button pf-m-plain"
|
|
1218
|
+
id&#x3D;&quot;form-demo-sections-complex-form-pod-affinity-toggle&quot;
|
|
1228
1219
|
type="button"
|
|
1229
|
-
aria-expanded="false"
|
|
1230
|
-
aria-label="Details"
|
|
1231
|
-
id="form-demo-sections-complex-form-pod-affinity-toggle"
|
|
1232
1220
|
aria-labelledby="form-demo-sections-complex-form-pod-affinity-title form-demo-sections-complex-form-pod-affinity-toggle"
|
|
1221
|
+
aria-label="Details"
|
|
1233
1222
|
>
|
|
1234
|
-
<span class="pf-v6-c-
|
|
1223
|
+
<span class="pf-v6-c-button__icon">
|
|
1235
1224
|
<span class="pf-v6-c-form__field-group-toggle-icon">
|
|
1236
1225
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1237
1226
|
</span>
|
|
@@ -1264,14 +1253,14 @@ subsection: forms
|
|
|
1264
1253
|
<div class="pf-v6-c-form__field-group-toggle">
|
|
1265
1254
|
<div class="pf-v6-c-form__field-group-toggle-button">
|
|
1266
1255
|
<button
|
|
1267
|
-
class="pf-v6-c-button pf-m-plain"
|
|
1256
|
+
class="pf-v6-c-button pf-m-expanded pf-m-plain"
|
|
1257
|
+
id&#x3D;&quot;form-demo-sections-complex-form-routing-toggle&quot;
|
|
1268
1258
|
type="button"
|
|
1269
1259
|
aria-expanded="true"
|
|
1270
|
-
aria-label="Details"
|
|
1271
|
-
id="form-demo-sections-complex-form-routing-toggle"
|
|
1272
1260
|
aria-labelledby="form-demo-sections-complex-form-routing-title form-demo-sections-complex-form-routing-toggle"
|
|
1261
|
+
aria-label="Details"
|
|
1273
1262
|
>
|
|
1274
|
-
<span class="pf-v6-c-
|
|
1263
|
+
<span class="pf-v6-c-button__icon">
|
|
1275
1264
|
<span class="pf-v6-c-form__field-group-toggle-icon">
|
|
1276
1265
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1277
1266
|
</span>
|
|
@@ -1450,14 +1439,14 @@ subsection: forms
|
|
|
1450
1439
|
<div class="pf-v6-c-form__field-group-toggle">
|
|
1451
1440
|
<div class="pf-v6-c-form__field-group-toggle-button">
|
|
1452
1441
|
<button
|
|
1453
|
-
class="pf-v6-c-button pf-m-plain"
|
|
1442
|
+
class="pf-v6-c-button pf-m-expanded pf-m-plain"
|
|
1443
|
+
id&#x3D;&quot;form-demo-sections-complex-form-health-checks-toggle&quot;
|
|
1454
1444
|
type="button"
|
|
1455
1445
|
aria-expanded="true"
|
|
1456
|
-
aria-label="Details"
|
|
1457
|
-
id="form-demo-sections-complex-form-health-checks-toggle"
|
|
1458
1446
|
aria-labelledby="form-demo-sections-complex-form-health-checks-title form-demo-sections-complex-form-health-checks-toggle"
|
|
1447
|
+
aria-label="Details"
|
|
1459
1448
|
>
|
|
1460
|
-
<span class="pf-v6-c-
|
|
1449
|
+
<span class="pf-v6-c-button__icon">
|
|
1461
1450
|
<span class="pf-v6-c-form__field-group-toggle-icon">
|
|
1462
1451
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1463
1452
|
</span>
|
|
@@ -1498,15 +1487,13 @@ subsection: forms
|
|
|
1498
1487
|
<div class="pf-v6-c-form__group">
|
|
1499
1488
|
<div class="pf-v6-c-form__group-control">
|
|
1500
1489
|
<button
|
|
1501
|
-
class="pf-v6-c-button pf-m-
|
|
1490
|
+
class="pf-v6-c-button pf-m-inline pf-m-link"
|
|
1502
1491
|
type="button"
|
|
1503
1492
|
>
|
|
1504
|
-
<span class="pf-v6-c-
|
|
1505
|
-
<
|
|
1506
|
-
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
1507
|
-
</span>
|
|
1508
|
-
Add liveness probe
|
|
1493
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
1494
|
+
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
1509
1495
|
</span>
|
|
1496
|
+
<span class="pf-v6-c-button__text">Add liveness probe</span>
|
|
1510
1497
|
</button>
|
|
1511
1498
|
</div>
|
|
1512
1499
|
</div>
|
|
@@ -1534,15 +1521,13 @@ subsection: forms
|
|
|
1534
1521
|
<div class="pf-v6-c-form__group">
|
|
1535
1522
|
<div class="pf-v6-c-form__group-control">
|
|
1536
1523
|
<button
|
|
1537
|
-
class="pf-v6-c-button pf-m-
|
|
1524
|
+
class="pf-v6-c-button pf-m-inline pf-m-link"
|
|
1538
1525
|
type="button"
|
|
1539
1526
|
>
|
|
1540
|
-
<span class="pf-v6-c-
|
|
1541
|
-
<
|
|
1542
|
-
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
1543
|
-
</span>
|
|
1544
|
-
Add startup probe
|
|
1527
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
1528
|
+
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
1545
1529
|
</span>
|
|
1530
|
+
<span class="pf-v6-c-button__text">Add startup probe</span>
|
|
1546
1531
|
</button>
|
|
1547
1532
|
</div>
|
|
1548
1533
|
</div>
|
|
@@ -1560,13 +1545,12 @@ subsection: forms
|
|
|
1560
1545
|
<div class="pf-v6-c-form__field-group-toggle-button">
|
|
1561
1546
|
<button
|
|
1562
1547
|
class="pf-v6-c-button pf-m-plain"
|
|
1548
|
+
id&#x3D;&quot;form-demo-sections-complex-form-build-configuration-toggle&quot;
|
|
1563
1549
|
type="button"
|
|
1564
|
-
aria-expanded="false"
|
|
1565
|
-
aria-label="Details"
|
|
1566
|
-
id="form-demo-sections-complex-form-build-configuration-toggle"
|
|
1567
1550
|
aria-labelledby="form-demo-sections-complex-form-build-configuration-title form-demo-sections-complex-form-build-configuration-toggle"
|
|
1551
|
+
aria-label="Details"
|
|
1568
1552
|
>
|
|
1569
|
-
<span class="pf-v6-c-
|
|
1553
|
+
<span class="pf-v6-c-button__icon">
|
|
1570
1554
|
<span class="pf-v6-c-form__field-group-toggle-icon">
|
|
1571
1555
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1572
1556
|
</span>
|
|
@@ -1600,13 +1584,12 @@ subsection: forms
|
|
|
1600
1584
|
<div class="pf-v6-c-form__field-group-toggle-button">
|
|
1601
1585
|
<button
|
|
1602
1586
|
class="pf-v6-c-button pf-m-plain"
|
|
1587
|
+
id&#x3D;&quot;form-demo-sections-complex-form-deployment-toggle&quot;
|
|
1603
1588
|
type="button"
|
|
1604
|
-
aria-expanded="false"
|
|
1605
|
-
aria-label="Details"
|
|
1606
|
-
id="form-demo-sections-complex-form-deployment-toggle"
|
|
1607
1589
|
aria-labelledby="form-demo-sections-complex-form-deployment-title form-demo-sections-complex-form-deployment-toggle"
|
|
1590
|
+
aria-label="Details"
|
|
1608
1591
|
>
|
|
1609
|
-
<span class="pf-v6-c-
|
|
1592
|
+
<span class="pf-v6-c-button__icon">
|
|
1610
1593
|
<span class="pf-v6-c-form__field-group-toggle-icon">
|
|
1611
1594
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1612
1595
|
</span>
|
|
@@ -25,7 +25,7 @@ section: components
|
|
|
25
25
|
type="button"
|
|
26
26
|
aria-label="Global navigation"
|
|
27
27
|
>
|
|
28
|
-
<span class="pf-v6-c-
|
|
28
|
+
<span class="pf-v6-c-button__icon">
|
|
29
29
|
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
30
30
|
</span>
|
|
31
31
|
</button>
|
|
@@ -311,17 +311,15 @@ section: components
|
|
|
311
311
|
aria-label="Toggle jump links"
|
|
312
312
|
aria-expanded="false"
|
|
313
313
|
>
|
|
314
|
-
<span class="pf-v6-c-
|
|
314
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
315
315
|
<span class="pf-v6-c-jump-links__toggle-icon">
|
|
316
316
|
<i
|
|
317
317
|
class="fas fa-angle-right"
|
|
318
318
|
aria-hidden="true"
|
|
319
319
|
></i>
|
|
320
320
|
</span>
|
|
321
|
-
<span
|
|
322
|
-
class="pf-v6-c-jump-links__toggle-text"
|
|
323
|
-
>Jump to section</span>
|
|
324
321
|
</span>
|
|
322
|
+
<span class="pf-v6-c-button__text">Jump to section</span>
|
|
325
323
|
</button>
|
|
326
324
|
</div>
|
|
327
325
|
<div class="pf-v6-c-jump-links__label">Jump to section</div>
|
|
@@ -470,7 +468,7 @@ section: components
|
|
|
470
468
|
type="button"
|
|
471
469
|
aria-label="Global navigation"
|
|
472
470
|
>
|
|
473
|
-
<span class="pf-v6-c-
|
|
471
|
+
<span class="pf-v6-c-button__icon">
|
|
474
472
|
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
475
473
|
</span>
|
|
476
474
|
</button>
|
|
@@ -756,17 +754,15 @@ section: components
|
|
|
756
754
|
aria-label="Toggle jump links"
|
|
757
755
|
aria-expanded="false"
|
|
758
756
|
>
|
|
759
|
-
<span class="pf-v6-c-
|
|
757
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
760
758
|
<span class="pf-v6-c-jump-links__toggle-icon">
|
|
761
759
|
<i
|
|
762
760
|
class="fas fa-angle-right"
|
|
763
761
|
aria-hidden="true"
|
|
764
762
|
></i>
|
|
765
763
|
</span>
|
|
766
|
-
<span
|
|
767
|
-
class="pf-v6-c-jump-links__toggle-text"
|
|
768
|
-
>Jump to section</span>
|
|
769
764
|
</span>
|
|
765
|
+
<span class="pf-v6-c-button__text">Jump to section</span>
|
|
770
766
|
</button>
|
|
771
767
|
</div>
|
|
772
768
|
<div class="pf-v6-c-jump-links__label">Jump to section</div>
|
|
@@ -915,7 +911,7 @@ section: components
|
|
|
915
911
|
type="button"
|
|
916
912
|
aria-label="Global navigation"
|
|
917
913
|
>
|
|
918
|
-
<span class="pf-v6-c-
|
|
914
|
+
<span class="pf-v6-c-button__icon">
|
|
919
915
|
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
920
916
|
</span>
|
|
921
917
|
</button>
|
|
@@ -1201,17 +1197,15 @@ section: components
|
|
|
1201
1197
|
aria-label="Toggle jump links"
|
|
1202
1198
|
aria-expanded="false"
|
|
1203
1199
|
>
|
|
1204
|
-
<span class="pf-v6-c-
|
|
1200
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
1205
1201
|
<span class="pf-v6-c-jump-links__toggle-icon">
|
|
1206
1202
|
<i
|
|
1207
1203
|
class="fas fa-angle-right"
|
|
1208
1204
|
aria-hidden="true"
|
|
1209
1205
|
></i>
|
|
1210
1206
|
</span>
|
|
1211
|
-
<span
|
|
1212
|
-
class="pf-v6-c-jump-links__toggle-text"
|
|
1213
|
-
>Jump to section</span>
|
|
1214
1207
|
</span>
|
|
1208
|
+
<span class="pf-v6-c-button__text">Jump to section</span>
|
|
1215
1209
|
</button>
|
|
1216
1210
|
</div>
|
|
1217
1211
|
<div class="pf-v6-c-jump-links__label">Jump to section</div>
|
|
@@ -1357,7 +1351,7 @@ section: components
|
|
|
1357
1351
|
type="button"
|
|
1358
1352
|
aria-label="Global navigation"
|
|
1359
1353
|
>
|
|
1360
|
-
<span class="pf-v6-c-
|
|
1354
|
+
<span class="pf-v6-c-button__icon">
|
|
1361
1355
|
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
1362
1356
|
</span>
|
|
1363
1357
|
</button>
|
|
@@ -1742,7 +1736,7 @@ section: components
|
|
|
1742
1736
|
type="button"
|
|
1743
1737
|
aria-label="Global navigation"
|
|
1744
1738
|
>
|
|
1745
|
-
<span class="pf-v6-c-
|
|
1739
|
+
<span class="pf-v6-c-button__icon">
|
|
1746
1740
|
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
1747
1741
|
</span>
|
|
1748
1742
|
</button>
|
|
@@ -2108,7 +2102,7 @@ section: components
|
|
|
2108
2102
|
type="button"
|
|
2109
2103
|
aria-label="Close drawer panel"
|
|
2110
2104
|
>
|
|
2111
|
-
<span class="pf-v6-c-
|
|
2105
|
+
<span class="pf-v6-c-button__icon">
|
|
2112
2106
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
2113
2107
|
</span>
|
|
2114
2108
|
</button>
|
|
@@ -2147,7 +2141,7 @@ section: components
|
|
|
2147
2141
|
type="button"
|
|
2148
2142
|
aria-label="Global navigation"
|
|
2149
2143
|
>
|
|
2150
|
-
<span class="pf-v6-c-
|
|
2144
|
+
<span class="pf-v6-c-button__icon">
|
|
2151
2145
|
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
2152
2146
|
</span>
|
|
2153
2147
|
</button>
|
|
@@ -2513,7 +2507,7 @@ section: components
|
|
|
2513
2507
|
type="button"
|
|
2514
2508
|
aria-label="Close drawer panel"
|
|
2515
2509
|
>
|
|
2516
|
-
<span class="pf-v6-c-
|
|
2510
|
+
<span class="pf-v6-c-button__icon">
|
|
2517
2511
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
2518
2512
|
</span>
|
|
2519
2513
|
</button>
|
|
@@ -23,7 +23,7 @@ wrapperTag: div
|
|
|
23
23
|
type="button"
|
|
24
24
|
aria-label="Global navigation"
|
|
25
25
|
>
|
|
26
|
-
<span class="pf-v6-c-
|
|
26
|
+
<span class="pf-v6-c-button__icon">
|
|
27
27
|
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
28
28
|
</span>
|
|
29
29
|
</button>
|
|
@@ -283,7 +283,7 @@ wrapperTag: div
|
|
|
283
283
|
type="button"
|
|
284
284
|
aria-label="Global navigation"
|
|
285
285
|
>
|
|
286
|
-
<span class="pf-v6-c-
|
|
286
|
+
<span class="pf-v6-c-button__icon">
|
|
287
287
|
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
288
288
|
</span>
|
|
289
289
|
</button>
|
|
@@ -571,7 +571,7 @@ wrapperTag: div
|
|
|
571
571
|
type="button"
|
|
572
572
|
aria-label="Global navigation"
|
|
573
573
|
>
|
|
574
|
-
<span class="pf-v6-c-
|
|
574
|
+
<span class="pf-v6-c-button__icon">
|
|
575
575
|
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
576
576
|
</span>
|
|
577
577
|
</button>
|
|
@@ -895,7 +895,7 @@ wrapperTag: div
|
|
|
895
895
|
type="button"
|
|
896
896
|
aria-label="Global navigation"
|
|
897
897
|
>
|
|
898
|
-
<span class="pf-v6-c-
|
|
898
|
+
<span class="pf-v6-c-button__icon">
|
|
899
899
|
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
900
900
|
</span>
|
|
901
901
|
</button>
|
|
@@ -1219,7 +1219,7 @@ wrapperTag: div
|
|
|
1219
1219
|
type="button"
|
|
1220
1220
|
aria-label="Global navigation"
|
|
1221
1221
|
>
|
|
1222
|
-
<span class="pf-v6-c-
|
|
1222
|
+
<span class="pf-v6-c-button__icon">
|
|
1223
1223
|
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
1224
1224
|
</span>
|
|
1225
1225
|
</button>
|
|
@@ -1314,8 +1314,8 @@ wrapperTag: div
|
|
|
1314
1314
|
type="button"
|
|
1315
1315
|
aria-label="Open search"
|
|
1316
1316
|
>
|
|
1317
|
-
<span class="pf-v6-c-
|
|
1318
|
-
<i class="fas fa-
|
|
1317
|
+
<span class="pf-v6-c-button__icon">
|
|
1318
|
+
<i class="fas fa-search fa-fw" aria-hidden="true"></i>
|
|
1319
1319
|
</span>
|
|
1320
1320
|
</button>
|
|
1321
1321
|
</div>
|
|
@@ -1482,7 +1482,7 @@ wrapperTag: div
|
|
|
1482
1482
|
type="button"
|
|
1483
1483
|
aria-label="Global navigation"
|
|
1484
1484
|
>
|
|
1485
|
-
<span class="pf-v6-c-
|
|
1485
|
+
<span class="pf-v6-c-button__icon">
|
|
1486
1486
|
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
1487
1487
|
</span>
|
|
1488
1488
|
</button>
|
|
@@ -1595,7 +1595,7 @@ wrapperTag: div
|
|
|
1595
1595
|
type="button"
|
|
1596
1596
|
aria-label="Close"
|
|
1597
1597
|
>
|
|
1598
|
-
<span class="pf-v6-c-
|
|
1598
|
+
<span class="pf-v6-c-button__icon">
|
|
1599
1599
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
1600
1600
|
</span>
|
|
1601
1601
|
</button>
|
|
@@ -1763,7 +1763,7 @@ wrapperTag: div
|
|
|
1763
1763
|
type="button"
|
|
1764
1764
|
aria-label="Global navigation"
|
|
1765
1765
|
>
|
|
1766
|
-
<span class="pf-v6-c-
|
|
1766
|
+
<span class="pf-v6-c-button__icon">
|
|
1767
1767
|
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
1768
1768
|
</span>
|
|
1769
1769
|
</button>
|
|
@@ -2212,7 +2212,7 @@ wrapperTag: div
|
|
|
2212
2212
|
type="button"
|
|
2213
2213
|
aria-label="Scroll start"
|
|
2214
2214
|
>
|
|
2215
|
-
<span class="pf-v6-c-
|
|
2215
|
+
<span class="pf-v6-c-button__icon">
|
|
2216
2216
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
2217
2217
|
</span>
|
|
2218
2218
|
</button>
|
|
@@ -2254,7 +2254,7 @@ wrapperTag: div
|
|
|
2254
2254
|
type="button"
|
|
2255
2255
|
aria-label="Scroll end"
|
|
2256
2256
|
>
|
|
2257
|
-
<span class="pf-v6-c-
|
|
2257
|
+
<span class="pf-v6-c-button__icon">
|
|
2258
2258
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2259
2259
|
</span>
|
|
2260
2260
|
</button>
|
|
@@ -2441,7 +2441,7 @@ wrapperTag: div
|
|
|
2441
2441
|
type="button"
|
|
2442
2442
|
aria-label="Global navigation"
|
|
2443
2443
|
>
|
|
2444
|
-
<span class="pf-v6-c-
|
|
2444
|
+
<span class="pf-v6-c-button__icon">
|
|
2445
2445
|
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
2446
2446
|
</span>
|
|
2447
2447
|
</button>
|