@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.
Files changed (45) hide show
  1. package/RELEASE-NOTES.md +22 -0
  2. package/assets/icons/iconUnicodes.json +1 -0
  3. package/assets/pficon/pficon.scss +6 -0
  4. package/assets/pficon/pficon.woff +0 -0
  5. package/assets/pficon/pficon.woff2 +0 -0
  6. package/base/patternfly-icons.css +5 -1
  7. package/base/patternfly-pf-icons.css +5 -1
  8. package/components/Masthead/masthead.css +1 -1
  9. package/components/Masthead/masthead.scss +1 -1
  10. package/components/Menu/menu.css +1 -0
  11. package/components/Menu/menu.scss +1 -0
  12. package/docs/demos/AboutModal/examples/AboutModal.md +916 -1
  13. package/docs/demos/Alert/examples/Alert.md +2484 -490
  14. package/docs/demos/BackToTop/examples/BackToTop.md +785 -140
  15. package/docs/demos/Banner/examples/Banner.md +2074 -1466
  16. package/docs/demos/Button/examples/Button.md +33 -21
  17. package/docs/demos/CardView/examples/CardView.md +1065 -260
  18. package/docs/demos/ContextSelector/examples/ContextSelector.md +1580 -1638
  19. package/docs/demos/Dashboard/examples/Dashboard.md +40 -6
  20. package/docs/demos/DataList/examples/DataList.md +3777 -1553
  21. package/docs/demos/DescriptionList/examples/DescriptionList.md +55 -61
  22. package/docs/demos/Drawer/examples/Drawer.md +2554 -439
  23. package/docs/demos/JumpLinks/examples/JumpLinks.md +3223 -596
  24. package/docs/demos/Masthead/examples/Masthead.md +9 -20
  25. package/docs/demos/Modal/examples/Modal.md +5521 -34
  26. package/docs/demos/Nav/examples/Nav.md +6453 -1201
  27. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +4036 -940
  28. package/docs/demos/Page/examples/Page.md +14 -35
  29. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +6003 -1512
  30. package/docs/demos/Skeleton/examples/Skeleton.md +831 -149
  31. package/docs/demos/Table/examples/Table.md +26 -65
  32. package/docs/demos/Tabs/examples/Tabs.md +10149 -4897
  33. package/docs/demos/Toolbar/examples/Toolbar.md +797 -149
  34. package/docs/demos/Wizard/examples/Wizard.md +3418 -288
  35. package/docs/pages/icons.md +1 -0
  36. package/icons/pf-icons.json +1 -0
  37. package/package.json +1 -1
  38. package/patternfly-base-no-reset.css +5 -1
  39. package/patternfly-base.css +5 -1
  40. package/patternfly-no-reset.css +7 -2
  41. package/patternfly-theme-dark.css +21 -21
  42. package/patternfly.css +7 -2
  43. package/patternfly.min.css +1 -1
  44. package/patternfly.min.css.map +1 -1
  45. package/themes/dark/_patternfly-theme-dark.scss +1 -0
@@ -13,7 +13,6 @@ wrapperTag: div
13
13
  class="pf-c-skip-to-content pf-c-button pf-m-primary"
14
14
  href="#main-content-masthead-basic-example"
15
15
  >Skip to content</a>
16
-
17
16
  <header class="pf-c-masthead" id="masthead-basic-example-masthead">
18
17
  <span class="pf-c-masthead__toggle">
19
18
  <button
@@ -235,7 +234,6 @@ wrapperTag: div
235
234
  class="pf-c-skip-to-content pf-c-button pf-m-primary"
236
235
  href="#main-content-masthead-context-selecton-drilldown-example"
237
236
  >Skip to content</a>
238
-
239
237
  <header
240
238
  class="pf-c-masthead"
241
239
  id="masthead-context-selecton-drilldown-example-masthead"
@@ -638,7 +636,6 @@ wrapperTag: div
638
636
  class="pf-c-skip-to-content pf-c-button pf-m-primary"
639
637
  href="#main-content-masthead-toolbar-filters-example"
640
638
  >Skip to content</a>
641
-
642
639
  <header class="pf-c-masthead" id="masthead-toolbar-filters-example-masthead">
643
640
  <span class="pf-c-masthead__toggle">
644
641
  <button
@@ -968,7 +965,6 @@ wrapperTag: div
968
965
  class="pf-c-skip-to-content pf-c-button pf-m-primary"
969
966
  href="#main-content-masthead-toggle-group-filters-example"
970
967
  >Skip to content</a>
971
-
972
968
  <header
973
969
  class="pf-c-masthead"
974
970
  id="masthead-toggle-group-filters-example-masthead"
@@ -1301,7 +1297,6 @@ wrapperTag: div
1301
1297
  class="pf-c-skip-to-content pf-c-button pf-m-primary"
1302
1298
  href="#main-content-masthead-advanced-with-menu-example"
1303
1299
  >Skip to content</a>
1304
-
1305
1300
  <header
1306
1301
  class="pf-c-masthead"
