mayak-common-library 0.0.478 → 0.0.480

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
@@ -18,6 +18,7 @@ import { FormControlLabelProps } from '@mui/material/FormControlLabel/FormContro
18
18
  import { SwitchProps } from '@mui/material/Switch/Switch';
19
19
  import { ListProps } from '@mui/material/List/List';
20
20
  import { InputProps } from '@mui/material/Input/Input';
21
+ import { InputProps as InputProps$1 } from '@mui/material/Input';
21
22
  import { CountryIso2 } from 'react-international-phone';
22
23
  import { AccordionProps } from '@mui/material/Accordion/Accordion';
23
24
  import { OptionsType } from '@fancyapps/ui/types/Fancybox/options';
@@ -1462,7 +1463,7 @@ interface SearchInputProps$1 {
1462
1463
  }
1463
1464
  declare const SearchInput: (props: SearchInputProps$1) => react_jsx_runtime.JSX.Element;
1464
1465
 
1465
- declare const FormInput: FC<InputProps & {
1466
+ declare const FormInput: FC<InputProps$1 & {
1466
1467
  name: string;
1467
1468
  }>;
1468
1469
 
@@ -1490,6 +1491,7 @@ interface PhoneInputProps {
1490
1491
  defaultCountry?: CountryIso2;
1491
1492
  value: string;
1492
1493
  onChange: (value: string) => void;
1494
+ placeholder?: string;
1493
1495
  }
1494
1496
  declare const PhoneInput: FC<PhoneInputProps>;
1495
1497
 
package/dist/index.d.ts CHANGED
@@ -18,6 +18,7 @@ import { FormControlLabelProps } from '@mui/material/FormControlLabel/FormContro
18
18
  import { SwitchProps } from '@mui/material/Switch/Switch';
19
19
  import { ListProps } from '@mui/material/List/List';
20
20
  import { InputProps } from '@mui/material/Input/Input';
21
+ import { InputProps as InputProps$1 } from '@mui/material/Input';
21
22
  import { CountryIso2 } from 'react-international-phone';
22
23
  import { AccordionProps } from '@mui/material/Accordion/Accordion';
23
24
  import { OptionsType } from '@fancyapps/ui/types/Fancybox/options';
@@ -1462,7 +1463,7 @@ interface SearchInputProps$1 {
1462
1463
  }
1463
1464
  declare const SearchInput: (props: SearchInputProps$1) => react_jsx_runtime.JSX.Element;
1464
1465
 
1465
- declare const FormInput: FC<InputProps & {
1466
+ declare const FormInput: FC<InputProps$1 & {
1466
1467
  name: string;
1467
1468
  }>;
1468
1469
 
@@ -1490,6 +1491,7 @@ interface PhoneInputProps {
1490
1491
  defaultCountry?: CountryIso2;
1491
1492
  value: string;
1492
1493
  onChange: (value: string) => void;
1494
+ placeholder?: string;
1493
1495
  }
1494
1496
  declare const PhoneInput: FC<PhoneInputProps>;
1495
1497