@patternfly/patternfly 4.222.4 → 5.0.0-alpha.2
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 +3 -3
- package/RELEASE-NOTES.md +0 -30
- 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-fonts.css +0 -120
- package/base/patternfly-globals.css +0 -4
- package/base/patternfly-icons.scss +0 -28
- 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/Card/card.css +0 -4
- package/components/Card/card.scss +0 -7
- package/components/Check/check.css +4 -2
- package/components/Check/check.scss +2 -2
- package/components/Content/content.css +1 -11
- package/components/Content/content.scss +1 -15
- 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 -14
- package/components/Drawer/drawer.scss +0 -5
- package/components/Dropdown/dropdown.css +0 -15
- package/components/Dropdown/dropdown.scss +0 -20
- package/components/EmptyState/empty-state.css +0 -4
- package/components/EmptyState/empty-state.scss +0 -9
- 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/FormControl/form-control.css +1 -1
- package/components/FormControl/themes/dark/form-control.scss +1 -1
- package/components/InlineEdit/inline-edit.css +1 -12
- package/components/InlineEdit/inline-edit.scss +1 -10
- package/components/InputGroup/input-group.css +0 -14
- package/components/InputGroup/input-group.scss +0 -9
- package/components/InputGroup/themes/dark/input-group.scss +0 -8
- 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/Menu/menu.css +0 -20
- package/components/Menu/menu.scss +0 -6
- 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 +0 -175
- package/components/Pagination/pagination.scss +1 -49
- 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/Slider/slider.css +7 -0
- package/components/Slider/slider.scss +9 -0
- 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 +1 -34
- package/components/Tabs/tabs.scss +0 -15
- package/components/Title/title.css +0 -5
- package/components/Title/title.scss +0 -8
- package/components/Toolbar/toolbar.css +0 -31
- package/components/Toolbar/toolbar.scss +0 -6
- 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/Dropdown/examples/Dropdown.md +0 -216
- package/docs/components/InputGroup/examples/InputGroup.md +0 -1
- package/docs/components/Pagination/examples/Pagination.md +30 -129
- package/docs/components/SkipToContent/examples/SkipToContent.md +3 -5
- package/docs/components/Slider/examples/Slider.md +6 -6
- package/docs/components/Tabs/examples/Tabs.md +1 -2
- package/docs/components/Wizard/examples/Wizard.md +6 -6
- 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 +14 -10
- package/docs/demos/Card/examples/Card.md +4 -4
- package/docs/demos/CardView/examples/CardView.md +6 -4
- package/docs/demos/ContextSelector/examples/ContextSelector.md +24 -16
- package/docs/demos/Dashboard/examples/Dashboard.md +7 -4
- package/docs/demos/DataList/examples/DataList.md +24 -16
- package/docs/demos/DescriptionList/examples/DescriptionList.md +18 -12
- package/docs/demos/Drawer/examples/Drawer.md +30 -20
- package/docs/demos/JumpLinks/examples/JumpLinks.md +36 -24
- package/docs/demos/Masthead/examples/Masthead.md +54 -36
- package/docs/demos/Modal/examples/Modal.md +36 -24
- package/docs/demos/Nav/examples/Nav.md +784 -721
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +30 -20
- package/docs/demos/Page/examples/Page.md +54 -36
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +44 -28
- package/docs/demos/Skeleton/examples/Skeleton.md +6 -4
- package/docs/demos/Table/examples/Table.md +84 -56
- package/docs/demos/Tabs/examples/Tabs.md +579 -70
- package/docs/demos/Toolbar/examples/Toolbar.md +6 -4
- package/docs/demos/Wizard/examples/Wizard.md +67 -45
- package/package.json +7 -6
- package/patternfly-base-no-reset.css +30 -139
- package/patternfly-base.css +30 -143
- package/patternfly-charts.css +1 -1
- package/patternfly-no-reset.css +118 -665
- package/patternfly.css +118 -669
- 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 -12
- 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
|
@@ -1772,10 +1772,12 @@ section: components
|
|
|
1772
1772
|
|
|
1773
1773
|
```html isFullscreen
|
|
1774
1774
|
<div class="pf-c-page" id="toolbar-pagination-management-example">
|
|
1775
|
-
<
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1775
|
+
<div class="pf-c-skip-to-content">
|
|
1776
|
+
<a
|
|
1777
|
+
class="pf-c-button pf-m-primary"
|
|
1778
|
+
href="#main-content-toolbar-pagination-management-example"
|
|
1779
|
+
>Skip to content</a>
|
|
1780
|
+
</div>
|
|
1779
1781
|
<header
|
|
1780
1782
|
class="pf-c-masthead"
|
|
1781
1783
|
id="toolbar-pagination-management-example-masthead"
|
|
@@ -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
|
|
@@ -6619,6 +6631,7 @@ wrapperTag: div
|
|
|
6619
6631
|
</div>
|
|
6620
6632
|
</div>
|
|
6621
6633
|
</section>
|
|
6634
|
+
|
|
6622
6635
|
<section class="pf-c-page__main-wizard">
|
|
6623
6636
|
<div class="pf-c-wizard">
|
|
6624
6637
|
<button
|
|
@@ -6827,8 +6840,8 @@ wrapperTag: div
|
|
|
6827
6840
|
</div>
|
|
6828
6841
|
</div>
|
|
6829
6842
|
<footer class="pf-c-wizard__footer">
|
|
6830
|
-
<button class="pf-c-button pf-m-primary" type="submit">Next</button>
|
|
6831
6843
|
<button class="pf-c-button pf-m-secondary" type="button">Back</button>
|
|
6844
|
+
<button class="pf-c-button pf-m-primary" type="submit">Next</button>
|
|
6832
6845
|
<div class="pf-c-wizard__footer-cancel">
|
|
6833
6846
|
<button class="pf-c-button pf-m-link" type="button">Cancel</button>
|
|
6834
6847
|
</div>
|
|
@@ -6845,10 +6858,12 @@ wrapperTag: div
|
|
|
6845
6858
|
|
|
6846
6859
|
```html isFullscreen
|
|
6847
6860
|
<div class="pf-c-page" id="in-page-nav-expanded-example">
|
|
6848
|
-
<
|
|
6849
|
-
|
|
6850
|
-
|
|
6851
|
-
|
|
6861
|
+
<div class="pf-c-skip-to-content">
|
|
6862
|
+
<a
|
|
6863
|
+
class="pf-c-button pf-m-primary"
|
|
6864
|
+
href="#main-content-in-page-nav-expanded-example"
|
|
6865
|
+
>Skip to content</a>
|
|
6866
|
+
</div>
|
|
6852
6867
|
<header class="pf-c-masthead" id="in-page-nav-expanded-example-masthead">
|
|
6853
6868
|
<span class="pf-c-masthead__toggle">
|
|
6854
6869
|
<button
|
|
@@ -7711,6 +7726,7 @@ wrapperTag: div
|
|
|
7711
7726
|
</div>
|
|
7712
7727
|
</div>
|
|
7713
7728
|
</section>
|
|
7729
|
+
|
|
7714
7730
|
<section class="pf-c-page__main-wizard">
|
|
7715
7731
|
<div class="pf-c-wizard">
|
|
7716
7732
|
<button
|
|
@@ -7898,8 +7914,8 @@ wrapperTag: div
|
|
|
7898
7914
|
</div>
|
|
7899
7915
|
</div>
|
|
7900
7916
|
<footer class="pf-c-wizard__footer">
|
|
7901
|
-
<button class="pf-c-button pf-m-primary" type="submit">Next</button>
|
|
7902
7917
|
<button class="pf-c-button pf-m-secondary" type="button">Back</button>
|
|
7918
|
+
<button class="pf-c-button pf-m-primary" type="submit">Next</button>
|
|
7903
7919
|
<div class="pf-c-wizard__footer-cancel">
|
|
7904
7920
|
<button class="pf-c-button pf-m-link" type="button">Cancel</button>
|
|
7905
7921
|
</div>
|
|
@@ -7916,10 +7932,12 @@ wrapperTag: div
|
|
|
7916
7932
|
|
|
7917
7933
|
```html isFullscreen
|
|
7918
7934
|
<div class="pf-c-page" id="wizard-with-drawer-in-page-example">
|
|
7919
|
-
<
|
|
7920
|
-
|
|
7921
|
-
|
|
7922
|
-
|
|
7935
|
+
<div class="pf-c-skip-to-content">
|
|
7936
|
+
<a
|
|
7937
|
+
class="pf-c-button pf-m-primary"
|
|
7938
|
+
href="#main-content-wizard-with-drawer-in-page-example"
|
|
7939
|
+
>Skip to content</a>
|
|
7940
|
+
</div>
|
|
7923
7941
|
<header
|
|
7924
7942
|
class="pf-c-masthead"
|
|
7925
7943
|
id="wizard-with-drawer-in-page-example-masthead"
|
|
@@ -8785,6 +8803,7 @@ wrapperTag: div
|
|
|
8785
8803
|
</div>
|
|
8786
8804
|
</div>
|
|
8787
8805
|
</section>
|
|
8806
|
+
|
|
8788
8807
|
<section class="pf-c-page__main-wizard pf-m-light-200">
|
|
8789
8808
|
<div class="pf-c-wizard">
|
|
8790
8809
|
<button
|
|
@@ -9039,8 +9058,8 @@ wrapperTag: div
|
|
|
9039
9058
|
</div>
|
|
9040
9059
|
</div>
|
|
9041
9060
|
<footer class="pf-c-wizard__footer">
|
|
9042
|
-
<button class="pf-c-button pf-m-primary" type="submit">Next</button>
|
|
9043
9061
|
<button class="pf-c-button pf-m-secondary" type="button">Back</button>
|
|
9062
|
+
<button class="pf-c-button pf-m-primary" type="submit">Next</button>
|
|
9044
9063
|
<div class="pf-c-wizard__footer-cancel">
|
|
9045
9064
|
<button class="pf-c-button pf-m-link" type="button">Cancel</button>
|
|
9046
9065
|
</div>
|
|
@@ -9056,10 +9075,12 @@ wrapperTag: div
|
|
|
9056
9075
|
|
|
9057
9076
|
```html isFullscreen
|
|
9058
9077
|
<div class="pf-c-page" id="wizard-with-drawer-in-page-expanded-example">
|
|
9059
|
-
<
|
|
9060
|
-
|
|
9061
|
-
|
|
9062
|
-
|
|
9078
|
+
<div class="pf-c-skip-to-content">
|
|
9079
|
+
<a
|
|
9080
|
+
class="pf-c-button pf-m-primary"
|
|
9081
|
+
href="#main-content-wizard-with-drawer-in-page-expanded-example"
|
|
9082
|
+
>Skip to content</a>
|
|
9083
|
+
</div>
|
|
9063
9084
|
<header
|
|
9064
9085
|
class="pf-c-masthead"
|
|
9065
9086
|
id="wizard-with-drawer-in-page-expanded-example-masthead"
|
|
@@ -9925,6 +9946,7 @@ wrapperTag: div
|
|
|
9925
9946
|
</div>
|
|
9926
9947
|
</div>
|
|
9927
9948
|
</section>
|
|
9949
|
+
|
|
9928
9950
|
<section class="pf-c-page__main-wizard pf-m-light-200">
|
|
9929
9951
|
<div class="pf-c-wizard">
|
|
9930
9952
|
<button
|
|
@@ -10174,8 +10196,8 @@ wrapperTag: div
|
|
|
10174
10196
|
</div>
|
|
10175
10197
|
</div>
|
|
10176
10198
|
<footer class="pf-c-wizard__footer">
|
|
10177
|
-
<button class="pf-c-button pf-m-primary" type="submit">Next</button>
|
|
10178
10199
|
<button class="pf-c-button pf-m-secondary" type="button">Back</button>
|
|
10200
|
+
<button class="pf-c-button pf-m-primary" type="submit">Next</button>
|
|
10179
10201
|
<div class="pf-c-wizard__footer-cancel">
|
|
10180
10202
|
<button class="pf-c-button pf-m-link" type="button">Cancel</button>
|
|
10181
10203
|
</div>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@patternfly/patternfly",
|
|
3
3
|
"description": "Assets, source, tooling, and content for PatternFly 4",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "5.0.0-alpha.2",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"scripts": {
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
"@fortawesome/fontawesome": "^1.1.8",
|
|
35
35
|
"@octokit/rest": "^16.40.1",
|
|
36
36
|
"@patternfly/patternfly-a11y": "4.3.1",
|
|
37
|
-
"@patternfly/react-code-editor": "4.82.
|
|
38
|
-
"@patternfly/react-core": "4.
|
|
39
|
-
"@patternfly/react-table": "4.111.
|
|
37
|
+
"@patternfly/react-code-editor": "4.82.55",
|
|
38
|
+
"@patternfly/react-core": "4.250.1",
|
|
39
|
+
"@patternfly/react-table": "4.111.33",
|
|
40
40
|
"@starptech/prettyhtml": "^0.10.0",
|
|
41
41
|
"babel-eslint": "^8.2.3",
|
|
42
42
|
"cheerio": "^1.0.0-rc.3",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"stylelint-scss": "^4.3.0",
|
|
80
80
|
"stylelint-value-no-unknown-custom-properties": "^4.0.0",
|
|
81
81
|
"surge": "^0.21.3",
|
|
82
|
-
"@patternfly/documentation-framework": "1.2.
|
|
82
|
+
"@patternfly/documentation-framework": "1.2.61",
|
|
83
83
|
"unified": "^9.2.0",
|
|
84
84
|
"webpack": "^4.43.0"
|
|
85
85
|
},
|
|
@@ -93,7 +93,8 @@
|
|
|
93
93
|
},
|
|
94
94
|
"publishConfig": {
|
|
95
95
|
"registry": "https://registry.npmjs.org/",
|
|
96
|
-
"tag": "
|
|
96
|
+
"tag": "alpha",
|
|
97
|
+
"access": "public"
|
|
97
98
|
},
|
|
98
99
|
"husky": {
|
|
99
100
|
"hooks": {
|
|
@@ -243,17 +243,15 @@
|
|
|
243
243
|
--pf-global--icon--FontSize--md: 1.125rem;
|
|
244
244
|
--pf-global--icon--FontSize--lg: 1.5rem;
|
|
245
245
|
--pf-global--icon--FontSize--xl: 3.375rem;
|
|
246
|
-
--pf-global--FontFamily--sans-serif: "RedHatText",
|
|
247
|
-
--pf-global--FontFamily--heading--sans-serif: "RedHatDisplay",
|
|
246
|
+
--pf-global--FontFamily--sans-serif: "RedHatText", helvetica, arial, sans-serif;
|
|
247
|
+
--pf-global--FontFamily--heading--sans-serif: "RedHatDisplay", helvetica, arial, sans-serif;
|
|
248
248
|
--pf-global--FontFamily--monospace: "Liberation Mono", consolas, "SFMono-Regular", menlo, monaco, "Courier New", monospace;
|
|
249
|
-
--pf-global--FontFamily--redhat-updated--sans-serif: "RedHatTextUpdated",
|
|
250
|
-
--pf-global--FontFamily--redhat-updated--heading--sans-serif: "RedHatDisplayUpdated",
|
|
249
|
+
--pf-global--FontFamily--redhat-updated--sans-serif: "RedHatTextUpdated", helvetica, arial, sans-serif;
|
|
250
|
+
--pf-global--FontFamily--redhat-updated--heading--sans-serif: "RedHatDisplayUpdated", helvetica, arial, sans-serif;
|
|
251
251
|
--pf-global--FontFamily--redhat--monospace: "RedHatMono", "Liberation Mono", consolas, "SFMono-Regular", menlo, monaco, "Courier New", monospace;
|
|
252
|
-
--pf-global--FontFamily--redhatVF--sans-serif: "RedHatTextVF", "RedHatText",
|
|
253
|
-
--pf-global--FontFamily--redhatVF--heading--sans-serif: "RedHatDisplayVF", "RedHatDisplay",
|
|
252
|
+
--pf-global--FontFamily--redhatVF--sans-serif: "RedHatTextVF", "RedHatText", helvetica, arial, sans-serif;
|
|
253
|
+
--pf-global--FontFamily--redhatVF--heading--sans-serif: "RedHatDisplayVF", "RedHatDisplay", helvetica, arial, sans-serif;
|
|
254
254
|
--pf-global--FontFamily--redhatVF--monospace: "RedHatMonoVF", "RedHatMono", "Liberation Mono", consolas, "SFMono-Regular", menlo, monaco, "Courier New", monospace;
|
|
255
|
-
--pf-global--FontFamily--overpass--sans-serif: "overpass", overpass, "open sans", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
|
256
|
-
--pf-global--FontFamily--overpass--monospace: "overpass-mono", overpass-mono, "SFMono-Regular", menlo, monaco, consolas, "Liberation Mono", "Courier New", monospace;
|
|
257
255
|
--pf-global--FontSize--4xl: 2.25rem;
|
|
258
256
|
--pf-global--FontSize--3xl: 1.75rem;
|
|
259
257
|
--pf-global--FontSize--2xl: 1.5rem;
|
|
@@ -264,10 +262,7 @@
|
|
|
264
262
|
--pf-global--FontSize--xs: 0.75rem;
|
|
265
263
|
--pf-global--FontWeight--light: 300;
|
|
266
264
|
--pf-global--FontWeight--normal: 400;
|
|
267
|
-
--pf-global--FontWeight--semi-bold: 700;
|
|
268
|
-
--pf-global--FontWeight--overpass--semi-bold: 500;
|
|
269
265
|
--pf-global--FontWeight--bold: 700;
|
|
270
|
-
--pf-global--FontWeight--overpass--bold: 600;
|
|
271
266
|
--pf-global--LineHeight--sm: 1.3;
|
|
272
267
|
--pf-global--LineHeight--md: 1.5;
|
|
273
268
|
--pf-global--ListStyle: disc outside;
|
|
@@ -280,14 +275,6 @@
|
|
|
280
275
|
--pf-global--target-size--MinHeight: 44px;
|
|
281
276
|
}
|
|
282
277
|
|
|
283
|
-
.pf-m-overpass-font {
|
|
284
|
-
--pf-global--FontFamily--sans-serif: var(--pf-global--FontFamily--overpass--sans-serif);
|
|
285
|
-
--pf-global--FontFamily--heading--sans-serif: var(--pf-global--FontFamily--sans-serif);
|
|
286
|
-
--pf-global--FontFamily--monospace: var(--pf-global--FontFamily--overpass--monospace);
|
|
287
|
-
--pf-global--FontWeight--semi-bold: var(--pf-global--FontWeight--overpass--semi-bold);
|
|
288
|
-
--pf-global--FontWeight--bold: var(--pf-global--FontWeight--overpass--bold);
|
|
289
|
-
}
|
|
290
|
-
|
|
291
278
|
.pf-m-redhat-updated-font {
|
|
292
279
|
--pf-global--FontFamily--sans-serif: var(--pf-global--FontFamily--redhat-updated--sans-serif);
|
|
293
280
|
--pf-global--FontFamily--heading--sans-serif: var(--pf-global--FontFamily--redhat-updated--heading--sans-serif);
|
|
@@ -506,126 +493,6 @@
|
|
|
506
493
|
font-weight: 300 700;
|
|
507
494
|
font-display: fallback;
|
|
508
495
|
}
|
|
509
|
-
@font-face {
|
|
510
|
-
font-family: "overpass";
|
|
511
|
-
font-style: normal;
|
|
512
|
-
font-weight: 200;
|
|
513
|
-
src: url("./assets/fonts/overpass-webfont/overpass-thin.woff2") format("woff2"), url("./assets/fonts/overpass-webfont/overpass-thin.woff") format("woff");
|
|
514
|
-
}
|
|
515
|
-
@font-face {
|
|
516
|
-
font-family: "overpass";
|
|
517
|
-
font-style: italic;
|
|
518
|
-
font-weight: 200;
|
|
519
|
-
src: url("./assets/fonts/overpass-webfont/overpass-thin-italic.woff2") format("woff2"), url("./assets/fonts/overpass-webfont/overpass-thin-italic.woff") format("woff");
|
|
520
|
-
}
|
|
521
|
-
@font-face {
|
|
522
|
-
font-family: "overpass";
|
|
523
|
-
font-style: normal;
|
|
524
|
-
font-weight: 300;
|
|
525
|
-
src: url("./assets/fonts/overpass-webfont/overpass-extralight.woff2") format("woff2"), url("./assets/fonts/overpass-webfont/overpass-extralight.woff") format("woff");
|
|
526
|
-
}
|
|
527
|
-
@font-face {
|
|
528
|
-
font-family: "overpass";
|
|
529
|
-
font-style: italic;
|
|
530
|
-
font-weight: 300;
|
|
531
|
-
src: url("./assets/fonts/overpass-webfont/overpass-extralight-italic.woff2") format("woff2"), url("./assets/fonts/overpass-webfont/overpass-extralight-italic.woff") format("woff");
|
|
532
|
-
}
|
|
533
|
-
@font-face {
|
|
534
|
-
font-family: "overpass";
|
|
535
|
-
font-style: normal;
|
|
536
|
-
font-weight: 400;
|
|
537
|
-
src: url("./assets/fonts/overpass-webfont/overpass-light.woff2") format("woff2"), url("./assets/fonts/overpass-webfont/overpass-light.woff") format("woff");
|
|
538
|
-
}
|
|
539
|
-
@font-face {
|
|
540
|
-
font-family: "overpass";
|
|
541
|
-
font-style: italic;
|
|
542
|
-
font-weight: 400;
|
|
543
|
-
src: url("./assets/fonts/overpass-webfont/overpass-light-italic.woff2") format("woff2"), url("./assets/fonts/overpass-webfont/overpass-light-italic.woff") format("woff");
|
|
544
|
-
}
|
|
545
|
-
@font-face {
|
|
546
|
-
font-family: "overpass";
|
|
547
|
-
font-style: normal;
|
|
548
|
-
font-weight: 500;
|
|
549
|
-
src: url("./assets/fonts/overpass-webfont/overpass-regular.woff2") format("woff2"), url("./assets/fonts/overpass-webfont/overpass-regular.woff") format("woff");
|
|
550
|
-
}
|
|
551
|
-
@font-face {
|
|
552
|
-
font-family: "overpass";
|
|
553
|
-
font-style: italic;
|
|
554
|
-
font-weight: 500;
|
|
555
|
-
src: url("./assets/fonts/overpass-webfont/overpass-italic.woff2") format("woff2"), url("./assets/fonts/overpass-webfont/overpass-italic.woff") format("woff");
|
|
556
|
-
}
|
|
557
|
-
@font-face {
|
|
558
|
-
font-family: "overpass";
|
|
559
|
-
font-style: normal;
|
|
560
|
-
font-weight: 600;
|
|
561
|
-
src: url("./assets/fonts/overpass-webfont/overpass-semibold.woff2") format("woff2"), url("./assets/fonts/overpass-webfont/overpass-semibold.woff") format("woff");
|
|
562
|
-
}
|
|
563
|
-
@font-face {
|
|
564
|
-
font-family: "overpass";
|
|
565
|
-
font-style: italic;
|
|
566
|
-
font-weight: 600;
|
|
567
|
-
src: url("./assets/fonts/overpass-webfont/overpass-semibold-italic.woff2") format("woff2"), url("./assets/fonts/overpass-webfont/overpass-semibold-italic.woff") format("woff");
|
|
568
|
-
}
|
|
569
|
-
@font-face {
|
|
570
|
-
font-family: "overpass";
|
|
571
|
-
font-style: normal;
|
|
572
|
-
font-weight: 700;
|
|
573
|
-
src: url("./assets/fonts/overpass-webfont/overpass-bold.woff2") format("woff2"), url("./assets/fonts/overpass-webfont/overpass-bold.woff") format("woff");
|
|
574
|
-
}
|
|
575
|
-
@font-face {
|
|
576
|
-
font-family: "overpass";
|
|
577
|
-
font-style: italic;
|
|
578
|
-
font-weight: 700;
|
|
579
|
-
src: url("./assets/fonts/overpass-webfont/overpass-bold-italic.woff2") format("woff2"), url("./assets/fonts/overpass-webfont/overpass-bold-italic.woff") format("woff");
|
|
580
|
-
}
|
|
581
|
-
@font-face {
|
|
582
|
-
font-family: "overpass";
|
|
583
|
-
font-style: normal;
|
|
584
|
-
font-weight: 800;
|
|
585
|
-
src: url("./assets/fonts/overpass-webfont/overpass-extrabold.woff2") format("woff2"), url("./assets/fonts/overpass-webfont/overpass-extrabold.woff") format("woff");
|
|
586
|
-
}
|
|
587
|
-
@font-face {
|
|
588
|
-
font-family: "overpass";
|
|
589
|
-
font-style: italic;
|
|
590
|
-
font-weight: 800;
|
|
591
|
-
src: url("./assets/fonts/overpass-webfont/overpass-extrabold-italic.woff2") format("woff2"), url("./assets/fonts/overpass-webfont/overpass-extrabold-italic.woff") format("woff");
|
|
592
|
-
}
|
|
593
|
-
@font-face {
|
|
594
|
-
font-family: "overpass";
|
|
595
|
-
font-style: normal;
|
|
596
|
-
font-weight: 900;
|
|
597
|
-
src: url("./assets/fonts/overpass-webfont/overpass-heavy.woff2") format("woff2"), url("./assets/fonts/overpass-webfont/overpass-heavy.woff") format("woff");
|
|
598
|
-
}
|
|
599
|
-
@font-face {
|
|
600
|
-
font-family: "overpass";
|
|
601
|
-
font-style: italic;
|
|
602
|
-
font-weight: 900;
|
|
603
|
-
src: url("./assets/fonts/overpass-webfont/overpass-heavy-italic.woff2") format("woff2"), url("./assets/fonts/overpass-webfont/overpass-heavy-italic.woff") format("woff");
|
|
604
|
-
}
|
|
605
|
-
@font-face {
|
|
606
|
-
font-family: "overpass-mono";
|
|
607
|
-
font-style: normal;
|
|
608
|
-
font-weight: 300;
|
|
609
|
-
src: url("./assets/fonts/overpass-mono-webfont/overpass-mono-light.woff2") format("woff2"), url("./assets/fonts/overpass-mono-webfont/overpass-mono-light.woff") format("woff");
|
|
610
|
-
}
|
|
611
|
-
@font-face {
|
|
612
|
-
font-family: "overpass-mono";
|
|
613
|
-
font-style: normal;
|
|
614
|
-
font-weight: 400;
|
|
615
|
-
src: url("./assets/fonts/overpass-mono-webfont/overpass-mono-regular.woff2") format("woff2"), url("./assets/fonts/overpass-mono-webfont/overpass-mono-regular.woff") format("woff");
|
|
616
|
-
}
|
|
617
|
-
@font-face {
|
|
618
|
-
font-family: "overpass-mono";
|
|
619
|
-
font-style: normal;
|
|
620
|
-
font-weight: 500;
|
|
621
|
-
src: url("./assets/fonts/overpass-mono-webfont/overpass-mono-semibold.woff2") format("woff2"), url("./assets/fonts/overpass-mono-webfont/overpass-mono-semibold.woff") format("woff");
|
|
622
|
-
}
|
|
623
|
-
@font-face {
|
|
624
|
-
font-family: "overpass-mono";
|
|
625
|
-
font-style: normal;
|
|
626
|
-
font-weight: 600;
|
|
627
|
-
src: url("./assets/fonts/overpass-mono-webfont/overpass-mono-bold.woff2") format("woff2"), url("./assets/fonts/overpass-mono-webfont/overpass-mono-bold.woff") format("woff");
|
|
628
|
-
}
|
|
629
496
|
[class*=pf-c-], [class*=pf-c-]::before, [class*=pf-c-]::after {
|
|
630
497
|
padding: 0;
|
|
631
498
|
margin: 0;
|
|
@@ -5399,4 +5266,28 @@ html {
|
|
|
5399
5266
|
|
|
5400
5267
|
.pf-icon-zone:before {
|
|
5401
5268
|
content: "\e911";
|
|
5269
|
+
}
|
|
5270
|
+
|
|
5271
|
+
.pf-svg-size-sm {
|
|
5272
|
+
width: 1em;
|
|
5273
|
+
height: 1em;
|
|
5274
|
+
vertical-align: -0.125em;
|
|
5275
|
+
}
|
|
5276
|
+
|
|
5277
|
+
.pf-svg-size-md {
|
|
5278
|
+
width: 1.5em;
|
|
5279
|
+
height: 1.5em;
|
|
5280
|
+
vertical-align: -0.1875em;
|
|
5281
|
+
}
|
|
5282
|
+
|
|
5283
|
+
.pf-svg-size-lg {
|
|
5284
|
+
width: 2em;
|
|
5285
|
+
height: 2em;
|
|
5286
|
+
vertical-align: -0.25em;
|
|
5287
|
+
}
|
|
5288
|
+
|
|
5289
|
+
.pf-svg-size-xl {
|
|
5290
|
+
width: 3em;
|
|
5291
|
+
height: 3em;
|
|
5292
|
+
vertical-align: -0.375em;
|
|
5402
5293
|
}
|