@patternfly/patternfly 4.184.3 → 4.185.0

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 (42) hide show
  1. package/assets/icons/iconUnicodes.json +1 -0
  2. package/assets/pficon/pficon.scss +6 -0
  3. package/assets/pficon/pficon.woff +0 -0
  4. package/assets/pficon/pficon.woff2 +0 -0
  5. package/base/patternfly-icons.css +5 -1
  6. package/base/patternfly-pf-icons.css +5 -1
  7. package/components/Masthead/masthead.css +1 -1
  8. package/components/Masthead/masthead.scss +1 -1
  9. package/components/Menu/menu.css +1 -0
  10. package/components/Menu/menu.scss +1 -0
  11. package/docs/demos/AboutModal/examples/AboutModal.md +916 -1
  12. package/docs/demos/Alert/examples/Alert.md +2484 -490
  13. package/docs/demos/BackToTop/examples/BackToTop.md +785 -140
  14. package/docs/demos/Banner/examples/Banner.md +2074 -1466
  15. package/docs/demos/Button/examples/Button.md +33 -21
  16. package/docs/demos/CardView/examples/CardView.md +1065 -260
  17. package/docs/demos/ContextSelector/examples/ContextSelector.md +1580 -1638
  18. package/docs/demos/Dashboard/examples/Dashboard.md +40 -6
  19. package/docs/demos/DataList/examples/DataList.md +3777 -1553
  20. package/docs/demos/DescriptionList/examples/DescriptionList.md +55 -61
  21. package/docs/demos/Drawer/examples/Drawer.md +2554 -439
  22. package/docs/demos/JumpLinks/examples/JumpLinks.md +3223 -596
  23. package/docs/demos/Masthead/examples/Masthead.md +9 -20
  24. package/docs/demos/Modal/examples/Modal.md +5521 -34
  25. package/docs/demos/Nav/examples/Nav.md +6453 -1201
  26. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +4036 -940
  27. package/docs/demos/Page/examples/Page.md +14 -35
  28. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +6003 -1512
  29. package/docs/demos/Skeleton/examples/Skeleton.md +831 -149
  30. package/docs/demos/Table/examples/Table.md +26 -65
  31. package/docs/demos/Tabs/examples/Tabs.md +10149 -4897
  32. package/docs/demos/Toolbar/examples/Toolbar.md +797 -149
  33. package/docs/demos/Wizard/examples/Wizard.md +3418 -288
  34. package/docs/pages/icons.md +1 -0
  35. package/icons/pf-icons.json +1 -0
  36. package/package.json +1 -1
  37. package/patternfly-base-no-reset.css +5 -1
  38. package/patternfly-base.css +5 -1
  39. package/patternfly-no-reset.css +7 -2
  40. package/patternfly.css +7 -2
  41. package/patternfly.min.css +1 -1
  42. package/patternfly.min.css.map +1 -1
@@ -13,7 +13,6 @@ cssPrefix: pf-d-dashboard
13
13
  class="pf-c-skip-to-content pf-c-button pf-m-primary"
14
14
  href="#main-content-dashboard-demo"
15
15
  >Skip to content</a>
16
-
17
16
  <header class="pf-c-masthead" id="dashboard-demo-masthead">
18
17
  <span class="pf-c-masthead__toggle">
19
18
  <button
@@ -59,7 +58,7 @@ cssPrefix: pf-d-dashboard
59
58
  aria-label="Notifications"
60
59
  >
61
60
  <span class="pf-c-notification-badge">
62
- <i class="pf-icon-attention-bell" aria-hidden="true"></i>
61
+ <i class="pf-icon-bell" aria-hidden="true"></i>
63
62
  </span>
64
63
  </button>
65
64
  </div>
@@ -306,9 +305,7 @@ cssPrefix: pf-d-dashboard
306
305
  >
307
306
  <span class="pf-c-menu__item-description">
308
307
  <div class="pf-u-font-size-sm">Username:</div>
309
- <div
310
- class="pf-u-font-size-md"
311
- >mshaksho@redhat.com</div>
308
+ <div class="pf-u-font-size-md">ned_username</div>
312
309
  </span>
313
310
  </button>
314
311
  </li>
@@ -837,10 +834,47 @@ cssPrefix: pf-d-dashboard
837
834
  </div>
838
835
  </div>
839
836
  <main class="pf-c-page__main" tabindex="-1" id="main-content-dashboard-demo">
837
+ <section class="pf-c-page__main-breadcrumb pf-m-limit-width">
838
+ <div class="pf-c-page__main-body">
839
+ <nav class="pf-c-breadcrumb" aria-label="breadcrumb">
840
+ <ol class="pf-c-breadcrumb__list">
841
+ <li class="pf-c-breadcrumb__item">
842
+ <a href="#" class="pf-c-breadcrumb__link">Section home</a>
843
+ </li>
844
+ <li class="pf-c-breadcrumb__item">
845
+ <span class="pf-c-breadcrumb__item-divider">
846
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
847
+ </span>
848
+
849
+ <a href="#" class="pf-c-breadcrumb__link">Section title</a>
850
+ </li>
851
+ <li class="pf-c-breadcrumb__item">
852
+ <span class="pf-c-breadcrumb__item-divider">
853
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
854
+ </span>
855
+
856
+ <a href="#" class="pf-c-breadcrumb__link">Section title</a>
857
+ </li>
858
+ <li class="pf-c-breadcrumb__item">
859
+ <span class="pf-c-breadcrumb__item-divider">
860
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
861
+ </span>
862
+
863
+ <a
864
+ href="#"
865
+ class="pf-c-breadcrumb__link pf-m-current"
866
+ aria-current="page"
867
+ >Section landing</a>
868
+ </li>
869
+ </ol>
870
+ </nav>
871
+ </div>
872
+ </section>
840
873
  <section class="pf-c-page__main-section pf-m-limit-width pf-m-light">
841
874
  <div class="pf-c-page__main-body">
842
875
  <div class="pf-c-content">
843
- <h1>Dashboard</h1>
876
+ <h1>Main title</h1>
877
+ <p>This is a full page demo.</p>
844
878
  </div>
845
879
  </div>
846
880
  </section>