react-table-edit 0.3.0 → 0.3.1

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
@@ -2642,8 +2642,7 @@ var TableEdit = (0, import_react12.forwardRef)((props, ref) => {
2642
2642
  {
2643
2643
  style: {
2644
2644
  height: `${(col.rowspan ?? 1) * 42}px`,
2645
- justifyContent: col.textAlign ?? "left",
2646
- textAlign: col.textAlign ?? "left"
2645
+ justifyContent: col.textAlign ?? "left"
2647
2646
  },
2648
2647
  className: (0, import_classnames10.default)("r-headercell-div"),
2649
2648
  children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
@@ -2698,8 +2697,7 @@ var TableEdit = (0, import_react12.forwardRef)((props, ref) => {
2698
2697
  title: t(col.headerText ?? ""),
2699
2698
  style: {
2700
2699
  height: `${(col.rowspan ?? 1) * 42}px`,
2701
- justifyContent: col.textAlign ?? "left",
2702
- textAlign: col.textAlign ?? "left"
2700
+ justifyContent: col.textAlign ?? "left"
2703
2701
  },
2704
2702
  className: "r-headercell-div",
2705
2703
  children: t(col.headerText ?? "")
@@ -2738,8 +2736,7 @@ var TableEdit = (0, import_react12.forwardRef)((props, ref) => {
2738
2736
  title: t(col.headerText ?? ""),
2739
2737
  style: {
2740
2738
  height: `${(col.rowspan ?? 1) * 42}px`,
2741
- justifyContent: col.textAlign ?? "left",
2742
- textAlign: col.textAlign ?? "left"
2739
+ justifyContent: col.textAlign ?? "left"
2743
2740
  },
2744
2741
  className: "r-headercell-div",
2745
2742
  children: t(col.headerText ?? "")
package/dist/index.mjs CHANGED
@@ -2608,8 +2608,7 @@ var TableEdit = forwardRef2((props, ref) => {
2608
2608
  {
2609
2609
  style: {
2610
2610
  height: `${(col.rowspan ?? 1) * 42}px`,
2611
- justifyContent: col.textAlign ?? "left",
2612
- textAlign: col.textAlign ?? "left"
2611
+ justifyContent: col.textAlign ?? "left"
2613
2612
  },
2614
2613
  className: classnames6("r-headercell-div"),
2615
2614
  children: /* @__PURE__ */ jsx12(
@@ -2664,8 +2663,7 @@ var TableEdit = forwardRef2((props, ref) => {
2664
2663
  title: t(col.headerText ?? ""),
2665
2664
  style: {
2666
2665
  height: `${(col.rowspan ?? 1) * 42}px`,
2667
- justifyContent: col.textAlign ?? "left",
2668
- textAlign: col.textAlign ?? "left"
2666
+ justifyContent: col.textAlign ?? "left"
2669
2667
  },
2670
2668
  className: "r-headercell-div",
2671
2669
  children: t(col.headerText ?? "")
@@ -2704,8 +2702,7 @@ var TableEdit = forwardRef2((props, ref) => {
2704
2702
  title: t(col.headerText ?? ""),
2705
2703
  style: {
2706
2704
  height: `${(col.rowspan ?? 1) * 42}px`,
2707
- justifyContent: col.textAlign ?? "left",
2708
- textAlign: col.textAlign ?? "left"
2705
+ justifyContent: col.textAlign ?? "left"
2709
2706
  },
2710
2707
  className: "r-headercell-div",
2711
2708
  children: t(col.headerText ?? "")
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-table-edit",
3
3
  "license": "MIT",
4
- "version": "0.3.0",
4
+ "version": "0.3.1",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.ts",