@patternfly/patternfly 6.0.0-alpha.97 → 6.0.0-alpha.98
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/MenuToggle/menu-toggle.css +20 -6
- package/components/MenuToggle/menu-toggle.scss +32 -6
- package/docs/components/LogViewer/examples/LogViewer.md +130 -10
- package/docs/components/MenuToggle/examples/MenuToggle.md +162 -6
- package/docs/components/Toolbar/examples/Toolbar.md +143 -11
- package/docs/demos/AboutModal/examples/AboutModal.md +52 -4
- package/docs/demos/Alert/examples/Alert.md +156 -12
- package/docs/demos/BackToTop/examples/BackToTop.md +52 -4
- package/docs/demos/Banner/examples/Banner.md +104 -8
- package/docs/demos/CardView/examples/CardView.md +65 -5
- package/docs/demos/ContextSelector/examples/ContextSelector.md +156 -12
- package/docs/demos/Dashboard/examples/Dashboard.md +52 -4
- package/docs/demos/DataList/examples/DataList.md +273 -21
- package/docs/demos/DescriptionList/examples/DescriptionList.md +156 -12
- package/docs/demos/Drawer/examples/Drawer.md +260 -20
- package/docs/demos/JumpLinks/examples/JumpLinks.md +312 -24
- package/docs/demos/Masthead/examples/Masthead.md +247 -19
- package/docs/demos/Modal/examples/Modal.md +312 -24
- package/docs/demos/Nav/examples/Nav.md +312 -24
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +260 -20
- package/docs/demos/Page/examples/Page.md +468 -36
- package/docs/demos/Page/examples/Penta.md +13 -1
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +455 -35
- package/docs/demos/Skeleton/examples/Skeleton.md +52 -4
- package/docs/demos/Table/examples/Table.md +1094 -86
- package/docs/demos/Tabs/examples/Tabs.md +325 -25
- package/docs/demos/Toolbar/examples/Toolbar.md +325 -25
- package/docs/demos/Wizard/examples/Wizard.md +468 -36
- package/package.json +1 -1
- package/patternfly-no-globals.css +20 -6
- package/patternfly-theme-dark-unversioned.css +20 -6
- package/patternfly.css +20 -6
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -148,7 +148,19 @@ section: components
|
|
|
148
148
|
aria-label="Application launcher"
|
|
149
149
|
>
|
|
150
150
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
151
|
-
<
|
|
151
|
+
<svg
|
|
152
|
+
class="pf-v5-svg"
|
|
153
|
+
viewBox="0 0 192 512"
|
|
154
|
+
fill="currentColor"
|
|
155
|
+
aria-hidden="true"
|
|
156
|
+
role="img"
|
|
157
|
+
width="1em"
|
|
158
|
+
height="1em"
|
|
159
|
+
>
|
|
160
|
+
<path
|
|
161
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
162
|
+
/>
|
|
163
|
+
</svg>
|
|
152
164
|
</span>
|
|
153
165
|
</button>
|
|
154
166
|
</div>
|
|
@@ -160,7 +172,19 @@ section: components
|
|
|
160
172
|
aria-label="Settings"
|
|
161
173
|
>
|
|
162
174
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
163
|
-
<
|
|
175
|
+
<svg
|
|
176
|
+
class="pf-v5-svg"
|
|
177
|
+
viewBox="0 0 192 512"
|
|
178
|
+
fill="currentColor"
|
|
179
|
+
aria-hidden="true"
|
|
180
|
+
role="img"
|
|
181
|
+
width="1em"
|
|
182
|
+
height="1em"
|
|
183
|
+
>
|
|
184
|
+
<path
|
|
185
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
186
|
+
/>
|
|
187
|
+
</svg>
|
|
164
188
|
</span>
|
|
165
189
|
</button>
|
|
166
190
|
</div>
|
|
@@ -172,7 +196,19 @@ section: components
|
|
|
172
196
|
aria-label="Help"
|
|
173
197
|
>
|
|
174
198
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
175
|
-
<
|
|
199
|
+
<svg
|
|
200
|
+
class="pf-v5-svg"
|
|
201
|
+
viewBox="0 0 192 512"
|
|
202
|
+
fill="currentColor"
|
|
203
|
+
aria-hidden="true"
|
|
204
|
+
role="img"
|
|
205
|
+
width="1em"
|
|
206
|
+
height="1em"
|
|
207
|
+
>
|
|
208
|
+
<path
|
|
209
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
210
|
+
/>
|
|
211
|
+
</svg>
|
|
176
212
|
</span>
|
|
177
213
|
</button>
|
|
178
214
|
</div>
|
|
@@ -185,7 +221,19 @@ section: components
|
|
|
185
221
|
aria-label="Actions"
|
|
186
222
|
>
|
|
187
223
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
188
|
-
<
|
|
224
|
+
<svg
|
|
225
|
+
class="pf-v5-svg"
|
|
226
|
+
viewBox="0 0 192 512"
|
|
227
|
+
fill="currentColor"
|
|
228
|
+
aria-hidden="true"
|
|
229
|
+
role="img"
|
|
230
|
+
width="1em"
|
|
231
|
+
height="1em"
|
|
232
|
+
>
|
|
233
|
+
<path
|
|
234
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
235
|
+
/>
|
|
236
|
+
</svg>
|
|
189
237
|
</span>
|
|
190
238
|
</button>
|
|
191
239
|
</div>
|
|
@@ -721,7 +769,19 @@ section: components
|
|
|
721
769
|
aria-label="Application launcher"
|
|
722
770
|
>
|
|
723
771
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
724
|
-
<
|
|
772
|
+
<svg
|
|
773
|
+
class="pf-v5-svg"
|
|
774
|
+
viewBox="0 0 192 512"
|
|
775
|
+
fill="currentColor"
|
|
776
|
+
aria-hidden="true"
|
|
777
|
+
role="img"
|
|
778
|
+
width="1em"
|
|
779
|
+
height="1em"
|
|
780
|
+
>
|
|
781
|
+
<path
|
|
782
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
783
|
+
/>
|
|
784
|
+
</svg>
|
|
725
785
|
</span>
|
|
726
786
|
</button>
|
|
727
787
|
</div>
|
|
@@ -733,7 +793,19 @@ section: components
|
|
|
733
793
|
aria-label="Settings"
|
|
734
794
|
>
|
|
735
795
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
736
|
-
<
|
|
796
|
+
<svg
|
|
797
|
+
class="pf-v5-svg"
|
|
798
|
+
viewBox="0 0 192 512"
|
|
799
|
+
fill="currentColor"
|
|
800
|
+
aria-hidden="true"
|
|
801
|
+
role="img"
|
|
802
|
+
width="1em"
|
|
803
|
+
height="1em"
|
|
804
|
+
>
|
|
805
|
+
<path
|
|
806
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
807
|
+
/>
|
|
808
|
+
</svg>
|
|
737
809
|
</span>
|
|
738
810
|
</button>
|
|
739
811
|
</div>
|
|
@@ -745,7 +817,19 @@ section: components
|
|
|
745
817
|
aria-label="Help"
|
|
746
818
|
>
|
|
747
819
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
748
|
-
<
|
|
820
|
+
<svg
|
|
821
|
+
class="pf-v5-svg"
|
|
822
|
+
viewBox="0 0 192 512"
|
|
823
|
+
fill="currentColor"
|
|
824
|
+
aria-hidden="true"
|
|
825
|
+
role="img"
|
|
826
|
+
width="1em"
|
|
827
|
+
height="1em"
|
|
828
|
+
>
|
|
829
|
+
<path
|
|
830
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
831
|
+
/>
|
|
832
|
+
</svg>
|
|
749
833
|
</span>
|
|
750
834
|
</button>
|
|
751
835
|
</div>
|
|
@@ -758,7 +842,19 @@ section: components
|
|
|
758
842
|
aria-label="Actions"
|
|
759
843
|
>
|
|
760
844
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
761
|
-
<
|
|
845
|
+
<svg
|
|
846
|
+
class="pf-v5-svg"
|
|
847
|
+
viewBox="0 0 192 512"
|
|
848
|
+
fill="currentColor"
|
|
849
|
+
aria-hidden="true"
|
|
850
|
+
role="img"
|
|
851
|
+
width="1em"
|
|
852
|
+
height="1em"
|
|
853
|
+
>
|
|
854
|
+
<path
|
|
855
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
856
|
+
/>
|
|
857
|
+
</svg>
|
|
762
858
|
</span>
|
|
763
859
|
</button>
|
|
764
860
|
</div>
|
|
@@ -1299,7 +1395,19 @@ section: components
|
|
|
1299
1395
|
aria-label="Application launcher"
|
|
1300
1396
|
>
|
|
1301
1397
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1302
|
-
<
|
|
1398
|
+
<svg
|
|
1399
|
+
class="pf-v5-svg"
|
|
1400
|
+
viewBox="0 0 192 512"
|
|
1401
|
+
fill="currentColor"
|
|
1402
|
+
aria-hidden="true"
|
|
1403
|
+
role="img"
|
|
1404
|
+
width="1em"
|
|
1405
|
+
height="1em"
|
|
1406
|
+
>
|
|
1407
|
+
<path
|
|
1408
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
1409
|
+
/>
|
|
1410
|
+
</svg>
|
|
1303
1411
|
</span>
|
|
1304
1412
|
</button>
|
|
1305
1413
|
</div>
|
|
@@ -1311,7 +1419,19 @@ section: components
|
|
|
1311
1419
|
aria-label="Settings"
|
|
1312
1420
|
>
|
|
1313
1421
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1314
|
-
<
|
|
1422
|
+
<svg
|
|
1423
|
+
class="pf-v5-svg"
|
|
1424
|
+
viewBox="0 0 192 512"
|
|
1425
|
+
fill="currentColor"
|
|
1426
|
+
aria-hidden="true"
|
|
1427
|
+
role="img"
|
|
1428
|
+
width="1em"
|
|
1429
|
+
height="1em"
|
|
1430
|
+
>
|
|
1431
|
+
<path
|
|
1432
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
1433
|
+
/>
|
|
1434
|
+
</svg>
|
|
1315
1435
|
</span>
|
|
1316
1436
|
</button>
|
|
1317
1437
|
</div>
|
|
@@ -1323,7 +1443,19 @@ section: components
|
|
|
1323
1443
|
aria-label="Help"
|
|
1324
1444
|
>
|
|
1325
1445
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1326
|
-
<
|
|
1446
|
+
<svg
|
|
1447
|
+
class="pf-v5-svg"
|
|
1448
|
+
viewBox="0 0 192 512"
|
|
1449
|
+
fill="currentColor"
|
|
1450
|
+
aria-hidden="true"
|
|
1451
|
+
role="img"
|
|
1452
|
+
width="1em"
|
|
1453
|
+
height="1em"
|
|
1454
|
+
>
|
|
1455
|
+
<path
|
|
1456
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
1457
|
+
/>
|
|
1458
|
+
</svg>
|
|
1327
1459
|
</span>
|
|
1328
1460
|
</button>
|
|
1329
1461
|
</div>
|
|
@@ -1336,7 +1468,19 @@ section: components
|
|
|
1336
1468
|
aria-label="Actions"
|
|
1337
1469
|
>
|
|
1338
1470
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1339
|
-
<
|
|
1471
|
+
<svg
|
|
1472
|
+
class="pf-v5-svg"
|
|
1473
|
+
viewBox="0 0 192 512"
|
|
1474
|
+
fill="currentColor"
|
|
1475
|
+
aria-hidden="true"
|
|
1476
|
+
role="img"
|
|
1477
|
+
width="1em"
|
|
1478
|
+
height="1em"
|
|
1479
|
+
>
|
|
1480
|
+
<path
|
|
1481
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
1482
|
+
/>
|
|
1483
|
+
</svg>
|
|
1340
1484
|
</span>
|
|
1341
1485
|
</button>
|
|
1342
1486
|
</div>
|
|
@@ -1781,7 +1925,19 @@ section: components
|
|
|
1781
1925
|
aria-label="Application launcher"
|
|
1782
1926
|
>
|
|
1783
1927
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1784
|
-
<
|
|
1928
|
+
<svg
|
|
1929
|
+
class="pf-v5-svg"
|
|
1930
|
+
viewBox="0 0 192 512"
|
|
1931
|
+
fill="currentColor"
|
|
1932
|
+
aria-hidden="true"
|
|
1933
|
+
role="img"
|
|
1934
|
+
width="1em"
|
|
1935
|
+
height="1em"
|
|
1936
|
+
>
|
|
1937
|
+
<path
|
|
1938
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
1939
|
+
/>
|
|
1940
|
+
</svg>
|
|
1785
1941
|
</span>
|
|
1786
1942
|
</button>
|
|
1787
1943
|
</div>
|
|
@@ -1793,7 +1949,19 @@ section: components
|
|
|
1793
1949
|
aria-label="Settings"
|
|
1794
1950
|
>
|
|
1795
1951
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1796
|
-
<
|
|
1952
|
+
<svg
|
|
1953
|
+
class="pf-v5-svg"
|
|
1954
|
+
viewBox="0 0 192 512"
|
|
1955
|
+
fill="currentColor"
|
|
1956
|
+
aria-hidden="true"
|
|
1957
|
+
role="img"
|
|
1958
|
+
width="1em"
|
|
1959
|
+
height="1em"
|
|
1960
|
+
>
|
|
1961
|
+
<path
|
|
1962
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
1963
|
+
/>
|
|
1964
|
+
</svg>
|
|
1797
1965
|
</span>
|
|
1798
1966
|
</button>
|
|
1799
1967
|
</div>
|
|
@@ -1805,7 +1973,19 @@ section: components
|
|
|
1805
1973
|
aria-label="Help"
|
|
1806
1974
|
>
|
|
1807
1975
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1808
|
-
<
|
|
1976
|
+
<svg
|
|
1977
|
+
class="pf-v5-svg"
|
|
1978
|
+
viewBox="0 0 192 512"
|
|
1979
|
+
fill="currentColor"
|
|
1980
|
+
aria-hidden="true"
|
|
1981
|
+
role="img"
|
|
1982
|
+
width="1em"
|
|
1983
|
+
height="1em"
|
|
1984
|
+
>
|
|
1985
|
+
<path
|
|
1986
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
1987
|
+
/>
|
|
1988
|
+
</svg>
|
|
1809
1989
|
</span>
|
|
1810
1990
|
</button>
|
|
1811
1991
|
</div>
|
|
@@ -1818,7 +1998,19 @@ section: components
|
|
|
1818
1998
|
aria-label="Actions"
|
|
1819
1999
|
>
|
|
1820
2000
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1821
|
-
<
|
|
2001
|
+
<svg
|
|
2002
|
+
class="pf-v5-svg"
|
|
2003
|
+
viewBox="0 0 192 512"
|
|
2004
|
+
fill="currentColor"
|
|
2005
|
+
aria-hidden="true"
|
|
2006
|
+
role="img"
|
|
2007
|
+
width="1em"
|
|
2008
|
+
height="1em"
|
|
2009
|
+
>
|
|
2010
|
+
<path
|
|
2011
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
2012
|
+
/>
|
|
2013
|
+
</svg>
|
|
1822
2014
|
</span>
|
|
1823
2015
|
</button>
|
|
1824
2016
|
</div>
|
|
@@ -1927,7 +2119,19 @@ section: components
|
|
|
1927
2119
|
aria-controls="table-tabs-example-tabs-toolbar-expandable-content"
|
|
1928
2120
|
>
|
|
1929
2121
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1930
|
-
<
|
|
2122
|
+
<svg
|
|
2123
|
+
class="pf-v5-svg"
|
|
2124
|
+
viewBox="0 0 192 512"
|
|
2125
|
+
fill="currentColor"
|
|
2126
|
+
aria-hidden="true"
|
|
2127
|
+
role="img"
|
|
2128
|
+
width="1em"
|
|
2129
|
+
height="1em"
|
|
2130
|
+
>
|
|
2131
|
+
<path
|
|
2132
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
2133
|
+
/>
|
|
2134
|
+
</svg>
|
|
1931
2135
|
</span>
|
|
1932
2136
|
</button>
|
|
1933
2137
|
</div>
|
|
@@ -3160,7 +3364,19 @@ section: components
|
|
|
3160
3364
|
aria-label="Application launcher"
|
|
3161
3365
|
>
|
|
3162
3366
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3163
|
-
<
|
|
3367
|
+
<svg
|
|
3368
|
+
class="pf-v5-svg"
|
|
3369
|
+
viewBox="0 0 192 512"
|
|
3370
|
+
fill="currentColor"
|
|
3371
|
+
aria-hidden="true"
|
|
3372
|
+
role="img"
|
|
3373
|
+
width="1em"
|
|
3374
|
+
height="1em"
|
|
3375
|
+
>
|
|
3376
|
+
<path
|
|
3377
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
3378
|
+
/>
|
|
3379
|
+
</svg>
|
|
3164
3380
|
</span>
|
|
3165
3381
|
</button>
|
|
3166
3382
|
</div>
|
|
@@ -3172,7 +3388,19 @@ section: components
|
|
|
3172
3388
|
aria-label="Settings"
|
|
3173
3389
|
>
|
|
3174
3390
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3175
|
-
<
|
|
3391
|
+
<svg
|
|
3392
|
+
class="pf-v5-svg"
|
|
3393
|
+
viewBox="0 0 192 512"
|
|
3394
|
+
fill="currentColor"
|
|
3395
|
+
aria-hidden="true"
|
|
3396
|
+
role="img"
|
|
3397
|
+
width="1em"
|
|
3398
|
+
height="1em"
|
|
3399
|
+
>
|
|
3400
|
+
<path
|
|
3401
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
3402
|
+
/>
|
|
3403
|
+
</svg>
|
|
3176
3404
|
</span>
|
|
3177
3405
|
</button>
|
|
3178
3406
|
</div>
|
|
@@ -3184,7 +3412,19 @@ section: components
|
|
|
3184
3412
|
aria-label="Help"
|
|
3185
3413
|
>
|
|
3186
3414
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3187
|
-
<
|
|
3415
|
+
<svg
|
|
3416
|
+
class="pf-v5-svg"
|
|
3417
|
+
viewBox="0 0 192 512"
|
|
3418
|
+
fill="currentColor"
|
|
3419
|
+
aria-hidden="true"
|
|
3420
|
+
role="img"
|
|
3421
|
+
width="1em"
|
|
3422
|
+
height="1em"
|
|
3423
|
+
>
|
|
3424
|
+
<path
|
|
3425
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
3426
|
+
/>
|
|
3427
|
+
</svg>
|
|
3188
3428
|
</span>
|
|
3189
3429
|
</button>
|
|
3190
3430
|
</div>
|
|
@@ -3197,7 +3437,19 @@ section: components
|
|
|
3197
3437
|
aria-label="Actions"
|
|
3198
3438
|
>
|
|
3199
3439
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3200
|
-
<
|
|
3440
|
+
<svg
|
|
3441
|
+
class="pf-v5-svg"
|
|
3442
|
+
viewBox="0 0 192 512"
|
|
3443
|
+
fill="currentColor"
|
|
3444
|
+
aria-hidden="true"
|
|
3445
|
+
role="img"
|
|
3446
|
+
width="1em"
|
|
3447
|
+
height="1em"
|
|
3448
|
+
>
|
|
3449
|
+
<path
|
|
3450
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
3451
|
+
/>
|
|
3452
|
+
</svg>
|
|
3201
3453
|
</span>
|
|
3202
3454
|
</button>
|
|
3203
3455
|
</div>
|
|
@@ -3474,7 +3726,19 @@ section: components
|
|
|
3474
3726
|
aria-label="Application launcher"
|
|
3475
3727
|
>
|
|
3476
3728
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3477
|
-
<
|
|
3729
|
+
<svg
|
|
3730
|
+
class="pf-v5-svg"
|
|
3731
|
+
viewBox="0 0 192 512"
|
|
3732
|
+
fill="currentColor"
|
|
3733
|
+
aria-hidden="true"
|
|
3734
|
+
role="img"
|
|
3735
|
+
width="1em"
|
|
3736
|
+
height="1em"
|
|
3737
|
+
>
|
|
3738
|
+
<path
|
|
3739
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
3740
|
+
/>
|
|
3741
|
+
</svg>
|
|
3478
3742
|
</span>
|
|
3479
3743
|
</button>
|
|
3480
3744
|
</div>
|
|
@@ -3486,7 +3750,19 @@ section: components
|
|
|
3486
3750
|
aria-label="Settings"
|
|
3487
3751
|
>
|
|
3488
3752
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3489
|
-
<
|
|
3753
|
+
<svg
|
|
3754
|
+
class="pf-v5-svg"
|
|
3755
|
+
viewBox="0 0 192 512"
|
|
3756
|
+
fill="currentColor"
|
|
3757
|
+
aria-hidden="true"
|
|
3758
|
+
role="img"
|
|
3759
|
+
width="1em"
|
|
3760
|
+
height="1em"
|
|
3761
|
+
>
|
|
3762
|
+
<path
|
|
3763
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
3764
|
+
/>
|
|
3765
|
+
</svg>
|
|
3490
3766
|
</span>
|
|
3491
3767
|
</button>
|
|
3492
3768
|
</div>
|
|
@@ -3498,7 +3774,19 @@ section: components
|
|
|
3498
3774
|
aria-label="Help"
|
|
3499
3775
|
>
|
|
3500
3776
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3501
|
-
<
|
|
3777
|
+
<svg
|
|
3778
|
+
class="pf-v5-svg"
|
|
3779
|
+
viewBox="0 0 192 512"
|
|
3780
|
+
fill="currentColor"
|
|
3781
|
+
aria-hidden="true"
|
|
3782
|
+
role="img"
|
|
3783
|
+
width="1em"
|
|
3784
|
+
height="1em"
|
|
3785
|
+
>
|
|
3786
|
+
<path
|
|
3787
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
3788
|
+
/>
|
|
3789
|
+
</svg>
|
|
3502
3790
|
</span>
|
|
3503
3791
|
</button>
|
|
3504
3792
|
</div>
|
|
@@ -3511,7 +3799,19 @@ section: components
|
|
|
3511
3799
|
aria-label="Actions"
|
|
3512
3800
|
>
|
|
3513
3801
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3514
|
-
<
|
|
3802
|
+
<svg
|
|
3803
|
+
class="pf-v5-svg"
|
|
3804
|
+
viewBox="0 0 192 512"
|
|
3805
|
+
fill="currentColor"
|
|
3806
|
+
aria-hidden="true"
|
|
3807
|
+
role="img"
|
|
3808
|
+
width="1em"
|
|
3809
|
+
height="1em"
|
|
3810
|
+
>
|
|
3811
|
+
<path
|
|
3812
|
+
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
3813
|
+
/>
|
|
3814
|
+
</svg>
|
|
3515
3815
|
</span>
|
|
3516
3816
|
</button>
|
|
3517
3817
|
</div>
|