@ansible/ansible-ui-framework 0.0.728 → 0.0.730

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.
@@ -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",