carbon-addons-iot-react 5.7.5 → 5.8.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.
@@ -35374,6 +35374,13 @@ html[dir=rtl] .iot--pagination .cds--pagination__left {
35374
35374
  margin-left: 0rem;
35375
35375
  }
35376
35376
 
35377
+ .iot--pagination--hide-goto-page .cds--pagination__right .cds--select__page-number {
35378
+ display: none;
35379
+ }
35380
+ .iot--pagination--hide-goto-page .cds--pagination__right {
35381
+ border-left-style: none;
35382
+ }
35383
+
35377
35384
  .iot--pagination--hide-select .cds--select {
35378
35385
  display: none;
35379
35386
  }