@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
|
@@ -7,10 +7,12 @@ section: components
|
|
|
7
7
|
|
|
8
8
|
```html isFullscreen
|
|
9
9
|
<div class="pf-c-page" id="nav-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-nav-basic-example"
|
|
14
|
+
>Skip to content</a>
|
|
15
|
+
</div>
|
|
14
16
|
<header class="pf-c-masthead" id="nav-basic-example-masthead">
|
|
15
17
|
<span class="pf-c-masthead__toggle">
|
|
16
18
|
<button
|
|
@@ -918,10 +920,12 @@ section: components
|
|
|
918
920
|
|
|
919
921
|
```html isFullscreen
|
|
920
922
|
<div class="pf-c-page" id="nav-grouped-nav-example">
|
|
921
|
-
<
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
923
|
+
<div class="pf-c-skip-to-content">
|
|
924
|
+
<a
|
|
925
|
+
class="pf-c-button pf-m-primary"
|
|
926
|
+
href="#main-content-nav-grouped-nav-example"
|
|
927
|
+
>Skip to content</a>
|
|
928
|
+
</div>
|
|
925
929
|
<header class="pf-c-masthead" id="nav-grouped-nav-example-masthead">
|
|
926
930
|
<span class="pf-c-masthead__toggle">
|
|
927
931
|
<button
|
|
@@ -1849,10 +1853,12 @@ section: components
|
|
|
1849
1853
|
|
|
1850
1854
|
```html isFullscreen
|
|
1851
1855
|
<div class="pf-c-page" id="nav-expandable-example">
|
|
1852
|
-
<
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
+
<div class="pf-c-skip-to-content">
|
|
1857
|
+
<a
|
|
1858
|
+
class="pf-c-button pf-m-primary"
|
|
1859
|
+
href="#main-content-nav-expandable-example"
|
|
1860
|
+
>Skip to content</a>
|
|
1861
|
+
</div>
|
|
1856
1862
|
<header class="pf-c-masthead" id="nav-expandable-example-masthead">
|
|
1857
1863
|
<span class="pf-c-masthead__toggle">
|
|
1858
1864
|
<button
|
|
@@ -2842,10 +2848,12 @@ section: components
|
|
|
2842
2848
|
|
|
2843
2849
|
```html isFullscreen
|
|
2844
2850
|
<div class="pf-c-page" id="nav-horizontal-example">
|
|
2845
|
-
<
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
|
|
2851
|
+
<div class="pf-c-skip-to-content">
|
|
2852
|
+
<a
|
|
2853
|
+
class="pf-c-button pf-m-primary"
|
|
2854
|
+
href="#main-content-nav-horizontal-example"
|
|
2855
|
+
>Skip to content</a>
|
|
2856
|
+
</div>
|
|
2849
2857
|
<header class="pf-c-masthead" id="nav-horizontal-example-masthead">
|
|
2850
2858
|
<div class="pf-c-masthead__main">
|
|
2851
2859
|
<a class="pf-c-masthead__brand" href="#">
|
|
@@ -3758,10 +3766,12 @@ section: components
|
|
|
3758
3766
|
|
|
3759
3767
|
```html isFullscreen
|
|
3760
3768
|
<div class="pf-c-page" id="nav-horizontal-subnav-example">
|
|
3761
|
-
<
|
|
3762
|
-
|
|
3763
|
-
|
|
3764
|
-
|
|
3769
|
+
<div class="pf-c-skip-to-content">
|
|
3770
|
+
<a
|
|
3771
|
+
class="pf-c-button pf-m-primary"
|
|
3772
|
+
href="#main-content-nav-horizontal-subnav-example"
|
|
3773
|
+
>Skip to content</a>
|
|
3774
|
+
</div>
|
|
3765
3775
|
<header class="pf-c-masthead" id="nav-horizontal-subnav-example-masthead">
|
|
3766
3776
|
<span class="pf-c-masthead__toggle">
|
|
3767
3777
|
<button
|
|
@@ -4751,10 +4761,12 @@ section: components
|
|
|
4751
4761
|
|
|
4752
4762
|
```html isFullscreen
|
|
4753
4763
|
<div class="pf-c-page" id="nav-horizontal-example">
|
|
4754
|
-
<
|
|
4755
|
-
|
|
4756
|
-
|
|
4757
|
-
|
|
4764
|
+
<div class="pf-c-skip-to-content">
|
|
4765
|
+
<a
|
|
4766
|
+
class="pf-c-button pf-m-primary"
|
|
4767
|
+
href="#main-content-nav-horizontal-example"
|
|
4768
|
+
>Skip to content</a>
|
|
4769
|
+
</div>
|
|
4758
4770
|
<header
|
|
4759
4771
|
class="pf-c-masthead pf-m-display-stack pf-m-display-inline-on-lg"
|
|
4760
4772
|
id="nav-horizontal-example-masthead"
|
|
@@ -5719,10 +5731,12 @@ section: components
|
|
|
5719
5731
|
|
|
5720
5732
|
```html isFullscreen
|
|
5721
5733
|
<div class="pf-c-page" id="nav-legacy-teriary-example">
|
|
5722
|
-
<
|
|
5723
|
-
|
|
5724
|
-
|
|
5725
|
-
|
|
5734
|
+
<div class="pf-c-skip-to-content">
|
|
5735
|
+
<a
|
|
5736
|
+
class="pf-c-button pf-m-primary"
|
|
5737
|
+
href="#main-content-nav-legacy-teriary-example"
|
|
5738
|
+
>Skip to content</a>
|
|
5739
|
+
</div>
|
|
5726
5740
|
<header class="pf-c-masthead" id="nav-legacy-teriary-example-masthead">
|
|
5727
5741
|
<span class="pf-c-masthead__toggle">
|
|
5728
5742
|
<button
|
|
@@ -6752,10 +6766,12 @@ section: components
|
|
|
6752
6766
|
|
|
6753
6767
|
```html isFullscreen
|
|
6754
6768
|
<div class="pf-c-page" id="nav-light-theme-example">
|
|
6755
|
-
<
|
|
6756
|
-
|
|
6757
|
-
|
|
6758
|
-
|
|
6769
|
+
<div class="pf-c-skip-to-content">
|
|
6770
|
+
<a
|
|
6771
|
+
class="pf-c-button pf-m-primary"
|
|
6772
|
+
href="#main-content-nav-light-theme-example"
|
|
6773
|
+
>Skip to content</a>
|
|
6774
|
+
</div>
|
|
6759
6775
|
<header class="pf-c-masthead" id="nav-light-theme-example-masthead">
|
|
6760
6776
|
<span class="pf-c-masthead__toggle">
|
|
6761
6777
|
<button
|
|
@@ -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
|
|
@@ -3933,12 +3941,14 @@ Using the `.pf-m-full-height` modifier class on the page component eliminates th
|
|
|
3933
3941
|
|
|
3934
3942
|
### Sticky breadcrumb on medium
|
|
3935
3943
|
|
|
3936
|
-
```html isFullscreen
|
|
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"
|
|
@@ -942,7 +944,6 @@ wrapperTag: div
|
|
|
942
944
|
role="listbox"
|
|
943
945
|
aria-labelledby="primary-detail-expanded-example-drawer-toolbar-select-name-label"
|
|
944
946
|
hidden
|
|
945
|
-
style="width: 175px"
|
|
946
947
|
>
|
|
947
948
|
<li role="presentation">
|
|
948
949
|
<button
|
|
@@ -982,7 +983,10 @@ wrapperTag: div
|
|
|
982
983
|
</li>
|
|
983
984
|
</ul>
|
|
984
985
|
</div>
|
|
985
|
-
<div
|
|
986
|
+
<div
|
|
987
|
+
class="pf-c-text-input-group"
|
|
988
|
+
style="width: auto"
|
|
989
|
+
>
|
|
986
990
|
<div class="pf-c-text-input-group__main pf-m-icon">
|
|
987
991
|
<span class="pf-c-text-input-group__text">
|
|
988
992
|
<span class="pf-c-text-input-group__icon">
|
|
@@ -1883,10 +1887,12 @@ wrapperTag: div
|
|
|
1883
1887
|
|
|
1884
1888
|
```html isFullscreen
|
|
1885
1889
|
<div class="pf-c-page" id="primary-detail-collapsed-example">
|
|
1886
|
-
<
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
+
<div class="pf-c-skip-to-content">
|
|
1891
|
+
<a
|
|
1892
|
+
class="pf-c-button pf-m-primary"
|
|
1893
|
+
href="#main-content-primary-detail-collapsed-example"
|
|
1894
|
+
>Skip to content</a>
|
|
1895
|
+
</div>
|
|
1890
1896
|
<header
|
|
1891
1897
|
class="pf-c-masthead pf-m-display-stack pf-m-display-inline-on-lg"
|
|
1892
1898
|
id="primary-detail-collapsed-example-masthead"
|
|
@@ -2817,7 +2823,6 @@ wrapperTag: div
|
|
|
2817
2823
|
role="listbox"
|
|
2818
2824
|
aria-labelledby="primary-detail-collapsed-example-drawer-toolbar-select-name-label"
|
|
2819
2825
|
hidden
|
|
2820
|
-
style="width: 175px"
|
|
2821
2826
|
>
|
|
2822
2827
|
<li role="presentation">
|
|
2823
2828
|
<button
|
|
@@ -2857,7 +2862,10 @@ wrapperTag: div
|
|
|
2857
2862
|
</li>
|
|
2858
2863
|
</ul>
|
|
2859
2864
|
</div>
|
|
2860
|
-
<div
|
|
2865
|
+
<div
|
|
2866
|
+
class="pf-c-text-input-group"
|
|
2867
|
+
style="width: auto"
|
|
2868
|
+
>
|
|
2861
2869
|
<div class="pf-c-text-input-group__main pf-m-icon">
|
|
2862
2870
|
<span class="pf-c-text-input-group__text">
|
|
2863
2871
|
<span class="pf-c-text-input-group__icon">
|
|
@@ -3685,10 +3693,12 @@ wrapperTag: div
|
|
|
3685
3693
|
|
|
3686
3694
|
```html isFullscreen
|
|
3687
3695
|
<div class="pf-c-page" id="primary-detail-content-body-padding-example">
|
|
3688
|
-
<
|
|
3689
|
-
|
|
3690
|
-
|
|
3691
|
-
|
|
3696
|
+
<div class="pf-c-skip-to-content">
|
|
3697
|
+
<a
|
|
3698
|
+
class="pf-c-button pf-m-primary"
|
|
3699
|
+
href="#main-content-primary-detail-content-body-padding-example"
|
|
3700
|
+
>Skip to content</a>
|
|
3701
|
+
</div>
|
|
3692
3702
|
<header
|
|
3693
3703
|
class="pf-c-masthead pf-m-display-stack pf-m-display-inline-on-lg"
|
|
3694
3704
|
id="primary-detail-content-body-padding-example-masthead"
|
|
@@ -5392,10 +5402,12 @@ wrapperTag: div
|
|
|
5392
5402
|
|
|
5393
5403
|
```html isFullscreen
|
|
5394
5404
|
<div class="pf-c-page" id="primary-detail-card-view-expanded-example">
|
|
5395
|
-
<
|
|
5396
|
-
|
|
5397
|
-
|
|
5398
|
-
|
|
5405
|
+
<div class="pf-c-skip-to-content">
|
|
5406
|
+
<a
|
|
5407
|
+
class="pf-c-button pf-m-primary"
|
|
5408
|
+
href="#main-content-primary-detail-card-view-expanded-example"
|
|
5409
|
+
>Skip to content</a>
|
|
5410
|
+
</div>
|
|
5399
5411
|
<header
|
|
5400
5412
|
class="pf-c-masthead pf-m-display-stack pf-m-display-inline-on-lg"
|
|
5401
5413
|
id="primary-detail-card-view-expanded-example-masthead"
|
|
@@ -6368,7 +6380,6 @@ wrapperTag: div
|
|
|
6368
6380
|
role="listbox"
|
|
6369
6381
|
aria-labelledby="primary-detail-card-view-expanded-example-drawer-toolbar-select-name-label"
|
|
6370
6382
|
hidden
|
|
6371
|
-
style="width: 175px"
|
|
6372
6383
|
>
|
|
6373
6384
|
<li role="presentation">
|
|
6374
6385
|
<button
|
|
@@ -6408,7 +6419,7 @@ wrapperTag: div
|
|
|
6408
6419
|
</li>
|
|
6409
6420
|
</ul>
|
|
6410
6421
|
</div>
|
|
6411
|
-
<div class="pf-c-text-input-group">
|
|
6422
|
+
<div class="pf-c-text-input-group" style="width: auto">
|
|
6412
6423
|
<div class="pf-c-text-input-group__main pf-m-icon">
|
|
6413
6424
|
<span class="pf-c-text-input-group__text">
|
|
6414
6425
|
<span class="pf-c-text-input-group__icon">
|
|
@@ -7516,10 +7527,12 @@ wrapperTag: div
|
|
|
7516
7527
|
|
|
7517
7528
|
```html isFullscreen
|
|
7518
7529
|
<div class="pf-c-page" id="primary-detail-card-simple-list-on-mobile-example">
|
|
7519
|
-
<
|
|
7520
|
-
|
|
7521
|
-
|
|
7522
|
-
|
|
7530
|
+
<div class="pf-c-skip-to-content">
|
|
7531
|
+
<a
|
|
7532
|
+
class="pf-c-button pf-m-primary"
|
|
7533
|
+
href="#main-content-primary-detail-card-simple-list-on-mobile-example"
|
|
7534
|
+
>Skip to content</a>
|
|
7535
|
+
</div>
|
|
7523
7536
|
<header
|
|
7524
7537
|
class="pf-c-masthead"
|
|
7525
7538
|
id="primary-detail-card-simple-list-on-mobile-example-masthead"
|
|
@@ -8575,10 +8588,12 @@ wrapperTag: div
|
|
|
8575
8588
|
|
|
8576
8589
|
```html isFullscreen
|
|
8577
8590
|
<div class="pf-c-page" id="primary-detail-card-data-list-example">
|
|
8578
|
-
<
|
|
8579
|
-
|
|
8580
|
-
|
|
8581
|
-
|
|
8591
|
+
<div class="pf-c-skip-to-content">
|
|
8592
|
+
<a
|
|
8593
|
+
class="pf-c-button pf-m-primary"
|
|
8594
|
+
href="#main-content-primary-detail-card-data-list-example"
|
|
8595
|
+
>Skip to content</a>
|
|
8596
|
+
</div>
|
|
8582
8597
|
<header
|
|
8583
8598
|
class="pf-c-masthead"
|
|
8584
8599
|
id="primary-detail-card-data-list-example-masthead"
|
|
@@ -9878,10 +9893,12 @@ wrapperTag: div
|
|
|
9878
9893
|
|
|
9879
9894
|
```html isFullscreen
|
|
9880
9895
|
<div class="pf-c-page" id="primary-detail-inline-modifier-example">
|
|
9881
|
-
<
|
|
9882
|
-
|
|
9883
|
-
|
|
9884
|
-
|
|
9896
|
+
<div class="pf-c-skip-to-content">
|
|
9897
|
+
<a
|
|
9898
|
+
class="pf-c-button pf-m-primary"
|
|
9899
|
+
href="#main-content-primary-detail-inline-modifier-example"
|
|
9900
|
+
>Skip to content</a>
|
|
9901
|
+
</div>
|
|
9885
9902
|
<header
|
|
9886
9903
|
class="pf-c-masthead"
|
|
9887
9904
|
id="primary-detail-inline-modifier-example-masthead"
|
|
@@ -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
|