react-table-edit 1.0.5 → 1.0.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
@@ -1143,7 +1143,7 @@ var SelectTable = (0, import_react6.forwardRef)((props, ref) => {
1143
1143
  style: {
1144
1144
  width: width ? width + 2 : "min-content",
1145
1145
  position: "fixed",
1146
- borderRadius: 6,
1146
+ borderRadius: 4,
1147
1147
  zIndex: 9999
1148
1148
  },
1149
1149
  children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(import_reactstrap4.DropdownItem, { className: (0, import_classnames4.default)("p-0 menu-select-table"), tag: "div", header: true, children: dropdownOpen && /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
@@ -2755,7 +2755,7 @@ var SelectTableTree = (0, import_react15.forwardRef)((props, ref) => {
2755
2755
  e.preventDefault();
2756
2756
  },
2757
2757
  tag: "div",
2758
- style: { width: width ? width : "100%" },
2758
+ style: { width: "100%" },
2759
2759
  className: (0, import_classnames13.default)("select-table-control", { "r-select-is-disabled": isDisabled }, { "r-select-is-open": dropdownOpen }, { "r-select-is-focus": isFocus }, { "r-select-is-invalid": invalid }),
2760
2760
  children: [
2761
2761
  /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("div", { className: "select-table-container", children: [
@@ -2806,9 +2806,9 @@ var SelectTableTree = (0, import_react15.forwardRef)((props, ref) => {
2806
2806
  container: component,
2807
2807
  className: "formula-dropdown icon-dropdown p-0",
2808
2808
  style: {
2809
- width: "min-content",
2809
+ width: width ? width + 2 : "min-content",
2810
2810
  position: "fixed",
2811
- borderRadius: 3,
2811
+ borderRadius: 4,
2812
2812
  zIndex: 9999
2813
2813
  },
2814
2814
  children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(import_reactstrap10.DropdownItem, { className: (0, import_classnames13.default)("p-0 menu-select-table"), style: { borderRadius: "6px" }, tag: "div", header: true, children: dropdownOpen && /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
package/dist/index.mjs CHANGED
@@ -1104,7 +1104,7 @@ var SelectTable = forwardRef((props, ref) => {
1104
1104
  style: {
1105
1105
  width: width ? width + 2 : "min-content",
1106
1106
  position: "fixed",
1107
- borderRadius: 6,
1107
+ borderRadius: 4,
1108
1108
  zIndex: 9999
1109
1109
  },
1110
1110
  children: /* @__PURE__ */ jsx5(DropdownItem, { className: classnames3("p-0 menu-select-table"), tag: "div", header: true, children: dropdownOpen && /* @__PURE__ */ jsx5(
@@ -2724,7 +2724,7 @@ var SelectTableTree = forwardRef3((props, ref) => {
2724
2724
  e.preventDefault();
2725
2725
  },
2726
2726
  tag: "div",
2727
- style: { width: width ? width : "100%" },
2727
+ style: { width: "100%" },
2728
2728
  className: classnames8("select-table-control", { "r-select-is-disabled": isDisabled }, { "r-select-is-open": dropdownOpen }, { "r-select-is-focus": isFocus }, { "r-select-is-invalid": invalid }),
2729
2729
  children: [
2730
2730
  /* @__PURE__ */ jsxs14("div", { className: "select-table-container", children: [
@@ -2775,9 +2775,9 @@ var SelectTableTree = forwardRef3((props, ref) => {
2775
2775
  container: component,
2776
2776
  className: "formula-dropdown icon-dropdown p-0",
2777
2777
  style: {
2778
- width: "min-content",
2778
+ width: width ? width + 2 : "min-content",
2779
2779
  position: "fixed",
2780
- borderRadius: 3,
2780
+ borderRadius: 4,
2781
2781
  zIndex: 9999
2782
2782
  },
2783
2783
  children: /* @__PURE__ */ jsx15(DropdownItem3, { className: classnames8("p-0 menu-select-table"), style: { borderRadius: "6px" }, tag: "div", header: true, children: dropdownOpen && /* @__PURE__ */ jsx15(
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-table-edit",
3
3
  "license": "MIT",
4
- "version": "1.0.5",
4
+ "version": "1.0.6",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.ts",