mayak-common-library 0.0.28 → 0.0.30

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
@@ -1,6 +1,7 @@
1
- import * as react from 'react';
2
- import react__default, { FC, PropsWithChildren, ReactElement } from 'react';
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
3
2
  import { ButtonProps } from '@mui/material/Button';
3
+ import * as React from 'react';
4
+ import React__default, { FC, PropsWithChildren, ReactElement } from 'react';
4
5
  import { IconButtonProps } from '@mui/material/IconButton/IconButton';
5
6
  import { SelectProps } from '@mui/material/Select/Select';
6
7
  import { ChipProps } from '@mui/material';
@@ -20,7 +21,7 @@ import { UseControllerProps } from 'react-hook-form';
20
21
 
21
22
  declare function Greet(props: {
22
23
  name: string;
23
- }): react.JSX.Element;
24
+ }): react_jsx_runtime.JSX.Element;
24
25
 
25
26
  interface CustomButtonProps extends ButtonProps, PropsWithChildren {
26
27
  bolt?: boolean;
@@ -53,9 +54,9 @@ interface CustomChipProps {
53
54
  }
54
55
  declare const CustomChip: FC<ChipProps & CustomChipProps>;
55
56
 
56
- declare const CustomBadge: (props: BadgeProps) => react.JSX.Element;
57
+ declare const CustomBadge: (props: BadgeProps) => react_jsx_runtime.JSX.Element;
57
58
 
58
- declare const CustomAvatar: (props: AvatarProps) => react.JSX.Element;
59
+ declare const CustomAvatar: (props: AvatarProps) => react_jsx_runtime.JSX.Element;
59
60
 
60
61
  declare const Text: FC<TypographyOwnProps & PropsWithChildren>;
61
62
 
@@ -65,9 +66,9 @@ interface CustomRadioProps {
65
66
  label?: string;
66
67
  value?: string;
67
68
  }
68
- declare const CustomRadio: react__default.FC<CustomRadioProps>;
69
+ declare const CustomRadio: React__default.FC<CustomRadioProps>;
69
70
 
70
- declare const CustomRadioGroup: react__default.FC<RadioGroupProps & PropsWithChildren>;
71
+ declare const CustomRadioGroup: React__default.FC<RadioGroupProps & PropsWithChildren>;
71
72
 
72
73
  interface CustomSwitchProps {
73
74
  beforeText?: string;
@@ -94,7 +95,7 @@ interface PhoneInputProps {
94
95
  }) => void;
95
96
  name: string;
96
97
  }
97
- declare const PhoneInput: react.ForwardRefExoticComponent<PhoneInputProps & react.RefAttributes<PatternFormatProps>>;
98
+ declare const PhoneInput: React.ForwardRefExoticComponent<PhoneInputProps & React.RefAttributes<PatternFormatProps>>;
98
99
 
99
100
  interface FromToInputProps {
100
101
  label?: string;
@@ -140,7 +141,7 @@ interface JobCardProps {
140
141
  }
141
142
  declare const JobCard: FC<JobCardProps>;
142
143
 
143
- declare const RealtorCard: () => react.JSX.Element;
144
+ declare const RealtorCard: () => react_jsx_runtime.JSX.Element;
144
145
 
145
146
  interface RealtyCardProps {
146
147
  }
package/dist/index.d.ts CHANGED
@@ -1,6 +1,7 @@
1
- import * as react from 'react';
2
- import react__default, { FC, PropsWithChildren, ReactElement } from 'react';
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
3
2
  import { ButtonProps } from '@mui/material/Button';
3
+ import * as React from 'react';
4
+ import React__default, { FC, PropsWithChildren, ReactElement } from 'react';
4
5
  import { IconButtonProps } from '@mui/material/IconButton/IconButton';
5
6
  import { SelectProps } from '@mui/material/Select/Select';
6
7
  import { ChipProps } from '@mui/material';
@@ -20,7 +21,7 @@ import { UseControllerProps } from 'react-hook-form';
20
21
 
21
22
  declare function Greet(props: {
22
23
  name: string;
23
- }): react.JSX.Element;
24
+ }): react_jsx_runtime.JSX.Element;
24
25
 
25
26
  interface CustomButtonProps extends ButtonProps, PropsWithChildren {
26
27
  bolt?: boolean;
@@ -53,9 +54,9 @@ interface CustomChipProps {
53
54
  }
54
55
  declare const CustomChip: FC<ChipProps & CustomChipProps>;
55
56
 
56
- declare const CustomBadge: (props: BadgeProps) => react.JSX.Element;
57
+ declare const CustomBadge: (props: BadgeProps) => react_jsx_runtime.JSX.Element;
57
58
 
58
- declare const CustomAvatar: (props: AvatarProps) => react.JSX.Element;
59
+ declare const CustomAvatar: (props: AvatarProps) => react_jsx_runtime.JSX.Element;
59
60
 
60
61
  declare const Text: FC<TypographyOwnProps & PropsWithChildren>;
61
62
 
@@ -65,9 +66,9 @@ interface CustomRadioProps {
65
66
  label?: string;
66
67
  value?: string;
67
68
  }
68
- declare const CustomRadio: react__default.FC<CustomRadioProps>;
69
+ declare const CustomRadio: React__default.FC<CustomRadioProps>;
69
70
 
70
- declare const CustomRadioGroup: react__default.FC<RadioGroupProps & PropsWithChildren>;
71
+ declare const CustomRadioGroup: React__default.FC<RadioGroupProps & PropsWithChildren>;
71
72
 
72
73
  interface CustomSwitchProps {
73
74
  beforeText?: string;
@@ -94,7 +95,7 @@ interface PhoneInputProps {
94
95
  }) => void;
95
96
  name: string;
96
97
  }
97
- declare const PhoneInput: react.ForwardRefExoticComponent<PhoneInputProps & react.RefAttributes<PatternFormatProps>>;
98
+ declare const PhoneInput: React.ForwardRefExoticComponent<PhoneInputProps & React.RefAttributes<PatternFormatProps>>;
98
99
 
99
100
  interface FromToInputProps {
100
101
  label?: string;
@@ -140,7 +141,7 @@ interface JobCardProps {
140
141
  }
141
142
  declare const JobCard: FC<JobCardProps>;
142
143
 
143
- declare const RealtorCard: () => react.JSX.Element;
144
+ declare const RealtorCard: () => react_jsx_runtime.JSX.Element;
144
145
 
145
146
  interface RealtyCardProps {
146
147
  }