@patternfly/patternfly 5.1.0-prerelease.1 → 5.1.0-prerelease.11
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 +16 -13
- package/components/Alert/alert.scss +16 -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 +2 -2
- package/components/BackgroundImage/background-image.scss +2 -2
- 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 +6 -3
- package/components/Breadcrumb/breadcrumb.scss +6 -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 +21 -15
- package/components/CalendarMonth/calendar-month.scss +21 -15
- package/components/Card/card.css +21 -16
- package/components/Card/card.scss +21 -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 +16 -10
- package/components/ClipboardCopy/clipboard-copy.scss +14 -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 +66 -84
- package/components/DataList/data-list.scss +45 -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 +75 -60
- package/components/Drawer/drawer.scss +51 -36
- 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 +50 -50
- package/components/Form/form.scss +44 -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 +24 -24
- package/components/JumpLinks/jump-links.scss +24 -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 +69 -66
- package/components/Menu/menu.scss +69 -67
- 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 +100 -93
- package/components/Nav/nav.scss +98 -91
- 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 +28 -19
- package/components/NotificationDrawer/notification-drawer.scss +28 -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 +119 -65
- package/components/Page/page.scss +63 -39
- 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 +24 -21
- package/components/Popover/popover.scss +24 -21
- 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 +2 -5
- package/components/Skeleton/skeleton.scss +2 -5
- package/components/SkipToContent/skip-to-content.css +3 -3
- package/components/SkipToContent/skip-to-content.scss +3 -3
- package/components/Slider/slider.css +46 -26
- package/components/Slider/slider.scss +54 -26
- 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 +2 -2
- package/components/Table/table-scrollable.scss +2 -2
- package/components/Table/table-tree-view.css +107 -104
- package/components/Table/table-tree-view.scss +32 -32
- package/components/Table/table.css +87 -69
- package/components/Table/table.scss +87 -69
- package/components/Tabs/tabs.css +66 -48
- package/components/Tabs/tabs.scss +66 -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 +19 -16
- package/components/Tooltip/tooltip.scss +19 -16
- package/components/TreeView/tree-view.css +42 -27
- package/components/TreeView/tree-view.scss +43 -28
- 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 +31 -11
- 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 +2 -2
- 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 +2 -2
- 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 +43 -55
- package/docs/components/Table/examples/Table.css +2 -2
- package/docs/components/Table/examples/Table.md +4546 -1668
- package/docs/components/Tabs/examples/Tabs.md +1094 -438
- package/docs/components/TextInputGroup/examples/TextInputGroup.css +1 -1
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +2 -2
- package/docs/components/Tile/examples/Tile.css +1 -1
- package/docs/components/Toolbar/examples/Toolbar.md +148 -80
- package/docs/components/TreeView/examples/TreeView.md +23 -8
- 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 +49 -24
- 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/Table/examples/Table.md +1422 -607
- package/docs/demos/Tabs/examples/Tabs.md +113 -48
- package/docs/demos/Toolbar/examples/Toolbar.md +320 -127
- 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 +2420 -1872
- package/patternfly-theme-dark-unversioned.css +2421 -1873
- package/patternfly.css +2421 -1873
- 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
|
@@ -1974,31 +1974,46 @@ cssPrefix: pf-v5-c-tree-view
|
|
|
1974
1974
|
class="pf-v5-c-dropdown__menu pf-m-align-right"
|
|
1975
1975
|
aria-labelledby="dropdown-kebab-button"
|
|
1976
1976
|
hidden
|
|
1977
|
+
role="menu"
|
|
1977
1978
|
>
|
|
1978
|
-
<li>
|
|
1979
|
-
<a
|
|
1979
|
+
<li role="none">
|
|
1980
|
+
<a
|
|
1981
|
+
class="pf-v5-c-dropdown__menu-item"
|
|
1982
|
+
role="menuitem"
|
|
1983
|
+
href="#"
|
|
1984
|
+
>Link</a>
|
|
1980
1985
|
</li>
|
|
1981
|
-
<li>
|
|
1982
|
-
<button
|
|
1986
|
+
<li role="none">
|
|
1987
|
+
<button
|
|
1988
|
+
class="pf-v5-c-dropdown__menu-item"
|
|
1989
|
+
role="menuitem"
|
|
1990
|
+
type="button"
|
|
1991
|
+
>Action</button>
|
|
1983
1992
|
</li>
|
|
1984
|
-
<li>
|
|
1993
|
+
<li role="none">
|
|
1985
1994
|
<a
|
|
1986
1995
|
class="pf-v5-c-dropdown__menu-item pf-m-disabled"
|
|
1996
|
+
role="menuitem"
|
|
1987
1997
|
href="#"
|
|
1988
1998
|
aria-disabled="true"
|
|
1989
1999
|
tabindex="-1"
|
|
1990
2000
|
>Disabled link</a>
|
|
1991
2001
|
</li>
|
|
1992
|
-
<li>
|
|
2002
|
+
<li role="none">
|
|
1993
2003
|
<button
|
|
1994
2004
|
class="pf-v5-c-dropdown__menu-item"
|
|
2005
|
+
role="menuitem"
|
|
1995
2006
|
type="button"
|
|
1996
2007
|
disabled
|
|
1997
2008
|
>Disabled action</button>
|
|
1998
2009
|
</li>
|
|
1999
2010
|
<li class="pf-v5-c-divider" role="separator"></li>
|
|
2000
|
-
<li>
|
|
2001
|
-
<a
|
|
2011
|
+
<li role="none">
|
|
2012
|
+
<a
|
|
2013
|
+
class="pf-v5-c-dropdown__menu-item"
|
|
2014
|
+
role="menuitem"
|
|
2015
|
+
href="#"
|
|
2016
|
+
>Separated link</a>
|
|
2002
2017
|
</li>
|
|
2003
2018
|
</ul>
|
|
2004
2019
|
</div>
|
|
@@ -51,30 +51,38 @@ wrapperTag: div
|
|
|
51
51
|
<nav class="pf-v5-c-wizard__nav" aria-label="Steps">
|
|
52
52
|
<ol class="pf-v5-c-wizard__nav-list" role="list">
|
|
53
53
|
<li class="pf-v5-c-wizard__nav-item">
|
|
54
|
-
<button class="pf-v5-c-wizard__nav-link">Information</button>
|
|
54
|
+
<button class="pf-v5-c-wizard__nav-link" type="button">Information</button>
|
|
55
55
|
</li>
|
|
56
56
|
<li class="pf-v5-c-wizard__nav-item">
|
|
57
|
-
<button
|
|
57
|
+
<button
|
|
58
|
+
class="pf-v5-c-wizard__nav-link pf-m-current"
|
|
59
|
+
type="button"
|
|
60
|
+
>Configuration</button>
|
|
58
61
|
<ol class="pf-v5-c-wizard__nav-list" role="list">
|
|
59
62
|
<li class="pf-v5-c-wizard__nav-item">
|
|
60
|
-
<button class="pf-v5-c-wizard__nav-link">Substep A</button>
|
|
63
|
+
<button class="pf-v5-c-wizard__nav-link" type="button">Substep A</button>
|
|
61
64
|
</li>
|
|
62
65
|
<li class="pf-v5-c-wizard__nav-item">
|
|
63
66
|
<button
|
|
64
67
|
class="pf-v5-c-wizard__nav-link pf-m-current"
|
|
68
|
+
type="button"
|
|
65
69
|
aria-current="page"
|
|
66
70
|
>Substep B</button>
|
|
67
71
|
</li>
|
|
68
72
|
<li class="pf-v5-c-wizard__nav-item">
|
|
69
|
-
<button class="pf-v5-c-wizard__nav-link">Substep C</button>
|
|
73
|
+
<button class="pf-v5-c-wizard__nav-link" type="button">Substep C</button>
|
|
70
74
|
</li>
|
|
71
75
|
</ol>
|
|
72
76
|
</li>
|
|
73
77
|
<li class="pf-v5-c-wizard__nav-item">
|
|
74
|
-
<button class="pf-v5-c-wizard__nav-link">Additional</button>
|
|
78
|
+
<button class="pf-v5-c-wizard__nav-link" type="button">Additional</button>
|
|
75
79
|
</li>
|
|
76
80
|
<li class="pf-v5-c-wizard__nav-item">
|
|
77
|
-
<button
|
|
81
|
+
<button
|
|
82
|
+
class="pf-v5-c-wizard__nav-link"
|
|
83
|
+
type="button"
|
|
84
|
+
disabled
|
|
85
|
+
>Review</button>
|
|
78
86
|
</li>
|
|
79
87
|
</ol>
|
|
80
88
|
</nav>
|
|
@@ -281,30 +289,38 @@ wrapperTag: div
|
|
|
281
289
|
<nav class="pf-v5-c-wizard__nav pf-m-expanded" aria-label="Steps">
|
|
282
290
|
<ol class="pf-v5-c-wizard__nav-list" role="list">
|
|
283
291
|
<li class="pf-v5-c-wizard__nav-item">
|
|
284
|
-
<button class="pf-v5-c-wizard__nav-link">Information</button>
|
|
292
|
+
<button class="pf-v5-c-wizard__nav-link" type="button">Information</button>
|
|
285
293
|
</li>
|
|
286
294
|
<li class="pf-v5-c-wizard__nav-item">
|
|
287
|
-
<button
|
|
295
|
+
<button
|
|
296
|
+
class="pf-v5-c-wizard__nav-link pf-m-current"
|
|
297
|
+
type="button"
|
|
298
|
+
>Configuration</button>
|
|
288
299
|
<ol class="pf-v5-c-wizard__nav-list" role="list">
|
|
289
300
|
<li class="pf-v5-c-wizard__nav-item">
|
|
290
|
-
<button class="pf-v5-c-wizard__nav-link">Substep A</button>
|
|
301
|
+
<button class="pf-v5-c-wizard__nav-link" type="button">Substep A</button>
|
|
291
302
|
</li>
|
|
292
303
|
<li class="pf-v5-c-wizard__nav-item">
|
|
293
304
|
<button
|
|
294
305
|
class="pf-v5-c-wizard__nav-link pf-m-current"
|
|
306
|
+
type="button"
|
|
295
307
|
aria-current="page"
|
|
296
308
|
>Substep B</button>
|
|
297
309
|
</li>
|
|
298
310
|
<li class="pf-v5-c-wizard__nav-item">
|
|
299
|
-
<button class="pf-v5-c-wizard__nav-link">Substep C</button>
|
|
311
|
+
<button class="pf-v5-c-wizard__nav-link" type="button">Substep C</button>
|
|
300
312
|
</li>
|
|
301
313
|
</ol>
|
|
302
314
|
</li>
|
|
303
315
|
<li class="pf-v5-c-wizard__nav-item">
|
|
304
|
-
<button class="pf-v5-c-wizard__nav-link">Additional</button>
|
|
316
|
+
<button class="pf-v5-c-wizard__nav-link" type="button">Additional</button>
|
|
305
317
|
</li>
|
|
306
318
|
<li class="pf-v5-c-wizard__nav-item">
|
|
307
|
-
<button
|
|
319
|
+
<button
|
|
320
|
+
class="pf-v5-c-wizard__nav-link"
|
|
321
|
+
type="button"
|
|
322
|
+
disabled
|
|
323
|
+
>Review</button>
|
|
308
324
|
</li>
|
|
309
325
|
</ol>
|
|
310
326
|
</nav>
|
|
@@ -462,30 +478,38 @@ wrapperTag: div
|
|
|
462
478
|
<nav class="pf-v5-c-wizard__nav" aria-label="Steps">
|
|
463
479
|
<ol class="pf-v5-c-wizard__nav-list" role="list">
|
|
464
480
|
<li class="pf-v5-c-wizard__nav-item">
|
|
465
|
-
<button class="pf-v5-c-wizard__nav-link">Information</button>
|
|
481
|
+
<button class="pf-v5-c-wizard__nav-link" type="button">Information</button>
|
|
466
482
|
</li>
|
|
467
483
|
<li class="pf-v5-c-wizard__nav-item">
|
|
468
|
-
<button
|
|
484
|
+
<button
|
|
485
|
+
class="pf-v5-c-wizard__nav-link pf-m-current"
|
|
486
|
+
type="button"
|
|
487
|
+
>Configuration</button>
|
|
469
488
|
<ol class="pf-v5-c-wizard__nav-list" role="list">
|
|
470
489
|
<li class="pf-v5-c-wizard__nav-item">
|
|
471
|
-
<button class="pf-v5-c-wizard__nav-link">Substep A</button>
|
|
490
|
+
<button class="pf-v5-c-wizard__nav-link" type="button">Substep A</button>
|
|
472
491
|
</li>
|
|
473
492
|
<li class="pf-v5-c-wizard__nav-item">
|
|
474
493
|
<button
|
|
475
494
|
class="pf-v5-c-wizard__nav-link pf-m-current"
|
|
495
|
+
type="button"
|
|
476
496
|
aria-current="page"
|
|
477
497
|
>Substep B</button>
|
|
478
498
|
</li>
|
|
479
499
|
<li class="pf-v5-c-wizard__nav-item">
|
|
480
|
-
<button class="pf-v5-c-wizard__nav-link">Substep C</button>
|
|
500
|
+
<button class="pf-v5-c-wizard__nav-link" type="button">Substep C</button>
|
|
481
501
|
</li>
|
|
482
502
|
</ol>
|
|
483
503
|
</li>
|
|
484
504
|
<li class="pf-v5-c-wizard__nav-item">
|
|
485
|
-
<button class="pf-v5-c-wizard__nav-link">Additional</button>
|
|
505
|
+
<button class="pf-v5-c-wizard__nav-link" type="button">Additional</button>
|
|
486
506
|
</li>
|
|
487
507
|
<li class="pf-v5-c-wizard__nav-item">
|
|
488
|
-
<button
|
|
508
|
+
<button
|
|
509
|
+
class="pf-v5-c-wizard__nav-link"
|
|
510
|
+
type="button"
|
|
511
|
+
disabled
|
|
512
|
+
>Review</button>
|
|
489
513
|
</li>
|
|
490
514
|
</ol>
|
|
491
515
|
</nav>
|
|
@@ -721,11 +745,16 @@ wrapperTag: div
|
|
|
721
745
|
<li class="pf-v5-c-wizard__nav-item">
|
|
722
746
|
<button
|
|
723
747
|
class="pf-v5-c-wizard__nav-link pf-m-current"
|
|
748
|
+
type="button"
|
|
724
749
|
aria-current="page"
|
|
725
750
|
>Information</button>
|
|
726
751
|
</li>
|
|
727
752
|
<li class="pf-v5-c-wizard__nav-item pf-m-expandable">
|
|
728
|
-
<button
|
|
753
|
+
<button
|
|
754
|
+
class="pf-v5-c-wizard__nav-link"
|
|
755
|
+
type="button"
|
|
756
|
+
aria-expanded="false"
|
|
757
|
+
>
|
|
729
758
|
<span class="pf-v5-c-wizard__nav-link-text">Configuration</span>
|
|
730
759
|
<span class="pf-v5-c-wizard__nav-link-toggle">
|
|
731
760
|
<span class="pf-v5-c-wizard__nav-link-toggle-icon">
|
|
@@ -735,21 +764,25 @@ wrapperTag: div
|
|
|
735
764
|
</button>
|
|
736
765
|
<ol class="pf-v5-c-wizard__nav-list" role="list">
|
|
737
766
|
<li class="pf-v5-c-wizard__nav-item">
|
|
738
|
-
<button class="pf-v5-c-wizard__nav-link">Substep A</button>
|
|
767
|
+
<button class="pf-v5-c-wizard__nav-link" type="button">Substep A</button>
|
|
739
768
|
</li>
|
|
740
769
|
<li class="pf-v5-c-wizard__nav-item">
|
|
741
|
-
<button class="pf-v5-c-wizard__nav-link">Substep B</button>
|
|
770
|
+
<button class="pf-v5-c-wizard__nav-link" type="button">Substep B</button>
|
|
742
771
|
</li>
|
|
743
772
|
<li class="pf-v5-c-wizard__nav-item">
|
|
744
|
-
<button class="pf-v5-c-wizard__nav-link">Substep C</button>
|
|
773
|
+
<button class="pf-v5-c-wizard__nav-link" type="button">Substep C</button>
|
|
745
774
|
</li>
|
|
746
775
|
</ol>
|
|
747
776
|
</li>
|
|
748
777
|
<li class="pf-v5-c-wizard__nav-item">
|
|
749
|
-
<button class="pf-v5-c-wizard__nav-link">Additional</button>
|
|
778
|
+
<button class="pf-v5-c-wizard__nav-link" type="button">Additional</button>
|
|
750
779
|
</li>
|
|
751
780
|
<li class="pf-v5-c-wizard__nav-item">
|
|
752
|
-
<button
|
|
781
|
+
<button
|
|
782
|
+
class="pf-v5-c-wizard__nav-link"
|
|
783
|
+
type="button"
|
|
784
|
+
disabled
|
|
785
|
+
>Review</button>
|
|
753
786
|
</li>
|
|
754
787
|
</ol>
|
|
755
788
|
</nav>
|
|
@@ -956,11 +989,12 @@ wrapperTag: div
|
|
|
956
989
|
<nav class="pf-v5-c-wizard__nav" aria-label="Steps">
|
|
957
990
|
<ol class="pf-v5-c-wizard__nav-list" role="list">
|
|
958
991
|
<li class="pf-v5-c-wizard__nav-item">
|
|
959
|
-
<button class="pf-v5-c-wizard__nav-link">Information</button>
|
|
992
|
+
<button class="pf-v5-c-wizard__nav-link" type="button">Information</button>
|
|
960
993
|
</li>
|
|
961
994
|
<li class="pf-v5-c-wizard__nav-item pf-m-expandable pf-m-expanded">
|
|
962
995
|
<button
|
|
963
996
|
class="pf-v5-c-wizard__nav-link pf-m-current"
|
|
997
|
+
type="button"
|
|
964
998
|
aria-expanded="true"
|
|
965
999
|
>
|
|
966
1000
|
<span class="pf-v5-c-wizard__nav-link-text">Configuration</span>
|
|
@@ -972,24 +1006,29 @@ wrapperTag: div
|
|
|
972
1006
|
</button>
|
|
973
1007
|
<ol class="pf-v5-c-wizard__nav-list" role="list">
|
|
974
1008
|
<li class="pf-v5-c-wizard__nav-item">
|
|
975
|
-
<button class="pf-v5-c-wizard__nav-link">Substep A</button>
|
|
1009
|
+
<button class="pf-v5-c-wizard__nav-link" type="button">Substep A</button>
|
|
976
1010
|
</li>
|
|
977
1011
|
<li class="pf-v5-c-wizard__nav-item">
|
|
978
1012
|
<button
|
|
979
1013
|
class="pf-v5-c-wizard__nav-link pf-m-current"
|
|
1014
|
+
type="button"
|
|
980
1015
|
aria-current="page"
|
|
981
1016
|
>Substep B</button>
|
|
982
1017
|
</li>
|
|
983
1018
|
<li class="pf-v5-c-wizard__nav-item">
|
|
984
|
-
<button class="pf-v5-c-wizard__nav-link">Substep C</button>
|
|
1019
|
+
<button class="pf-v5-c-wizard__nav-link" type="button">Substep C</button>
|
|
985
1020
|
</li>
|
|
986
1021
|
</ol>
|
|
987
1022
|
</li>
|
|
988
1023
|
<li class="pf-v5-c-wizard__nav-item">
|
|
989
|
-
<button class="pf-v5-c-wizard__nav-link">Additional</button>
|
|
1024
|
+
<button class="pf-v5-c-wizard__nav-link" type="button">Additional</button>
|
|
990
1025
|
</li>
|
|
991
1026
|
<li class="pf-v5-c-wizard__nav-item">
|
|
992
|
-
<button
|
|
1027
|
+
<button
|
|
1028
|
+
class="pf-v5-c-wizard__nav-link"
|
|
1029
|
+
type="button"
|
|
1030
|
+
disabled
|
|
1031
|
+
>Review</button>
|
|
993
1032
|
</li>
|
|
994
1033
|
</ol>
|
|
995
1034
|
</nav>
|
|
@@ -1196,27 +1235,27 @@ wrapperTag: div
|
|
|
1196
1235
|
<nav class="pf-v5-c-wizard__nav" aria-label="Steps">
|
|
1197
1236
|
<ol class="pf-v5-c-wizard__nav-list" role="list">
|
|
1198
1237
|
<li class="pf-v5-c-wizard__nav-item">
|
|
1199
|
-
<button class="pf-v5-c-wizard__nav-link">Information</button>
|
|
1238
|
+
<button class="pf-v5-c-wizard__nav-link" type="button">Information</button>
|
|
1200
1239
|
</li>
|
|
1201
1240
|
<li class="pf-v5-c-wizard__nav-item">
|
|
1202
|
-
<button class="pf-v5-c-wizard__nav-link">Configuration</button>
|
|
1241
|
+
<button class="pf-v5-c-wizard__nav-link" type="button">Configuration</button>
|
|
1203
1242
|
<ol class="pf-v5-c-wizard__nav-list" role="list">
|
|
1204
1243
|
<li class="pf-v5-c-wizard__nav-item">
|
|
1205
|
-
<button class="pf-v5-c-wizard__nav-link">Substep A</button>
|
|
1244
|
+
<button class="pf-v5-c-wizard__nav-link" type="button">Substep A</button>
|
|
1206
1245
|
</li>
|
|
1207
1246
|
<li class="pf-v5-c-wizard__nav-item">
|
|
1208
|
-
<button class="pf-v5-c-wizard__nav-link">Substep B</button>
|
|
1247
|
+
<button class="pf-v5-c-wizard__nav-link" type="button">Substep B</button>
|
|
1209
1248
|
</li>
|
|
1210
1249
|
<li class="pf-v5-c-wizard__nav-item">
|
|
1211
|
-
<button class="pf-v5-c-wizard__nav-link">Substep C</button>
|
|
1250
|
+
<button class="pf-v5-c-wizard__nav-link" type="button">Substep C</button>
|
|
1212
1251
|
</li>
|
|
1213
1252
|
</ol>
|
|
1214
1253
|
</li>
|
|
1215
1254
|
<li class="pf-v5-c-wizard__nav-item">
|
|
1216
|
-
<button class="pf-v5-c-wizard__nav-link">Additional</button>
|
|
1255
|
+
<button class="pf-v5-c-wizard__nav-link" type="button">Additional</button>
|
|
1217
1256
|
</li>
|
|
1218
1257
|
<li class="pf-v5-c-wizard__nav-item">
|
|
1219
|
-
<button class="pf-v5-c-wizard__nav-link">Review</button>
|
|
1258
|
+
<button class="pf-v5-c-wizard__nav-link" type="button">Review</button>
|
|
1220
1259
|
</li>
|
|
1221
1260
|
</ol>
|
|
1222
1261
|
</nav>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#ws-html-demos-c-card-status-card-expanded-with-popover {
|
|
2
|
-
padding-
|
|
2
|
+
padding-block-start: 180px;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
5
|
#ws-html-demos-c-card-status-card-expanded-with-popover #carview-demo--popover-parent,
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
|
|
10
10
|
#ws-html-demos-c-card-status-card-expanded-with-popover .pf-v5-c-popover {
|
|
11
11
|
position: absolute;
|
|
12
|
-
margin-
|
|
12
|
+
margin-block-start: -12px;
|
|
13
13
|
z-index: 1000;
|
|
14
14
|
transform: translateY(-50%);
|
|
15
|
-
|
|
15
|
+
inset-inline-start: calc(100% + var(--pf-v5-c-popover__arrow--Width) + var(--pf-v5-global--spacer--sm));
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
#ws-html-demos-c-card-status-card-expanded-with-popover .pf-v5-c-table {
|
|
@@ -39,31 +39,42 @@ wrapperTag: div
|
|
|
39
39
|
class="pf-v5-c-dropdown__menu"
|
|
40
40
|
aria-labelledby="card-demo-horizontal-grid-collapsed-example-dropdown-kebab-right-aligned-button"
|
|
41
41
|
hidden
|
|
42
|
+
role="menu"
|
|
42
43
|
>
|
|
43
|
-
<li>
|
|
44
|
-
<a class="pf-v5-c-dropdown__menu-item" href="#">Link</a>
|
|
44
|
+
<li role="none">
|
|
45
|
+
<a class="pf-v5-c-dropdown__menu-item" role="menuitem" href="#">Link</a>
|
|
45
46
|
</li>
|
|
46
|
-
<li>
|
|
47
|
-
<button
|
|
47
|
+
<li role="none">
|
|
48
|
+
<button
|
|
49
|
+
class="pf-v5-c-dropdown__menu-item"
|
|
50
|
+
role="menuitem"
|
|
51
|
+
type="button"
|
|
52
|
+
>Action</button>
|
|
48
53
|
</li>
|
|
49
|
-
<li>
|
|
54
|
+
<li role="none">
|
|
50
55
|
<a
|
|
51
56
|
class="pf-v5-c-dropdown__menu-item pf-m-disabled"
|
|
57
|
+
role="menuitem"
|
|
52
58
|
href="#"
|
|
53
59
|
aria-disabled="true"
|
|
54
60
|
tabindex="-1"
|
|
55
61
|
>Disabled link</a>
|
|
56
62
|
</li>
|
|
57
|
-
<li>
|
|
63
|
+
<li role="none">
|
|
58
64
|
<button
|
|
59
65
|
class="pf-v5-c-dropdown__menu-item"
|
|
66
|
+
role="menuitem"
|
|
60
67
|
type="button"
|
|
61
68
|
disabled
|
|
62
69
|
>Disabled action</button>
|
|
63
70
|
</li>
|
|
64
71
|
<li class="pf-v5-c-divider" role="separator"></li>
|
|
65
|
-
<li>
|
|
66
|
-
<a
|
|
72
|
+
<li role="none">
|
|
73
|
+
<a
|
|
74
|
+
class="pf-v5-c-dropdown__menu-item"
|
|
75
|
+
role="menuitem"
|
|
76
|
+
href="#"
|
|
77
|
+
>Separated link</a>
|
|
67
78
|
</li>
|
|
68
79
|
</ul>
|
|
69
80
|
</div>
|
|
@@ -169,31 +180,42 @@ wrapperTag: div
|
|
|
169
180
|
class="pf-v5-c-dropdown__menu"
|
|
170
181
|
aria-labelledby="card-demo-horizontal-grid-expanded-example-dropdown-kebab-right-aligned-button"
|
|
171
182
|
hidden
|
|
183
|
+
role="menu"
|
|
172
184
|
>
|
|
173
|
-
<li>
|
|
174
|
-
<a class="pf-v5-c-dropdown__menu-item" href="#">Link</a>
|
|
185
|
+
<li role="none">
|
|
186
|
+
<a class="pf-v5-c-dropdown__menu-item" role="menuitem" href="#">Link</a>
|
|
175
187
|
</li>
|
|
176
|
-
<li>
|
|
177
|
-
<button
|
|
188
|
+
<li role="none">
|
|
189
|
+
<button
|
|
190
|
+
class="pf-v5-c-dropdown__menu-item"
|
|
191
|
+
role="menuitem"
|
|
192
|
+
type="button"
|
|
193
|
+
>Action</button>
|
|
178
194
|
</li>
|
|
179
|
-
<li>
|
|
195
|
+
<li role="none">
|
|
180
196
|
<a
|
|
181
197
|
class="pf-v5-c-dropdown__menu-item pf-m-disabled"
|
|
198
|
+
role="menuitem"
|
|
182
199
|
href="#"
|
|
183
200
|
aria-disabled="true"
|
|
184
201
|
tabindex="-1"
|
|
185
202
|
>Disabled link</a>
|
|
186
203
|
</li>
|
|
187
|
-
<li>
|
|
204
|
+
<li role="none">
|
|
188
205
|
<button
|
|
189
206
|
class="pf-v5-c-dropdown__menu-item"
|
|
207
|
+
role="menuitem"
|
|
190
208
|
type="button"
|
|
191
209
|
disabled
|
|
192
210
|
>Disabled action</button>
|
|
193
211
|
</li>
|
|
194
212
|
<li class="pf-v5-c-divider" role="separator"></li>
|
|
195
|
-
<li>
|
|
196
|
-
<a
|
|
213
|
+
<li role="none">
|
|
214
|
+
<a
|
|
215
|
+
class="pf-v5-c-dropdown__menu-item"
|
|
216
|
+
role="menuitem"
|
|
217
|
+
href="#"
|
|
218
|
+
>Separated link</a>
|
|
197
219
|
</li>
|
|
198
220
|
</ul>
|
|
199
221
|
</div>
|
|
@@ -765,30 +787,33 @@ wrapperTag: div
|
|
|
765
787
|
</div>
|
|
766
788
|
</div>
|
|
767
789
|
<div class="pf-v5-c-card__body">
|
|
768
|
-
<div class="pf-v5-c-tabs pf-m-fill" id="status-tabs">
|
|
769
|
-
<ul class="pf-v5-c-tabs__list">
|
|
770
|
-
<li class="pf-v5-c-tabs__item pf-m-current">
|
|
790
|
+
<div class="pf-v5-c-tabs pf-m-fill" role="region" id="status-tabs">
|
|
791
|
+
<ul class="pf-v5-c-tabs__list" role="tablist">
|
|
792
|
+
<li class="pf-v5-c-tabs__item pf-m-current" role="presentation">
|
|
771
793
|
<button
|
|
772
794
|
type="button"
|
|
773
795
|
class="pf-v5-c-tabs__link"
|
|
796
|
+
role="tab"
|
|
774
797
|
id="status-tabs-object-1-link"
|
|
775
798
|
>
|
|
776
799
|
<span class="pf-v5-c-tabs__item-text">Object 1</span>
|
|
777
800
|
</button>
|
|
778
801
|
</li>
|
|
779
|
-
<li class="pf-v5-c-tabs__item">
|
|
802
|
+
<li class="pf-v5-c-tabs__item" role="presentation">
|
|
780
803
|
<button
|
|
781
804
|
type="button"
|
|
782
805
|
class="pf-v5-c-tabs__link"
|
|
806
|
+
role="tab"
|
|
783
807
|
id="status-tabs-object-2-link"
|
|
784
808
|
>
|
|
785
809
|
<span class="pf-v5-c-tabs__item-text">Object 2</span>
|
|
786
810
|
</button>
|
|
787
811
|
</li>
|
|
788
|
-
<li class="pf-v5-c-tabs__item">
|
|
812
|
+
<li class="pf-v5-c-tabs__item" role="presentation">
|
|
789
813
|
<button
|
|
790
814
|
type="button"
|
|
791
815
|
class="pf-v5-c-tabs__link"
|
|
816
|
+
role="tab"
|
|
792
817
|
id="status-tabs-object-3-link"
|
|
793
818
|
>
|
|
794
819
|
<span class="pf-v5-c-tabs__item-text">Object 3</span>
|
|
@@ -2731,7 +2756,7 @@ wrapperTag: div
|
|
|
2731
2756
|
</div>
|
|
2732
2757
|
<div
|
|
2733
2758
|
class="pf-v5-c-card__actions pf-m-no-offset"
|
|
2734
|
-
style="padding-
|
|
2759
|
+
style="padding-block-start: 1px;"
|
|
2735
2760
|
>
|
|
2736
2761
|
<div class="pf-v5-c-select">
|
|
2737
2762
|
<span
|
|
@@ -2916,7 +2941,7 @@ wrapperTag: div
|
|
|
2916
2941
|
<div
|
|
2917
2942
|
class="pf-v5-c-card__title"
|
|
2918
2943
|
id="card-log-view-example-title1"
|
|
2919
|
-
style="padding-
|
|
2944
|
+
style="padding-block-start: 3px;"
|
|
2920
2945
|
>
|
|
2921
2946
|
<h2 class="pf-v5-c-title pf-m-lg">Activity</h2>
|
|
2922
2947
|
</div>
|
|
@@ -3071,7 +3096,7 @@ wrapperTag: div
|
|
|
3071
3096
|
<div
|
|
3072
3097
|
class="pf-v5-c-card__title"
|
|
3073
3098
|
id="card-events-view-example-title1"
|
|
3074
|
-
style="padding-
|
|
3099
|
+
style="padding-block-start: 3px;"
|
|
3075
3100
|
>
|
|
3076
3101
|
<h2 class="pf-v5-c-title pf-m-lg">Events</h2>
|
|
3077
3102
|
</div>
|