1307
1302
  id="masthead-advanced-with-menu-example-masthead"
@@ -1350,7 +1345,7 @@ wrapperTag: div
1350
1345
  aria-label="Notifications"
1351
1346
  >
1352
1347
  <span class="pf-c-notification-badge">
1353
- <i class="pf-icon-attention-bell" aria-hidden="true"></i>
1348
+ <i class="pf-icon-bell" aria-hidden="true"></i>
1354
1349
  </span>
1355
1350
  </button>
1356
1351
  </div>
@@ -1597,9 +1592,7 @@ wrapperTag: div
1597
1592
  >
1598
1593
  <span class="pf-c-menu__item-description">
1599
1594
  <div class="pf-u-font-size-sm">Username:</div>
1600
- <div
1601
- class="pf-u-font-size-md"
1602
- >mshaksho@redhat.com</div>
1595
+ <div class="pf-u-font-size-md">ned_username</div>
1603
1596
  </span>
1604
1597
  </button>
1605
1598
  </li>
@@ -2229,7 +2222,6 @@ wrapperTag: div
2229
2222
  class="pf-c-skip-to-content pf-c-button pf-m-primary"
2230
2223
  href="#main-content-masthead-horizontal-nav"
2231
2224
  >Skip to content</a>
2232
-
2233
2225
  <header class="pf-c-masthead" id="masthead-horizontal-nav-masthead">
2234
2226
  <div class="pf-c-masthead__main">
2235
2227
  <a class="pf-c-masthead__brand" href="#">
@@ -2311,12 +2303,12 @@ wrapperTag: div
2311
2303
  aria-label="Notifications"
2312
2304
  >
2313
2305
  <span class="pf-c-notification-badge">
2314
- <i class="pf-icon-attention-bell" aria-hidden="true"></i>
2306
+ <i class="pf-icon-bell" aria-hidden="true"></i>
2315
2307
  </span>
2316
2308
  </button>
2317
2309
  </div>
2318
2310
  <div
2319
- class="pf-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-xl"
2311
+ class="pf-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
2320
2312
  >
2321
2313
  <div class="pf-c-toolbar__item">
2322
2314
  <nav
@@ -2532,7 +2524,7 @@ wrapperTag: div
2532
2524
  </div>
2533
2525
  </div>
2534
2526
  </div>
2535
- <div class="pf-c-toolbar__item pf-m-hidden-on-xl">
2527
+ <div class="pf-c-toolbar__item pf-m-hidden-on-lg">
2536
2528
  <div class="pf-c-dropdown">
2537
2529
  <button
2538
2530
  class="pf-c-menu-toggle pf-m-plain"
@@ -2558,9 +2550,7 @@ wrapperTag: div
2558
2550
  >
2559
2551
  <span class="pf-c-menu__item-description">
2560
2552
  <div class="pf-u-font-size-sm">Username:</div>
2561
- <div
2562
- class="pf-u-font-size-md"
2563
- >mshaksho@redhat.com</div>
2553
+ <div class="pf-u-font-size-md">ned_username</div>
2564
2554
  </span>
2565
2555
  </button>
2566
2556
  </li>
@@ -3004,13 +2994,13 @@ wrapperTag: div
3004
2994
  </div>
3005
2995
  <div class="pf-c-toolbar__item pf-m-hidden pf-m-visible-on-sm">
3006
2996
  <div
3007
- class="pf-c-dropdown pf-m-expanded pf-m-full-height"
2997
+ class="pf-c-dropdown pf-m-full-height"
3008
2998
  style="--pf-c-dropdown--MaxWidth: 20ch;"
3009
2999
  >
3010
3000
  <button
3011
3001
  class="pf-c-dropdown__toggle"
3012
3002
  id="masthead-horizontal-nav-masthead-profile-button"
3013
- aria-expanded="true"
3003
+ aria-expanded="false"
3014
3004
  type="button"
3015
3005
  >
3016
3006
  <span class="pf-c-dropdown__toggle-image">
@@ -3025,7 +3015,7 @@ wrapperTag: div
3025
3015
  <i class="fas fa-caret-down" aria-hidden="true"></i>
3026
3016
  </span>
3027
3017
  </button>
3028
- <div class="pf-c-dropdown__menu">
3018
+ <div class="pf-c-dropdown__menu" hidden>
3029
3019
  <section class="pf-c-dropdown__group">
3030
3020
  <div class="pf-c-dropdown__menu-item pf-m-text">
3031
3021
  <div class="pf-u-font-size-sm">Account number:</div>
@@ -3164,7 +3154,6 @@ wrapperTag: div
3164
3154
  class="pf-c-skip-to-content pf-c-button pf-m-primary"
3165
3155
  href="#main-content-masthead-toggle-group-filters-expanded-mobile-example"
3166
3156
  >Skip to content</a>
3167
-
3168
3157
  <header
3169
3158
  class="pf-c-masthead"
3170
3159
  id="masthead-toggle-group-filters-expanded-mobile-example-masthead"