awing-library 2.1.2-dev.80 → 2.1.2-dev.81

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/dist/esm/index.js CHANGED
@@ -178337,7 +178337,9 @@ function TableEditable(props) {
178337
178337
  children: [jsxRuntimeExports.jsxs(TableContainer, {
178338
178338
  component: Paper$1,
178339
178339
  sx: {
178340
- // overflow: 'hidden',
178340
+ overflow: 'visible',
178341
+ width: 'fit-content',
178342
+ maxWidth: '100%'
178341
178343
  },
178342
178344
  children: [selected && onSelectedChange && selected.length > 0 && selectionActions && jsxRuntimeExports.jsx(TopBarActions, {
178343
178345
  selected: selected,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "awing-library",
3
- "version": "2.1.2-dev.80",
3
+ "version": "2.1.2-dev.81",
4
4
  "main": "dist/esm/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/index.d.ts",