@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
|
@@ -8,10 +8,12 @@ wrapperTag: div
|
|
|
8
8
|
|
|
9
9
|
```html isFullscreen
|
|
10
10
|
<div class="pf-c-page" id="wizard-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-wizard-basic-example"
|
|
15
|
+
>Skip to content</a>
|
|
16
|
+
</div>
|
|
15
17
|
<header class="pf-c-masthead" id="wizard-basic-example-masthead">
|
|
16
18
|
<span class="pf-c-masthead__toggle">
|
|
17
19
|
<button
|
|
@@ -1120,8 +1122,8 @@ wrapperTag: div
|
|
|
1120
1122
|
</main>
|
|
1121
1123
|
</div>
|
|
1122
1124
|
<footer class="pf-c-wizard__footer">
|
|
1123
|
-
<button class="pf-c-button pf-m-primary" type="submit">Next</button>
|
|
1124
1125
|
<button class="pf-c-button pf-m-secondary" type="button">Back</button>
|
|
1126
|
+
<button class="pf-c-button pf-m-primary" type="submit">Next</button>
|
|
1125
1127
|
<div class="pf-c-wizard__footer-cancel">
|
|
1126
1128
|
<button class="pf-c-button pf-m-link" type="button">Cancel</button>
|
|
1127
1129
|
</div>
|
|
@@ -1138,10 +1140,12 @@ wrapperTag: div
|
|
|
1138
1140
|
|
|
1139
1141
|
```html isFullscreen
|
|
1140
1142
|
<div class="pf-c-page" id="wizard-nav-expanded-example">
|
|
1141
|
-
<
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1143
|
+
<div class="pf-c-skip-to-content">
|
|
1144
|
+
<a
|
|
1145
|
+
class="pf-c-button pf-m-primary"
|
|
1146
|
+
href="#main-content-wizard-nav-expanded-example"
|
|
1147
|
+
>Skip to content</a>
|
|
1148
|
+
</div>
|
|
1145
1149
|
<header class="pf-c-masthead" id="wizard-nav-expanded-example-masthead">
|
|
1146
1150
|
<span class="pf-c-masthead__toggle">
|
|
1147
1151
|
<button
|
|
@@ -2250,8 +2254,8 @@ wrapperTag: div
|
|
|
2250
2254
|
</main>
|
|
2251
2255
|
</div>
|
|
2252
2256
|
<footer class="pf-c-wizard__footer">
|
|
2253
|
-
<button class="pf-c-button pf-m-primary" type="submit">Next</button>
|
|
2254
2257
|
<button class="pf-c-button pf-m-secondary" type="button">Back</button>
|
|
2258
|
+
<button class="pf-c-button pf-m-primary" type="submit">Next</button>
|
|
2255
2259
|
<div class="pf-c-wizard__footer-cancel">
|
|
2256
2260
|
<button class="pf-c-button pf-m-link" type="button">Cancel</button>
|
|
2257
2261
|
</div>
|
|
@@ -2268,10 +2272,12 @@ wrapperTag: div
|
|
|
2268
2272
|
|
|
2269
2273
|
```html isFullscreen
|
|
2270
2274
|
<div class="pf-c-page" id="wizard-with-drawer-closed-example">
|
|
2271
|
-
<
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
+
<div class="pf-c-skip-to-content">
|
|
2276
|
+
<a
|
|
2277
|
+
class="pf-c-button pf-m-primary"
|
|
2278
|
+
href="#main-content-wizard-with-drawer-closed-example"
|
|
2279
|
+
>Skip to content</a>
|
|
2280
|
+
</div>
|
|
2275
2281
|
<header class="pf-c-masthead" id="wizard-with-drawer-closed-example-masthead">
|
|
2276
2282
|
<span class="pf-c-masthead__toggle">
|
|
2277
2283
|
<button
|
|
@@ -3452,8 +3458,8 @@ wrapperTag: div
|
|
|
3452
3458
|
</div>
|
|
3453
3459
|
</div>
|
|
3454
3460
|
<footer class="pf-c-wizard__footer">
|
|
3455
|
-
<button class="pf-c-button pf-m-primary" type="submit">Next</button>
|
|
3456
3461
|
<button class="pf-c-button pf-m-secondary" type="button">Back</button>
|
|
3462
|
+
<button class="pf-c-button pf-m-primary" type="submit">Next</button>
|
|
3457
3463
|
<div class="pf-c-wizard__footer-cancel">
|
|
3458
3464
|
<button class="pf-c-button pf-m-link" type="button">Cancel</button>
|
|
3459
3465
|
</div>
|
|
@@ -3473,10 +3479,12 @@ wrapperTag: div
|
|
|
3473
3479
|
|
|
3474
3480
|
```html isFullscreen
|
|
3475
3481
|
<div class="pf-c-page" id="wizard-with-drawer-expanded-example">
|
|
3476
|
-
<
|
|
3477
|
-
|
|
3478
|
-
|
|
3479
|
-
|
|
3482
|
+
<div class="pf-c-skip-to-content">
|
|
3483
|
+
<a
|
|
3484
|
+
class="pf-c-button pf-m-primary"
|
|
3485
|
+
href="#main-content-wizard-with-drawer-expanded-example"
|
|
3486
|
+
>Skip to content</a>
|
|
3487
|
+
</div>
|
|
3480
3488
|
<header
|
|
3481
3489
|
class="pf-c-masthead"
|
|
3482
3490
|
id="wizard-with-drawer-expanded-example-masthead"
|
|
@@ -4657,8 +4665,8 @@ wrapperTag: div
|
|
|
4657
4665
|
</div>
|
|
4658
4666
|
</div>
|
|
4659
4667
|
<footer class="pf-c-wizard__footer">
|
|
4660
|
-
<button class="pf-c-button pf-m-primary" type="submit">Next</button>
|
|
4661
4668
|
<button class="pf-c-button pf-m-secondary" type="button">Back</button>
|
|
4669
|
+
<button class="pf-c-button pf-m-primary" type="submit">Next</button>
|
|
4662
4670
|
<div class="pf-c-wizard__footer-cancel">
|
|
4663
4671
|
<button class="pf-c-button pf-m-link" type="button">Cancel</button>
|
|
4664
4672
|
</div>
|
|
@@ -4678,10 +4686,12 @@ wrapperTag: div
|
|
|
4678
4686
|
|
|
4679
4687
|
```html isFullscreen
|
|
4680
4688
|
<div class="pf-c-page" id="wizard-with-drawer-info-example">
|
|
4681
|
-
<
|
|
4682
|
-
|
|
4683
|
-
|
|
4684
|
-
|
|
4689
|
+
<div class="pf-c-skip-to-content">
|
|
4690
|
+
<a
|
|
4691
|
+
class="pf-c-button pf-m-primary"
|
|
4692
|
+
href="#main-content-wizard-with-drawer-info-example"
|
|
4693
|
+
>Skip to content</a>
|
|
4694
|
+
</div>
|
|
4685
4695
|
<header class="pf-c-masthead" id="wizard-with-drawer-info-example-masthead">
|
|
4686
4696
|
<span class="pf-c-masthead__toggle">
|
|
4687
4697
|
<button
|
|
@@ -5732,8 +5742,8 @@ wrapperTag: div
|
|
|
5732
5742
|
</div>
|
|
5733
5743
|
</div>
|
|
5734
5744
|
<footer class="pf-c-wizard__footer">
|
|
5735
|
-
<button class="pf-c-button pf-m-primary" type="submit">Next</button>
|
|
5736
5745
|
<button class="pf-c-button pf-m-secondary" type="button">Back</button>
|
|
5746
|
+
<button class="pf-c-button pf-m-primary" type="submit">Next</button>
|
|
5737
5747
|
<div class="pf-c-wizard__footer-cancel">
|
|
5738
5748
|
<button class="pf-c-button pf-m-link" type="button">Cancel</button>
|
|
5739
5749
|
</div>
|
|
@@ -5753,10 +5763,12 @@ wrapperTag: div
|
|
|
5753
5763
|
|
|
5754
5764
|
```html isFullscreen
|
|
5755
5765
|
<div class="pf-c-page" id="wizard-in-page-example">
|
|
5756
|
-
<
|
|
5757
|
-
|
|
5758
|
-
|
|
5759
|
-
|
|
5766
|
+
<div class="pf-c-skip-to-content">
|
|
5767
|
+
<a
|
|
5768
|
+
class="pf-c-button pf-m-primary"
|
|
5769
|
+
href="#main-content-wizard-in-page-example"
|
|
5770
|
+
>Skip to content</a>
|
|
5771
|
+
</div>
|
|
5760
5772
|
<header class="pf-c-masthead" id="wizard-in-page-example-masthead">
|
|
5761
5773
|
<span class="pf-c-masthead__toggle">
|
|
5762
5774
|
<button
|
|
@@ -6827,8 +6839,8 @@ wrapperTag: div
|
|
|
6827
6839
|
</div>
|
|
6828
6840
|
</div>
|
|
6829
6841
|
<footer class="pf-c-wizard__footer">
|
|
6830
|
-
<button class="pf-c-button pf-m-primary" type="submit">Next</button>
|
|
6831
6842
|
<button class="pf-c-button pf-m-secondary" type="button">Back</button>
|
|
6843
|
+
<button class="pf-c-button pf-m-primary" type="submit">Next</button>
|
|
6832
6844
|
<div class="pf-c-wizard__footer-cancel">
|
|
6833
6845
|
<button class="pf-c-button pf-m-link" type="button">Cancel</button>
|
|
6834
6846
|
</div>
|
|
@@ -6845,10 +6857,12 @@ wrapperTag: div
|
|
|
6845
6857
|
|
|
6846
6858
|
```html isFullscreen
|
|
6847
6859
|
<div class="pf-c-page" id="in-page-nav-expanded-example">
|
|
6848
|
-
<
|
|
6849
|
-
|
|
6850
|
-
|
|
6851
|
-
|
|
6860
|
+
<div class="pf-c-skip-to-content">
|
|
6861
|
+
<a
|
|
6862
|
+
class="pf-c-button pf-m-primary"
|
|
6863
|
+
href="#main-content-in-page-nav-expanded-example"
|
|
6864
|
+
>Skip to content</a>
|
|
6865
|
+
</div>
|
|
6852
6866
|
<header class="pf-c-masthead" id="in-page-nav-expanded-example-masthead">
|
|
6853
6867
|
<span class="pf-c-masthead__toggle">
|
|
6854
6868
|
<button
|
|
@@ -7898,8 +7912,8 @@ wrapperTag: div
|
|
|
7898
7912
|
</div>
|
|
7899
7913
|
</div>
|
|
7900
7914
|
<footer class="pf-c-wizard__footer">
|
|
7901
|
-
<button class="pf-c-button pf-m-primary" type="submit">Next</button>
|
|
7902
7915
|
<button class="pf-c-button pf-m-secondary" type="button">Back</button>
|
|
7916
|
+
<button class="pf-c-button pf-m-primary" type="submit">Next</button>
|
|
7903
7917
|
<div class="pf-c-wizard__footer-cancel">
|
|
7904
7918
|
<button class="pf-c-button pf-m-link" type="button">Cancel</button>
|
|
7905
7919
|
</div>
|
|
@@ -7916,10 +7930,12 @@ wrapperTag: div
|
|
|
7916
7930
|
|
|
7917
7931
|
```html isFullscreen
|
|
7918
7932
|
<div class="pf-c-page" id="wizard-with-drawer-in-page-example">
|
|
7919
|
-
<
|
|
7920
|
-
|
|
7921
|
-
|
|
7922
|
-
|
|
7933
|
+
<div class="pf-c-skip-to-content">
|
|
7934
|
+
<a
|
|
7935
|
+
class="pf-c-button pf-m-primary"
|
|
7936
|
+
href="#main-content-wizard-with-drawer-in-page-example"
|
|
7937
|
+
>Skip to content</a>
|
|
7938
|
+
</div>
|
|
7923
7939
|
<header
|
|
7924
7940
|
class="pf-c-masthead"
|
|
7925
7941
|
id="wizard-with-drawer-in-page-example-masthead"
|
|
@@ -8807,45 +8823,50 @@ wrapperTag: div
|
|
|
8807
8823
|
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
8808
8824
|
</span>
|
|
8809
8825
|
</button>
|
|
8810
|
-
<div class="pf-c-
|
|
8811
|
-
<div class="pf-c-
|
|
8812
|
-
<
|
|
8813
|
-
<
|
|
8814
|
-
<
|
|
8815
|
-
<
|
|
8816
|
-
|
|
8817
|
-
|
|
8818
|
-
|
|
8819
|
-
|
|
8820
|
-
|
|
8821
|
-
|
|
8822
|
-
|
|
8823
|
-
|
|
8824
|
-
|
|
8825
|
-
|
|
8826
|
-
|
|
8827
|
-
|
|
8828
|
-
|
|
8829
|
-
|
|
8830
|
-
|
|
8831
|
-
|
|
8832
|
-
|
|
8833
|
-
|
|
8834
|
-
|
|
8835
|
-
|
|
8836
|
-
|
|
8837
|
-
|
|
8838
|
-
|
|
8839
|
-
|
|
8840
|
-
|
|
8841
|
-
|
|
8842
|
-
|
|
8843
|
-
|
|
8844
|
-
|
|
8845
|
-
|
|
8846
|
-
|
|
8847
|
-
<
|
|
8826
|
+
<div class="pf-c-drawer pf-m-inline">
|
|
8827
|
+
<div class="pf-c-drawer__main">
|
|
8828
|
+
<div class="pf-c-drawer__content">
|
|
8829
|
+
<div class="pf-c-wizard__outer-wrap">
|
|
8830
|
+
<div class="pf-c-wizard__inner-wrap">
|
|
8831
|
+
<nav class="pf-c-wizard__nav" aria-label="Steps">
|
|
8832
|
+
<ol class="pf-c-wizard__nav-list">
|
|
8833
|
+
<li class="pf-c-wizard__nav-item">
|
|
8834
|
+
<button class="pf-c-wizard__nav-link">Information</button>
|
|
8835
|
+
</li>
|
|
8836
|
+
<li class="pf-c-wizard__nav-item">
|
|
8837
|
+
<button
|
|
8838
|
+
class="pf-c-wizard__nav-link pf-m-current"
|
|
8839
|
+
>Configuration</button>
|
|
8840
|
+
<ol class="pf-c-wizard__nav-list">
|
|
8841
|
+
<li class="pf-c-wizard__nav-item">
|
|
8842
|
+
<button class="pf-c-wizard__nav-link">Substep A</button>
|
|
8843
|
+
</li>
|
|
8844
|
+
<li class="pf-c-wizard__nav-item">
|
|
8845
|
+
<button
|
|
8846
|
+
class="pf-c-wizard__nav-link pf-m-current"
|
|
8847
|
+
aria-current="page"
|
|
8848
|
+
>Substep B</button>
|
|
8849
|
+
</li>
|
|
8850
|
+
<li class="pf-c-wizard__nav-item">
|
|
8851
|
+
<button class="pf-c-wizard__nav-link">Substep C</button>
|
|
8852
|
+
</li>
|
|
8853
|
+
</ol>
|
|
8854
|
+
</li>
|
|
8855
|
+
<li class="pf-c-wizard__nav-item">
|
|
8856
|
+
<button class="pf-c-wizard__nav-link">Additional</button>
|
|
8857
|
+
</li>
|
|
8858
|
+
<li class="pf-c-wizard__nav-item">
|
|
8859
|
+
<button class="pf-c-wizard__nav-link" disabled>Review</button>
|
|
8860
|
+
</li>
|
|
8861
|
+
</ol>
|
|
8862
|
+
</nav>
|
|
8863
|
+
<main class="pf-c-wizard__main" tabindex="0">
|
|
8848
8864
|
<div class="pf-c-wizard__main-body">
|
|
8865
|
+
<button
|
|
8866
|
+
class="pf-c-button pf-m-link pf-m-inline pf-u-float-right pf-u-ml-md"
|
|
8867
|
+
type="button"
|
|
8868
|
+
aria-expanded="true"
|
|
8869
|
+
>Open drawer</button>
|
|
8849
8870
|
<form class="pf-c-form pf-m-limit-width" novalidate>
|
|
8850
8871
|
<div class="pf-c-form__group">
|
|
8851
8872
|
<div class="pf-c-form__group-label"><label
|
|
@@ -8989,65 +9010,57 @@ wrapperTag: div
|
|
|
8989
9010
|
</div>
|
|
8990
9011
|
</form>
|
|
8991
9012
|
</div>
|
|
8992
|
-
</
|
|
8993
|
-
|
|
8994
|
-
|
|
8995
|
-
|
|
8996
|
-
|
|
8997
|
-
|
|
8998
|
-
|
|
8999
|
-
|
|
9000
|
-
|
|
9001
|
-
|
|
9002
|
-
|
|
9003
|
-
|
|
9004
|
-
|
|
9005
|
-
|
|
9006
|
-
|
|
9007
|
-
|
|
9008
|
-
|
|
9009
|
-
<i class="fas fa-times" aria-hidden="true"></i>
|
|
9010
|
-
</button>
|
|
9011
|
-
</div>
|
|
9012
|
-
</div>
|
|
9013
|
-
</div>
|
|
9014
|
-
</div>
|
|
9015
|
-
<div class="pf-c-drawer__body">
|
|
9016
|
-
<div class="pf-c-content">
|
|
9017
|
-
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam porta odio non justo cursus, quis placerat lacus mattis. Praesent orci velit, elementum eu tempus ut, posuere vel lorem. Fusce id tempus ex, et tempus nibh. Nullam laoreet odio tellus, id varius ante euismod id. Phasellus maximus lorem risus, eget facilisis urna hendrerit vel. Duis dapibus venenatis orci, id tristique magna hendrerit et. Aliquam eu lectus nec nisl efficitur euismod.</p>
|
|
9018
|
-
<p>Interdum et malesuada fames ac ante ipsum primis in faucibus. Nunc auctor tortor eget ex mattis sagittis. Praesent aliquet, sem ut aliquet posuere, ante neque convallis velit, sit amet dictum nisi odio sed purus. Vestibulum congue eros nisl, faucibus sollicitudin nisi rutrum quis. Nam lacus risus, fringilla sed imperdiet sit amet, eleifend id nulla. Pellentesque posuere purus ex, sed ultricies leo vehicula vitae. Pellentesque lacinia, lacus interdum consequat molestie, urna quam rutrum nisi, at rhoncus dolor justo nec ante. Ut semper nisi ipsum, vel varius elit facilisis et. Nulla bibendum elit sed varius suscipit. Curabitur imperdiet ligula at pellentesque pretium. Sed eu porta erat.</p>
|
|
9019
|
-
<p>
|
|
9020
|
-
Aenean hendrerit quam velit, eget euismod ex sagittis a. Fusce a ante ut ante malesuada tincidunt.
|
|
9021
|
-
<a
|
|
9022
|
-
href="#"
|
|
9023
|
-
>Vestibulum facilisis ante eros, eget volutpat risus lobortis non.</a>
|
|
9024
|
-
</p>
|
|
9025
|
-
<a href="#">
|
|
9026
|
-
<span
|
|
9027
|
-
class="pf-l-flex pf-m-space-items-sm pf-m-nowrap"
|
|
9028
|
-
>
|
|
9029
|
-
<span>Learn about Red Hat connector</span>
|
|
9030
|
-
<i
|
|
9031
|
-
class="fas fa-external-link-alt"
|
|
9032
|
-
aria-hidden="true"
|
|
9033
|
-
></i>
|
|
9034
|
-
</span>
|
|
9035
|
-
</a>
|
|
9036
|
-
</div>
|
|
9013
|
+
</main>
|
|
9014
|
+
</div>
|
|
9015
|
+
</div>
|
|
9016
|
+
</div>
|
|
9017
|
+
<div class="pf-c-drawer__panel pf-m-light-200 pf-m-width-33" hidden>
|
|
9018
|
+
<div class="pf-c-drawer__body">
|
|
9019
|
+
<div class="pf-c-drawer__head">
|
|
9020
|
+
<h2 class="pf-c-title pf-m-xl">Register with Red Hat connector</h2>
|
|
9021
|
+
<div class="pf-c-drawer__actions">
|
|
9022
|
+
<div class="pf-c-drawer__close">
|
|
9023
|
+
<button
|
|
9024
|
+
class="pf-c-button pf-m-plain"
|
|
9025
|
+
type="button"
|
|
9026
|
+
aria-label="Close drawer panel"
|
|
9027
|
+
>
|
|
9028
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
9029
|
+
</button>
|
|
9037
9030
|
</div>
|
|
9038
9031
|
</div>
|
|
9039
9032
|
</div>
|
|
9040
9033
|
</div>
|
|
9041
|
-
|
|
9042
|
-
|
|
9043
|
-
|
|
9044
|
-
|
|
9045
|
-
|
|
9046
|
-
|
|
9047
|
-
|
|
9034
|
+
<div class="pf-c-drawer__body">
|
|
9035
|
+
<div class="pf-c-content">
|
|
9036
|
+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam porta odio non justo cursus, quis placerat lacus mattis. Praesent orci velit, elementum eu tempus ut, posuere vel lorem. Fusce id tempus ex, et tempus nibh. Nullam laoreet odio tellus, id varius ante euismod id. Phasellus maximus lorem risus, eget facilisis urna hendrerit vel. Duis dapibus venenatis orci, id tristique magna hendrerit et. Aliquam eu lectus nec nisl efficitur euismod.</p>
|
|
9037
|
+
|
|
9038
|
+
<p>Interdum et malesuada fames ac ante ipsum primis in faucibus. Nunc auctor tortor eget ex mattis sagittis. Praesent aliquet, sem ut aliquet posuere, ante neque convallis velit, sit amet dictum nisi odio sed purus. Vestibulum congue eros nisl, faucibus sollicitudin nisi rutrum quis. Nam lacus risus, fringilla sed imperdiet sit amet, eleifend id nulla. Pellentesque posuere purus ex, sed ultricies leo vehicula vitae. Pellentesque lacinia, lacus interdum consequat molestie, urna quam rutrum nisi, at rhoncus dolor justo nec ante. Ut semper nisi ipsum, vel varius elit facilisis et. Nulla bibendum elit sed varius suscipit. Curabitur imperdiet ligula at pellentesque pretium. Sed eu porta erat.</p>
|
|
9039
|
+
|
|
9040
|
+
<p>
|
|
9041
|
+
Aenean hendrerit quam velit, eget euismod ex sagittis a. Fusce a ante ut ante malesuada tincidunt.
|
|
9042
|
+
<a
|
|
9043
|
+
href="#"
|
|
9044
|
+
>Vestibulum facilisis ante eros, eget volutpat risus lobortis non.</a>
|
|
9045
|
+
</p>
|
|
9046
|
+
<a href="#">
|
|
9047
|
+
<span class="pf-l-flex pf-m-space-items-sm pf-m-nowrap">
|
|
9048
|
+
<span>Learn about Red Hat connector</span>
|
|
9049
|
+
<i class="fas fa-external-link-alt" aria-hidden="true"></i>
|
|
9050
|
+
</span>
|
|
9051
|
+
</a>
|
|
9052
|
+
</div>
|
|
9053
|
+
</div>
|
|
9048
9054
|
</div>
|
|
9049
|
-
</
|
|
9055
|
+
</div>
|
|
9050
9056
|
</div>
|
|
9057
|
+
<footer class="pf-c-wizard__footer">
|
|
9058
|
+
<button class="pf-c-button pf-m-secondary" type="button">Back</button>
|
|
9059
|
+
<button class="pf-c-button pf-m-primary" type="submit">Next</button>
|
|
9060
|
+
<div class="pf-c-wizard__footer-cancel">
|
|
9061
|
+
<button class="pf-c-button pf-m-link" type="button">Cancel</button>
|
|
9062
|
+
</div>
|
|
9063
|
+
</footer>
|
|
9051
9064
|
</div>
|
|
9052
9065
|
</section>
|
|
9053
9066
|
</main>
|
|
@@ -9059,10 +9072,12 @@ wrapperTag: div
|
|
|
9059
9072
|
|
|
9060
9073
|
```html isFullscreen
|
|
9061
9074
|
<div class="pf-c-page" id="wizard-with-drawer-in-page-expanded-example">
|
|
9062
|
-
<
|
|
9063
|
-
|
|
9064
|
-
|
|
9065
|
-
|
|
9075
|
+
<div class="pf-c-skip-to-content">
|
|
9076
|
+
<a
|
|
9077
|
+
class="pf-c-button pf-m-primary"
|
|
9078
|
+
href="#main-content-wizard-with-drawer-in-page-expanded-example"
|
|
9079
|
+
>Skip to content</a>
|
|
9080
|
+
</div>
|
|
9066
9081
|
<header
|
|
9067
9082
|
class="pf-c-masthead"
|
|
9068
9083
|
id="wizard-with-drawer-in-page-expanded-example-masthead"
|
|
@@ -9950,44 +9965,44 @@ wrapperTag: div
|
|
|
9950
9965
|
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
9951
9966
|
</span>
|
|
9952
9967
|
</button>
|
|
9953
|
-
<div class="pf-c-
|
|
9954
|
-
<div class="pf-c-
|
|
9955
|
-
<
|
|
9956
|
-
<
|
|
9957
|
-
<
|
|
9958
|
-
<
|
|
9959
|
-
|
|
9960
|
-
|
|
9961
|
-
|
|
9962
|
-
|
|
9963
|
-
|
|
9964
|
-
|
|
9965
|
-
|
|
9966
|
-
|
|
9967
|
-
|
|
9968
|
-
|
|
9969
|
-
|
|
9970
|
-
|
|
9971
|
-
|
|
9972
|
-
|
|
9973
|
-
|
|
9974
|
-
|
|
9975
|
-
|
|
9976
|
-
|
|
9977
|
-
|
|
9978
|
-
|
|
9979
|
-
|
|
9980
|
-
|
|
9981
|
-
|
|
9982
|
-
|
|
9983
|
-
|
|
9984
|
-
|
|
9985
|
-
|
|
9986
|
-
|
|
9987
|
-
|
|
9988
|
-
|
|
9989
|
-
|
|
9990
|
-
<
|
|
9968
|
+
<div class="pf-c-drawer pf-m-expanded pf-m-inline">
|
|
9969
|
+
<div class="pf-c-drawer__main">
|
|
9970
|
+
<div class="pf-c-drawer__content">
|
|
9971
|
+
<div class="pf-c-wizard__outer-wrap">
|
|
9972
|
+
<div class="pf-c-wizard__inner-wrap">
|
|
9973
|
+
<nav class="pf-c-wizard__nav" aria-label="Steps">
|
|
9974
|
+
<ol class="pf-c-wizard__nav-list">
|
|
9975
|
+
<li class="pf-c-wizard__nav-item">
|
|
9976
|
+
<button class="pf-c-wizard__nav-link">Information</button>
|
|
9977
|
+
</li>
|
|
9978
|
+
<li class="pf-c-wizard__nav-item">
|
|
9979
|
+
<button
|
|
9980
|
+
class="pf-c-wizard__nav-link pf-m-current"
|
|
9981
|
+
>Configuration</button>
|
|
9982
|
+
<ol class="pf-c-wizard__nav-list">
|
|
9983
|
+
<li class="pf-c-wizard__nav-item">
|
|
9984
|
+
<button class="pf-c-wizard__nav-link">Substep A</button>
|
|
9985
|
+
</li>
|
|
9986
|
+
<li class="pf-c-wizard__nav-item">
|
|
9987
|
+
<button
|
|
9988
|
+
class="pf-c-wizard__nav-link pf-m-current"
|
|
9989
|
+
aria-current="page"
|
|
9990
|
+
>Substep B</button>
|
|
9991
|
+
</li>
|
|
9992
|
+
<li class="pf-c-wizard__nav-item">
|
|
9993
|
+
<button class="pf-c-wizard__nav-link">Substep C</button>
|
|
9994
|
+
</li>
|
|
9995
|
+
</ol>
|
|
9996
|
+
</li>
|
|
9997
|
+
<li class="pf-c-wizard__nav-item">
|
|
9998
|
+
<button class="pf-c-wizard__nav-link">Additional</button>
|
|
9999
|
+
</li>
|
|
10000
|
+
<li class="pf-c-wizard__nav-item">
|
|
10001
|
+
<button class="pf-c-wizard__nav-link" disabled>Review</button>
|
|
10002
|
+
</li>
|
|
10003
|
+
</ol>
|
|
10004
|
+
</nav>
|
|
10005
|
+
<main class="pf-c-wizard__main" tabindex="0">
|
|
9991
10006
|
<div class="pf-c-wizard__main-body">
|
|
9992
10007
|
<form class="pf-c-form pf-m-limit-width" novalidate>
|
|
9993
10008
|
<div class="pf-c-form__group">
|
|
@@ -10132,62 +10147,57 @@ wrapperTag: div
|
|
|
10132
10147
|
</div>
|
|
10133
10148
|
</form>
|
|
10134
10149
|
</div>
|
|
10135
|
-
</
|
|
10136
|
-
|
|
10137
|
-
|
|
10138
|
-
|
|
10139
|
-
|
|
10140
|
-
|
|
10141
|
-
|
|
10142
|
-
|
|
10143
|
-
|
|
10144
|
-
|
|
10145
|
-
|
|
10146
|
-
|
|
10147
|
-
|
|
10148
|
-
|
|
10149
|
-
|
|
10150
|
-
|
|
10151
|
-
|
|
10152
|
-
</div>
|
|
10153
|
-
</div>
|
|
10154
|
-
</div>
|
|
10155
|
-
<div class="pf-c-drawer__body">
|
|
10156
|
-
<div class="pf-c-content">
|
|
10157
|
-
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam porta odio non justo cursus, quis placerat lacus mattis. Praesent orci velit, elementum eu tempus ut, posuere vel lorem. Fusce id tempus ex, et tempus nibh. Nullam laoreet odio tellus, id varius ante euismod id. Phasellus maximus lorem risus, eget facilisis urna hendrerit vel. Duis dapibus venenatis orci, id tristique magna hendrerit et. Aliquam eu lectus nec nisl efficitur euismod.</p>
|
|
10158
|
-
<p>Interdum et malesuada fames ac ante ipsum primis in faucibus. Nunc auctor tortor eget ex mattis sagittis. Praesent aliquet, sem ut aliquet posuere, ante neque convallis velit, sit amet dictum nisi odio sed purus. Vestibulum congue eros nisl, faucibus sollicitudin nisi rutrum quis. Nam lacus risus, fringilla sed imperdiet sit amet, eleifend id nulla. Pellentesque posuere purus ex, sed ultricies leo vehicula vitae. Pellentesque lacinia, lacus interdum consequat molestie, urna quam rutrum nisi, at rhoncus dolor justo nec ante. Ut semper nisi ipsum, vel varius elit facilisis et. Nulla bibendum elit sed varius suscipit. Curabitur imperdiet ligula at pellentesque pretium. Sed eu porta erat.</p>
|
|
10159
|
-
<p>
|
|
10160
|
-
Aenean hendrerit quam velit, eget euismod ex sagittis a. Fusce a ante ut ante malesuada tincidunt.
|
|
10161
|
-
<a
|
|
10162
|
-
href="#"
|
|
10163
|
-
>Vestibulum facilisis ante eros, eget volutpat risus lobortis non.</a>
|
|
10164
|
-
</p>
|
|
10165
|
-
<a href="#">
|
|
10166
|
-
<span
|
|
10167
|
-
class="pf-l-flex pf-m-space-items-sm pf-m-nowrap"
|
|
10168
|
-
>
|
|
10169
|
-
<span>Learn about Red Hat connector</span>
|
|
10170
|
-
<i
|
|
10171
|
-
class="fas fa-external-link-alt"
|
|
10172
|
-
aria-hidden="true"
|
|
10173
|
-
></i>
|
|
10174
|
-
</span>
|
|
10175
|
-
</a>
|
|
10176
|
-
</div>
|
|
10150
|
+
</main>
|
|
10151
|
+
</div>
|
|
10152
|
+
</div>
|
|
10153
|
+
</div>
|
|
10154
|
+
<div class="pf-c-drawer__panel pf-m-light-200 pf-m-width-33">
|
|
10155
|
+
<div class="pf-c-drawer__body">
|
|
10156
|
+
<div class="pf-c-drawer__head">
|
|
10157
|
+
<h2 class="pf-c-title pf-m-xl">Register with Red Hat connector</h2>
|
|
10158
|
+
<div class="pf-c-drawer__actions">
|
|
10159
|
+
<div class="pf-c-drawer__close">
|
|
10160
|
+
<button
|
|
10161
|
+
class="pf-c-button pf-m-plain"
|
|
10162
|
+
type="button"
|
|
10163
|
+
aria-label="Close drawer panel"
|
|
10164
|
+
>
|
|
10165
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
10166
|
+
</button>
|
|
10177
10167
|
</div>
|
|
10178
10168
|
</div>
|
|
10179
10169
|
</div>
|
|
10180
10170
|
</div>
|
|
10181
|
-
|
|
10182
|
-
|
|
10183
|
-
|
|
10184
|
-
|
|
10185
|
-
|
|
10186
|
-
|
|
10187
|
-
|
|
10171
|
+
<div class="pf-c-drawer__body">
|
|
10172
|
+
<div class="pf-c-content">
|
|
10173
|
+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam porta odio non justo cursus, quis placerat lacus mattis. Praesent orci velit, elementum eu tempus ut, posuere vel lorem. Fusce id tempus ex, et tempus nibh. Nullam laoreet odio tellus, id varius ante euismod id. Phasellus maximus lorem risus, eget facilisis urna hendrerit vel. Duis dapibus venenatis orci, id tristique magna hendrerit et. Aliquam eu lectus nec nisl efficitur euismod.</p>
|
|
10174
|
+
|
|
10175
|
+
<p>Interdum et malesuada fames ac ante ipsum primis in faucibus. Nunc auctor tortor eget ex mattis sagittis. Praesent aliquet, sem ut aliquet posuere, ante neque convallis velit, sit amet dictum nisi odio sed purus. Vestibulum congue eros nisl, faucibus sollicitudin nisi rutrum quis. Nam lacus risus, fringilla sed imperdiet sit amet, eleifend id nulla. Pellentesque posuere purus ex, sed ultricies leo vehicula vitae. Pellentesque lacinia, lacus interdum consequat molestie, urna quam rutrum nisi, at rhoncus dolor justo nec ante. Ut semper nisi ipsum, vel varius elit facilisis et. Nulla bibendum elit sed varius suscipit. Curabitur imperdiet ligula at pellentesque pretium. Sed eu porta erat.</p>
|
|
10176
|
+
|
|
10177
|
+
<p>
|
|
10178
|
+
Aenean hendrerit quam velit, eget euismod ex sagittis a. Fusce a ante ut ante malesuada tincidunt.
|
|
10179
|
+
<a
|
|
10180
|
+
href="#"
|
|
10181
|
+
>Vestibulum facilisis ante eros, eget volutpat risus lobortis non.</a>
|
|
10182
|
+
</p>
|
|
10183
|
+
<a href="#">
|
|
10184
|
+
<span class="pf-l-flex pf-m-space-items-sm pf-m-nowrap">
|
|
10185
|
+
<span>Learn about Red Hat connector</span>
|
|
10186
|
+
<i class="fas fa-external-link-alt" aria-hidden="true"></i>
|
|
10187
|
+
</span>
|
|
10188
|
+
</a>
|
|
10189
|
+
</div>
|
|
10190
|
+
</div>
|
|
10188
10191
|
</div>
|
|
10189
|
-
</
|
|
10192
|
+
</div>
|
|
10190
10193
|
</div>
|
|
10194
|
+
<footer class="pf-c-wizard__footer">
|
|
10195
|
+
<button class="pf-c-button pf-m-secondary" type="button">Back</button>
|
|
10196
|
+
<button class="pf-c-button pf-m-primary" type="submit">Next</button>
|
|
10197
|
+
<div class="pf-c-wizard__footer-cancel">
|
|
10198
|
+
<button class="pf-c-button pf-m-link" type="button">Cancel</button>
|
|
10199
|
+
</div>
|
|
10200
|
+
</footer>
|
|
10191
10201
|
</div>
|
|
10192
10202
|
</section>
|
|
10193
10203
|
</main>
|