propro-common-components 0.2.10 → 0.2.12

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.
@@ -73,7 +73,7 @@ export type PlasmicSignInSignUpForm__OverridesType = {
73
73
  magicLinkSignInButton?: Flex__<typeof ButtonFromProPro>;
74
74
  resetPassword?: Flex__<"div">;
75
75
  andIfYouNeedToYouCan?: Flex__<"div">;
76
- resetPasswordButton?: Flex__<"a">;
76
+ resetPasswordButton?: Flex__<"span">;
77
77
  secretKeySection?: Flex__<"div">;
78
78
  secretKeyField?: Flex__<"div">;
79
79
  secretKeyInput?: Flex__<typeof TextInputFromProPro>;
@@ -773,13 +773,13 @@ export declare const PlasmicSignInSignUpForm: {
773
773
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
774
774
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
775
775
  overrides?: NodeOverridesType<"resetPasswordButton"> | undefined;
776
- } & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"resetPasswordButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "resetPasswordButton" | ReservedPropsType> & {
776
+ } & 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
777
  key?: React.Key | undefined;
778
778
  }>(props: T_34 & StrictProps<T_34, {
779
779
  variants?: PlasmicSignInSignUpForm__VariantsArgs | undefined;
780
780
  args?: PlasmicSignInSignUpForm__ArgsType | undefined;
781
781
  overrides?: NodeOverridesType<"resetPasswordButton"> | undefined;
782
- } & Omit<PlasmicSignInSignUpForm__VariantsArgs, ReservedPropsType> & Omit<PlasmicSignInSignUpForm__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"resetPasswordButton">, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>>, keyof PlasmicSignInSignUpForm__VariantsArgs | keyof PlasmicSignInSignUpForm__ArgsType | "resetPasswordButton" | ReservedPropsType> & {
782
+ } & 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> & {
783
783
  key?: React.Key | undefined;
784
784
  }>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
785
785
  displayName: string;