@patternfly/patternfly 4.175.0 → 4.176.3
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/components/AlertGroup/alert-group.css +36 -0
- package/components/AlertGroup/alert-group.scss +41 -0
- package/components/Dropdown/dropdown.css +10 -9
- package/components/Dropdown/dropdown.scss +17 -16
- package/components/Label/label.css +43 -12
- package/components/Label/label.scss +45 -13
- package/components/Nav/nav.css +11 -0
- package/components/Nav/nav.scss +14 -0
- package/docs/components/AlertGroup/examples/AlertGroup.md +8 -3
- package/docs/components/Label/examples/Label.md +33 -67
- package/docs/components/LabelGroup/examples/LabelGroup.md +64 -107
- package/docs/components/LogViewer/examples/LogViewer.md +9 -9
- package/docs/components/Menu/examples/Menu.md +43 -42
- package/docs/components/Nav/examples/Navigation.md +23 -44
- package/docs/demos/Alert/examples/Alert.md +52 -359
- package/docs/demos/BackToTop/examples/BackToTop.md +5 -505
- package/docs/demos/Card/examples/Card.md +42 -36
- package/docs/demos/ContextSelector/examples/ContextSelector.md +46 -1051
- package/docs/demos/Drawer/examples/Drawer.md +3 -3
- package/docs/demos/JumpLinks/examples/JumpLinks.md +80 -1225
- package/docs/demos/Masthead/examples/Masthead.md +14 -6
- package/docs/demos/Nav/examples/Nav.md +9 -301
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +5 -5
- package/docs/demos/Page/examples/Page.md +162 -3084
- package/docs/demos/Table/examples/Table.md +183 -18031
- package/docs/demos/Tabs/examples/Tabs.md +686 -7389
- package/docs/demos/Toolbar/examples/Toolbar.md +44 -1027
- package/docs/demos/Wizard/examples/Wizard.md +2 -2
- package/package.json +1 -1
- package/patternfly-no-reset.css +100 -21
- package/patternfly.css +100 -21
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -239,7 +239,7 @@ wrapperTag: div
|
|
|
239
239
|
<div class="pf-c-page__main-body">
|
|
240
240
|
<div class="pf-c-content">
|
|
241
241
|
<h1>Main title</h1>
|
|
242
|
-
<p>This is a
|
|
242
|
+
<p>This is a full page demo.</p>
|
|
243
243
|
</div>
|
|
244
244
|
</div>
|
|
245
245
|
</section>
|
|
@@ -549,7 +549,7 @@ wrapperTag: div
|
|
|
549
549
|
<div class="pf-c-page__main-body">
|
|
550
550
|
<div class="pf-c-content">
|
|
551
551
|
<h1>Main title</h1>
|
|
552
|
-
<p>This is a
|
|
552
|
+
<p>This is a full page demo.</p>
|
|
553
553
|
</div>
|
|
554
554
|
</div>
|
|
555
555
|
</section>
|
|
@@ -859,7 +859,7 @@ wrapperTag: div
|
|
|
859
859
|
<div class="pf-c-page__main-body">
|
|
860
860
|
<div class="pf-c-content">
|
|
861
861
|
<h1>Main title</h1>
|
|
862
|
-
<p>This is a
|
|
862
|
+
<p>This is a full page demo.</p>
|
|
863
863
|
</div>
|
|
864
864
|
</div>
|
|
865
865
|
</section>
|