@agility/plenum-ui 1.0.52 → 1.0.53

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.
@@ -11,7 +11,7 @@ export interface TreeViewProps {
11
11
  /** Prop comment */
12
12
  treeData: NodeModel<DataProps>[];
13
13
  CustomNode: JSXElementConstructor<TreeItemProps>;
14
- initialOpen: boolean | [number | string];
14
+ initialOpen: boolean | Array<number | string>;
15
15
  }
16
16
  export interface DataProps {
17
17
  type: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agility/plenum-ui",
3
- "version": "1.0.52",
3
+ "version": "1.0.53",
4
4
  "description": "Components that are part of the Agility CMS design system.",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.esm.js",