@comercti/react-components-hmg 0.32.5 → 0.32.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/index.d.ts CHANGED
@@ -36,7 +36,7 @@ truncated: boolean;
36
36
  copyable: boolean;
37
37
  editColumnStyle: {
38
38
  fields: string[];
39
- class: string;
39
+ style: Record<string, string>;
40
40
  };
41
41
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
42
42
  rootRef: HTMLDivElement;
@@ -1859,7 +1859,7 @@ declare type DataTableProps = {
1859
1859
  /** Configurações para estilizar colunas editáveis */
1860
1860
  editColumnStyle?: {
1861
1861
  fields: string[];
1862
- class: string;
1862
+ style: Record<string, string>;
1863
1863
  };
1864
1864
  };
1865
1865
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/react-components-hmg",
3
- "version": "0.32.5",
3
+ "version": "0.32.6",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",