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.
- package/css/carbon-addons-iot-react.css +7 -0
- package/css/carbon-addons-iot-react.css.map +1 -1
- package/es/components/Table/Pagination.js +1 -1
- package/es/components/Table/Table.js +19 -18
- package/es/components/Table/TablePropTypes.js +1 -1
- package/lib/components/Table/Pagination.js +1 -1
- package/lib/components/Table/Table.js +19 -18
- package/lib/components/Table/TablePropTypes.js +1 -1
- package/lib/css/carbon-addons-iot-react.css +7 -0
- package/lib/css/carbon-addons-iot-react.css.map +1 -1
- package/lib/scss/components/Table/_pagination.scss +8 -0
- package/package.json +1 -1
- package/scss/components/Table/_pagination.scss +8 -0
- package/umd/carbon-addons-iot-react.js +476 -474
|
@@ -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
|
}
|