propro-common-components 0.1.306 → 0.1.308

Sign up to get free protection for your applications and to get access to all the features.
@@ -42,9 +42,13 @@ export type PlasmicSignInSignUpForm__OverridesType = {
42
42
  nameInput?: Flex__<typeof TextInputFromProPro>;
43
43
  emailField?: Flex__<"div">;
44
44
  emailInput?: Flex__<typeof TextInputFromProPro>;
45
+ codeField?: Flex__<"div">;
46
+ codeInput?: Flex__<typeof TextInputFromProPro>;
45
47
  passwordField?: Flex__<"div">;
46
48
  passwordInput?: Flex__<typeof TextInputFromProPro>;
47
49
  signInButton?: Flex__<typeof ButtonFromProPro>;
50
+ backButton?: Flex__<typeof ButtonFromProPro>;
51
+ resendEmailButton?: Flex__<typeof ButtonFromProPro>;
48
52
  space2?: Flex__<"div">;
49
53
  orSignUpSignInWithOneOfTheseSocialNetworks?: Flex__<"div">;
50
54
  signInPlatformsButtons?: Flex__<"div">;
@@ -60,6 +64,8 @@ export type PlasmicSignInSignUpForm__OverridesType = {
60
64
  space4?: Flex__<"div">;
61
65
  magicLinkSignInButton?: Flex__<typeof ButtonFromProPro>;
62
66
  resetPassword?: Flex__<"div">;
67
+ andIfYouNeedToYouCan?: Flex__<"div">;
68
+ resetPasswordButton?: Flex__<"button">;
63
69
  signInContainer?: Flex__<"div">;
64
70
  andIfYouNeedToYouCan2?: Flex__<"div">;
65
71
  resetPasswordButton2?: Flex__<"a">;
@@ -84,23 +90,27 @@ export interface DefaultSignInSignUpFormProps {
84
90
  className?: string;
85
91
  }
86
92
  declare const PlasmicDescendants: {
87
- readonly root: readonly ["root", "container", "logoAndText", "logo", "form", "top", "proProLabel", "topContent", "space", "loginTable", "nameField", "nameInput", "emailField", "emailInput", "passwordField", "passwordInput", "signInButton", "space2", "orSignUpSignInWithOneOfTheseSocialNetworks", "signInPlatformsButtons", "facebookAuthButton", "blackButtonFrame", "iconSourcesFacebook", "xComAuthButton", "blackButtonFrame2", "googleAuthButton", "blackButtonFrame3", "space3", "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso", "space4", "magicLinkSignInButton", "resetPassword", "signInContainer", "andIfYouNeedToYouCan2", "resetPasswordButton2", "space5", "bottom", "orSignUpButtonContainer", "orSignUpButton", "buttonDefault", "continueWithoutAnAccountButton"];
88
- readonly container: readonly ["container", "logoAndText", "logo", "form", "top", "proProLabel", "topContent", "space", "loginTable", "nameField", "nameInput", "emailField", "emailInput", "passwordField", "passwordInput", "signInButton", "space2", "orSignUpSignInWithOneOfTheseSocialNetworks", "signInPlatformsButtons", "facebookAuthButton", "blackButtonFrame", "iconSourcesFacebook", "xComAuthButton", "blackButtonFrame2", "googleAuthButton", "blackButtonFrame3", "space3", "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso", "space4", "magicLinkSignInButton", "resetPassword", "signInContainer", "andIfYouNeedToYouCan2", "resetPasswordButton2", "space5", "bottom", "orSignUpButtonContainer", "orSignUpButton", "buttonDefault", "continueWithoutAnAccountButton"];
93
+ readonly root: readonly ["root", "container", "logoAndText", "logo", "form", "top", "proProLabel", "topContent", "space", "loginTable", "nameField", "nameInput", "emailField", "emailInput", "codeField", "codeInput", "passwordField", "passwordInput", "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"];
94
+ readonly container: readonly ["container", "logoAndText", "logo", "form", "top", "proProLabel", "topContent", "space", "loginTable", "nameField", "nameInput", "emailField", "emailInput", "codeField", "codeInput", "passwordField", "passwordInput", "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"];
89
95
  readonly logoAndText: readonly ["logoAndText", "logo"];
90
96
  readonly logo: readonly ["logo"];
91
- readonly form: readonly ["form", "top", "proProLabel", "topContent", "space", "loginTable", "nameField", "nameInput", "emailField", "emailInput", "passwordField", "passwordInput", "signInButton", "space2", "orSignUpSignInWithOneOfTheseSocialNetworks", "signInPlatformsButtons", "facebookAuthButton", "blackButtonFrame", "iconSourcesFacebook", "xComAuthButton", "blackButtonFrame2", "googleAuthButton", "blackButtonFrame3", "space3", "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso", "space4", "magicLinkSignInButton", "resetPassword", "signInContainer", "andIfYouNeedToYouCan2", "resetPasswordButton2", "space5", "bottom", "orSignUpButtonContainer", "orSignUpButton", "buttonDefault", "continueWithoutAnAccountButton"];
92
- readonly top: readonly ["top", "proProLabel", "topContent", "space", "loginTable", "nameField", "nameInput", "emailField", "emailInput", "passwordField", "passwordInput", "signInButton", "space2", "orSignUpSignInWithOneOfTheseSocialNetworks", "signInPlatformsButtons", "facebookAuthButton", "blackButtonFrame", "iconSourcesFacebook", "xComAuthButton", "blackButtonFrame2", "googleAuthButton", "blackButtonFrame3", "space3", "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso", "space4", "magicLinkSignInButton", "resetPassword", "signInContainer", "andIfYouNeedToYouCan2", "resetPasswordButton2", "space5"];
97
+ readonly form: readonly ["form", "top", "proProLabel", "topContent", "space", "loginTable", "nameField", "nameInput", "emailField", "emailInput", "codeField", "codeInput", "passwordField", "passwordInput", "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"];
98
+ readonly top: readonly ["top", "proProLabel", "topContent", "space", "loginTable", "nameField", "nameInput", "emailField", "emailInput", "codeField", "codeInput", "passwordField", "passwordInput", "signInButton", "backButton", "resendEmailButton", "space2", "orSignUpSignInWithOneOfTheseSocialNetworks", "signInPlatformsButtons", "facebookAuthButton", "blackButtonFrame", "iconSourcesFacebook", "xComAuthButton", "blackButtonFrame2", "googleAuthButton", "blackButtonFrame3", "space3", "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso", "space4", "magicLinkSignInButton", "resetPassword", "andIfYouNeedToYouCan", "resetPasswordButton", "signInContainer", "andIfYouNeedToYouCan2", "resetPasswordButton2", "space5"];
93
99
  readonly proProLabel: readonly ["proProLabel"];
94
- readonly topContent: readonly ["topContent", "space", "loginTable", "nameField", "nameInput", "emailField", "emailInput", "passwordField", "passwordInput", "signInButton", "space2", "orSignUpSignInWithOneOfTheseSocialNetworks", "signInPlatformsButtons", "facebookAuthButton", "blackButtonFrame", "iconSourcesFacebook", "xComAuthButton", "blackButtonFrame2", "googleAuthButton", "blackButtonFrame3", "space3", "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso", "space4", "magicLinkSignInButton", "resetPassword", "signInContainer", "andIfYouNeedToYouCan2", "resetPasswordButton2", "space5"];
100
+ readonly topContent: readonly ["topContent", "space", "loginTable", "nameField", "nameInput", "emailField", "emailInput", "codeField", "codeInput", "passwordField", "passwordInput", "signInButton", "backButton", "resendEmailButton", "space2", "orSignUpSignInWithOneOfTheseSocialNetworks", "signInPlatformsButtons", "facebookAuthButton", "blackButtonFrame", "iconSourcesFacebook", "xComAuthButton", "blackButtonFrame2", "googleAuthButton", "blackButtonFrame3", "space3", "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso", "space4", "magicLinkSignInButton", "resetPassword", "andIfYouNeedToYouCan", "resetPasswordButton", "signInContainer", "andIfYouNeedToYouCan2", "resetPasswordButton2", "space5"];
95
101
  readonly space: readonly ["space"];
96
- readonly loginTable: readonly ["loginTable", "nameField", "nameInput", "emailField", "emailInput", "passwordField", "passwordInput", "signInButton"];
102
+ readonly loginTable: readonly ["loginTable", "nameField", "nameInput", "emailField", "emailInput", "codeField", "codeInput", "passwordField", "passwordInput", "signInButton", "backButton", "resendEmailButton"];
97
103
  readonly nameField: readonly ["nameField", "nameInput"];
98
104
  readonly nameInput: readonly ["nameInput"];
99
105
  readonly emailField: readonly ["emailField", "emailInput"];
100
106
  readonly emailInput: readonly ["emailInput"];
107
+ readonly codeField: readonly ["codeField", "codeInput"];
108
+ readonly codeInput: readonly ["codeInput"];
101
109
  readonly passwordField: readonly ["passwordField", "passwordInput"];
102
110
  readonly passwordInput: readonly ["passwordInput"];
103
111
  readonly signInButton: readonly ["signInButton"];
112
+ readonly backButton: readonly ["backButton"];
113
+ readonly resendEmailButton: readonly ["resendEmailButton"];
104
114
  readonly space2: readonly ["space2"];
105
115
  readonly orSignUpSignInWithOneOfTheseSocialNetworks: readonly ["orSignUpSignInWithOneOfTheseSocialNetworks"];
106
116
  readonly signInPlatformsButtons: readonly ["signInPlatformsButtons", "facebookAuthButton", "blackButtonFrame", "iconSourcesFacebook", "xComAuthButton", "blackButtonFrame2", "googleAuthButton", "blackButtonFrame3"];
@@ -115,7 +125,9 @@ declare const PlasmicDescendants: {
115
125
  readonly dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso: readonly ["dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso"];
116
126
  readonly space4: readonly ["space4"];
117
127
  readonly magicLinkSignInButton: readonly ["magicLinkSignInButton"];
118
- readonly resetPassword: readonly ["resetPassword"];
128
+ readonly resetPassword: readonly ["resetPassword", "andIfYouNeedToYouCan", "resetPasswordButton"];
129
+ readonly andIfYouNeedToYouCan: readonly ["andIfYouNeedToYouCan"];
130
+ readonly resetPasswordButton: readonly ["resetPasswordButton"];
119
131
  readonly signInContainer: readonly ["signInContainer", "andIfYouNeedToYouCan2", "resetPasswordButton2"];
120
132
  readonly andIfYouNeedToYouCan2: readonly ["andIfYouNeedToYouCan2"];
121
133
  readonly resetPasswordButton2: readonly ["resetPasswordButton2"];
@@ -135,13 +147,13 @@ export declare const PlasmicSignInSignUpForm: {
135
147
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
136
148
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
137
149
  overrides?: NodeOverridesType<"root"> | undefined;
138
- } & 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" | "passwordField" | "passwordInput" | "signInButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xComAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space5" | "orSignUpButtonContainer" | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton" | ReservedPropsType> & {
150
+ } & 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" | "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> & {
139
151
  key?: React.Key | undefined;
140
152
  }>(props: T & StrictProps<T, {
141
153
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
142
154
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
143
155
  overrides?: NodeOverridesType<"root"> | undefined;
144
- } & 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" | "passwordField" | "passwordInput" | "signInButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xComAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space5" | "orSignUpButtonContainer" | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton" | ReservedPropsType> & {
156
+ } & 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" | "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> & {
145
157
  key?: React.Key | undefined;
146
158
  }>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
147
159
  displayName: string;
@@ -151,13 +163,13 @@ export declare const PlasmicSignInSignUpForm: {
151
163
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
152
164
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
153
165
  overrides?: NodeOverridesType<"container"> | undefined;
154
- } & 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" | "passwordField" | "passwordInput" | "signInButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xComAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space5" | "orSignUpButtonContainer" | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton" | ReservedPropsType> & {
166
+ } & 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" | "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> & {
155
167
  key?: React.Key | undefined;
156
168
  }>(props: T_1 & StrictProps<T_1, {
157
169
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
158
170
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
159
171
  overrides?: NodeOverridesType<"container"> | undefined;
160
- } & 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" | "passwordField" | "passwordInput" | "signInButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xComAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space5" | "orSignUpButtonContainer" | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton" | ReservedPropsType> & {
172
+ } & 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" | "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> & {
161
173
  key?: React.Key | undefined;
162
174
  }>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
163
175
  displayName: string;
@@ -199,13 +211,13 @@ export declare const PlasmicSignInSignUpForm: {
199
211
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
200
212
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
201
213
  overrides?: NodeOverridesType<"form"> | undefined;
202
- } & 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" | "passwordField" | "passwordInput" | "signInButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xComAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space5" | "orSignUpButtonContainer" | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton" | ReservedPropsType> & {
214
+ } & 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" | "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> & {
203
215
  key?: React.Key | undefined;
204
216
  }>(props: T_1 & StrictProps<T_1, {
205
217
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
206
218
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
207
219
  overrides?: NodeOverridesType<"form"> | undefined;
208
- } & 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" | "passwordField" | "passwordInput" | "signInButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xComAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space5" | "orSignUpButtonContainer" | "orSignUpButton" | "buttonDefault" | "continueWithoutAnAccountButton" | ReservedPropsType> & {
220
+ } & 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" | "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> & {
209
221
  key?: React.Key | undefined;
210
222
  }>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
211
223
  displayName: string;
@@ -215,13 +227,13 @@ export declare const PlasmicSignInSignUpForm: {
215
227
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
216
228
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
217
229
  overrides?: NodeOverridesType<"top"> | undefined;
218
- } & 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" | "passwordField" | "passwordInput" | "signInButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xComAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space5" | ReservedPropsType> & {
230
+ } & 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" | "signInButton" | "backButton" | "resendEmailButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xComAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space5" | ReservedPropsType> & {
219
231
  key?: React.Key | undefined;
220
232
  }>(props: T_2 & StrictProps<T_2, {
221
233
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
222
234
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
223
235
  overrides?: NodeOverridesType<"top"> | undefined;
224
- } & 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" | "passwordField" | "passwordInput" | "signInButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xComAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space5" | ReservedPropsType> & {
236
+ } & 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" | "signInButton" | "backButton" | "resendEmailButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xComAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space5" | ReservedPropsType> & {
225
237
  key?: React.Key | undefined;
226
238
  }>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
227
239
  displayName: string;
@@ -247,13 +259,13 @@ export declare const PlasmicSignInSignUpForm: {
247
259
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
248
260
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
249
261
  overrides?: NodeOverridesType<"topContent"> | undefined;
250
- } & 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" | "passwordField" | "passwordInput" | "signInButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xComAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space5" | ReservedPropsType> & {
262
+ } & 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" | "signInButton" | "backButton" | "resendEmailButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xComAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space5" | ReservedPropsType> & {
251
263
  key?: React.Key | undefined;
252
264
  }>(props: T_4 & StrictProps<T_4, {
253
265
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
254
266
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
255
267
  overrides?: NodeOverridesType<"topContent"> | undefined;
256
- } & 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" | "passwordField" | "passwordInput" | "signInButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xComAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space5" | ReservedPropsType> & {
268
+ } & 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" | "signInButton" | "backButton" | "resendEmailButton" | "space2" | "orSignUpSignInWithOneOfTheseSocialNetworks" | "signInPlatformsButtons" | "facebookAuthButton" | "blackButtonFrame" | "iconSourcesFacebook" | "xComAuthButton" | "blackButtonFrame2" | "googleAuthButton" | "blackButtonFrame3" | "space3" | "dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso" | "space4" | "magicLinkSignInButton" | "andIfYouNeedToYouCan" | "resetPasswordButton" | "signInContainer" | "andIfYouNeedToYouCan2" | "resetPasswordButton2" | "space5" | ReservedPropsType> & {
257
269
  key?: React.Key | undefined;
258
270
  }>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
