@patternfly/patternfly 4.184.2 → 4.185.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/RELEASE-NOTES.md +22 -0
- package/assets/icons/iconUnicodes.json +1 -0
- package/assets/pficon/pficon.scss +6 -0
- package/assets/pficon/pficon.woff +0 -0
- package/assets/pficon/pficon.woff2 +0 -0
- package/base/patternfly-icons.css +5 -1
- package/base/patternfly-pf-icons.css +5 -1
- package/components/Masthead/masthead.css +1 -1
- package/components/Masthead/masthead.scss +1 -1
- package/components/Menu/menu.css +1 -0
- package/components/Menu/menu.scss +1 -0
- package/docs/demos/AboutModal/examples/AboutModal.md +916 -1
- package/docs/demos/Alert/examples/Alert.md +2484 -490
- package/docs/demos/BackToTop/examples/BackToTop.md +785 -140
- package/docs/demos/Banner/examples/Banner.md +2074 -1466
- package/docs/demos/Button/examples/Button.md +33 -21
- package/docs/demos/CardView/examples/CardView.md +1065 -260
- package/docs/demos/ContextSelector/examples/ContextSelector.md +1580 -1638
- package/docs/demos/Dashboard/examples/Dashboard.md +40 -6
- package/docs/demos/DataList/examples/DataList.md +3777 -1553
- package/docs/demos/DescriptionList/examples/DescriptionList.md +55 -61
- package/docs/demos/Drawer/examples/Drawer.md +2554 -439
- package/docs/demos/JumpLinks/examples/JumpLinks.md +3223 -596
- package/docs/demos/Masthead/examples/Masthead.md +9 -20
- package/docs/demos/Modal/examples/Modal.md +5521 -34
- package/docs/demos/Nav/examples/Nav.md +6453 -1201
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +4036 -940
- package/docs/demos/Page/examples/Page.md +14 -35
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +6003 -1512
- package/docs/demos/Skeleton/examples/Skeleton.md +831 -149
- package/docs/demos/Table/examples/Table.md +26 -65
- package/docs/demos/Tabs/examples/Tabs.md +10149 -4897
- package/docs/demos/Toolbar/examples/Toolbar.md +797 -149
- package/docs/demos/Wizard/examples/Wizard.md +3418 -288
- package/docs/pages/icons.md +1 -0
- package/icons/pf-icons.json +1 -0
- package/package.json +1 -1
- package/patternfly-base-no-reset.css +5 -1
- package/patternfly-base.css +5 -1
- package/patternfly-no-reset.css +7 -2
- package/patternfly-theme-dark.css +21 -21
- package/patternfly.css +7 -2
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/themes/dark/_patternfly-theme-dark.scss +1 -0
|
@@ -12,7 +12,6 @@ wrapperTag: div
|
|
|
12
12
|
class="pf-c-skip-to-content pf-c-button pf-m-primary"
|
|
13
13
|
href="#main-content-page-demo-basic"
|
|
14
14
|
>Skip to content</a>
|
|
15
|
-
|
|
16
15
|
<header class="pf-c-masthead" id="page-demo-basic-masthead">
|
|
17
16
|
<span class="pf-c-masthead__toggle">
|
|
18
17
|
<button
|
|
@@ -58,7 +57,7 @@ wrapperTag: div
|
|
|
58
57
|
aria-label="Notifications"
|
|
59
58
|
>
|
|
60
59
|
<span class="pf-c-notification-badge">
|
|
61
|
-
<i class="pf-icon-
|
|
60
|
+
<i class="pf-icon-bell" aria-hidden="true"></i>
|
|
62
61
|
</span>
|
|
63
62
|
</button>
|
|
64
63
|
</div>
|
|
@@ -305,9 +304,7 @@ wrapperTag: div
|
|
|
305
304
|
>
|
|
306
305
|
<span class="pf-c-menu__item-description">
|
|
307
306
|
<div class="pf-u-font-size-sm">Username:</div>
|
|
308
|
-
<div
|
|
309
|
-
class="pf-u-font-size-md"
|
|
310
|
-
>mshaksho@redhat.com</div>
|
|
307
|
+
<div class="pf-u-font-size-md">ned_username</div>
|
|
311
308
|
</span>
|
|
312
309
|
</button>
|
|
313
310
|
</li>
|
|
@@ -933,7 +930,6 @@ wrapperTag: div
|
|
|
933
930
|
class="pf-c-skip-to-content pf-c-button pf-m-primary"
|
|
934
931
|
href="#main-content-page-demo-sticky-top-horizontal-subnav"
|
|
935
932
|
>Skip to content</a>
|
|
936
|
-
|
|
937
933
|
<header
|
|
938
934
|
class="pf-c-masthead"
|
|
939
935
|
id="page-demo-sticky-top-horizontal-subnav-masthead"
|
|
@@ -982,7 +978,7 @@ wrapperTag: div
|
|
|
982
978
|
aria-label="Notifications"
|
|
983
979
|
>
|
|
984
980
|
<span class="pf-c-notification-badge">
|
|
985
|
-
<i class="pf-icon-
|
|
981
|
+
<i class="pf-icon-bell" aria-hidden="true"></i>
|
|
986
982
|
</span>
|
|
987
983
|
</button>
|
|
988
984
|
</div>
|
|
@@ -1229,9 +1225,7 @@ wrapperTag: div
|
|
|
1229
1225
|
>
|
|
1230
1226
|
<span class="pf-c-menu__item-description">
|
|
1231
1227
|
<div class="pf-u-font-size-sm">Username:</div>
|
|
1232
|
-
<div
|
|
1233
|
-
class="pf-u-font-size-md"
|
|
1234
|
-
>mshaksho@redhat.com</div>
|
|
1228
|
+
<div class="pf-u-font-size-md">ned_username</div>
|
|
1235
1229
|
</span>
|
|
1236
1230
|
</button>
|
|
1237
1231
|
</li>
|
|
@@ -2021,7 +2015,6 @@ wrapperTag: div
|
|
|
2021
2015
|
class="pf-c-skip-to-content pf-c-button pf-m-primary"
|
|
2022
2016
|
href="#main-content-page-demo-sticky-top-breadcrumb"
|
|
2023
2017
|
>Skip to content</a>
|
|
2024
|
-
|
|
2025
2018
|
<header class="pf-c-masthead" id="page-demo-sticky-top-breadcrumb-masthead">
|
|
2026
2019
|
<span class="pf-c-masthead__toggle">
|
|
2027
2020
|
<button
|
|
@@ -2067,7 +2060,7 @@ wrapperTag: div
|
|
|
2067
2060
|
aria-label="Notifications"
|
|
2068
2061
|
>
|
|
2069
2062
|
<span class="pf-c-notification-badge">
|
|
2070
|
-
<i class="pf-icon-
|
|
2063
|
+
<i class="pf-icon-bell" aria-hidden="true"></i>
|
|
2071
2064
|
</span>
|
|
2072
2065
|
</button>
|
|
2073
2066
|
</div>
|
|
@@ -2314,9 +2307,7 @@ wrapperTag: div
|
|
|
2314
2307
|
>
|
|
2315
2308
|
<span class="pf-c-menu__item-description">
|
|
2316
2309
|
<div class="pf-u-font-size-sm">Username:</div>
|
|
2317
|
-
<div
|
|
2318
|
-
class="pf-u-font-size-md"
|
|
2319
|
-
>mshaksho@redhat.com</div>
|
|
2310
|
+
<div class="pf-u-font-size-md">ned_username</div>
|
|
2320
2311
|
</span>
|
|
2321
2312
|
</button>
|
|
2322
2313
|
</li>
|
|
@@ -3068,7 +3059,6 @@ wrapperTag: div
|
|
|
3068
3059
|
class="pf-c-skip-to-content pf-c-button pf-m-primary"
|
|
3069
3060
|
href="#main-content-page-demo-sticky-top-section-group"
|
|
3070
3061
|
>Skip to content</a>
|
|
3071
|
-
|
|
3072
3062
|
<header
|
|
3073
3063
|
class="pf-c-masthead"
|
|
3074
3064
|
id="page-demo-sticky-top-section-group-masthead"
|
|
@@ -3117,7 +3107,7 @@ wrapperTag: div
|
|
|
3117
3107
|
aria-label="Notifications"
|
|
3118
3108
|
>
|
|
3119
3109
|
<span class="pf-c-notification-badge">
|
|
3120
|
-
<i class="pf-icon-
|
|
3110
|
+
<i class="pf-icon-bell" aria-hidden="true"></i>
|
|
3121
3111
|
</span>
|
|
3122
3112
|
</button>
|
|
3123
3113
|
</div>
|
|
@@ -3364,9 +3354,7 @@ wrapperTag: div
|
|
|
3364
3354
|
>
|
|
3365
3355
|
<span class="pf-c-menu__item-description">
|
|
3366
3356
|
<div class="pf-u-font-size-sm">Username:</div>
|
|
3367
|
-
<div
|
|
3368
|
-
class="pf-u-font-size-md"
|
|
3369
|
-
>mshaksho@redhat.com</div>
|
|
3357
|
+
<div class="pf-u-font-size-md">ned_username</div>
|
|
3370
3358
|
</span>
|
|
3371
3359
|
</button>
|
|
3372
3360
|
</li>
|
|
@@ -4118,7 +4106,6 @@ wrapperTag: div
|
|
|
4118
4106
|
class="pf-c-skip-to-content pf-c-button pf-m-primary"
|
|
4119
4107
|
href="#main-content-page-demo-sticky-section-bottom"
|
|
4120
4108
|
>Skip to content</a>
|
|
4121
|
-
|
|
4122
4109
|
<header class="pf-c-masthead" id="page-demo-sticky-section-bottom-masthead">
|
|
4123
4110
|
<span class="pf-c-masthead__toggle">
|
|
4124
4111
|
<button
|
|
@@ -4164,7 +4151,7 @@ wrapperTag: div
|
|
|
4164
4151
|
aria-label="Notifications"
|
|
4165
4152
|
>
|
|
4166
4153
|
<span class="pf-c-notification-badge">
|
|
4167
|
-
<i class="pf-icon-
|
|
4154
|
+
<i class="pf-icon-bell" aria-hidden="true"></i>
|
|
4168
4155
|
</span>
|
|
4169
4156
|
</button>
|
|
4170
4157
|
</div>
|
|
@@ -4411,9 +4398,7 @@ wrapperTag: div
|
|
|
4411
4398
|
>
|
|
4412
4399
|
<span class="pf-c-menu__item-description">
|
|
4413
4400
|
<div class="pf-u-font-size-sm">Username:</div>
|
|
4414
|
-
<div
|
|
4415
|
-
class="pf-u-font-size-md"
|
|
4416
|
-
>mshaksho@redhat.com</div>
|
|
4401
|
+
<div class="pf-u-font-size-md">ned_username</div>
|
|
4417
4402
|
</span>
|
|
4418
4403
|
</button>
|
|
4419
4404
|
</li>
|
|
@@ -5170,7 +5155,6 @@ wrapperTag: div
|
|
|
5170
5155
|
class="pf-c-skip-to-content pf-c-button pf-m-primary"
|
|
5171
5156
|
href="#main-content-page-demo-overflow-scroll"
|
|
5172
5157
|
>Skip to content</a>
|
|
5173
|
-
|
|
5174
5158
|
<header class="pf-c-masthead" id="page-demo-overflow-scroll-masthead">
|
|
5175
5159
|
<span class="pf-c-masthead__toggle">
|
|
5176
5160
|
<button
|
|
@@ -5216,7 +5200,7 @@ wrapperTag: div
|
|
|
5216
5200
|
aria-label="Notifications"
|
|
5217
5201
|
>
|
|
5218
5202
|
<span class="pf-c-notification-badge">
|
|
5219
|
-
<i class="pf-icon-
|
|
5203
|
+
<i class="pf-icon-bell" aria-hidden="true"></i>
|
|
5220
5204
|
</span>
|
|
5221
5205
|
</button>
|
|
5222
5206
|
</div>
|
|
@@ -5463,9 +5447,7 @@ wrapperTag: div
|
|
|
5463
5447
|
>
|
|
5464
5448
|
<span class="pf-c-menu__item-description">
|
|
5465
5449
|
<div class="pf-u-font-size-sm">Username:</div>
|
|
5466
|
-
<div
|
|
5467
|
-
class="pf-u-font-size-md"
|
|
5468
|
-
>mshaksho@redhat.com</div>
|
|
5450
|
+
<div class="pf-u-font-size-md">ned_username</div>
|
|
5469
5451
|
</span>
|
|
5470
5452
|
</button>
|
|
5471
5453
|
</li>
|
|
@@ -6227,7 +6209,6 @@ wrapperTag: div
|
|
|
6227
6209
|
class="pf-c-skip-to-content pf-c-button pf-m-primary"
|
|
6228
6210
|
href="#main-content-page-demo-centered-section"
|
|
6229
6211
|
>Skip to content</a>
|
|
6230
|
-
|
|
6231
6212
|
<header class="pf-c-masthead" id="page-demo-centered-section-masthead">
|
|
6232
6213
|
<span class="pf-c-masthead__toggle">
|
|
6233
6214
|
<button
|
|
@@ -6273,7 +6254,7 @@ wrapperTag: div
|
|
|
6273
6254
|
aria-label="Notifications"
|
|
6274
6255
|
>
|
|
6275
6256
|
<span class="pf-c-notification-badge">
|
|
6276
|
-
<i class="pf-icon-
|
|
6257
|
+
<i class="pf-icon-bell" aria-hidden="true"></i>
|
|
6277
6258
|
</span>
|
|
6278
6259
|
</button>
|
|
6279
6260
|
</div>
|
|
@@ -6520,9 +6501,7 @@ wrapperTag: div
|
|
|
6520
6501
|
>
|
|
6521
6502
|
<span class="pf-c-menu__item-description">
|
|
6522
6503
|
<div class="pf-u-font-size-sm">Username:</div>
|
|
6523
|
-
<div
|
|
6524
|
-
class="pf-u-font-size-md"
|
|
6525
|
-
>mshaksho@redhat.com</div>
|
|
6504
|
+
<div class="pf-u-font-size-md">ned_username</div>
|
|
6526
6505
|
</span>
|
|
6527
6506
|
</button>
|
|
6528
6507
|
</li>
|