@patternfly/patternfly 5.1.0-prerelease.2 → 5.1.0-prerelease.21
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/README.md +10 -0
- package/assets/icons/iconUnicodes.json +1 -0
- package/assets/pficon/pf-v5-pficon.woff2 +0 -0
- package/assets/pficon/pficon.scss +6 -129
- package/base/_common.scss +22 -0
- package/base/_globals.scss +1 -1
- package/base/_variables.scss +7 -0
- package/base/patternfly-common.css +17 -2
- package/base/patternfly-globals.css +1 -1
- package/base/patternfly-icons.css +5 -1
- package/base/patternfly-pf-icons.css +5 -1
- package/base/patternfly-variables.css +5 -0
- package/components/AboutModalBox/about-modal-box.css +20 -13
- package/components/AboutModalBox/about-modal-box.scss +20 -13
- package/components/Accordion/accordion.css +33 -20
- package/components/Accordion/accordion.scss +32 -20
- package/components/ActionList/action-list.css +2 -2
- package/components/ActionList/action-list.scss +2 -2
- package/components/Alert/alert-group.css +7 -4
- package/components/Alert/alert-group.scss +7 -4
- package/components/Alert/alert.css +19 -13
- package/components/Alert/alert.scss +18 -13
- package/components/AppLauncher/app-launcher.css +32 -23
- package/components/AppLauncher/app-launcher.scss +32 -23
- package/components/BackToTop/back-to-top.css +2 -2
- package/components/BackToTop/back-to-top.scss +2 -2
- package/components/Backdrop/backdrop.css +2 -2
- package/components/Backdrop/backdrop.scss +2 -2
- package/components/BackgroundImage/background-image.css +6 -3
- package/components/BackgroundImage/background-image.scss +8 -3
- package/components/Badge/badge.css +2 -2
- package/components/Badge/badge.scss +2 -2
- package/components/Banner/banner.css +5 -2
- package/components/Banner/banner.scss +5 -2
- package/components/Breadcrumb/breadcrumb.css +9 -3
- package/components/Breadcrumb/breadcrumb.scss +8 -3
- package/components/Button/button.css +23 -17
- package/components/Button/button.scss +22 -16
- package/components/Button/themes/dark/button.scss +1 -1
- package/components/CalendarMonth/calendar-month.css +25 -15
- package/components/CalendarMonth/calendar-month.scss +23 -15
- package/components/Card/card.css +24 -16
- package/components/Card/card.scss +23 -16
- package/components/Check/check.css +2 -2
- package/components/Check/check.scss +2 -2
- package/components/Chip/chip-group.css +6 -6
- package/components/Chip/chip-group.scss +6 -6
- package/components/Chip/chip.css +16 -9
- package/components/Chip/chip.scss +17 -9
- package/components/ClipboardCopy/clipboard-copy.css +19 -10
- package/components/ClipboardCopy/clipboard-copy.scss +16 -8
- package/components/ClipboardCopy/themes/dark/clipboard-copy.scss +2 -2
- package/components/CodeBlock/code-block.css +6 -3
- package/components/CodeBlock/code-block.scss +6 -3
- package/components/CodeEditor/code-editor.css +31 -22
- package/components/CodeEditor/code-editor.scss +30 -21
- package/components/CodeEditor/themes/dark/code-editor.scss +1 -1
- package/components/Content/content.css +33 -30
- package/components/Content/content.scss +33 -30
- package/components/ContextSelector/context-selector.css +41 -26
- package/components/ContextSelector/context-selector.scss +40 -25
- package/components/ContextSelector/themes/dark/context-selector.scss +1 -1
- package/components/DataList/data-list-grid.css +21 -49
- package/components/DataList/data-list-grid.scss +3 -3
- package/components/DataList/data-list.css +69 -84
- package/components/DataList/data-list.scss +47 -35
- package/components/DatePicker/date-picker.css +8 -8
- package/components/DatePicker/date-picker.scss +8 -8
- package/components/DescriptionList/description-list.css +8 -5
- package/components/DescriptionList/description-list.scss +8 -5
- package/components/DragDrop/drag-drop.css +8 -8
- package/components/DragDrop/drag-drop.scss +8 -8
- package/components/Drawer/drawer.css +120 -61
- package/components/Drawer/drawer.scss +92 -43
- package/components/Dropdown/dropdown.css +75 -66
- package/components/Dropdown/dropdown.scss +65 -56
- package/components/DualListSelector/dual-list-selector.css +29 -15
- package/components/DualListSelector/dual-list-selector.scss +30 -15
- package/components/EmptyState/empty-state.css +7 -4
- package/components/EmptyState/empty-state.scss +7 -4
- package/components/ExpandableSection/expandable-section.css +17 -10
- package/components/ExpandableSection/expandable-section.scss +15 -10
- package/components/FileUpload/file-upload.css +9 -15
- package/components/FileUpload/file-upload.scss +9 -15
- package/components/Form/form.css +53 -50
- package/components/Form/form.scss +46 -44
- package/components/FormControl/form-control.css +21 -11
- package/components/FormControl/form-control.scss +21 -11
- package/components/HelperText/helper-text.css +1 -1
- package/components/HelperText/helper-text.scss +1 -1
- package/components/Hint/hint.css +9 -6
- package/components/Hint/hint.scss +9 -6
- package/components/Icon/icon.css +1 -1
- package/components/Icon/icon.scss +1 -1
- package/components/InlineEdit/inline-edit.css +4 -4
- package/components/InlineEdit/inline-edit.scss +4 -4
- package/components/InputGroup/input-group.css +12 -6
- package/components/InputGroup/input-group.scss +11 -5
- package/components/InputGroup/themes/dark/input-group.scss +1 -1
- package/components/JumpLinks/jump-links.css +27 -24
- package/components/JumpLinks/jump-links.scss +26 -24
- package/components/Label/label-group.css +13 -10
- package/components/Label/label-group.scss +13 -10
- package/components/Label/label.css +9 -9
- package/components/Label/label.scss +9 -9
- package/components/List/list.css +9 -9
- package/components/List/list.scss +9 -9
- package/components/LogViewer/log-viewer.css +14 -14
- package/components/LogViewer/log-viewer.scss +14 -14
- package/components/Login/login.css +36 -27
- package/components/Login/login.scss +36 -27
- package/components/Masthead/masthead.css +19 -22
- package/components/Masthead/masthead.scss +19 -22
- package/components/Menu/menu.css +80 -66
- package/components/Menu/menu.scss +81 -69
- package/components/MenuToggle/menu-toggle.css +41 -29
- package/components/MenuToggle/menu-toggle.scss +41 -29
- package/components/ModalBox/modal-box.css +19 -19
- package/components/ModalBox/modal-box.scss +20 -20
- package/components/MultipleFileUpload/multiple-file-upload.css +11 -8
- package/components/MultipleFileUpload/multiple-file-upload.scss +11 -8
- package/components/Nav/nav.css +120 -93
- package/components/Nav/nav.scss +120 -93
- package/components/Nav/themes/dark/nav.scss +2 -2
- package/components/NotificationBadge/notification-badge.css +13 -7
- package/components/NotificationBadge/notification-badge.scss +13 -7
- package/components/NotificationDrawer/notification-drawer.css +32 -19
- package/components/NotificationDrawer/notification-drawer.scss +30 -19
- package/components/NumberInput/number-input.css +3 -3
- package/components/NumberInput/number-input.scss +2 -2
- package/components/OptionsMenu/options-menu.css +43 -31
- package/components/OptionsMenu/options-menu.scss +43 -31
- package/components/OverflowMenu/overflow-menu.css +2 -2
- package/components/OverflowMenu/overflow-menu.scss +2 -2
- package/components/Page/page.css +123 -65
- package/components/Page/page.scss +69 -40
- package/components/Page/themes/dark/page.scss +1 -1
- package/components/Pagination/pagination.css +28 -18
- package/components/Pagination/pagination.scss +25 -17
- package/components/Panel/panel.css +13 -7
- package/components/Panel/panel.scss +13 -7
- package/components/Popover/popover.css +82 -31
- package/components/Popover/popover.scss +104 -45
- package/components/Progress/progress.css +7 -7
- package/components/Progress/progress.scss +7 -7
- package/components/ProgressStepper/progress-stepper.css +26 -20
- package/components/ProgressStepper/progress-stepper.scss +25 -19
- package/components/Radio/radio.css +4 -5
- package/components/Radio/radio.scss +4 -5
- package/components/Select/select.css +56 -47
- package/components/Select/select.scss +56 -47
- package/components/Sidebar/sidebar.css +11 -5
- package/components/Sidebar/sidebar.scss +11 -5
- package/components/SimpleList/simple-list.css +10 -4
- package/components/SimpleList/simple-list.scss +10 -4
- package/components/Skeleton/skeleton.css +6 -5
- package/components/Skeleton/skeleton.scss +4 -5
- package/components/SkipToContent/skip-to-content.css +3 -3
- package/components/SkipToContent/skip-to-content.scss +3 -3
- package/components/Slider/slider.css +47 -26
- package/components/Slider/slider.scss +56 -28
- package/components/Switch/switch.css +9 -5
- package/components/Switch/switch.scss +10 -6
- package/components/TabContent/tab-content.css +4 -1
- package/components/TabContent/tab-content.scss +4 -1
- package/components/Table/table-grid.css +256 -219
- package/components/Table/table-grid.scss +53 -39
- package/components/Table/table-scrollable.css +4 -4
- package/components/Table/table-scrollable.scss +6 -4
- package/components/Table/table-tree-view.css +112 -105
- package/components/Table/table-tree-view.scss +38 -33
- package/components/Table/table.css +91 -69
- package/components/Table/table.scss +89 -69
- package/components/Tabs/tabs.css +76 -48
- package/components/Tabs/tabs.scss +74 -48
- package/components/TextInputGroup/text-input-group.css +15 -15
- package/components/TextInputGroup/text-input-group.scss +15 -15
- package/components/Tile/tile.css +10 -10
- package/components/Tile/tile.scss +10 -10
- package/components/ToggleGroup/toggle-group.css +14 -11
- package/components/ToggleGroup/toggle-group.scss +14 -11
- package/components/Toolbar/toolbar.css +44 -41
- package/components/Toolbar/toolbar.scss +24 -21
- package/components/Tooltip/tooltip.css +76 -25
- package/components/Tooltip/tooltip.scss +100 -41
- package/components/TreeView/tree-view.css +48 -27
- package/components/TreeView/tree-view.scss +51 -29
- package/components/Truncate/truncate.css +9 -0
- package/components/Truncate/truncate.scss +16 -3
- package/components/Wizard/wizard.css +57 -36
- package/components/Wizard/wizard.scss +57 -36
- package/docs/components/AppLauncher/deprecated/application-launcher.md +155 -70
- package/docs/components/Badge/examples/Badge.md +16 -4
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +11 -5
- package/docs/components/Button/examples/Button.css +2 -2
- package/docs/components/Button/examples/Button.md +1 -0
- package/docs/components/Card/examples/Card.md +152 -64
- package/docs/components/Chip/examples/Chip.md +1 -1
- package/docs/components/ContextSelector/deprecated/context-selector.md +198 -96
- package/docs/components/DataList/examples/DataList.md +391 -136
- package/docs/components/DragDrop/examples/DragDrop.css +2 -2
- package/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
- package/docs/components/Dropdown/deprecated/Dropdown.md +881 -367
- package/docs/components/DualListSelector/examples/DualListSelector.md +368 -128
- package/docs/components/FormControl/examples/FormControl.md +2 -1
- package/docs/components/Hint/examples/Hint.md +57 -24
- package/docs/components/InlineEdit/examples/InlineEdit.md +46 -16
- package/docs/components/Label/examples/Label.md +1 -1
- package/docs/components/LogViewer/examples/LogViewer.css +2 -2
- package/docs/components/LogViewer/examples/LogViewer.md +40 -30
- package/docs/components/Menu/examples/Menu.md +41 -20
- package/docs/components/MenuToggle/examples/MenuToggle.md +1 -1
- package/docs/components/ModalBox/examples/ModalBox.css +3 -8
- package/docs/components/Nav/examples/Navigation.css +3 -26
- package/docs/components/Nav/examples/Navigation.md +99 -0
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +619 -240
- package/docs/components/OptionsMenu/deprecated/options-menu.md +403 -160
- package/docs/components/OverflowMenu/examples/overflow-menu.md +45 -34
- package/docs/components/Pagination/examples/Pagination.md +195 -65
- package/docs/components/Popover/examples/Popover.css +3 -9
- package/docs/components/Popover/examples/Popover.md +4 -4
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +50 -0
- package/docs/components/Select/deprecated/Select.css +3 -3
- package/docs/components/Select/deprecated/Select.md +40 -52
- package/docs/components/Table/examples/Table.css +2 -2
- package/docs/components/Table/examples/Table.md +4548 -1670
- package/docs/components/Tabs/examples/Tabs.md +1094 -438
- package/docs/components/TextInputGroup/examples/TextInputGroup.css +1 -1
- package/docs/components/Tile/examples/Tile.css +1 -1
- package/docs/components/Toolbar/examples/Toolbar.md +218 -128
- package/docs/components/Tooltip/examples/Tooltip.css +4 -0
- package/docs/components/Tooltip/examples/Tooltip.md +8 -6
- package/docs/components/TreeView/examples/TreeView.md +23 -8
- package/docs/components/Truncate/examples/Truncate.md +2 -2
- package/docs/components/Wizard/examples/Wizard.md +75 -36
- package/docs/demos/Card/examples/Card.css +3 -3
- package/docs/demos/Card/examples/Card.md +72 -31
- package/docs/demos/CardView/examples/CardView.md +182 -74
- package/docs/demos/ContextSelector/examples/ContextSelector.md +95 -47
- package/docs/demos/Dashboard/examples/Dashboard.md +18 -9
- package/docs/demos/DataList/examples/DataList.md +163 -70
- package/docs/demos/DescriptionList/examples/DescriptionList.md +20 -9
- package/docs/demos/Drawer/examples/Drawer.md +20 -9
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +803 -338
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +241 -101
- package/docs/demos/Skeleton/examples/Skeleton.md +7 -35
- package/docs/demos/Table/examples/Table.md +1422 -607
- package/docs/demos/Tabs/examples/Tabs.md +113 -48
- package/docs/demos/Toolbar/examples/Toolbar.md +318 -123
- package/docs/demos/Wizard/examples/Wizard.md +191 -41
- package/docs/layouts/Flex/examples/Flex.md +5 -5
- package/docs/utilities/BoxShadow/examples/box-shadow.css +5 -5
- package/icons/pficons.mjs +1 -0
- package/layouts/Flex/flex.css +115 -43
- package/layouts/Flex/flex.scss +20 -8
- package/package.json +40 -37
- package/patternfly-addons.css +732 -972
- package/patternfly-base-no-globals-theme-dark-unversioned.css +27 -3
- package/patternfly-base-no-globals.css +27 -3
- package/patternfly-base-theme-dark-unversioned.css +28 -4
- package/patternfly-base.css +28 -4
- package/patternfly-no-globals.css +2687 -1894
- package/patternfly-theme-dark-unversioned.css +2688 -1895
- package/patternfly.css +2688 -1895
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/functions.scss +6 -0
- package/sass-utilities/mixins.scss +62 -2
- package/sass-utilities/placeholders.scss +1 -1
- package/sass-utilities/scss-variables.scss +8 -8
- package/utilities/Accessibility/accessibility.css +12 -12
- package/utilities/Spacing/spacing.css +720 -960
- package/utilities/Spacing/spacing.scss +4 -8
|
@@ -241,14 +241,17 @@
|
|
|
241
241
|
|
|
242
242
|
position: relative;
|
|
243
243
|
z-index: var(--#{$wizard}__header--ZIndex);
|
|
244
|
-
padding: var(--#{$wizard}__header--PaddingTop)
|
|
244
|
+
padding-block-start: var(--#{$wizard}__header--PaddingTop);
|
|
245
|
+
padding-block-end: var(--#{$wizard}__header--PaddingBottom);
|
|
246
|
+
padding-inline-start: var(--#{$wizard}__header--PaddingLeft);
|
|
247
|
+
padding-inline-end: var(--#{$wizard}__header--PaddingRight);
|
|
245
248
|
background-color: var(--#{$wizard}__header--BackgroundColor);
|
|
246
249
|
|
|
247
250
|
// Nested selector to match button component color specificity
|
|
248
251
|
.#{$wizard}__close {
|
|
249
252
|
position: absolute;
|
|
250
|
-
|
|
251
|
-
|
|
253
|
+
inset-block-start: var(--#{$wizard}__close--Top);
|
|
254
|
+
inset-inline-end: var(--#{$wizard}__close--Right);
|
|
252
255
|
|
|
253
256
|
button {
|
|
254
257
|
font-size: var(--#{$wizard}__close--FontSize);
|
|
@@ -257,7 +260,7 @@
|
|
|
257
260
|
}
|
|
258
261
|
|
|
259
262
|
.#{$wizard}__title {
|
|
260
|
-
padding-
|
|
263
|
+
padding-inline-end: var(--#{$wizard}__title--PaddingRight);
|
|
261
264
|
word-wrap: break-word;
|
|
262
265
|
}
|
|
263
266
|
|
|
@@ -270,7 +273,7 @@
|
|
|
270
273
|
|
|
271
274
|
.#{$wizard}__description {
|
|
272
275
|
display: none;
|
|
273
|
-
padding-
|
|
276
|
+
padding-block-start: var(--#{$wizard}__description--PaddingTop);
|
|
274
277
|
color: var(--#{$wizard}__description--Color);
|
|
275
278
|
|
|
276
279
|
@media screen and (min-width: $pf-v5-global--breakpoint--lg) {
|
|
@@ -284,7 +287,10 @@
|
|
|
284
287
|
display: flex;
|
|
285
288
|
justify-content: space-between;
|
|
286
289
|
width: 100%;
|
|
287
|
-
padding: var(--#{$wizard}__toggle--PaddingTop)
|
|
290
|
+
padding-block-start: var(--#{$wizard}__toggle--PaddingTop);
|
|
291
|
+
padding-block-end: var(--#{$wizard}__toggle--PaddingBottom);
|
|
292
|
+
padding-inline-start: var(--#{$wizard}__toggle--PaddingLeft);
|
|
293
|
+
padding-inline-end: var(--#{$wizard}__toggle--PaddingRight);
|
|
288
294
|
background-color: var(--#{$wizard}__toggle--BackgroundColor);
|
|
289
295
|
border: 0;
|
|
290
296
|
box-shadow: var(--#{$wizard}__toggle--BoxShadow);
|
|
@@ -296,7 +302,7 @@
|
|
|
296
302
|
&.pf-m-expanded {
|
|
297
303
|
--#{$wizard}__toggle--BoxShadow: none;
|
|
298
304
|
|
|
299
|
-
border-
|
|
305
|
+
border-block-end: var(--#{$wizard}__toggle--m-expanded--BorderBottomWidth) solid var(--#{$wizard}__toggle--m-expanded--BorderBottomColor);
|
|
300
306
|
|
|
301
307
|
.#{$wizard}__toggle-icon {
|
|
302
308
|
transform: rotate(var(--#{$wizard}__toggle--m-expanded__toggle-icon--Rotate));
|
|
@@ -309,18 +315,18 @@
|
|
|
309
315
|
display: flex;
|
|
310
316
|
flex-wrap: wrap;
|
|
311
317
|
align-items: baseline;
|
|
312
|
-
margin-
|
|
313
|
-
margin-
|
|
318
|
+
margin-block-end: var(--#{$wizard}__toggle-list--MarginBottom);
|
|
319
|
+
margin-inline-end: var(--#{$wizard}__toggle-list--MarginRight);
|
|
314
320
|
list-style: none;
|
|
315
321
|
}
|
|
316
322
|
|
|
317
323
|
.#{$wizard}__toggle-list-item {
|
|
318
|
-
margin-
|
|
319
|
-
text-align:
|
|
324
|
+
margin-block-end: var(--#{$wizard}__toggle-list-item--MarginBottom);
|
|
325
|
+
text-align: start;
|
|
320
326
|
word-break: break-word;
|
|
321
327
|
|
|
322
328
|
&:not(:last-child) {
|
|
323
|
-
margin-
|
|
329
|
+
margin-inline-end: var(--#{$wizard}__toggle-list-item--not-last-child--MarginRight);
|
|
324
330
|
}
|
|
325
331
|
}
|
|
326
332
|
|
|
@@ -329,7 +335,9 @@
|
|
|
329
335
|
}
|
|
330
336
|
|
|
331
337
|
.#{$wizard}__toggle-separator {
|
|
332
|
-
|
|
338
|
+
@include pf-v5-mirror-inline-on-rtl;
|
|
339
|
+
|
|
340
|
+
margin-inline-start: var(--#{$wizard}__toggle-separator--MarginLeft);
|
|
333
341
|
color: var(--#{$wizard}__toggle-separator--Color);
|
|
334
342
|
}
|
|
335
343
|
|
|
@@ -346,7 +354,7 @@
|
|
|
346
354
|
background-color: var(--#{$wizard}__outer-wrap--BackgroundColor);
|
|
347
355
|
|
|
348
356
|
@media screen and (min-width: $pf-v5-global--breakpoint--lg) {
|
|
349
|
-
padding-
|
|
357
|
+
padding-inline-start: var(--#{$wizard}__outer-wrap--lg--PaddingLeft);
|
|
350
358
|
}
|
|
351
359
|
}
|
|
352
360
|
|
|
@@ -364,8 +372,8 @@
|
|
|
364
372
|
|
|
365
373
|
.#{$wizard}__nav {
|
|
366
374
|
position: absolute;
|
|
367
|
-
|
|
368
|
-
|
|
375
|
+
inset-block-start: 0;
|
|
376
|
+
inset-inline-start: 0;
|
|
369
377
|
z-index: var(--#{$wizard}__nav--ZIndex);
|
|
370
378
|
display: none;
|
|
371
379
|
width: var(--#{$wizard}__nav--Width);
|
|
@@ -382,23 +390,23 @@
|
|
|
382
390
|
@media screen and (min-width: $pf-v5-global--breakpoint--lg) {
|
|
383
391
|
display: block;
|
|
384
392
|
height: 100%;
|
|
385
|
-
border-
|
|
393
|
+
border-inline-end: var(--#{$wizard}__nav--lg--BorderRightWidth) solid var(--#{$wizard}__nav--lg--BorderRightColor);
|
|
386
394
|
}
|
|
387
395
|
}
|
|
388
396
|
|
|
389
397
|
.#{$wizard}__nav-list {
|
|
390
|
-
padding-
|
|
391
|
-
padding-
|
|
392
|
-
padding-
|
|
393
|
-
padding-
|
|
398
|
+
padding-block-start: var(--#{$wizard}__nav-list--PaddingTop);
|
|
399
|
+
padding-block-end: var(--#{$wizard}__nav-list--PaddingBottom);
|
|
400
|
+
padding-inline-start: var(--#{$wizard}__nav-list--PaddingLeft);
|
|
401
|
+
padding-inline-end: var(--#{$wizard}__nav-list--PaddingRight);
|
|
394
402
|
list-style: none;
|
|
395
403
|
counter-reset: wizard-nav-count;
|
|
396
404
|
|
|
397
405
|
// Nested sub menus
|
|
398
406
|
& & {
|
|
399
407
|
padding: 0;
|
|
400
|
-
margin-
|
|
401
|
-
margin-
|
|
408
|
+
margin-block-start: var(--#{$wizard}__nav-list--nested--MarginTop);
|
|
409
|
+
margin-inline-start: var(--#{$wizard}__nav-list--nested--MarginLeft);
|
|
402
410
|
|
|
403
411
|
// Reset styles for nested nav links
|
|
404
412
|
.#{$wizard}__nav-link {
|
|
@@ -415,7 +423,7 @@
|
|
|
415
423
|
|
|
416
424
|
.#{$wizard}__nav-item {
|
|
417
425
|
& + & {
|
|
418
|
-
margin-
|
|
426
|
+
margin-block-start: var(--#{$wizard}__nav-item--MarginTop);
|
|
419
427
|
}
|
|
420
428
|
|
|
421
429
|
&.pf-m-expandable {
|
|
@@ -444,7 +452,7 @@
|
|
|
444
452
|
display: inline-block;
|
|
445
453
|
width: 100%;
|
|
446
454
|
color: var(--#{$wizard}__nav-link--Color);
|
|
447
|
-
text-align:
|
|
455
|
+
text-align: start; // needed for when the item is a button
|
|
448
456
|
text-decoration: var(--#{$wizard}__nav-link--TextDecoration);
|
|
449
457
|
word-break: break-word;
|
|
450
458
|
background-color: var(--#{$wizard}__nav-link--BackgroundColor);
|
|
@@ -453,9 +461,15 @@
|
|
|
453
461
|
// Common step number styles
|
|
454
462
|
@at-root .#{$wizard}__toggle-num,
|
|
455
463
|
&::before {
|
|
464
|
+
@include pf-v5-bidirectional-style(
|
|
465
|
+
$prop: transform,
|
|
466
|
+
$ltr-val: translateX(var(--#{$wizard}__nav-link--before--TranslateX)),
|
|
467
|
+
$rtl-val: translateX(#{pf-v5-calc-inverse(var(--#{$wizard}__nav-link--before--TranslateX))})
|
|
468
|
+
);
|
|
469
|
+
|
|
456
470
|
position: absolute;
|
|
457
|
-
|
|
458
|
-
|
|
471
|
+
inset-block-start: var(--#{$wizard}__nav-link--before--Top);
|
|
472
|
+
inset-inline-start: 0;
|
|
459
473
|
display: inline-flex;
|
|
460
474
|
align-items: center;
|
|
461
475
|
justify-content: center;
|
|
@@ -466,12 +480,11 @@
|
|
|
466
480
|
color: var(--#{$wizard}__nav-link--before--Color);
|
|
467
481
|
background-color: var(--#{$wizard}__nav-link--before--BackgroundColor);
|
|
468
482
|
border-radius: var(--#{$wizard}__nav-link--before--BorderRadius);
|
|
469
|
-
transform: translateX(var(--#{$wizard}__nav-link--before--TranslateX));
|
|
470
483
|
}
|
|
471
484
|
|
|
472
485
|
// Nav step number
|
|
473
486
|
&::before {
|
|
474
|
-
|
|
487
|
+
inset-block-start: 0;
|
|
475
488
|
content: counter(wizard-nav-count);
|
|
476
489
|
counter-increment: wizard-nav-count;
|
|
477
490
|
}
|
|
@@ -516,12 +529,14 @@
|
|
|
516
529
|
}
|
|
517
530
|
|
|
518
531
|
.#{$wizard}__nav-link-toggle {
|
|
519
|
-
padding-
|
|
520
|
-
padding-
|
|
532
|
+
padding-inline-start: var(--#{$wizard}__nav-link-toggle--PaddingLeft);
|
|
533
|
+
padding-inline-end: var(--#{$wizard}__nav-link-toggle--PaddingRight);
|
|
521
534
|
color: var(--#{$wizard}__nav-link-toggle--Color);
|
|
522
535
|
}
|
|
523
536
|
|
|
524
537
|
.#{$wizard}__nav-link-toggle-icon {
|
|
538
|
+
@include pf-v5-mirror-inline-on-rtl;
|
|
539
|
+
|
|
525
540
|
display: inline-block;
|
|
526
541
|
transition: var(--#{$wizard}__nav-link-toggle-icon--Transition);
|
|
527
542
|
transform: rotate(var(--#{$wizard}__nav-link-toggle-icon--Rotate));
|
|
@@ -536,7 +551,10 @@
|
|
|
536
551
|
}
|
|
537
552
|
|
|
538
553
|
.#{$wizard}__main-body {
|
|
539
|
-
padding: var(--#{$wizard}__main-body--PaddingTop)
|
|
554
|
+
padding-block-start: var(--#{$wizard}__main-body--PaddingTop);
|
|
555
|
+
padding-block-end: var(--#{$wizard}__main-body--PaddingBottom);
|
|
556
|
+
padding-inline-start: var(--#{$wizard}__main-body--PaddingLeft);
|
|
557
|
+
padding-inline-end: var(--#{$wizard}__main-body--PaddingRight);
|
|
540
558
|
|
|
541
559
|
&.pf-m-no-padding {
|
|
542
560
|
padding: 0;
|
|
@@ -549,14 +567,17 @@
|
|
|
549
567
|
display: flex;
|
|
550
568
|
flex-shrink: 0;
|
|
551
569
|
flex-wrap: wrap;
|
|
552
|
-
padding: var(--#{$wizard}__footer--PaddingTop)
|
|
570
|
+
padding-block-start: var(--#{$wizard}__footer--PaddingTop);
|
|
571
|
+
padding-block-end: var(--#{$wizard}__footer--PaddingBottom);
|
|
572
|
+
padding-inline-start: var(--#{$wizard}__footer--PaddingLeft);
|
|
573
|
+
padding-inline-end: var(--#{$wizard}__footer--PaddingRight);
|
|
553
574
|
background-color: var(--#{$wizard}__footer--BackgroundColor);
|
|
554
575
|
|
|
555
576
|
> * {
|
|
556
|
-
margin-
|
|
577
|
+
margin-block-end: var(--#{$wizard}__footer--child--MarginBottom);
|
|
557
578
|
|
|
558
579
|
&:not(:last-child) {
|
|
559
|
-
margin-
|
|
580
|
+
margin-inline-end: var(--#{$wizard}__footer--child--MarginRight);
|
|
560
581
|
}
|
|
561
582
|
}
|
|
562
583
|
|
|
@@ -570,7 +591,7 @@
|
|
|
570
591
|
}
|
|
571
592
|
|
|
572
593
|
.#{$wizard}__footer-cancel {
|
|
573
|
-
margin-
|
|
594
|
+
margin-inline-start: var(--#{$wizard}__footer-cancel--MarginLeft);
|
|
574
595
|
}
|
|
575
596
|
|
|
576
597
|
// stylelint-disable no-invalid-position-at-import-rule
|
|
@@ -28,19 +28,24 @@ deprecated: true
|
|
|
28
28
|
<ul
|
|
29
29
|
class="pf-v5-c-app-launcher__menu"
|
|
30
30
|
aria-labelledby="application-launcher-collapsed-button"
|
|
31
|
-
role="
|
|
31
|
+
role="menu"
|
|
32
32
|
hidden
|
|
33
33
|
>
|
|
34
|
-
<li>
|
|
35
|
-
<a class="pf-v5-c-app-launcher__menu-item" href="#">Link</a>
|
|
34
|
+
<li role="none">
|
|
35
|
+
<a class="pf-v5-c-app-launcher__menu-item" role="menuitem" href="#">Link</a>
|
|
36
36
|
</li>
|
|
37
|
-
<li>
|
|
38
|
-
<button
|
|
37
|
+
<li role="none">
|
|
38
|
+
<button
|
|
39
|
+
class="pf-v5-c-app-launcher__menu-item"
|
|
40
|
+
role="menuitem"
|
|
41
|
+
type="button"
|
|
42
|
+
>Action</button>
|
|
39
43
|
</li>
|
|
40
44
|
<li class="pf-v5-c-divider" role="separator"></li>
|
|
41
|
-
<li>
|
|
45
|
+
<li role="none">
|
|
42
46
|
<a
|
|
43
47
|
class="pf-v5-c-app-launcher__menu-item pf-m-disabled"
|
|
48
|
+
role="menuitem"
|
|
44
49
|
href="#"
|
|
45
50
|
aria-disabled="true"
|
|
46
51
|
tabindex="-1"
|
|
@@ -72,19 +77,24 @@ deprecated: true
|
|
|
72
77
|
<ul
|
|
73
78
|
class="pf-v5-c-app-launcher__menu"
|
|
74
79
|
aria-labelledby="application-launcher-disabled-button"
|
|
75
|
-
role="
|
|
80
|
+
role="menu"
|
|
76
81
|
hidden
|
|
77
82
|
>
|
|
78
|
-
<li>
|
|
79
|
-
<a class="pf-v5-c-app-launcher__menu-item" href="#">Link</a>
|
|
83
|
+
<li role="none">
|
|
84
|
+
<a class="pf-v5-c-app-launcher__menu-item" role="menuitem" href="#">Link</a>
|
|
80
85
|
</li>
|
|
81
|
-
<li>
|
|
82
|
-
<button
|
|
86
|
+
<li role="none">
|
|
87
|
+
<button
|
|
88
|
+
class="pf-v5-c-app-launcher__menu-item"
|
|
89
|
+
role="menuitem"
|
|
90
|
+
type="button"
|
|
91
|
+
>Action</button>
|
|
83
92
|
</li>
|
|
84
93
|
<li class="pf-v5-c-divider" role="separator"></li>
|
|
85
|
-
<li>
|
|
94
|
+
<li role="none">
|
|
86
95
|
<a
|
|
87
96
|
class="pf-v5-c-app-launcher__menu-item pf-m-disabled"
|
|
97
|
+
role="menuitem"
|
|
88
98
|
href="#"
|
|
89
99
|
aria-disabled="true"
|
|
90
100
|
tabindex="-1"
|
|
@@ -115,18 +125,23 @@ deprecated: true
|
|
|
115
125
|
<ul
|
|
116
126
|
class="pf-v5-c-app-launcher__menu"
|
|
117
127
|
aria-labelledby="application-launcher-expanded-button"
|
|
118
|
-
role="
|
|
128
|
+
role="menu"
|
|
119
129
|
>
|
|
120
|
-
<li>
|
|
121
|
-
<a class="pf-v5-c-app-launcher__menu-item" href="#">Link</a>
|
|
130
|
+
<li role="none">
|
|
131
|
+
<a class="pf-v5-c-app-launcher__menu-item" role="menuitem" href="#">Link</a>
|
|
122
132
|
</li>
|
|
123
|
-
<li>
|
|
124
|
-
<button
|
|
133
|
+
<li role="none">
|
|
134
|
+
<button
|
|
135
|
+
class="pf-v5-c-app-launcher__menu-item"
|
|
136
|
+
role="menuitem"
|
|
137
|
+
type="button"
|
|
138
|
+
>Action</button>
|
|
125
139
|
</li>
|
|
126
140
|
<li class="pf-v5-c-divider" role="separator"></li>
|
|
127
|
-
<li>
|
|
141
|
+
<li role="none">
|
|
128
142
|
<a
|
|
129
143
|
class="pf-v5-c-app-launcher__menu-item pf-m-disabled"
|
|
144
|
+
role="menuitem"
|
|
130
145
|
href="#"
|
|
131
146
|
aria-disabled="true"
|
|
132
147
|
tabindex="-1"
|
|
@@ -157,18 +172,23 @@ deprecated: true
|
|
|
157
172
|
<ul
|
|
158
173
|
class="pf-v5-c-app-launcher__menu pf-m-align-right"
|
|
159
174
|
aria-labelledby="application-launcher-aligned-right-button"
|
|
160
|
-
role="
|
|
175
|
+
role="menu"
|
|
161
176
|
>
|
|
162
|
-
<li>
|
|
163
|
-
<a class="pf-v5-c-app-launcher__menu-item" href="#">Link</a>
|
|
177
|
+
<li role="none">
|
|
178
|
+
<a class="pf-v5-c-app-launcher__menu-item" role="menuitem" href="#">Link</a>
|
|
164
179
|
</li>
|
|
165
|
-
<li>
|
|
166
|
-
<button
|
|
180
|
+
<li role="none">
|
|
181
|
+
<button
|
|
182
|
+
class="pf-v5-c-app-launcher__menu-item"
|
|
183
|
+
role="menuitem"
|
|
184
|
+
type="button"
|
|
185
|
+
>Action</button>
|
|
167
186
|
</li>
|
|
168
187
|
<li class="pf-v5-c-divider" role="separator"></li>
|
|
169
|
-
<li>
|
|
188
|
+
<li role="none">
|
|
170
189
|
<a
|
|
171
190
|
class="pf-v5-c-app-launcher__menu-item pf-m-disabled"
|
|
191
|
+
role="menuitem"
|
|
172
192
|
href="#"
|
|
173
193
|
aria-disabled="true"
|
|
174
194
|
tabindex="-1"
|
|
@@ -199,18 +219,23 @@ deprecated: true
|
|
|
199
219
|
<ul
|
|
200
220
|
class="pf-v5-c-app-launcher__menu"
|
|
201
221
|
aria-labelledby="application-launcher-aligned-top-button"
|
|
202
|
-
role="
|
|
222
|
+
role="menu"
|
|
203
223
|
>
|
|
204
|
-
<li>
|
|
205
|
-
<a class="pf-v5-c-app-launcher__menu-item" href="#">Link</a>
|
|
224
|
+
<li role="none">
|
|
225
|
+
<a class="pf-v5-c-app-launcher__menu-item" role="menuitem" href="#">Link</a>
|
|
206
226
|
</li>
|
|
207
|
-
<li>
|
|
208
|
-
<button
|
|
227
|
+
<li role="none">
|
|
228
|
+
<button
|
|
229
|
+
class="pf-v5-c-app-launcher__menu-item"
|
|
230
|
+
role="menuitem"
|
|
231
|
+
type="button"
|
|
232
|
+
>Action</button>
|
|
209
233
|
</li>
|
|
210
234
|
<li class="pf-v5-c-divider" role="separator"></li>
|
|
211
|
-
<li>
|
|
235
|
+
<li role="none">
|
|
212
236
|
<a
|
|
213
237
|
class="pf-v5-c-app-launcher__menu-item pf-m-disabled"
|
|
238
|
+
role="menuitem"
|
|
214
239
|
href="#"
|
|
215
240
|
aria-disabled="true"
|
|
216
241
|
tabindex="-1"
|
|
@@ -240,33 +265,53 @@ deprecated: true
|
|
|
240
265
|
</button>
|
|
241
266
|
<div class="pf-v5-c-app-launcher__menu">
|
|
242
267
|
<section class="pf-v5-c-app-launcher__group">
|
|
243
|
-
<ul role="
|
|
244
|
-
<li>
|
|
245
|
-
<a
|
|
268
|
+
<ul role="menu">
|
|
269
|
+
<li role="none">
|
|
270
|
+
<a
|
|
271
|
+
class="pf-v5-c-app-launcher__menu-item"
|
|
272
|
+
role="menuitem"
|
|
273
|
+
href="#"
|
|
274
|
+
>Link not in group</a>
|
|
246
275
|
</li>
|
|
247
276
|
</ul>
|
|
248
277
|
</section>
|
|
249
278
|
<hr class="pf-v5-c-divider" />
|
|
250
279
|
<section class="pf-v5-c-app-launcher__group">
|
|
251
280
|
<h1 class="pf-v5-c-app-launcher__group-title">Group 1</h1>
|
|
252
|
-
<ul role="
|
|
253
|
-
<li>
|
|
254
|
-
<a
|
|
281
|
+
<ul role="menu">
|
|
282
|
+
<li role="none">
|
|
283
|
+
<a
|
|
284
|
+
class="pf-v5-c-app-launcher__menu-item"
|
|
285
|
+
role="menuitem"
|
|
286
|
+
href="#"
|
|
287
|
+
>Group 1 link</a>
|
|
255
288
|
</li>
|
|
256
|
-
<li>
|
|
257
|
-
<a
|
|
289
|
+
<li role="none">
|
|
290
|
+
<a
|
|
291
|
+
class="pf-v5-c-app-launcher__menu-item"
|
|
292
|
+
role="menuitem"
|
|
293
|
+
href="#"
|
|
294
|
+
>Group 1 link</a>
|
|
258
295
|
</li>
|
|
259
296
|
</ul>
|
|
260
297
|
</section>
|
|
261
298
|
<hr class="pf-v5-c-divider" />
|
|
262
299
|
<section class="pf-v5-c-app-launcher__group">
|
|
263
300
|
<h1 class="pf-v5-c-app-launcher__group-title">Group 2</h1>
|
|
264
|
-
<ul role="
|
|
265
|
-
<li>
|
|
266
|
-
<a
|
|
301
|
+
<ul role="menu">
|
|
302
|
+
<li role="none">
|
|
303
|
+
<a
|
|
304
|
+
class="pf-v5-c-app-launcher__menu-item"
|
|
305
|
+
role="menuitem"
|
|
306
|
+
href="#"
|
|
307
|
+
>Group 2 link</a>
|
|
267
308
|
</li>
|
|
268
|
-
<li>
|
|
269
|
-
<a
|
|
309
|
+
<li role="none">
|
|
310
|
+
<a
|
|
311
|
+
class="pf-v5-c-app-launcher__menu-item"
|
|
312
|
+
role="menuitem"
|
|
313
|
+
href="#"
|
|
314
|
+
>Group 2 link</a>
|
|
270
315
|
</li>
|
|
271
316
|
</ul>
|
|
272
317
|
</section>
|
|
@@ -294,33 +339,53 @@ deprecated: true
|
|
|
294
339
|
</button>
|
|
295
340
|
<div class="pf-v5-c-app-launcher__menu">
|
|
296
341
|
<section class="pf-v5-c-app-launcher__group">
|
|
297
|
-
<ul role="
|
|
298
|
-
<li>
|
|
299
|
-
<a
|
|
342
|
+
<ul role="menu">
|
|
343
|
+
<li role="none">
|
|
344
|
+
<a
|
|
345
|
+
class="pf-v5-c-app-launcher__menu-item"
|
|
346
|
+
role="menuitem"
|
|
347
|
+
href="#"
|
|
348
|
+
>Link not in group</a>
|
|
300
349
|
</li>
|
|
301
350
|
<li class="pf-v5-c-divider" role="separator"></li>
|
|
302
351
|
</ul>
|
|
303
352
|
</section>
|
|
304
353
|
<section class="pf-v5-c-app-launcher__group">
|
|
305
354
|
<h1 class="pf-v5-c-app-launcher__group-title">Group 1</h1>
|
|
306
|
-
<ul role="
|
|
307
|
-
<li>
|
|
308
|
-
<a
|
|
355
|
+
<ul role="menu">
|
|
356
|
+
<li role="none">
|
|
357
|
+
<a
|
|
358
|
+
class="pf-v5-c-app-launcher__menu-item"
|
|
359
|
+
role="menuitem"
|
|
360
|
+
href="#"
|
|
361
|
+
>Group 1 link</a>
|
|
309
362
|
</li>
|
|
310
|
-
<li>
|
|
311
|
-
<a
|
|
363
|
+
<li role="none">
|
|
364
|
+
<a
|
|
365
|
+
class="pf-v5-c-app-launcher__menu-item"
|
|
366
|
+
role="menuitem"
|
|
367
|
+
href="#"
|
|
368
|
+
>Group 1 link</a>
|
|
312
369
|
</li>
|
|
313
370
|
<li class="pf-v5-c-divider" role="separator"></li>
|
|
314
371
|
</ul>
|
|
315
372
|
</section>
|
|
316
373
|
<section class="pf-v5-c-app-launcher__group">
|
|
317
374
|
<h1 class="pf-v5-c-app-launcher__group-title">Group 2</h1>
|
|
318
|
-
<ul role="
|
|
319
|
-
<li>
|
|
320
|
-
<a
|
|
375
|
+
<ul role="menu">
|
|
376
|
+
<li role="none">
|
|
377
|
+
<a
|
|
378
|
+
class="pf-v5-c-app-launcher__menu-item"
|
|
379
|
+
role="menuitem"
|
|
380
|
+
href="#"
|
|
381
|
+
>Group 2 link</a>
|
|
321
382
|
</li>
|
|
322
|
-
<li>
|
|
323
|
-
<a
|
|
383
|
+
<li role="none">
|
|
384
|
+
<a
|
|
385
|
+
class="pf-v5-c-app-launcher__menu-item"
|
|
386
|
+
role="menuitem"
|
|
387
|
+
href="#"
|
|
388
|
+
>Group 2 link</a>
|
|
324
389
|
</li>
|
|
325
390
|
</ul>
|
|
326
391
|
</section>
|
|
@@ -348,9 +413,9 @@ deprecated: true
|
|
|
348
413
|
</button>
|
|
349
414
|
<div class="pf-v5-c-app-launcher__menu">
|
|
350
415
|
<section class="pf-v5-c-app-launcher__group">
|
|
351
|
-
<ul role="
|
|
352
|
-
<li>
|
|
353
|
-
<a class="pf-v5-c-app-launcher__menu-item" href="#">
|
|
416
|
+
<ul role="menu">
|
|
417
|
+
<li role="none">
|
|
418
|
+
<a class="pf-v5-c-app-launcher__menu-item" role="menuitem" href="#">
|
|
354
419
|
<span class="pf-v5-c-app-launcher__menu-item-icon">
|
|
355
420
|
<img src="/assets/images/pf-logo-small.svg" alt="PatternFly logo" />
|
|
356
421
|
</span>
|
|
@@ -362,10 +427,11 @@ deprecated: true
|
|
|
362
427
|
<li class="pf-v5-c-divider" role="separator"></li>
|
|
363
428
|
<section class="pf-v5-c-app-launcher__group">
|
|
364
429
|
<h1 class="pf-v5-c-app-launcher__group-title">Group 1</h1>
|
|
365
|
-
<ul role="
|
|
366
|
-
<li>
|
|
430
|
+
<ul role="menu">
|
|
431
|
+
<li role="none">
|
|
367
432
|
<a
|
|
368
433
|
class="pf-v5-c-app-launcher__menu-item pf-m-external"
|
|
434
|
+
role="menuitem"
|
|
369
435
|
href="#"
|
|
370
436
|
target="_blank"
|
|
371
437
|
>
|
|
@@ -381,9 +447,10 @@ deprecated: true
|
|
|
381
447
|
<span class="pf-v5-screen-reader">(opens new window)</span>
|
|
382
448
|
</a>
|
|
383
449
|
</li>
|
|
384
|
-
<li>
|
|
450
|
+
<li role="none">
|
|
385
451
|
<a
|
|
386
452
|
class="pf-v5-c-app-launcher__menu-item pf-m-external"
|
|
453
|
+
role="menuitem"
|
|
387
454
|
href="#"
|
|
388
455
|
target="_blank"
|
|
389
456
|
>
|
|
@@ -404,10 +471,11 @@ deprecated: true
|
|
|
404
471
|
</section>
|
|
405
472
|
<section class="pf-v5-c-app-launcher__group">
|
|
406
473
|
<h1 class="pf-v5-c-app-launcher__group-title">Group 2</h1>
|
|
407
|
-
<ul role="
|
|
408
|
-
<li>
|
|
474
|
+
<ul role="menu">
|
|
475
|
+
<li role="none">
|
|
409
476
|
<a
|
|
410
477
|
class="pf-v5-c-app-launcher__menu-item pf-m-external"
|
|
478
|
+
role="menuitem"
|
|
411
479
|
href="#"
|
|
412
480
|
target="_blank"
|
|
413
481
|
>
|
|
@@ -423,9 +491,10 @@ deprecated: true
|
|
|
423
491
|
<span class="pf-v5-screen-reader">(opens new window)</span>
|
|
424
492
|
</a>
|
|
425
493
|
</li>
|
|
426
|
-
<li>
|
|
494
|
+
<li role="none">
|
|
427
495
|
<a
|
|
428
496
|
class="pf-v5-c-app-launcher__menu-item pf-m-external"
|
|
497
|
+
role="menuitem"
|
|
429
498
|
href="#"
|
|
430
499
|
target="_blank"
|
|
431
500
|
>
|
|
@@ -486,12 +555,14 @@ deprecated: true
|
|
|
486
555
|
</div>
|
|
487
556
|
<section class="pf-v5-c-app-launcher__group">
|
|
488
557
|
<h1 class="pf-v5-c-app-launcher__group-title">Favorites</h1>
|
|
489
|
-
<ul role="
|
|
558
|
+
<ul role="menu">
|
|
490
559
|
<li
|
|
491
560
|
class="pf-v5-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
561
|
+
role="none"
|
|
492
562
|
>
|
|
493
563
|
<a
|
|
494
564
|
class="pf-v5-c-app-launcher__menu-item pf-m-link"
|
|
565
|
+
role="menuitem"
|
|
495
566
|
href="#"
|
|
496
567
|
target="_blank"
|
|
497
568
|
>
|
|
@@ -516,9 +587,11 @@ deprecated: true
|
|
|
516
587
|
</li>
|
|
517
588
|
<li
|
|
518
589
|
class="pf-v5-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
590
|
+
role="none"
|
|
519
591
|
>
|
|
520
592
|
<a
|
|
521
593
|
class="pf-v5-c-app-launcher__menu-item pf-m-link"
|
|
594
|
+
role="menuitem"
|
|
522
595
|
href="#"
|
|
523
596
|
target="_blank"
|
|
524
597
|
>
|
|
@@ -546,10 +619,14 @@ deprecated: true
|
|
|
546
619
|
<hr class="pf-v5-c-divider" />
|
|
547
620
|
<section class="pf-v5-c-app-launcher__group">
|
|
548
621
|
<h1 class="pf-v5-c-app-launcher__group-title">Group 1</h1>
|
|
549
|
-
<ul role="
|
|
550
|
-
<li
|
|
622
|
+
<ul role="menu">
|
|
623
|
+
<li
|
|
624
|
+
class="pf-v5-c-app-launcher__menu-wrapper pf-m-external"
|
|
625
|
+
role="none"
|
|
626
|
+
>
|
|
551
627
|
<a
|
|
552
628
|
class="pf-v5-c-app-launcher__menu-item pf-m-link"
|
|
629
|
+
role="menuitem"
|
|
553
630
|
href="#"
|
|
554
631
|
target="_blank"
|
|
555
632
|
>
|
|
@@ -574,9 +651,11 @@ deprecated: true
|
|
|
574
651
|
</li>
|
|
575
652
|
<li
|
|
576
653
|
class="pf-v5-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
654
|
+
role="none"
|
|
577
655
|
>
|
|
578
656
|
<a
|
|
579
657
|
class="pf-v5-c-app-launcher__menu-item pf-m-link"
|
|
658
|
+
role="menuitem"
|
|
580
659
|
href="#"
|
|
581
660
|
target="_blank"
|
|
582
661
|
>
|
|
@@ -604,12 +683,14 @@ deprecated: true
|
|
|
604
683
|
<hr class="pf-v5-c-divider" />
|
|
605
684
|
<section class="pf-v5-c-app-launcher__group">
|
|
606
685
|
<h1 class="pf-v5-c-app-launcher__group-title">Group 2</h1>
|
|
607
|
-
<ul role="
|
|
686
|
+
<ul role="menu">
|
|
608
687
|
<li
|
|
609
688
|
class="pf-v5-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
689
|
+
role="none"
|
|
610
690
|
>
|
|
611
691
|
<a
|
|
612
692
|
class="pf-v5-c-app-launcher__menu-item pf-m-link"
|
|
693
|
+
role="menuitem"
|
|
613
694
|
href="#"
|
|
614
695
|
target="_blank"
|
|
615
696
|
>
|
|
@@ -632,9 +713,13 @@ deprecated: true
|
|
|
632
713
|
<i class="fas fa-star" aria-hidden="true"></i>
|
|
633
714
|
</button>
|
|
634
715
|
</li>
|
|
635
|
-
<li
|
|
716
|
+
<li
|
|
717
|
+
class="pf-v5-c-app-launcher__menu-wrapper pf-m-external"
|
|
718
|
+
role="none"
|
|
719
|
+
>
|
|
636
720
|
<a
|
|
637
721
|
class="pf-v5-c-app-launcher__menu-item pf-m-link"
|
|
722
|
+
role="menuitem"
|
|
638
723
|
href="#"
|
|
639
724
|
target="_blank"
|
|
640
725
|
>
|