@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
|
@@ -151,7 +151,19 @@ section: components
|
|
|
151
151
|
aria-label="Application launcher"
|
|
152
152
|
>
|
|
153
153
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
154
|
-
<
|
|
154
|
+
<svg
|
|
155
|
+
class="pf-v5-svg"
|
|
156
|
+
viewBox="0 0 192 512"
|
|
157
|
+
fill="currentColor"
|
|
158
|
+
aria-hidden="true"
|
|
159
|
+
role="img"
|
|
160
|
+
width="1em"
|
|
161
|
+
height="1em"
|
|
162
|
+
>
|
|
163
|
+
<path
|
|
164
|
+
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"
|
|
165
|
+
/>
|
|
166
|
+
</svg>
|
|
155
167
|
</span>
|
|
156
168
|
</button>
|
|
157
169
|
</div>
|
|
@@ -163,7 +175,19 @@ section: components
|
|
|
163
175
|
aria-label="Settings"
|
|
164
176
|
>
|
|
165
177
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
166
|
-
<
|
|
178
|
+
<svg
|
|
179
|
+
class="pf-v5-svg"
|
|
180
|
+
viewBox="0 0 192 512"
|
|
181
|
+
fill="currentColor"
|
|
182
|
+
aria-hidden="true"
|
|
183
|
+
role="img"
|
|
184
|
+
width="1em"
|
|
185
|
+
height="1em"
|
|
186
|
+
>
|
|
187
|
+
<path
|
|
188
|
+
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"
|
|
189
|
+
/>
|
|
190
|
+
</svg>
|
|
167
191
|
</span>
|
|
168
192
|
</button>
|
|
169
193
|
</div>
|
|
@@ -175,7 +199,19 @@ section: components
|
|
|
175
199
|
aria-label="Help"
|
|
176
200
|
>
|
|
177
201
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
178
|
-
<
|
|
202
|
+
<svg
|
|
203
|
+
class="pf-v5-svg"
|
|
204
|
+
viewBox="0 0 192 512"
|
|
205
|
+
fill="currentColor"
|
|
206
|
+
aria-hidden="true"
|
|
207
|
+
role="img"
|
|
208
|
+
width="1em"
|
|
209
|
+
height="1em"
|
|
210
|
+
>
|
|
211
|
+
<path
|
|
212
|
+
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"
|
|
213
|
+
/>
|
|
214
|
+
</svg>
|
|
179
215
|
</span>
|
|
180
216
|
</button>
|
|
181
217
|
</div>
|
|
@@ -188,7 +224,19 @@ section: components
|
|
|
188
224
|
aria-label="Actions"
|
|
189
225
|
>
|
|
190
226
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
191
|
-
<
|
|
227
|
+
<svg
|
|
228
|
+
class="pf-v5-svg"
|
|
229
|
+
viewBox="0 0 192 512"
|
|
230
|
+
fill="currentColor"
|
|
231
|
+
aria-hidden="true"
|
|
232
|
+
role="img"
|
|
233
|
+
width="1em"
|
|
234
|
+
height="1em"
|
|
235
|
+
>
|
|
236
|
+
<path
|
|
237
|
+
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"
|
|
238
|
+
/>
|
|
239
|
+
</svg>
|
|
192
240
|
</span>
|
|
193
241
|
</button>
|
|
194
242
|
</div>
|
|
@@ -559,7 +607,19 @@ section: components
|
|
|
559
607
|
aria-label="Application launcher"
|
|
560
608
|
>
|
|
561
609
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
562
|
-
<
|
|
610
|
+
<svg
|
|
611
|
+
class="pf-v5-svg"
|
|
612
|
+
viewBox="0 0 192 512"
|
|
613
|
+
fill="currentColor"
|
|
614
|
+
aria-hidden="true"
|
|
615
|
+
role="img"
|
|
616
|
+
width="1em"
|
|
617
|
+
height="1em"
|
|
618
|
+
>
|
|
619
|
+
<path
|
|
620
|
+
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"
|
|
621
|
+
/>
|
|
622
|
+
</svg>
|
|
563
623
|
</span>
|
|
564
624
|
</button>
|
|
565
625
|
</div>
|
|
@@ -571,7 +631,19 @@ section: components
|
|
|
571
631
|
aria-label="Settings"
|
|
572
632
|
>
|
|
573
633
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
574
|
-
<
|
|
634
|
+
<svg
|
|
635
|
+
class="pf-v5-svg"
|
|
636
|
+
viewBox="0 0 192 512"
|
|
637
|
+
fill="currentColor"
|
|
638
|
+
aria-hidden="true"
|
|
639
|
+
role="img"
|
|
640
|
+
width="1em"
|
|
641
|
+
height="1em"
|
|
642
|
+
>
|
|
643
|
+
<path
|
|
644
|
+
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"
|
|
645
|
+
/>
|
|
646
|
+
</svg>
|
|
575
647
|
</span>
|
|
576
648
|
</button>
|
|
577
649
|
</div>
|
|
@@ -583,7 +655,19 @@ section: components
|
|
|
583
655
|
aria-label="Help"
|
|
584
656
|
>
|
|
585
657
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
586
|
-
<
|
|
658
|
+
<svg
|
|
659
|
+
class="pf-v5-svg"
|
|
660
|
+
viewBox="0 0 192 512"
|
|
661
|
+
fill="currentColor"
|
|
662
|
+
aria-hidden="true"
|
|
663
|
+
role="img"
|
|
664
|
+
width="1em"
|
|
665
|
+
height="1em"
|
|
666
|
+
>
|
|
667
|
+
<path
|
|
668
|
+
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"
|
|
669
|
+
/>
|
|
670
|
+
</svg>
|
|
587
671
|
</span>
|
|
588
672
|
</button>
|
|
589
673
|
</div>
|
|
@@ -596,7 +680,19 @@ section: components
|
|
|
596
680
|
aria-label="Actions"
|
|
597
681
|
>
|
|
598
682
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
599
|
-
<
|
|
683
|
+
<svg
|
|
684
|
+
class="pf-v5-svg"
|
|
685
|
+
viewBox="0 0 192 512"
|
|
686
|
+
fill="currentColor"
|
|
687
|
+
aria-hidden="true"
|
|
688
|
+
role="img"
|
|
689
|
+
width="1em"
|
|
690
|
+
height="1em"
|
|
691
|
+
>
|
|
692
|
+
<path
|
|
693
|
+
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"
|
|
694
|
+
/>
|
|
695
|
+
</svg>
|
|
600
696
|
</span>
|
|
601
697
|
</button>
|
|
602
698
|
</div>
|
|
@@ -967,7 +1063,19 @@ section: components
|
|
|
967
1063
|
aria-label="Application launcher"
|
|
968
1064
|
>
|
|
969
1065
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
970
|
-
<
|
|
1066
|
+
<svg
|
|
1067
|
+
class="pf-v5-svg"
|
|
1068
|
+
viewBox="0 0 192 512"
|
|
1069
|
+
fill="currentColor"
|
|
1070
|
+
aria-hidden="true"
|
|
1071
|
+
role="img"
|
|
1072
|
+
width="1em"
|
|
1073
|
+
height="1em"
|
|
1074
|
+
>
|
|
1075
|
+
<path
|
|
1076
|
+
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"
|
|
1077
|
+
/>
|
|
1078
|
+
</svg>
|
|
971
1079
|
</span>
|
|
972
1080
|
</button>
|
|
973
1081
|
</div>
|
|
@@ -979,7 +1087,19 @@ section: components
|
|
|
979
1087
|
aria-label="Settings"
|
|
980
1088
|
>
|
|
981
1089
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
982
|
-
<
|
|
1090
|
+
<svg
|
|
1091
|
+
class="pf-v5-svg"
|
|
1092
|
+
viewBox="0 0 192 512"
|
|
1093
|
+
fill="currentColor"
|
|
1094
|
+
aria-hidden="true"
|
|
1095
|
+
role="img"
|
|
1096
|
+
width="1em"
|
|
1097
|
+
height="1em"
|
|
1098
|
+
>
|
|
1099
|
+
<path
|
|
1100
|
+
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"
|
|
1101
|
+
/>
|
|
1102
|
+
</svg>
|
|
983
1103
|
</span>
|
|
984
1104
|
</button>
|
|
985
1105
|
</div>
|
|
@@ -991,7 +1111,19 @@ section: components
|
|
|
991
1111
|
aria-label="Help"
|
|
992
1112
|
>
|
|
993
1113
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
994
|
-
<
|
|
1114
|
+
<svg
|
|
1115
|
+
class="pf-v5-svg"
|
|
1116
|
+
viewBox="0 0 192 512"
|
|
1117
|
+
fill="currentColor"
|
|
1118
|
+
aria-hidden="true"
|
|
1119
|
+
role="img"
|
|
1120
|
+
width="1em"
|
|
1121
|
+
height="1em"
|
|
1122
|
+
>
|
|
1123
|
+
<path
|
|
1124
|
+
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"
|
|
1125
|
+
/>
|
|
1126
|
+
</svg>
|
|
995
1127
|
</span>
|
|
996
1128
|
</button>
|
|
997
1129
|
</div>
|
|
@@ -1004,7 +1136,19 @@ section: components
|
|
|
1004
1136
|
aria-label="Actions"
|
|
1005
1137
|
>
|
|
1006
1138
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1007
|
-
<
|
|
1139
|
+
<svg
|
|
1140
|
+
class="pf-v5-svg"
|
|
1141
|
+
viewBox="0 0 192 512"
|
|
1142
|
+
fill="currentColor"
|
|
1143
|
+
aria-hidden="true"
|
|
1144
|
+
role="img"
|
|
1145
|
+
width="1em"
|
|
1146
|
+
height="1em"
|
|
1147
|
+
>
|
|
1148
|
+
<path
|
|
1149
|
+
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"
|
|
1150
|
+
/>
|
|
1151
|
+
</svg>
|
|
1008
1152
|
</span>
|
|
1009
1153
|
</button>
|
|
1010
1154
|
</div>
|
|
@@ -1372,7 +1516,19 @@ section: components
|
|
|
1372
1516
|
aria-label="Application launcher"
|
|
1373
1517
|
>
|
|
1374
1518
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1375
|
-
<
|
|
1519
|
+
<svg
|
|
1520
|
+
class="pf-v5-svg"
|
|
1521
|
+
viewBox="0 0 192 512"
|
|
1522
|
+
fill="currentColor"
|
|
1523
|
+
aria-hidden="true"
|
|
1524
|
+
role="img"
|
|
1525
|
+
width="1em"
|
|
1526
|
+
height="1em"
|
|
1527
|
+
>
|
|
1528
|
+
<path
|
|
1529
|
+
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"
|
|
1530
|
+
/>
|
|
1531
|
+
</svg>
|
|
1376
1532
|
</span>
|
|
1377
1533
|
</button>
|
|
1378
1534
|
</div>
|
|
@@ -1384,7 +1540,19 @@ section: components
|
|
|
1384
1540
|
aria-label="Settings"
|
|
1385
1541
|
>
|
|
1386
1542
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1387
|
-
<
|
|
1543
|
+
<svg
|
|
1544
|
+
class="pf-v5-svg"
|
|
1545
|
+
viewBox="0 0 192 512"
|
|
1546
|
+
fill="currentColor"
|
|
1547
|
+
aria-hidden="true"
|
|
1548
|
+
role="img"
|
|
1549
|
+
width="1em"
|
|
1550
|
+
height="1em"
|
|
1551
|
+
>
|
|
1552
|
+
<path
|
|
1553
|
+
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"
|
|
1554
|
+
/>
|
|
1555
|
+
</svg>
|
|
1388
1556
|
</span>
|
|
1389
1557
|
</button>
|
|
1390
1558
|
</div>
|
|
@@ -1396,7 +1564,19 @@ section: components
|
|
|
1396
1564
|
aria-label="Help"
|
|
1397
1565
|
>
|
|
1398
1566
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1399
|
-
<
|
|
1567
|
+
<svg
|
|
1568
|
+
class="pf-v5-svg"
|
|
1569
|
+
viewBox="0 0 192 512"
|
|
1570
|
+
fill="currentColor"
|
|
1571
|
+
aria-hidden="true"
|
|
1572
|
+
role="img"
|
|
1573
|
+
width="1em"
|
|
1574
|
+
height="1em"
|
|
1575
|
+
>
|
|
1576
|
+
<path
|
|
1577
|
+
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"
|
|
1578
|
+
/>
|
|
1579
|
+
</svg>
|
|
1400
1580
|
</span>
|
|
1401
1581
|
</button>
|
|
1402
1582
|
</div>
|
|
@@ -1409,7 +1589,19 @@ section: components
|
|
|
1409
1589
|
aria-label="Actions"
|
|
1410
1590
|
>
|
|
1411
1591
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1412
|
-
<
|
|
1592
|
+
<svg
|
|
1593
|
+
class="pf-v5-svg"
|
|
1594
|
+
viewBox="0 0 192 512"
|
|
1595
|
+
fill="currentColor"
|
|
1596
|
+
aria-hidden="true"
|
|
1597
|
+
role="img"
|
|
1598
|
+
width="1em"
|
|
1599
|
+
height="1em"
|
|
1600
|
+
>
|
|
1601
|
+
<path
|
|
1602
|
+
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"
|
|
1603
|
+
/>
|
|
1604
|
+
</svg>
|
|
1413
1605
|
</span>
|
|
1414
1606
|
</button>
|
|
1415
1607
|
</div>
|
|
@@ -1717,7 +1909,19 @@ section: components
|
|
|
1717
1909
|
aria-label="Application launcher"
|
|
1718
1910
|
>
|
|
1719
1911
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1720
|
-
<
|
|
1912
|
+
<svg
|
|
1913
|
+
class="pf-v5-svg"
|
|
1914
|
+
viewBox="0 0 192 512"
|
|
1915
|
+
fill="currentColor"
|
|
1916
|
+
aria-hidden="true"
|
|
1917
|
+
role="img"
|
|
1918
|
+
width="1em"
|
|
1919
|
+
height="1em"
|
|
1920
|
+
>
|
|
1921
|
+
<path
|
|
1922
|
+
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"
|
|
1923
|
+
/>
|
|
1924
|
+
</svg>
|
|
1721
1925
|
</span>
|
|
1722
1926
|
</button>
|
|
1723
1927
|
</div>
|
|
@@ -1729,7 +1933,19 @@ section: components
|
|
|
1729
1933
|
aria-label="Settings"
|
|
1730
1934
|
>
|
|
1731
1935
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1732
|
-
<
|
|
1936
|
+
<svg
|
|
1937
|
+
class="pf-v5-svg"
|
|
1938
|
+
viewBox="0 0 192 512"
|
|
1939
|
+
fill="currentColor"
|
|
1940
|
+
aria-hidden="true"
|
|
1941
|
+
role="img"
|
|
1942
|
+
width="1em"
|
|
1943
|
+
height="1em"
|
|
1944
|
+
>
|
|
1945
|
+
<path
|
|
1946
|
+
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"
|
|
1947
|
+
/>
|
|
1948
|
+
</svg>
|
|
1733
1949
|
</span>
|
|
1734
1950
|
</button>
|
|
1735
1951
|
</div>
|
|
@@ -1741,7 +1957,19 @@ section: components
|
|
|
1741
1957
|
aria-label="Help"
|
|
1742
1958
|
>
|
|
1743
1959
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1744
|
-
<
|
|
1960
|
+
<svg
|
|
1961
|
+
class="pf-v5-svg"
|
|
1962
|
+
viewBox="0 0 192 512"
|
|
1963
|
+
fill="currentColor"
|
|
1964
|
+
aria-hidden="true"
|
|
1965
|
+
role="img"
|
|
1966
|
+
width="1em"
|
|
1967
|
+
height="1em"
|
|
1968
|
+
>
|
|
1969
|
+
<path
|
|
1970
|
+
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"
|
|
1971
|
+
/>
|
|
1972
|
+
</svg>
|
|
1745
1973
|
</span>
|
|
1746
1974
|
</button>
|
|
1747
1975
|
</div>
|
|
@@ -1754,7 +1982,19 @@ section: components
|
|
|
1754
1982
|
aria-label="Actions"
|
|
1755
1983
|
>
|
|
1756
1984
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1757
|
-
<
|
|
1985
|
+
<svg
|
|
1986
|
+
class="pf-v5-svg"
|
|
1987
|
+
viewBox="0 0 192 512"
|
|
1988
|
+
fill="currentColor"
|
|
1989
|
+
aria-hidden="true"
|
|
1990
|
+
role="img"
|
|
1991
|
+
width="1em"
|
|
1992
|
+
height="1em"
|
|
1993
|
+
>
|
|
1994
|
+
<path
|
|
1995
|
+
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"
|
|
1996
|
+
/>
|
|
1997
|
+
</svg>
|
|
1758
1998
|
</span>
|
|
1759
1999
|
</button>
|
|
1760
2000
|
</div>
|
|
@@ -2084,7 +2324,19 @@ section: components
|
|
|
2084
2324
|
aria-label="Application launcher"
|
|
2085
2325
|
>
|
|
2086
2326
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2087
|
-
<
|
|
2327
|
+
<svg
|
|
2328
|
+
class="pf-v5-svg"
|
|
2329
|
+
viewBox="0 0 192 512"
|
|
2330
|
+
fill="currentColor"
|
|
2331
|
+
aria-hidden="true"
|
|
2332
|
+
role="img"
|
|
2333
|
+
width="1em"
|
|
2334
|
+
height="1em"
|
|
2335
|
+
>
|
|
2336
|
+
<path
|
|
2337
|
+
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"
|
|
2338
|
+
/>
|
|
2339
|
+
</svg>
|
|
2088
2340
|
</span>
|
|
2089
2341
|
</button>
|
|
2090
2342
|
</div>
|
|
@@ -2096,7 +2348,19 @@ section: components
|
|
|
2096
2348
|
aria-label="Settings"
|
|
2097
2349
|
>
|
|
2098
2350
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2099
|
-
<
|
|
2351
|
+
<svg
|
|
2352
|
+
class="pf-v5-svg"
|
|
2353
|
+
viewBox="0 0 192 512"
|
|
2354
|
+
fill="currentColor"
|
|
2355
|
+
aria-hidden="true"
|
|
2356
|
+
role="img"
|
|
2357
|
+
width="1em"
|
|
2358
|
+
height="1em"
|
|
2359
|
+
>
|
|
2360
|
+
<path
|
|
2361
|
+
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"
|
|
2362
|
+
/>
|
|
2363
|
+
</svg>
|
|
2100
2364
|
</span>
|
|
2101
2365
|
</button>
|
|
2102
2366
|
</div>
|
|
@@ -2108,7 +2372,19 @@ section: components
|
|
|
2108
2372
|
aria-label="Help"
|
|
2109
2373
|
>
|
|
2110
2374
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2111
|
-
<
|
|
2375
|
+
<svg
|
|
2376
|
+
class="pf-v5-svg"
|
|
2377
|
+
viewBox="0 0 192 512"
|
|
2378
|
+
fill="currentColor"
|
|
2379
|
+
aria-hidden="true"
|
|
2380
|
+
role="img"
|
|
2381
|
+
width="1em"
|
|
2382
|
+
height="1em"
|
|
2383
|
+
>
|
|
2384
|
+
<path
|
|
2385
|
+
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"
|
|
2386
|
+
/>
|
|
2387
|
+
</svg>
|
|
2112
2388
|
</span>
|
|
2113
2389
|
</button>
|
|
2114
2390
|
</div>
|
|
@@ -2121,7 +2397,19 @@ section: components
|
|
|
2121
2397
|
aria-label="Actions"
|
|
2122
2398
|
>
|
|
2123
2399
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2124
|
-
<
|
|
2400
|
+
<svg
|
|
2401
|
+
class="pf-v5-svg"
|
|
2402
|
+
viewBox="0 0 192 512"
|
|
2403
|
+
fill="currentColor"
|
|
2404
|
+
aria-hidden="true"
|
|
2405
|
+
role="img"
|
|
2406
|
+
width="1em"
|
|
2407
|
+
height="1em"
|
|
2408
|
+
>
|
|
2409
|
+
<path
|
|
2410
|
+
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"
|
|
2411
|
+
/>
|
|
2412
|
+
</svg>
|
|
2125
2413
|
</span>
|
|
2126
2414
|
</button>
|
|
2127
2415
|
</div>
|