mayak-common-library 0.0.578 → 0.0.579

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
@@ -1465,6 +1465,7 @@ declare const FormInput: FC<{
1465
1465
  interface NumberInputProps {
1466
1466
  adornmentText?: string;
1467
1467
  transparentView?: boolean;
1468
+ label?: string;
1468
1469
  }
1469
1470
  declare const NumberInput: FC<NumberInputProps & DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>>;
1470
1471
 
package/dist/index.d.ts CHANGED
@@ -1465,6 +1465,7 @@ declare const FormInput: FC<{
1465
1465
  interface NumberInputProps {
1466
1466
  adornmentText?: string;
1467
1467
  transparentView?: boolean;
1468
+ label?: string;
1468
1469
  }
1469
1470
  declare const NumberInput: FC<NumberInputProps & DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>>;
1470
1471