arengibook 2.0.11-table → 2.0.12-table

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -48167,7 +48167,7 @@ var Table = function Table(_ref7) {
48167
48167
  return c.editable === true;
48168
48168
  }) ? 'cell' : undefined,
48169
48169
  dataKey: "id",
48170
- tableClassName: 'arengi-table',
48170
+ tableClassName: '',
48171
48171
  resizableColumns: true,
48172
48172
  columnResizeMode: "expand",
48173
48173
  removableSort: true,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "arengibook",
3
3
  "private": false,
4
- "version": "2.0.11-table",
4
+ "version": "2.0.12-table",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
7
7
  "exports": {