@datarobot/design-system 30.2.0 → 30.3.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/cjs/table-react/components/table-settings/table-settings-item.js +13 -0
- package/esm/table-react/components/table-settings/table-settings-item.js +13 -0
- package/js/bundle/bundle.js +16 -4
- package/js/bundle/bundle.min.js +1 -1
- package/package.json +1 -1
- package/styles/index.css +3 -0
- package/styles/index.min.css +1 -1
package/package.json
CHANGED
package/styles/index.css
CHANGED
|
@@ -12254,6 +12254,9 @@ table.simple-table.sublevel tr td {
|
|
|
12254
12254
|
flex-grow: 0;
|
|
12255
12255
|
flex-shrink: 0;
|
|
12256
12256
|
}
|
|
12257
|
+
.table-react-settings-container .table-settings .checkbox-wrapper {
|
|
12258
|
+
flex-shrink: 0;
|
|
12259
|
+
}
|
|
12257
12260
|
.table-react-settings-container .table-settings .table-settings-columns {
|
|
12258
12261
|
flex-grow: 1;
|
|
12259
12262
|
flex-shrink: 1;
|