carbon-addons-iot-react 5.11.0 → 5.13.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/css/carbon-addons-iot-react.css +24 -0
- package/css/carbon-addons-iot-react.css.map +1 -1
- package/es/components/Card/CardToolbar.js +4 -4
- package/es/components/PageWizard/PageWizard.js +8 -3
- package/es/components/PageWizard/PageWizardStep/PageWizardStep.js +2 -1
- package/es/components/ProgressIndicator/ProgressIndicator.js +44 -16
- package/lib/components/Card/CardToolbar.js +4 -4
- package/lib/components/PageWizard/PageWizard.js +8 -3
- package/lib/components/PageWizard/PageWizardStep/PageWizardStep.js +2 -1
- package/lib/components/ProgressIndicator/ProgressIndicator.js +63 -16
- package/lib/css/carbon-addons-iot-react.css +24 -0
- package/lib/css/carbon-addons-iot-react.css.map +1 -1
- package/lib/scss/components/ProgressIndicator/_progress-indicator.scss +30 -1
- package/package.json +1 -1
- package/scss/components/ProgressIndicator/_progress-indicator.scss +30 -1
- package/umd/carbon-addons-iot-react.js +16915 -1695
|
@@ -32484,6 +32484,9 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
32484
32484
|
width: 8rem;
|
|
32485
32485
|
height: 4.25rem;
|
|
32486
32486
|
}
|
|
32487
|
+
.iot--progress-indicator .iot--progress-step.iot--progress-step--pictogram {
|
|
32488
|
+
height: 7.25rem;
|
|
32489
|
+
}
|
|
32487
32490
|
.iot--progress-indicator .iot--progress-step-line, .iot--progress-indicator .iot--progress-step-line--sub, .iot--progress-indicator .iot--progress-step-line--sub-complete, .iot--progress-indicator .iot--progress-step-line--complete {
|
|
32488
32491
|
position: absolute;
|
|
32489
32492
|
width: calc(100% - 1.5rem);
|
|
@@ -32669,6 +32672,18 @@ html[dir=rtl] .iot--progress-indicator .iot--progress-text {
|
|
|
32669
32672
|
.iot--progress-indicator--vertical {
|
|
32670
32673
|
display: unset;
|
|
32671
32674
|
}
|
|
32675
|
+
.iot--progress-indicator--vertical .iot--progress-step {
|
|
32676
|
+
display: flex;
|
|
32677
|
+
gap: 0.5rem;
|
|
32678
|
+
}
|
|
32679
|
+
.iot--progress-indicator--vertical .iot--progress-step .iot--progress-step--pictogram-item {
|
|
32680
|
+
margin-top: -6px;
|
|
32681
|
+
margin-bottom: 0;
|
|
32682
|
+
}
|
|
32683
|
+
.iot--progress-indicator--vertical .iot--progress-step.iot--progress-step--pictogram {
|
|
32684
|
+
width: 11rem;
|
|
32685
|
+
height: 4.25rem;
|
|
32686
|
+
}
|
|
32672
32687
|
.iot--progress-indicator--vertical .iot--progress-step-button .iot--progress-text {
|
|
32673
32688
|
left: 2rem;
|
|
32674
32689
|
top: 0.1875rem;
|
|
@@ -32716,6 +32731,15 @@ html[dir=rtl] .iot--progress-indicator--vertical .cds--skeleton .cds--progress-s
|
|
|
32716
32731
|
.iot--progress-indicator .cds--skeleton .cds--progress-step {
|
|
32717
32732
|
flex: unset;
|
|
32718
32733
|
}
|
|
32734
|
+
.iot--progress-indicator .iot--progress-step--pictogram-item {
|
|
32735
|
+
width: 3rem;
|
|
32736
|
+
height: 3rem;
|
|
32737
|
+
margin-bottom: 0.5rem;
|
|
32738
|
+
}
|
|
32739
|
+
.iot--progress-indicator .iot--progress-step--pictogram-item svg {
|
|
32740
|
+
width: 100%;
|
|
32741
|
+
height: 100%;
|
|
32742
|
+
}
|
|
32719
32743
|
|
|
32720
32744
|
.iot--rule-builder-header {
|
|
32721
32745
|
display: flex;
|