react-accessible-treeview
Advanced tools
Comparing version 2.8.1 to 2.8.2
@@ -33,3 +33,3 @@ import { EventCallback, INode, INodeRef, NodeId } from "./types"; | ||
*/ | ||
export type IFlatMetadata = Record<string, string | number | undefined | null>; | ||
export type IFlatMetadata = Record<string, string | number | boolean | undefined | null>; | ||
interface ITreeNode<M extends IFlatMetadata> { | ||
@@ -36,0 +36,0 @@ id?: NodeId; |
{ | ||
"name": "react-accessible-treeview", | ||
"description": "A react component that implements the treeview pattern as described by the WAI-ARIA Authoring Practices.", | ||
"version": "2.8.1", | ||
"version": "2.8.2", | ||
"author": "lissitz (https://github.com/lissitz)", | ||
@@ -6,0 +6,0 @@ "main": "dist/react-accessible-treeview.cjs.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
116656
30