mayak-common-library 0.1.36 → 0.1.37

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
@@ -1156,7 +1156,7 @@ declare const SimpleSelect: FC<PropsWithChildren & SelectProProps>;
1156
1156
  interface SelectContentProps {
1157
1157
  collapseParent?: any;
1158
1158
  currentValue?: string;
1159
- onChange: (value?: string, tag?: string) => void;
1159
+ onChange?: (value?: string, tag?: string) => void;
1160
1160
  }
1161
1161
  declare const SelectContent: (props: SelectContentProps & PropsWithChildren) => react_jsx_runtime.JSX.Element;
1162
1162
 
@@ -1319,7 +1319,7 @@ interface TermListProps {
1319
1319
  currentValue?: string;
1320
1320
  label?: string;
1321
1321
  collapseParent?: any;
1322
- onChange: (value?: string, tag?: string) => void;
1322
+ onChange?: (value?: string, tag?: string) => void;
1323
1323
  keyActive?: boolean;
1324
1324
  }
1325
1325
  declare const TermList: (props: TermListProps) => react_jsx_runtime.JSX.Element;
package/dist/index.d.ts CHANGED
@@ -1156,7 +1156,7 @@ declare const SimpleSelect: FC<PropsWithChildren & SelectProProps>;
1156
1156
  interface SelectContentProps {
1157
1157
  collapseParent?: any;
1158
1158
  currentValue?: string;
1159
- onChange: (value?: string, tag?: string) => void;
1159
+ onChange?: (value?: string, tag?: string) => void;
1160
1160
  }
1161
1161
  declare const SelectContent: (props: SelectContentProps & PropsWithChildren) => react_jsx_runtime.JSX.Element;
1162
1162
 
@@ -1319,7 +1319,7 @@ interface TermListProps {
1319
1319
  currentValue?: string;
1320
1320
  label?: string;
1321
1321
  collapseParent?: any;
1322
- onChange: (value?: string, tag?: string) => void;
1322
+ onChange?: (value?: string, tag?: string) => void;
1323
1323
  keyActive?: boolean;
1324
1324
  }
1325
1325
  declare const TermList: (props: TermListProps) => react_jsx_runtime.JSX.Element;