@patternfly/patternfly 4.200.0 → 4.200.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.
- package/components/Wizard/wizard.css +2 -1
- package/components/Wizard/wizard.scss +3 -1
- package/docs/components/Wizard/examples/Wizard.md +59 -57
- package/docs/demos/Wizard/examples/Wizard.md +2581 -275
- package/package.json +1 -1
- package/patternfly-no-reset.css +2 -1
- package/patternfly.css +2 -1
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
package/package.json
CHANGED
package/patternfly-no-reset.css
CHANGED
|
@@ -31458,6 +31458,7 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
31458
31458
|
}
|
|
31459
31459
|
|
|
31460
31460
|
.pf-c-wizard__footer {
|
|
31461
|
+
position: relative;
|
|
31461
31462
|
z-index: var(--pf-c-wizard__footer--ZIndex);
|
|
31462
31463
|
display: flex;
|
|
31463
31464
|
flex-wrap: wrap;
|
|
@@ -31471,7 +31472,7 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
31471
31472
|
.pf-c-wizard__footer > *:not(:last-child) {
|
|
31472
31473
|
margin-right: var(--pf-c-wizard__footer--child--MarginRight);
|
|
31473
31474
|
}
|
|
31474
|
-
.pf-c-page__main-wizard .pf-c-wizard__footer, .pf-c-modal-box .pf-c-wizard__footer {
|
|
31475
|
+
.pf-c-page__main-wizard .pf-c-wizard__footer, .pf-c-modal-box .pf-c-wizard__footer, .pf-c-drawer > .pf-c-wizard__footer {
|
|
31475
31476
|
box-shadow: var(--pf-c-wizard__footer--BoxShadow);
|
|
31476
31477
|
}
|
|
31477
31478
|
|
package/patternfly.css
CHANGED
|
@@ -31585,6 +31585,7 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
31585
31585
|
}
|
|
31586
31586
|
|
|
31587
31587
|
.pf-c-wizard__footer {
|
|
31588
|
+
position: relative;
|
|
31588
31589
|
z-index: var(--pf-c-wizard__footer--ZIndex);
|
|
31589
31590
|
display: flex;
|
|
31590
31591
|
flex-wrap: wrap;
|
|
@@ -31598,7 +31599,7 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
31598
31599
|
.pf-c-wizard__footer > *:not(:last-child) {
|
|
31599
31600
|
margin-right: var(--pf-c-wizard__footer--child--MarginRight);
|
|
31600
31601
|
}
|
|
31601
|
-
.pf-c-page__main-wizard .pf-c-wizard__footer, .pf-c-modal-box .pf-c-wizard__footer {
|
|
31602
|
+
.pf-c-page__main-wizard .pf-c-wizard__footer, .pf-c-modal-box .pf-c-wizard__footer, .pf-c-drawer > .pf-c-wizard__footer {
|
|
31602
31603
|
box-shadow: var(--pf-c-wizard__footer--BoxShadow);
|
|
31603
31604
|
}
|
|
31604
31605
|
|