@vuu-ui/vuu-table-types 0.12.2 → 0.13.0

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/index.d.ts +1 -1
  2. package/package.json +4 -4
package/index.d.ts CHANGED
@@ -39,7 +39,7 @@ export declare type TableSelectionModel =
39
39
  export declare type TableHeading = { label: string; width: number };
40
40
  export declare type TableHeadings = TableHeading[][];
41
41
 
42
- export declare type ValueFormatter<T extends string | JSX.Element = string> = (
42
+ export declare type ValueFormatter<T extends string | ReactElement = string> = (
43
43
  value: unknown,
44
44
  ) => T;
45
45
 
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@vuu-ui/vuu-table-types",
3
- "version": "0.12.2",
3
+ "version": "0.13.0",
4
4
  "devDependencies": {
5
- "@vuu-ui/vuu-data-types": "0.12.2",
6
- "@vuu-ui/vuu-filter-types": "0.12.2",
7
- "@vuu-ui/vuu-protocol-types": "0.12.2"
5
+ "@vuu-ui/vuu-data-types": "0.13.0",
6
+ "@vuu-ui/vuu-filter-types": "0.13.0",
7
+ "@vuu-ui/vuu-protocol-types": "0.13.0"
8
8
  },
9
9
  "author": "heswell",
10
10
  "license": "Apache-2.0",