mayak-common-library 0.0.27 → 0.0.29
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.css +2 -2
- package/dist/index.d.mts +10 -9
- package/dist/index.d.ts +10 -9
- package/dist/index.js +570 -930
- package/dist/index.mjs +311 -199
- package/package.json +1 -1
package/dist/index.css
CHANGED
package/dist/index.d.mts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import * as
|
|
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
|
-
}):
|
|
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) =>
|
|
57
|
+
declare const CustomBadge: (props: BadgeProps) => react_jsx_runtime.JSX.Element;
|
|
57
58
|
|
|
58
|
-
declare const CustomAvatar: (props: AvatarProps) =>
|
|
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:
|
|
69
|
+
declare const CustomRadio: React__default.FC<CustomRadioProps>;
|
|
69
70
|
|
|
70
|
-
declare const CustomRadioGroup:
|
|
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:
|
|
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: () =>
|
|
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
|
|
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
|
-
}):
|
|
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) =>
|
|
57
|
+
declare const CustomBadge: (props: BadgeProps) => react_jsx_runtime.JSX.Element;
|
|
57
58
|
|
|
58
|
-
declare const CustomAvatar: (props: AvatarProps) =>
|
|
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:
|
|
69
|
+
declare const CustomRadio: React__default.FC<CustomRadioProps>;
|
|
69
70
|
|
|
70
|
-
declare const CustomRadioGroup:
|
|
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:
|
|
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: () =>
|
|
144
|
+
declare const RealtorCard: () => react_jsx_runtime.JSX.Element;
|
|
144
145
|
|
|
145
146
|
interface RealtyCardProps {
|
|
146
147
|
}
|