carbon-addons-iot-react 4.1.19 → 4.1.21

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.
@@ -30881,6 +30881,7 @@ html[dir=rtl] .cds--number .cds--number__controls {
30881
30881
  margin-right: 1rem;
30882
30882
  }
30883
30883
  .iot--page-wizard--content--actions--sticky {
30884
+ display: flex;
30884
30885
  position: fixed;
30885
30886
  bottom: 0;
30886
30887
  left: 0;
@@ -30892,13 +30893,15 @@ html[dir=rtl] .cds--number .cds--number__controls {
30892
30893
  .iot--page-wizard--content--actions--sticky .cds--btn {
30893
30894
  margin-right: 1rem;
30894
30895
  }
30895
- .iot--page-wizard--content--after-footer {
30896
- display: flex;
30897
- }
30898
- .iot--page-wizard--content--after-footer--content {
30896
+ .iot--page-wizard--content--footer {
30899
30897
  display: flex;
30900
- width: 100%;
30901
30898
  align-items: center;
30899
+ }
30900
+ .iot--page-wizard--content--footer--before--content {
30901
+ flex: 1;
30902
+ justify-content: flex-start;
30903
+ }
30904
+ .iot--page-wizard--content--footer--after--content {
30902
30905
  justify-content: flex-end;
30903
30906
  }
30904
30907
  .iot--page-wizard--inline-notificaton {