mayak-common-library 0.0.574 → 0.0.575

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
@@ -17,7 +17,6 @@ import { CheckboxProps } from '@mui/material/Checkbox';
17
17
  import { FormControlLabelProps } from '@mui/material/FormControlLabel/FormControlLabel';
18
18
  import { SwitchProps } from '@mui/material/Switch/Switch';
19
19
  import { ListProps } from '@mui/material/List/List';
20
- import { InputProps } from '@mui/material/Input/Input';
21
20
  import { CountryIso2 } from 'react-international-phone';
22
21
  import { AccordionProps } from '@mui/material/Accordion/Accordion';
23
22
  import { OptionsType } from '@fancyapps/ui/types/Fancybox/options';
@@ -1463,8 +1462,9 @@ declare const FormInput: FC<{
1463
1462
  name: string;
1464
1463
  } & DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>>;
1465
1464
 
1466
- interface NumberInputProps extends InputProps {
1467
- adornmentText: string;
1465
+ interface NumberInputProps {
1466
+ adornmentText?: string;
1467
+ transparentView?: boolean;
1468
1468
  }
1469
1469
  declare const NumberInput: FC<NumberInputProps>;
1470
1470
 
package/dist/index.d.ts CHANGED
@@ -17,7 +17,6 @@ import { CheckboxProps } from '@mui/material/Checkbox';
17
17
  import { FormControlLabelProps } from '@mui/material/FormControlLabel/FormControlLabel';
18
18
  import { SwitchProps } from '@mui/material/Switch/Switch';
19
19
  import { ListProps } from '@mui/material/List/List';
20
- import { InputProps } from '@mui/material/Input/Input';
21
20
  import { CountryIso2 } from 'react-international-phone';
22
21
  import { AccordionProps } from '@mui/material/Accordion/Accordion';
23
22
  import { OptionsType } from '@fancyapps/ui/types/Fancybox/options';
@@ -1463,8 +1462,9 @@ declare const FormInput: FC<{
1463
1462
  name: string;
1464
1463
  } & DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>>;
1465
1464
 
1466
- interface NumberInputProps extends InputProps {
1467
- adornmentText: string;
1465
+ interface NumberInputProps {
1466
+ adornmentText?: string;
1467
+ transparentView?: boolean;
1468
1468
  }
1469
1469
  declare const NumberInput: FC<NumberInputProps>;
1470
1470