mayak-common-library 0.1.40 → 0.1.42

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
@@ -1323,7 +1323,7 @@ interface TermListProps {
1323
1323
  keyActive?: boolean;
1324
1324
  classNameList?: string;
1325
1325
  }
1326
- declare const TermList: (props: TermListProps) => react_jsx_runtime.JSX.Element;
1326
+ declare const TermList: (props: TermListProps) => react_jsx_runtime.JSX.Element | null;
1327
1327
 
1328
1328
  interface CustomButtonProps extends PropsWithChildren {
1329
1329
  bolt?: boolean;
package/dist/index.d.ts CHANGED
@@ -1323,7 +1323,7 @@ interface TermListProps {
1323
1323
  keyActive?: boolean;
1324
1324
  classNameList?: string;
1325
1325
  }
1326
- declare const TermList: (props: TermListProps) => react_jsx_runtime.JSX.Element;
1326
+ declare const TermList: (props: TermListProps) => react_jsx_runtime.JSX.Element | null;
1327
1327
 
1328
1328
  interface CustomButtonProps extends PropsWithChildren {
1329
1329
  bolt?: boolean;