carbon-addons-iot-react 4.2.2 → 4.2.4
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 +7 -3
- package/css/carbon-addons-iot-react.css.map +1 -1
- package/es/components/DashboardEditor/DashboardEditorHeader/DashboardEditorHeader.js +1 -2
- package/lib/components/DashboardEditor/DashboardEditorHeader/DashboardEditorHeader.js +4 -5
- package/lib/css/carbon-addons-iot-react.css +7 -3
- package/lib/css/carbon-addons-iot-react.css.map +1 -1
- package/lib/scss/components/ComboBox/_combo-box.scss +1 -0
- package/lib/scss/components/PageTitleBar/_page-title-bar.scss +5 -0
- package/lib/scss/components/SideNav/_side-nav.scss +1 -0
- package/lib/scss/components/SuiteHeader/_suite-header.scss +2 -0
- package/package.json +2 -2
- package/scss/components/ComboBox/_combo-box.scss +1 -0
- package/scss/components/PageTitleBar/_page-title-bar.scss +5 -0
- package/scss/components/SideNav/_side-nav.scss +1 -0
- package/scss/components/SuiteHeader/_suite-header.scss +2 -0
- package/umd/carbon-addons-iot-react.js +4 -4
|
@@ -31288,6 +31288,10 @@ html[dir=rtl] .cds--number .cds--number__controls {
|
|
|
31288
31288
|
padding-right: unset;
|
|
31289
31289
|
padding-left: 2rem;
|
|
31290
31290
|
}
|
|
31291
|
+
.page-title-bar-header-right .cds--content-switcher-btn,
|
|
31292
|
+
.page-title-bar-header-right .cds--content-switcher .cds--btn--primary {
|
|
31293
|
+
margin-left: 0;
|
|
31294
|
+
}
|
|
31291
31295
|
.page-title-bar-header-right .cds--btn--primary {
|
|
31292
31296
|
margin-left: 0.5rem;
|
|
31293
31297
|
}
|
|
@@ -34730,7 +34734,7 @@ html[dir=rtl] .iot--side-nav .cds--side-nav__item.cds--side-nav__item--icon .cds
|
|
|
34730
34734
|
.iot--side-nav .cds--search {
|
|
34731
34735
|
min-width: 5rem;
|
|
34732
34736
|
margin-bottom: -1rem;
|
|
34733
|
-
z-index:
|
|
34737
|
+
z-index: 6000;
|
|
34734
34738
|
}
|
|
34735
34739
|
.iot--side-nav .cds--search-input,
|
|
34736
34740
|
.iot--side-nav .cds--search-close:hover {
|
|
@@ -34906,7 +34910,7 @@ html[dir=rtl] .iot--side-nav__item--depth-3 .cds--side-nav__link-text {
|
|
|
34906
34910
|
}
|
|
34907
34911
|
|
|
34908
34912
|
.cds--side-nav__overlay-active {
|
|
34909
|
-
z-index:
|
|
34913
|
+
z-index: 6000;
|
|
34910
34914
|
}
|
|
34911
34915
|
|
|
34912
34916
|
.iot-simple-pagination-container {
|
|
@@ -35025,7 +35029,7 @@ html[dir=rtl] .iot--side-nav__item--depth-3 .cds--side-nav__link-text {
|
|
|
35025
35029
|
right: 0;
|
|
35026
35030
|
max-width: 26.5625rem;
|
|
35027
35031
|
width: auto;
|
|
35028
|
-
z-index:
|
|
35032
|
+
z-index: 6000;
|
|
35029
35033
|
margin-inline: 0 1rem;
|
|
35030
35034
|
margin-block: 1rem 0.5rem;
|
|
35031
35035
|
}
|