mayak-common-library 0.0.579 → 0.0.580

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