carbon-addons-iot-react 5.4.2 → 5.4.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.
@@ -25504,6 +25504,14 @@ button.iot--overflow-menu-icon.cds--btn--icon-only.cds--tooltip__trigger:hover s
25504
25504
  font-size: 0.875rem;
25505
25505
  }
25506
25506
 
25507
+ .cds--overflow-menu-options {
25508
+ inline-size: 14rem;
25509
+ }
25510
+
25511
+ .cds--overflow-menu-options__btn {
25512
+ max-inline-size: 14.25rem;
25513
+ }
25514
+
25507
25515
  .iot--dropdown__image-button:hover {
25508
25516
  border-color: transparent;
25509
25517
  }
@@ -30601,6 +30609,10 @@ html[dir=rtl] .cds--number .cds--number__controls {
30601
30609
  padding-right: unset;
30602
30610
  padding-left: 2rem;
30603
30611
  }
30612
+ .page-title-bar-header-right .cds--content-switcher-btn,
30613
+ .page-title-bar-header-right .cds--content-switcher .cds--btn--primary {
30614
+ margin-left: 0;
30615
+ }
30604
30616
  .page-title-bar-header-right .cds--btn--primary {
30605
30617
  margin-left: 0.5rem;
30606
30618
  }
@@ -34043,7 +34055,7 @@ html[dir=rtl] .iot--side-nav .cds--side-nav__item.cds--side-nav__item--icon .cds
34043
34055
  .iot--side-nav .cds--search {
34044
34056
  min-width: 5rem;
34045
34057
  margin-bottom: -1rem;
34046
- z-index: z("overlay");
34058
+ z-index: 6000;
34047
34059
  }
34048
34060
  .iot--side-nav .cds--search-input,
34049
34061
  .iot--side-nav .cds--search-close:hover {
@@ -34219,7 +34231,7 @@ html[dir=rtl] .iot--side-nav__item--depth-3 .cds--side-nav__link-text {
34219
34231
  }
34220
34232
 
34221
34233
  .cds--side-nav__overlay-active {
34222
- z-index: z("overlay");
34234
+ z-index: 6000;
34223
34235
  }
34224
34236
 
34225
34237
  .iot-simple-pagination-container {
@@ -34338,7 +34350,7 @@ html[dir=rtl] .iot--side-nav__item--depth-3 .cds--side-nav__link-text {
34338
34350
  right: 0;
34339
34351
  max-width: 26.5625rem;
34340
34352
  width: auto;
34341
- z-index: z("overlay");
34353
+ z-index: 6000;
34342
34354
  margin-inline: 0 1rem;
34343
34355
  margin-block: 1rem 0.5rem;
34344
34356
  }