@patternfly/patternfly 5.0.0-alpha.36 → 5.0.0-alpha.38
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/assets/images/pfbg-icon.svg +1 -0
- package/components/AboutModalBox/about-modal-box.css +15 -7
- package/components/AboutModalBox/about-modal-box.scss +17 -9
- package/components/BackgroundImage/background-image.css +8 -35
- package/components/BackgroundImage/background-image.scss +17 -43
- package/components/DataList/data-list.css +34 -29
- package/components/DataList/data-list.scss +32 -24
- package/components/Login/login.css +9 -9
- package/components/Login/login.scss +6 -8
- package/components/Login/themes/dark/login.scss +4 -0
- package/components/Page/page.css +30 -9
- package/components/Page/page.scss +37 -9
- package/components/Table/table.css +60 -63
- package/components/Table/table.scss +56 -60
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +8 -2
- package/docs/components/BackgroundImage/examples/BackgroundImage.md +10 -26
- package/docs/components/DataList/examples/DataList.md +52 -54
- package/docs/components/Login/examples/Login.md +5 -120
- package/docs/components/Page/examples/Page.css +7 -1
- package/docs/components/Page/examples/Page.md +31 -4
- package/docs/components/Table/examples/Table.md +136 -2125
- package/docs/demos/AboutModal/examples/AboutModal.md +0 -1
- package/docs/demos/Page/examples/Page.md +931 -0
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +10 -20
- package/package.json +3 -3
- package/patternfly-no-globals.css +156 -152
- package/patternfly.css +156 -152
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -946,7 +946,6 @@ This demo implements the about modal, including the backdrop.
|
|
|
946
946
|
id="about-modal-title"
|
|
947
947
|
>Red Hat OpenShift Container Platform</h1>
|
|
948
948
|
</div>
|
|
949
|
-
<div class="pf-c-about-modal-box__hero"></div>
|
|
950
949
|
<div class="pf-c-about-modal-box__content">
|
|
951
950
|
<div class="pf-c-content">
|
|
952
951
|
<dl>
|