@ansible/ansible-ui-framework 0.0.728 → 0.0.730

Sign up to get free protection for your applications and to get access to all the features.
@@ -42,7 +42,7 @@ interface ITableColumnCommon<T extends object> {
42
42
  }
43
43
  export interface ITableColumnTypeReactNode<T extends object> extends ITableColumnCommon<T> {
44
44
  type?: undefined;
45
- value?: CellFn<T, string | string[] | number | boolean>;
45
+ value?: CellFn<T, string | string[] | number | boolean | undefined | null>;
46
46
  cell: CellFn<T, ReactNode | undefined>;
47
47
  }
48
48
  export interface ITableColumnTypeText<T extends object> extends ITableColumnCommon<T> {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ansible/ansible-ui-framework",
3
3
  "description": "A framework for building applications using PatternFly.",
4
- "version": "0.0.728",
4
+ "version": "0.0.730",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",