carbon-addons-iot-react 4.0.23 → 4.0.24
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 +4 -0
- package/css/carbon-addons-iot-react.css.map +1 -1
- package/es/components/PageWizard/PageWizardStep/PageWizardStep.js +4 -1
- package/lib/components/PageWizard/PageWizardStep/PageWizardStep.js +4 -1
- package/lib/css/carbon-addons-iot-react.css +4 -0
- package/lib/css/carbon-addons-iot-react.css.map +1 -1
- package/lib/scss/components/PageWizard/_page-wizard.scss +5 -0
- package/package.json +2 -2
- package/scss/components/PageWizard/_page-wizard.scss +5 -0
- package/umd/carbon-addons-iot-react.js +3 -1
|
@@ -30678,6 +30678,10 @@ html[dir=rtl] .cds--number .cds--number__controls {
|
|
|
30678
30678
|
align-items: center;
|
|
30679
30679
|
justify-content: flex-end;
|
|
30680
30680
|
}
|
|
30681
|
+
.iot--page-wizard--inline-notificaton {
|
|
30682
|
+
margin-top: 1rem;
|
|
30683
|
+
margin-bottom: 1rem;
|
|
30684
|
+
}
|
|
30681
30685
|
|
|
30682
30686
|
.iot--pie-chart-container {
|
|
30683
30687
|
width: 100%;
|