@patternfly/patternfly 4.205.0 → 4.206.1
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/base/_common.scss +9 -0
- package/base/patternfly-common.css +7 -0
- package/components/Tabs/tabs.css +4 -0
- package/components/Tabs/tabs.scss +8 -1
- package/components/TreeView/tree-view.css +6 -12
- package/components/TreeView/tree-view.scss +4 -8
- package/docs/components/AppLauncher/examples/application-launcher.md +69 -22
- package/docs/components/DataList/examples/DataList.md +30 -30
- package/docs/components/DatePicker/examples/DatePicker.md +4 -4
- package/docs/components/LabelGroup/examples/LabelGroup.md +19 -19
- package/docs/components/LogViewer/examples/LogViewer.md +46 -37
- package/docs/components/Masthead/examples/masthead.md +1 -1
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +54 -27
- package/docs/components/Nav/examples/Navigation.md +12 -6
- package/docs/components/Pagination/examples/Pagination.md +47 -14
- package/docs/components/Popover/examples/Popover.md +36 -24
- package/docs/components/SearchInput/examples/SearchInput.md +12 -12
- package/docs/components/Select/examples/Select.md +8 -8
- package/docs/components/Table/examples/Table.md +1 -1
- package/docs/components/Tabs/examples/Tabs.md +67 -73
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +60 -60
- package/docs/components/Tile/examples/Tile.md +0 -2
- package/docs/components/TreeView/examples/TreeView.md +257 -217
- package/docs/demos/AboutModal/examples/AboutModal.md +1 -1
- package/docs/demos/Alert/examples/Alert.md +3 -3
- package/docs/demos/BackToTop/examples/BackToTop.md +1 -1
- package/docs/demos/Banner/examples/Banner.md +2 -2
- package/docs/demos/CardView/examples/CardView.md +1 -1
- package/docs/demos/ContextSelector/examples/ContextSelector.md +3 -3
- package/docs/demos/Dashboard/examples/Dashboard.md +1 -1
- package/docs/demos/DataList/examples/DataList.md +4 -4
- package/docs/demos/DescriptionList/examples/DescriptionList.md +3 -3
- package/docs/demos/Drawer/examples/Drawer.md +5 -5
- package/docs/demos/JumpLinks/examples/JumpLinks.md +6 -6
- package/docs/demos/Masthead/examples/Masthead.md +2 -2
- package/docs/demos/Modal/examples/Modal.md +6 -6
- package/docs/demos/Nav/examples/Nav.md +8 -8
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +5 -5
- package/docs/demos/Page/examples/Page.md +8 -8
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +7 -7
- package/docs/demos/Skeleton/examples/Skeleton.md +1 -1
- package/docs/demos/Table/examples/Table.md +14 -14
- package/docs/demos/Tabs/examples/Tabs.md +8 -8
- package/docs/demos/Toolbar/examples/Toolbar.md +55 -37
- package/docs/demos/Wizard/examples/Wizard.md +8 -8
- package/docs/layouts/Flex/examples/Flex.md +1 -1
- package/docs/layouts/Grid/examples/Grid.md +1 -1
- package/package.json +1 -1
- package/patternfly-base-no-reset.css +7 -0
- package/patternfly-base.css +7 -0
- package/patternfly-no-reset.css +17 -12
- package/patternfly.css +17 -12
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -74,7 +74,7 @@ This demo implements the about modal, including the backdrop.
|
|
|
74
74
|
<button
|
|
75
75
|
class="pf-c-app-launcher__toggle"
|
|
76
76
|
type="button"
|
|
77
|
-
id="modal-basic-example-masthead-
|
|
77
|
+
id="modal-basic-example-masthead-application-launcher-button"
|
|
78
78
|
aria-expanded="false"
|
|
79
79
|
aria-label="Application launcher"
|
|
80
80
|
>
|
|
@@ -72,7 +72,7 @@ section: components
|
|
|
72
72
|
<button
|
|
73
73
|
class="pf-c-app-launcher__toggle"
|
|
74
74
|
type="button"
|
|
75
|
-
id="alert-basic-example-masthead-
|
|
75
|
+
id="alert-basic-example-masthead-application-launcher-button"
|
|
76
76
|
aria-expanded="false"
|
|
77
77
|
aria-label="Application launcher"
|
|
78
78
|
>
|
|
@@ -1065,7 +1065,7 @@ section: components
|
|
|
1065
1065
|
<button
|
|
1066
1066
|
class="pf-c-app-launcher__toggle"
|
|
1067
1067
|
type="button"
|
|
1068
|
-
id="alert-horizontal-example-masthead-
|
|
1068
|
+
id="alert-horizontal-example-masthead-application-launcher-button"
|
|
1069
1069
|
aria-expanded="false"
|
|
1070
1070
|
aria-label="Application launcher"
|
|
1071
1071
|
>
|
|
@@ -2108,7 +2108,7 @@ section: components
|
|
|
2108
2108
|
<button
|
|
2109
2109
|
class="pf-c-app-launcher__toggle"
|
|
2110
2110
|
type="button"
|
|
2111
|
-
id="alert-stacked-example-masthead-
|
|
2111
|
+
id="alert-stacked-example-masthead-application-launcher-button"
|
|
2112
2112
|
aria-expanded="false"
|
|
2113
2113
|
aria-label="Application launcher"
|
|
2114
2114
|
>
|
|
@@ -73,7 +73,7 @@ cssPrefix: pf-d-back-to-top
|
|
|
73
73
|
<button
|
|
74
74
|
class="pf-c-app-launcher__toggle"
|
|
75
75
|
type="button"
|
|
76
|
-
id="back-to-top-basic-example-masthead-
|
|
76
|
+
id="back-to-top-basic-example-masthead-application-launcher-button"
|
|
77
77
|
aria-expanded="false"
|
|
78
78
|
aria-label="Application launcher"
|
|
79
79
|
>
|
|
@@ -75,7 +75,7 @@ wrapperTag: div
|
|
|
75
75
|
<button
|
|
76
76
|
class="pf-c-app-launcher__toggle"
|
|
77
77
|
type="button"
|
|
78
|
-
id="banner-basic-example-masthead-
|
|
78
|
+
id="banner-basic-example-masthead-application-launcher-button"
|
|
79
79
|
aria-expanded="false"
|
|
80
80
|
aria-label="Application launcher"
|
|
81
81
|
>
|
|
@@ -1151,7 +1151,7 @@ wrapperTag: div
|
|
|
1151
1151
|
<button
|
|
1152
1152
|
class="pf-c-app-launcher__toggle"
|
|
1153
1153
|
type="button"
|
|
1154
|
-
id="banner-top-bottom-example-masthead-
|
|
1154
|
+
id="banner-top-bottom-example-masthead-application-launcher-button"
|
|
1155
1155
|
aria-expanded="false"
|
|
1156
1156
|
aria-label="Application launcher"
|
|
1157
1157
|
>
|
|
@@ -72,7 +72,7 @@ section: demos
|
|
|
72
72
|
<button
|
|
73
73
|
class="pf-c-app-launcher__toggle"
|
|
74
74
|
type="button"
|
|
75
|
-
id="card-view-basic-example-masthead-
|
|
75
|
+
id="card-view-basic-example-masthead-application-launcher-button"
|
|
76
76
|
aria-expanded="false"
|
|
77
77
|
aria-label="Application launcher"
|
|
78
78
|
>
|
|
@@ -373,7 +373,7 @@ section: components
|
|
|
373
373
|
<button
|
|
374
374
|
class="pf-c-app-launcher__toggle"
|
|
375
375
|
type="button"
|
|
376
|
-
id="context-selector-in-sidebar-example-masthead-
|
|
376
|
+
id="context-selector-in-sidebar-example-masthead-application-launcher-button"
|
|
377
377
|
aria-expanded="false"
|
|
378
378
|
aria-label="Application launcher"
|
|
379
379
|
>
|
|
@@ -1422,7 +1422,7 @@ section: components
|
|
|
1422
1422
|
<button
|
|
1423
1423
|
class="pf-c-app-launcher__toggle"
|
|
1424
1424
|
type="button"
|
|
1425
|
-
id="context-selector-in-sidebar-expanded-example-masthead-
|
|
1425
|
+
id="context-selector-in-sidebar-expanded-example-masthead-application-launcher-button"
|
|
1426
1426
|
aria-expanded="false"
|
|
1427
1427
|
aria-label="Application launcher"
|
|
1428
1428
|
>
|
|
@@ -2473,7 +2473,7 @@ section: components
|
|
|
2473
2473
|
<button
|
|
2474
2474
|
class="pf-c-app-launcher__toggle"
|
|
2475
2475
|
type="button"
|
|
2476
|
-
id="context-selector-in-page-content-example-masthead-
|
|
2476
|
+
id="context-selector-in-page-content-example-masthead-application-launcher-button"
|
|
2477
2477
|
aria-expanded="false"
|
|
2478
2478
|
aria-label="Application launcher"
|
|
2479
2479
|
>
|
|
@@ -74,7 +74,7 @@ cssPrefix: pf-d-dashboard
|
|
|
74
74
|
<button
|
|
75
75
|
class="pf-c-app-launcher__toggle"
|
|
76
76
|
type="button"
|
|
77
|
-
id="dashboard-demo-masthead-
|
|
77
|
+
id="dashboard-demo-masthead-application-launcher-button"
|
|
78
78
|
aria-expanded="false"
|
|
79
79
|
aria-label="Application launcher"
|
|
80
80
|
>
|
|
@@ -73,7 +73,7 @@ wrapperTag: div
|
|
|
73
73
|
<button
|
|
74
74
|
class="pf-c-app-launcher__toggle"
|
|
75
75
|
type="button"
|
|
76
|
-
id="data-list-basic-example-masthead-
|
|
76
|
+
id="data-list-basic-example-masthead-application-launcher-button"
|
|
77
77
|
aria-expanded="false"
|
|
78
78
|
aria-label="Application launcher"
|
|
79
79
|
>
|
|
@@ -1597,7 +1597,7 @@ wrapperTag: div
|
|
|
1597
1597
|
<button
|
|
1598
1598
|
class="pf-c-app-launcher__toggle"
|
|
1599
1599
|
type="button"
|
|
1600
|
-
id="data-list-actionable-example-masthead-
|
|
1600
|
+
id="data-list-actionable-example-masthead-application-launcher-button"
|
|
1601
1601
|
aria-expanded="false"
|
|
1602
1602
|
aria-label="Application launcher"
|
|
1603
1603
|
>
|
|
@@ -3099,7 +3099,7 @@ wrapperTag: div
|
|
|
3099
3099
|
<button
|
|
3100
3100
|
class="pf-c-app-launcher__toggle"
|
|
3101
3101
|
type="button"
|
|
3102
|
-
id="data-list-expandable-example-masthead-
|
|
3102
|
+
id="data-list-expandable-example-masthead-application-launcher-button"
|
|
3103
3103
|
aria-expanded="false"
|
|
3104
3104
|
aria-label="Application launcher"
|
|
3105
3105
|
>
|
|
@@ -5209,7 +5209,7 @@ wrapperTag: div
|
|
|
5209
5209
|
<button
|
|
5210
5210
|
class="pf-c-app-launcher__toggle"
|
|
5211
5211
|
type="button"
|
|
5212
|
-
id="data-list-static-bottom-example-masthead-
|
|
5212
|
+
id="data-list-static-bottom-example-masthead-application-launcher-button"
|
|
5213
5213
|
aria-expanded="false"
|
|
5214
5214
|
aria-label="Application launcher"
|
|
5215
5215
|
>
|
|
@@ -74,7 +74,7 @@ cssPrefix: pf-d-description-list
|
|
|
74
74
|
<button
|
|
75
75
|
class="pf-c-app-launcher__toggle"
|
|
76
76
|
type="button"
|
|
77
|
-
id="description-list-basic-example-masthead-
|
|
77
|
+
id="description-list-basic-example-masthead-application-launcher-button"
|
|
78
78
|
aria-expanded="false"
|
|
79
79
|
aria-label="Application launcher"
|
|
80
80
|
>
|
|
@@ -1057,7 +1057,7 @@ cssPrefix: pf-d-description-list
|
|
|
1057
1057
|
<button
|
|
1058
1058
|
class="pf-c-app-launcher__toggle"
|
|
1059
1059
|
type="button"
|
|
1060
|
-
id="description-list-in-drawer-example-masthead-
|
|
1060
|
+
id="description-list-in-drawer-example-masthead-application-launcher-button"
|
|
1061
1061
|
aria-expanded="false"
|
|
1062
1062
|
aria-label="Application launcher"
|
|
1063
1063
|
>
|
|
@@ -2323,7 +2323,7 @@ cssPrefix: pf-d-description-list
|
|
|
2323
2323
|
<button
|
|
2324
2324
|
class="pf-c-app-launcher__toggle"
|
|
2325
2325
|
type="button"
|
|
2326
|
-
id="description-list-complex-content-example-masthead-
|
|
2326
|
+
id="description-list-complex-content-example-masthead-application-launcher-button"
|
|
2327
2327
|
aria-expanded="false"
|
|
2328
2328
|
aria-label="Application launcher"
|
|
2329
2329
|
>
|
|
@@ -73,7 +73,7 @@ wrapperTag: div
|
|
|
73
73
|
<button
|
|
74
74
|
class="pf-c-app-launcher__toggle"
|
|
75
75
|
type="button"
|
|
76
|
-
id="drawer-collapsed-example-masthead-
|
|
76
|
+
id="drawer-collapsed-example-masthead-application-launcher-button"
|
|
77
77
|
aria-expanded="false"
|
|
78
78
|
aria-label="Application launcher"
|
|
79
79
|
>
|
|
@@ -1184,7 +1184,7 @@ wrapperTag: div
|
|
|
1184
1184
|
<button
|
|
1185
1185
|
class="pf-c-app-launcher__toggle"
|
|
1186
1186
|
type="button"
|
|
1187
|
-
id="drawer-expanded-example-masthead-
|
|
1187
|
+
id="drawer-expanded-example-masthead-application-launcher-button"
|
|
1188
1188
|
aria-expanded="false"
|
|
1189
1189
|
aria-label="Application launcher"
|
|
1190
1190
|
>
|
|
@@ -2121,7 +2121,7 @@ wrapperTag: div
|
|
|
2121
2121
|
<button
|
|
2122
2122
|
class="pf-c-app-launcher__toggle"
|
|
2123
2123
|
type="button"
|
|
2124
|
-
id="drawer-expanded-bottom-example-masthead-
|
|
2124
|
+
id="drawer-expanded-bottom-example-masthead-application-launcher-button"
|
|
2125
2125
|
aria-expanded="false"
|
|
2126
2126
|
aria-label="Application launcher"
|
|
2127
2127
|
>
|
|
@@ -3058,7 +3058,7 @@ wrapperTag: div
|
|
|
3058
3058
|
<button
|
|
3059
3059
|
class="pf-c-app-launcher__toggle"
|
|
3060
3060
|
type="button"
|
|
3061
|
-
id="drawer-jump-links-masthead-
|
|
3061
|
+
id="drawer-jump-links-masthead-application-launcher-button"
|
|
3062
3062
|
aria-expanded="false"
|
|
3063
3063
|
aria-label="Application launcher"
|
|
3064
3064
|
>
|
|
@@ -4008,7 +4008,7 @@ wrapperTag: div
|
|
|
4008
4008
|
<button
|
|
4009
4009
|
class="pf-c-app-launcher__toggle"
|
|
4010
4010
|
type="button"
|
|
4011
|
-
id="drawer-expanded-jump-links-masthead-
|
|
4011
|
+
id="drawer-expanded-jump-links-masthead-application-launcher-button"
|
|
4012
4012
|
aria-expanded="false"
|
|
4013
4013
|
aria-label="Application launcher"
|
|
4014
4014
|
>
|
|
@@ -75,7 +75,7 @@ section: components
|
|
|
75
75
|
<button
|
|
76
76
|
class="pf-c-app-launcher__toggle"
|
|
77
77
|
type="button"
|
|
78
|
-
id="jump-links-collapsed-mobile-example-masthead-
|
|
78
|
+
id="jump-links-collapsed-mobile-example-masthead-application-launcher-button"
|
|
79
79
|
aria-expanded="false"
|
|
80
80
|
aria-label="Application launcher"
|
|
81
81
|
>
|
|
@@ -1070,7 +1070,7 @@ section: components
|
|
|
1070
1070
|
<button
|
|
1071
1071
|
class="pf-c-app-launcher__toggle"
|
|
1072
1072
|
type="button"
|
|
1073
|
-
id="jump-links-vertical-expanded-mobile-example-masthead-
|
|
1073
|
+
id="jump-links-vertical-expanded-mobile-example-masthead-application-launcher-button"
|
|
1074
1074
|
aria-expanded="false"
|
|
1075
1075
|
aria-label="Application launcher"
|
|
1076
1076
|
>
|
|
@@ -2065,7 +2065,7 @@ section: components
|
|
|
2065
2065
|
<button
|
|
2066
2066
|
class="pf-c-app-launcher__toggle"
|
|
2067
2067
|
type="button"
|
|
2068
|
-
id="jump-links-vertical-toggle-text-mobile-example-masthead-
|
|
2068
|
+
id="jump-links-vertical-toggle-text-mobile-example-masthead-application-launcher-button"
|
|
2069
2069
|
aria-expanded="false"
|
|
2070
2070
|
aria-label="Application launcher"
|
|
2071
2071
|
>
|
|
@@ -3057,7 +3057,7 @@ section: components
|
|
|
3057
3057
|
<button
|
|
3058
3058
|
class="pf-c-app-launcher__toggle"
|
|
3059
3059
|
type="button"
|
|
3060
|
-
id="jump-links-horizontal-example-masthead-
|
|
3060
|
+
id="jump-links-horizontal-example-masthead-application-launcher-button"
|
|
3061
3061
|
aria-expanded="false"
|
|
3062
3062
|
aria-label="Application launcher"
|
|
3063
3063
|
>
|
|
@@ -4001,7 +4001,7 @@ section: components
|
|
|
4001
4001
|
<button
|
|
4002
4002
|
class="pf-c-app-launcher__toggle"
|
|
4003
4003
|
type="button"
|
|
4004
|
-
id="jump-links-drawer-masthead-
|
|
4004
|
+
id="jump-links-drawer-masthead-application-launcher-button"
|
|
4005
4005
|
aria-expanded="false"
|
|
4006
4006
|
aria-label="Application launcher"
|
|
4007
4007
|
>
|
|
@@ -4951,7 +4951,7 @@ section: components
|
|
|
4951
4951
|
<button
|
|
4952
4952
|
class="pf-c-app-launcher__toggle"
|
|
4953
4953
|
type="button"
|
|
4954
|
-
id="jump-links-drawer-expanded-masthead-
|
|
4954
|
+
id="jump-links-drawer-expanded-masthead-application-launcher-button"
|
|
4955
4955
|
aria-expanded="false"
|
|
4956
4956
|
aria-label="Application launcher"
|
|
4957
4957
|
>
|
|
@@ -1361,7 +1361,7 @@ wrapperTag: div
|
|
|
1361
1361
|
<button
|
|
1362
1362
|
class="pf-c-app-launcher__toggle"
|
|
1363
1363
|
type="button"
|
|
1364
|
-
id="masthead-advanced-with-menu-example-masthead-
|
|
1364
|
+
id="masthead-advanced-with-menu-example-masthead-application-launcher-button"
|
|
1365
1365
|
aria-expanded="false"
|
|
1366
1366
|
aria-label="Application launcher"
|
|
1367
1367
|
>
|
|
@@ -2319,7 +2319,7 @@ wrapperTag: div
|
|
|
2319
2319
|
<button
|
|
2320
2320
|
class="pf-c-app-launcher__toggle"
|
|
2321
2321
|
type="button"
|
|
2322
|
-
id="masthead-horizontal-nav-masthead-
|
|
2322
|
+
id="masthead-horizontal-nav-masthead-application-launcher-button"
|
|
2323
2323
|
aria-expanded="false"
|
|
2324
2324
|
aria-label="Application launcher"
|
|
2325
2325
|
>
|
|
@@ -72,7 +72,7 @@ section: components
|
|
|
72
72
|
<button
|
|
73
73
|
class="pf-c-app-launcher__toggle"
|
|
74
74
|
type="button"
|
|
75
|
-
id="modal-basic-example-masthead-
|
|
75
|
+
id="modal-basic-example-masthead-application-launcher-button"
|
|
76
76
|
aria-expanded="false"
|
|
77
77
|
aria-label="Application launcher"
|
|
78
78
|
>
|
|
@@ -1030,7 +1030,7 @@ section: components
|
|
|
1030
1030
|
<button
|
|
1031
1031
|
class="pf-c-app-launcher__toggle"
|
|
1032
1032
|
type="button"
|
|
1033
|
-
id="modal-scrollable-content-example-masthead-
|
|
1033
|
+
id="modal-scrollable-content-example-masthead-application-launcher-button"
|
|
1034
1034
|
aria-expanded="false"
|
|
1035
1035
|
aria-label="Application launcher"
|
|
1036
1036
|
>
|
|
@@ -1997,7 +1997,7 @@ section: components
|
|
|
1997
1997
|
<button
|
|
1998
1998
|
class="pf-c-app-launcher__toggle"
|
|
1999
1999
|
type="button"
|
|
2000
|
-
id="modal-medium-example-masthead-
|
|
2000
|
+
id="modal-medium-example-masthead-application-launcher-button"
|
|
2001
2001
|
aria-expanded="false"
|
|
2002
2002
|
aria-label="Application launcher"
|
|
2003
2003
|
>
|
|
@@ -2954,7 +2954,7 @@ section: components
|
|
|
2954
2954
|
<button
|
|
2955
2955
|
class="pf-c-app-launcher__toggle"
|
|
2956
2956
|
type="button"
|
|
2957
|
-
id="modal-large-example-masthead-
|
|
2957
|
+
id="modal-large-example-masthead-application-launcher-button"
|
|
2958
2958
|
aria-expanded="false"
|
|
2959
2959
|
aria-label="Application launcher"
|
|
2960
2960
|
>
|
|
@@ -3911,7 +3911,7 @@ section: components
|
|
|
3911
3911
|
<button
|
|
3912
3912
|
class="pf-c-app-launcher__toggle"
|
|
3913
3913
|
type="button"
|
|
3914
|
-
id="modal-large-example-masthead-
|
|
3914
|
+
id="modal-large-example-masthead-application-launcher-button"
|
|
3915
3915
|
aria-expanded="false"
|
|
3916
3916
|
aria-label="Application launcher"
|
|
3917
3917
|
>
|
|
@@ -4868,7 +4868,7 @@ section: components
|
|
|
4868
4868
|
<button
|
|
4869
4869
|
class="pf-c-app-launcher__toggle"
|
|
4870
4870
|
type="button"
|
|
4871
|
-
id="modal-with-form-example-masthead-
|
|
4871
|
+
id="modal-with-form-example-masthead-application-launcher-button"
|
|
4872
4872
|
aria-expanded="false"
|
|
4873
4873
|
aria-label="Application launcher"
|
|
4874
4874
|
>
|
|
@@ -72,7 +72,7 @@ section: components
|
|
|
72
72
|
<button
|
|
73
73
|
class="pf-c-app-launcher__toggle"
|
|
74
74
|
type="button"
|
|
75
|
-
id="nav-basic-example-masthead-
|
|
75
|
+
id="nav-basic-example-masthead-application-launcher-button"
|
|
76
76
|
aria-expanded="false"
|
|
77
77
|
aria-label="Application launcher"
|
|
78
78
|
>
|
|
@@ -994,7 +994,7 @@ section: components
|
|
|
994
994
|
<button
|
|
995
995
|
class="pf-c-app-launcher__toggle"
|
|
996
996
|
type="button"
|
|
997
|
-
id="nav-expandable-example-masthead-
|
|
997
|
+
id="nav-expandable-example-masthead-application-launcher-button"
|
|
998
998
|
aria-expanded="false"
|
|
999
999
|
aria-label="Application launcher"
|
|
1000
1000
|
>
|
|
@@ -2034,7 +2034,7 @@ section: components
|
|
|
2034
2034
|
<button
|
|
2035
2035
|
class="pf-c-app-launcher__toggle"
|
|
2036
2036
|
type="button"
|
|
2037
|
-
id="nav-horizontal-example-masthead-
|
|
2037
|
+
id="nav-horizontal-example-masthead-application-launcher-button"
|
|
2038
2038
|
aria-expanded="false"
|
|
2039
2039
|
aria-label="Application launcher"
|
|
2040
2040
|
>
|
|
@@ -2925,7 +2925,7 @@ section: components
|
|
|
2925
2925
|
<button
|
|
2926
2926
|
class="pf-c-app-launcher__toggle"
|
|
2927
2927
|
type="button"
|
|
2928
|
-
id="nav-horizontal-subnav-example-masthead-
|
|
2928
|
+
id="nav-horizontal-subnav-example-masthead-application-launcher-button"
|
|
2929
2929
|
aria-expanded="false"
|
|
2930
2930
|
aria-label="Application launcher"
|
|
2931
2931
|
>
|
|
@@ -4024,7 +4024,7 @@ section: components
|
|
|
4024
4024
|
<button
|
|
4025
4025
|
class="pf-c-app-launcher__toggle"
|
|
4026
4026
|
type="button"
|
|
4027
|
-
id="nav-horizontal-example-masthead-
|
|
4027
|
+
id="nav-horizontal-example-masthead-application-launcher-button"
|
|
4028
4028
|
aria-expanded="false"
|
|
4029
4029
|
aria-label="Application launcher"
|
|
4030
4030
|
>
|
|
@@ -4955,7 +4955,7 @@ section: components
|
|
|
4955
4955
|
<button
|
|
4956
4956
|
class="pf-c-app-launcher__toggle"
|
|
4957
4957
|
type="button"
|
|
4958
|
-
id="nav-legacy-teriary-example-masthead-
|
|
4958
|
+
id="nav-legacy-teriary-example-masthead-application-launcher-button"
|
|
4959
4959
|
aria-expanded="false"
|
|
4960
4960
|
aria-label="Application launcher"
|
|
4961
4961
|
>
|
|
@@ -5999,7 +5999,7 @@ section: components
|
|
|
5999
5999
|
<button
|
|
6000
6000
|
class="pf-c-app-launcher__toggle"
|
|
6001
6001
|
type="button"
|
|
6002
|
-
id="nav-grouped-nav-example-masthead-
|
|
6002
|
+
id="nav-grouped-nav-example-masthead-application-launcher-button"
|
|
6003
6003
|
aria-expanded="false"
|
|
6004
6004
|
aria-label="Application launcher"
|
|
6005
6005
|
>
|
|
@@ -6941,7 +6941,7 @@ section: components
|
|
|
6941
6941
|
<button
|
|
6942
6942
|
class="pf-c-app-launcher__toggle"
|
|
6943
6943
|
type="button"
|
|
6944
|
-
id="nav-light-theme-example-masthead-
|
|
6944
|
+
id="nav-light-theme-example-masthead-application-launcher-button"
|
|
6945
6945
|
aria-expanded="false"
|
|
6946
6946
|
aria-label="Application launcher"
|
|
6947
6947
|
>
|
|
@@ -72,7 +72,7 @@ section: components
|
|
|
72
72
|
<button
|
|
73
73
|
class="pf-c-app-launcher__toggle"
|
|
74
74
|
type="button"
|
|
75
|
-
id="drawer-collapsed-example-page-masthead-
|
|
75
|
+
id="drawer-collapsed-example-page-masthead-application-launcher-button"
|
|
76
76
|
aria-expanded="false"
|
|
77
77
|
aria-label="Application launcher"
|
|
78
78
|
>
|
|
@@ -1589,7 +1589,7 @@ section: components
|
|
|
1589
1589
|
<button
|
|
1590
1590
|
class="pf-c-app-launcher__toggle"
|
|
1591
1591
|
type="button"
|
|
1592
|
-
id="drawer-expanded-read-example-page-masthead-
|
|
1592
|
+
id="drawer-expanded-read-example-page-masthead-application-launcher-button"
|
|
1593
1593
|
aria-expanded="false"
|
|
1594
1594
|
aria-label="Application launcher"
|
|
1595
1595
|
>
|
|
@@ -3106,7 +3106,7 @@ section: components
|
|
|
3106
3106
|
<button
|
|
3107
3107
|
class="pf-c-app-launcher__toggle"
|
|
3108
3108
|
type="button"
|
|
3109
|
-
id="drawer-expanded-unread-example-page-masthead-
|
|
3109
|
+
id="drawer-expanded-unread-example-page-masthead-application-launcher-button"
|
|
3110
3110
|
aria-expanded="false"
|
|
3111
3111
|
aria-label="Application launcher"
|
|
3112
3112
|
>
|
|
@@ -4626,7 +4626,7 @@ section: components
|
|
|
4626
4626
|
<button
|
|
4627
4627
|
class="pf-c-app-launcher__toggle"
|
|
4628
4628
|
type="button"
|
|
4629
|
-
id="drawer-expanded-attention-example-page-masthead-
|
|
4629
|
+
id="drawer-expanded-attention-example-page-masthead-application-launcher-button"
|
|
4630
4630
|
aria-expanded="false"
|
|
4631
4631
|
aria-label="Application launcher"
|
|
4632
4632
|
>
|
|
@@ -6145,7 +6145,7 @@ section: components
|
|
|
6145
6145
|
<button
|
|
6146
6146
|
class="pf-c-app-launcher__toggle"
|
|
6147
6147
|
type="button"
|
|
6148
|
-
id="drawer-expanded-with-groups-example-page-masthead-
|
|
6148
|
+
id="drawer-expanded-with-groups-example-page-masthead-application-launcher-button"
|
|
6149
6149
|
aria-expanded="false"
|
|
6150
6150
|
aria-label="Application launcher"
|
|
6151
6151
|
>
|
|
@@ -73,7 +73,7 @@ wrapperTag: div
|
|
|
73
73
|
<button
|
|
74
74
|
class="pf-c-app-launcher__toggle"
|
|
75
75
|
type="button"
|
|
76
|
-
id="page-demo-basic-masthead-
|
|
76
|
+
id="page-demo-basic-masthead-application-launcher-button"
|
|
77
77
|
aria-expanded="false"
|
|
78
78
|
aria-label="Application launcher"
|
|
79
79
|
>
|
|
@@ -994,7 +994,7 @@ wrapperTag: div
|
|
|
994
994
|
<button
|
|
995
995
|
class="pf-c-app-launcher__toggle"
|
|
996
996
|
type="button"
|
|
997
|
-
id="page-demo-sticky-top-horizontal-subnav-masthead-
|
|
997
|
+
id="page-demo-sticky-top-horizontal-subnav-masthead-application-launcher-button"
|
|
998
998
|
aria-expanded="false"
|
|
999
999
|
aria-label="Application launcher"
|
|
1000
1000
|
>
|
|
@@ -2076,7 +2076,7 @@ wrapperTag: div
|
|
|
2076
2076
|
<button
|
|
2077
2077
|
class="pf-c-app-launcher__toggle"
|
|
2078
2078
|
type="button"
|
|
2079
|
-
id="page-demo-sticky-top-breadcrumb-masthead-
|
|
2079
|
+
id="page-demo-sticky-top-breadcrumb-masthead-application-launcher-button"
|
|
2080
2080
|
aria-expanded="false"
|
|
2081
2081
|
aria-label="Application launcher"
|
|
2082
2082
|
>
|
|
@@ -3120,7 +3120,7 @@ wrapperTag: div
|
|
|
3120
3120
|
<button
|
|
3121
3121
|
class="pf-c-app-launcher__toggle"
|
|
3122
3122
|
type="button"
|
|
3123
|
-
id="page-demo-sticky-top-breadcrumb-masthead-
|
|
3123
|
+
id="page-demo-sticky-top-breadcrumb-masthead-application-launcher-button"
|
|
3124
3124
|
aria-expanded="false"
|
|
3125
3125
|
aria-label="Application launcher"
|
|
3126
3126
|
>
|
|
@@ -4167,7 +4167,7 @@ wrapperTag: div
|
|
|
4167
4167
|
<button
|
|
4168
4168
|
class="pf-c-app-launcher__toggle"
|
|
4169
4169
|
type="button"
|
|
4170
|
-
id="page-demo-sticky-top-section-group-masthead-
|
|
4170
|
+
id="page-demo-sticky-top-section-group-masthead-application-launcher-button"
|
|
4171
4171
|
aria-expanded="false"
|
|
4172
4172
|
aria-label="Application launcher"
|
|
4173
4173
|
>
|
|
@@ -5211,7 +5211,7 @@ wrapperTag: div
|
|
|
5211
5211
|
<button
|
|
5212
5212
|
class="pf-c-app-launcher__toggle"
|
|
5213
5213
|
type="button"
|
|
5214
|
-
id="page-demo-sticky-section-bottom-masthead-
|
|
5214
|
+
id="page-demo-sticky-section-bottom-masthead-application-launcher-button"
|
|
5215
5215
|
aria-expanded="false"
|
|
5216
5216
|
aria-label="Application launcher"
|
|
5217
5217
|
>
|
|
@@ -6260,7 +6260,7 @@ wrapperTag: div
|
|
|
6260
6260
|
<button
|
|
6261
6261
|
class="pf-c-app-launcher__toggle"
|
|
6262
6262
|
type="button"
|
|
6263
|
-
id="page-demo-overflow-scroll-masthead-
|
|
6263
|
+
id="page-demo-overflow-scroll-masthead-application-launcher-button"
|
|
6264
6264
|
aria-expanded="false"
|
|
6265
6265
|
aria-label="Application launcher"
|
|
6266
6266
|
>
|
|
@@ -7314,7 +7314,7 @@ wrapperTag: div
|
|
|
7314
7314
|
<button
|
|
7315
7315
|
class="pf-c-app-launcher__toggle"
|
|
7316
7316
|
type="button"
|
|
7317
|
-
id="page-demo-centered-section-masthead-
|
|
7317
|
+
id="page-demo-centered-section-masthead-application-launcher-button"
|
|
7318
7318
|
aria-expanded="false"
|
|
7319
7319
|
aria-label="Application launcher"
|
|
7320
7320
|
>
|
|
@@ -76,7 +76,7 @@ wrapperTag: div
|
|
|
76
76
|
<button
|
|
77
77
|
class="pf-c-app-launcher__toggle"
|
|
78
78
|
type="button"
|
|
79
|
-
id="primary-detail-expanded-example-masthead-
|
|
79
|
+
id="primary-detail-expanded-example-masthead-application-launcher-button"
|
|
80
80
|
aria-expanded="false"
|
|
81
81
|
aria-label="Application launcher"
|
|
82
82
|
>
|
|
@@ -1960,7 +1960,7 @@ wrapperTag: div
|
|
|
1960
1960
|
<button
|
|
1961
1961
|
class="pf-c-app-launcher__toggle"
|
|
1962
1962
|
type="button"
|
|
1963
|
-
id="primary-detail-collapsed-example-masthead-
|
|
1963
|
+
id="primary-detail-collapsed-example-masthead-application-launcher-button"
|
|
1964
1964
|
aria-expanded="false"
|
|
1965
1965
|
aria-label="Application launcher"
|
|
1966
1966
|
>
|
|
@@ -3775,7 +3775,7 @@ wrapperTag: div
|
|
|
3775
3775
|
<button
|
|
3776
3776
|
class="pf-c-app-launcher__toggle"
|
|
3777
3777
|
type="button"
|
|
3778
|
-
id="primary-detail-content-body-padding-example-masthead-
|
|
3778
|
+
id="primary-detail-content-body-padding-example-masthead-application-launcher-button"
|
|
3779
3779
|
aria-expanded="false"
|
|
3780
3780
|
aria-label="Application launcher"
|
|
3781
3781
|
>
|
|
@@ -5493,7 +5493,7 @@ wrapperTag: div
|
|
|
5493
5493
|
<button
|
|
5494
5494
|
class="pf-c-app-launcher__toggle"
|
|
5495
5495
|
type="button"
|
|
5496
|
-
id="primary-detail-card-view-expanded-example-masthead-
|
|
5496
|
+
id="primary-detail-card-view-expanded-example-masthead-application-launcher-button"
|
|
5497
5497
|
aria-expanded="false"
|
|
5498
5498
|
aria-label="Application launcher"
|
|
5499
5499
|
>
|
|
@@ -7628,7 +7628,7 @@ wrapperTag: div
|
|
|
7628
7628
|
<button
|
|
7629
7629
|
class="pf-c-app-launcher__toggle"
|
|
7630
7630
|
type="button"
|
|
7631
|
-
id="primary-detail-card-simple-list-on-mobile-example-masthead-
|
|
7631
|
+
id="primary-detail-card-simple-list-on-mobile-example-masthead-application-launcher-button"
|
|
7632
7632
|
aria-expanded="false"
|
|
7633
7633
|
aria-label="Application launcher"
|
|
7634
7634
|
>
|
|
@@ -8698,7 +8698,7 @@ wrapperTag: div
|
|
|
8698
8698
|
<button
|
|
8699
8699
|
class="pf-c-app-launcher__toggle"
|
|
8700
8700
|
type="button"
|
|
8701
|
-
id="primary-detail-card-data-list-example-masthead-
|
|
8701
|
+
id="primary-detail-card-data-list-example-masthead-application-launcher-button"
|
|
8702
8702
|
aria-expanded="false"
|
|
8703
8703
|
aria-label="Application launcher"
|
|
8704
8704
|
>
|
|
@@ -10012,7 +10012,7 @@ wrapperTag: div
|
|
|
10012
10012
|
<button
|
|
10013
10013
|
class="pf-c-app-launcher__toggle"
|
|
10014
10014
|
type="button"
|
|
10015
|
-
id="primary-detail-inline-modifier-example-masthead-
|
|
10015
|
+
id="primary-detail-inline-modifier-example-masthead-application-launcher-button"
|
|
10016
10016
|
aria-expanded="false"
|
|
10017
10017
|
aria-label="Application launcher"
|
|
10018
10018
|
>
|
|
@@ -72,7 +72,7 @@ section: components
|
|
|
72
72
|
<button
|
|
73
73
|
class="pf-c-app-launcher__toggle"
|
|
74
74
|
type="button"
|
|
75
|
-
id="skeleton-basic-example-masthead-
|
|
75
|
+
id="skeleton-basic-example-masthead-application-launcher-button"
|
|
76
76
|
aria-expanded="false"
|
|
77
77
|
aria-label="Application launcher"
|
|
78
78
|
>
|