@patternfly/patternfly 6.6.0-prerelease.3 → 6.6.0-prerelease.31
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/assets/fonts/RedHatDisplay/RedHatDisplayVF-Italic.woff2 +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplayVF.woff2 +0 -0
- package/assets/fonts/RedHatMono/RedHatMonoVF-Italic.woff2 +0 -0
- package/assets/fonts/RedHatMono/RedHatMonoVF.woff2 +0 -0
- package/assets/fonts/RedHatText/RedHatTextVF-Italic.woff2 +0 -0
- package/assets/fonts/RedHatText/RedHatTextVF.woff2 +0 -0
- package/assets/images/img_avatar-rhds.svg +22 -0
- package/assets/images/pf-logo-avatar.jpg +0 -0
- package/base/patternfly-fonts.css +4 -4
- package/base/patternfly-fonts.scss +4 -4
- package/base/patternfly-variables.css +8 -6
- package/base/tokens/tokens-charts-dark.scss +1 -1
- package/base/tokens/tokens-charts-highcontrast-dark.scss +1 -1
- package/base/tokens/tokens-charts-highcontrast.scss +1 -1
- package/base/tokens/tokens-charts.scss +1 -1
- package/base/tokens/tokens-dark.scss +1 -1
- package/base/tokens/tokens-default.scss +4 -4
- package/base/tokens/tokens-felt-dark.scss +1 -1
- package/base/tokens/tokens-felt-glass-dark.scss +1 -1
- package/base/tokens/tokens-felt-glass.scss +3 -2
- package/base/tokens/tokens-felt-highcontrast-dark.scss +1 -1
- package/base/tokens/tokens-felt-highcontrast.scss +1 -1
- package/base/tokens/tokens-felt.scss +1 -1
- package/base/tokens/tokens-glass-dark.scss +1 -1
- package/base/tokens/tokens-glass.scss +3 -2
- package/base/tokens/tokens-highcontrast-dark.scss +1 -1
- package/base/tokens/tokens-highcontrast.scss +4 -4
- package/base/tokens/tokens-palette.scss +1 -1
- package/base/tokens/tokens-redhat-highcontrast.scss +3 -3
- package/components/AboutModalBox/about-modal-box.css +1 -1
- package/components/AboutModalBox/about-modal-box.scss +1 -1
- package/components/Accordion/accordion.css +3 -3
- package/components/Accordion/accordion.scss +3 -3
- package/components/Alert/alert.css +8 -7
- package/components/Alert/alert.scss +8 -7
- package/components/Avatar/avatar.css +144 -0
- package/components/Avatar/avatar.scss +161 -0
- package/components/Banner/banner.css +7 -0
- package/components/Banner/banner.scss +7 -0
- package/components/Breadcrumb/breadcrumb.css +3 -3
- package/components/Breadcrumb/breadcrumb.scss +3 -3
- package/components/Button/button.css +33 -5
- package/components/Button/button.scss +39 -7
- package/components/Card/card.css +4 -4
- package/components/Card/card.scss +4 -4
- package/components/ClipboardCopy/clipboard-copy.css +1 -1
- package/components/ClipboardCopy/clipboard-copy.scss +1 -1
- package/components/DataList/data-list.css +5 -5
- package/components/DataList/data-list.scss +5 -5
- package/components/DragDrop/drag-drop.css +4 -0
- package/components/DragDrop/drag-drop.scss +4 -0
- package/components/DualListSelector/dual-list-selector.css +1 -1
- package/components/DualListSelector/dual-list-selector.scss +1 -1
- package/components/Form/form.scss +1 -0
- package/components/FormControl/form-control.css +12 -2
- package/components/FormControl/form-control.scss +14 -2
- package/components/Hint/hint.css +2 -2
- package/components/Hint/hint.scss +2 -2
- package/components/Label/label.css +9 -3
- package/components/Label/label.scss +9 -3
- package/components/Masthead/masthead.css +1 -1
- package/components/Masthead/masthead.scss +1 -1
- package/components/Menu/menu.css +2 -2
- package/components/Menu/menu.scss +3 -3
- package/components/MenuToggle/menu-toggle.css +3 -0
- package/components/MenuToggle/menu-toggle.scss +4 -1
- package/components/ModalBox/modal-box.css +4 -4
- package/components/ModalBox/modal-box.scss +5 -5
- package/components/Nav/nav.css +2 -2
- package/components/Nav/nav.scss +2 -2
- package/components/NotificationDrawer/notification-drawer.css +3 -3
- package/components/NotificationDrawer/notification-drawer.scss +3 -3
- package/components/Page/page.css +25 -22
- package/components/Page/page.scss +28 -28
- package/components/Pagination/pagination.css +12 -7
- package/components/Pagination/pagination.scss +15 -12
- package/components/Panel/panel.css +1 -1
- package/components/Panel/panel.scss +2 -2
- package/components/Popover/popover.css +1 -1
- package/components/Popover/popover.scss +1 -1
- package/components/Progress/progress.css +2 -2
- package/components/Progress/progress.scss +2 -2
- package/components/Sidebar/sidebar.css +4 -7
- package/components/Sidebar/sidebar.scss +9 -9
- package/components/Table/table-grid.css +25 -13
- package/components/Table/table-grid.scss +10 -5
- package/components/Table/table-tree-view.css +3 -0
- package/components/Table/table-tree-view.scss +2 -0
- package/components/Table/table.css +55 -21
- package/components/Table/table.scss +82 -34
- package/components/Tabs/tabs.css +19 -5
- package/components/Tabs/tabs.scss +22 -5
- package/components/Title/title.css +1 -1
- package/components/Title/title.scss +1 -1
- package/components/Tooltip/tooltip.css +1 -1
- package/components/Tooltip/tooltip.scss +1 -1
- package/components/TreeView/tree-view.css +7 -7
- package/components/TreeView/tree-view.scss +7 -7
- package/components/Wizard/wizard.css +4 -4
- package/components/Wizard/wizard.scss +4 -4
- package/components/_index.css +412 -141
- package/docs/components/Avatar/examples/Avatar.css +6 -0
- package/docs/components/Avatar/examples/Avatar.md +414 -40
- package/docs/components/Button/examples/Button.md +2 -2
- package/docs/components/CodeEditor/examples/CodeEditor.md +131 -47
- package/docs/components/DataList/examples/DataList.md +143 -11
- package/docs/components/DatePicker/examples/DatePicker.md +26 -2
- package/docs/components/DescriptionList/examples/DescriptionList.md +115 -55
- package/docs/components/Drawer/examples/Drawer.md +1 -1
- package/docs/components/DualListSelector/examples/DualListSelector.md +355 -139
- package/docs/components/EmptyState/examples/EmptyState.md +12 -12
- package/docs/components/FileUpload/examples/FileUpload.md +26 -2
- package/docs/components/Form/examples/Form.md +140 -16
- package/docs/components/FormControl/examples/FormControl.md +260 -20
- package/docs/components/HelperText/examples/HelperText.md +139 -11
- package/docs/components/Icon/examples/Icon.md +403 -31
- package/docs/components/InlineEdit/examples/InlineEdit.md +13 -1
- package/docs/components/InputGroup/examples/InputGroup.md +20 -8
- package/docs/components/Label/examples/Label.md +4029 -765
- package/docs/components/List/examples/List.md +78 -6
- package/docs/components/Login/examples/Login.md +104 -8
- package/docs/components/Menu/examples/Menu.md +221 -17
- package/docs/components/MenuToggle/examples/MenuToggle.md +54 -15
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +247 -19
- package/docs/components/NumberInput/examples/NumberInput.md +301 -25
- package/docs/components/Pagination/examples/Pagination.md +111 -273
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +169 -13
- package/docs/components/Sidebar/examples/Sidebar.md +3 -1
- package/docs/components/Switch/examples/Switch.md +52 -4
- package/docs/components/Table/examples/Table.css +6 -0
- package/docs/components/Table/examples/Table.md +1322 -171
- package/docs/components/Tabs/examples/Tabs.md +18 -998
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +355 -115
- package/docs/components/Toolbar/examples/Toolbar.md +133 -25
- package/docs/components/TreeView/examples/TreeView.md +286 -118
- package/docs/components/Wizard/examples/Wizard.md +325 -25
- package/docs/demos/Alert/examples/Alert.md +181 -40
- package/docs/demos/Button/examples/Button.md +57 -45
- package/docs/demos/Card/examples/Card.md +280 -34
- package/docs/demos/CardView/examples/CardView.md +12 -12
- package/docs/demos/Compass/examples/Compass.md +91 -439
- package/docs/demos/Dashboard/examples/Dashboard.md +92 -41
- package/docs/demos/DataList/examples/DataList.md +74 -50
- package/docs/demos/Form/examples/BasicForms.md +112 -36
- package/docs/demos/HelperText/examples/HelperText.md +104 -8
- package/docs/demos/Masthead/examples/Masthead.md +52 -4
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +176 -14
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +2570 -4968
- package/docs/demos/Table/examples/Table.md +407 -179
- package/docs/demos/Toolbar/examples/Toolbar.md +139 -46
- package/docs/demos/Wizard/examples/Wizard.md +117 -9
- package/package.json +7 -7
- package/patternfly-base-no-globals.css +12 -10
- package/patternfly-base.css +12 -10
- package/patternfly-no-globals.css +424 -151
- package/patternfly.css +424 -151
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -992,7 +992,19 @@ section: components
|
|
|
992
992
|
/>
|
|
993
993
|
<span class="pf-v6-c-form-control__utilities">
|
|
994
994
|
<span class="pf-v6-c-form-control__icon pf-m-status">
|
|
995
|
-
<
|
|
995
|
+
<svg
|
|
996
|
+
class="pf-v6-svg"
|
|
997
|
+
fill="currentColor"
|
|
998
|
+
viewBox="0 0 32 32"
|
|
999
|
+
aria-hidden="true"
|
|
1000
|
+
role="img"
|
|
1001
|
+
width="1em"
|
|
1002
|
+
height="1em"
|
|
1003
|
+
>
|
|
1004
|
+
<path
|
|
1005
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm-1.5 8a1.5 1.5 0 1 1 3 0v7a1.5 1.5 0 1 1-3 0V9ZM16 25.001a2 2 0 1 1-.001-3.999A2 2 0 0 1 16 25.001Z"
|
|
1006
|
+
/>
|
|
1007
|
+
</svg>
|
|
996
1008
|
</span>
|
|
997
1009
|
</span>
|
|
998
1010
|
</span>
|
|
@@ -1003,10 +1015,19 @@ section: components
|
|
|
1003
1015
|
id="alert-horizontal-example-form-name-helper"
|
|
1004
1016
|
>
|
|
1005
1017
|
<span class="pf-v6-c-helper-text__item-icon">
|
|
1006
|
-
<
|
|
1007
|
-
class="
|
|
1018
|
+
<svg
|
|
1019
|
+
class="pf-v6-svg"
|
|
1020
|
+
fill="currentColor"
|
|
1021
|
+
viewBox="0 0 32 32"
|
|
1008
1022
|
aria-hidden="true"
|
|
1009
|
-
|
|
1023
|
+
role="img"
|
|
1024
|
+
width="1em"
|
|
1025
|
+
height="1em"
|
|
1026
|
+
>
|
|
1027
|
+
<path
|
|
1028
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm-1.5 8a1.5 1.5 0 1 1 3 0v7a1.5 1.5 0 1 1-3 0V9ZM16 25.001a2 2 0 1 1-.001-3.999A2 2 0 0 1 16 25.001Z"
|
|
1029
|
+
/>
|
|
1030
|
+
</svg>
|
|
1010
1031
|
</span>
|
|
1011
1032
|
<span class="pf-v6-c-helper-text__item-text">
|
|
1012
1033
|
<span class="pf-v6-screen-reader">Error:</span>
|
|
@@ -1061,7 +1082,19 @@ section: components
|
|
|
1061
1082
|
/>
|
|
1062
1083
|
<span class="pf-v6-c-form-control__utilities">
|
|
1063
1084
|
<span class="pf-v6-c-form-control__icon pf-m-status">
|
|
1064
|
-
<
|
|
1085
|
+
<svg
|
|
1086
|
+
class="pf-v6-svg"
|
|
1087
|
+
fill="currentColor"
|
|
1088
|
+
viewBox="0 0 32 32"
|
|
1089
|
+
aria-hidden="true"
|
|
1090
|
+
role="img"
|
|
1091
|
+
width="1em"
|
|
1092
|
+
height="1em"
|
|
1093
|
+
>
|
|
1094
|
+
<path
|
|
1095
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm-1.5 8a1.5 1.5 0 1 1 3 0v7a1.5 1.5 0 1 1-3 0V9ZM16 25.001a2 2 0 1 1-.001-3.999A2 2 0 0 1 16 25.001Z"
|
|
1096
|
+
/>
|
|
1097
|
+
</svg>
|
|
1065
1098
|
</span>
|
|
1066
1099
|
</span>
|
|
1067
1100
|
</span>
|
|
@@ -1072,10 +1105,19 @@ section: components
|
|
|
1072
1105
|
id="alert-horizontal-example-form-phone-helper"
|
|
1073
1106
|
>
|
|
1074
1107
|
<span class="pf-v6-c-helper-text__item-icon">
|
|
1075
|
-
<
|
|
1076
|
-
class="
|
|
1108
|
+
<svg
|
|
1109
|
+
class="pf-v6-svg"
|
|
1110
|
+
fill="currentColor"
|
|
1111
|
+
viewBox="0 0 32 32"
|
|
1077
1112
|
aria-hidden="true"
|
|
1078
|
-
|
|
1113
|
+
role="img"
|
|
1114
|
+
width="1em"
|
|
1115
|
+
height="1em"
|
|
1116
|
+
>
|
|
1117
|
+
<path
|
|
1118
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm-1.5 8a1.5 1.5 0 1 1 3 0v7a1.5 1.5 0 1 1-3 0V9ZM16 25.001a2 2 0 1 1-.001-3.999A2 2 0 0 1 16 25.001Z"
|
|
1119
|
+
/>
|
|
1120
|
+
</svg>
|
|
1079
1121
|
</span>
|
|
1080
1122
|
<span class="pf-v6-c-helper-text__item-text">
|
|
1081
1123
|
<span class="pf-v6-screen-reader">Error:</span>
|
|
@@ -1111,10 +1153,19 @@ section: components
|
|
|
1111
1153
|
id="alert-horizontal-example-form-check-group-helper"
|
|
1112
1154
|
>
|
|
1113
1155
|
<span class="pf-v6-c-helper-text__item-icon">
|
|
1114
|
-
<
|
|
1115
|
-
class="
|
|
1156
|
+
<svg
|
|
1157
|
+
class="pf-v6-svg"
|
|
1158
|
+
fill="currentColor"
|
|
1159
|
+
viewBox="0 0 32 32"
|
|
1116
1160
|
aria-hidden="true"
|
|
1117
|
-
|
|
1161
|
+
role="img"
|
|
1162
|
+
width="1em"
|
|
1163
|
+
height="1em"
|
|
1164
|
+
>
|
|
1165
|
+
<path
|
|
1166
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm-1.5 8a1.5 1.5 0 1 1 3 0v7a1.5 1.5 0 1 1-3 0V9ZM16 25.001a2 2 0 1 1-.001-3.999A2 2 0 0 1 16 25.001Z"
|
|
1167
|
+
/>
|
|
1168
|
+
</svg>
|
|
1118
1169
|
</span>
|
|
1119
1170
|
<span class="pf-v6-c-helper-text__item-text">
|
|
1120
1171
|
<span class="pf-v6-screen-reader">Error:</span>
|
|
@@ -1153,13 +1204,22 @@ section: components
|
|
|
1153
1204
|
</div>
|
|
1154
1205
|
<div class="pf-v6-c-form__group pf-m-action">
|
|
1155
1206
|
<div class="pf-v6-c-form__group-control">
|
|
1156
|
-
<div class="pf-v6-c-
|
|
1157
|
-
<
|
|
1158
|
-
<
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1207
|
+
<div class="pf-v6-c-action-list">
|
|
1208
|
+
<div class="pf-v6-c-action-list__group">
|
|
1209
|
+
<div class="pf-v6-c-action-list__item">
|
|
1210
|
+
<button class="pf-v6-c-button pf-m-primary" type="submit">
|
|
1211
|
+
<span class="pf-v6-c-button__text">Submit</span>
|
|
1212
|
+
</button>
|
|
1213
|
+
</div>
|
|
1214
|
+
<div class="pf-v6-c-action-list__item">
|
|
1215
|
+
<button
|
|
1216
|
+
class="pf-v6-c-button pf-m-secondary"
|
|
1217
|
+
type="button"
|
|
1218
|
+
>
|
|
1219
|
+
<span class="pf-v6-c-button__text">Cancel</span>
|
|
1220
|
+
</button>
|
|
1221
|
+
</div>
|
|
1222
|
+
</div>
|
|
1163
1223
|
</div>
|
|
1164
1224
|
</div>
|
|
1165
1225
|
</div>
|
|
@@ -1595,7 +1655,19 @@ section: components
|
|
|
1595
1655
|
/>
|
|
1596
1656
|
<span class="pf-v6-c-form-control__utilities">
|
|
1597
1657
|
<span class="pf-v6-c-form-control__icon pf-m-status">
|
|
1598
|
-
<
|
|
1658
|
+
<svg
|
|
1659
|
+
class="pf-v6-svg"
|
|
1660
|
+
fill="currentColor"
|
|
1661
|
+
viewBox="0 0 32 32"
|
|
1662
|
+
aria-hidden="true"
|
|
1663
|
+
role="img"
|
|
1664
|
+
width="1em"
|
|
1665
|
+
height="1em"
|
|
1666
|
+
>
|
|
1667
|
+
<path
|
|
1668
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm-1.5 8a1.5 1.5 0 1 1 3 0v7a1.5 1.5 0 1 1-3 0V9ZM16 25.001a2 2 0 1 1-.001-3.999A2 2 0 0 1 16 25.001Z"
|
|
1669
|
+
/>
|
|
1670
|
+
</svg>
|
|
1599
1671
|
</span>
|
|
1600
1672
|
</span>
|
|
1601
1673
|
</span>
|
|
@@ -1606,10 +1678,19 @@ section: components
|
|
|
1606
1678
|
id="alert-stacked-example-form-name-helper"
|
|
1607
1679
|
>
|
|
1608
1680
|
<span class="pf-v6-c-helper-text__item-icon">
|
|
1609
|
-
<
|
|
1610
|
-
class="
|
|
1681
|
+
<svg
|
|
1682
|
+
class="pf-v6-svg"
|
|
1683
|
+
fill="currentColor"
|
|
1684
|
+
viewBox="0 0 32 32"
|
|
1611
1685
|
aria-hidden="true"
|
|
1612
|
-
|
|
1686
|
+
role="img"
|
|
1687
|
+
width="1em"
|
|
1688
|
+
height="1em"
|
|
1689
|
+
>
|
|
1690
|
+
<path
|
|
1691
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm-1.5 8a1.5 1.5 0 1 1 3 0v7a1.5 1.5 0 1 1-3 0V9ZM16 25.001a2 2 0 1 1-.001-3.999A2 2 0 0 1 16 25.001Z"
|
|
1692
|
+
/>
|
|
1693
|
+
</svg>
|
|
1613
1694
|
</span>
|
|
1614
1695
|
<span class="pf-v6-c-helper-text__item-text">
|
|
1615
1696
|
<span class="pf-v6-screen-reader">Error:</span>
|
|
@@ -1648,10 +1729,19 @@ section: components
|
|
|
1648
1729
|
id="alert-stacked-example-form-email-helper"
|
|
1649
1730
|
>
|
|
1650
1731
|
<span class="pf-v6-c-helper-text__item-icon">
|
|
1651
|
-
<
|
|
1652
|
-
class="
|
|
1732
|
+
<svg
|
|
1733
|
+
class="pf-v6-svg"
|
|
1734
|
+
fill="currentColor"
|
|
1735
|
+
viewBox="0 0 32 32"
|
|
1653
1736
|
aria-hidden="true"
|
|
1654
|
-
|
|
1737
|
+
role="img"
|
|
1738
|
+
width="1em"
|
|
1739
|
+
height="1em"
|
|
1740
|
+
>
|
|
1741
|
+
<path
|
|
1742
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm-1.5 8a1.5 1.5 0 1 1 3 0v7a1.5 1.5 0 1 1-3 0V9ZM16 25.001a2 2 0 1 1-.001-3.999A2 2 0 0 1 16 25.001Z"
|
|
1743
|
+
/>
|
|
1744
|
+
</svg>
|
|
1655
1745
|
</span>
|
|
1656
1746
|
<span class="pf-v6-c-helper-text__item-text">
|
|
1657
1747
|
<span class="pf-v6-screen-reader">Error:</span>
|
|
@@ -1688,10 +1778,34 @@ section: components
|
|
|
1688
1778
|
</select>
|
|
1689
1779
|
<span class="pf-v6-c-form-control__utilities">
|
|
1690
1780
|
<span class="pf-v6-c-form-control__icon pf-m-status">
|
|
1691
|
-
<
|
|
1781
|
+
<svg
|
|
1782
|
+
class="pf-v6-svg"
|
|
1783
|
+
fill="currentColor"
|
|
1784
|
+
viewBox="0 0 32 32"
|
|
1785
|
+
aria-hidden="true"
|
|
1786
|
+
role="img"
|
|
1787
|
+
width="1em"
|
|
1788
|
+
height="1em"
|
|
1789
|
+
>
|
|
1790
|
+
<path
|
|
1791
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm-1.5 8a1.5 1.5 0 1 1 3 0v7a1.5 1.5 0 1 1-3 0V9ZM16 25.001a2 2 0 1 1-.001-3.999A2 2 0 0 1 16 25.001Z"
|
|
1792
|
+
/>
|
|
1793
|
+
</svg>
|
|
1692
1794
|
</span>
|
|
1693
1795
|
<span class="pf-v6-c-form-control__toggle-icon">
|
|
1694
|
-
<
|
|
1796
|
+
<svg
|
|
1797
|
+
class="pf-v6-svg"
|
|
1798
|
+
fill="currentColor"
|
|
1799
|
+
viewBox="0 0 32 32"
|
|
1800
|
+
aria-hidden="true"
|
|
1801
|
+
role="img"
|
|
1802
|
+
width="1em"
|
|
1803
|
+
height="1em"
|
|
1804
|
+
>
|
|
1805
|
+
<path
|
|
1806
|
+
d="M29.707 11.707 17.061 24.353c-.292.292-.677.438-1.061.438s-.769-.146-1.061-.438L2.293 11.707A1 1 0 0 1 3 10h26a1 1 0 0 1 .707 1.707Z"
|
|
1807
|
+
/>
|
|
1808
|
+
</svg>
|
|
1695
1809
|
</span>
|
|
1696
1810
|
</span>
|
|
1697
1811
|
</span>
|
|
@@ -1706,10 +1820,19 @@ section: components
|
|
|
1706
1820
|
id="alert-stacked-example-form-state-helper"
|
|
1707
1821
|
>
|
|
1708
1822
|
<span class="pf-v6-c-helper-text__item-icon">
|
|
1709
|
-
<
|
|
1710
|
-
class="
|
|
1823
|
+
<svg
|
|
1824
|
+
class="pf-v6-svg"
|
|
1825
|
+
fill="currentColor"
|
|
1826
|
+
viewBox="0 0 32 32"
|
|
1711
1827
|
aria-hidden="true"
|
|
1712
|
-
|
|
1828
|
+
role="img"
|
|
1829
|
+
width="1em"
|
|
1830
|
+
height="1em"
|
|
1831
|
+
>
|
|
1832
|
+
<path
|
|
1833
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm-1.5 8a1.5 1.5 0 1 1 3 0v7a1.5 1.5 0 1 1-3 0V9ZM16 25.001a2 2 0 1 1-.001-3.999A2 2 0 0 1 16 25.001Z"
|
|
1834
|
+
/>
|
|
1835
|
+
</svg>
|
|
1713
1836
|
</span>
|
|
1714
1837
|
<span class="pf-v6-c-helper-text__item-text">
|
|
1715
1838
|
<span class="pf-v6-screen-reader">Error:</span>
|
|
@@ -1742,10 +1865,19 @@ section: components
|
|
|
1742
1865
|
id="alert-stacked-example-form-check-group-helper"
|
|
1743
1866
|
>
|
|
1744
1867
|
<span class="pf-v6-c-helper-text__item-icon">
|
|
1745
|
-
<
|
|
1746
|
-
class="
|
|
1868
|
+
<svg
|
|
1869
|
+
class="pf-v6-svg"
|
|
1870
|
+
fill="currentColor"
|
|
1871
|
+
viewBox="0 0 32 32"
|
|
1747
1872
|
aria-hidden="true"
|
|
1748
|
-
|
|
1873
|
+
role="img"
|
|
1874
|
+
width="1em"
|
|
1875
|
+
height="1em"
|
|
1876
|
+
>
|
|
1877
|
+
<path
|
|
1878
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm-1.5 8a1.5 1.5 0 1 1 3 0v7a1.5 1.5 0 1 1-3 0V9ZM16 25.001a2 2 0 1 1-.001-3.999A2 2 0 0 1 16 25.001Z"
|
|
1879
|
+
/>
|
|
1880
|
+
</svg>
|
|
1749
1881
|
</span>
|
|
1750
1882
|
<span class="pf-v6-c-helper-text__item-text">
|
|
1751
1883
|
<span class="pf-v6-screen-reader">Error:</span>
|
|
@@ -1799,13 +1931,22 @@ section: components
|
|
|
1799
1931
|
</div>
|
|
1800
1932
|
<div class="pf-v6-c-form__group pf-m-action">
|
|
1801
1933
|
<div class="pf-v6-c-form__group-control">
|
|
1802
|
-
<div class="pf-v6-c-
|
|
1803
|
-
<
|
|
1804
|
-
<
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1934
|
+
<div class="pf-v6-c-action-list">
|
|
1935
|
+
<div class="pf-v6-c-action-list__group">
|
|
1936
|
+
<div class="pf-v6-c-action-list__item">
|
|
1937
|
+
<button class="pf-v6-c-button pf-m-primary" type="submit">
|
|
1938
|
+
<span class="pf-v6-c-button__text">Submit</span>
|
|
1939
|
+
</button>
|
|
1940
|
+
</div>
|
|
1941
|
+
<div class="pf-v6-c-action-list__item">
|
|
1942
|
+
<button
|
|
1943
|
+
class="pf-v6-c-button pf-m-secondary"
|
|
1944
|
+
type="button"
|
|
1945
|
+
>
|
|
1946
|
+
<span class="pf-v6-c-button__text">Cancel</span>
|
|
1947
|
+
</button>
|
|
1948
|
+
</div>
|
|
1949
|
+
</div>
|
|
1809
1950
|
</div>
|
|
1810
1951
|
</div>
|
|
1811
1952
|
</div>
|
|
@@ -41,10 +41,14 @@ cssPrefix: pf-d-button
|
|
|
41
41
|
</div>
|
|
42
42
|
</div>
|
|
43
43
|
<div class="pf-v6-c-form__group pf-m-action">
|
|
44
|
-
<div class="pf-v6-c-
|
|
45
|
-
<
|
|
46
|
-
<
|
|
47
|
-
|
|
44
|
+
<div class="pf-v6-c-action-list">
|
|
45
|
+
<div class="pf-v6-c-action-list__group">
|
|
46
|
+
<div class="pf-v6-c-action-list__item">
|
|
47
|
+
<button class="pf-v6-c-button pf-m-primary" type="submit">
|
|
48
|
+
<span class="pf-v6-c-button__text">Link account and log in</span>
|
|
49
|
+
</button>
|
|
50
|
+
</div>
|
|
51
|
+
</div>
|
|
48
52
|
</div>
|
|
49
53
|
</div>
|
|
50
54
|
</form>
|
|
@@ -94,30 +98,34 @@ cssPrefix: pf-d-button
|
|
|
94
98
|
</div>
|
|
95
99
|
</div>
|
|
96
100
|
<div class="pf-v6-c-form__group pf-m-action">
|
|
97
|
-
<div class="pf-v6-c-
|
|
98
|
-
<
|
|
99
|
-
class="pf-v6-c-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
<svg
|
|
104
|
-
class="pf-v6-c-spinner pf-m-md"
|
|
105
|
-
role="progressbar"
|
|
106
|
-
viewBox="0 0 100 100"
|
|
107
|
-
aria-label="Loading..."
|
|
101
|
+
<div class="pf-v6-c-action-list">
|
|
102
|
+
<div class="pf-v6-c-action-list__group">
|
|
103
|
+
<div class="pf-v6-c-action-list__item">
|
|
104
|
+
<button
|
|
105
|
+
class="pf-v6-c-button pf-m-in-progress pf-m-progress pf-m-primary"
|
|
106
|
+
type="submit"
|
|
108
107
|
>
|
|
109
|
-
<
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
108
|
+
<span class="pf-v6-c-button__progress">
|
|
109
|
+
<svg
|
|
110
|
+
class="pf-v6-c-spinner pf-m-md"
|
|
111
|
+
role="progressbar"
|
|
112
|
+
viewBox="0 0 100 100"
|
|
113
|
+
aria-label="Loading..."
|
|
114
|
+
>
|
|
115
|
+
<circle
|
|
116
|
+
class="pf-v6-c-spinner__path"
|
|
117
|
+
cx="50"
|
|
118
|
+
cy="50"
|
|
119
|
+
r="45"
|
|
120
|
+
fill="none"
|
|
121
|
+
/>
|
|
122
|
+
</svg>
|
|
123
|
+
</span>
|
|
118
124
|
|
|
119
|
-
|
|
120
|
-
|
|
125
|
+
<span class="pf-v6-c-button__text">Linking account</span>
|
|
126
|
+
</button>
|
|
127
|
+
</div>
|
|
128
|
+
</div>
|
|
121
129
|
</div>
|
|
122
130
|
</div>
|
|
123
131
|
</form>
|
|
@@ -167,25 +175,29 @@ cssPrefix: pf-d-button
|
|
|
167
175
|
</div>
|
|
168
176
|
</div>
|
|
169
177
|
<div class="pf-v6-c-form__group pf-m-action">
|
|
170
|
-
<div class="pf-v6-c-
|
|
171
|
-
<
|
|
172
|
-
<
|
|
173
|
-
<
|
|
174
|
-
class="pf-v6-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
178
|
+
<div class="pf-v6-c-action-list">
|
|
179
|
+
<div class="pf-v6-c-action-list__group">
|
|
180
|
+
<div class="pf-v6-c-action-list__item">
|
|
181
|
+
<button class="pf-v6-c-button pf-m-primary" type="submit">
|
|
182
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
183
|
+
<svg
|
|
184
|
+
class="pf-v6-svg"
|
|
185
|
+
fill="currentColor"
|
|
186
|
+
viewBox="0 0 512 512"
|
|
187
|
+
aria-hidden="true"
|
|
188
|
+
role="img"
|
|
189
|
+
width="1em"
|
|
190
|
+
height="1em"
|
|
191
|
+
>
|
|
192
|
+
<path
|
|
193
|
+
d="M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z"
|
|
194
|
+
/>
|
|
195
|
+
</svg>
|
|
196
|
+
</span>
|
|
197
|
+
<span class="pf-v6-c-button__text">Logged in</span>
|
|
198
|
+
</button>
|
|
199
|
+
</div>
|
|
200
|
+
</div>
|
|
189
201
|
</div>
|
|
190
202
|
</div>
|
|
191
203
|
</form>
|