carbon-addons-iot-react 5.10.8 → 5.10.11
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 +6 -0
- package/css/carbon-addons-iot-react.css.map +1 -1
- package/es/components/Table/TableToolbar/TableToolbar.js +85 -19
- package/es/hooks/useResponsiveInlineCount.js +249 -0
- package/lib/components/Table/TableToolbar/TableToolbar.js +86 -19
- package/lib/css/carbon-addons-iot-react.css +6 -0
- package/lib/css/carbon-addons-iot-react.css.map +1 -1
- package/lib/hooks/useResponsiveInlineCount.js +255 -0
- package/lib/scss/components/Table/TableToolbar/_table-toolbar.scss +7 -0
- package/package.json +2 -2
- package/scss/components/Table/TableToolbar/_table-toolbar.scss +7 -0
- package/umd/carbon-addons-iot-react.js +371 -73
|
@@ -35246,6 +35246,12 @@ div.cds--toolbar-action.cds--toolbar-search-container-expandable > div.cds--sear
|
|
|
35246
35246
|
|
|
35247
35247
|
.iot--table-batch-actions {
|
|
35248
35248
|
z-index: 3;
|
|
35249
|
+
min-width: 0;
|
|
35250
|
+
}
|
|
35251
|
+
.iot--table-batch-actions .cds--action-list {
|
|
35252
|
+
min-width: 0;
|
|
35253
|
+
flex: 1 1 auto;
|
|
35254
|
+
overflow: hidden;
|
|
35249
35255
|
}
|
|
35250
35256
|
.iot--table-batch-actions + .cds--toolbar-action {
|
|
35251
35257
|
padding: 0;
|