@patternfly/patternfly 5.1.0-prerelease.3 → 5.1.0-prerelease.31
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 +13 -3
- 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 +21 -0
- package/base/_globals.scss +1 -1
- package/base/_variables.scss +7 -0
- package/base/patternfly-common.css +16 -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 +23 -12
- package/components/AboutModalBox/about-modal-box.scss +25 -12
- 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 -5
- 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 +26 -17
- package/components/Button/button.scss +26 -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 +25 -17
- package/components/Card/card.scss +24 -17
- 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 +9 -7
- package/components/Progress/progress.scss +12 -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 +26 -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 +50 -28
- 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/Breadcrumb/examples/Breadcrumb.md +11 -5
- package/docs/components/Button/examples/Button.css +2 -2
- package/docs/components/Button/examples/Button.md +16 -3
- package/docs/components/Card/examples/Card.md +154 -66
- package/docs/components/Chip/examples/Chip.md +1 -1
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +106 -0
- package/docs/components/CodeEditor/examples/CodeEditor.md +3 -3
- 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 +432 -144
- 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.css +8 -0
- package/docs/components/Menu/examples/Menu.md +111 -73
- 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 +415 -163
- 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 +4 -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/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 +171 -72
- 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 +257 -105
- package/docs/demos/Skeleton/examples/Skeleton.md +7 -35
- package/docs/demos/Table/examples/Table.md +1470 -619
- package/docs/demos/Tabs/examples/Tabs.md +117 -49
- package/docs/demos/Toolbar/examples/Toolbar.md +318 -123
- 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 +41 -37
- package/patternfly-addons.css +732 -972
- package/patternfly-base-no-globals-theme-dark-unversioned.css +26 -3
- package/patternfly-base-no-globals.css +26 -3
- package/patternfly-base-theme-dark-unversioned.css +27 -4
- package/patternfly-base.css +27 -4
- package/patternfly-no-globals.css +2695 -1897
- package/patternfly-theme-dark-unversioned.css +2696 -1898
- package/patternfly.css +2696 -1898
- 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/sass-utilities/themes/dark/mixins.scss +3 -1
- package/utilities/Accessibility/accessibility.css +12 -12
- package/utilities/Spacing/spacing.css +720 -960
- package/utilities/Spacing/spacing.scss +4 -8
|
@@ -2,7 +2,9 @@
|
|
|
2
2
|
id: Tooltip
|
|
3
3
|
section: components
|
|
4
4
|
cssPrefix: pf-v5-c-tooltip
|
|
5
|
-
|
|
5
|
+
---import "./Tooltip.css"
|
|
6
|
+
|
|
7
|
+
## Examples
|
|
6
8
|
|
|
7
9
|
### Top
|
|
8
10
|
|
|
@@ -133,8 +135,8 @@ A tooltip is used to provide contextual information for another component on hov
|
|
|
133
135
|
| `.pf-v5-c-tooltip` | `<div>` | Creates a tooltip. Always use with a modifier class that positions the tooltip relative to the element it describes. **Required**|
|
|
134
136
|
| `.pf-v5-c-tooltip__arrow` | `<div>` | Creates an arrow pointing towards the element the tooltip describes. **Required** |
|
|
135
137
|
| `.pf-v5-c-tooltip__content` | `<div>` | Creates the body of the tooltip. **Required** |
|
|
136
|
-
| `.pf-m-left{-top/bottom}` | `.pf-v5-c-tooltip` | Positions the tooltip to the left (or left top/left bottom) of the element. |
|
|
137
|
-
| `.pf-m-right{-top/bottom}` | `.pf-v5-c-tooltip` | Positions the tooltip to the right (or right top/right bottom) of the element. |
|
|
138
|
-
| `.pf-m-top{-left/right}` | `.pf-v5-c-tooltip` | Positions the tooltip to the top (or top left/top right) of the element. |
|
|
139
|
-
| `.pf-m-bottom{-left/right}` | `.pf-v5-c-tooltip` | Positions the tooltip to the bottom (or bottom left/bottom right) of the element. |
|
|
140
|
-
| `.pf-m-text-align-left` | `.pf-v5-c-tooltip__content` | Modifies tooltip content to text align left. |
|
|
138
|
+
| `.pf-m-left{-top/bottom}`, `.pf-m-inline-start{-block-start/block-end}` | `.pf-v5-c-tooltip` | Positions the tooltip to the left (or left top/left bottom) of the element. |
|
|
139
|
+
| `.pf-m-right{-top/bottom}`, `.pf-m-inline-end{-block-start/block-end}` | `.pf-v5-c-tooltip` | Positions the tooltip to the right (or right top/right bottom) of the element. |
|
|
140
|
+
| `.pf-m-top{-left/right}`, `.pf-m-block-start{-inline-start/inline-end}` | `.pf-v5-c-tooltip` | Positions the tooltip to the top (or top left/top right) of the element. |
|
|
141
|
+
| `.pf-m-bottom{-left/right}`, `.pf-m-block-start{-inline-start/inline-end}` | `.pf-v5-c-tooltip` | Positions the tooltip to the bottom (or bottom left/bottom right) of the element. |
|
|
142
|
+
| `.pf-m-text-align-left`, `.pf-m-text-align-start` | `.pf-v5-c-tooltip__content` | Modifies tooltip content to text align left. |
|
|
@@ -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>
|
|
@@ -30,8 +30,8 @@ The truncate component contains two child elements, `.pf-v5-c-truncate__start` a
|
|
|
30
30
|
<span class="pf-v5-c-truncate">
|
|
31
31
|
<span
|
|
32
32
|
class="pf-v5-c-truncate__start"
|
|
33
|
-
>
|
|
34
|
-
<span class="pf-v5-c-truncate__end">
|
|
33
|
+
>Vestibulum interdum risus et enim faucibus, </span>
|
|
34
|
+
<span class="pf-v5-c-truncate__end">sit amet molestie est accumsan.</span>
|
|
35
35
|
</span>
|
|
36
36
|
</div>
|
|
37
37
|
|
|
@@ -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>
|
|
@@ -226,7 +248,7 @@ wrapperTag: div
|
|
|
226
248
|
<span class="pf-v5-c-label__text">Set up your cluster</span>
|
|
227
249
|
</span>
|
|
228
250
|
</span>
|
|
229
|
-
<p>Continue setting up your cluster to access all you
|
|
251
|
+
<p>Continue setting up your cluster to access all you can in the Console</p>
|
|
230
252
|
<ul class="pf-v5-c-list pf-m-plain" role="list">
|
|
231
253
|
<li>
|
|
232
254
|
<a href="#">Add identity provider</a>
|
|
@@ -244,7 +266,11 @@ wrapperTag: div
|
|
|
244
266
|
<span
|
|
245
267
|
class="pf-v5-c-button__icon pf-m-end"
|
|
246
268
|
>
|
|
247
|
-
<
|
|
269
|
+
<span class="pf-v5-c-icon pf-v5-m-mirror-inline-rtl">
|
|
270
|
+
<span class="pf-v5-c-icon__content">
|
|
271
|
+
<i class="fas fa-arrow-right" aria-hidden="true"></i>
|
|
272
|
+
</span>
|
|
273
|
+
</span>
|
|
248
274
|
</span>
|
|
249
275
|
</a>
|
|
250
276
|
</div>
|
|
@@ -275,7 +301,11 @@ wrapperTag: div
|
|
|
275
301
|
<a class="pf-v5-c-button pf-m-link pf-m-inline" href="#">
|
|
276
302
|
View all guided tours
|
|
277
303
|
<span class="pf-v5-c-button__icon pf-m-end">
|
|
278
|
-
<
|
|
304
|
+
<span class="pf-v5-c-icon pf-v5-m-mirror-inline-rtl">
|
|
305
|
+
<span class="pf-v5-c-icon__content">
|
|
306
|
+
<i class="fas fa-arrow-right" aria-hidden="true"></i>
|
|
307
|
+
</span>
|
|
308
|
+
</span>
|
|
279
309
|
</span>
|
|
280
310
|
</a>
|
|
281
311
|
</div>
|
|
@@ -309,7 +339,11 @@ wrapperTag: div
|
|
|
309
339
|
<a class="pf-v5-c-button pf-m-link pf-m-inline" href="#">
|
|
310
340
|
View all quick starts
|
|
311
341
|
<span class="pf-v5-c-button__icon pf-m-end">
|
|
312
|
-
<
|
|
342
|
+
<span class="pf-v5-c-icon pf-v5-m-mirror-inline-rtl">
|
|
343
|
+
<span class="pf-v5-c-icon__content">
|
|
344
|
+
<i class="fas fa-arrow-right" aria-hidden="true"></i>
|
|
345
|
+
</span>
|
|
346
|
+
</span>
|
|
313
347
|
</span>
|
|
314
348
|
</a>
|
|
315
349
|
</div>
|
|
@@ -348,7 +382,11 @@ wrapperTag: div
|
|
|
348
382
|
<span
|
|
349
383
|
class="pf-v5-c-button__icon pf-m-end"
|
|
350
384
|
>
|
|
351
|
-
<
|
|
385
|
+
<span class="pf-v5-c-icon pf-v5-m-mirror-inline-rtl">
|
|
386
|
+
<span class="pf-v5-c-icon__content">
|
|
387
|
+
<i class="fas fa-arrow-right" aria-hidden="true"></i>
|
|
388
|
+
</span>
|
|
389
|
+
</span>
|
|
352
390
|
</span>
|
|
353
391
|
</a>
|
|
354
392
|
</div>
|
|
@@ -365,8 +403,8 @@ wrapperTag: div
|
|
|
365
403
|
<div class="pf-v5-c-card pf-m-flat" id="card-demo-horizontal-split-example">
|
|
366
404
|
<div class="pf-v5-l-grid pf-m-all-6-col-on-md">
|
|
367
405
|
<div
|
|
368
|
-
class="pf-v5-l-grid__item
|
|
369
|
-
style="min-height: 200px; background:
|
|
406
|
+
class="pf-v5-l-grid__item"
|
|
407
|
+
style="min-height: 200px; background: no-repeat bottom right / auto 75% url(/assets/images/pfbg-icon.svg) black;"
|
|
370
408
|
></div>
|
|
371
409
|
<div class="pf-v5-l-grid__item">
|
|
372
410
|
<div class="pf-v5-c-card__title">
|
|
@@ -765,30 +803,33 @@ wrapperTag: div
|
|
|
765
803
|
</div>
|
|
766
804
|
</div>
|
|
767
805
|
<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">
|
|
806
|
+
<div class="pf-v5-c-tabs pf-m-fill" role="region" id="status-tabs">
|
|
807
|
+
<ul class="pf-v5-c-tabs__list" role="tablist">
|
|
808
|
+
<li class="pf-v5-c-tabs__item pf-m-current" role="presentation">
|
|
771
809
|
<button
|
|
772
810
|
type="button"
|
|
773
811
|
class="pf-v5-c-tabs__link"
|
|
812
|
+
role="tab"
|
|
774
813
|
id="status-tabs-object-1-link"
|
|
775
814
|
>
|
|
776
815
|
<span class="pf-v5-c-tabs__item-text">Object 1</span>
|
|
777
816
|
</button>
|
|
778
817
|
</li>
|
|
779
|
-
<li class="pf-v5-c-tabs__item">
|
|
818
|
+
<li class="pf-v5-c-tabs__item" role="presentation">
|
|
780
819
|
<button
|
|
781
820
|
type="button"
|
|
782
821
|
class="pf-v5-c-tabs__link"
|
|
822
|
+
role="tab"
|
|
783
823
|
id="status-tabs-object-2-link"
|
|
784
824
|
>
|
|
785
825
|
<span class="pf-v5-c-tabs__item-text">Object 2</span>
|
|
786
826
|
</button>
|
|
787
827
|
</li>
|
|
788
|
-
<li class="pf-v5-c-tabs__item">
|
|
828
|
+
<li class="pf-v5-c-tabs__item" role="presentation">
|
|
789
829
|
<button
|
|
790
830
|
type="button"
|
|
791
831
|
class="pf-v5-c-tabs__link"
|
|
832
|
+
role="tab"
|
|
792
833
|
id="status-tabs-object-3-link"
|
|
793
834
|
>
|
|
794
835
|
<span class="pf-v5-c-tabs__item-text">Object 3</span>
|
|
@@ -2731,7 +2772,7 @@ wrapperTag: div
|
|
|
2731
2772
|
</div>
|
|
2732
2773
|
<div
|
|
2733
2774
|
class="pf-v5-c-card__actions pf-m-no-offset"
|
|
2734
|
-
style="padding-
|
|
2775
|
+
style="padding-block-start: 1px;"
|
|
2735
2776
|
>
|
|
2736
2777
|
<div class="pf-v5-c-select">
|
|
2737
2778
|
<span
|
|
@@ -2916,7 +2957,7 @@ wrapperTag: div
|
|
|
2916
2957
|
<div
|
|
2917
2958
|
class="pf-v5-c-card__title"
|
|
2918
2959
|
id="card-log-view-example-title1"
|
|
2919
|
-
style="padding-
|
|
2960
|
+
style="padding-block-start: 3px;"
|
|
2920
2961
|
>
|
|
2921
2962
|
<h2 class="pf-v5-c-title pf-m-lg">Activity</h2>
|
|
2922
2963
|
</div>
|
|
@@ -3071,7 +3112,7 @@ wrapperTag: div
|
|
|
3071
3112
|
<div
|
|
3072
3113
|
class="pf-v5-c-card__title"
|
|
3073
3114
|
id="card-events-view-example-title1"
|
|
3074
|
-
style="padding-
|
|
3115
|
+
style="padding-block-start: 3px;"
|
|
3075
3116
|
>
|
|
3076
3117
|
<h2 class="pf-v5-c-title pf-m-lg">Events</h2>
|
|
3077
3118
|
</div>
|