mayak-common-library 0.0.575 → 0.0.576

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
@@ -1466,7 +1466,7 @@ interface NumberInputProps {
1466
1466
  adornmentText?: string;
1467
1467
  transparentView?: boolean;
1468
1468
  }
1469
- declare const NumberInput: FC<NumberInputProps>;
1469
+ declare const NumberInput: FC<NumberInputProps & DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>>;
1470
1470
 
1471
1471
  interface SearchInputProps {
1472
1472
  onClick?: (event: MouseEvent<HTMLDivElement>) => void;
package/dist/index.d.ts CHANGED
@@ -1466,7 +1466,7 @@ interface NumberInputProps {
1466
1466
  adornmentText?: string;
1467
1467
  transparentView?: boolean;
1468
1468
  }
1469
- declare const NumberInput: FC<NumberInputProps>;
1469
+ declare const NumberInput: FC<NumberInputProps & DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>>;
1470
1470
 
1471
1471
  interface SearchInputProps {
1472
1472
  onClick?: (event: MouseEvent<HTMLDivElement>) => void;