259
271
  displayName: string;
@@ -279,13 +291,13 @@ export declare const PlasmicSignInSignUpForm: {
279
291
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
280
292
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
281
293
  overrides?: NodeOverridesType<"loginTable"> | undefined;
282
- } & 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" | "passwordField" | "passwordInput" | "signInButton" | ReservedPropsType> & {
294
+ } & 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" | "signInButton" | "backButton" | "resendEmailButton" | ReservedPropsType> & {
283
295
  key?: React.Key | undefined;
284
296
  }>(props: T_6 & StrictProps<T_6, {
285
297
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
286
298
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
287
299
  overrides?: NodeOverridesType<"loginTable"> | undefined;
288
- } & 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" | "passwordField" | "passwordInput" | "signInButton" | ReservedPropsType> & {
300
+ } & 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" | "signInButton" | "backButton" | "resendEmailButton" | ReservedPropsType> & {
289
301
  key?: React.Key | undefined;
290
302
  }>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
291
303
  displayName: string;
@@ -354,14 +366,46 @@ export declare const PlasmicSignInSignUpForm: {
354
366
  }>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
355
367
  displayName: string;
356
368
  };
357
- passwordField: {
369
+ codeField: {
358
370
  <T_11 extends {
371
+ variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
372
+ args?: PlasmicSignInSignUpForm__ArgsType | undefined;
373
+ overrides?: NodeOverridesType<"codeField"> | undefined;
374
+ } & 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" | "codeInput" | ReservedPropsType> & {
375
+ key?: React.Key | undefined;
376
+ }>(props: T_11 & StrictProps<T_11, {
377
+ variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
378
+ args?: PlasmicSignInSignUpForm__ArgsType | undefined;
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" | "codeInput" | ReservedPropsType> & {
381
+ key?: React.Key | undefined;
382
+ }>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
383
+ displayName: string;
384
+ };
385
+ codeInput: {
386
+ <T_12 extends {
387
+ variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
388
+ args?: PlasmicSignInSignUpForm__ArgsType | undefined;
389
+ overrides?: NodeOverridesType<"codeInput"> | undefined;
390
+ } & 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> & {
391
+ key?: React.Key | undefined;
392
+ }>(props: T_12 & StrictProps<T_12, {
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
+ }>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
399
+ displayName: string;
400
+ };
401
+ passwordField: {
402
+ <T_13 extends {
359
403
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
360
404
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
361
405
  overrides?: NodeOverridesType<"passwordField"> | undefined;
362
406
  } & 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> & {
363
407
  key?: React.Key | undefined;
364
- }>(props: T_11 & StrictProps<T_11, {
408
+ }>(props: T_13 & StrictProps<T_13, {
365
409
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
366
410
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
367
411
  overrides?: NodeOverridesType<"passwordField"> | undefined;
@@ -371,13 +415,13 @@ export declare const PlasmicSignInSignUpForm: {
371
415
  displayName: string;
372
416
  };
373
417
  passwordInput: {
374
- <T_12 extends {
418
+ <T_14 extends {
375
419
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
376
420
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
377
421
  overrides?: NodeOverridesType<"passwordInput"> | undefined;
378
422
  } & 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> & {
379
423
  key?: React.Key | undefined;
380
- }>(props: T_12 & StrictProps<T_12, {
424
+ }>(props: T_14 & StrictProps<T_14, {
381
425
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
382
426
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
383
427
  overrides?: NodeOverridesType<"passwordInput"> | undefined;
@@ -387,7 +431,7 @@ export declare const PlasmicSignInSignUpForm: {
387
431
  displayName: string;
388
432
  };
389
433
  signInButton: {
390
- <T_13 extends {
434
+ <T_15 extends {
391
435
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
392
436
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
393
437
  overrides?: NodeOverridesType<"signInButton"> | undefined;
@@ -395,7 +439,7 @@ export declare const PlasmicSignInSignUpForm: {
395
439
  ref?: React.Ref<HTMLAnchorElement> | undefined;
396
440
  }>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "signInButton" | ReservedPropsType> & {
397
441
  key?: React.Key | undefined;
398
- }>(props: T_13 & StrictProps<T_13, {
442
+ }>(props: T_15 & StrictProps<T_15, {
399
443
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
400
444
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
401
445
  overrides?: NodeOverridesType<"signInButton"> | undefined;
@@ -406,14 +450,54 @@ export declare const PlasmicSignInSignUpForm: {
406
450
  }>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
407
451
  displayName: string;
408
452
  };
453
+ backButton: {
454
+ <T_16 extends {
455
+ variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
456
+ args?: PlasmicSignInSignUpForm__ArgsType | undefined;
457
+ overrides?: NodeOverridesType<"backButton"> | undefined;
458
+ } & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"backButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import('../../ButtonFromProPro').ButtonFromProProProps, import('@plasmicapp/react-web').HtmlButtonOnlyProps> & {
459
+ ref?: React.Ref<HTMLAnchorElement> | undefined;
460
+ }>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "backButton" | ReservedPropsType> & {
461
+ key?: React.Key | undefined;
462
+ }>(props: T_16 & StrictProps<T_16, {
463
+ variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
464
+ args?: PlasmicSignInSignUpForm__ArgsType | undefined;
465
+ overrides?: NodeOverridesType<"backButton"> | undefined;
466
+ } & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"backButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import('../../ButtonFromProPro').ButtonFromProProProps, import('@plasmicapp/react-web').HtmlButtonOnlyProps> & {
467
+ ref?: React.Ref<HTMLAnchorElement> | undefined;
468
+ }>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "backButton" | ReservedPropsType> & {
469
+ key?: React.Key | undefined;
470
+ }>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
471
+ displayName: string;
472
+ };
473
+ resendEmailButton: {
474
+ <T_17 extends {
475
+ variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
476
+ args?: PlasmicSignInSignUpForm__ArgsType | undefined;
477
+ overrides?: NodeOverridesType<"resendEmailButton"> | undefined;
478
+ } & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"resendEmailButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import('../../ButtonFromProPro').ButtonFromProProProps, import('@plasmicapp/react-web').HtmlButtonOnlyProps> & {
479
+ ref?: React.Ref<HTMLAnchorElement> | undefined;
480
+ }>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "resendEmailButton" | ReservedPropsType> & {
481
+ key?: React.Key | undefined;
482
+ }>(props: T_17 & StrictProps<T_17, {
483
+ variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
484
+ args?: PlasmicSignInSignUpForm__ArgsType | undefined;
485
+ overrides?: NodeOverridesType<"resendEmailButton"> | undefined;
486
+ } & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"resendEmailButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<Omit<import('../../ButtonFromProPro').ButtonFromProProProps, import('@plasmicapp/react-web').HtmlButtonOnlyProps> & {
487
+ ref?: React.Ref<HTMLAnchorElement> | undefined;
488
+ }>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "resendEmailButton" | ReservedPropsType> & {
489
+ key?: React.Key | undefined;
490
+ }>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
491
+ displayName: string;
492
+ };
409
493
  space2: {
410
- <T_14 extends {
494
+ <T_18 extends {
411
495
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
412
496
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
413
497
  overrides?: NodeOverridesType<"space2"> | undefined;
414
498
  } & 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> & {
415
499
  key?: React.Key | undefined;
416
- }>(props: T_14 & StrictProps<T_14, {
500
+ }>(props: T_18 & StrictProps<T_18, {
417
501
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
418
502
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
419
503
  overrides?: NodeOverridesType<"space2"> | undefined;
@@ -423,13 +507,13 @@ export declare const PlasmicSignInSignUpForm: {
423
507
  displayName: string;
424
508
  };
425
509
  orSignUpSignInWithOneOfTheseSocialNetworks: {
426
- <T_15 extends {
510
+ <T_19 extends {
427
511
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
428
512
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
429
513
  overrides?: NodeOverridesType<"orSignUpSignInWithOneOfTheseSocialNetworks"> | undefined;
430
514
  } & 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> & {
431
515
  key?: React.Key | undefined;
432
- }>(props: T_15 & StrictProps<T_15, {
516
+ }>(props: T_19 & StrictProps<T_19, {
433
517
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
434
518
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
435
519
  overrides?: NodeOverridesType<"orSignUpSignInWithOneOfTheseSocialNetworks"> | undefined;
@@ -439,13 +523,13 @@ export declare const PlasmicSignInSignUpForm: {
439
523
  displayName: string;
440
524
  };
441
525
  signInPlatformsButtons: {
442
- <T_16 extends {
526
+ <T_20 extends {
443
527
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
444
528
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
445
529
  overrides?: NodeOverridesType<"signInPlatformsButtons"> | undefined;
446
530
  } & 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> & {
447
531
  key?: React.Key | undefined;
448
- }>(props: T_16 & StrictProps<T_16, {
532
+ }>(props: T_20 & StrictProps<T_20, {
449
533
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
450
534
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
451
535
  overrides?: NodeOverridesType<"signInPlatformsButtons"> | undefined;
@@ -455,13 +539,13 @@ export declare const PlasmicSignInSignUpForm: {
455
539
  displayName: string;
456
540
  };
457
541
  facebookAuthButton: {
458
- <T_17 extends {
542
+ <T_21 extends {
459
543
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
460
544
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
461
545
  overrides?: NodeOverridesType<"facebookAuthButton"> | undefined;
462
546
  } & 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> & {
463
547
  key?: React.Key | undefined;
464
- }>(props: T_17 & StrictProps<T_17, {
548
+ }>(props: T_21 & StrictProps<T_21, {
465
549
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
466
550
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
467
551
  overrides?: NodeOverridesType<"facebookAuthButton"> | undefined;
@@ -471,13 +555,13 @@ export declare const PlasmicSignInSignUpForm: {
471
555
  displayName: string;
472
556
  };
473
557
  blackButtonFrame: {
474
- <T_18 extends {
558
+ <T_22 extends {
475
559
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
476
560
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
477
561
  overrides?: NodeOverridesType<"blackButtonFrame"> | undefined;
478
562
  } & 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> & {
479
563
  key?: React.Key | undefined;
480
- }>(props: T_18 & StrictProps<T_18, {
564
+ }>(props: T_22 & StrictProps<T_22, {
481
565
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
482
566
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
483
567
  overrides?: NodeOverridesType<"blackButtonFrame"> | undefined;
@@ -487,13 +571,13 @@ export declare const PlasmicSignInSignUpForm: {
487
571
  displayName: string;
488
572
  };
489
573
  iconSourcesFacebook: {
490
- <T_19 extends {
574
+ <T_23 extends {
491
575
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
492
576
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
493
577
  overrides?: NodeOverridesType<"iconSourcesFacebook"> | undefined;
494
578
  } & 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> & {
495
579
  key?: React.Key | undefined;
496
- }>(props: T_19 & StrictProps<T_19, {
580
+ }>(props: T_23 & StrictProps<T_23, {
497
581
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
498
582
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
499
583
  overrides?: NodeOverridesType<"iconSourcesFacebook"> | undefined;
@@ -503,13 +587,13 @@ export declare const PlasmicSignInSignUpForm: {
503
587
  displayName: string;
504
588
  };
505
589
  xComAuthButton: {
506
- <T_20 extends {
590
+ <T_24 extends {
507
591
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
508
592
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
509
593
  overrides?: NodeOverridesType<"xComAuthButton"> | undefined;
510
594
  } & 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> & {
511
595
  key?: React.Key | undefined;
512
- }>(props: T_20 & StrictProps<T_20, {
596
+ }>(props: T_24 & StrictProps<T_24, {
513
597
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
514
598
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
515
599
  overrides?: NodeOverridesType<"xComAuthButton"> | undefined;
@@ -519,13 +603,13 @@ export declare const PlasmicSignInSignUpForm: {
519
603
  displayName: string;
520
604
  };
521
605
  blackButtonFrame2: {
522
- <T_21 extends {
606
+ <T_25 extends {
523
607
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
524
608
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
525
609
  overrides?: NodeOverridesType<"blackButtonFrame2"> | undefined;
526
610
  } & 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> & {
527
611
  key?: React.Key | undefined;
528
- }>(props: T_21 & StrictProps<T_21, {
612
+ }>(props: T_25 & StrictProps<T_25, {
529
613
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
530
614
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
531
615
  overrides?: NodeOverridesType<"blackButtonFrame2"> | undefined;
@@ -535,13 +619,13 @@ export declare const PlasmicSignInSignUpForm: {
535
619
  displayName: string;
536
620
  };
537
621
  googleAuthButton: {
538
- <T_22 extends {
622
+ <T_26 extends {
539
623
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
540
624
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
541
625
  overrides?: NodeOverridesType<"googleAuthButton"> | undefined;
542
626
  } & 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> & {
543
627
  key?: React.Key | undefined;
544
- }>(props: T_22 & StrictProps<T_22, {
628
+ }>(props: T_26 & StrictProps<T_26, {
545
629
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
546
630
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
547
631
  overrides?: NodeOverridesType<"googleAuthButton"> | undefined;
@@ -551,13 +635,13 @@ export declare const PlasmicSignInSignUpForm: {
551
635
  displayName: string;
552
636
  };
553
637
  blackButtonFrame3: {
554
- <T_23 extends {
638
+ <T_27 extends {
555
639
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
556
640
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
557
641
  overrides?: NodeOverridesType<"blackButtonFrame3"> | undefined;
558
642
  } & 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> & {
559
643
  key?: React.Key | undefined;
560
- }>(props: T_23 & StrictProps<T_23, {
644
+ }>(props: T_27 & StrictProps<T_27, {
561
645
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
562
646
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
563
647
  overrides?: NodeOverridesType<"blackButtonFrame3"> | undefined;
@@ -567,13 +651,13 @@ export declare const PlasmicSignInSignUpForm: {
567
651
  displayName: string;
568
652
  };
569
653
  space3: {
570
- <T_24 extends {
654
+ <T_28 extends {
571
655
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
572
656
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
573
657
  overrides?: NodeOverridesType<"space3"> | undefined;
574
658
  } & 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> & {
575
659
  key?: React.Key | undefined;
576
- }>(props: T_24 & StrictProps<T_24, {
660
+ }>(props: T_28 & StrictProps<T_28, {
577
661
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
578
662
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
579
663
  overrides?: NodeOverridesType<"space3"> | undefined;
@@ -583,13 +667,13 @@ export declare const PlasmicSignInSignUpForm: {
583
667
  displayName: string;
584
668
  };
585
669
  dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso: {
586
- <T_25 extends {
670
+ <T_29 extends {
587
671
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
588
672
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
589
673
  overrides?: NodeOverridesType<"dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso"> | undefined;
590
674
  } & 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> & {
591
675
  key?: React.Key | undefined;
592
- }>(props: T_25 & StrictProps<T_25, {
676
+ }>(props: T_29 & StrictProps<T_29, {
593
677
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
594
678
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
595
679
  overrides?: NodeOverridesType<"dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso"> | undefined;
@@ -599,13 +683,13 @@ export declare const PlasmicSignInSignUpForm: {
599
683
  displayName: string;
600
684
  };
601
685
  space4: {
602
- <T_26 extends {
686
+ <T_30 extends {
603
687
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
604
688
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
605
689
  overrides?: NodeOverridesType<"space4"> | undefined;
606
690
  } & 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> & {
607
691
  key?: React.Key | undefined;
608
- }>(props: T_26 & StrictProps<T_26, {
692
+ }>(props: T_30 & StrictProps<T_30, {
609
693
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
610
694
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
611
695
  overrides?: NodeOverridesType<"space4"> | undefined;
@@ -615,7 +699,7 @@ export declare const PlasmicSignInSignUpForm: {
615
699
  displayName: string;
616
700
  };
617
701
  magicLinkSignInButton: {
618
- <T_27 extends {
702
+ <T_31 extends {
619
703
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
620
704
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
621
705
  overrides?: NodeOverridesType<"magicLinkSignInButton"> | undefined;
@@ -623,7 +707,7 @@ export declare const PlasmicSignInSignUpForm: {
623
707
  ref?: React.Ref<HTMLAnchorElement> | undefined;
624
708
  }>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "magicLinkSignInButton" | ReservedPropsType> & {
625
709
  key?: React.Key | undefined;
626
- }>(props: T_27 & StrictProps<T_27, {
710
+ }>(props: T_31 & StrictProps<T_31, {
627
711
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
628
712
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
629
713
  overrides?: NodeOverridesType<"magicLinkSignInButton"> | undefined;
@@ -635,29 +719,61 @@ export declare const PlasmicSignInSignUpForm: {
635
719
  displayName: string;
636
720
  };
637
721
  resetPassword: {
638
- <T_28 extends {
722
+ <T_32 extends {
639
723
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
640
724
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
641
725
  overrides?: NodeOverridesType<"resetPassword"> | undefined;
642
- } & 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 | ReservedPropsType> & {
726
+ } & 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> & {
643
727
  key?: React.Key | undefined;
644
- }>(props: T_28 & StrictProps<T_28, {
728
+ }>(props: T_32 & StrictProps<T_32, {
645
729
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
646
730
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
647
731
  overrides?: NodeOverridesType<"resetPassword"> | undefined;
648
- } & 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 | ReservedPropsType> & {
732
+ } & 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> & {
733
+ key?: React.Key | undefined;
734
+ }>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
735
+ displayName: string;
736
+ };
737
+ andIfYouNeedToYouCan: {
738
+ <T_33 extends {
739
+ variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
740
+ args?: PlasmicSignInSignUpForm__ArgsType | undefined;
741
+ overrides?: NodeOverridesType<"andIfYouNeedToYouCan"> | undefined;
742
+ } & 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> & {
743
+ key?: React.Key | undefined;
744
+ }>(props: T_33 & StrictProps<T_33, {
745
+ variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
746
+ args?: PlasmicSignInSignUpForm__ArgsType | undefined;
747
+ overrides?: NodeOverridesType<"andIfYouNeedToYouCan"> | undefined;
748
+ } & 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> & {
749
+ key?: React.Key | undefined;
750
+ }>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
751
+ displayName: string;
752
+ };
753
+ resetPasswordButton: {
754
+ <T_34 extends {
755
+ variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
756
+ args?: PlasmicSignInSignUpForm__ArgsType | undefined;
757
+ overrides?: NodeOverridesType<"resetPasswordButton"> | undefined;
758
+ } & 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> & {
759
+ key?: React.Key | undefined;
760
+ }>(props: T_34 & StrictProps<T_34, {
761
+ variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
762
+ args?: PlasmicSignInSignUpForm__ArgsType | undefined;
763
+ overrides?: NodeOverridesType<"resetPasswordButton"> | undefined;
764
+ } & 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> & {
649
765
  key?: React.Key | undefined;
650
766
  }>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
651
767
  displayName: string;
652
768
  };
653
769
  signInContainer: {
654
- <T_29 extends {
770
+ <T_35 extends {
655
771
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
656
772
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
657
773
  overrides?: NodeOverridesType<"signInContainer"> | undefined;
658
774
  } & 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> & {
659
775
  key?: React.Key | undefined;
660
- }>(props: T_29 & StrictProps<T_29, {
776
+ }>(props: T_35 & StrictProps<T_35, {
661
777
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
662
778
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
663
779
  overrides?: NodeOverridesType<"signInContainer"> | undefined;
@@ -667,13 +783,13 @@ export declare const PlasmicSignInSignUpForm: {
667
783
  displayName: string;
668
784
  };
669
785
  andIfYouNeedToYouCan2: {
670
- <T_30 extends {
786
+ <T_36 extends {
671
787
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
672
788
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
673
789
  overrides?: NodeOverridesType<"andIfYouNeedToYouCan2"> | undefined;
674
790
  } & 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> & {
675
791
  key?: React.Key | undefined;
676
- }>(props: T_30 & StrictProps<T_30, {
792
+ }>(props: T_36 & StrictProps<T_36, {
677
793
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
678
794
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
679
795
  overrides?: NodeOverridesType<"andIfYouNeedToYouCan2"> | undefined;
@@ -683,13 +799,13 @@ export declare const PlasmicSignInSignUpForm: {
683
799
  displayName: string;
684
800
  };
685
801
  resetPasswordButton2: {
686
- <T_31 extends {
802
+ <T_37 extends {
687
803
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
688
804
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
689
805
  overrides?: NodeOverridesType<"resetPasswordButton2"> | undefined;
690
806
  } & 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> & {
691
807
  key?: React.Key | undefined;
692
- }>(props: T_31 & StrictProps<T_31, {
808
+ }>(props: T_37 & StrictProps<T_37, {
693
809
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
694
810
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
695
811
  overrides?: NodeOverridesType<"resetPasswordButton2"> | undefined;
@@ -699,13 +815,13 @@ export declare const PlasmicSignInSignUpForm: {
699
815
  displayName: string;
700
816
  };
701
817
  space5: {
702
- <T_32 extends {
818
+ <T_38 extends {
703
819
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
704
820
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
705
821
  overrides?: NodeOverridesType<"space5"> | undefined;
706
822
  } & 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> & {
707
823
  key?: React.Key | undefined;
708
- }>(props: T_32 & StrictProps<T_32, {
824
+ }>(props: T_38 & StrictProps<T_38, {
709
825
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
710
826
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
711
827
  overrides?: NodeOverridesType<"space5"> | undefined;
@@ -715,13 +831,13 @@ export declare const PlasmicSignInSignUpForm: {
715
831
  displayName: string;
716
832
  };
717
833
  bottom: {
718
- <T_33 extends {
834
+ <T_39 extends {
719
835
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
720
836
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
721
837
  overrides?: NodeOverridesType<"bottom"> | undefined;
722
838
  } & 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> & {
723
839
  key?: React.Key | undefined;
724
- }>(props: T_33 & StrictProps<T_33, {
840
+ }>(props: T_39 & StrictProps<T_39, {
725
841
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
726
842
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
727
843
  overrides?: NodeOverridesType<"bottom"> | undefined;
@@ -731,13 +847,13 @@ export declare const PlasmicSignInSignUpForm: {
731
847
  displayName: string;
732
848
  };
733
849
  orSignUpButtonContainer: {
734
- <T_34 extends {
850
+ <T_40 extends {
735
851
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
736
852
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
737
853
  overrides?: NodeOverridesType<"orSignUpButtonContainer"> | undefined;
738
854
  } & 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> & {
739
855
  key?: React.Key | undefined;
740
- }>(props: T_34 & StrictProps<T_34, {
856
+ }>(props: T_40 & StrictProps<T_40, {
741
857
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
742
858
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
743
859
  overrides?: NodeOverridesType<"orSignUpButtonContainer"> | undefined;
@@ -747,13 +863,13 @@ export declare const PlasmicSignInSignUpForm: {
747
863
  displayName: string;
748
864
  };
749
865
  orSignUpButton: {
750
- <T_35 extends {
866
+ <T_41 extends {
751
867
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
752
868
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
753
869
  overrides?: NodeOverridesType<"orSignUpButton"> | undefined;
754
870
  } & 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> & {
755
871
  key?: React.Key | undefined;
756
- }>(props: T_35 & StrictProps<T_35, {
872
+ }>(props: T_41 & StrictProps<T_41, {
757
873
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
758
874
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
759
875
  overrides?: NodeOverridesType<"orSignUpButton"> | undefined;
@@ -763,13 +879,13 @@ export declare const PlasmicSignInSignUpForm: {
763
879
  displayName: string;
764
880
  };
765
881
  buttonDefault: {
766
- <T_36 extends {
882
+ <T_42 extends {
767
883
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
768
884
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
769
885
  overrides?: NodeOverridesType<"buttonDefault"> | undefined;
770
886
  } & 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> & {
771
887
  key?: React.Key | undefined;
772
- }>(props: T_36 & StrictProps<T_36, {
888
+ }>(props: T_42 & StrictProps<T_42, {
773
889
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
774
890
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
775
891
  overrides?: NodeOverridesType<"buttonDefault"> | undefined;
@@ -779,7 +895,7 @@ export declare const PlasmicSignInSignUpForm: {
779
895
  displayName: string;
780
896
  };
781
897
  continueWithoutAnAccountButton: {
782
- <T_37 extends {
898
+ <T_43 extends {
783
899
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
784
900
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
785
901
  overrides?: NodeOverridesType<"continueWithoutAnAccountButton"> | undefined;
@@ -787,7 +903,7 @@ export declare const PlasmicSignInSignUpForm: {
787
903
  ref?: React.Ref<HTMLAnchorElement> | undefined;
788
904
  }>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "continueWithoutAnAccountButton" | ReservedPropsType> & {
789
905
  key?: React.Key | undefined;
790
- }>(props: T_37 & StrictProps<T_37, {
906
+ }>(props: T_43 & StrictProps<T_43, {
791
907
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
792
908
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
793
909
  overrides?: NodeOverridesType<"continueWithoutAnAccountButton"> | undefined;