mayak-common-library 0.0.867 → 0.0.869

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.
package/dist/index.d.mts CHANGED
@@ -1487,6 +1487,7 @@ interface TermListProps {
1487
1487
  label?: string;
1488
1488
  collapseParent?: any;
1489
1489
  onChange: (value?: string) => void;
1490
+ keyActive?: boolean;
1490
1491
  }
1491
1492
  declare const TermList: (props: TermListProps) => react_jsx_runtime.JSX.Element;
1492
1493
 
package/dist/index.d.ts CHANGED
@@ -1487,6 +1487,7 @@ interface TermListProps {
1487
1487
  label?: string;
1488
1488
  collapseParent?: any;
1489
1489
  onChange: (value?: string) => void;
1490
+ keyActive?: boolean;
1490
1491
  }
1491
1492
  declare const TermList: (props: TermListProps) => react_jsx_runtime.JSX.Element;
1492
1493