@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
|
@@ -7,10 +7,12 @@ section: components
|
|
|
7
7
|
|
|
8
8
|
```html isFullscreen
|
|
9
9
|
<div class="pf-c-page" id="drawer-collapsed-example-page">
|
|
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-drawer-collapsed-example-page"
|
|
14
|
+
>Skip to content</a>
|
|
15
|
+
</div>
|
|
14
16
|
<header class="pf-c-masthead" id="drawer-collapsed-example-page-masthead">
|
|
15
17
|
<span class="pf-c-masthead__toggle">
|
|
16
18
|
<button
|
|
@@ -1521,10 +1523,12 @@ section: components
|
|
|
1521
1523
|
|
|
1522
1524
|
```html isFullscreen
|
|
1523
1525
|
<div class="pf-c-page" id="drawer-expanded-read-example-page">
|
|
1524
|
-
<
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1526
|
+
<div class="pf-c-skip-to-content">
|
|
1527
|
+
<a
|
|
1528
|
+
class="pf-c-button pf-m-primary"
|
|
1529
|
+
href="#main-content-drawer-expanded-read-example-page"
|
|
1530
|
+
>Skip to content</a>
|
|
1531
|
+
</div>
|
|
1528
1532
|
<header class="pf-c-masthead" id="drawer-expanded-read-example-page-masthead">
|
|
1529
1533
|
<span class="pf-c-masthead__toggle">
|
|
1530
1534
|
<button
|
|
@@ -3036,10 +3040,12 @@ section: components
|
|
|
3036
3040
|
|
|
3037
3041
|
```html isFullscreen
|
|
3038
3042
|
<div class="pf-c-page" id="drawer-expanded-unread-example-page">
|
|
3039
|
-
<
|
|
3040
|
-
|
|
3041
|
-
|
|
3042
|
-
|
|
3043
|
+
<div class="pf-c-skip-to-content">
|
|
3044
|
+
<a
|
|
3045
|
+
class="pf-c-button pf-m-primary"
|
|
3046
|
+
href="#main-content-drawer-expanded-unread-example-page"
|
|
3047
|
+
>Skip to content</a>
|
|
3048
|
+
</div>
|
|
3043
3049
|
<header
|
|
3044
3050
|
class="pf-c-masthead"
|
|
3045
3051
|
id="drawer-expanded-unread-example-page-masthead"
|
|
@@ -4559,10 +4565,12 @@ section: components
|
|
|
4559
4565
|
|
|
4560
4566
|
```html isFullscreen
|
|
4561
4567
|
<div class="pf-c-page" id="drawer-expanded-attention-example-page">
|
|
4562
|
-
<
|
|
4563
|
-
|
|
4564
|
-
|
|
4565
|
-
|
|
4568
|
+
<div class="pf-c-skip-to-content">
|
|
4569
|
+
<a
|
|
4570
|
+
class="pf-c-button pf-m-primary"
|
|
4571
|
+
href="#main-content-drawer-expanded-attention-example-page"
|
|
4572
|
+
>Skip to content</a>
|
|
4573
|
+
</div>
|
|
4566
4574
|
<header
|
|
4567
4575
|
class="pf-c-masthead"
|
|
4568
4576
|
id="drawer-expanded-attention-example-page-masthead"
|
|
@@ -6081,10 +6089,12 @@ section: components
|
|
|
6081
6089
|
|
|
6082
6090
|
```html isFullscreen
|
|
6083
6091
|
<div class="pf-c-page" id="drawer-expanded-with-groups-example-page">
|
|
6084
|
-
<
|
|
6085
|
-
|
|
6086
|
-
|
|
6087
|
-
|
|
6092
|
+
<div class="pf-c-skip-to-content">
|
|
6093
|
+
<a
|
|
6094
|
+
class="pf-c-button pf-m-primary"
|
|
6095
|
+
href="#main-content-drawer-expanded-with-groups-example-page"
|
|
6096
|
+
>Skip to content</a>
|
|
6097
|
+
</div>
|
|
6088
6098
|
<header
|
|
6089
6099
|
class="pf-c-masthead"
|
|
6090
6100
|
id="drawer-expanded-with-groups-example-page-masthead"
|
|
@@ -8,10 +8,12 @@ wrapperTag: div
|
|
|
8
8
|
|
|
9
9
|
```html isFullscreen
|
|
10
10
|
<div class="pf-c-page" id="page-demo-basic">
|
|
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-page-demo-basic"
|
|
15
|
+
>Skip to content</a>
|
|
16
|
+
</div>
|
|
15
17
|
<header class="pf-c-masthead" id="page-demo-basic-masthead">
|
|
16
18
|
<span class="pf-c-masthead__toggle">
|
|
17
19
|
<button
|
|
@@ -917,10 +919,12 @@ Using the `.pf-m-full-height` modifier class on the page component eliminates th
|
|
|
917
919
|
|
|
918
920
|
```html isFullscreen isBeta
|
|
919
921
|
<div class="pf-c-page pf-m-full-height" id="page-demo-full-height">
|
|
920
|
-
<
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
922
|
+
<div class="pf-c-skip-to-content">
|
|
923
|
+
<a
|
|
924
|
+
class="pf-c-button pf-m-primary"
|
|
925
|
+
href="#main-content-page-demo-full-height"
|
|
926
|
+
>Skip to content</a>
|
|
927
|
+
</div>
|
|
924
928
|
<header class="pf-c-masthead" id="page-demo-full-height-masthead">
|
|
925
929
|
<span class="pf-c-masthead__toggle">
|
|
926
930
|
<button
|
|
@@ -1828,10 +1832,12 @@ Using the `.pf-m-full-height` modifier class on the page component eliminates th
|
|
|
1828
1832
|
|
|
1829
1833
|
```html isFullscreen
|
|
1830
1834
|
<div class="pf-c-page" id="page-demo-sticky-top-horizontal-subnav">
|
|
1831
|
-
<
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
+
<div class="pf-c-skip-to-content">
|
|
1836
|
+
<a
|
|
1837
|
+
class="pf-c-button pf-m-primary"
|
|
1838
|
+
href="#main-content-page-demo-sticky-top-horizontal-subnav"
|
|
1839
|
+
>Skip to content</a>
|
|
1840
|
+
</div>
|
|
1835
1841
|
<header
|
|
1836
1842
|
class="pf-c-masthead"
|
|
1837
1843
|
id="page-demo-sticky-top-horizontal-subnav-masthead"
|
|
@@ -2902,10 +2908,12 @@ Using the `.pf-m-full-height` modifier class on the page component eliminates th
|
|
|
2902
2908
|
|
|
2903
2909
|
```html isFullscreen
|
|
2904
2910
|
<div class="pf-c-page" id="page-demo-sticky-top-breadcrumb">
|
|
2905
|
-
<
|
|
2906
|
-
|
|
2907
|
-
|
|
2908
|
-
|
|
2911
|
+
<div class="pf-c-skip-to-content">
|
|
2912
|
+
<a
|
|
2913
|
+
class="pf-c-button pf-m-primary"
|
|
2914
|
+
href="#main-content-page-demo-sticky-top-breadcrumb"
|
|
2915
|
+
>Skip to content</a>
|
|
2916
|
+
</div>
|
|
2909
2917
|
<header class="pf-c-masthead" id="page-demo-sticky-top-breadcrumb-masthead">
|
|
2910
2918
|
<span class="pf-c-masthead__toggle">
|
|
2911
2919
|
<button
|
|
@@ -3935,10 +3943,12 @@ Using the `.pf-m-full-height` modifier class on the page component eliminates th
|
|
|
3935
3943
|
|
|
3936
3944
|
```html isFullscreen isBeta
|
|
3937
3945
|
<div class="pf-c-page" id="page-demo-sticky-top-breadcrumb">
|
|
3938
|
-
<
|
|
3939
|
-
|
|
3940
|
-
|
|
3941
|
-
|
|
3946
|
+
<div class="pf-c-skip-to-content">
|
|
3947
|
+
<a
|
|
3948
|
+
class="pf-c-button pf-m-primary"
|
|
3949
|
+
href="#main-content-page-demo-sticky-top-breadcrumb"
|
|
3950
|
+
>Skip to content</a>
|
|
3951
|
+
</div>
|
|
3942
3952
|
<header class="pf-c-masthead" id="page-demo-sticky-top-breadcrumb-masthead">
|
|
3943
3953
|
<span class="pf-c-masthead__toggle">
|
|
3944
3954
|
<button
|
|
@@ -4968,10 +4978,12 @@ Using the `.pf-m-full-height` modifier class on the page component eliminates th
|
|
|
4968
4978
|
|
|
4969
4979
|
```html isFullscreen
|
|
4970
4980
|
<div class="pf-c-page" id="page-demo-sticky-top-section-group">
|
|
4971
|
-
<
|
|
4972
|
-
|
|
4973
|
-
|
|
4974
|
-
|
|
4981
|
+
<div class="pf-c-skip-to-content">
|
|
4982
|
+
<a
|
|
4983
|
+
class="pf-c-button pf-m-primary"
|
|
4984
|
+
href="#main-content-page-demo-sticky-top-section-group"
|
|
4985
|
+
>Skip to content</a>
|
|
4986
|
+
</div>
|
|
4975
4987
|
<header
|
|
4976
4988
|
class="pf-c-masthead"
|
|
4977
4989
|
id="page-demo-sticky-top-section-group-masthead"
|
|
@@ -6004,10 +6016,12 @@ Using the `.pf-m-full-height` modifier class on the page component eliminates th
|
|
|
6004
6016
|
|
|
6005
6017
|
```html isFullscreen
|
|
6006
6018
|
<div class="pf-c-page" id="page-demo-sticky-section-bottom">
|
|
6007
|
-
<
|
|
6008
|
-
|
|
6009
|
-
|
|
6010
|
-
|
|
6019
|
+
<div class="pf-c-skip-to-content">
|
|
6020
|
+
<a
|
|
6021
|
+
class="pf-c-button pf-m-primary"
|
|
6022
|
+
href="#main-content-page-demo-sticky-section-bottom"
|
|
6023
|
+
>Skip to content</a>
|
|
6024
|
+
</div>
|
|
6011
6025
|
<header class="pf-c-masthead" id="page-demo-sticky-section-bottom-masthead">
|
|
6012
6026
|
<span class="pf-c-masthead__toggle">
|
|
6013
6027
|
<button
|
|
@@ -7042,10 +7056,12 @@ Using the `.pf-m-full-height` modifier class on the page component eliminates th
|
|
|
7042
7056
|
|
|
7043
7057
|
```html isFullscreen
|
|
7044
7058
|
<div class="pf-c-page" id="page-demo-overflow-scroll">
|
|
7045
|
-
<
|
|
7046
|
-
|
|
7047
|
-
|
|
7048
|
-
|
|
7059
|
+
<div class="pf-c-skip-to-content">
|
|
7060
|
+
<a
|
|
7061
|
+
class="pf-c-button pf-m-primary"
|
|
7062
|
+
href="#main-content-page-demo-overflow-scroll"
|
|
7063
|
+
>Skip to content</a>
|
|
7064
|
+
</div>
|
|
7049
7065
|
<header class="pf-c-masthead" id="page-demo-overflow-scroll-masthead">
|
|
7050
7066
|
<span class="pf-c-masthead__toggle">
|
|
7051
7067
|
<button
|
|
@@ -8085,10 +8101,12 @@ Using the `.pf-m-full-height` modifier class on the page component eliminates th
|
|
|
8085
8101
|
|
|
8086
8102
|
```html isFullscreen
|
|
8087
8103
|
<div class="pf-c-page" id="page-demo-centered-section">
|
|
8088
|
-
<
|
|
8089
|
-
|
|
8090
|
-
|
|
8091
|
-
|
|
8104
|
+
<div class="pf-c-skip-to-content">
|
|
8105
|
+
<a
|
|
8106
|
+
class="pf-c-button pf-m-primary"
|
|
8107
|
+
href="#main-content-page-demo-centered-section"
|
|
8108
|
+
>Skip to content</a>
|
|
8109
|
+
</div>
|
|
8092
8110
|
<header class="pf-c-masthead" id="page-demo-centered-section-masthead">
|
|
8093
8111
|
<span class="pf-c-masthead__toggle">
|
|
8094
8112
|
<button
|
|
@@ -8,10 +8,12 @@ wrapperTag: div
|
|
|
8
8
|
|
|
9
9
|
```html isFullscreen
|
|
10
10
|
<div class="pf-c-page" id="primary-detail-expanded-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-primary-detail-expanded-example"
|
|
15
|
+
>Skip to content</a>
|
|
16
|
+
</div>
|
|
15
17
|
<header
|
|
16
18
|
class="pf-c-masthead pf-m-display-stack pf-m-display-inline-on-lg"
|
|
17
19
|
id="primary-detail-expanded-example-masthead"
|
|
@@ -1883,10 +1885,12 @@ wrapperTag: div
|
|
|
1883
1885
|
|
|
1884
1886
|
```html isFullscreen
|
|
1885
1887
|
<div class="pf-c-page" id="primary-detail-collapsed-example">
|
|
1886
|
-
<
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1888
|
+
<div class="pf-c-skip-to-content">
|
|
1889
|
+
<a
|
|
1890
|
+
class="pf-c-button pf-m-primary"
|
|
1891
|
+
href="#main-content-primary-detail-collapsed-example"
|
|
1892
|
+
>Skip to content</a>
|
|
1893
|
+
</div>
|
|
1890
1894
|
<header
|
|
1891
1895
|
class="pf-c-masthead pf-m-display-stack pf-m-display-inline-on-lg"
|
|
1892
1896
|
id="primary-detail-collapsed-example-masthead"
|
|
@@ -3685,10 +3689,12 @@ wrapperTag: div
|
|
|
3685
3689
|
|
|
3686
3690
|
```html isFullscreen
|
|
3687
3691
|
<div class="pf-c-page" id="primary-detail-content-body-padding-example">
|
|
3688
|
-
<
|
|
3689
|
-
|
|
3690
|
-
|
|
3691
|
-
|
|
3692
|
+
<div class="pf-c-skip-to-content">
|
|
3693
|
+
<a
|
|
3694
|
+
class="pf-c-button pf-m-primary"
|
|
3695
|
+
href="#main-content-primary-detail-content-body-padding-example"
|
|
3696
|
+
>Skip to content</a>
|
|
3697
|
+
</div>
|
|
3692
3698
|
<header
|
|
3693
3699
|
class="pf-c-masthead pf-m-display-stack pf-m-display-inline-on-lg"
|
|
3694
3700
|
id="primary-detail-content-body-padding-example-masthead"
|
|
@@ -5392,10 +5398,12 @@ wrapperTag: div
|
|
|
5392
5398
|
|
|
5393
5399
|
```html isFullscreen
|
|
5394
5400
|
<div class="pf-c-page" id="primary-detail-card-view-expanded-example">
|
|
5395
|
-
<
|
|
5396
|
-
|
|
5397
|
-
|
|
5398
|
-
|
|
5401
|
+
<div class="pf-c-skip-to-content">
|
|
5402
|
+
<a
|
|
5403
|
+
class="pf-c-button pf-m-primary"
|
|
5404
|
+
href="#main-content-primary-detail-card-view-expanded-example"
|
|
5405
|
+
>Skip to content</a>
|
|
5406
|
+
</div>
|
|
5399
5407
|
<header
|
|
5400
5408
|
class="pf-c-masthead pf-m-display-stack pf-m-display-inline-on-lg"
|
|
5401
5409
|
id="primary-detail-card-view-expanded-example-masthead"
|
|
@@ -6261,6 +6269,7 @@ wrapperTag: div
|
|
|
6261
6269
|
</div>
|
|
6262
6270
|
</div>
|
|
6263
6271
|
</section>
|
|
6272
|
+
<div class="pf-c-divider" role="separator"></div>
|
|
6264
6273
|
<section class="pf-c-page__main-section pf-m-no-padding">
|
|
6265
6274
|
<!-- Drawer -->
|
|
6266
6275
|
<div class="pf-c-drawer pf-m-expanded pf-m-inline-on-2xl">
|
|
@@ -7516,10 +7525,12 @@ wrapperTag: div
|
|
|
7516
7525
|
|
|
7517
7526
|
```html isFullscreen
|
|
7518
7527
|
<div class="pf-c-page" id="primary-detail-card-simple-list-on-mobile-example">
|
|
7519
|
-
<
|
|
7520
|
-
|
|
7521
|
-
|
|
7522
|
-
|
|
7528
|
+
<div class="pf-c-skip-to-content">
|
|
7529
|
+
<a
|
|
7530
|
+
class="pf-c-button pf-m-primary"
|
|
7531
|
+
href="#main-content-primary-detail-card-simple-list-on-mobile-example"
|
|
7532
|
+
>Skip to content</a>
|
|
7533
|
+
</div>
|
|
7523
7534
|
<header
|
|
7524
7535
|
class="pf-c-masthead"
|
|
7525
7536
|
id="primary-detail-card-simple-list-on-mobile-example-masthead"
|
|
@@ -8575,10 +8586,12 @@ wrapperTag: div
|
|
|
8575
8586
|
|
|
8576
8587
|
```html isFullscreen
|
|
8577
8588
|
<div class="pf-c-page" id="primary-detail-card-data-list-example">
|
|
8578
|
-
<
|
|
8579
|
-
|
|
8580
|
-
|
|
8581
|
-
|
|
8589
|
+
<div class="pf-c-skip-to-content">
|
|
8590
|
+
<a
|
|
8591
|
+
class="pf-c-button pf-m-primary"
|
|
8592
|
+
href="#main-content-primary-detail-card-data-list-example"
|
|
8593
|
+
>Skip to content</a>
|
|
8594
|
+
</div>
|
|
8582
8595
|
<header
|
|
8583
8596
|
class="pf-c-masthead"
|
|
8584
8597
|
id="primary-detail-card-data-list-example-masthead"
|
|
@@ -9878,10 +9891,12 @@ wrapperTag: div
|
|
|
9878
9891
|
|
|
9879
9892
|
```html isFullscreen
|
|
9880
9893
|
<div class="pf-c-page" id="primary-detail-inline-modifier-example">
|
|
9881
|
-
<
|
|
9882
|
-
|
|
9883
|
-
|
|
9884
|
-
|
|
9894
|
+
<div class="pf-c-skip-to-content">
|
|
9895
|
+
<a
|
|
9896
|
+
class="pf-c-button pf-m-primary"
|
|
9897
|
+
href="#main-content-primary-detail-inline-modifier-example"
|
|
9898
|
+
>Skip to content</a>
|
|
9899
|
+
</div>
|
|
9885
9900
|
<header
|
|
9886
9901
|
class="pf-c-masthead"
|
|
9887
9902
|
id="primary-detail-inline-modifier-example-masthead"
|
|
@@ -10748,6 +10763,7 @@ wrapperTag: div
|
|
|
10748
10763
|
</div>
|
|
10749
10764
|
</section>
|
|
10750
10765
|
<div class="pf-c-divider" role="separator"></div>
|
|
10766
|
+
|
|
10751
10767
|
<div class="pf-c-drawer pf-m-expanded pf-m-inline-on-2xl">
|
|
10752
10768
|
<div class="pf-c-drawer__main">
|
|
10753
10769
|
<!-- Content -->
|
|
@@ -7,10 +7,12 @@ section: components
|
|
|
7
7
|
|
|
8
8
|
```html isFullscreen
|
|
9
9
|
<div class="pf-c-page" id="skeleton-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-skeleton-basic-example"
|
|
14
|
+
>Skip to content</a>
|
|
15
|
+
</div>
|
|
14
16
|
<header class="pf-c-masthead" id="skeleton-basic-example-masthead">
|
|
15
17
|
<span class="pf-c-masthead__toggle">
|
|
16
18
|
<button
|
|
@@ -10,10 +10,12 @@ wrapperTag: div
|
|
|
10
10
|
|
|
11
11
|
```html isFullscreen
|
|
12
12
|
<div class="pf-c-page" id="basic-demo">
|
|
13
|
-
<
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
13
|
+
<div class="pf-c-skip-to-content">
|
|
14
|
+
<a
|
|
15
|
+
class="pf-c-button pf-m-primary"
|
|
16
|
+
href="#main-content-basic-demo"
|
|
17
|
+
>Skip to content</a>
|
|
18
|
+
</div>
|
|
17
19
|
<header class="pf-c-masthead" id="basic-demo-masthead">
|
|
18
20
|
<span class="pf-c-masthead__toggle">
|
|
19
21
|
<button
|
|
@@ -1712,10 +1714,12 @@ wrapperTag: div
|
|
|
1712
1714
|
|
|
1713
1715
|
```html isFullscreen
|
|
1714
1716
|
<div class="pf-c-page" id="sortable-demo">
|
|
1715
|
-
<
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1717
|
+
<div class="pf-c-skip-to-content">
|
|
1718
|
+
<a
|
|
1719
|
+
class="pf-c-button pf-m-primary"
|
|
1720
|
+
href="#main-content-sortable-demo"
|
|
1721
|
+
>Skip to content</a>
|
|
1722
|
+
</div>
|
|
1719
1723
|
<header class="pf-c-masthead" id="sortable-demo-masthead">
|
|
1720
1724
|
<span class="pf-c-masthead__toggle">
|
|
1721
1725
|
<button
|
|
@@ -3588,10 +3592,12 @@ wrapperTag: div
|
|
|
3588
3592
|
|
|
3589
3593
|
```html isFullscreen
|
|
3590
3594
|
<div class="pf-c-page" id="expandable-demo">
|
|
3591
|
-
<
|
|
3592
|
-
|
|
3593
|
-
|
|
3594
|
-
|
|
3595
|
+
<div class="pf-c-skip-to-content">
|
|
3596
|
+
<a
|
|
3597
|
+
class="pf-c-button pf-m-primary"
|
|
3598
|
+
href="#main-content-expandable-demo"
|
|
3599
|
+
>Skip to content</a>
|
|
3600
|
+
</div>
|
|
3595
3601
|
<header class="pf-c-masthead" id="expandable-demo-masthead">
|
|
3596
3602
|
<span class="pf-c-masthead__toggle">
|
|
3597
3603
|
<button
|
|
@@ -5666,10 +5672,12 @@ wrapperTag: div
|
|
|
5666
5672
|
|
|
5667
5673
|
```html isFullscreen
|
|
5668
5674
|
<div class="pf-c-page" id="compact-demo">
|
|
5669
|
-
<
|
|
5670
|
-
|
|
5671
|
-
|
|
5672
|
-
|
|
5675
|
+
<div class="pf-c-skip-to-content">
|
|
5676
|
+
<a
|
|
5677
|
+
class="pf-c-button pf-m-primary"
|
|
5678
|
+
href="#main-content-compact-demo"
|
|
5679
|
+
>Skip to content</a>
|
|
5680
|
+
</div>
|
|
5673
5681
|
<header class="pf-c-masthead" id="compact-demo-masthead">
|
|
5674
5682
|
<span class="pf-c-masthead__toggle">
|
|
5675
5683
|
<button
|
|
@@ -7400,10 +7408,12 @@ wrapperTag: div
|
|
|
7400
7408
|
|
|
7401
7409
|
```html isFullscreen
|
|
7402
7410
|
<div class="pf-c-page" id="compound-expansion-demo">
|
|
7403
|
-
<
|
|
7404
|
-
|
|
7405
|
-
|
|
7406
|
-
|
|
7411
|
+
<div class="pf-c-skip-to-content">
|
|
7412
|
+
<a
|
|
7413
|
+
class="pf-c-button pf-m-primary"
|
|
7414
|
+
href="#main-content-compound-expansion-demo"
|
|
7415
|
+
>Skip to content</a>
|
|
7416
|
+
</div>
|
|
7407
7417
|
<header class="pf-c-masthead" id="compound-expansion-demo-masthead">
|
|
7408
7418
|
<span class="pf-c-masthead__toggle">
|
|
7409
7419
|
<button
|
|
@@ -12348,10 +12358,12 @@ wrapperTag: div
|
|
|
12348
12358
|
|
|
12349
12359
|
```html isFullscreen
|
|
12350
12360
|
<div class="pf-c-page" id="loading-state-demo">
|
|
12351
|
-
<
|
|
12352
|
-
|
|
12353
|
-
|
|
12354
|
-
|
|
12361
|
+
<div class="pf-c-skip-to-content">
|
|
12362
|
+
<a
|
|
12363
|
+
class="pf-c-button pf-m-primary"
|
|
12364
|
+
href="#main-content-loading-state-demo"
|
|
12365
|
+
>Skip to content</a>
|
|
12366
|
+
</div>
|
|
12355
12367
|
<header class="pf-c-masthead" id="loading-state-demo-masthead">
|
|
12356
12368
|
<span class="pf-c-masthead__toggle">
|
|
12357
12369
|
<button
|
|
@@ -13276,10 +13288,12 @@ wrapperTag: div
|
|
|
13276
13288
|
|
|
13277
13289
|
```html isFullscreen
|
|
13278
13290
|
<div class="pf-c-page" id="empty-state-demo">
|
|
13279
|
-
<
|
|
13280
|
-
|
|
13281
|
-
|
|
13282
|
-
|
|
13291
|
+
<div class="pf-c-skip-to-content">
|
|
13292
|
+
<a
|
|
13293
|
+
class="pf-c-button pf-m-primary"
|
|
13294
|
+
href="#main-content-empty-state-demo"
|
|
13295
|
+
>Skip to content</a>
|
|
13296
|
+
</div>
|
|
13283
13297
|
<header class="pf-c-masthead" id="empty-state-demo-masthead">
|
|
13284
13298
|
<span class="pf-c-masthead__toggle">
|
|
13285
13299
|
<button
|
|
@@ -14207,10 +14221,12 @@ wrapperTag: div
|
|
|
14207
14221
|
|
|
14208
14222
|
```html isFullscreen
|
|
14209
14223
|
<div class="pf-c-page" id="static-bottom-pagination-demo">
|
|
14210
|
-
<
|
|
14211
|
-
|
|
14212
|
-
|
|
14213
|
-
|
|
14224
|
+
<div class="pf-c-skip-to-content">
|
|
14225
|
+
<a
|
|
14226
|
+
class="pf-c-button pf-m-primary"
|
|
14227
|
+
href="#main-content-static-bottom-pagination-demo"
|
|
14228
|
+
>Skip to content</a>
|
|
14229
|
+
</div>
|
|
14214
14230
|
<header class="pf-c-masthead" id="static-bottom-pagination-demo-masthead">
|
|
14215
14231
|
<span class="pf-c-masthead__toggle">
|
|
14216
14232
|
<button
|
|
@@ -16081,10 +16097,12 @@ wrapperTag: div
|
|
|
16081
16097
|
|
|
16082
16098
|
```html isFullscreen
|
|
16083
16099
|
<div class="pf-c-page" id="column-management-demo">
|
|
16084
|
-
<
|
|
16085
|
-
|
|
16086
|
-
|
|
16087
|
-
|
|
16100
|
+
<div class="pf-c-skip-to-content">
|
|
16101
|
+
<a
|
|
16102
|
+
class="pf-c-button pf-m-primary"
|
|
16103
|
+
href="#main-content-column-management-demo"
|
|
16104
|
+
>Skip to content</a>
|
|
16105
|
+
</div>
|
|
16088
16106
|
<header class="pf-c-masthead" id="column-management-demo-masthead">
|
|
16089
16107
|
<span class="pf-c-masthead__toggle">
|
|
16090
16108
|
<button
|
|
@@ -18038,10 +18056,12 @@ wrapperTag: div
|
|
|
18038
18056
|
|
|
18039
18057
|
```html isFullscreen
|
|
18040
18058
|
<div class="pf-c-page" id="sticky-header-demo">
|
|
18041
|
-
<
|
|
18042
|
-
|
|
18043
|
-
|
|
18044
|
-
|
|
18059
|
+
<div class="pf-c-skip-to-content">
|
|
18060
|
+
<a
|
|
18061
|
+
class="pf-c-button pf-m-primary"
|
|
18062
|
+
href="#main-content-sticky-header-demo"
|
|
18063
|
+
>Skip to content</a>
|
|
18064
|
+
</div>
|
|
18045
18065
|
<header class="pf-c-masthead" id="sticky-header-demo-masthead">
|
|
18046
18066
|
<span class="pf-c-masthead__toggle">
|
|
18047
18067
|
<button
|
|
@@ -19912,10 +19932,12 @@ wrapperTag: div
|
|
|
19912
19932
|
|
|
19913
19933
|
```html isFullscreen
|
|
19914
19934
|
<div class="pf-c-page" id="sticky-first-column-demo">
|
|
19915
|
-
<
|
|
19916
|
-
|
|
19917
|
-
|
|
19918
|
-
|
|
19935
|
+
<div class="pf-c-skip-to-content">
|
|
19936
|
+
<a
|
|
19937
|
+
class="pf-c-button pf-m-primary"
|
|
19938
|
+
href="#main-content-sticky-first-column-demo"
|
|
19939
|
+
>Skip to content</a>
|
|
19940
|
+
</div>
|
|
19919
19941
|
<header class="pf-c-masthead" id="sticky-first-column-demo-masthead">
|
|
19920
19942
|
<span class="pf-c-masthead__toggle">
|
|
19921
19943
|
<button
|
|
@@ -21710,10 +21732,12 @@ wrapperTag: div
|
|
|
21710
21732
|
|
|
21711
21733
|
```html isFullscreen
|
|
21712
21734
|
<div class="pf-c-page" id="sticky-multiple-columns-demo">
|
|
21713
|
-
<
|
|
21714
|
-
|
|
21715
|
-
|
|
21716
|
-
|
|
21735
|
+
<div class="pf-c-skip-to-content">
|
|
21736
|
+
<a
|
|
21737
|
+
class="pf-c-button pf-m-primary"
|
|
21738
|
+
href="#main-content-sticky-multiple-columns-demo"
|
|
21739
|
+
>Skip to content</a>
|
|
21740
|
+
</div>
|
|
21717
21741
|
<header class="pf-c-masthead" id="sticky-multiple-columns-demo-masthead">
|
|
21718
21742
|
<span class="pf-c-masthead__toggle">
|
|
21719
21743
|
<button
|
|
@@ -23527,10 +23551,12 @@ wrapperTag: div
|
|
|
23527
23551
|
|
|
23528
23552
|
```html isFullscreen
|
|
23529
23553
|
<div class="pf-c-page" id="sticky-header-and-multiple columns-demo">
|
|
23530
|
-
<
|
|
23531
|
-
|
|
23532
|
-
|
|
23533
|
-
|
|
23554
|
+
<div class="pf-c-skip-to-content">
|
|
23555
|
+
<a
|
|
23556
|
+
class="pf-c-button pf-m-primary"
|
|
23557
|
+
href="#main-content-sticky-header-and-multiple columns-demo"
|
|
23558
|
+
>Skip to content</a>
|
|
23559
|
+
</div>
|
|
23534
23560
|
<header
|
|
23535
23561
|
class="pf-c-masthead"
|
|
23536
23562
|
id="sticky-header-and-multiple columns-demo-masthead"
|
|
@@ -25347,10 +25373,12 @@ By default, table cell alignment is set to baseline. This retains vertical align
|
|
|
25347
25373
|
|
|
25348
25374
|
```html isFullscreen
|
|
25349
25375
|
<div class="pf-c-page" id="image-alignment-demo">
|
|
25350
|
-
<
|
|
25351
|
-
|
|
25352
|
-
|
|
25353
|
-
|
|
25376
|
+
<div class="pf-c-skip-to-content">
|
|
25377
|
+
<a
|
|
25378
|
+
class="pf-c-button pf-m-primary"
|
|
25379
|
+
href="#main-content-image-alignment-demo"
|
|
25380
|
+
>Skip to content</a>
|
|
25381
|
+
</div>
|
|
25354
25382
|
<header class="pf-c-masthead" id="image-alignment-demo-masthead">
|
|
25355
25383
|
<span class="pf-c-masthead__toggle">
|
|
25356
25384
|
<button
|