@patternfly/patternfly 4.224.2 → 5.0.0-alpha.10
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 +2 -2
- package/RELEASE-NOTES.md +0 -17
- package/assets/icons/iconUnicodes.json +0 -1
- package/assets/pficon/pficon.scss +0 -6
- package/assets/pficon/pficon.woff +0 -0
- package/assets/pficon/pficon.woff2 +0 -0
- package/base/_chart-globals.scss +4 -0
- package/base/_common.scss +0 -22
- package/base/_fonts.scss +0 -188
- package/base/_globals.scss +0 -6
- package/base/_icons.scss +28 -0
- package/base/_variables.scss +0 -14
- package/base/patternfly-common.css +0 -10
- package/base/patternfly-fonts.css +0 -120
- package/base/patternfly-globals.css +0 -4
- package/base/patternfly-icons.css +1 -5
- package/base/patternfly-icons.scss +0 -28
- package/base/patternfly-pf-icons.css +1 -5
- package/base/patternfly-variables.css +6 -19
- package/components/AboutModalBox/about-modal-box.css +1 -28
- package/components/AboutModalBox/about-modal-box.scss +1 -27
- package/components/Accordion/accordion.css +64 -62
- package/components/Accordion/accordion.scss +62 -64
- package/components/Alert/alert.css +0 -4
- package/components/Alert/alert.scss +0 -7
- package/components/Banner/banner.css +1 -1
- package/components/Banner/banner.scss +1 -1
- package/components/Breadcrumb/breadcrumb.css +0 -6
- package/components/Breadcrumb/breadcrumb.scss +0 -9
- package/components/Button/button.css +0 -4
- package/components/Button/button.scss +0 -7
- package/components/CalendarMonth/calendar-month.css +1 -1
- package/components/CalendarMonth/calendar-month.scss +1 -1
- package/components/Card/card.css +9 -16
- package/components/Card/card.scss +11 -24
- package/components/Check/check.css +4 -2
- package/components/Check/check.scss +2 -2
- package/components/ChipGroup/chip-group.css +29 -17
- package/components/ChipGroup/chip-group.scss +39 -22
- package/components/Content/content.css +1 -17
- package/components/Content/content.scss +1 -23
- package/components/DataList/data-list.css +0 -15
- package/components/Divider/divider.css +0 -16
- package/components/Divider/divider.scss +0 -1
- package/components/Drawer/drawer.css +0 -15
- package/components/Drawer/drawer.scss +0 -6
- package/components/EmptyState/empty-state.css +46 -56
- package/components/EmptyState/empty-state.scss +58 -66
- package/components/ExpandableSection/expandable-section.css +0 -4
- package/components/ExpandableSection/expandable-section.scss +0 -7
- package/components/Form/form.css +0 -1
- package/components/Form/form.scss +0 -1
- package/components/InlineEdit/inline-edit.css +1 -12
- package/components/InlineEdit/inline-edit.scss +1 -10
- package/components/JumpLinks/jump-links.css +0 -43
- package/components/JumpLinks/jump-links.scss +0 -13
- package/components/Label/label.css +0 -3
- package/components/Label/label.scss +0 -4
- package/components/LabelGroup/label-group.css +26 -22
- package/components/LabelGroup/label-group.scss +31 -26
- package/components/Menu/menu.css +0 -16
- package/components/Menu/menu.scss +0 -1
- package/components/NotificationDrawer/notification-drawer.css +1 -0
- package/components/NotificationDrawer/notification-drawer.scss +1 -0
- package/components/Page/page.css +0 -15
- package/components/Pagination/pagination.css +108 -55
- package/components/Pagination/pagination.scss +6 -25
- package/components/Popover/popover.css +1 -6
- package/components/Popover/themes/dark/popover.scss +1 -7
- package/components/Progress/progress.css +0 -1
- package/components/Progress/progress.scss +0 -1
- package/components/Radio/radio.css +4 -2
- package/components/Radio/radio.scss +2 -2
- package/components/SimpleList/simple-list.css +1 -1
- package/components/SimpleList/simple-list.scss +1 -1
- package/components/SkipToContent/skip-to-content.css +1 -1
- package/components/SkipToContent/skip-to-content.scss +1 -1
- package/components/Switch/switch.css +0 -1
- package/components/Switch/switch.scss +0 -1
- package/components/Table/table-grid.css +0 -10
- package/components/Table/table-grid.scss +0 -2
- package/components/Table/table-tree-view.css +0 -16
- package/components/Table/table-tree-view.scss +0 -4
- package/components/Table/table.css +0 -16
- package/components/Table/table.scss +0 -1
- package/components/Tabs/tabs.css +5 -34
- package/components/Tabs/tabs.scss +7 -15
- package/components/Title/title.css +0 -5
- package/components/Title/title.scss +0 -8
- package/components/Toolbar/toolbar.css +30 -33
- package/components/Toolbar/toolbar.scss +37 -9
- package/components/Tooltip/themes/dark/tooltip.scss +3 -6
- package/components/Tooltip/tooltip.css +2 -5
- package/components/Wizard/wizard.css +0 -9
- package/components/Wizard/wizard.scss +0 -9
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +4 -15
- package/docs/components/Accordion/examples/Accordion.md +67 -67
- package/docs/components/Card/examples/Card.md +61 -44
- package/docs/components/CodeBlock/examples/CodeBlock.md +6 -6
- package/docs/components/CodeEditor/examples/CodeEditor.md +2 -6
- package/docs/components/Content/examples/Content.md +0 -28
- package/docs/components/EmptyState/examples/EmptyState.md +127 -79
- package/docs/components/SkipToContent/examples/SkipToContent.md +3 -5
- package/docs/components/Tabs/examples/Tabs.md +102 -103
- package/docs/components/Toolbar/examples/Toolbar.md +19 -16
- package/docs/components/Wizard/examples/Wizard.md +10 -13
- package/docs/demos/AboutModal/examples/AboutModal.md +53 -49
- package/docs/demos/Alert/examples/Alert.md +18 -12
- package/docs/demos/BackToTop/examples/BackToTop.md +6 -4
- package/docs/demos/Banner/examples/Banner.md +13 -8
- package/docs/demos/Card/examples/Card.md +145 -110
- package/docs/demos/CardView/examples/CardView.md +7 -7
- package/docs/demos/ContextSelector/examples/ContextSelector.md +24 -16
- package/docs/demos/Dashboard/examples/Dashboard.md +6 -4
- package/docs/demos/DataList/examples/DataList.md +26 -20
- package/docs/demos/DescriptionList/examples/DescriptionList.md +19 -12
- package/docs/demos/Drawer/examples/Drawer.md +30 -20
- package/docs/demos/HelperText/examples/HelperText.md +1 -0
- package/docs/demos/JumpLinks/examples/JumpLinks.md +36 -24
- package/docs/demos/Masthead/examples/Masthead.md +57 -42
- package/docs/demos/Modal/examples/Modal.md +36 -24
- package/docs/demos/Nav/examples/Nav.md +48 -32
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +30 -20
- package/docs/demos/Page/examples/Page.md +55 -37
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +1 -0
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +51 -34
- package/docs/demos/Skeleton/examples/Skeleton.md +6 -4
- package/docs/demos/Table/examples/Table.md +102 -88
- package/docs/demos/Tabs/examples/Tabs.md +40 -28
- package/docs/demos/Toolbar/examples/Toolbar.md +1648 -66
- package/docs/demos/Wizard/examples/Wizard.md +232 -222
- package/icons/pf-icons.json +0 -1
- package/package.json +4 -3
- package/patternfly-base-no-reset.css +31 -154
- package/patternfly-base.css +31 -158
- package/patternfly-charts.css +1 -1
- package/patternfly-no-reset.css +367 -650
- package/patternfly.css +367 -654
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/mixins.scss +0 -6
- package/sass-utilities/placeholders.scss +0 -7
- package/sass-utilities/scss-variables.scss +6 -13
- package/assets/fonts/overpass-mono-webfont/example.html +0 -15
- package/assets/fonts/overpass-mono-webfont/overpass-mono-bold.woff +0 -0
- package/assets/fonts/overpass-mono-webfont/overpass-mono-bold.woff2 +0 -0
- package/assets/fonts/overpass-mono-webfont/overpass-mono-light.woff +0 -0
- package/assets/fonts/overpass-mono-webfont/overpass-mono-light.woff2 +0 -0
- package/assets/fonts/overpass-mono-webfont/overpass-mono-regular.woff +0 -0
- package/assets/fonts/overpass-mono-webfont/overpass-mono-regular.woff2 +0 -0
- package/assets/fonts/overpass-mono-webfont/overpass-mono-semibold.woff +0 -0
- package/assets/fonts/overpass-mono-webfont/overpass-mono-semibold.woff2 +0 -0
- package/assets/fonts/overpass-mono-webfont/overpass-mono.css +0 -39
- package/assets/fonts/overpass-webfont/example.html +0 -18
- package/assets/fonts/overpass-webfont/overpass-bold-italic.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-bold-italic.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-bold.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-bold.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-extrabold-italic.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-extrabold-italic.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-extrabold.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-extrabold.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-extralight-italic.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-extralight-italic.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-extralight.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-extralight.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-heavy-italic.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-heavy-italic.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-heavy.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-heavy.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-italic.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-italic.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-light-italic.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-light-italic.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-light.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-light.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-regular.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-regular.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-semibold-italic.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-semibold-italic.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-semibold.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-semibold.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-thin-italic.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-thin-italic.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-thin.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-thin.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass.css +0 -141
|
@@ -26,12 +26,16 @@ Toolbar relies on groups (`.pf-c-toolbar__group`) and items (`.pf-c-toolbar__ite
|
|
|
26
26
|
|
|
27
27
|
### Modifiers
|
|
28
28
|
|
|
29
|
-
| Class | Applied to
|
|
30
|
-
| ------------------------------------- |
|
|
31
|
-
| `.pf-m-hidden{-on-[breakpoint]}` | `.pf-c-toolbar > *`
|
|
32
|
-
| `.pf-m-visible{-on-[breakpoint]}` | `.pf-c-toolbar > *`
|
|
33
|
-
| `.pf-m-align-right{-on-[breakpoint]}` | `.pf-c-toolbar > *`
|
|
34
|
-
| `.pf-m-align-left{-on-[breakpoint]}` | `.pf-c-toolbar > *`
|
|
29
|
+
| Class | Applied to | Outcome |
|
|
30
|
+
| ------------------------------------- | -------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
31
|
+
| `.pf-m-hidden{-on-[breakpoint]}` | `.pf-c-toolbar > *` | Modifies toolbar element to be hidden, at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
|
|
32
|
+
| `.pf-m-visible{-on-[breakpoint]}` | `.pf-c-toolbar > *` | Modifies toolbar element to be shown, at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
|
|
33
|
+
| `.pf-m-align-right{-on-[breakpoint]}` | `.pf-c-toolbar > *` | Modifies toolbar element to align right, at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
|
|
34
|
+
| `.pf-m-align-left{-on-[breakpoint]}` | `.pf-c-toolbar > *` | Modifies toolbar element to align left, at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
|
|
35
|
+
| `.pf-m-align-items-center` | `.pf-c-toolbar__content-section`, `.pf-c-toolbar__group` | Modifies toolbar element to vertically align children to center. |
|
|
36
|
+
| `.pf-m-align-items-baseline` | `.pf-c-toolbar__group` | Modifies toolbar group to vertically align children to baseline. |
|
|
37
|
+
| `.pf-m-align-self-center` | `.pf-c-toolbar__group`, `.pf-c-toolbar__item` | Modifies toolbar element to vertically align self to center. |
|
|
38
|
+
| `.pf-m-align-self-baseline` | `.pf-c-toolbar__group`, `.pf-c-toolbar__item` | Modifies toolbar element to vertically align self to baseline. |
|
|
35
39
|
|
|
36
40
|
### Special notes
|
|
37
41
|
|
|
@@ -489,7 +493,6 @@ In some instances, it may be necessary to adjust spacing explicitly where items
|
|
|
489
493
|
role="listbox"
|
|
490
494
|
aria-labelledby="toolbar-toggle-group-example-select-name-label"
|
|
491
495
|
hidden
|
|
492
|
-
style="width: 175px"
|
|
493
496
|
>
|
|
494
497
|
<li role="presentation">
|
|
495
498
|
<button class="pf-c-select__menu-item" role="option">Running</button>
|
|
@@ -520,7 +523,7 @@ In some instances, it may be necessary to adjust spacing explicitly where items
|
|
|
520
523
|
</li>
|
|
521
524
|
</ul>
|
|
522
525
|
</div>
|
|
523
|
-
<div class="pf-c-text-input-group">
|
|
526
|
+
<div class="pf-c-text-input-group" style="width: auto">
|
|
524
527
|
<div class="pf-c-text-input-group__main pf-m-icon">
|
|
525
528
|
<span class="pf-c-text-input-group__text">
|
|
526
529
|
<span class="pf-c-text-input-group__icon">
|
|
@@ -810,7 +813,6 @@ In some instances, it may be necessary to adjust spacing explicitly where items
|
|
|
810
813
|
role="listbox"
|
|
811
814
|
aria-labelledby="toolbar-toggle-group-collapsed-example-select-name-label"
|
|
812
815
|
hidden
|
|
813
|
-
style="width: 175px"
|
|
814
816
|
>
|
|
815
817
|
<li role="presentation">
|
|
816
818
|
<button class="pf-c-select__menu-item" role="option">Running</button>
|
|
@@ -841,7 +843,7 @@ In some instances, it may be necessary to adjust spacing explicitly where items
|
|
|
841
843
|
</li>
|
|
842
844
|
</ul>
|
|
843
845
|
</div>
|
|
844
|
-
<div class="pf-c-text-input-group">
|
|
846
|
+
<div class="pf-c-text-input-group" style="width: auto">
|
|
845
847
|
<div class="pf-c-text-input-group__main pf-m-icon">
|
|
846
848
|
<span class="pf-c-text-input-group__text">
|
|
847
849
|
<span class="pf-c-text-input-group__icon">
|
|
@@ -1192,7 +1194,6 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
|
|
|
1192
1194
|
role="listbox"
|
|
1193
1195
|
aria-labelledby="toolbar-selected-filters-toggle-group-collapsed-example-select-name-label"
|
|
1194
1196
|
hidden
|
|
1195
|
-
style="width: 175px"
|
|
1196
1197
|
>
|
|
1197
1198
|
<li role="presentation">
|
|
1198
1199
|
<button class="pf-c-select__menu-item" role="option">Running</button>
|
|
@@ -1223,7 +1224,7 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
|
|
|
1223
1224
|
</li>
|
|
1224
1225
|
</ul>
|
|
1225
1226
|
</div>
|
|
1226
|
-
<div class="pf-c-text-input-group">
|
|
1227
|
+
<div class="pf-c-text-input-group" style="width: auto">
|
|
1227
1228
|
<div class="pf-c-text-input-group__main pf-m-icon">
|
|
1228
1229
|
<span class="pf-c-text-input-group__text">
|
|
1229
1230
|
<span class="pf-c-text-input-group__icon">
|
|
@@ -1774,7 +1775,6 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
|
|
|
1774
1775
|
role="listbox"
|
|
1775
1776
|
aria-labelledby="toolbar-selected-filters-toggle-group-expanded-example-select-name-label"
|
|
1776
1777
|
hidden
|
|
1777
|
-
style="width: 175px"
|
|
1778
1778
|
>
|
|
1779
1779
|
<li role="presentation">
|
|
1780
1780
|
<button class="pf-c-select__menu-item" role="option">Running</button>
|
|
@@ -1805,7 +1805,7 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
|
|
|
1805
1805
|
</li>
|
|
1806
1806
|
</ul>
|
|
1807
1807
|
</div>
|
|
1808
|
-
<div class="pf-c-text-input-group">
|
|
1808
|
+
<div class="pf-c-text-input-group" style="width: auto">
|
|
1809
1809
|
<div class="pf-c-text-input-group__main pf-m-icon">
|
|
1810
1810
|
<span class="pf-c-text-input-group__text">
|
|
1811
1811
|
<span class="pf-c-text-input-group__icon">
|
|
@@ -3842,7 +3842,6 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
|
|
|
3842
3842
|
role="listbox"
|
|
3843
3843
|
aria-labelledby="toolbar-expanded-elements-example-select-name-label"
|
|
3844
3844
|
hidden
|
|
3845
|
-
style="width: 175px"
|
|
3846
3845
|
>
|
|
3847
3846
|
<li role="presentation">
|
|
3848
3847
|
<button class="pf-c-select__menu-item" role="option">Running</button>
|
|
@@ -3873,7 +3872,7 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
|
|
|
3873
3872
|
</li>
|
|
3874
3873
|
</ul>
|
|
3875
3874
|
</div>
|
|
3876
|
-
<div class="pf-c-text-input-group">
|
|
3875
|
+
<div class="pf-c-text-input-group" style="width: auto">
|
|
3877
3876
|
<div class="pf-c-text-input-group__main pf-m-icon">
|
|
3878
3877
|
<span class="pf-c-text-input-group__text">
|
|
3879
3878
|
<span class="pf-c-text-input-group__icon">
|
|
@@ -4219,6 +4218,10 @@ As the toolbar component is a hybrid layout and component, some of its elements
|
|
|
4219
4218
|
| `.pf-m-visible{-on-[breakpoint]}` | `.pf-c-toolbar__content`, `.pf-c-toolbar__content-section`, `.pf-c-toolbar__item`, `.pf-c-toolbar__group` | Modifies toolbar element to be shown, at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
|
|
4220
4219
|
| `.pf-m-align-right{-on-[breakpoint]}` | `.pf-c-toolbar > *` | Modifies toolbar element to align right, at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
|
|
4221
4220
|
| `.pf-m-align-left{-on-[breakpoint]}` | `.pf-c-toolbar > *` | Modifies toolbar element to align left, at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
|
|
4221
|
+
| `.pf-m-align-items-center` | `.pf-c-toolbar__content-section`, `.pf-c-toolbar__group` | Modifies toolbar element to vertically align children to center. |
|
|
4222
|
+
| `.pf-m-align-items-baseline` | `.pf-c-toolbar__group` | Modifies toolbar group to vertically align children to baseline. |
|
|
4223
|
+
| `.pf-m-align-self-center` | `.pf-c-toolbar__group`, `.pf-c-toolbar__item` | Modifies toolbar element to vertically align self to center. |
|
|
4224
|
+
| `.pf-m-align-self-baseline` | `.pf-c-toolbar__group`, `.pf-c-toolbar__item` | Modifies toolbar element to vertically align self to baseline. |
|
|
4222
4225
|
| `.pf-m-label` | `.pf-c-toolbar__item` | Modifies toolbar item to label. |
|
|
4223
4226
|
| `.pf-m-chip-container` | `.pf-c-toolbar__content`, `.pf-c-toolbar__group` | Modifies the toolbar element for applied filters layout. |
|
|
4224
4227
|
| `.pf-m-overflow-container` | `.pf-c-toolbar__item`, `.pf-c-toolbar__group` | Modifies the toolbar element to hide overflow and respond to available space. Used for horizontal navigation. |
|
|
@@ -202,8 +202,8 @@ wrapperTag: div
|
|
|
202
202
|
</main>
|
|
203
203
|
</div>
|
|
204
204
|
<footer class="pf-c-wizard__footer">
|
|
205
|
-
<button class="pf-c-button pf-m-primary" type="submit">Next</button>
|
|
206
205
|
<button class="pf-c-button pf-m-secondary" type="button">Back</button>
|
|
206
|
+
<button class="pf-c-button pf-m-primary" type="submit">Next</button>
|
|
207
207
|
<div class="pf-c-wizard__footer-cancel">
|
|
208
208
|
<button class="pf-c-button pf-m-link" type="button">Cancel</button>
|
|
209
209
|
</div>
|
|
@@ -408,8 +408,8 @@ wrapperTag: div
|
|
|
408
408
|
</main>
|
|
409
409
|
</div>
|
|
410
410
|
<footer class="pf-c-wizard__footer">
|
|
411
|
-
<button class="pf-c-button pf-m-primary" type="submit">Next</button>
|
|
412
411
|
<button class="pf-c-button pf-m-secondary" type="button">Back</button>
|
|
412
|
+
<button class="pf-c-button pf-m-primary" type="submit">Next</button>
|
|
413
413
|
<div class="pf-c-wizard__footer-cancel">
|
|
414
414
|
<button class="pf-c-button pf-m-link" type="button">Cancel</button>
|
|
415
415
|
</div>
|
|
@@ -659,8 +659,8 @@ wrapperTag: div
|
|
|
659
659
|
</div>
|
|
660
660
|
</div>
|
|
661
661
|
<footer class="pf-c-wizard__footer">
|
|
662
|
-
<button class="pf-c-button pf-m-primary" type="submit">Next</button>
|
|
663
662
|
<button class="pf-c-button pf-m-secondary" type="button">Back</button>
|
|
663
|
+
<button class="pf-c-button pf-m-primary" type="submit">Next</button>
|
|
664
664
|
<div class="pf-c-wizard__footer-cancel">
|
|
665
665
|
<button class="pf-c-button pf-m-link" type="button">Cancel</button>
|
|
666
666
|
</div>
|
|
@@ -896,8 +896,8 @@ wrapperTag: div
|
|
|
896
896
|
</main>
|
|
897
897
|
</div>
|
|
898
898
|
<footer class="pf-c-wizard__footer">
|
|
899
|
-
<button class="pf-c-button pf-m-primary" type="submit">Next</button>
|
|
900
899
|
<button class="pf-c-button pf-m-secondary" type="button">Back</button>
|
|
900
|
+
<button class="pf-c-button pf-m-primary" type="submit">Next</button>
|
|
901
901
|
<div class="pf-c-wizard__footer-cancel">
|
|
902
902
|
<button class="pf-c-button pf-m-link" type="button">Cancel</button>
|
|
903
903
|
</div>
|
|
@@ -1133,8 +1133,8 @@ wrapperTag: div
|
|
|
1133
1133
|
</main>
|
|
1134
1134
|
</div>
|
|
1135
1135
|
<footer class="pf-c-wizard__footer">
|
|
1136
|
-
<button class="pf-c-button pf-m-primary" type="submit">Next</button>
|
|
1137
1136
|
<button class="pf-c-button pf-m-secondary" type="button">Back</button>
|
|
1137
|
+
<button class="pf-c-button pf-m-primary" type="submit">Next</button>
|
|
1138
1138
|
<div class="pf-c-wizard__footer-cancel">
|
|
1139
1139
|
<button class="pf-c-button pf-m-link" type="button">Cancel</button>
|
|
1140
1140
|
</div>
|
|
@@ -1214,10 +1214,9 @@ wrapperTag: div
|
|
|
1214
1214
|
<div class="pf-l-bullseye">
|
|
1215
1215
|
<div class="pf-c-empty-state pf-m-lg">
|
|
1216
1216
|
<div class="pf-c-empty-state__content">
|
|
1217
|
-
<
|
|
1218
|
-
class="fas fa- fa-cogs
|
|
1219
|
-
|
|
1220
|
-
></i>
|
|
1217
|
+
<div class="pf-c-empty-state__icon">
|
|
1218
|
+
<i class="fas fa- fa-cogs" aria-hidden="true"></i>
|
|
1219
|
+
</div>
|
|
1221
1220
|
|
|
1222
1221
|
<h1
|
|
1223
1222
|
class="pf-c-title pf-m-lg"
|
|
@@ -1251,9 +1250,7 @@ wrapperTag: div
|
|
|
1251
1250
|
<div
|
|
1252
1251
|
class="pf-c-empty-state__body"
|
|
1253
1252
|
>Description can be used to further elaborate on the validation step, or give the user a better idea of how long the process will take.</div>
|
|
1254
|
-
<
|
|
1255
|
-
<button class="pf-c-button pf-m-link" type="button">Cancel</button>
|
|
1256
|
-
</div>
|
|
1253
|
+
<button class="pf-c-button pf-m-link" type="button">Cancel</button>
|
|
1257
1254
|
</div>
|
|
1258
1255
|
</div>
|
|
1259
1256
|
</div>
|
|
@@ -1261,8 +1258,8 @@ wrapperTag: div
|
|
|
1261
1258
|
</main>
|
|
1262
1259
|
</div>
|
|
1263
1260
|
<footer class="pf-c-wizard__footer">
|
|
1264
|
-
<button class="pf-c-button pf-m-primary" type="submit">Next</button>
|
|
1265
1261
|
<button class="pf-c-button pf-m-secondary" type="button">Back</button>
|
|
1262
|
+
<button class="pf-c-button pf-m-primary" type="submit">Next</button>
|
|
1266
1263
|
<div class="pf-c-wizard__footer-cancel">
|
|
1267
1264
|
<button class="pf-c-button pf-m-link" type="button">Cancel</button>
|
|
1268
1265
|
</div>
|
|
@@ -9,10 +9,12 @@ This demo implements the about modal, including the backdrop.
|
|
|
9
9
|
|
|
10
10
|
```html isFullscreen
|
|
11
11
|
<div class="pf-c-page" id="modal-basic-example">
|
|
12
|
-
<
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
12
|
+
<div class="pf-c-skip-to-content">
|
|
13
|
+
<a
|
|
14
|
+
class="pf-c-button pf-m-primary"
|
|
15
|
+
href="#main-content-modal-basic-example"
|
|
16
|
+
>Skip to content</a>
|
|
17
|
+
</div>
|
|
16
18
|
<header class="pf-c-masthead" id="modal-basic-example-masthead">
|
|
17
19
|
<span class="pf-c-masthead__toggle">
|
|
18
20
|
<button
|
|
@@ -916,56 +918,58 @@ This demo implements the about modal, including the backdrop.
|
|
|
916
918
|
<div class="pf-c-backdrop">
|
|
917
919
|
<div class="pf-l-bullseye">
|
|
918
920
|
<div
|
|
919
|
-
class="pf-c-
|
|
921
|
+
class="pf-c-modal-box pf-m-lg"
|
|
920
922
|
role="dialog"
|
|
921
923
|
aria-modal="true"
|
|
922
924
|
aria-labelledby="about-modal-title"
|
|
923
925
|
>
|
|
924
|
-
<div class="pf-c-about-modal-
|
|
925
|
-
<
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
<
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
<
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
<div class="pf-c-
|
|
949
|
-
<
|
|
950
|
-
<
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
926
|
+
<div class="pf-c-about-modal-box">
|
|
927
|
+
<div class="pf-c-about-modal-box__brand">
|
|
928
|
+
<img
|
|
929
|
+
class="pf-c-about-modal-box__brand-image"
|
|
930
|
+
src="/assets/images/pf_mini_logo_white.svg"
|
|
931
|
+
alt="PatternFly brand logo"
|
|
932
|
+
/>
|
|
933
|
+
</div>
|
|
934
|
+
<div class="pf-c-about-modal-box__close">
|
|
935
|
+
<button
|
|
936
|
+
class="pf-c-button pf-m-plain"
|
|
937
|
+
type="button"
|
|
938
|
+
aria-label="Close dialog"
|
|
939
|
+
>
|
|
940
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
941
|
+
</button>
|
|
942
|
+
</div>
|
|
943
|
+
<div class="pf-c-about-modal-box__header">
|
|
944
|
+
<h1
|
|
945
|
+
class="pf-c-title pf-m-4xl"
|
|
946
|
+
id="about-modal-title"
|
|
947
|
+
>Red Hat OpenShift Container Platform</h1>
|
|
948
|
+
</div>
|
|
949
|
+
<div class="pf-c-about-modal-box__hero"></div>
|
|
950
|
+
<div class="pf-c-about-modal-box__content">
|
|
951
|
+
<div class="pf-c-content">
|
|
952
|
+
<dl>
|
|
953
|
+
<dt>CFME version</dt>
|
|
954
|
+
<dd>5.5.3.4.20102789036450</dd>
|
|
955
|
+
<dt>Cloudforms version</dt>
|
|
956
|
+
<dd>4.1</dd>
|
|
957
|
+
<dt>Server name</dt>
|
|
958
|
+
<dd>40DemoMaster</dd>
|
|
959
|
+
<dt>User name</dt>
|
|
960
|
+
<dd>Administrator</dd>
|
|
961
|
+
<dt>User role</dt>
|
|
962
|
+
<dd>EvmRole-super_administrator</dd>
|
|
963
|
+
<dt>Browser version</dt>
|
|
964
|
+
<dd>601.2</dd>
|
|
965
|
+
<dt>Browser OS</dt>
|
|
966
|
+
<dd>Mac</dd>
|
|
967
|
+
</dl>
|
|
968
|
+
</div>
|
|
969
|
+
<p
|
|
970
|
+
class="pf-c-about-modal-box__strapline"
|
|
971
|
+
>Trademark and copyright information here</p>
|
|
965
972
|
</div>
|
|
966
|
-
<p
|
|
967
|
-
class="pf-c-about-modal-box__strapline"
|
|
968
|
-
>Trademark and copyright information here</p>
|
|
969
973
|
</div>
|
|
970
974
|
</div>
|
|
971
975
|
</div>
|
|
@@ -7,10 +7,12 @@ section: components
|
|
|
7
7
|
|
|
8
8
|
```html isFullscreen
|
|
9
9
|
<div class="pf-c-page" id="alert-basic-example">
|
|
10
|
-
<
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
10
|
+
<div class="pf-c-skip-to-content">
|
|
11
|
+
<a
|
|
12
|
+
class="pf-c-button pf-m-primary"
|
|
13
|
+
href="#main-content-alert-basic-example"
|
|
14
|
+
>Skip to content</a>
|
|
15
|
+
</div>
|
|
14
16
|
<header class="pf-c-masthead" id="alert-basic-example-masthead">
|
|
15
17
|
<span class="pf-c-masthead__toggle">
|
|
16
18
|
<button
|
|
@@ -989,10 +991,12 @@ section: components
|
|
|
989
991
|
|
|
990
992
|
```html isFullscreen
|
|
991
993
|
<div class="pf-c-page" id="alert-horizontal-example">
|
|
992
|
-
<
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
994
|
+
<div class="pf-c-skip-to-content">
|
|
995
|
+
<a
|
|
996
|
+
class="pf-c-button pf-m-primary"
|
|
997
|
+
href="#main-content-alert-horizontal-example"
|
|
998
|
+
>Skip to content</a>
|
|
999
|
+
</div>
|
|
996
1000
|
<header class="pf-c-masthead" id="alert-horizontal-example-masthead">
|
|
997
1001
|
<span class="pf-c-masthead__toggle">
|
|
998
1002
|
<button
|
|
@@ -2009,10 +2013,12 @@ section: components
|
|
|
2009
2013
|
|
|
2010
2014
|
```html isFullscreen
|
|
2011
2015
|
<div class="pf-c-page" id="alert-stacked-example">
|
|
2012
|
-
<
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
+
<div class="pf-c-skip-to-content">
|
|
2017
|
+
<a
|
|
2018
|
+
class="pf-c-button pf-m-primary"
|
|
2019
|
+
href="#main-content-alert-stacked-example"
|
|
2020
|
+
>Skip to content</a>
|
|
2021
|
+
</div>
|
|
2016
2022
|
<header class="pf-c-masthead" id="alert-stacked-example-masthead">
|
|
2017
2023
|
<span class="pf-c-masthead__toggle">
|
|
2018
2024
|
<button
|
|
@@ -8,10 +8,12 @@ cssPrefix: pf-d-back-to-top
|
|
|
8
8
|
|
|
9
9
|
```html isFullscreen
|
|
10
10
|
<div class="pf-c-page" id="back-to-top-basic-example">
|
|
11
|
-
<
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
11
|
+
<div class="pf-c-skip-to-content">
|
|
12
|
+
<a
|
|
13
|
+
class="pf-c-button pf-m-primary"
|
|
14
|
+
href="#main-content-back-to-top-basic-example"
|
|
15
|
+
>Skip to content</a>
|
|
16
|
+
</div>
|
|
15
17
|
<header class="pf-c-masthead" id="back-to-top-basic-example-masthead">
|
|
16
18
|
<span class="pf-c-masthead__toggle">
|
|
17
19
|
<button
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
id: 'Banner'
|
|
3
3
|
section: components
|
|
4
|
+
beta: true
|
|
4
5
|
cssPrefix: pf-c-banner
|
|
5
6
|
wrapperTag: div
|
|
6
7
|
---## Examples
|
|
@@ -9,10 +10,12 @@ wrapperTag: div
|
|
|
9
10
|
|
|
10
11
|
```html isFullscreen
|
|
11
12
|
<div class="pf-c-page" id="banner-basic-example">
|
|
12
|
-
<
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
<div class="pf-c-skip-to-content">
|
|
14
|
+
<a
|
|
15
|
+
class="pf-c-button pf-m-primary"
|
|
16
|
+
href="#main-content-banner-basic-example"
|
|
17
|
+
>Skip to content</a>
|
|
18
|
+
</div>
|
|
16
19
|
<header class="pf-c-masthead" id="banner-basic-example-masthead">
|
|
17
20
|
<span class="pf-c-masthead__toggle">
|
|
18
21
|
<button
|
|
@@ -1074,10 +1077,12 @@ wrapperTag: div
|
|
|
1074
1077
|
</div>
|
|
1075
1078
|
<div class="pf-l-flex__item pf-m-grow" style="min-height: 0;">
|
|
1076
1079
|
<div class="pf-c-page" id="banner-top-bottom-example">
|
|
1077
|
-
<
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1080
|
+
<div class="pf-c-skip-to-content">
|
|
1081
|
+
<a
|
|
1082
|
+
class="pf-c-button pf-m-primary"
|
|
1083
|
+
href="#main-content-banner-top-bottom-example"
|
|
1084
|
+
>Skip to content</a>
|
|
1085
|
+
</div>
|
|
1081
1086
|
<header class="pf-c-masthead" id="banner-top-bottom-example-masthead">
|
|
1082
1087
|
<span class="pf-c-masthead__toggle">
|
|
1083
1088
|
<button
|