propro-common-components 0.1.237 → 0.1.238

Sign up to get free protection for your applications and to get access to all the features.
@@ -21,6 +21,7 @@ export type PlasmicSignInSignUpForm__ArgsType = {
21
21
  passwordError?: React.ReactNode;
22
22
  nameError?: React.ReactNode;
23
23
  authUrl?: string;
24
+ showSocialAuth?: boolean;
24
25
  };
25
26
  export declare const PlasmicSignInSignUpForm__ArgProps: (keyof PlasmicSignInSignUpForm__ArgsType)[];
26
27
  export type PlasmicSignInSignUpForm__OverridesType = {
@@ -74,6 +75,7 @@ export interface DefaultSignInSignUpFormProps {
74
75
  passwordError?: React.ReactNode;
75
76
  nameError?: React.ReactNode;
76
77
  authUrl?: string;
78
+ showSocialAuth?: boolean;
77
79
  mode?: SingleChoiceArg<"signIn" | "signUp" | "magic" | "signUpTemp">;
78
80
  app?: SingleChoiceArg<"hubHub" | "mapMapWeb" | "mapMapDesktopAlt2" | "mapMapDesktopAlt" | "mapMapDesktopAlt3">;
79
81
  className?: string;
@@ -32,6 +32,10 @@ export type PlasmicTextInputFromProPro__ArgsType = {
32
32
  "aria-labelledby"?: string;
33
33
  onChange?: (event: any) => void;
34
34
  type?: "text" | "password" | "hidden" | "number" | "date" | "datetime-local" | "time" | "email" | "tel";
35
+ "aria-label"?: string;
36
+ "aria-labelledby"?: string;
37
+ "aria-label"?: string;
38
+ "aria-labelledby"?: string;
35
39
  };
36
40
  export declare const PlasmicTextInputFromProPro__ArgProps: (keyof PlasmicTextInputFromProPro__ArgsType)[];
37
41
  export type PlasmicTextInputFromProPro__OverridesType = {
@@ -49,6 +53,10 @@ export interface DefaultTextInputFromProProProps extends pp.BaseTextInputProps {
49
53
  "aria-labelledby"?: string;
50
54
  onChange?: (event: any) => void;
51
55
  type?: "text" | "password" | "hidden" | "number" | "date" | "datetime-local" | "time" | "email" | "tel";
56
+ "aria-label"?: string;
57
+ "aria-labelledby"?: string;
58
+ "aria-label"?: string;
59
+ "aria-labelledby"?: string;
52
60
  color2?: SingleChoiceArg<"dark" | "white">;
53
61
  context?: SingleChoiceArg<"_default" | "sectionHeader" | "hubSelection" | "hubCreationModal" | "searchBar" | "signInSignUpForm" | "iconSearch">;
54
62
  textAlignment?: SingleChoiceArg<"left" | "center">;