@patternfly/patternfly 6.5.0-prerelease.66 → 6.5.0-prerelease.68
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/Accordion/accordion.css +1 -2
- package/components/Accordion/accordion.scss +2 -2
- package/components/Card/card.css +8 -0
- package/components/Card/card.scss +13 -0
- package/components/DataList/data-list.css +1 -1
- package/components/DataList/data-list.scss +2 -2
- package/components/Drawer/drawer.css +3 -5
- package/components/Drawer/drawer.scss +7 -9
- package/components/OverflowMenu/overflow-menu.css +16 -0
- package/components/OverflowMenu/overflow-menu.scss +20 -1
- package/components/Page/page.css +11 -11
- package/components/Page/page.scss +2 -2
- package/components/Table/table.css +1 -2
- package/components/Table/table.scss +2 -2
- package/components/Toolbar/toolbar.css +100 -0
- package/components/Toolbar/toolbar.scss +2 -2
- package/components/Wizard/wizard.css +2 -2
- package/components/Wizard/wizard.scss +4 -4
- package/components/_index.css +143 -23
- package/docs/components/ActionList/examples/ActionList.md +2 -2
- package/docs/components/Alert/examples/Alert.md +4 -4
- package/docs/components/Button/examples/Button.md +1 -1
- package/docs/components/Icon/examples/Icon.md +13 -1
- package/docs/components/Menu/examples/Menu.md +26 -2
- package/docs/components/MenuToggle/examples/MenuToggle.md +172 -64
- package/docs/components/OverflowMenu/examples/overflow-menu.css +6 -3
- package/docs/components/OverflowMenu/examples/overflow-menu.md +21 -0
- package/docs/components/Toolbar/examples/Toolbar.md +106 -7
- package/docs/components/TreeView/examples/TreeView.md +4 -4
- package/docs/components/Wizard/examples/Wizard.md +1 -1
- package/docs/demos/AboutModal/examples/AboutModal.md +23 -15
- package/docs/demos/Alert/examples/Alert.md +69 -45
- package/docs/demos/BackToTop/examples/BackToTop.md +23 -15
- package/docs/demos/Banner/examples/Banner.md +46 -30
- package/docs/demos/CardView/examples/CardView.md +36 -16
- package/docs/demos/Compass/examples/Compass.md +76 -19
- package/docs/demos/Dashboard/examples/Dashboard.md +23 -15
- package/docs/demos/DataList/examples/DataList.md +157 -65
- package/docs/demos/DescriptionList/examples/DescriptionList.md +69 -45
- package/docs/demos/Drawer/examples/Drawer.md +115 -75
- package/docs/demos/JumpLinks/examples/JumpLinks.md +138 -90
- package/docs/demos/Masthead/examples/Masthead.md +101 -21
- package/docs/demos/Modal/examples/Modal.md +138 -90
- package/docs/demos/Nav/examples/Nav.md +188 -120
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +115 -75
- package/docs/demos/Page/examples/Page.md +361 -213
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +265 -113
- package/docs/demos/Skeleton/examples/Skeleton.md +23 -15
- package/docs/demos/Table/examples/Table.md +711 -271
- package/docs/demos/Tabs/examples/Tabs.md +151 -91
- package/docs/demos/Toolbar/examples/Toolbar.md +124 -36
- package/docs/demos/Wizard/examples/Wizard.md +207 -135
- package/package.json +1 -1
- package/patternfly-no-globals.css +143 -23
- package/patternfly.css +143 -23
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/mixins.scss +16 -1
|
@@ -163,23 +163,11 @@ section: components
|
|
|
163
163
|
type="button"
|
|
164
164
|
aria-expanded="false"
|
|
165
165
|
aria-label="Application launcher"
|
|
166
|
-
>
|
|
167
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
168
|
-
<i class="fas fa-th" aria-hidden="true"></i>
|
|
169
|
-
</span>
|
|
170
|
-
</button>
|
|
171
|
-
</div>
|
|
172
|
-
<div class="pf-v6-c-toolbar__item">
|
|
173
|
-
<button
|
|
174
|
-
class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
|
|
175
|
-
type="button"
|
|
176
|
-
aria-expanded="false"
|
|
177
|
-
aria-label="Settings"
|
|
178
166
|
>
|
|
179
167
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
180
168
|
<svg
|
|
181
169
|
class="pf-v6-svg"
|
|
182
|
-
viewBox="0 0
|
|
170
|
+
viewBox="0 0 512 512"
|
|
183
171
|
fill="currentColor"
|
|
184
172
|
aria-hidden="true"
|
|
185
173
|
role="img"
|
|
@@ -187,12 +175,20 @@ section: components
|
|
|
187
175
|
height="1em"
|
|
188
176
|
>
|
|
189
177
|
<path
|
|
190
|
-
d="
|
|
178
|
+
d="M149.333 56v80c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V56c0-13.255 10.745-24 24-24h101.333c13.255 0 24 10.745 24 24zm181.334 240v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm32-240v80c0 13.255 10.745 24 24 24H488c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24zm-32 80V56c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm-205.334 56H24c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24zM0 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zm386.667-56H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zm0 160H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zM181.333 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24z"
|
|
191
179
|
/>
|
|
192
180
|
</svg>
|
|
193
181
|
</span>
|
|
194
182
|
</button>
|
|
195
183
|
</div>
|
|
184
|
+
<div class="pf-v6-c-toolbar__item">
|
|
185
|
+
<button
|
|
186
|
+
class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
|
|
187
|
+
type="button"
|
|
188
|
+
aria-expanded="false"
|
|
189
|
+
aria-label="Settings"
|
|
190
|
+
></button>
|
|
191
|
+
</div>
|
|
196
192
|
<div class="pf-v6-c-toolbar__item">
|
|
197
193
|
<button
|
|
198
194
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
@@ -201,7 +197,19 @@ section: components
|
|
|
201
197
|
aria-label="Help"
|
|
202
198
|
>
|
|
203
199
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
204
|
-
<
|
|
200
|
+
<svg
|
|
201
|
+
class="pf-v6-svg"
|
|
202
|
+
viewBox="0 0 512 512"
|
|
203
|
+
fill="currentColor"
|
|
204
|
+
aria-hidden="true"
|
|
205
|
+
role="img"
|
|
206
|
+
width="1em"
|
|
207
|
+
height="1em"
|
|
208
|
+
>
|
|
209
|
+
<path
|
|
210
|
+
d="M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zM262.655 90c-54.497 0-89.255 22.957-116.549 63.758-3.536 5.286-2.353 12.415 2.715 16.258l34.699 26.31c5.205 3.947 12.621 3.008 16.665-2.122 17.864-22.658 30.113-35.797 57.303-35.797 20.429 0 45.698 13.148 45.698 32.958 0 14.976-12.363 22.667-32.534 33.976C247.128 238.528 216 254.941 216 296v4c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12v-1.333c0-28.462 83.186-29.647 83.186-106.667 0-58.002-60.165-102-116.531-102zM256 338c-25.365 0-46 20.635-46 46 0 25.364 20.635 46 46 46s46-20.636 46-46c0-25.365-20.635-46-46-46z"
|
|
211
|
+
/>
|
|
212
|
+
</svg>
|
|
205
213
|
</span>
|
|
206
214
|
</button>
|
|
207
215
|
</div>
|
|
@@ -1092,23 +1100,11 @@ section: components
|
|
|
1092
1100
|
type="button"
|
|
1093
1101
|
aria-expanded="false"
|
|
1094
1102
|
aria-label="Application launcher"
|
|
1095
|
-
>
|
|
1096
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
1097
|
-
<i class="fas fa-th" aria-hidden="true"></i>
|
|
1098
|
-
</span>
|
|
1099
|
-
</button>
|
|
1100
|
-
</div>
|
|
1101
|
-
<div class="pf-v6-c-toolbar__item">
|
|
1102
|
-
<button
|
|
1103
|
-
class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
|
|
1104
|
-
type="button"
|
|
1105
|
-
aria-expanded="false"
|
|
1106
|
-
aria-label="Settings"
|
|
1107
1103
|
>
|
|
1108
1104
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1109
1105
|
<svg
|
|
1110
1106
|
class="pf-v6-svg"
|
|
1111
|
-
viewBox="0 0
|
|
1107
|
+
viewBox="0 0 512 512"
|
|
1112
1108
|
fill="currentColor"
|
|
1113
1109
|
aria-hidden="true"
|
|
1114
1110
|
role="img"
|
|
@@ -1116,12 +1112,20 @@ section: components
|
|
|
1116
1112
|
height="1em"
|
|
1117
1113
|
>
|
|
1118
1114
|
<path
|
|
1119
|
-
d="
|
|
1115
|
+
d="M149.333 56v80c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V56c0-13.255 10.745-24 24-24h101.333c13.255 0 24 10.745 24 24zm181.334 240v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm32-240v80c0 13.255 10.745 24 24 24H488c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24zm-32 80V56c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm-205.334 56H24c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24zM0 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zm386.667-56H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zm0 160H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zM181.333 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24z"
|
|
1120
1116
|
/>
|
|
1121
1117
|
</svg>
|
|
1122
1118
|
</span>
|
|
1123
1119
|
</button>
|
|
1124
1120
|
</div>
|
|
1121
|
+
<div class="pf-v6-c-toolbar__item">
|
|
1122
|
+
<button
|
|
1123
|
+
class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
|
|
1124
|
+
type="button"
|
|
1125
|
+
aria-expanded="false"
|
|
1126
|
+
aria-label="Settings"
|
|
1127
|
+
></button>
|
|
1128
|
+
</div>
|
|
1125
1129
|
<div class="pf-v6-c-toolbar__item">
|
|
1126
1130
|
<button
|
|
1127
1131
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
@@ -1130,7 +1134,19 @@ section: components
|
|
|
1130
1134
|
aria-label="Help"
|
|
1131
1135
|
>
|
|
1132
1136
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1133
|
-
<
|
|
1137
|
+
<svg
|
|
1138
|
+
class="pf-v6-svg"
|
|
1139
|
+
viewBox="0 0 512 512"
|
|
1140
|
+
fill="currentColor"
|
|
1141
|
+
aria-hidden="true"
|
|
1142
|
+
role="img"
|
|
1143
|
+
width="1em"
|
|
1144
|
+
height="1em"
|
|
1145
|
+
>
|
|
1146
|
+
<path
|
|
1147
|
+
d="M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zM262.655 90c-54.497 0-89.255 22.957-116.549 63.758-3.536 5.286-2.353 12.415 2.715 16.258l34.699 26.31c5.205 3.947 12.621 3.008 16.665-2.122 17.864-22.658 30.113-35.797 57.303-35.797 20.429 0 45.698 13.148 45.698 32.958 0 14.976-12.363 22.667-32.534 33.976C247.128 238.528 216 254.941 216 296v4c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12v-1.333c0-28.462 83.186-29.647 83.186-106.667 0-58.002-60.165-102-116.531-102zM256 338c-25.365 0-46 20.635-46 46 0 25.364 20.635 46 46 46s46-20.636 46-46c0-25.365-20.635-46-46-46z"
|
|
1148
|
+
/>
|
|
1149
|
+
</svg>
|
|
1134
1150
|
</span>
|
|
1135
1151
|
</button>
|
|
1136
1152
|
</div>
|
|
@@ -2021,23 +2037,11 @@ section: components
|
|
|
2021
2037
|
type="button"
|
|
2022
2038
|
aria-expanded="false"
|
|
2023
2039
|
aria-label="Application launcher"
|
|
2024
|
-
>
|
|
2025
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
2026
|
-
<i class="fas fa-th" aria-hidden="true"></i>
|
|
2027
|
-
</span>
|
|
2028
|
-
</button>
|
|
2029
|
-
</div>
|
|
2030
|
-
<div class="pf-v6-c-toolbar__item">
|
|
2031
|
-
<button
|
|
2032
|
-
class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
|
|
2033
|
-
type="button"
|
|
2034
|
-
aria-expanded="false"
|
|
2035
|
-
aria-label="Settings"
|
|
2036
2040
|
>
|
|
2037
2041
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2038
2042
|
<svg
|
|
2039
2043
|
class="pf-v6-svg"
|
|
2040
|
-
viewBox="0 0
|
|
2044
|
+
viewBox="0 0 512 512"
|
|
2041
2045
|
fill="currentColor"
|
|
2042
2046
|
aria-hidden="true"
|
|
2043
2047
|
role="img"
|
|
@@ -2045,12 +2049,20 @@ section: components
|
|
|
2045
2049
|
height="1em"
|
|
2046
2050
|
>
|
|
2047
2051
|
<path
|
|
2048
|
-
d="
|
|
2052
|
+
d="M149.333 56v80c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V56c0-13.255 10.745-24 24-24h101.333c13.255 0 24 10.745 24 24zm181.334 240v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm32-240v80c0 13.255 10.745 24 24 24H488c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24zm-32 80V56c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm-205.334 56H24c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24zM0 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zm386.667-56H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zm0 160H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zM181.333 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24z"
|
|
2049
2053
|
/>
|
|
2050
2054
|
</svg>
|
|
2051
2055
|
</span>
|
|
2052
2056
|
</button>
|
|
2053
2057
|
</div>
|
|
2058
|
+
<div class="pf-v6-c-toolbar__item">
|
|
2059
|
+
<button
|
|
2060
|
+
class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
|
|
2061
|
+
type="button"
|
|
2062
|
+
aria-expanded="false"
|
|
2063
|
+
aria-label="Settings"
|
|
2064
|
+
></button>
|
|
2065
|
+
</div>
|
|
2054
2066
|
<div class="pf-v6-c-toolbar__item">
|
|
2055
2067
|
<button
|
|
2056
2068
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
@@ -2059,7 +2071,19 @@ section: components
|
|
|
2059
2071
|
aria-label="Help"
|
|
2060
2072
|
>
|
|
2061
2073
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2062
|
-
<
|
|
2074
|
+
<svg
|
|
2075
|
+
class="pf-v6-svg"
|
|
2076
|
+
viewBox="0 0 512 512"
|
|
2077
|
+
fill="currentColor"
|
|
2078
|
+
aria-hidden="true"
|
|
2079
|
+
role="img"
|
|
2080
|
+
width="1em"
|
|
2081
|
+
height="1em"
|
|
2082
|
+
>
|
|
2083
|
+
<path
|
|
2084
|
+
d="M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zM262.655 90c-54.497 0-89.255 22.957-116.549 63.758-3.536 5.286-2.353 12.415 2.715 16.258l34.699 26.31c5.205 3.947 12.621 3.008 16.665-2.122 17.864-22.658 30.113-35.797 57.303-35.797 20.429 0 45.698 13.148 45.698 32.958 0 14.976-12.363 22.667-32.534 33.976C247.128 238.528 216 254.941 216 296v4c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12v-1.333c0-28.462 83.186-29.647 83.186-106.667 0-58.002-60.165-102-116.531-102zM256 338c-25.365 0-46 20.635-46 46 0 25.364 20.635 46 46 46s46-20.636 46-46c0-25.365-20.635-46-46-46z"
|
|
2085
|
+
/>
|
|
2086
|
+
</svg>
|
|
2063
2087
|
</span>
|
|
2064
2088
|
</button>
|
|
2065
2089
|
</div>
|
|
@@ -2953,23 +2977,11 @@ section: components
|
|
|
2953
2977
|
type="button"
|
|
2954
2978
|
aria-expanded="false"
|
|
2955
2979
|
aria-label="Application launcher"
|
|
2956
|
-
>
|
|
2957
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
2958
|
-
<i class="fas fa-th" aria-hidden="true"></i>
|
|
2959
|
-
</span>
|
|
2960
|
-
</button>
|
|
2961
|
-
</div>
|
|
2962
|
-
<div class="pf-v6-c-toolbar__item">
|
|
2963
|
-
<button
|
|
2964
|
-
class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
|
|
2965
|
-
type="button"
|
|
2966
|
-
aria-expanded="false"
|
|
2967
|
-
aria-label="Settings"
|
|
2968
2980
|
>
|
|
2969
2981
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2970
2982
|
<svg
|
|
2971
2983
|
class="pf-v6-svg"
|
|
2972
|
-
viewBox="0 0
|
|
2984
|
+
viewBox="0 0 512 512"
|
|
2973
2985
|
fill="currentColor"
|
|
2974
2986
|
aria-hidden="true"
|
|
2975
2987
|
role="img"
|
|
@@ -2977,12 +2989,20 @@ section: components
|
|
|
2977
2989
|
height="1em"
|
|
2978
2990
|
>
|
|
2979
2991
|
<path
|
|
2980
|
-
d="
|
|
2992
|
+
d="M149.333 56v80c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V56c0-13.255 10.745-24 24-24h101.333c13.255 0 24 10.745 24 24zm181.334 240v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm32-240v80c0 13.255 10.745 24 24 24H488c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24zm-32 80V56c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm-205.334 56H24c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24zM0 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zm386.667-56H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zm0 160H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zM181.333 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24z"
|
|
2981
2993
|
/>
|
|
2982
2994
|
</svg>
|
|
2983
2995
|
</span>
|
|
2984
2996
|
</button>
|
|
2985
2997
|
</div>
|
|
2998
|
+
<div class="pf-v6-c-toolbar__item">
|
|
2999
|
+
<button
|
|
3000
|
+
class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
|
|
3001
|
+
type="button"
|
|
3002
|
+
aria-expanded="false"
|
|
3003
|
+
aria-label="Settings"
|
|
3004
|
+
></button>
|
|
3005
|
+
</div>
|
|
2986
3006
|
<div class="pf-v6-c-toolbar__item">
|
|
2987
3007
|
<button
|
|
2988
3008
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
@@ -2991,7 +3011,19 @@ section: components
|
|
|
2991
3011
|
aria-label="Help"
|
|
2992
3012
|
>
|
|
2993
3013
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2994
|
-
<
|
|
3014
|
+
<svg
|
|
3015
|
+
class="pf-v6-svg"
|
|
3016
|
+
viewBox="0 0 512 512"
|
|
3017
|
+
fill="currentColor"
|
|
3018
|
+
aria-hidden="true"
|
|
3019
|
+
role="img"
|
|
3020
|
+
width="1em"
|
|
3021
|
+
height="1em"
|
|
3022
|
+
>
|
|
3023
|
+
<path
|
|
3024
|
+
d="M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zM262.655 90c-54.497 0-89.255 22.957-116.549 63.758-3.536 5.286-2.353 12.415 2.715 16.258l34.699 26.31c5.205 3.947 12.621 3.008 16.665-2.122 17.864-22.658 30.113-35.797 57.303-35.797 20.429 0 45.698 13.148 45.698 32.958 0 14.976-12.363 22.667-32.534 33.976C247.128 238.528 216 254.941 216 296v4c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12v-1.333c0-28.462 83.186-29.647 83.186-106.667 0-58.002-60.165-102-116.531-102zM256 338c-25.365 0-46 20.635-46 46 0 25.364 20.635 46 46 46s46-20.636 46-46c0-25.365-20.635-46-46-46z"
|
|
3025
|
+
/>
|
|
3026
|
+
</svg>
|
|
2995
3027
|
</span>
|
|
2996
3028
|
</button>
|
|
2997
3029
|
</div>
|
|
@@ -3868,23 +3900,11 @@ section: components
|
|
|
3868
3900
|
type="button"
|
|
3869
3901
|
aria-expanded="false"
|
|
3870
3902
|
aria-label="Application launcher"
|
|
3871
|
-
>
|
|
3872
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
3873
|
-
<i class="fas fa-th" aria-hidden="true"></i>
|
|
3874
|
-
</span>
|
|
3875
|
-
</button>
|
|
3876
|
-
</div>
|
|
3877
|
-
<div class="pf-v6-c-toolbar__item">
|
|
3878
|
-
<button
|
|
3879
|
-
class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
|
|
3880
|
-
type="button"
|
|
3881
|
-
aria-expanded="false"
|
|
3882
|
-
aria-label="Settings"
|
|
3883
3903
|
>
|
|
3884
3904
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3885
3905
|
<svg
|
|
3886
3906
|
class="pf-v6-svg"
|
|
3887
|
-
viewBox="0 0
|
|
3907
|
+
viewBox="0 0 512 512"
|
|
3888
3908
|
fill="currentColor"
|
|
3889
3909
|
aria-hidden="true"
|
|
3890
3910
|
role="img"
|
|
@@ -3892,12 +3912,20 @@ section: components
|
|
|
3892
3912
|
height="1em"
|
|
3893
3913
|
>
|
|
3894
3914
|
<path
|
|
3895
|
-
d="
|
|
3915
|
+
d="M149.333 56v80c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V56c0-13.255 10.745-24 24-24h101.333c13.255 0 24 10.745 24 24zm181.334 240v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm32-240v80c0 13.255 10.745 24 24 24H488c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24zm-32 80V56c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm-205.334 56H24c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24zM0 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zm386.667-56H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zm0 160H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zM181.333 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24z"
|
|
3896
3916
|
/>
|
|
3897
3917
|
</svg>
|
|
3898
3918
|
</span>
|
|
3899
3919
|
</button>
|
|
3900
3920
|
</div>
|
|
3921
|
+
<div class="pf-v6-c-toolbar__item">
|
|
3922
|
+
<button
|
|
3923
|
+
class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
|
|
3924
|
+
type="button"
|
|
3925
|
+
aria-expanded="false"
|
|
3926
|
+
aria-label="Settings"
|
|
3927
|
+
></button>
|
|
3928
|
+
</div>
|
|
3901
3929
|
<div class="pf-v6-c-toolbar__item">
|
|
3902
3930
|
<button
|
|
3903
3931
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
@@ -3906,7 +3934,19 @@ section: components
|
|
|
3906
3934
|
aria-label="Help"
|
|
3907
3935
|
>
|
|
3908
3936
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3909
|
-
<
|
|
3937
|
+
<svg
|
|
3938
|
+
class="pf-v6-svg"
|
|
3939
|
+
viewBox="0 0 512 512"
|
|
3940
|
+
fill="currentColor"
|
|
3941
|
+
aria-hidden="true"
|
|
3942
|
+
role="img"
|
|
3943
|
+
width="1em"
|
|
3944
|
+
height="1em"
|
|
3945
|
+
>
|
|
3946
|
+
<path
|
|
3947
|
+
d="M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zM262.655 90c-54.497 0-89.255 22.957-116.549 63.758-3.536 5.286-2.353 12.415 2.715 16.258l34.699 26.31c5.205 3.947 12.621 3.008 16.665-2.122 17.864-22.658 30.113-35.797 57.303-35.797 20.429 0 45.698 13.148 45.698 32.958 0 14.976-12.363 22.667-32.534 33.976C247.128 238.528 216 254.941 216 296v4c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12v-1.333c0-28.462 83.186-29.647 83.186-106.667 0-58.002-60.165-102-116.531-102zM256 338c-25.365 0-46 20.635-46 46 0 25.364 20.635 46 46 46s46-20.636 46-46c0-25.365-20.635-46-46-46z"
|
|
3948
|
+
/>
|
|
3949
|
+
</svg>
|
|
3910
3950
|
</span>
|
|
3911
3951
|
</button>
|
|
3912
3952
|
</div>
|