react-table-edit 0.2.2 → 0.2.3

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
@@ -2492,7 +2492,7 @@ var TableEdit = (0, import_react12.forwardRef)((props, ref) => {
2492
2492
  "div",
2493
2493
  {
2494
2494
  id: indexFocus === indexRow && typeDis !== 1 ? `${idTable}-col${indexCol + 1}-row${indexRow + 1}` : "",
2495
- className: (0, import_classnames9.default)("r-rowcell-content", { "is-invalid": errorMessage }),
2495
+ className: (0, import_classnames9.default)("r-rowcell-content", { "r-is-invalid": errorMessage }),
2496
2496
  style: {
2497
2497
  padding: typeDis !== 1 && errorMessage ? "6px 10px" : 0,
2498
2498
  margin: typeDis !== 1 && !errorMessage ? "6px 10px" : 2
package/dist/index.mjs CHANGED
@@ -2466,7 +2466,7 @@ var TableEdit = forwardRef2((props, ref) => {
2466
2466
  "div",
2467
2467
  {
2468
2468
  id: indexFocus === indexRow && typeDis !== 1 ? `${idTable}-col${indexCol + 1}-row${indexRow + 1}` : "",
2469
- className: classnames5("r-rowcell-content", { "is-invalid": errorMessage }),
2469
+ className: classnames5("r-rowcell-content", { "r-is-invalid": errorMessage }),
2470
2470
  style: {
2471
2471
  padding: typeDis !== 1 && errorMessage ? "6px 10px" : 0,
2472
2472
  margin: typeDis !== 1 && !errorMessage ? "6px 10px" : 2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-table-edit",
3
3
  "license": "MIT",
4
- "version": "0.2.2",
4
+ "version": "0.2.3",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.ts",