mayak-common-library 0.0.901 → 0.0.903

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
@@ -1519,6 +1519,7 @@ declare const FormInput: FC<{
1519
1519
  interface NumberInputProps {
1520
1520
  adornmentText?: string;
1521
1521
  transparentView?: boolean;
1522
+ containerClassName?: string;
1522
1523
  }
1523
1524
  declare const NumberInput: FC<NumberInputProps & DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>>;
1524
1525
 
package/dist/index.d.ts CHANGED
@@ -1519,6 +1519,7 @@ declare const FormInput: FC<{
1519
1519
  interface NumberInputProps {
1520
1520
  adornmentText?: string;
1521
1521
  transparentView?: boolean;
1522
+ containerClassName?: string;
1522
1523
  }
1523
1524
  declare const NumberInput: FC<NumberInputProps & DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>>;
1524
1525