propro-common-components 0.2.15 → 0.2.16
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.
@@ -28,6 +28,7 @@ export type PlasmicSignInSignUpForm__ArgsType = {
|
|
28
28
|
nameField2?: React.ReactNode;
|
29
29
|
nameError?: React.ReactNode;
|
30
30
|
emailField2?: React.ReactNode;
|
31
|
+
codeField2?: React.ReactNode;
|
31
32
|
emailError?: React.ReactNode;
|
32
33
|
passwordField2?: React.ReactNode;
|
33
34
|
passwordConfirmField2?: React.ReactNode;
|
@@ -50,7 +51,6 @@ export type PlasmicSignInSignUpForm__OverridesType = {
|
|
50
51
|
nameField?: Flex__<"div">;
|
51
52
|
emailField?: Flex__<"div">;
|
52
53
|
codeField?: Flex__<"div">;
|
53
|
-
codeInput?: Flex__<typeof TextInputFromProPro>;
|
54
54
|
passwordField?: Flex__<"div">;
|
55
55
|
passwordConfirmField?: Flex__<"div">;
|
56
56
|
confirmPasswordField?: Flex__<"div">;
|
@@ -96,6 +96,7 @@ export interface DefaultSignInSignUpFormProps {
|
|
96
96
|
nameField2?: React.ReactNode;
|
97
97
|
nameError?: React.ReactNode;
|
98
98
|
emailField2?: React.ReactNode;
|
99
|
+
codeField2?: React.ReactNode;
|
99
100
|
emailError?: React.ReactNode;
|
100
101
|
passwordField2?: React.ReactNode;
|
101
102
|
passwordConfirmField2?: React.ReactNode;
|
@@ -108,21 +109,20 @@ export interface DefaultSignInSignUpFormProps {
|
|
108
109
|
className?: string;
|
109
110
|
}
|
110
111
|
declare const PlasmicDescendants: {
|
111
|
-
readonly root: readonly ["root", "container", "logoAndText", "logo", "browserSignupEncouragement", "form", "top", "proProLabel", "topContent", "space", "loginTable", "nameField", "emailField", "codeField", "
|
112
|
-
readonly container: readonly ["container", "logoAndText", "logo", "browserSignupEncouragement", "form", "top", "proProLabel", "topContent", "space", "loginTable", "nameField", "emailField", "codeField", "
|
112
|
+
readonly root: readonly ["root", "container", "logoAndText", "logo", "browserSignupEncouragement", "form", "top", "proProLabel", "topContent", "space", "loginTable", "nameField", "emailField", "codeField", "passwordField", "passwordConfirmField", "confirmPasswordField", "confirmPasswordInput", "backButton", "resendEmailButton", "space2", "orSignUpSignInWithOneOfTheseSocialNetworks", "signInPlatformsButtons", "facebookAuthButton", "blackButtonFrame", "iconSourcesFacebook", "xAuthButton", "blackButtonFrame2", "googleAuthButton", "blackButtonFrame3", "space3", "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso", "space4", "magicLinkSignInButton", "resetPassword", "andIfYouNeedToYouCan", "resetPasswordButton", "secretKeySection", "secretKeyField", "secretKeyInput", "signInContainer", "andIfYouNeedToYouCan2", "resetPasswordButton2", "space6", "space5", "bottom", "orSignUpButtonContainer", "orSignUpButton", "buttonDefault", "continueWithoutAnAccountButton"];
|
113
|
+
readonly container: readonly ["container", "logoAndText", "logo", "browserSignupEncouragement", "form", "top", "proProLabel", "topContent", "space", "loginTable", "nameField", "emailField", "codeField", "passwordField", "passwordConfirmField", "confirmPasswordField", "confirmPasswordInput", "backButton", "resendEmailButton", "space2", "orSignUpSignInWithOneOfTheseSocialNetworks", "signInPlatformsButtons", "facebookAuthButton", "blackButtonFrame", "iconSourcesFacebook", "xAuthButton", "blackButtonFrame2", "googleAuthButton", "blackButtonFrame3", "space3", "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso", "space4", "magicLinkSignInButton", "resetPassword", "andIfYouNeedToYouCan", "resetPasswordButton", "secretKeySection", "secretKeyField", "secretKeyInput", "signInContainer", "andIfYouNeedToYouCan2", "resetPasswordButton2", "space6", "space5", "bottom", "orSignUpButtonContainer", "orSignUpButton", "buttonDefault", "continueWithoutAnAccountButton"];
|
113
114
|
readonly logoAndText: readonly ["logoAndText", "logo"];
|
114
115
|
readonly logo: readonly ["logo"];
|
115
116
|
readonly browserSignupEncouragement: readonly ["browserSignupEncouragement"];
|
116
|
-
readonly form: readonly ["form", "top", "proProLabel", "topContent", "space", "loginTable", "nameField", "emailField", "codeField", "
|
117
|
-
readonly top: readonly ["top", "proProLabel", "topContent", "space", "loginTable", "nameField", "emailField", "codeField", "
|
117
|
+
readonly form: readonly ["form", "top", "proProLabel", "topContent", "space", "loginTable", "nameField", "emailField", "codeField", "passwordField", "passwordConfirmField", "confirmPasswordField", "confirmPasswordInput", "backButton", "resendEmailButton", "space2", "orSignUpSignInWithOneOfTheseSocialNetworks", "signInPlatformsButtons", "facebookAuthButton", "blackButtonFrame", "iconSourcesFacebook", "xAuthButton", "blackButtonFrame2", "googleAuthButton", "blackButtonFrame3", "space3", "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso", "space4", "magicLinkSignInButton", "resetPassword", "andIfYouNeedToYouCan", "resetPasswordButton", "secretKeySection", "secretKeyField", "secretKeyInput", "signInContainer", "andIfYouNeedToYouCan2", "resetPasswordButton2", "space6", "space5", "bottom", "orSignUpButtonContainer", "orSignUpButton", "buttonDefault", "continueWithoutAnAccountButton"];
|
118
|
+
readonly top: readonly ["top", "proProLabel", "topContent", "space", "loginTable", "nameField", "emailField", "codeField", "passwordField", "passwordConfirmField", "confirmPasswordField", "confirmPasswordInput", "backButton", "resendEmailButton", "space2", "orSignUpSignInWithOneOfTheseSocialNetworks", "signInPlatformsButtons", "facebookAuthButton", "blackButtonFrame", "iconSourcesFacebook", "xAuthButton", "blackButtonFrame2", "googleAuthButton", "blackButtonFrame3", "space3", "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso", "space4", "magicLinkSignInButton", "resetPassword", "andIfYouNeedToYouCan", "resetPasswordButton", "secretKeySection", "secretKeyField", "secretKeyInput", "signInContainer", "andIfYouNeedToYouCan2", "resetPasswordButton2", "space6", "space5"];
|
118
119
|
readonly proProLabel: readonly ["proProLabel"];
|
119
|
-
readonly topContent: readonly ["topContent", "space", "loginTable", "nameField", "emailField", "codeField", "
|
120
|
+
readonly topContent: readonly ["topContent", "space", "loginTable", "nameField", "emailField", "codeField", "passwordField", "passwordConfirmField", "confirmPasswordField", "confirmPasswordInput", "backButton", "resendEmailButton", "space2", "orSignUpSignInWithOneOfTheseSocialNetworks", "signInPlatformsButtons", "facebookAuthButton", "blackButtonFrame", "iconSourcesFacebook", "xAuthButton", "blackButtonFrame2", "googleAuthButton", "blackButtonFrame3", "space3", "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso", "space4", "magicLinkSignInButton", "resetPassword", "andIfYouNeedToYouCan", "resetPasswordButton", "secretKeySection", "secretKeyField", "secretKeyInput", "signInContainer", "andIfYouNeedToYouCan2", "resetPasswordButton2", "space6", "space5"];
|
120
121
|
readonly space: readonly ["space"];
|
121
|
-
readonly loginTable: readonly ["loginTable", "nameField", "emailField", "codeField", "
|
122
|
+
readonly loginTable: readonly ["loginTable", "nameField", "emailField", "codeField", "passwordField", "passwordConfirmField", "confirmPasswordField", "confirmPasswordInput", "backButton", "resendEmailButton"];
|
122
123
|
readonly nameField: readonly ["nameField"];
|
123
124
|
readonly emailField: readonly ["emailField"];
|
124
|
-
readonly codeField: readonly ["codeField"
|
125
|
-
readonly codeInput: readonly ["codeInput"];
|
125
|
+
readonly codeField: readonly ["codeField"];
|
126
126
|
readonly passwordField: readonly ["passwordField"];
|
127
127
|
readonly passwordConfirmField: readonly ["passwordConfirmField"];
|
128
128
|
readonly confirmPasswordField: readonly ["confirmPasswordField", "confirmPasswordInput"];
|
@@ -169,13 +169,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
169
169
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
170
170
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
171
171
|
overrides?: NodeOverridesType<"root"> | undefined;
|
172
|
-
} & 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" | "proProLabel" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "logoAndText" | "browserSignupEncouragement" | "topContent" | "loginTable" | "nameField" | "emailField" | "codeField" | "
|
172
|
+
} & 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" | "proProLabel" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "logoAndText" | "browserSignupEncouragement" | "topContent" | "loginTable" | "nameField" | "emailField" | "codeField" | "passwordField" | "passwordConfirmField" | "confirmPasswordField" | "confirmPasswordInput" | "backButton" | "resendEmailButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "secretKeySection" | "secretKeyField" | "secretKeyInput" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space6" | "space5" | "orSignUpButtonContainer" | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton" | ReservedPropsType> & {
|
173
173
|
key?: React.Key | undefined;
|
174
174
|
}>(props: T & StrictProps<T, {
|
175
175
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
176
176
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
177
177
|
overrides?: NodeOverridesType<"root"> | undefined;
|
178
|
-
} & 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" | "proProLabel" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "logoAndText" | "browserSignupEncouragement" | "topContent" | "loginTable" | "nameField" | "emailField" | "codeField" | "
|
178
|
+
} & 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" | "proProLabel" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "logoAndText" | "browserSignupEncouragement" | "topContent" | "loginTable" | "nameField" | "emailField" | "codeField" | "passwordField" | "passwordConfirmField" | "confirmPasswordField" | "confirmPasswordInput" | "backButton" | "resendEmailButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "secretKeySection" | "secretKeyField" | "secretKeyInput" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space6" | "space5" | "orSignUpButtonContainer" | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton" | ReservedPropsType> & {
|
179
179
|
key?: React.Key | undefined;
|
180
180
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
181
181
|
displayName: string;
|
@@ -185,13 +185,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
185
185
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
186
186
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
187
187
|
overrides?: NodeOverridesType<"container"> | undefined;
|
188
|
-
} & 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" | "proProLabel" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "logoAndText" | "browserSignupEncouragement" | "topContent" | "loginTable" | "nameField" | "emailField" | "codeField" | "
|
188
|
+
} & 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" | "proProLabel" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "logoAndText" | "browserSignupEncouragement" | "topContent" | "loginTable" | "nameField" | "emailField" | "codeField" | "passwordField" | "passwordConfirmField" | "confirmPasswordField" | "confirmPasswordInput" | "backButton" | "resendEmailButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "secretKeySection" | "secretKeyField" | "secretKeyInput" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space6" | "space5" | "orSignUpButtonContainer" | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton" | ReservedPropsType> & {
|
189
189
|
key?: React.Key | undefined;
|
190
190
|
}>(props: T_1 & StrictProps<T_1, {
|
191
191
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
192
192
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
193
193
|
overrides?: NodeOverridesType<"container"> | undefined;
|
194
|
-
} & 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" | "proProLabel" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "logoAndText" | "browserSignupEncouragement" | "topContent" | "loginTable" | "nameField" | "emailField" | "codeField" | "
|
194
|
+
} & 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" | "proProLabel" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "logoAndText" | "browserSignupEncouragement" | "topContent" | "loginTable" | "nameField" | "emailField" | "codeField" | "passwordField" | "passwordConfirmField" | "confirmPasswordField" | "confirmPasswordInput" | "backButton" | "resendEmailButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "secretKeySection" | "secretKeyField" | "secretKeyInput" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space6" | "space5" | "orSignUpButtonContainer" | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton" | ReservedPropsType> & {
|
195
195
|
key?: React.Key | undefined;
|
196
196
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
197
197
|
displayName: string;
|
@@ -249,13 +249,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
249
249
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
250
250
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
251
251
|
overrides?: NodeOverridesType<"form"> | undefined;
|
252
|
-
} & 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" | "proProLabel" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "topContent" | "loginTable" | "nameField" | "emailField" | "codeField" | "
|
252
|
+
} & 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" | "proProLabel" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "topContent" | "loginTable" | "nameField" | "emailField" | "codeField" | "passwordField" | "passwordConfirmField" | "confirmPasswordField" | "confirmPasswordInput" | "backButton" | "resendEmailButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "secretKeySection" | "secretKeyField" | "secretKeyInput" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space6" | "space5" | "orSignUpButtonContainer" | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton" | ReservedPropsType> & {
|
253
253
|
key?: React.Key | undefined;
|
254
254
|
}>(props: T_2 & StrictProps<T_2, {
|
255
255
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
256
256
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
257
257
|
overrides?: NodeOverridesType<"form"> | undefined;
|
258
|
-
} & 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" | "proProLabel" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "topContent" | "loginTable" | "nameField" | "emailField" | "codeField" | "
|
258
|
+
} & 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" | "proProLabel" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "topContent" | "loginTable" | "nameField" | "emailField" | "codeField" | "passwordField" | "passwordConfirmField" | "confirmPasswordField" | "confirmPasswordInput" | "backButton" | "resendEmailButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "secretKeySection" | "secretKeyField" | "secretKeyInput" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space6" | "space5" | "orSignUpButtonContainer" | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton" | ReservedPropsType> & {
|
259
259
|
key?: React.Key | undefined;
|
260
260
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
261
261
|
displayName: string;
|
@@ -265,13 +265,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
265
265
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
266
266
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
267
267
|
overrides?: NodeOverridesType<"top"> | undefined;
|
268
|
-
} & 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" | "proProLabel" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "topContent" | "loginTable" | "nameField" | "emailField" | "codeField" | "
|
268
|
+
} & 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" | "proProLabel" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "topContent" | "loginTable" | "nameField" | "emailField" | "codeField" | "passwordField" | "passwordConfirmField" | "confirmPasswordField" | "confirmPasswordInput" | "backButton" | "resendEmailButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "secretKeySection" | "secretKeyField" | "secretKeyInput" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space6" | "space5" | ReservedPropsType> & {
|
269
269
|
key?: React.Key | undefined;
|
270
270
|
}>(props: T_3 & StrictProps<T_3, {
|
271
271
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
272
272
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
273
273
|
overrides?: NodeOverridesType<"top"> | undefined;
|
274
|
-
} & 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" | "proProLabel" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "topContent" | "loginTable" | "nameField" | "emailField" | "codeField" | "
|
274
|
+
} & 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" | "proProLabel" | keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "topContent" | "loginTable" | "nameField" | "emailField" | "codeField" | "passwordField" | "passwordConfirmField" | "confirmPasswordField" | "confirmPasswordInput" | "backButton" | "resendEmailButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "secretKeySection" | "secretKeyField" | "secretKeyInput" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space6" | "space5" | ReservedPropsType> & {
|
275
275
|
key?: React.Key | undefined;
|
276
276
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
277
277
|
displayName: string;
|
@@ -297,13 +297,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
297
297
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
298
298
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
299
299
|
overrides?: NodeOverridesType<"topContent"> | undefined;
|
300
|
-
} & 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" | "emailField" | "codeField" | "
|
300
|
+
} & 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" | "emailField" | "codeField" | "passwordField" | "passwordConfirmField" | "confirmPasswordField" | "confirmPasswordInput" | "backButton" | "resendEmailButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "secretKeySection" | "secretKeyField" | "secretKeyInput" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space6" | "space5" | ReservedPropsType> & {
|
301
301
|
key?: React.Key | undefined;
|
302
302
|
}>(props: T_5 & StrictProps<T_5, {
|
303
303
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
304
304
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
305
305
|
overrides?: NodeOverridesType<"topContent"> | undefined;
|
306
|
-
} & 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" | "emailField" | "codeField" | "
|
306
|
+
} & 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" | "emailField" | "codeField" | "passwordField" | "passwordConfirmField" | "confirmPasswordField" | "confirmPasswordInput" | "backButton" | "resendEmailButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "secretKeySection" | "secretKeyField" | "secretKeyInput" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space6" | "space5" | ReservedPropsType> & {
|
307
307
|
key?: React.Key | undefined;
|
308
308
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
309
309
|
displayName: string;
|
@@ -329,13 +329,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
329
329
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
330
330
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
331
331
|
overrides?: NodeOverridesType<"loginTable"> | undefined;
|
332
|
-
} & 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" | "emailField" | "codeField" | "
|
332
|
+
} & 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" | "emailField" | "codeField" | "passwordField" | "passwordConfirmField" | "confirmPasswordField" | "confirmPasswordInput" | "backButton" | "resendEmailButton" | ReservedPropsType> & {
|
333
333
|
key?: React.Key | undefined;
|
334
334
|
}>(props: T_7 & StrictProps<T_7, {
|
335
335
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
336
336
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
337
337
|
overrides?: NodeOverridesType<"loginTable"> | undefined;
|
338
|
-
} & 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" | "emailField" | "codeField" | "
|
338
|
+
} & 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" | "emailField" | "codeField" | "passwordField" | "passwordConfirmField" | "confirmPasswordField" | "confirmPasswordInput" | "backButton" | "resendEmailButton" | ReservedPropsType> & {
|
339
339
|
key?: React.Key | undefined;
|
340
340
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
341
341
|
displayName: string;
|
@@ -377,41 +377,25 @@ export declare const PlasmicSignInSignUpForm: {
|
|
377
377
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
378
378
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
379
379
|
overrides?: NodeOverridesType<"codeField"> | undefined;
|
380
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"codeField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "codeField" |
|
380
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"codeField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "codeField" | ReservedPropsType> & {
|
381
381
|
key?: React.Key | undefined;
|
382
382
|
}>(props: T_10 & StrictProps<T_10, {
|
383
383
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
384
384
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
385
385
|
overrides?: NodeOverridesType<"codeField"> | undefined;
|
386
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"codeField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "codeField" |
|
387
|
-
key?: React.Key | undefined;
|
388
|
-
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
389
|
-
displayName: string;
|
390
|
-
};
|
391
|
-
codeInput: {
|
392
|
-
<T_11 extends {
|
393
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
394
|
-
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
395
|
-
overrides?: NodeOverridesType<"codeInput"> | undefined;
|
396
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"codeInput">, 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 | "codeInput" | ReservedPropsType> & {
|
397
|
-
key?: React.Key | undefined;
|
398
|
-
}>(props: T_11 & StrictProps<T_11, {
|
399
|
-
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
400
|
-
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
401
|
-
overrides?: NodeOverridesType<"codeInput"> | undefined;
|
402
|
-
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"codeInput">, 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 | "codeInput" | ReservedPropsType> & {
|
386
|
+
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"codeField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "codeField" | ReservedPropsType> & {
|
403
387
|
key?: React.Key | undefined;
|
404
388
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
405
389
|
displayName: string;
|
406
390
|
};
|
407
391
|
passwordField: {
|
408
|
-
<
|
392
|
+
<T_11 extends {
|
409
393
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
410
394
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
411
395
|
overrides?: NodeOverridesType<"passwordField"> | undefined;
|
412
396
|
} & 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" | ReservedPropsType> & {
|
413
397
|
key?: React.Key | undefined;
|
414
|
-
}>(props:
|
398
|
+
}>(props: T_11 & StrictProps<T_11, {
|
415
399
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
416
400
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
417
401
|
overrides?: NodeOverridesType<"passwordField"> | undefined;
|
@@ -421,13 +405,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
421
405
|
displayName: string;
|
422
406
|
};
|
423
407
|
passwordConfirmField: {
|
424
|
-
<
|
408
|
+
<T_12 extends {
|
425
409
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
426
410
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
427
411
|
overrides?: NodeOverridesType<"passwordConfirmField"> | undefined;
|
428
412
|
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"passwordConfirmField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "passwordConfirmField" | ReservedPropsType> & {
|
429
413
|
key?: React.Key | undefined;
|
430
|
-
}>(props:
|
414
|
+
}>(props: T_12 & StrictProps<T_12, {
|
431
415
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
432
416
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
433
417
|
overrides?: NodeOverridesType<"passwordConfirmField"> | undefined;
|
@@ -437,13 +421,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
437
421
|
displayName: string;
|
438
422
|
};
|
439
423
|
confirmPasswordField: {
|
440
|
-
<
|
424
|
+
<T_13 extends {
|
441
425
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
442
426
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
443
427
|
overrides?: NodeOverridesType<"confirmPasswordField"> | undefined;
|
444
428
|
} & 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> & {
|
445
429
|
key?: React.Key | undefined;
|
446
|
-
}>(props:
|
430
|
+
}>(props: T_13 & StrictProps<T_13, {
|
447
431
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
448
432
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
449
433
|
overrides?: NodeOverridesType<"confirmPasswordField"> | undefined;
|
@@ -453,13 +437,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
453
437
|
displayName: string;
|
454
438
|
};
|
455
439
|
confirmPasswordInput: {
|
456
|
-
<
|
440
|
+
<T_14 extends {
|
457
441
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
458
442
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
459
443
|
overrides?: NodeOverridesType<"confirmPasswordInput"> | undefined;
|
460
444
|
} & 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> & {
|
461
445
|
key?: React.Key | undefined;
|
462
|
-
}>(props:
|
446
|
+
}>(props: T_14 & StrictProps<T_14, {
|
463
447
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
464
448
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
465
449
|
overrides?: NodeOverridesType<"confirmPasswordInput"> | undefined;
|
@@ -469,7 +453,7 @@ export declare const PlasmicSignInSignUpForm: {
|
|
469
453
|
displayName: string;
|
470
454
|
};
|
471
455
|
backButton: {
|
472
|
-
<
|
456
|
+
<T_15 extends {
|
473
457
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
474
458
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
475
459
|
overrides?: NodeOverridesType<"backButton"> | undefined;
|
@@ -477,7 +461,7 @@ export declare const PlasmicSignInSignUpForm: {
|
|
477
461
|
ref?: React.Ref<HTMLAnchorElement> | undefined;
|
478
462
|
}>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "backButton" | ReservedPropsType> & {
|
479
463
|
key?: React.Key | undefined;
|
480
|
-
}>(props:
|
464
|
+
}>(props: T_15 & StrictProps<T_15, {
|
481
465
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
482
466
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
483
467
|
overrides?: NodeOverridesType<"backButton"> | undefined;
|
@@ -489,7 +473,7 @@ export declare const PlasmicSignInSignUpForm: {
|
|
489
473
|
displayName: string;
|
490
474
|
};
|
491
475
|
resendEmailButton: {
|
492
|
-
<
|
476
|
+
<T_16 extends {
|
493
477
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
494
478
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
495
479
|
overrides?: NodeOverridesType<"resendEmailButton"> | undefined;
|
@@ -497,7 +481,7 @@ export declare const PlasmicSignInSignUpForm: {
|
|
497
481
|
ref?: React.Ref<HTMLAnchorElement> | undefined;
|
498
482
|
}>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "resendEmailButton" | ReservedPropsType> & {
|
499
483
|
key?: React.Key | undefined;
|
500
|
-
}>(props:
|
484
|
+
}>(props: T_16 & StrictProps<T_16, {
|
501
485
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
502
486
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
503
487
|
overrides?: NodeOverridesType<"resendEmailButton"> | undefined;
|
@@ -509,13 +493,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
509
493
|
displayName: string;
|
510
494
|
};
|
511
495
|
space2: {
|
512
|
-
<
|
496
|
+
<T_17 extends {
|
513
497
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
514
498
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
515
499
|
overrides?: NodeOverridesType<"space2"> | undefined;
|
516
500
|
} & 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> & {
|
517
501
|
key?: React.Key | undefined;
|
518
|
-
}>(props:
|
502
|
+
}>(props: T_17 & StrictProps<T_17, {
|
519
503
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
520
504
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
521
505
|
overrides?: NodeOverridesType<"space2"> | undefined;
|
@@ -525,13 +509,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
525
509
|
displayName: string;
|
526
510
|
};
|
527
511
|
orSignUpSignInWithOneOfTheseSocialNetworks: {
|
528
|
-
<
|
512
|
+
<T_18 extends {
|
529
513
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
530
514
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
531
515
|
overrides?: NodeOverridesType<"orSignUpSignInWithOneOfTheseSocialNetworks"> | undefined;
|
532
516
|
} & 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> & {
|
533
517
|
key?: React.Key | undefined;
|
534
|
-
}>(props:
|
518
|
+
}>(props: T_18 & StrictProps<T_18, {
|
535
519
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
536
520
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
537
521
|
overrides?: NodeOverridesType<"orSignUpSignInWithOneOfTheseSocialNetworks"> | undefined;
|
@@ -541,13 +525,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
541
525
|
displayName: string;
|
542
526
|
};
|
543
527
|
signInPlatformsButtons: {
|
544
|
-
<
|
528
|
+
<T_19 extends {
|
545
529
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
546
530
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
547
531
|
overrides?: NodeOverridesType<"signInPlatformsButtons"> | undefined;
|
548
532
|
} & 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" | "xAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | ReservedPropsType> & {
|
549
533
|
key?: React.Key | undefined;
|
550
|
-
}>(props:
|
534
|
+
}>(props: T_19 & StrictProps<T_19, {
|
551
535
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
552
536
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
553
537
|
overrides?: NodeOverridesType<"signInPlatformsButtons"> | undefined;
|
@@ -557,13 +541,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
557
541
|
displayName: string;
|
558
542
|
};
|
559
543
|
facebookAuthButton: {
|
560
|
-
<
|
544
|
+
<T_20 extends {
|
561
545
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
562
546
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
563
547
|
overrides?: NodeOverridesType<"facebookAuthButton"> | undefined;
|
564
548
|
} & 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> & {
|
565
549
|
key?: React.Key | undefined;
|
566
|
-
}>(props:
|
550
|
+
}>(props: T_20 & StrictProps<T_20, {
|
567
551
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
568
552
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
569
553
|
overrides?: NodeOverridesType<"facebookAuthButton"> | undefined;
|
@@ -573,13 +557,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
573
557
|
displayName: string;
|
574
558
|
};
|
575
559
|
blackButtonFrame: {
|
576
|
-
<
|
560
|
+
<T_21 extends {
|
577
561
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
578
562
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
579
563
|
overrides?: NodeOverridesType<"blackButtonFrame"> | undefined;
|
580
564
|
} & 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> & {
|
581
565
|
key?: React.Key | undefined;
|
582
|
-
}>(props:
|
566
|
+
}>(props: T_21 & StrictProps<T_21, {
|
583
567
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
584
568
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
585
569
|
overrides?: NodeOverridesType<"blackButtonFrame"> | undefined;
|
@@ -589,13 +573,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
589
573
|
displayName: string;
|
590
574
|
};
|
591
575
|
iconSourcesFacebook: {
|
592
|
-
<
|
576
|
+
<T_22 extends {
|
593
577
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
594
578
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
595
579
|
overrides?: NodeOverridesType<"iconSourcesFacebook"> | undefined;
|
596
580
|
} & 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> & {
|
597
581
|
key?: React.Key | undefined;
|
598
|
-
}>(props:
|
582
|
+
}>(props: T_22 & StrictProps<T_22, {
|
599
583
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
600
584
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
601
585
|
overrides?: NodeOverridesType<"iconSourcesFacebook"> | undefined;
|
@@ -605,13 +589,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
605
589
|
displayName: string;
|
606
590
|
};
|
607
591
|
xAuthButton: {
|
608
|
-
<
|
592
|
+
<T_23 extends {
|
609
593
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
610
594
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
611
595
|
overrides?: NodeOverridesType<"xAuthButton"> | undefined;
|
612
596
|
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"xAuthButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "xAuthButton" | "blackButtonFrame2" | ReservedPropsType> & {
|
613
597
|
key?: React.Key | undefined;
|
614
|
-
}>(props:
|
598
|
+
}>(props: T_23 & StrictProps<T_23, {
|
615
599
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
616
600
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
617
601
|
overrides?: NodeOverridesType<"xAuthButton"> | undefined;
|
@@ -621,13 +605,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
621
605
|
displayName: string;
|
622
606
|
};
|
623
607
|
blackButtonFrame2: {
|
624
|
-
<
|
608
|
+
<T_24 extends {
|
625
609
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
626
610
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
627
611
|
overrides?: NodeOverridesType<"blackButtonFrame2"> | undefined;
|
628
612
|
} & 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> & {
|
629
613
|
key?: React.Key | undefined;
|
630
|
-
}>(props:
|
614
|
+
}>(props: T_24 & StrictProps<T_24, {
|
631
615
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
632
616
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
633
617
|
overrides?: NodeOverridesType<"blackButtonFrame2"> | undefined;
|
@@ -637,13 +621,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
637
621
|
displayName: string;
|
638
622
|
};
|
639
623
|
googleAuthButton: {
|
640
|
-
<
|
624
|
+
<T_25 extends {
|
641
625
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
642
626
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
643
627
|
overrides?: NodeOverridesType<"googleAuthButton"> | undefined;
|
644
628
|
} & 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> & {
|
645
629
|
key?: React.Key | undefined;
|
646
|
-
}>(props:
|
630
|
+
}>(props: T_25 & StrictProps<T_25, {
|
647
631
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
648
632
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
649
633
|
overrides?: NodeOverridesType<"googleAuthButton"> | undefined;
|
@@ -653,13 +637,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
653
637
|
displayName: string;
|
654
638
|
};
|
655
639
|
blackButtonFrame3: {
|
656
|
-
<
|
640
|
+
<T_26 extends {
|
657
641
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
658
642
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
659
643
|
overrides?: NodeOverridesType<"blackButtonFrame3"> | undefined;
|
660
644
|
} & 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> & {
|
661
645
|
key?: React.Key | undefined;
|
662
|
-
}>(props:
|
646
|
+
}>(props: T_26 & StrictProps<T_26, {
|
663
647
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
664
648
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
665
649
|
overrides?: NodeOverridesType<"blackButtonFrame3"> | undefined;
|
@@ -669,13 +653,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
669
653
|
displayName: string;
|
670
654
|
};
|
671
655
|
space3: {
|
672
|
-
<
|
656
|
+
<T_27 extends {
|
673
657
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
674
658
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
675
659
|
overrides?: NodeOverridesType<"space3"> | undefined;
|
676
660
|
} & 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> & {
|
677
661
|
key?: React.Key | undefined;
|
678
|
-
}>(props:
|
662
|
+
}>(props: T_27 & StrictProps<T_27, {
|
679
663
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
680
664
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
681
665
|
overrides?: NodeOverridesType<"space3"> | undefined;
|
@@ -685,13 +669,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
685
669
|
displayName: string;
|
686
670
|
};
|
687
671
|
dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso: {
|
688
|
-
<
|
672
|
+
<T_28 extends {
|
689
673
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
690
674
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
691
675
|
overrides?: NodeOverridesType<"dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso"> | undefined;
|
692
676
|
} & 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> & {
|
693
677
|
key?: React.Key | undefined;
|
694
|
-
}>(props:
|
678
|
+
}>(props: T_28 & StrictProps<T_28, {
|
695
679
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
696
680
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
697
681
|
overrides?: NodeOverridesType<"dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso"> | undefined;
|
@@ -701,13 +685,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
701
685
|
displayName: string;
|
702
686
|
};
|
703
687
|
space4: {
|
704
|
-
<
|
688
|
+
<T_29 extends {
|
705
689
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
706
690
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
707
691
|
overrides?: NodeOverridesType<"space4"> | undefined;
|
708
692
|
} & 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> & {
|
709
693
|
key?: React.Key | undefined;
|
710
|
-
}>(props:
|
694
|
+
}>(props: T_29 & StrictProps<T_29, {
|
711
695
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
712
696
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
713
697
|
overrides?: NodeOverridesType<"space4"> | undefined;
|
@@ -717,7 +701,7 @@ export declare const PlasmicSignInSignUpForm: {
|
|
717
701
|
displayName: string;
|
718
702
|
};
|
719
703
|
magicLinkSignInButton: {
|
720
|
-
<
|
704
|
+
<T_30 extends {
|
721
705
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
722
706
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
723
707
|
overrides?: NodeOverridesType<"magicLinkSignInButton"> | undefined;
|
@@ -725,7 +709,7 @@ export declare const PlasmicSignInSignUpForm: {
|
|
725
709
|
ref?: React.Ref<HTMLAnchorElement> | undefined;
|
726
710
|
}>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "magicLinkSignInButton" | ReservedPropsType> & {
|
727
711
|
key?: React.Key | undefined;
|
728
|
-
}>(props:
|
712
|
+
}>(props: T_30 & StrictProps<T_30, {
|
729
713
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
730
714
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
731
715
|
overrides?: NodeOverridesType<"magicLinkSignInButton"> | undefined;
|
@@ -737,13 +721,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
737
721
|
displayName: string;
|
738
722
|
};
|
739
723
|
resetPassword: {
|
740
|
-
<
|
724
|
+
<T_31 extends {
|
741
725
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
742
726
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
743
727
|
overrides?: NodeOverridesType<"resetPassword"> | undefined;
|
744
728
|
} & 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> & {
|
745
729
|
key?: React.Key | undefined;
|
746
|
-
}>(props:
|
730
|
+
}>(props: T_31 & StrictProps<T_31, {
|
747
731
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
748
732
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
749
733
|
overrides?: NodeOverridesType<"resetPassword"> | undefined;
|
@@ -753,13 +737,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
753
737
|
displayName: string;
|
754
738
|
};
|
755
739
|
andIfYouNeedToYouCan: {
|
756
|
-
<
|
740
|
+
<T_32 extends {
|
757
741
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
758
742
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
759
743
|
overrides?: NodeOverridesType<"andIfYouNeedToYouCan"> | undefined;
|
760
744
|
} & 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> & {
|
761
745
|
key?: React.Key | undefined;
|
762
|
-
}>(props:
|
746
|
+
}>(props: T_32 & StrictProps<T_32, {
|
763
747
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
764
748
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
765
749
|
overrides?: NodeOverridesType<"andIfYouNeedToYouCan"> | undefined;
|
@@ -769,13 +753,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
769
753
|
displayName: string;
|
770
754
|
};
|
771
755
|
resetPasswordButton: {
|
772
|
-
<
|
756
|
+
<T_33 extends {
|
773
757
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
774
758
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
775
759
|
overrides?: NodeOverridesType<"resetPasswordButton"> | undefined;
|
776
760
|
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"resetPasswordButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "resetPasswordButton" | ReservedPropsType> & {
|
777
761
|
key?: React.Key | undefined;
|
778
|
-
}>(props:
|
762
|
+
}>(props: T_33 & StrictProps<T_33, {
|
779
763
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
780
764
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
781
765
|
overrides?: NodeOverridesType<"resetPasswordButton"> | undefined;
|
@@ -785,13 +769,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
785
769
|
displayName: string;
|
786
770
|
};
|
787
771
|
secretKeySection: {
|
788
|
-
<
|
772
|
+
<T_34 extends {
|
789
773
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
790
774
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
791
775
|
overrides?: NodeOverridesType<"secretKeySection"> | undefined;
|
792
776
|
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"secretKeySection">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "secretKeySection" | "secretKeyField" | "secretKeyInput" | ReservedPropsType> & {
|
793
777
|
key?: React.Key | undefined;
|
794
|
-
}>(props:
|
778
|
+
}>(props: T_34 & StrictProps<T_34, {
|
795
779
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
796
780
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
797
781
|
overrides?: NodeOverridesType<"secretKeySection"> | undefined;
|
@@ -801,13 +785,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
801
785
|
displayName: string;
|
802
786
|
};
|
803
787
|
secretKeyField: {
|
804
|
-
<
|
788
|
+
<T_35 extends {
|
805
789
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
806
790
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
807
791
|
overrides?: NodeOverridesType<"secretKeyField"> | undefined;
|
808
792
|
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"secretKeyField">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "secretKeyField" | "secretKeyInput" | ReservedPropsType> & {
|
809
793
|
key?: React.Key | undefined;
|
810
|
-
}>(props:
|
794
|
+
}>(props: T_35 & StrictProps<T_35, {
|
811
795
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
812
796
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
813
797
|
overrides?: NodeOverridesType<"secretKeyField"> | undefined;
|
@@ -817,13 +801,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
817
801
|
displayName: string;
|
818
802
|
};
|
819
803
|
secretKeyInput: {
|
820
|
-
<
|
804
|
+
<T_36 extends {
|
821
805
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
822
806
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
823
807
|
overrides?: NodeOverridesType<"secretKeyInput"> | undefined;
|
824
808
|
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"secretKeyInput">, 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 | "secretKeyInput" | ReservedPropsType> & {
|
825
809
|
key?: React.Key | undefined;
|
826
|
-
}>(props:
|
810
|
+
}>(props: T_36 & StrictProps<T_36, {
|
827
811
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
828
812
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
829
813
|
overrides?: NodeOverridesType<"secretKeyInput"> | undefined;
|
@@ -833,13 +817,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
833
817
|
displayName: string;
|
834
818
|
};
|
835
819
|
signInContainer: {
|
836
|
-
<
|
820
|
+
<T_37 extends {
|
837
821
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
838
822
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
839
823
|
overrides?: NodeOverridesType<"signInContainer"> | undefined;
|
840
824
|
} & 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> & {
|
841
825
|
key?: React.Key | undefined;
|
842
|
-
}>(props:
|
826
|
+
}>(props: T_37 & StrictProps<T_37, {
|
843
827
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
844
828
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
845
829
|
overrides?: NodeOverridesType<"signInContainer"> | undefined;
|
@@ -849,13 +833,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
849
833
|
displayName: string;
|
850
834
|
};
|
851
835
|
andIfYouNeedToYouCan2: {
|
852
|
-
<
|
836
|
+
<T_38 extends {
|
853
837
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
854
838
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
855
839
|
overrides?: NodeOverridesType<"andIfYouNeedToYouCan2"> | undefined;
|
856
840
|
} & 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> & {
|
857
841
|
key?: React.Key | undefined;
|
858
|
-
}>(props:
|
842
|
+
}>(props: T_38 & StrictProps<T_38, {
|
859
843
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
860
844
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
861
845
|
overrides?: NodeOverridesType<"andIfYouNeedToYouCan2"> | undefined;
|
@@ -865,13 +849,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
865
849
|
displayName: string;
|
866
850
|
};
|
867
851
|
resetPasswordButton2: {
|
868
|
-
<
|
852
|
+
<T_39 extends {
|
869
853
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
870
854
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
871
855
|
overrides?: NodeOverridesType<"resetPasswordButton2"> | undefined;
|
872
856
|
} & 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> & {
|
873
857
|
key?: React.Key | undefined;
|
874
|
-
}>(props:
|
858
|
+
}>(props: T_39 & StrictProps<T_39, {
|
875
859
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
876
860
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
877
861
|
overrides?: NodeOverridesType<"resetPasswordButton2"> | undefined;
|
@@ -881,13 +865,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
881
865
|
displayName: string;
|
882
866
|
};
|
883
867
|
space6: {
|
884
|
-
<
|
868
|
+
<T_40 extends {
|
885
869
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
886
870
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
887
871
|
overrides?: NodeOverridesType<"space6"> | undefined;
|
888
872
|
} & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"space6">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "space6" | ReservedPropsType> & {
|
889
873
|
key?: React.Key | undefined;
|
890
|
-
}>(props:
|
874
|
+
}>(props: T_40 & StrictProps<T_40, {
|
891
875
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
892
876
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
893
877
|
overrides?: NodeOverridesType<"space6"> | undefined;
|
@@ -897,13 +881,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
897
881
|
displayName: string;
|
898
882
|
};
|
899
883
|
space5: {
|
900
|
-
<
|
884
|
+
<T_41 extends {
|
901
885
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
902
886
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
903
887
|
overrides?: NodeOverridesType<"space5"> | undefined;
|
904
888
|
} & 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> & {
|
905
889
|
key?: React.Key | undefined;
|
906
|
-
}>(props:
|
890
|
+
}>(props: T_41 & StrictProps<T_41, {
|
907
891
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
908
892
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
909
893
|
overrides?: NodeOverridesType<"space5"> | undefined;
|
@@ -913,13 +897,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
913
897
|
displayName: string;
|
914
898
|
};
|
915
899
|
bottom: {
|
916
|
-
<
|
900
|
+
<T_42 extends {
|
917
901
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
918
902
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
919
903
|
overrides?: NodeOverridesType<"bottom"> | undefined;
|
920
904
|
} & 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> & {
|
921
905
|
key?: React.Key | undefined;
|
922
|
-
}>(props:
|
906
|
+
}>(props: T_42 & StrictProps<T_42, {
|
923
907
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
924
908
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
925
909
|
overrides?: NodeOverridesType<"bottom"> | undefined;
|
@@ -929,13 +913,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
929
913
|
displayName: string;
|
930
914
|
};
|
931
915
|
orSignUpButtonContainer: {
|
932
|
-
<
|
916
|
+
<T_43 extends {
|
933
917
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
934
918
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
935
919
|
overrides?: NodeOverridesType<"orSignUpButtonContainer"> | undefined;
|
936
920
|
} & 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> & {
|
937
921
|
key?: React.Key | undefined;
|
938
|
-
}>(props:
|
922
|
+
}>(props: T_43 & StrictProps<T_43, {
|
939
923
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
940
924
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
941
925
|
overrides?: NodeOverridesType<"orSignUpButtonContainer"> | undefined;
|
@@ -945,13 +929,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
945
929
|
displayName: string;
|
946
930
|
};
|
947
931
|
orSignUpButton: {
|
948
|
-
<
|
932
|
+
<T_44 extends {
|
949
933
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
950
934
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
951
935
|
overrides?: NodeOverridesType<"orSignUpButton"> | undefined;
|
952
936
|
} & 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> & {
|
953
937
|
key?: React.Key | undefined;
|
954
|
-
}>(props:
|
938
|
+
}>(props: T_44 & StrictProps<T_44, {
|
955
939
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
956
940
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
957
941
|
overrides?: NodeOverridesType<"orSignUpButton"> | undefined;
|
@@ -961,13 +945,13 @@ export declare const PlasmicSignInSignUpForm: {
|
|
961
945
|
displayName: string;
|
962
946
|
};
|
963
947
|
buttonDefault: {
|
964
|
-
<
|
948
|
+
<T_45 extends {
|
965
949
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
966
950
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
967
951
|
overrides?: NodeOverridesType<"buttonDefault"> | undefined;
|
968
952
|
} & 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> & {
|
969
953
|
key?: React.Key | undefined;
|
970
|
-
}>(props:
|
954
|
+
}>(props: T_45 & StrictProps<T_45, {
|
971
955
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
972
956
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
973
957
|
overrides?: NodeOverridesType<"buttonDefault"> | undefined;
|
@@ -977,7 +961,7 @@ export declare const PlasmicSignInSignUpForm: {
|
|
977
961
|
displayName: string;
|
978
962
|
};
|
979
963
|
continueWithoutAnAccountButton: {
|
980
|
-
<
|
964
|
+
<T_46 extends {
|
981
965
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
982
966
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
983
967
|
overrides?: NodeOverridesType<"continueWithoutAnAccountButton"> | undefined;
|
@@ -985,7 +969,7 @@ export declare const PlasmicSignInSignUpForm: {
|
|
985
969
|
ref?: React.Ref<HTMLAnchorElement> | undefined;
|
986
970
|
}>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "continueWithoutAnAccountButton" | ReservedPropsType> & {
|
987
971
|
key?: React.Key | undefined;
|
988
|
-
}>(props:
|
972
|
+
}>(props: T_46 & StrictProps<T_46, {
|
989
973
|
variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
|
990
974
|
args?: PlasmicSignInSignUpForm__ArgsType | undefined;
|
991
975
|
overrides?: NodeOverridesType<"continueWithoutAnAccountButton"> | undefined;
|