@patternfly/patternfly 6.0.0-alpha.98 → 6.0.0-alpha.99
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/Card/card.css +1 -0
- package/components/Card/card.scss +1 -0
- package/components/Check/check.css +10 -3
- package/components/Check/check.scss +17 -4
- package/components/Masthead/masthead.css +17 -9
- package/components/Masthead/masthead.scss +18 -9
- package/components/MenuToggle/menu-toggle.css +4 -4
- package/components/MenuToggle/menu-toggle.scss +4 -4
- package/components/ModalBox/modal-box.css +11 -7
- package/components/ModalBox/modal-box.scss +27 -12
- package/components/Nav/nav.css +64 -110
- package/components/Nav/nav.scss +70 -143
- package/components/Page/page.css +9 -17
- package/components/Page/page.scss +10 -23
- package/components/Radio/radio.css +12 -5
- package/components/Radio/radio.scss +21 -6
- package/components/Table/table-grid.css +30 -35
- package/components/Table/table-grid.scss +44 -32
- package/components/Table/table-scrollable.css +14 -6
- package/components/Table/table-scrollable.scss +6 -1
- package/components/Table/table-tree-view.css +5 -5
- package/components/Table/table-tree-view.scss +14 -8
- package/components/Table/table.css +90 -254
- package/components/Table/table.scss +158 -347
- package/components/Toolbar/toolbar.css +66 -2
- package/components/Toolbar/toolbar.scss +21 -2
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +12 -12
- package/docs/components/Accordion/examples/Accordion.md +19 -19
- package/docs/components/ActionList/examples/ActionList.md +5 -5
- package/docs/components/Alert/examples/Alert.md +26 -26
- package/docs/components/AppLauncher/deprecated/application-launcher.md +31 -31
- package/docs/components/Avatar/examples/Avatar.md +8 -8
- package/docs/components/BackToTop/examples/BackToTop.md +3 -3
- package/docs/components/Backdrop/examples/Backdrop.md +3 -3
- package/docs/components/BackgroundImage/examples/BackgroundImage.md +4 -4
- package/docs/components/Badge/examples/Badge.md +6 -6
- package/docs/components/Banner/examples/Banner.md +17 -17
- package/docs/components/Brand/examples/Brand.css +3 -3
- package/docs/components/Brand/examples/Brand.md +7 -7
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +12 -12
- package/docs/components/Button/examples/Button.css +2 -2
- package/docs/components/Button/examples/Button.md +35 -35
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +29 -29
- package/docs/components/Card/examples/Card.md +30 -30
- package/docs/components/Check/examples/Check.md +12 -12
- package/docs/components/Chip/examples/Chip.md +21 -21
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +19 -19
- package/docs/components/CodeBlock/examples/CodeBlock.md +8 -8
- package/docs/components/CodeEditor/examples/CodeEditor.md +14 -14
- package/docs/components/Content/examples/Content.md +5 -5
- package/docs/components/ContextSelector/deprecated/context-selector.md +23 -23
- package/docs/components/DataList/examples/DataList.md +177 -112
- package/docs/components/DatePicker/examples/DatePicker.md +10 -10
- package/docs/components/DescriptionList/examples/DescriptionList.md +29 -29
- package/docs/components/Divider/examples/Divider.md +7 -7
- package/docs/components/DragDrop/examples/DragDrop.md +5 -5
- package/docs/components/Drawer/examples/Drawer.md +36 -36
- package/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
- package/docs/components/Dropdown/deprecated/Dropdown.md +47 -47
- package/docs/components/DualListSelector/examples/DualListSelector.md +41 -41
- package/docs/components/EmptyState/examples/EmptyState.md +21 -21
- package/docs/components/ExpandableSection/examples/ExpandableSection.md +18 -18
- package/docs/components/FileUpload/examples/FileUpload.md +8 -8
- package/docs/components/Form/examples/Form.md +52 -52
- package/docs/components/FormControl/examples/FormControl.md +22 -22
- package/docs/components/HelperText/examples/HelperText.md +11 -11
- package/docs/components/Hint/examples/Hint.md +6 -6
- package/docs/components/Icon/examples/Icon.md +13 -13
- package/docs/components/InlineEdit/examples/InlineEdit.md +54 -138
- package/docs/components/InputGroup/examples/InputGroup.md +10 -10
- package/docs/components/JumpLinks/examples/JumpLinks.md +19 -19
- package/docs/components/Label/examples/Label.css +4 -4
- package/docs/components/Label/examples/Label.md +45 -45
- package/docs/components/List/examples/List.md +6 -6
- package/docs/components/LogViewer/examples/LogViewer.css +2 -2
- package/docs/components/LogViewer/examples/LogViewer.md +45 -165
- package/docs/components/Login/examples/Login.md +21 -21
- package/docs/components/Masthead/examples/masthead.md +7 -7
- package/docs/components/Menu/examples/Menu.md +60 -60
- package/docs/components/MenuToggle/examples/MenuToggle.md +34 -106
- package/docs/components/ModalBox/examples/ModalBox.md +75 -34
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +21 -21
- package/docs/components/Nav/examples/Navigation.css +20 -3
- package/docs/components/Nav/examples/Navigation.md +44 -50
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +8 -8
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +36 -36
- package/docs/components/NumberInput/examples/NumberInput.md +13 -13
- package/docs/components/OptionsMenu/deprecated/options-menu.md +22 -22
- package/docs/components/OverflowMenu/examples/overflow-menu.md +20 -20
- package/docs/components/Page/deprecated/PageHeader.md +30 -30
- package/docs/components/Page/examples/Page.md +55 -54
- package/docs/components/Pagination/examples/Pagination.md +25 -25
- package/docs/components/Panel/examples/Panel.md +10 -10
- package/docs/components/Popover/examples/Popover.md +30 -30
- package/docs/components/Progress/examples/Progress.md +31 -31
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +17 -17
- package/docs/components/Radio/examples/Radio.md +9 -9
- package/docs/components/Select/deprecated/Select.md +110 -110
- package/docs/components/Sidebar/examples/Sidebar.md +16 -16
- package/docs/components/SimpleList/examples/SimpleList.md +9 -9
- package/docs/components/Skeleton/examples/Skeleton.md +14 -14
- package/docs/components/SkipToContent/examples/SkipToContent.md +4 -4
- package/docs/components/Slider/examples/Slider.md +33 -33
- package/docs/components/Spinner/examples/Spinner.md +14 -14
- package/docs/components/Switch/examples/Switch.md +14 -14
- package/docs/components/TabContent/examples/TabContent.md +10 -10
- package/docs/components/Table/examples/Table.md +5395 -15077
- package/docs/components/Tabs/examples/Tabs.md +39 -39
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +1 -1
- package/docs/components/Tile/examples/Tile.md +12 -12
- package/docs/components/Timestamp/examples/Timestamp.md +4 -4
- package/docs/components/Title/examples/Title.md +20 -20
- package/docs/components/ToggleGroup/examples/toggle-group.md +10 -10
- package/docs/components/Toolbar/examples/Toolbar.md +68 -200
- package/docs/components/Tooltip/examples/Tooltip.md +9 -9
- package/docs/components/TreeView/examples/TreeView.md +31 -31
- package/docs/components/Truncate/examples/Truncate.md +8 -8
- package/docs/components/Wizard/examples/Wizard.md +46 -46
- package/docs/demos/AboutModal/examples/AboutModal.md +4 -52
- package/docs/demos/Alert/examples/Alert.md +12 -156
- package/docs/demos/BackToTop/examples/BackToTop.md +4 -52
- package/docs/demos/Banner/examples/Banner.md +9 -105
- package/docs/demos/Card/examples/Card.md +12 -19
- package/docs/demos/CardView/examples/CardView.md +5 -65
- package/docs/demos/ContextSelector/examples/ContextSelector.md +12 -156
- package/docs/demos/Dashboard/examples/Dashboard.md +4 -52
- package/docs/demos/DataList/examples/DataList.md +200 -553
- package/docs/demos/DescriptionList/examples/DescriptionList.md +18 -156
- package/docs/demos/Drawer/examples/Drawer.md +20 -260
- package/docs/demos/JumpLinks/examples/JumpLinks.md +24 -312
- package/docs/demos/Masthead/examples/Masthead.md +23 -255
- package/docs/demos/Modal/examples/Modal.md +24 -312
- package/docs/demos/Nav/examples/Nav.md +69 -461
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +20 -260
- package/docs/demos/Page/examples/Page.md +39 -505
- package/docs/demos/Page/examples/Penta.md +120 -53
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +35 -455
- package/docs/demos/Skeleton/examples/Skeleton.md +4 -52
- package/docs/demos/Table/examples/Table.md +1598 -6045
- package/docs/demos/Tabs/examples/Tabs.md +143 -499
- package/docs/demos/Toolbar/examples/Toolbar.md +245 -925
- package/docs/demos/Wizard/examples/Wizard.md +36 -468
- package/docs/layouts/Bullseye/examples/Bullseye.md +3 -3
- package/docs/layouts/Flex/examples/Flex.md +76 -76
- package/docs/layouts/Gallery/examples/Gallery.md +6 -6
- package/docs/layouts/Grid/examples/Grid.md +8 -8
- package/docs/layouts/Level/examples/Level.md +4 -4
- package/docs/layouts/Split/examples/Split.md +6 -6
- package/docs/layouts/Stack/examples/Stack.md +5 -5
- package/docs/utilities/Accessibility/examples/Accessibility.md +2 -2
- package/docs/utilities/Alignment/examples/Alignment.md +4 -4
- package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +10 -10
- package/docs/utilities/BoxShadow/examples/box-shadow.md +20 -20
- package/docs/utilities/Display/examples/Display.md +9 -9
- package/docs/utilities/Flex/examples/Flex.md +32 -32
- package/docs/utilities/Float/examples/Float.md +2 -2
- package/docs/utilities/Sizing/examples/Sizing.md +41 -41
- package/docs/utilities/Spacing/examples/Spacing.md +11 -11
- package/docs/utilities/Text/examples/Text.md +28 -28
- package/package.json +2 -1
- package/patternfly-no-globals.css +347 -463
- package/patternfly-theme-dark-unversioned.css +347 -463
- package/patternfly.css +347 -463
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/components/Table/themes/dark/table.scss +0 -16
|
@@ -159,19 +159,7 @@ section: components
|
|
|
159
159
|
aria-label="Application launcher"
|
|
160
160
|
>
|
|
161
161
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
162
|
-
<
|
|
163
|
-
class="pf-v5-svg"
|
|
164
|
-
viewBox="0 0 192 512"
|
|
165
|
-
fill="currentColor"
|
|
166
|
-
aria-hidden="true"
|
|
167
|
-
role="img"
|
|
168
|
-
width="1em"
|
|
169
|
-
height="1em"
|
|
170
|
-
>
|
|
171
|
-
<path
|
|
172
|
-
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"
|
|
173
|
-
/>
|
|
174
|
-
</svg>
|
|
162
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
175
163
|
</span>
|
|
176
164
|
</button>
|
|
177
165
|
</div>
|
|
@@ -183,19 +171,7 @@ section: components
|
|
|
183
171
|
aria-label="Settings"
|
|
184
172
|
>
|
|
185
173
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
186
|
-
<
|
|
187
|
-
class="pf-v5-svg"
|
|
188
|
-
viewBox="0 0 192 512"
|
|
189
|
-
fill="currentColor"
|
|
190
|
-
aria-hidden="true"
|
|
191
|
-
role="img"
|
|
192
|
-
width="1em"
|
|
193
|
-
height="1em"
|
|
194
|
-
>
|
|
195
|
-
<path
|
|
196
|
-
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"
|
|
197
|
-
/>
|
|
198
|
-
</svg>
|
|
174
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
199
175
|
</span>
|
|
200
176
|
</button>
|
|
201
177
|
</div>
|
|
@@ -207,19 +183,7 @@ section: components
|
|
|
207
183
|
aria-label="Help"
|
|
208
184
|
>
|
|
209
185
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
210
|
-
<
|
|
211
|
-
class="pf-v5-svg"
|
|
212
|
-
viewBox="0 0 192 512"
|
|
213
|
-
fill="currentColor"
|
|
214
|
-
aria-hidden="true"
|
|
215
|
-
role="img"
|
|
216
|
-
width="1em"
|
|
217
|
-
height="1em"
|
|
218
|
-
>
|
|
219
|
-
<path
|
|
220
|
-
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"
|
|
221
|
-
/>
|
|
222
|
-
</svg>
|
|
186
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
223
187
|
</span>
|
|
224
188
|
</button>
|
|
225
189
|
</div>
|
|
@@ -232,19 +196,7 @@ section: components
|
|
|
232
196
|
aria-label="Actions"
|
|
233
197
|
>
|
|
234
198
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
235
|
-
<
|
|
236
|
-
class="pf-v5-svg"
|
|
237
|
-
viewBox="0 0 192 512"
|
|
238
|
-
fill="currentColor"
|
|
239
|
-
aria-hidden="true"
|
|
240
|
-
role="img"
|
|
241
|
-
width="1em"
|
|
242
|
-
height="1em"
|
|
243
|
-
>
|
|
244
|
-
<path
|
|
245
|
-
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"
|
|
246
|
-
/>
|
|
247
|
-
</svg>
|
|
199
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
248
200
|
</span>
|
|
249
201
|
</button>
|
|
250
202
|
</div>
|
|
@@ -1215,19 +1167,7 @@ section: components
|
|
|
1215
1167
|
aria-label="Application launcher"
|
|
1216
1168
|
>
|
|
1217
1169
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1218
|
-
<
|
|
1219
|
-
class="pf-v5-svg"
|
|
1220
|
-
viewBox="0 0 192 512"
|
|
1221
|
-
fill="currentColor"
|
|
1222
|
-
aria-hidden="true"
|
|
1223
|
-
role="img"
|
|
1224
|
-
width="1em"
|
|
1225
|
-
height="1em"
|
|
1226
|
-
>
|
|
1227
|
-
<path
|
|
1228
|
-
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"
|
|
1229
|
-
/>
|
|
1230
|
-
</svg>
|
|
1170
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
1231
1171
|
</span>
|
|
1232
1172
|
</button>
|
|
1233
1173
|
</div>
|
|
@@ -1239,19 +1179,7 @@ section: components
|
|
|
1239
1179
|
aria-label="Settings"
|
|
1240
1180
|
>
|
|
1241
1181
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1242
|
-
<
|
|
1243
|
-
class="pf-v5-svg"
|
|
1244
|
-
viewBox="0 0 192 512"
|
|
1245
|
-
fill="currentColor"
|
|
1246
|
-
aria-hidden="true"
|
|
1247
|
-
role="img"
|
|
1248
|
-
width="1em"
|
|
1249
|
-
height="1em"
|
|
1250
|
-
>
|
|
1251
|
-
<path
|
|
1252
|
-
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"
|
|
1253
|
-
/>
|
|
1254
|
-
</svg>
|
|
1182
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
1255
1183
|
</span>
|
|
1256
1184
|
</button>
|
|
1257
1185
|
</div>
|
|
@@ -1263,19 +1191,7 @@ section: components
|
|
|
1263
1191
|
aria-label="Help"
|
|
1264
1192
|
>
|
|
1265
1193
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1266
|
-
<
|
|
1267
|
-
class="pf-v5-svg"
|
|
1268
|
-
viewBox="0 0 192 512"
|
|
1269
|
-
fill="currentColor"
|
|
1270
|
-
aria-hidden="true"
|
|
1271
|
-
role="img"
|
|
1272
|
-
width="1em"
|
|
1273
|
-
height="1em"
|
|
1274
|
-
>
|
|
1275
|
-
<path
|
|
1276
|
-
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"
|
|
1277
|
-
/>
|
|
1278
|
-
</svg>
|
|
1194
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
1279
1195
|
</span>
|
|
1280
1196
|
</button>
|
|
1281
1197
|
</div>
|
|
@@ -1288,19 +1204,7 @@ section: components
|
|
|
1288
1204
|
aria-label="Actions"
|
|
1289
1205
|
>
|
|
1290
1206
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1291
|
-
<
|
|
1292
|
-
class="pf-v5-svg"
|
|
1293
|
-
viewBox="0 0 192 512"
|
|
1294
|
-
fill="currentColor"
|
|
1295
|
-
aria-hidden="true"
|
|
1296
|
-
role="img"
|
|
1297
|
-
width="1em"
|
|
1298
|
-
height="1em"
|
|
1299
|
-
>
|
|
1300
|
-
<path
|
|
1301
|
-
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"
|
|
1302
|
-
/>
|
|
1303
|
-
</svg>
|
|
1207
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1304
1208
|
</span>
|
|
1305
1209
|
</button>
|
|
1306
1210
|
</div>
|
|
@@ -2271,19 +2175,7 @@ section: components
|
|
|
2271
2175
|
aria-label="Application launcher"
|
|
2272
2176
|
>
|
|
2273
2177
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2274
|
-
<
|
|
2275
|
-
class="pf-v5-svg"
|
|
2276
|
-
viewBox="0 0 192 512"
|
|
2277
|
-
fill="currentColor"
|
|
2278
|
-
aria-hidden="true"
|
|
2279
|
-
role="img"
|
|
2280
|
-
width="1em"
|
|
2281
|
-
height="1em"
|
|
2282
|
-
>
|
|
2283
|
-
<path
|
|
2284
|
-
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"
|
|
2285
|
-
/>
|
|
2286
|
-
</svg>
|
|
2178
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
2287
2179
|
</span>
|
|
2288
2180
|
</button>
|
|
2289
2181
|
</div>
|
|
@@ -2295,19 +2187,7 @@ section: components
|
|
|
2295
2187
|
aria-label="Settings"
|
|
2296
2188
|
>
|
|
2297
2189
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2298
|
-
<
|
|
2299
|
-
class="pf-v5-svg"
|
|
2300
|
-
viewBox="0 0 192 512"
|
|
2301
|
-
fill="currentColor"
|
|
2302
|
-
aria-hidden="true"
|
|
2303
|
-
role="img"
|
|
2304
|
-
width="1em"
|
|
2305
|
-
height="1em"
|
|
2306
|
-
>
|
|
2307
|
-
<path
|
|
2308
|
-
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"
|
|
2309
|
-
/>
|
|
2310
|
-
</svg>
|
|
2190
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
2311
2191
|
</span>
|
|
2312
2192
|
</button>
|
|
2313
2193
|
</div>
|
|
@@ -2319,19 +2199,7 @@ section: components
|
|
|
2319
2199
|
aria-label="Help"
|
|
2320
2200
|
>
|
|
2321
2201
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2322
|
-
<
|
|
2323
|
-
class="pf-v5-svg"
|
|
2324
|
-
viewBox="0 0 192 512"
|
|
2325
|
-
fill="currentColor"
|
|
2326
|
-
aria-hidden="true"
|
|
2327
|
-
role="img"
|
|
2328
|
-
width="1em"
|
|
2329
|
-
height="1em"
|
|
2330
|
-
>
|
|
2331
|
-
<path
|
|
2332
|
-
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"
|
|
2333
|
-
/>
|
|
2334
|
-
</svg>
|
|
2202
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
2335
2203
|
</span>
|
|
2336
2204
|
</button>
|
|
2337
2205
|
</div>
|
|
@@ -2344,19 +2212,7 @@ section: components
|
|
|
2344
2212
|
aria-label="Actions"
|
|
2345
2213
|
>
|
|
2346
2214
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2347
|
-
<
|
|
2348
|
-
class="pf-v5-svg"
|
|
2349
|
-
viewBox="0 0 192 512"
|
|
2350
|
-
fill="currentColor"
|
|
2351
|
-
aria-hidden="true"
|
|
2352
|
-
role="img"
|
|
2353
|
-
width="1em"
|
|
2354
|
-
height="1em"
|
|
2355
|
-
>
|
|
2356
|
-
<path
|
|
2357
|
-
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"
|
|
2358
|
-
/>
|
|
2359
|
-
</svg>
|
|
2215
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
2360
2216
|
</span>
|
|
2361
2217
|
</button>
|
|
2362
2218
|
</div>
|
|
@@ -3330,19 +3186,7 @@ section: components
|
|
|
3330
3186
|
aria-label="Application launcher"
|
|
3331
3187
|
>
|
|
3332
3188
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3333
|
-
<
|
|
3334
|
-
class="pf-v5-svg"
|
|
3335
|
-
viewBox="0 0 192 512"
|
|
3336
|
-
fill="currentColor"
|
|
3337
|
-
aria-hidden="true"
|
|
3338
|
-
role="img"
|
|
3339
|
-
width="1em"
|
|
3340
|
-
height="1em"
|
|
3341
|
-
>
|
|
3342
|
-
<path
|
|
3343
|
-
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"
|
|
3344
|
-
/>
|
|
3345
|
-
</svg>
|
|
3189
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
3346
3190
|
</span>
|
|
3347
3191
|
</button>
|
|
3348
3192
|
</div>
|
|
@@ -3354,19 +3198,7 @@ section: components
|
|
|
3354
3198
|
aria-label="Settings"
|
|
3355
3199
|
>
|
|
3356
3200
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3357
|
-
<
|
|
3358
|
-
class="pf-v5-svg"
|
|
3359
|
-
viewBox="0 0 192 512"
|
|
3360
|
-
fill="currentColor"
|
|
3361
|
-
aria-hidden="true"
|
|
3362
|
-
role="img"
|
|
3363
|
-
width="1em"
|
|
3364
|
-
height="1em"
|
|
3365
|
-
>
|
|
3366
|
-
<path
|
|
3367
|
-
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"
|
|
3368
|
-
/>
|
|
3369
|
-
</svg>
|
|
3201
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
3370
3202
|
</span>
|
|
3371
3203
|
</button>
|
|
3372
3204
|
</div>
|
|
@@ -3378,19 +3210,7 @@ section: components
|
|
|
3378
3210
|
aria-label="Help"
|
|
3379
3211
|
>
|
|
3380
3212
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3381
|
-
<
|
|
3382
|
-
class="pf-v5-svg"
|
|
3383
|
-
viewBox="0 0 192 512"
|
|
3384
|
-
fill="currentColor"
|
|
3385
|
-
aria-hidden="true"
|
|
3386
|
-
role="img"
|
|
3387
|
-
width="1em"
|
|
3388
|
-
height="1em"
|
|
3389
|
-
>
|
|
3390
|
-
<path
|
|
3391
|
-
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"
|
|
3392
|
-
/>
|
|
3393
|
-
</svg>
|
|
3213
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
3394
3214
|
</span>
|
|
3395
3215
|
</button>
|
|
3396
3216
|
</div>
|
|
@@ -3403,19 +3223,7 @@ section: components
|
|
|
3403
3223
|
aria-label="Actions"
|
|
3404
3224
|
>
|
|
3405
3225
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3406
|
-
<
|
|
3407
|
-
class="pf-v5-svg"
|
|
3408
|
-
viewBox="0 0 192 512"
|
|
3409
|
-
fill="currentColor"
|
|
3410
|
-
aria-hidden="true"
|
|
3411
|
-
role="img"
|
|
3412
|
-
width="1em"
|
|
3413
|
-
height="1em"
|
|
3414
|
-
>
|
|
3415
|
-
<path
|
|
3416
|
-
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"
|
|
3417
|
-
/>
|
|
3418
|
-
</svg>
|
|
3226
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
3419
3227
|
</span>
|
|
3420
3228
|
</button>
|
|
3421
3229
|
</div>
|
|
@@ -4388,19 +4196,7 @@ section: components
|
|
|
4388
4196
|
aria-label="Application launcher"
|
|
4389
4197
|
>
|
|
4390
4198
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4391
|
-
<
|
|
4392
|
-
class="pf-v5-svg"
|
|
4393
|
-
viewBox="0 0 192 512"
|
|
4394
|
-
fill="currentColor"
|
|
4395
|
-
aria-hidden="true"
|
|
4396
|
-
role="img"
|
|
4397
|
-
width="1em"
|
|
4398
|
-
height="1em"
|
|
4399
|
-
>
|
|
4400
|
-
<path
|
|
4401
|
-
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"
|
|
4402
|
-
/>
|
|
4403
|
-
</svg>
|
|
4199
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
4404
4200
|
</span>
|
|
4405
4201
|
</button>
|
|
4406
4202
|
</div>
|
|
@@ -4412,19 +4208,7 @@ section: components
|
|
|
4412
4208
|
aria-label="Settings"
|
|
4413
4209
|
>
|
|
4414
4210
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4415
|
-
<
|
|
4416
|
-
class="pf-v5-svg"
|
|
4417
|
-
viewBox="0 0 192 512"
|
|
4418
|
-
fill="currentColor"
|
|
4419
|
-
aria-hidden="true"
|
|
4420
|
-
role="img"
|
|
4421
|
-
width="1em"
|
|
4422
|
-
height="1em"
|
|
4423
|
-
>
|
|
4424
|
-
<path
|
|
4425
|
-
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"
|
|
4426
|
-
/>
|
|
4427
|
-
</svg>
|
|
4211
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
4428
4212
|
</span>
|
|
4429
4213
|
</button>
|
|
4430
4214
|
</div>
|
|
@@ -4436,19 +4220,7 @@ section: components
|
|
|
4436
4220
|
aria-label="Help"
|
|
4437
4221
|
>
|
|
4438
4222
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4439
|
-
<
|
|
4440
|
-
class="pf-v5-svg"
|
|
4441
|
-
viewBox="0 0 192 512"
|
|
4442
|
-
fill="currentColor"
|
|
4443
|
-
aria-hidden="true"
|
|
4444
|
-
role="img"
|
|
4445
|
-
width="1em"
|
|
4446
|
-
height="1em"
|
|
4447
|
-
>
|
|
4448
|
-
<path
|
|
4449
|
-
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"
|
|
4450
|
-
/>
|
|
4451
|
-
</svg>
|
|
4223
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
4452
4224
|
</span>
|
|
4453
4225
|
</button>
|
|
4454
4226
|
</div>
|
|
@@ -4461,19 +4233,7 @@ section: components
|
|
|
4461
4233
|
aria-label="Actions"
|
|
4462
4234
|
>
|
|
4463
4235
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4464
|
-
<
|
|
4465
|
-
class="pf-v5-svg"
|
|
4466
|
-
viewBox="0 0 192 512"
|
|
4467
|
-
fill="currentColor"
|
|
4468
|
-
aria-hidden="true"
|
|
4469
|
-
role="img"
|
|
4470
|
-
width="1em"
|
|
4471
|
-
height="1em"
|
|
4472
|
-
>
|
|
4473
|
-
<path
|
|
4474
|
-
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"
|
|
4475
|
-
/>
|
|
4476
|
-
</svg>
|
|
4236
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
4477
4237
|
</span>
|
|
4478
4238
|
</button>
|
|
4479
4239
|
</div>
|