propro-common-components 0.1.313 → 0.1.314
Sign up to get free protection for your applications and to get access to all the features.
@@ -19,13 +19,12 @@ export type PlasmicSignInSignUpForm__VariantsArgs = {
|
|
19
19
|
export declare const PlasmicSignInSignUpForm__VariantProps: (keyof PlasmicSignInSignUpForm__VariantsArgs)[];
|
20
20
|
export type PlasmicSignInSignUpForm__ArgsType = {
|
21
21
|
email?: string;
|
22
|
-
|
23
|
-
|
22
|
+
emailError?: React.ReactNode;
|
23
|
+
passwordError?: React.ReactNode;
|
24
24
|
nameError?: React.ReactNode;
|
25
25
|
authUrl?: string;
|
26
26
|
showSocialAuth?: boolean;
|
27
27
|
enableMagicLinkAuth?: boolean;
|
28
|
-
passwordError?: React.ReactNode;
|
29
28
|
};
|
30
29
|
export declare const PlasmicSignInSignUpForm__ArgProps: (keyof PlasmicSignInSignUpForm__ArgsType)[];
|
31
30
|
export type PlasmicSignInSignUpForm__OverridesType = {
|
@@ -42,10 +41,12 @@ export type PlasmicSignInSignUpForm__OverridesType = {
|
|
42
41
|
nameField?: Flex__<"div">;
|
43
42
|
nameInput?: Flex__<typeof TextInputFromProPro>;
|
44
43
|
emailField?: Flex__<"div">;
|
45
|
-
|
44
|
+
emailInput?: Flex__<typeof TextInputFromProPro>;
|
46
45
|
codeField?: Flex__<"div">;
|
47
46
|
codeInput?: Flex__<typeof TextInputFromProPro>;
|
48
47
|
passwordField?: Flex__<"div">;
|
48
|
+
passwordInput?: Flex__<typeof TextInputFromProPro>;
|
49
|
+
confirmPasswordField?: Flex__<"div">;
|
49
50
|
confirmPasswordInput?: Flex__<typeof TextInputFromProPro>;
|
50
51
|
signInButton?: Flex__<typeof ButtonFromProPro>;
|
51
52
|
backButton?: Flex__<typeof ButtonFromProPro>;
|
@@ -79,36 +80,37 @@ export type PlasmicSignInSignUpForm__OverridesType = {
|
|
79
80
|
};
|
80
81
|
export interface DefaultSignInSignUpFormProps {
|
81
82
|
email?: string;
|
82
|
-
|
83
|
-
|
83
|
+
emailError?: React.ReactNode;
|
84
|
+
passwordError?: React.ReactNode;
|
84
85
|
nameError?: React.ReactNode;
|
85
86
|
authUrl?: string;
|
86
87
|
showSocialAuth?: boolean;
|
87
88
|
enableMagicLinkAuth?: boolean;
|
88
|
-
passwordError?: React.ReactNode;
|
89
89
|
mode?: SingleChoiceArg<"signIn" | "signUp" | "magic" | "signUpTemp" | "resetPassword" | "forgotPassword" | "approvalCode">;
|
90
90
|
app?: SingleChoiceArg<"hubHub" | "mapMapWeb" | "mapMapDesktopAlt2" | "mapMapDesktopAlt" | "mapMapDesktopAlt3">;
|
91
91
|
hidingSignupElements?: SingleChoiceArg<"socialLogins" | "magicLink" | "both">;
|
92
92
|
className?: string;
|
93
93
|
}
|
94
94
|
declare const PlasmicDescendants: {
|
95
|
-
readonly root: readonly ["root", "container", "logoAndText", "logo", "form", "top", "proProLabel", "topContent", "space", "loginTable", "nameField", "nameInput", "emailField", "
|
96
|
-
readonly container: readonly ["container", "logoAndText", "logo", "form", "top", "proProLabel", "topContent", "space", "loginTable", "nameField", "nameInput", "emailField", "
|
95
|
+
readonly root: readonly ["root", "container", "logoAndText", "logo", "form", "top", "proProLabel", "topContent", "space", "loginTable", "nameField", "nameInput", "emailField", "emailInput", "codeField", "codeInput", "passwordField", "passwordInput", "confirmPasswordField", "confirmPasswordInput", "signInButton", "backButton", "resendEmailButton", "space2", "orSignUpSignInWithOneOfTheseSocialNetworks", "signInPlatformsButtons", "facebookAuthButton", "blackButtonFrame", "iconSourcesFacebook", "xComAuthButton", "blackButtonFrame2", "googleAuthButton", "blackButtonFrame3", "space3", "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso", "space4", "magicLinkSignInButton", "resetPassword", "andIfYouNeedToYouCan", "resetPasswordButton", "signInContainer", "andIfYouNeedToYouCan2", "resetPasswordButton2", "space5", "bottom", "orSignUpButtonContainer", "orSignUpButton", "buttonDefault", "continueWithoutAnAccountButton"];
|
96
|
+
readonly container: readonly ["container", "logoAndText", "logo", "form", "top", "proProLabel", "topContent", "space", "loginTable", "nameField", "nameInput", "emailField", "emailInput", "codeField", "codeInput", "passwordField", "passwordInput", "confirmPasswordField", "confirmPasswordInput", "signInButton", "backButton", "resendEmailButton", "space2", "orSignUpSignInWithOneOfTheseSocialNetworks", "signInPlatformsButtons", "facebookAuthButton", "blackButtonFrame", "iconSourcesFacebook", "xComAuthButton", "blackButtonFrame2", "googleAuthButton", "blackButtonFrame3", "space3", "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso", "space4", "magicLinkSignInButton", "resetPassword", "andIfYouNeedToYouCan", "resetPasswordButton", "signInContainer", "andIfYouNeedToYouCan2", "resetPasswordButton2", "space5", "bottom", "orSignUpButtonContainer", "orSignUpButton", "buttonDefault", "continueWithoutAnAccountButton"];
|
97
97
|
readonly logoAndText: readonly ["logoAndText", "logo"];
|
98
98
|
readonly logo: readonly ["logo"];
|
99
|
-
readonly form: readonly ["form", "top", "proProLabel", "topContent", "space", "loginTable", "nameField", "nameInput", "emailField", "
|
100
|
-
readonly top: readonly ["top", "proProLabel", "topContent", "space", "loginTable", "nameField", "nameInput", "emailField", "
|
99
|
+
readonly form: readonly ["form", "top", "proProLabel", "topContent", "space", "loginTable", "nameField", "nameInput", "emailField", "emailInput", "codeField", "codeInput", "passwordField", "passwordInput", "confirmPasswordField", "confirmPasswordInput", "signInButton", "backButton", "resendEmailButton", "space2", "orSignUpSignInWithOneOfTheseSocialNetworks", "signInPlatformsButtons", "facebookAuthButton", "blackButtonFrame", "iconSourcesFacebook", "xComAuthButton", "blackButtonFrame2", "googleAuthButton", "blackButtonFrame3", "space3", "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso", "space4", "magicLinkSignInButton", "resetPassword", "andIfYouNeedToYouCan", "resetPasswordButton", "signInContainer", "andIfYouNeedToYouCan2", "resetPasswordButton2", "space5", "bottom", "orSignUpButtonContainer", "orSignUpButton", "buttonDefault", "continueWithoutAnAccountButton"];
|
100
|
+
readonly top: readonly ["top", "proProLabel", "topContent", "space", "loginTable", "nameField", "nameInput", "emailField", "emailInput", "codeField", "codeInput", "passwordField", "passwordInput", "confirmPasswordField", "confirmPasswordInput", "signInButton", "backButton", "resendEmailButton", "space2", "orSignUpSignInWithOneOfTheseSocialNetworks", "signInPlatformsButtons", "facebookAuthButton", "blackButtonFrame", "iconSourcesFacebook", "xComAuthButton", "blackButtonFrame2", "googleAuthButton", "blackButtonFrame3", "space3", "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso", "space4", "magicLinkSignInButton", "resetPassword", "andIfYouNeedToYouCan", "resetPasswordButton", "signInContainer", "andIfYouNeedToYouCan2", "resetPasswordButton2", "space5"];
|
101
101
|
readonly proProLabel: readonly ["proProLabel"];
|
102
|
-
readonly topContent: readonly ["topContent", "space", "loginTable", "nameField", "nameInput", "emailField", "
|
102
|
+
readonly topContent: readonly ["topContent", "space", "loginTable", "nameField", "nameInput", "emailField", "emailInput", "codeField", "codeInput", "passwordField", "passwordInput", "confirmPasswordField", "confirmPasswordInput", "signInButton", "backButton", "resendEmailButton", "space2", "orSignUpSignInWithOneOfTheseSocialNetworks", "signInPlatformsButtons", "facebookAuthButton", "blackButtonFrame", "iconSourcesFacebook", "xComAuthButton", "blackButtonFrame2", "googleAuthButton", "blackButtonFrame3", "space3", "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso", "space4", "magicLinkSignInButton", "resetPassword", "andIfYouNeedToYouCan", "resetPasswordButton", "signInContainer", "andIfYouNeedToYouCan2", "resetPasswordButton2", "space5"];
|
103
103
|
readonly space: readonly ["space"];
|
104
|
-
readonly loginTable: readonly ["loginTable", "nameField", "nameInput", "emailField", "
|
104
|
+
readonly loginTable: readonly ["loginTable", "nameField", "nameInput", "emailField", "emailInput", "codeField", "codeInput", "passwordField", "passwordInput", "confirmPasswordField", "confirmPasswordInput", "signInButton", "backButton", "resendEmailButton"];
|
105
105
|
readonly nameField: readonly ["nameField", "nameInput"];
|
106
106
|
readonly nameInput: readonly ["nameInput"];
|
107
|
-
readonly emailField: readonly ["emailField", "
|
108
|
-
readonly
|
107
|
+
readonly emailField: readonly ["emailField", "emailInput"];
|
108
|
+
readonly emailInput: readonly ["emailInput"];
|
109
109
|
readonly codeField: readonly ["codeField", "codeInput"];
|
110
110
|
readonly codeInput: readonly ["codeInput"];
|
111
|
-
readonly passwordField: readonly ["passwordField", "
|
111
|
+
readonly passwordField: readonly ["passwordField", "passwordInput"];
|
112
|
+
readonly passwordInput: readonly ["passwordInput"];
|
113
|
+
readonly confirmPasswordField: readonly ["confirmPasswordField", "confirmPasswordInput"];
|
112
114
|
readonly confirmPasswordInput: readonly ["confirmPasswordInput"];
|
113
115
|
readonly signInButton: readonly ["signInButton"];
|
114
116
|
readonly backButton: readonly ["backButton"];
|
@@ -149,13 +151,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
149
151
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
150
152
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
151
153
|
overrides?: NodeOverridesType<"root"> | undefined;
|
152
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"root">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "bottom" | "top" | "space" | "container" | "root" | "logo" | "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "logoAndText" | "proProLabel" | "topContent" | "loginTable" | "nameField" | "nameInput" | "emailField" | "
|
154
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"root">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "bottom" | "top" | "space" | "container" | "root" | "emailInput" | "logo" | "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "logoAndText" | "proProLabel" | "topContent" | "loginTable" | "nameField" | "nameInput" | "emailField" | "codeField" | "codeInput" | "passwordField" | "passwordInput" | "confirmPasswordField" | "confirmPasswordInput" | "signInButton" | "backButton" | "resendEmailButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xComAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space5" | "orSignUpButtonContainer" | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton" | ReservedPropsType> & {
|
153
155
|
key?: React.Key | undefined;
|
154
156
|
}>(props: T & StrictProps<T, {
|
155
157
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
156
158
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
157
159
|
overrides?: NodeOverridesType<"root"> | undefined;
|
158
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"root">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "bottom" | "top" | "space" | "container" | "root" | "logo" | "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "logoAndText" | "proProLabel" | "topContent" | "loginTable" | "nameField" | "nameInput" | "emailField" | "
|
160
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"root">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "bottom" | "top" | "space" | "container" | "root" | "emailInput" | "logo" | "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "logoAndText" | "proProLabel" | "topContent" | "loginTable" | "nameField" | "nameInput" | "emailField" | "codeField" | "codeInput" | "passwordField" | "passwordInput" | "confirmPasswordField" | "confirmPasswordInput" | "signInButton" | "backButton" | "resendEmailButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xComAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space5" | "orSignUpButtonContainer" | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton" | ReservedPropsType> & {
|
159
161
|
key?: React.Key | undefined;
|
160
162
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
161
163
|
displayName: string;
|
@@ -165,13 +167,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
165
167
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
166
168
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
167
169
|
overrides?: NodeOverridesType<"container"> | undefined;
|
168
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"container">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "bottom" | "top" | "space" | "container" | "logo" | "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "logoAndText" | "proProLabel" | "topContent" | "loginTable" | "nameField" | "nameInput" | "emailField" | "
|
170
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"container">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "bottom" | "top" | "space" | "container" | "emailInput" | "logo" | "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "logoAndText" | "proProLabel" | "topContent" | "loginTable" | "nameField" | "nameInput" | "emailField" | "codeField" | "codeInput" | "passwordField" | "passwordInput" | "confirmPasswordField" | "confirmPasswordInput" | "signInButton" | "backButton" | "resendEmailButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xComAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space5" | "orSignUpButtonContainer" | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton" | ReservedPropsType> & {
|
169
171
|
key?: React.Key | undefined;
|
170
172
|
}>(props: T_1 & StrictProps<T_1, {
|
171
173
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
172
174
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
173
175
|
overrides?: NodeOverridesType<"container"> | undefined;
|
174
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"container">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "bottom" | "top" | "space" | "container" | "logo" | "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "logoAndText" | "proProLabel" | "topContent" | "loginTable" | "nameField" | "nameInput" | "emailField" | "
|
176
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"container">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "bottom" | "top" | "space" | "container" | "emailInput" | "logo" | "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "logoAndText" | "proProLabel" | "topContent" | "loginTable" | "nameField" | "nameInput" | "emailField" | "codeField" | "codeInput" | "passwordField" | "passwordInput" | "confirmPasswordField" | "confirmPasswordInput" | "signInButton" | "backButton" | "resendEmailButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xComAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space5" | "orSignUpButtonContainer" | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton" | ReservedPropsType> & {
|
175
177
|
key?: React.Key | undefined;
|
176
178
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
177
179
|
displayName: string;
|
@@ -213,13 +215,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
213
215
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
214
216
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
215
217
|
overrides?: NodeOverridesType<"form"> | undefined;
|
216
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"form">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "bottom" | "top" | "space" | "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "proProLabel" | "topContent" | "loginTable" | "nameField" | "nameInput" | "emailField" | "
|
218
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"form">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "bottom" | "top" | "space" | "emailInput" | "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "proProLabel" | "topContent" | "loginTable" | "nameField" | "nameInput" | "emailField" | "codeField" | "codeInput" | "passwordField" | "passwordInput" | "confirmPasswordField" | "confirmPasswordInput" | "signInButton" | "backButton" | "resendEmailButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xComAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space5" | "orSignUpButtonContainer" | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton" | ReservedPropsType> & {
|
217
219
|
key?: React.Key | undefined;
|
218
220
|
}>(props: T_1 & StrictProps<T_1, {
|
219
221
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
220
222
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
221
223
|
overrides?: NodeOverridesType<"form"> | undefined;
|
222
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"form">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "bottom" | "top" | "space" | "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "proProLabel" | "topContent" | "loginTable" | "nameField" | "nameInput" | "emailField" | "
|
224
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"form">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "form" | "bottom" | "top" | "space" | "emailInput" | "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "proProLabel" | "topContent" | "loginTable" | "nameField" | "nameInput" | "emailField" | "codeField" | "codeInput" | "passwordField" | "passwordInput" | "confirmPasswordField" | "confirmPasswordInput" | "signInButton" | "backButton" | "resendEmailButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xComAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space5" | "orSignUpButtonContainer" | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton" | ReservedPropsType> & {
|
223
225
|
key?: React.Key | undefined;
|
224
226
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
225
227
|
displayName: string;
|
@@ -229,13 +231,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
229
231
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
230
232
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
231
233
|
overrides?: NodeOverridesType<"top"> | undefined;
|
232
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"top">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "top" | "space" | "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "proProLabel" | "topContent" | "loginTable" | "nameField" | "nameInput" | "emailField" | "
|
234
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"top">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "top" | "space" | "emailInput" | "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "proProLabel" | "topContent" | "loginTable" | "nameField" | "nameInput" | "emailField" | "codeField" | "codeInput" | "passwordField" | "passwordInput" | "confirmPasswordField" | "confirmPasswordInput" | "signInButton" | "backButton" | "resendEmailButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xComAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space5" | ReservedPropsType> & {
|
233
235
|
key?: React.Key | undefined;
|
234
236
|
}>(props: T_2 & StrictProps<T_2, {
|
235
237
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
236
238
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
237
239
|
overrides?: NodeOverridesType<"top"> | undefined;
|
238
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"top">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "top" | "space" | "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "proProLabel" | "topContent" | "loginTable" | "nameField" | "nameInput" | "emailField" | "
|
240
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"top">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "top" | "space" | "emailInput" | "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "proProLabel" | "topContent" | "loginTable" | "nameField" | "nameInput" | "emailField" | "codeField" | "codeInput" | "passwordField" | "passwordInput" | "confirmPasswordField" | "confirmPasswordInput" | "signInButton" | "backButton" | "resendEmailButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xComAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space5" | ReservedPropsType> & {
|
239
241
|
key?: React.Key | undefined;
|
240
242
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
241
243
|
displayName: string;
|
@@ -261,13 +263,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
261
263
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
262
264
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
263
265
|
overrides?: NodeOverridesType<"topContent"> | undefined;
|
264
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"topContent">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "space" | "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "topContent" | "loginTable" | "nameField" | "nameInput" | "emailField" | "
|
266
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"topContent">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "space" | "emailInput" | "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "topContent" | "loginTable" | "nameField" | "nameInput" | "emailField" | "codeField" | "codeInput" | "passwordField" | "passwordInput" | "confirmPasswordField" | "confirmPasswordInput" | "signInButton" | "backButton" | "resendEmailButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xComAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space5" | ReservedPropsType> & {
|
265
267
|
key?: React.Key | undefined;
|
266
268
|
}>(props: T_4 & StrictProps<T_4, {
|
267
269
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
268
270
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
269
271
|
overrides?: NodeOverridesType<"topContent"> | undefined;
|
270
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"topContent">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "space" | "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "topContent" | "loginTable" | "nameField" | "nameInput" | "emailField" | "
|
272
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"topContent">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "space" | "emailInput" | "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "topContent" | "loginTable" | "nameField" | "nameInput" | "emailField" | "codeField" | "codeInput" | "passwordField" | "passwordInput" | "confirmPasswordField" | "confirmPasswordInput" | "signInButton" | "backButton" | "resendEmailButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xComAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space5" | ReservedPropsType> & {
|
271
273
|
key?: React.Key | undefined;
|
272
274
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
273
275
|
displayName: string;
|
@@ -293,13 +295,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
293
295
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
294
296
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
295
297
|
overrides?: NodeOverridesType<"loginTable"> | undefined;
|
296
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"loginTable">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "loginTable" | "nameField" | "nameInput" | "emailField" | "
|
298
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"loginTable">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>>, "emailInput" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "loginTable" | "nameField" | "nameInput" | "emailField" | "codeField" | "codeInput" | "passwordField" | "passwordInput" | "confirmPasswordField" | "confirmPasswordInput" | "signInButton" | "backButton" | "resendEmailButton" | ReservedPropsType> & {
|
297
299
|
key?: React.Key | undefined;
|
298
300
|
}>(props: T_6 & StrictProps<T_6, {
|
299
301
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
300
302
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
301
303
|
overrides?: NodeOverridesType<"loginTable"> | undefined;
|
302
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"loginTable">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "loginTable" | "nameField" | "nameInput" | "emailField" | "
|
304
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"loginTable">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>>, "emailInput" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "loginTable" | "nameField" | "nameInput" | "emailField" | "codeField" | "codeInput" | "passwordField" | "passwordInput" | "confirmPasswordField" | "confirmPasswordInput" | "signInButton" | "backButton" | "resendEmailButton" | ReservedPropsType> & {
|
303
305
|
key?: React.Key | undefined;
|
304
306
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
305
307
|
displayName: string;
|
@@ -341,29 +343,29 @@ export declare const PlasmicSignInSignUpForm: {
|
|
341
343
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
342
344
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
343
345
|
overrides?: NodeOverridesType<"emailField"> | undefined;
|
344
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"emailField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "emailField" |
|
346
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"emailField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "emailInput" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "emailField" | ReservedPropsType> & {
|
345
347
|
key?: React.Key | undefined;
|
346
348
|
}>(props: T_9 & StrictProps<T_9, {
|
347
349
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
348
350
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
349
351
|
overrides?: NodeOverridesType<"emailField"> | undefined;
|
350
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"emailField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "emailField" |
|
352
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"emailField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "emailInput" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "emailField" | ReservedPropsType> & {
|
351
353
|
key?: React.Key | undefined;
|
352
354
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
353
355
|
displayName: string;
|
354
356
|
};
|
355
|
-
|
357
|
+
emailInput: {
|
356
358
|
<T_10 extends {
|
357
359
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
358
360
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
359
|
-
overrides?: NodeOverridesType<"
|
360
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"
|
361
|
+
overrides?: NodeOverridesType<"emailInput"> | undefined;
|
362
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"emailInput">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import('../../TextInputFromProPro').TextInputFromProProProps, "ref"> & React.RefAttributes<import('@plasmicapp/react-web').TextInputRefValue>>, "emailInput" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & {
|
361
363
|
key?: React.Key | undefined;
|
362
364
|
}>(props: T_10 & StrictProps<T_10, {
|
363
365
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
364
366
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
365
|
-
overrides?: NodeOverridesType<"
|
366
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"
|
367
|
+
overrides?: NodeOverridesType<"emailInput"> | undefined;
|
368
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"emailInput">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import('../../TextInputFromProPro').TextInputFromProProProps, "ref"> & React.RefAttributes<import('@plasmicapp/react-web').TextInputRefValue>>, "emailInput" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & {
|
367
369
|
key?: React.Key | undefined;
|
368
370
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
369
371
|
displayName: string;
|
@@ -405,25 +407,57 @@ export declare const PlasmicSignInSignUpForm: {
|
|
405
407
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
406
408
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
407
409
|
overrides?: NodeOverridesType<"passwordField"> | undefined;
|
408
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"passwordField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "passwordField" | "
|
410
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"passwordField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "passwordField" | "passwordInput" | ReservedPropsType> & {
|
409
411
|
key?: React.Key | undefined;
|
410
412
|
}>(props: T_13 & StrictProps<T_13, {
|
411
413
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
412
414
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
413
415
|
overrides?: NodeOverridesType<"passwordField"> | undefined;
|
414
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"passwordField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "passwordField" | "
|
416
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"passwordField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "passwordField" | "passwordInput" | ReservedPropsType> & {
|
415
417
|
key?: React.Key | undefined;
|
416
418
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
417
419
|
displayName: string;
|
418
420
|
};
|
419
|
-
|
421
|
+
passwordInput: {
|
420
422
|
<T_14 extends {
|
423
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
424
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
425
|
+
overrides?: NodeOverridesType<"passwordInput"> | undefined;
|
426
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"passwordInput">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import('../../TextInputFromProPro').TextInputFromProProProps, "ref"> & React.RefAttributes<import('@plasmicapp/react-web').TextInputRefValue>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "passwordInput" | ReservedPropsType> & {
|
427
|
+
key?: React.Key | undefined;
|
428
|
+
}>(props: T_14 & StrictProps<T_14, {
|
429
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
430
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
431
|
+
overrides?: NodeOverridesType<"passwordInput"> | undefined;
|
432
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"passwordInput">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import('../../TextInputFromProPro').TextInputFromProProProps, "ref"> & React.RefAttributes<import('@plasmicapp/react-web').TextInputRefValue>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "passwordInput" | ReservedPropsType> & {
|
433
|
+
key?: React.Key | undefined;
|
434
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
435
|
+
displayName: string;
|
436
|
+
};
|
437
|
+
confirmPasswordField: {
|
438
|
+
<T_15 extends {
|
439
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
440
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
441
|
+
overrides?: NodeOverridesType<"confirmPasswordField"> | undefined;
|
442
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"confirmPasswordField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "confirmPasswordField" | "confirmPasswordInput" | ReservedPropsType> & {
|
443
|
+
key?: React.Key | undefined;
|
444
|
+
}>(props: T_15 & StrictProps<T_15, {
|
445
|
+
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
446
|
+
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
447
|
+
overrides?: NodeOverridesType<"confirmPasswordField"> | undefined;
|
448
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"confirmPasswordField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "confirmPasswordField" | "confirmPasswordInput" | ReservedPropsType> & {
|
449
|
+
key?: React.Key | undefined;
|
450
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
451
|
+
displayName: string;
|
452
|
+
};
|
453
|
+
confirmPasswordInput: {
|
454
|
+
<T_16 extends {
|
421
455
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
422
456
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
423
457
|
overrides?: NodeOverridesType<"confirmPasswordInput"> | undefined;
|
424
458
|
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"confirmPasswordInput">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import('../../TextInputFromProPro').TextInputFromProProProps, "ref"> & React.RefAttributes<import('@plasmicapp/react-web').TextInputRefValue>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "confirmPasswordInput" | ReservedPropsType> & {
|
425
459
|
key?: React.Key | undefined;
|
426
|
-
}>(props:
|
460
|
+
}>(props: T_16 & StrictProps<T_16, {
|
427
461
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
428
462
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
429
463
|
overrides?: NodeOverridesType<"confirmPasswordInput"> | undefined;
|
@@ -433,7 +467,7 @@ export declare const PlasmicSignInSignUpForm: {
|
|
433
467
|
displayName: string;
|
434
468
|
};
|
435
469
|
signInButton: {
|
436
|
-
<
|
470
|
+
<T_17 extends {
|
437
471
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
438
472
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
439
473
|
overrides?: NodeOverridesType<"signInButton"> | undefined;
|
@@ -441,7 +475,7 @@ export declare const PlasmicSignInSignUpForm: {
|
|
441
475
|
ref?: React.Ref<HTMLAnchorElement> | undefined;
|
442
476
|
}>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "signInButton" | ReservedPropsType> & {
|
443
477
|
key?: React.Key | undefined;
|
444
|
-
}>(props:
|
478
|
+
}>(props: T_17 & StrictProps<T_17, {
|
445
479
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
446
480
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
447
481
|
overrides?: NodeOverridesType<"signInButton"> | undefined;
|
@@ -453,7 +487,7 @@ export declare const PlasmicSignInSignUpForm: {
|
|
453
487
|
displayName: string;
|
454
488
|
};
|
455
489
|
backButton: {
|
456
|
-
<
|
490
|
+
<T_18 extends {
|
457
491
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
458
492
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
459
493
|
overrides?: NodeOverridesType<"backButton"> | undefined;
|
@@ -461,7 +495,7 @@ export declare const PlasmicSignInSignUpForm: {
|
|
461
495
|
ref?: React.Ref<HTMLAnchorElement> | undefined;
|
462
496
|
}>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "backButton" | ReservedPropsType> & {
|
463
497
|
key?: React.Key | undefined;
|
464
|
-
}>(props:
|
498
|
+
}>(props: T_18 & StrictProps<T_18, {
|
465
499
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
466
500
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
467
501
|
overrides?: NodeOverridesType<"backButton"> | undefined;
|
@@ -473,7 +507,7 @@ export declare const PlasmicSignInSignUpForm: {
|
|
473
507
|
displayName: string;
|
474
508
|
};
|
475
509
|
resendEmailButton: {
|
476
|
-
<
|
510
|
+
<T_19 extends {
|
477
511
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
478
512
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
479
513
|
overrides?: NodeOverridesType<"resendEmailButton"> | undefined;
|
@@ -481,7 +515,7 @@ export declare const PlasmicSignInSignUpForm: {
|
|
481
515
|
ref?: React.Ref<HTMLAnchorElement> | undefined;
|
482
516
|
}>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "resendEmailButton" | ReservedPropsType> & {
|
483
517
|
key?: React.Key | undefined;
|
484
|
-
}>(props:
|
518
|
+
}>(props: T_19 & StrictProps<T_19, {
|
485
519
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
486
520
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
487
521
|
overrides?: NodeOverridesType<"resendEmailButton"> | undefined;
|
@@ -493,13 +527,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
493
527
|
displayName: string;
|
494
528
|
};
|
495
529
|
space2: {
|
496
|
-
<
|
530
|
+
<T_20 extends {
|
497
531
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
498
532
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
499
533
|
overrides?: NodeOverridesType<"space2"> | undefined;
|
500
534
|
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"space2">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "space2" | ReservedPropsType> & {
|
501
535
|
key?: React.Key | undefined;
|
502
|
-
}>(props:
|
536
|
+
}>(props: T_20 & StrictProps<T_20, {
|
503
537
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
504
538
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
505
539
|
overrides?: NodeOverridesType<"space2"> | undefined;
|
@@ -509,13 +543,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
509
543
|
displayName: string;
|
510
544
|
};
|
511
545
|
orSignUpSignInWithOneOfTheseSocialNetworks: {
|
512
|
-
<
|
546
|
+
<T_21 extends {
|
513
547
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
514
548
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
515
549
|
overrides?: NodeOverridesType<"orSignUpSignInWithOneOfTheseSocialNetworks"> | undefined;
|
516
550
|
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"orSignUpSignInWithOneOfTheseSocialNetworks">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "orSignUpSignInWithOneOfTheseSocialNetworks" | ReservedPropsType> & {
|
517
551
|
key?: React.Key | undefined;
|
518
|
-
}>(props:
|
552
|
+
}>(props: T_21 & StrictProps<T_21, {
|
519
553
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
520
554
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
521
555
|
overrides?: NodeOverridesType<"orSignUpSignInWithOneOfTheseSocialNetworks"> | undefined;
|
@@ -525,13 +559,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
525
559
|
displayName: string;
|
526
560
|
};
|
527
561
|
signInPlatformsButtons: {
|
528
|
-
<
|
562
|
+
<T_22 extends {
|
529
563
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
530
564
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
531
565
|
overrides?: NodeOverridesType<"signInPlatformsButtons"> | undefined;
|
532
566
|
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"signInPlatformsButtons">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xComAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | ReservedPropsType> & {
|
533
567
|
key?: React.Key | undefined;
|
534
|
-
}>(props:
|
568
|
+
}>(props: T_22 & StrictProps<T_22, {
|
535
569
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
536
570
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
537
571
|
overrides?: NodeOverridesType<"signInPlatformsButtons"> | undefined;
|
@@ -541,13 +575,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
541
575
|
displayName: string;
|
542
576
|
};
|
543
577
|
facebookAuthButton: {
|
544
|
-
<
|
578
|
+
<T_23 extends {
|
545
579
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
546
580
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
547
581
|
overrides?: NodeOverridesType<"facebookAuthButton"> | undefined;
|
548
582
|
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"facebookAuthButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | ReservedPropsType> & {
|
549
583
|
key?: React.Key | undefined;
|
550
|
-
}>(props:
|
584
|
+
}>(props: T_23 & StrictProps<T_23, {
|
551
585
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
552
586
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
553
587
|
overrides?: NodeOverridesType<"facebookAuthButton"> | undefined;
|
@@ -557,13 +591,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
557
591
|
displayName: string;
|
558
592
|
};
|
559
593
|
blackButtonFrame: {
|
560
|
-
<
|
594
|
+
<T_24 extends {
|
561
595
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
562
596
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
563
597
|
overrides?: NodeOverridesType<"blackButtonFrame"> | undefined;
|
564
598
|
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"blackButtonFrame">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "blackButtonFrame" | ReservedPropsType> & {
|
565
599
|
key?: React.Key | undefined;
|
566
|
-
}>(props:
|
600
|
+
}>(props: T_24 & StrictProps<T_24, {
|
567
601
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
568
602
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
569
603
|
overrides?: NodeOverridesType<"blackButtonFrame"> | undefined;
|
@@ -573,13 +607,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
573
607
|
displayName: string;
|
574
608
|
};
|
575
609
|
iconSourcesFacebook: {
|
576
|
-
<
|
610
|
+
<T_25 extends {
|
577
611
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
578
612
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
579
613
|
overrides?: NodeOverridesType<"iconSourcesFacebook"> | undefined;
|
580
614
|
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"iconSourcesFacebook">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "iconSourcesFacebook" | ReservedPropsType> & {
|
581
615
|
key?: React.Key | undefined;
|
582
|
-
}>(props:
|
616
|
+
}>(props: T_25 & StrictProps<T_25, {
|
583
617
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
584
618
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
585
619
|
overrides?: NodeOverridesType<"iconSourcesFacebook"> | undefined;
|
@@ -589,13 +623,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
589
623
|
displayName: string;
|
590
624
|
};
|
591
625
|
xComAuthButton: {
|
592
|
-
<
|
626
|
+
<T_26 extends {
|
593
627
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
594
628
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
595
629
|
overrides?: NodeOverridesType<"xComAuthButton"> | undefined;
|
596
630
|
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"xComAuthButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "xComAuthButton" | "blackButtonFrame2" | ReservedPropsType> & {
|
597
631
|
key?: React.Key | undefined;
|
598
|
-
}>(props:
|
632
|
+
}>(props: T_26 & StrictProps<T_26, {
|
599
633
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
600
634
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
601
635
|
overrides?: NodeOverridesType<"xComAuthButton"> | undefined;
|
@@ -605,13 +639,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
605
639
|
displayName: string;
|
606
640
|
};
|
607
641
|
blackButtonFrame2: {
|
608
|
-
<
|
642
|
+
<T_27 extends {
|
609
643
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
610
644
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
611
645
|
overrides?: NodeOverridesType<"blackButtonFrame2"> | undefined;
|
612
646
|
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"blackButtonFrame2">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "blackButtonFrame2" | ReservedPropsType> & {
|
613
647
|
key?: React.Key | undefined;
|
614
|
-
}>(props:
|
648
|
+
}>(props: T_27 & StrictProps<T_27, {
|
615
649
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
616
650
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
617
651
|
overrides?: NodeOverridesType<"blackButtonFrame2"> | undefined;
|
@@ -621,13 +655,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
621
655
|
displayName: string;
|
622
656
|
};
|
623
657
|
googleAuthButton: {
|
624
|
-
<
|
658
|
+
<T_28 extends {
|
625
659
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
626
660
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
627
661
|
overrides?: NodeOverridesType<"googleAuthButton"> | undefined;
|
628
662
|
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"googleAuthButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "googleAuthButton" | "blackButtonFrame3" | ReservedPropsType> & {
|
629
663
|
key?: React.Key | undefined;
|
630
|
-
}>(props:
|
664
|
+
}>(props: T_28 & StrictProps<T_28, {
|
631
665
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
632
666
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
633
667
|
overrides?: NodeOverridesType<"googleAuthButton"> | undefined;
|
@@ -637,13 +671,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
637
671
|
displayName: string;
|
638
672
|
};
|
639
673
|
blackButtonFrame3: {
|
640
|
-
<
|
674
|
+
<T_29 extends {
|
641
675
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
642
676
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
643
677
|
overrides?: NodeOverridesType<"blackButtonFrame3"> | undefined;
|
644
678
|
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"blackButtonFrame3">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "blackButtonFrame3" | ReservedPropsType> & {
|
645
679
|
key?: React.Key | undefined;
|
646
|
-
}>(props:
|
680
|
+
}>(props: T_29 & StrictProps<T_29, {
|
647
681
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
648
682
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
649
683
|
overrides?: NodeOverridesType<"blackButtonFrame3"> | undefined;
|
@@ -653,13 +687,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
653
687
|
displayName: string;
|
654
688
|
};
|
655
689
|
space3: {
|
656
|
-
<
|
690
|
+
<T_30 extends {
|
657
691
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
658
692
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
659
693
|
overrides?: NodeOverridesType<"space3"> | undefined;
|
660
694
|
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"space3">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "space3" | ReservedPropsType> & {
|
661
695
|
key?: React.Key | undefined;
|
662
|
-
}>(props:
|
696
|
+
}>(props: T_30 & StrictProps<T_30, {
|
663
697
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
664
698
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
665
699
|
overrides?: NodeOverridesType<"space3"> | undefined;
|
@@ -669,13 +703,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
669
703
|
displayName: string;
|
670
704
|
};
|
671
705
|
dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso: {
|
672
|
-
<
|
706
|
+
<T_31 extends {
|
673
707
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
674
708
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
675
709
|
overrides?: NodeOverridesType<"dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso"> | undefined;
|
676
710
|
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | ReservedPropsType> & {
|
677
711
|
key?: React.Key | undefined;
|
678
|
-
}>(props:
|
712
|
+
}>(props: T_31 & StrictProps<T_31, {
|
679
713
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
680
714
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
681
715
|
overrides?: NodeOverridesType<"dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso"> | undefined;
|
@@ -685,13 +719,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
685
719
|
displayName: string;
|
686
720
|
};
|
687
721
|
space4: {
|
688
|
-
<
|
722
|
+
<T_32 extends {
|
689
723
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
690
724
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
691
725
|
overrides?: NodeOverridesType<"space4"> | undefined;
|
692
726
|
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"space4">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "space4" | ReservedPropsType> & {
|
693
727
|
key?: React.Key | undefined;
|
694
|
-
}>(props:
|
728
|
+
}>(props: T_32 & StrictProps<T_32, {
|
695
729
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
696
730
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
697
731
|
overrides?: NodeOverridesType<"space4"> | undefined;
|
@@ -701,7 +735,7 @@ export declare const PlasmicSignInSignUpForm: {
|
|
701
735
|
displayName: string;
|
702
736
|
};
|
703
737
|
magicLinkSignInButton: {
|
704
|
-
<
|
738
|
+
<T_33 extends {
|
705
739
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
706
740
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
707
741
|
overrides?: NodeOverridesType<"magicLinkSignInButton"> | undefined;
|
@@ -709,7 +743,7 @@ export declare const PlasmicSignInSignUpForm: {
|
|
709
743
|
ref?: React.Ref<HTMLAnchorElement> | undefined;
|
710
744
|
}>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "magicLinkSignInButton" | ReservedPropsType> & {
|
711
745
|
key?: React.Key | undefined;
|
712
|
-
}>(props:
|
746
|
+
}>(props: T_33 & StrictProps<T_33, {
|
713
747
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
714
748
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
715
749
|
overrides?: NodeOverridesType<"magicLinkSignInButton"> | undefined;
|
@@ -721,13 +755,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
721
755
|
displayName: string;
|
722
756
|
};
|
723
757
|
resetPassword: {
|
724
|
-
<
|
758
|
+
<T_34 extends {
|
725
759
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
726
760
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
727
761
|
overrides?: NodeOverridesType<"resetPassword"> | undefined;
|
728
762
|
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"resetPassword">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "resetPassword" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "andIfYouNeedToYouCan" | "resetPasswordButton" | ReservedPropsType> & {
|
729
763
|
key?: React.Key | undefined;
|
730
|
-
}>(props:
|
764
|
+
}>(props: T_34 & StrictProps<T_34, {
|
731
765
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
732
766
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
733
767
|
overrides?: NodeOverridesType<"resetPassword"> | undefined;
|
@@ -737,13 +771,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
737
771
|
displayName: string;
|
738
772
|
};
|
739
773
|
andIfYouNeedToYouCan: {
|
740
|
-
<
|
774
|
+
<T_35 extends {
|
741
775
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
742
776
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
743
777
|
overrides?: NodeOverridesType<"andIfYouNeedToYouCan"> | undefined;
|
744
778
|
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"andIfYouNeedToYouCan">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "andIfYouNeedToYouCan" | ReservedPropsType> & {
|
745
779
|
key?: React.Key | undefined;
|
746
|
-
}>(props:
|
780
|
+
}>(props: T_35 & StrictProps<T_35, {
|
747
781
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
748
782
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
749
783
|
overrides?: NodeOverridesType<"andIfYouNeedToYouCan"> | undefined;
|
@@ -753,13 +787,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
753
787
|
displayName: string;
|
754
788
|
};
|
755
789
|
resetPasswordButton: {
|
756
|
-
<
|
790
|
+
<T_36 extends {
|
757
791
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
758
792
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
759
793
|
overrides?: NodeOverridesType<"resetPasswordButton"> | undefined;
|
760
794
|
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"resetPasswordButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "resetPasswordButton" | ReservedPropsType> & {
|
761
795
|
key?: React.Key | undefined;
|
762
|
-
}>(props:
|
796
|
+
}>(props: T_36 & StrictProps<T_36, {
|
763
797
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
764
798
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
765
799
|
overrides?: NodeOverridesType<"resetPasswordButton"> | undefined;
|
@@ -769,13 +803,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
769
803
|
displayName: string;
|
770
804
|
};
|
771
805
|
signInContainer: {
|
772
|
-
<
|
806
|
+
<T_37 extends {
|
773
807
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
774
808
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
775
809
|
overrides?: NodeOverridesType<"signInContainer"> | undefined;
|
776
810
|
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"signInContainer">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | ReservedPropsType> & {
|
777
811
|
key?: React.Key | undefined;
|
778
|
-
}>(props:
|
812
|
+
}>(props: T_37 & StrictProps<T_37, {
|
779
813
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
780
814
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
781
815
|
overrides?: NodeOverridesType<"signInContainer"> | undefined;
|
@@ -785,13 +819,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
785
819
|
displayName: string;
|
786
820
|
};
|
787
821
|
andIfYouNeedToYouCan2: {
|
788
|
-
<
|
822
|
+
<T_38 extends {
|
789
823
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
790
824
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
791
825
|
overrides?: NodeOverridesType<"andIfYouNeedToYouCan2"> | undefined;
|
792
826
|
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"andIfYouNeedToYouCan2">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "andIfYouNeedToYouCan2" | ReservedPropsType> & {
|
793
827
|
key?: React.Key | undefined;
|
794
|
-
}>(props:
|
828
|
+
}>(props: T_38 & StrictProps<T_38, {
|
795
829
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
796
830
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
797
831
|
overrides?: NodeOverridesType<"andIfYouNeedToYouCan2"> | undefined;
|
@@ -801,13 +835,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
801
835
|
displayName: string;
|
802
836
|
};
|
803
837
|
resetPasswordButton2: {
|
804
|
-
<
|
838
|
+
<T_39 extends {
|
805
839
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
806
840
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
807
841
|
overrides?: NodeOverridesType<"resetPasswordButton2"> | undefined;
|
808
842
|
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"resetPasswordButton2">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "resetPasswordButton2" | ReservedPropsType> & {
|
809
843
|
key?: React.Key | undefined;
|
810
|
-
}>(props:
|
844
|
+
}>(props: T_39 & StrictProps<T_39, {
|
811
845
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
812
846
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
813
847
|
overrides?: NodeOverridesType<"resetPasswordButton2"> | undefined;
|
@@ -817,13 +851,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
817
851
|
displayName: string;
|
818
852
|
};
|
819
853
|
space5: {
|
820
|
-
<
|
854
|
+
<T_40 extends {
|
821
855
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
822
856
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
823
857
|
overrides?: NodeOverridesType<"space5"> | undefined;
|
824
858
|
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"space5">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "space5" | ReservedPropsType> & {
|
825
859
|
key?: React.Key | undefined;
|
826
|
-
}>(props:
|
860
|
+
}>(props: T_40 & StrictProps<T_40, {
|
827
861
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
828
862
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
829
863
|
overrides?: NodeOverridesType<"space5"> | undefined;
|
@@ -833,13 +867,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
833
867
|
displayName: string;
|
834
868
|
};
|
835
869
|
bottom: {
|
836
|
-
<
|
870
|
+
<T_41 extends {
|
837
871
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
838
872
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
839
873
|
overrides?: NodeOverridesType<"bottom"> | undefined;
|
840
874
|
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"bottom">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "bottom" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "orSignUpButtonContainer" | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton" | ReservedPropsType> & {
|
841
875
|
key?: React.Key | undefined;
|
842
|
-
}>(props:
|
876
|
+
}>(props: T_41 & StrictProps<T_41, {
|
843
877
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
844
878
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
845
879
|
overrides?: NodeOverridesType<"bottom"> | undefined;
|
@@ -849,13 +883,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
849
883
|
displayName: string;
|
850
884
|
};
|
851
885
|
orSignUpButtonContainer: {
|
852
|
-
<
|
886
|
+
<T_42 extends {
|
853
887
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
854
888
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
855
889
|
overrides?: NodeOverridesType<"orSignUpButtonContainer"> | undefined;
|
856
890
|
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"orSignUpButtonContainer">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "orSignUpButtonContainer" | "orSignUpButton" | "buttonDefault" | ReservedPropsType> & {
|
857
891
|
key?: React.Key | undefined;
|
858
|
-
}>(props:
|
892
|
+
}>(props: T_42 & StrictProps<T_42, {
|
859
893
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
860
894
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
861
895
|
overrides?: NodeOverridesType<"orSignUpButtonContainer"> | undefined;
|
@@ -865,13 +899,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
865
899
|
displayName: string;
|
866
900
|
};
|
867
901
|
orSignUpButton: {
|
868
|
-
<
|
902
|
+
<T_43 extends {
|
869
903
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
870
904
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
871
905
|
overrides?: NodeOverridesType<"orSignUpButton"> | undefined;
|
872
906
|
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"orSignUpButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "orSignUpButton" | "buttonDefault" | ReservedPropsType> & {
|
873
907
|
key?: React.Key | undefined;
|
874
|
-
}>(props:
|
908
|
+
}>(props: T_43 & StrictProps<T_43, {
|
875
909
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
876
910
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
877
911
|
overrides?: NodeOverridesType<"orSignUpButton"> | undefined;
|
@@ -881,13 +915,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
881
915
|
displayName: string;
|
882
916
|
};
|
883
917
|
buttonDefault: {
|
884
|
-
<
|
918
|
+
<T_44 extends {
|
885
919
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
886
920
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
887
921
|
overrides?: NodeOverridesType<"buttonDefault"> | undefined;
|
888
922
|
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"buttonDefault">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "buttonDefault" | ReservedPropsType> & {
|
889
923
|
key?: React.Key | undefined;
|
890
|
-
}>(props:
|
924
|
+
}>(props: T_44 & StrictProps<T_44, {
|
891
925
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
892
926
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
893
927
|
overrides?: NodeOverridesType<"buttonDefault"> | undefined;
|
@@ -897,7 +931,7 @@ export declare const PlasmicSignInSignUpForm: {
|
|
897
931
|
displayName: string;
|
898
932
|
};
|
899
933
|
continueWithoutAnAccountButton: {
|
900
|
-
<
|
934
|
+
<T_45 extends {
|
901
935
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
902
936
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
903
937
|
overrides?: NodeOverridesType<"continueWithoutAnAccountButton"> | undefined;
|
@@ -905,7 +939,7 @@ export declare const PlasmicSignInSignUpForm: {
|
|
905
939
|
ref?: React.Ref<HTMLAnchorElement> | undefined;
|
906
940
|
}>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "continueWithoutAnAccountButton" | ReservedPropsType> & {
|
907
941
|
key?: React.Key | undefined;
|
908
|
-
}>(props:
|
942
|
+
}>(props: T_45 & StrictProps<T_45, {
|
909
943
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
910
944
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
911
945
|
overrides?: NodeOverridesType<"continueWithoutAnAccountButton"> | undefined;
|