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.
- package/css/carbon-addons-iot-react.css +8 -5
- package/css/carbon-addons-iot-react.css.map +1 -1
- package/es/components/PageWizard/PageWizardStep/PageWizardStep.js +7 -4
- package/es/components/Table/TableHead/FilterHeaderRow/FilterHeaderRow.js +2 -1
- package/lib/components/PageWizard/PageWizardStep/PageWizardStep.js +7 -4
- package/lib/components/Table/TableHead/FilterHeaderRow/FilterHeaderRow.js +2 -1
- package/lib/css/carbon-addons-iot-react.css +8 -5
- package/lib/css/carbon-addons-iot-react.css.map +1 -1
- package/lib/scss/components/PageWizard/_page-wizard.scss +8 -5
- package/package.json +2 -2
- package/scss/components/PageWizard/_page-wizard.scss +8 -5
- package/umd/carbon-addons-iot-react.js +8 -5
|
@@ -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--
|
|
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 {
|