@patternfly/patternfly 6.0.0-alpha.96 → 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>
|
|
@@ -461,7 +509,19 @@ section: components
|
|
|
461
509
|
aria-label="Application launcher"
|
|
462
510
|
>
|
|
463
511
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
464
|
-
<
|
|
512
|
+
<svg
|
|
513
|
+
class="pf-v5-svg"
|
|
514
|
+
viewBox="0 0 192 512"
|
|
515
|
+
fill="currentColor"
|
|
516
|
+
aria-hidden="true"
|
|
517
|
+
role="img"
|
|
518
|
+
width="1em"
|
|
519
|
+
height="1em"
|
|
520
|
+
>
|
|
521
|
+
<path
|
|
522
|
+
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"
|
|
523
|
+
/>
|
|
524
|
+
</svg>
|
|
465
525
|
</span>
|
|
466
526
|
</button>
|
|
467
527
|
</div>
|
|
@@ -473,7 +533,19 @@ section: components
|
|
|
473
533
|
aria-label="Settings"
|
|
474
534
|
>
|
|
475
535
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
476
|
-
<
|
|
536
|
+
<svg
|
|
537
|
+
class="pf-v5-svg"
|
|
538
|
+
viewBox="0 0 192 512"
|
|
539
|
+
fill="currentColor"
|
|
540
|
+
aria-hidden="true"
|
|
541
|
+
role="img"
|
|
542
|
+
width="1em"
|
|
543
|
+
height="1em"
|
|
544
|
+
>
|
|
545
|
+
<path
|
|
546
|
+
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"
|
|
547
|
+
/>
|
|
548
|
+
</svg>
|
|
477
549
|
</span>
|
|
478
550
|
</button>
|
|
479
551
|
</div>
|
|
@@ -485,7 +557,19 @@ section: components
|
|
|
485
557
|
aria-label="Help"
|
|
486
558
|
>
|
|
487
559
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
488
|
-
<
|
|
560
|
+
<svg
|
|
561
|
+
class="pf-v5-svg"
|
|
562
|
+
viewBox="0 0 192 512"
|
|
563
|
+
fill="currentColor"
|
|
564
|
+
aria-hidden="true"
|
|
565
|
+
role="img"
|
|
566
|
+
width="1em"
|
|
567
|
+
height="1em"
|
|
568
|
+
>
|
|
569
|
+
<path
|
|
570
|
+
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"
|
|
571
|
+
/>
|
|
572
|
+
</svg>
|
|
489
573
|
</span>
|
|
490
574
|
</button>
|
|
491
575
|
</div>
|
|
@@ -498,7 +582,19 @@ section: components
|
|
|
498
582
|
aria-label="Actions"
|
|
499
583
|
>
|
|
500
584
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
501
|
-
<
|
|
585
|
+
<svg
|
|
586
|
+
class="pf-v5-svg"
|
|
587
|
+
viewBox="0 0 192 512"
|
|
588
|
+
fill="currentColor"
|
|
589
|
+
aria-hidden="true"
|
|
590
|
+
role="img"
|
|
591
|
+
width="1em"
|
|
592
|
+
height="1em"
|
|
593
|
+
>
|
|
594
|
+
<path
|
|
595
|
+
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"
|
|
596
|
+
/>
|
|
597
|
+
</svg>
|
|
502
598
|
</span>
|
|
503
599
|
</button>
|
|
504
600
|
</div>
|
|
@@ -798,7 +894,19 @@ section: components
|
|
|
798
894
|
aria-label="Application launcher"
|
|
799
895
|
>
|
|
800
896
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
801
|
-
<
|
|
897
|
+
<svg
|
|
898
|
+
class="pf-v5-svg"
|
|
899
|
+
viewBox="0 0 192 512"
|
|
900
|
+
fill="currentColor"
|
|
901
|
+
aria-hidden="true"
|
|
902
|
+
role="img"
|
|
903
|
+
width="1em"
|
|
904
|
+
height="1em"
|
|
905
|
+
>
|
|
906
|
+
<path
|
|
907
|
+
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"
|
|
908
|
+
/>
|
|
909
|
+
</svg>
|
|
802
910
|
</span>
|
|
803
911
|
</button>
|
|
804
912
|
</div>
|
|
@@ -810,7 +918,19 @@ section: components
|
|
|
810
918
|
aria-label="Settings"
|
|
811
919
|
>
|
|
812
920
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
813
|
-
<
|
|
921
|
+
<svg
|
|
922
|
+
class="pf-v5-svg"
|
|
923
|
+
viewBox="0 0 192 512"
|
|
924
|
+
fill="currentColor"
|
|
925
|
+
aria-hidden="true"
|
|
926
|
+
role="img"
|
|
927
|
+
width="1em"
|
|
928
|
+
height="1em"
|
|
929
|
+
>
|
|
930
|
+
<path
|
|
931
|
+
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"
|
|
932
|
+
/>
|
|
933
|
+
</svg>
|
|
814
934
|
</span>
|
|
815
935
|
</button>
|
|
816
936
|
</div>
|
|
@@ -822,7 +942,19 @@ section: components
|
|
|
822
942
|
aria-label="Help"
|
|
823
943
|
>
|
|
824
944
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
825
|
-
<
|
|
945
|
+
<svg
|
|
946
|
+
class="pf-v5-svg"
|
|
947
|
+
viewBox="0 0 192 512"
|
|
948
|
+
fill="currentColor"
|
|
949
|
+
aria-hidden="true"
|
|
950
|
+
role="img"
|
|
951
|
+
width="1em"
|
|
952
|
+
height="1em"
|
|
953
|
+
>
|
|
954
|
+
<path
|
|
955
|
+
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"
|
|
956
|
+
/>
|
|
957
|
+
</svg>
|
|
826
958
|
</span>
|
|
827
959
|
</button>
|
|
828
960
|
</div>
|
|
@@ -835,7 +967,19 @@ section: components
|
|
|
835
967
|
aria-label="Actions"
|
|
836
968
|
>
|
|
837
969
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
838
|
-
<
|
|
970
|
+
<svg
|
|
971
|
+
class="pf-v5-svg"
|
|
972
|
+
viewBox="0 0 192 512"
|
|
973
|
+
fill="currentColor"
|
|
974
|
+
aria-hidden="true"
|
|
975
|
+
role="img"
|
|
976
|
+
width="1em"
|
|
977
|
+
height="1em"
|
|
978
|
+
>
|
|
979
|
+
<path
|
|
980
|
+
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"
|
|
981
|
+
/>
|
|
982
|
+
</svg>
|
|
839
983
|
</span>
|
|
840
984
|
</button>
|
|
841
985
|
</div>
|
|
@@ -1236,7 +1380,19 @@ section: components
|
|
|
1236
1380
|
aria-label="Application launcher"
|
|
1237
1381
|
>
|
|
1238
1382
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1239
|
-
<
|
|
1383
|
+
<svg
|
|
1384
|
+
class="pf-v5-svg"
|
|
1385
|
+
viewBox="0 0 192 512"
|
|
1386
|
+
fill="currentColor"
|
|
1387
|
+
aria-hidden="true"
|
|
1388
|
+
role="img"
|
|
1389
|
+
width="1em"
|
|
1390
|
+
height="1em"
|
|
1391
|
+
>
|
|
1392
|
+
<path
|
|
1393
|
+
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"
|
|
1394
|
+
/>
|
|
1395
|
+
</svg>
|
|
1240
1396
|
</span>
|
|
1241
1397
|
</button>
|
|
1242
1398
|
</div>
|
|
@@ -1248,7 +1404,19 @@ section: components
|
|
|
1248
1404
|
aria-label="Settings"
|
|
1249
1405
|
>
|
|
1250
1406
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1251
|
-
<
|
|
1407
|
+
<svg
|
|
1408
|
+
class="pf-v5-svg"
|
|
1409
|
+
viewBox="0 0 192 512"
|
|
1410
|
+
fill="currentColor"
|
|
1411
|
+
aria-hidden="true"
|
|
1412
|
+
role="img"
|
|
1413
|
+
width="1em"
|
|
1414
|
+
height="1em"
|
|
1415
|
+
>
|
|
1416
|
+
<path
|
|
1417
|
+
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"
|
|
1418
|
+
/>
|
|
1419
|
+
</svg>
|
|
1252
1420
|
</span>
|
|
1253
1421
|
</button>
|
|
1254
1422
|
</div>
|
|
@@ -1260,7 +1428,19 @@ section: components
|
|
|
1260
1428
|
aria-label="Help"
|
|
1261
1429
|
>
|
|
1262
1430
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1263
|
-
<
|
|
1431
|
+
<svg
|
|
1432
|
+
class="pf-v5-svg"
|
|
1433
|
+
viewBox="0 0 192 512"
|
|
1434
|
+
fill="currentColor"
|
|
1435
|
+
aria-hidden="true"
|
|
1436
|
+
role="img"
|
|
1437
|
+
width="1em"
|
|
1438
|
+
height="1em"
|
|
1439
|
+
>
|
|
1440
|
+
<path
|
|
1441
|
+
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"
|
|
1442
|
+
/>
|
|
1443
|
+
</svg>
|
|
1264
1444
|
</span>
|
|
1265
1445
|
</button>
|
|
1266
1446
|
</div>
|
|
@@ -1273,7 +1453,19 @@ section: components
|
|
|
1273
1453
|
aria-label="Actions"
|
|
1274
1454
|
>
|
|
1275
1455
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1276
|
-
<
|
|
1456
|
+
<svg
|
|
1457
|
+
class="pf-v5-svg"
|
|
1458
|
+
viewBox="0 0 192 512"
|
|
1459
|
+
fill="currentColor"
|
|
1460
|
+
aria-hidden="true"
|
|
1461
|
+
role="img"
|
|
1462
|
+
width="1em"
|
|
1463
|
+
height="1em"
|
|
1464
|
+
>
|
|
1465
|
+
<path
|
|
1466
|
+
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"
|
|
1467
|
+
/>
|
|
1468
|
+
</svg>
|
|
1277
1469
|
</span>
|
|
1278
1470
|
</button>
|
|
1279
1471
|
</div>
|
|
@@ -1518,7 +1710,19 @@ section: components
|
|
|
1518
1710
|
aria-label="Application launcher"
|
|
1519
1711
|
>
|
|
1520
1712
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1521
|
-
<
|
|
1713
|
+
<svg
|
|
1714
|
+
class="pf-v5-svg"
|
|
1715
|
+
viewBox="0 0 192 512"
|
|
1716
|
+
fill="currentColor"
|
|
1717
|
+
aria-hidden="true"
|
|
1718
|
+
role="img"
|
|
1719
|
+
width="1em"
|
|
1720
|
+
height="1em"
|
|
1721
|
+
>
|
|
1722
|
+
<path
|
|
1723
|
+
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"
|
|
1724
|
+
/>
|
|
1725
|
+
</svg>
|
|
1522
1726
|
</span>
|
|
1523
1727
|
</button>
|
|
1524
1728
|
</div>
|
|
@@ -1530,7 +1734,19 @@ section: components
|
|
|
1530
1734
|
aria-label="Settings"
|
|
1531
1735
|
>
|
|
1532
1736
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1533
|
-
<
|
|
1737
|
+
<svg
|
|
1738
|
+
class="pf-v5-svg"
|
|
1739
|
+
viewBox="0 0 192 512"
|
|
1740
|
+
fill="currentColor"
|
|
1741
|
+
aria-hidden="true"
|
|
1742
|
+
role="img"
|
|
1743
|
+
width="1em"
|
|
1744
|
+
height="1em"
|
|
1745
|
+
>
|
|
1746
|
+
<path
|
|
1747
|
+
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"
|
|
1748
|
+
/>
|
|
1749
|
+
</svg>
|
|
1534
1750
|
</span>
|
|
1535
1751
|
</button>
|
|
1536
1752
|
</div>
|
|
@@ -1542,7 +1758,19 @@ section: components
|
|
|
1542
1758
|
aria-label="Help"
|
|
1543
1759
|
>
|
|
1544
1760
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1545
|
-
<
|
|
1761
|
+
<svg
|
|
1762
|
+
class="pf-v5-svg"
|
|
1763
|
+
viewBox="0 0 192 512"
|
|
1764
|
+
fill="currentColor"
|
|
1765
|
+
aria-hidden="true"
|
|
1766
|
+
role="img"
|
|
1767
|
+
width="1em"
|
|
1768
|
+
height="1em"
|
|
1769
|
+
>
|
|
1770
|
+
<path
|
|
1771
|
+
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"
|
|
1772
|
+
/>
|
|
1773
|
+
</svg>
|
|
1546
1774
|
</span>
|
|
1547
1775
|
</button>
|
|
1548
1776
|
</div>
|
|
@@ -1555,7 +1783,19 @@ section: components
|
|
|
1555
1783
|
aria-label="Actions"
|
|
1556
1784
|
>
|
|
1557
1785
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1558
|
-
<
|
|
1786
|
+
<svg
|
|
1787
|
+
class="pf-v5-svg"
|
|
1788
|
+
viewBox="0 0 192 512"
|
|
1789
|
+
fill="currentColor"
|
|
1790
|
+
aria-hidden="true"
|
|
1791
|
+
role="img"
|
|
1792
|
+
width="1em"
|
|
1793
|
+
height="1em"
|
|
1794
|
+
>
|
|
1795
|
+
<path
|
|
1796
|
+
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"
|
|
1797
|
+
/>
|
|
1798
|
+
</svg>
|
|
1559
1799
|
</span>
|
|
1560
1800
|
</button>
|
|
1561
1801
|
</div>
|
|
@@ -1968,7 +2208,19 @@ section: components
|
|
|
1968
2208
|
aria-label="Application launcher"
|
|
1969
2209
|
>
|
|
1970
2210
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1971
|
-
<
|
|
2211
|
+
<svg
|
|
2212
|
+
class="pf-v5-svg"
|
|
2213
|
+
viewBox="0 0 192 512"
|
|
2214
|
+
fill="currentColor"
|
|
2215
|
+
aria-hidden="true"
|
|
2216
|
+
role="img"
|
|
2217
|
+
width="1em"
|
|
2218
|
+
height="1em"
|
|
2219
|
+
>
|
|
2220
|
+
<path
|
|
2221
|
+
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"
|
|
2222
|
+
/>
|
|
2223
|
+
</svg>
|
|
1972
2224
|
</span>
|
|
1973
2225
|
</button>
|
|
1974
2226
|
</div>
|
|
@@ -1980,7 +2232,19 @@ section: components
|
|
|
1980
2232
|
aria-label="Settings"
|
|
1981
2233
|
>
|
|
1982
2234
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1983
|
-
<
|
|
2235
|
+
<svg
|
|
2236
|
+
class="pf-v5-svg"
|
|
2237
|
+
viewBox="0 0 192 512"
|
|
2238
|
+
fill="currentColor"
|
|
2239
|
+
aria-hidden="true"
|
|
2240
|
+
role="img"
|
|
2241
|
+
width="1em"
|
|
2242
|
+
height="1em"
|
|
2243
|
+
>
|
|
2244
|
+
<path
|
|
2245
|
+
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"
|
|
2246
|
+
/>
|
|
2247
|
+
</svg>
|
|
1984
2248
|
</span>
|
|
1985
2249
|
</button>
|
|
1986
2250
|
</div>
|
|
@@ -1992,7 +2256,19 @@ section: components
|
|
|
1992
2256
|
aria-label="Help"
|
|
1993
2257
|
>
|
|
1994
2258
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1995
|
-
<
|
|
2259
|
+
<svg
|
|
2260
|
+
class="pf-v5-svg"
|
|
2261
|
+
viewBox="0 0 192 512"
|
|
2262
|
+
fill="currentColor"
|
|
2263
|
+
aria-hidden="true"
|
|
2264
|
+
role="img"
|
|
2265
|
+
width="1em"
|
|
2266
|
+
height="1em"
|
|
2267
|
+
>
|
|
2268
|
+
<path
|
|
2269
|
+
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"
|
|
2270
|
+
/>
|
|
2271
|
+
</svg>
|
|
1996
2272
|
</span>
|
|
1997
2273
|
</button>
|
|
1998
2274
|
</div>
|
|
@@ -2005,7 +2281,19 @@ section: components
|
|
|
2005
2281
|
aria-label="Actions"
|
|
2006
2282
|
>
|
|
2007
2283
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2008
|
-
<
|
|
2284
|
+
<svg
|
|
2285
|
+
class="pf-v5-svg"
|
|
2286
|
+
viewBox="0 0 192 512"
|
|
2287
|
+
fill="currentColor"
|
|
2288
|
+
aria-hidden="true"
|
|
2289
|
+
role="img"
|
|
2290
|
+
width="1em"
|
|
2291
|
+
height="1em"
|
|
2292
|
+
>
|
|
2293
|
+
<path
|
|
2294
|
+
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"
|
|
2295
|
+
/>
|
|
2296
|
+
</svg>
|
|
2009
2297
|
</span>
|
|
2010
2298
|
</button>
|
|
2011
2299
|
</div>
|