@comercti/react-components-hmg 0.32.6 → 0.32.8

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