@patternfly/patternfly 4.189.0 → 4.192.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.
- package/components/Divider/divider.css +159 -13
- package/components/Divider/divider.scss +74 -28
- package/components/Login/login.css +9 -1
- package/components/Login/login.scss +13 -5
- package/components/Page/page.css +4 -0
- package/components/Page/page.scss +5 -0
- package/components/Wizard/wizard.css +1 -1
- package/components/Wizard/wizard.scss +1 -1
- package/docs/components/Divider/examples/Divider.css +11 -5
- package/docs/components/Divider/examples/Divider.md +14 -0
- package/docs/components/LogViewer/examples/LogViewer.md +9 -9
- package/docs/components/Login/examples/Login.md +269 -73
- package/docs/components/Page/examples/Page.md +1 -0
- package/docs/components/Wizard/examples/Wizard.md +273 -0
- package/docs/demos/Dashboard/examples/Dashboard.md +2 -2
- package/docs/demos/Wizard/examples/Wizard.md +2626 -240
- package/package.json +1 -1
- package/patternfly-no-reset.css +173 -15
- package/patternfly.css +173 -15
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -1036,7 +1036,7 @@ cssPrefix: pf-d-dashboard
|
|
|
1036
1036
|
</div>
|
|
1037
1037
|
</div>
|
|
1038
1038
|
</div>
|
|
1039
|
-
<hr class="pf-c-divider pf-m-vertical pf-m-inset-3xl" />
|
|
1039
|
+
<hr class="pf-c-divider pf-m-vertical-on-md pf-m-inset-3xl" />
|
|
1040
1040
|
<div
|
|
1041
1041
|
class="pf-l-flex pf-m-flex-1 pf-m-align-self-stretch pf-m-align-items-stretch"
|
|
1042
1042
|
>
|
|
@@ -1114,7 +1114,7 @@ cssPrefix: pf-d-dashboard
|
|
|
1114
1114
|
</div>
|
|
1115
1115
|
</div>
|
|
1116
1116
|
</div>
|
|
1117
|
-
<hr class="pf-c-divider pf-m-vertical pf-m-inset-3xl" />
|
|
1117
|
+
<hr class="pf-c-divider pf-m-vertical-on-md pf-m-inset-3xl" />
|
|
1118
1118
|
<div
|
|
1119
1119
|
class="pf-l-flex pf-m-flex-1 pf-m-align-self-stretch pf-m-align-items-stretch"
|
|
1120
1120
|
>
|