react-table-edit 0.9.5 → 0.9.6

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/index.js CHANGED
@@ -1107,7 +1107,7 @@ var SelectTable = (0, import_react6.forwardRef)((props, ref) => {
1107
1107
  container: component,
1108
1108
  className: "formula-dropdown icon-dropdown p-0",
1109
1109
  style: {
1110
- width: menuWidth ? menuWidth : "min-content",
1110
+ width: "min-content",
1111
1111
  position: "fixed",
1112
1112
  borderRadius: 3,
1113
1113
  zIndex: 9999
package/dist/index.mjs CHANGED
@@ -1071,7 +1071,7 @@ var SelectTable = forwardRef((props, ref) => {
1071
1071
  container: component,
1072
1072
  className: "formula-dropdown icon-dropdown p-0",
1073
1073
  style: {
1074
- width: menuWidth ? menuWidth : "min-content",
1074
+ width: "min-content",
1075
1075
  position: "fixed",
1076
1076
  borderRadius: 3,
1077
1077
  zIndex: 9999
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-table-edit",
3
3
  "license": "MIT",
4
- "version": "0.9.5",
4
+ "version": "0.9.6",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.ts",