react-table-edit 1.0.8 → 1.0.9

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
@@ -1142,7 +1142,7 @@ var SelectTable = (0, import_react6.forwardRef)((props, ref) => {
1142
1142
  className: "formula-dropdown icon-dropdown p-0",
1143
1143
  style: {
1144
1144
  minWidth: selectTableRef?.current?.clientWidth,
1145
- width: menuWidth ? menuWidth + 2 : "min-content",
1145
+ width: width ? width + 2 : "min-content",
1146
1146
  position: "fixed",
1147
1147
  borderRadius: 4,
1148
1148
  zIndex: 9999
package/dist/index.mjs CHANGED
@@ -1103,7 +1103,7 @@ var SelectTable = forwardRef((props, ref) => {
1103
1103
  className: "formula-dropdown icon-dropdown p-0",
1104
1104
  style: {
1105
1105
  minWidth: selectTableRef?.current?.clientWidth,
1106
- width: menuWidth ? menuWidth + 2 : "min-content",
1106
+ width: width ? width + 2 : "min-content",
1107
1107
  position: "fixed",
1108
1108
  borderRadius: 4,
1109
1109
  zIndex: 9999
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-table-edit",
3
3
  "license": "MIT",
4
- "version": "1.0.8",
4
+ "version": "1.0.9",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.ts",