propro-common-components 0.0.1
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.
- package/README.md +30 -0
- package/dist/components/AccountManagement/Account/Profile/AvatarUpdate.d.ts +2 -0
- package/dist/components/AccountManagement/Account/Profile/index.d.ts +2 -0
- package/dist/components/AccountManagement/Account/Socials/index.d.ts +2 -0
- package/dist/components/AccountManagement/Account/index.d.ts +2 -0
- package/dist/components/AccountManagement/AccountManagementMenu.d.ts +2 -0
- package/dist/components/AccountManagement/Security/MFA.d.ts +2 -0
- package/dist/components/AccountManagement/Security/UpdatePassword.d.ts +2 -0
- package/dist/components/AccountManagement/Security/index.d.ts +2 -0
- package/dist/components/AccountManagement/Subscription/index.d.ts +2 -0
- package/dist/components/AccountManagement/index.d.ts +2 -0
- package/dist/components/AvatarMenu/AvatarIcon.d.ts +2 -0
- package/dist/components/AvatarMenu/index.d.ts +2 -0
- package/dist/components/CustomErrorBoundary.d.ts +5 -0
- package/dist/components/theme-provider.d.ts +14 -0
- package/dist/components/ui/avatar.d.ts +6 -0
- package/dist/components/ui/button.d.ts +11 -0
- package/dist/components/ui/dialog.d.ts +19 -0
- package/dist/components/ui/dropdown-menu.d.ts +27 -0
- package/dist/components/ui/input.d.ts +5 -0
- package/dist/components/ui/label.d.ts +5 -0
- package/dist/components/ui/menubar.d.ts +31 -0
- package/dist/components/ui/popover.d.ts +6 -0
- package/dist/components/ui/switch.d.ts +4 -0
- package/dist/components/ui/tabs.d.ts +7 -0
- package/dist/lib/utils.d.ts +2 -0
- package/dist/main.css +1 -0
- package/dist/main.d.ts +3 -0
- package/dist/plasmicComponents/Button.d.ts +17 -0
- package/dist/plasmicComponents/ErrorMessageContainer.d.ts +6 -0
- package/dist/plasmicComponents/Footer.d.ts +6 -0
- package/dist/plasmicComponents/FooterLink.d.ts +6 -0
- package/dist/plasmicComponents/Footerprev.d.ts +6 -0
- package/dist/plasmicComponents/Homepage.d.ts +6 -0
- package/dist/plasmicComponents/Logo.d.ts +6 -0
- package/dist/plasmicComponents/NewsletterConfirmation.d.ts +6 -0
- package/dist/plasmicComponents/NewsletterConfirmationError.d.ts +6 -0
- package/dist/plasmicComponents/NewsletterForm.d.ts +6 -0
- package/dist/plasmicComponents/PageLayout.d.ts +5 -0
- package/dist/plasmicComponents/SignInSignUpForm.d.ts +6 -0
- package/dist/plasmicComponents/TextInput.d.ts +8 -0
- package/dist/plasmicComponents/TextInput2.d.ts +8 -0
- package/dist/plasmicComponents/plasmic/antd_5_hostless/PlasmicGlobalContextsProvider.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/plasmic_embed_css/PlasmicGlobalContextsProvider.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/plasmic_tabs/PlasmicButton.d.ts +132 -0
- package/dist/plasmicComponents/plasmic/plasmic_tabs/icons/PlasmicIcon__Checksvg.d.ts +6 -0
- package/dist/plasmicComponents/plasmic/plasmic_tabs/icons/PlasmicIcon__Icon.d.ts +6 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicButton.d.ts +134 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicErrorMessageContainer.d.ts +80 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicFooter.d.ts +166 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicFooter2.d.ts +131 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicFooterLink.d.ts +150 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicFooterprev.d.ts +223 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicGlobalContextsProvider.d.ts +9 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicGlobalVariant__Screen.d.ts +11 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicGlobalVariant__Theme.d.ts +5 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicGlobalVariant__Theme2.d.ts +5 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicHomepage.d.ts +67 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicLogo.d.ts +123 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicNewsletterConfirmation.d.ts +66 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicNewsletterConfirmationError.d.ts +109 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicNewsletterForm.d.ts +147 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicSignInSignUpForm.d.ts +833 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicTextInput.d.ts +139 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicTextInput2.d.ts +139 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Android3.d.ts +6 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__ArrowForward24Regular.d.ts +6 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__ArrowReply24Filled.d.ts +6 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__BlackDivider.d.ts +6 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Checksvg.d.ts +6 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Ellipse15.d.ts +6 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Filledsvg.d.ts +6 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Icon.d.ts +6 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Icon2.d.ts +6 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Icon6.d.ts +6 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__IconsClose.d.ts +6 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__IconsClose2.d.ts +6 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Line2.d.ts +6 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Searchsvg.d.ts +6 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Vector15.d.ts +6 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__WebAsset24Filled.d.ts +6 -0
- package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__XLogo.d.ts +6 -0
- package/dist/propro-common-components.js +52068 -0
- package/package.json +78 -0
@@ -0,0 +1,139 @@
|
|
1
|
+
/** @jsxRuntime classic */
|
2
|
+
/** @jsx createPlasmicElementProxy */
|
3
|
+
/** @jsxFrag React.Fragment */
|
4
|
+
import * as React from "react";
|
5
|
+
import { Flex as Flex__, SingleBooleanChoiceArg, SingleChoiceArg, StrictProps } from "@plasmicapp/react-web";
|
6
|
+
import * as pp from "@plasmicapp/react-web";
|
7
|
+
export type PlasmicTextInput__VariantMembers = {
|
8
|
+
showStartIcon: "showStartIcon";
|
9
|
+
showEndIcon: "showEndIcon";
|
10
|
+
isDisabled: "isDisabled";
|
11
|
+
color: "dark" | "white";
|
12
|
+
context: "_default" | "sectionHeader" | "hubSelection" | "hubCreationModal" | "searchBar" | "signInSignUpForm";
|
13
|
+
textAlignment: "left" | "center";
|
14
|
+
};
|
15
|
+
export type PlasmicTextInput__VariantsArgs = {
|
16
|
+
showStartIcon?: SingleBooleanChoiceArg<"showStartIcon">;
|
17
|
+
showEndIcon?: SingleBooleanChoiceArg<"showEndIcon">;
|
18
|
+
isDisabled?: SingleBooleanChoiceArg<"isDisabled">;
|
19
|
+
color?: SingleChoiceArg<"dark" | "white">;
|
20
|
+
context?: SingleChoiceArg<"_default" | "sectionHeader" | "hubSelection" | "hubCreationModal" | "searchBar" | "signInSignUpForm">;
|
21
|
+
textAlignment?: SingleChoiceArg<"left" | "center">;
|
22
|
+
};
|
23
|
+
export declare const PlasmicTextInput__VariantProps: (keyof PlasmicTextInput__VariantsArgs)[];
|
24
|
+
export type PlasmicTextInput__ArgsType = {
|
25
|
+
placeholder?: string;
|
26
|
+
endIcon?: React.ReactNode;
|
27
|
+
startIcon?: React.ReactNode;
|
28
|
+
value?: string;
|
29
|
+
name?: string;
|
30
|
+
required?: boolean;
|
31
|
+
"aria-label"?: string;
|
32
|
+
"aria-labelledby"?: string;
|
33
|
+
type?: "text" | "password" | "hidden" | "number" | "date" | "datetime-local" | "time" | "email" | "tel";
|
34
|
+
};
|
35
|
+
export declare const PlasmicTextInput__ArgProps: (keyof PlasmicTextInput__ArgsType)[];
|
36
|
+
export type PlasmicTextInput__OverridesType = {
|
37
|
+
root?: Flex__<"div">;
|
38
|
+
startIconContainer?: Flex__<"button">;
|
39
|
+
input?: Flex__<"input">;
|
40
|
+
endIconContainer?: Flex__<"button">;
|
41
|
+
};
|
42
|
+
export interface DefaultTextInputProps extends pp.BaseTextInputProps {
|
43
|
+
placeholder?: string;
|
44
|
+
value?: string;
|
45
|
+
name?: string;
|
46
|
+
required?: boolean;
|
47
|
+
"aria-label"?: string;
|
48
|
+
"aria-labelledby"?: string;
|
49
|
+
type?: "text" | "password" | "hidden" | "number" | "date" | "datetime-local" | "time" | "email" | "tel";
|
50
|
+
color?: SingleChoiceArg<"dark" | "white">;
|
51
|
+
context?: SingleChoiceArg<"_default" | "sectionHeader" | "hubSelection" | "hubCreationModal" | "searchBar" | "signInSignUpForm">;
|
52
|
+
textAlignment?: SingleChoiceArg<"left" | "center">;
|
53
|
+
}
|
54
|
+
declare function useBehavior<P extends pp.PlumeTextInputProps>(props: P, ref: pp.TextInputRef): {
|
55
|
+
plasmicProps: {
|
56
|
+
variants: PlasmicTextInput__VariantsArgs;
|
57
|
+
args: PlasmicTextInput__ArgsType;
|
58
|
+
overrides: NodeOverridesType<"root">;
|
59
|
+
};
|
60
|
+
};
|
61
|
+
declare const PlasmicDescendants: {
|
62
|
+
readonly root: readonly ["root", "startIconContainer", "input", "endIconContainer"];
|
63
|
+
readonly startIconContainer: readonly ["startIconContainer"];
|
64
|
+
readonly input: readonly ["input"];
|
65
|
+
readonly endIconContainer: readonly ["endIconContainer"];
|
66
|
+
};
|
67
|
+
type NodeNameType = keyof typeof PlasmicDescendants;
|
68
|
+
type DescendantsType<T extends NodeNameType> = (typeof PlasmicDescendants)[T][number];
|
69
|
+
type ReservedPropsType = "variants" | "args" | "overrides";
|
70
|
+
type NodeOverridesType<T extends NodeNameType> = Pick<PlasmicTextInput__OverridesType, DescendantsType<T>>;
|
71
|
+
export declare const PlasmicTextInput: {
|
72
|
+
<T extends {
|
73
|
+
variants?: PlasmicTextInput__VariantsArgs | undefined;
|
74
|
+
args?: PlasmicTextInput__ArgsType | undefined;
|
75
|
+
overrides?: NodeOverridesType<"root"> | undefined;
|
76
|
+
} & Omit<PlasmicTextInput__VariantsArgs, ReservedPropsType> & Omit<PlasmicTextInput__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"root">, keyof PlasmicTextInput__VariantsArgs | keyof PlasmicTextInput__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "input" | "root" | "startIconContainer" | "endIconContainer" | keyof PlasmicTextInput__VariantsArgs | keyof PlasmicTextInput__ArgsType | ReservedPropsType> & {
|
77
|
+
key?: React.Key | undefined;
|
78
|
+
}>(props: T & StrictProps<T, {
|
79
|
+
variants?: PlasmicTextInput__VariantsArgs | undefined;
|
80
|
+
args?: PlasmicTextInput__ArgsType | undefined;
|
81
|
+
overrides?: NodeOverridesType<"root"> | undefined;
|
82
|
+
} & Omit<PlasmicTextInput__VariantsArgs, ReservedPropsType> & Omit<PlasmicTextInput__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"root">, keyof PlasmicTextInput__VariantsArgs | keyof PlasmicTextInput__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "input" | "root" | "startIconContainer" | "endIconContainer" | keyof PlasmicTextInput__VariantsArgs | keyof PlasmicTextInput__ArgsType | ReservedPropsType> & {
|
83
|
+
key?: React.Key | undefined;
|
84
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
85
|
+
displayName: string;
|
86
|
+
} & {
|
87
|
+
startIconContainer: {
|
88
|
+
<T_1 extends {
|
89
|
+
variants?: PlasmicTextInput__VariantsArgs | undefined;
|
90
|
+
args?: PlasmicTextInput__ArgsType | undefined;
|
91
|
+
overrides?: NodeOverridesType<"startIconContainer"> | undefined;
|
92
|
+
} & Omit<PlasmicTextInput__VariantsArgs, ReservedPropsType> & Omit<PlasmicTextInput__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"startIconContainer">, keyof PlasmicTextInput__VariantsArgs | keyof PlasmicTextInput__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>>, "startIconContainer" | keyof PlasmicTextInput__VariantsArgs | keyof PlasmicTextInput__ArgsType | ReservedPropsType> & {
|
93
|
+
key?: React.Key | undefined;
|
94
|
+
}>(props: T_1 & StrictProps<T_1, {
|
95
|
+
variants?: PlasmicTextInput__VariantsArgs | undefined;
|
96
|
+
args?: PlasmicTextInput__ArgsType | undefined;
|
97
|
+
overrides?: NodeOverridesType<"startIconContainer"> | undefined;
|
98
|
+
} & Omit<PlasmicTextInput__VariantsArgs, ReservedPropsType> & Omit<PlasmicTextInput__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"startIconContainer">, keyof PlasmicTextInput__VariantsArgs | keyof PlasmicTextInput__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>>, "startIconContainer" | keyof PlasmicTextInput__VariantsArgs | keyof PlasmicTextInput__ArgsType | ReservedPropsType> & {
|
99
|
+
key?: React.Key | undefined;
|
100
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
101
|
+
displayName: string;
|
102
|
+
};
|
103
|
+
input: {
|
104
|
+
<T_2 extends {
|
105
|
+
variants?: PlasmicTextInput__VariantsArgs | undefined;
|
106
|
+
args?: PlasmicTextInput__ArgsType | undefined;
|
107
|
+
overrides?: NodeOverridesType<"input"> | undefined;
|
108
|
+
} & Omit<PlasmicTextInput__VariantsArgs, ReservedPropsType> & Omit<PlasmicTextInput__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"input">, keyof PlasmicTextInput__VariantsArgs | keyof PlasmicTextInput__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>>, "input" | keyof PlasmicTextInput__VariantsArgs | keyof PlasmicTextInput__ArgsType | ReservedPropsType> & {
|
109
|
+
key?: React.Key | undefined;
|
110
|
+
}>(props: T_2 & StrictProps<T_2, {
|
111
|
+
variants?: PlasmicTextInput__VariantsArgs | undefined;
|
112
|
+
args?: PlasmicTextInput__ArgsType | undefined;
|
113
|
+
overrides?: NodeOverridesType<"input"> | undefined;
|
114
|
+
} & Omit<PlasmicTextInput__VariantsArgs, ReservedPropsType> & Omit<PlasmicTextInput__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"input">, keyof PlasmicTextInput__VariantsArgs | keyof PlasmicTextInput__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>>, "input" | keyof PlasmicTextInput__VariantsArgs | keyof PlasmicTextInput__ArgsType | ReservedPropsType> & {
|
115
|
+
key?: React.Key | undefined;
|
116
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
117
|
+
displayName: string;
|
118
|
+
};
|
119
|
+
endIconContainer: {
|
120
|
+
<T_3 extends {
|
121
|
+
variants?: PlasmicTextInput__VariantsArgs | undefined;
|
122
|
+
args?: PlasmicTextInput__ArgsType | undefined;
|
123
|
+
overrides?: NodeOverridesType<"endIconContainer"> | undefined;
|
124
|
+
} & Omit<PlasmicTextInput__VariantsArgs, ReservedPropsType> & Omit<PlasmicTextInput__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"endIconContainer">, keyof PlasmicTextInput__VariantsArgs | keyof PlasmicTextInput__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>>, "endIconContainer" | keyof PlasmicTextInput__VariantsArgs | keyof PlasmicTextInput__ArgsType | ReservedPropsType> & {
|
125
|
+
key?: React.Key | undefined;
|
126
|
+
}>(props: T_3 & StrictProps<T_3, {
|
127
|
+
variants?: PlasmicTextInput__VariantsArgs | undefined;
|
128
|
+
args?: PlasmicTextInput__ArgsType | undefined;
|
129
|
+
overrides?: NodeOverridesType<"endIconContainer"> | undefined;
|
130
|
+
} & Omit<PlasmicTextInput__VariantsArgs, ReservedPropsType> & Omit<PlasmicTextInput__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"endIconContainer">, keyof PlasmicTextInput__VariantsArgs | keyof PlasmicTextInput__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>>, "endIconContainer" | keyof PlasmicTextInput__VariantsArgs | keyof PlasmicTextInput__ArgsType | ReservedPropsType> & {
|
131
|
+
key?: React.Key | undefined;
|
132
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
133
|
+
displayName: string;
|
134
|
+
};
|
135
|
+
internalVariantProps: (keyof PlasmicTextInput__VariantsArgs)[];
|
136
|
+
internalArgProps: (keyof PlasmicTextInput__ArgsType)[];
|
137
|
+
useBehavior: typeof useBehavior;
|
138
|
+
};
|
139
|
+
export default PlasmicTextInput;
|
@@ -0,0 +1,139 @@
|
|
1
|
+
/** @jsxRuntime classic */
|
2
|
+
/** @jsx createPlasmicElementProxy */
|
3
|
+
/** @jsxFrag React.Fragment */
|
4
|
+
import * as React from "react";
|
5
|
+
import { Flex as Flex__, SingleBooleanChoiceArg, SingleChoiceArg, StrictProps } from "@plasmicapp/react-web";
|
6
|
+
import * as pp from "@plasmicapp/react-web";
|
7
|
+
export type PlasmicTextInput2__VariantMembers = {
|
8
|
+
showStartIcon: "showStartIcon";
|
9
|
+
showEndIcon: "showEndIcon";
|
10
|
+
isDisabled: "isDisabled";
|
11
|
+
color: "dark" | "white";
|
12
|
+
context: "_default" | "sectionHeader" | "hubSelection" | "hubCreationModal" | "searchBar" | "signInSignUpForm" | "waitlistSignup";
|
13
|
+
textAlignment: "left" | "center";
|
14
|
+
};
|
15
|
+
export type PlasmicTextInput2__VariantsArgs = {
|
16
|
+
showStartIcon?: SingleBooleanChoiceArg<"showStartIcon">;
|
17
|
+
showEndIcon?: SingleBooleanChoiceArg<"showEndIcon">;
|
18
|
+
isDisabled?: SingleBooleanChoiceArg<"isDisabled">;
|
19
|
+
color?: SingleChoiceArg<"dark" | "white">;
|
20
|
+
context?: SingleChoiceArg<"_default" | "sectionHeader" | "hubSelection" | "hubCreationModal" | "searchBar" | "signInSignUpForm" | "waitlistSignup">;
|
21
|
+
textAlignment?: SingleChoiceArg<"left" | "center">;
|
22
|
+
};
|
23
|
+
export declare const PlasmicTextInput2__VariantProps: (keyof PlasmicTextInput2__VariantsArgs)[];
|
24
|
+
export type PlasmicTextInput2__ArgsType = {
|
25
|
+
placeholder?: string;
|
26
|
+
endIcon?: React.ReactNode;
|
27
|
+
startIcon?: React.ReactNode;
|
28
|
+
value?: string;
|
29
|
+
name?: string;
|
30
|
+
required?: boolean;
|
31
|
+
"aria-label"?: string;
|
32
|
+
"aria-labelledby"?: string;
|
33
|
+
type?: "text" | "password" | "hidden" | "number" | "date" | "datetime-local" | "time" | "email" | "tel";
|
34
|
+
};
|
35
|
+
export declare const PlasmicTextInput2__ArgProps: (keyof PlasmicTextInput2__ArgsType)[];
|
36
|
+
export type PlasmicTextInput2__OverridesType = {
|
37
|
+
root?: Flex__<"div">;
|
38
|
+
startIconContainer?: Flex__<"button">;
|
39
|
+
input?: Flex__<"input">;
|
40
|
+
endIconContainer?: Flex__<"button">;
|
41
|
+
};
|
42
|
+
export interface DefaultTextInput2Props extends pp.BaseTextInputProps {
|
43
|
+
placeholder?: string;
|
44
|
+
value?: string;
|
45
|
+
name?: string;
|
46
|
+
required?: boolean;
|
47
|
+
"aria-label"?: string;
|
48
|
+
"aria-labelledby"?: string;
|
49
|
+
type?: "text" | "password" | "hidden" | "number" | "date" | "datetime-local" | "time" | "email" | "tel";
|
50
|
+
color?: SingleChoiceArg<"dark" | "white">;
|
51
|
+
context?: SingleChoiceArg<"_default" | "sectionHeader" | "hubSelection" | "hubCreationModal" | "searchBar" | "signInSignUpForm" | "waitlistSignup">;
|
52
|
+
textAlignment?: SingleChoiceArg<"left" | "center">;
|
53
|
+
}
|
54
|
+
declare function useBehavior<P extends pp.PlumeTextInputProps>(props: P, ref: pp.TextInputRef): {
|
55
|
+
plasmicProps: {
|
56
|
+
variants: PlasmicTextInput2__VariantsArgs;
|
57
|
+
args: PlasmicTextInput2__ArgsType;
|
58
|
+
overrides: NodeOverridesType<"root">;
|
59
|
+
};
|
60
|
+
};
|
61
|
+
declare const PlasmicDescendants: {
|
62
|
+
readonly root: readonly ["root", "startIconContainer", "input", "endIconContainer"];
|
63
|
+
readonly startIconContainer: readonly ["startIconContainer"];
|
64
|
+
readonly input: readonly ["input"];
|
65
|
+
readonly endIconContainer: readonly ["endIconContainer"];
|
66
|
+
};
|
67
|
+
type NodeNameType = keyof typeof PlasmicDescendants;
|
68
|
+
type DescendantsType<T extends NodeNameType> = (typeof PlasmicDescendants)[T][number];
|
69
|
+
type ReservedPropsType = "variants" | "args" | "overrides";
|
70
|
+
type NodeOverridesType<T extends NodeNameType> = Pick<PlasmicTextInput2__OverridesType, DescendantsType<T>>;
|
71
|
+
export declare const PlasmicTextInput2: {
|
72
|
+
<T extends {
|
73
|
+
variants?: PlasmicTextInput2__VariantsArgs | undefined;
|
74
|
+
args?: PlasmicTextInput2__ArgsType | undefined;
|
75
|
+
overrides?: NodeOverridesType<"root"> | undefined;
|
76
|
+
} & Omit<PlasmicTextInput2__VariantsArgs, ReservedPropsType> & Omit<PlasmicTextInput2__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"root">, keyof PlasmicTextInput2__VariantsArgs | keyof PlasmicTextInput2__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "input" | "root" | "startIconContainer" | "endIconContainer" | keyof PlasmicTextInput2__VariantsArgs | keyof PlasmicTextInput2__ArgsType | ReservedPropsType> & {
|
77
|
+
key?: React.Key | undefined;
|
78
|
+
}>(props: T & StrictProps<T, {
|
79
|
+
variants?: PlasmicTextInput2__VariantsArgs | undefined;
|
80
|
+
args?: PlasmicTextInput2__ArgsType | undefined;
|
81
|
+
overrides?: NodeOverridesType<"root"> | undefined;
|
82
|
+
} & Omit<PlasmicTextInput2__VariantsArgs, ReservedPropsType> & Omit<PlasmicTextInput2__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"root">, keyof PlasmicTextInput2__VariantsArgs | keyof PlasmicTextInput2__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "input" | "root" | "startIconContainer" | "endIconContainer" | keyof PlasmicTextInput2__VariantsArgs | keyof PlasmicTextInput2__ArgsType | ReservedPropsType> & {
|
83
|
+
key?: React.Key | undefined;
|
84
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
85
|
+
displayName: string;
|
86
|
+
} & {
|
87
|
+
startIconContainer: {
|
88
|
+
<T_1 extends {
|
89
|
+
variants?: PlasmicTextInput2__VariantsArgs | undefined;
|
90
|
+
args?: PlasmicTextInput2__ArgsType | undefined;
|
91
|
+
overrides?: NodeOverridesType<"startIconContainer"> | undefined;
|
92
|
+
} & Omit<PlasmicTextInput2__VariantsArgs, ReservedPropsType> & Omit<PlasmicTextInput2__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"startIconContainer">, keyof PlasmicTextInput2__VariantsArgs | keyof PlasmicTextInput2__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>>, "startIconContainer" | keyof PlasmicTextInput2__VariantsArgs | keyof PlasmicTextInput2__ArgsType | ReservedPropsType> & {
|
93
|
+
key?: React.Key | undefined;
|
94
|
+
}>(props: T_1 & StrictProps<T_1, {
|
95
|
+
variants?: PlasmicTextInput2__VariantsArgs | undefined;
|
96
|
+
args?: PlasmicTextInput2__ArgsType | undefined;
|
97
|
+
overrides?: NodeOverridesType<"startIconContainer"> | undefined;
|
98
|
+
} & Omit<PlasmicTextInput2__VariantsArgs, ReservedPropsType> & Omit<PlasmicTextInput2__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"startIconContainer">, keyof PlasmicTextInput2__VariantsArgs | keyof PlasmicTextInput2__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>>, "startIconContainer" | keyof PlasmicTextInput2__VariantsArgs | keyof PlasmicTextInput2__ArgsType | ReservedPropsType> & {
|
99
|
+
key?: React.Key | undefined;
|
100
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
101
|
+
displayName: string;
|
102
|
+
};
|
103
|
+
input: {
|
104
|
+
<T_2 extends {
|
105
|
+
variants?: PlasmicTextInput2__VariantsArgs | undefined;
|
106
|
+
args?: PlasmicTextInput2__ArgsType | undefined;
|
107
|
+
overrides?: NodeOverridesType<"input"> | undefined;
|
108
|
+
} & Omit<PlasmicTextInput2__VariantsArgs, ReservedPropsType> & Omit<PlasmicTextInput2__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"input">, keyof PlasmicTextInput2__VariantsArgs | keyof PlasmicTextInput2__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>>, "input" | keyof PlasmicTextInput2__VariantsArgs | keyof PlasmicTextInput2__ArgsType | ReservedPropsType> & {
|
109
|
+
key?: React.Key | undefined;
|
110
|
+
}>(props: T_2 & StrictProps<T_2, {
|
111
|
+
variants?: PlasmicTextInput2__VariantsArgs | undefined;
|
112
|
+
args?: PlasmicTextInput2__ArgsType | undefined;
|
113
|
+
overrides?: NodeOverridesType<"input"> | undefined;
|
114
|
+
} & Omit<PlasmicTextInput2__VariantsArgs, ReservedPropsType> & Omit<PlasmicTextInput2__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"input">, keyof PlasmicTextInput2__VariantsArgs | keyof PlasmicTextInput2__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>>, "input" | keyof PlasmicTextInput2__VariantsArgs | keyof PlasmicTextInput2__ArgsType | ReservedPropsType> & {
|
115
|
+
key?: React.Key | undefined;
|
116
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
117
|
+
displayName: string;
|
118
|
+
};
|
119
|
+
endIconContainer: {
|
120
|
+
<T_3 extends {
|
121
|
+
variants?: PlasmicTextInput2__VariantsArgs | undefined;
|
122
|
+
args?: PlasmicTextInput2__ArgsType | undefined;
|
123
|
+
overrides?: NodeOverridesType<"endIconContainer"> | undefined;
|
124
|
+
} & Omit<PlasmicTextInput2__VariantsArgs, ReservedPropsType> & Omit<PlasmicTextInput2__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"endIconContainer">, keyof PlasmicTextInput2__VariantsArgs | keyof PlasmicTextInput2__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>>, "endIconContainer" | keyof PlasmicTextInput2__VariantsArgs | keyof PlasmicTextInput2__ArgsType | ReservedPropsType> & {
|
125
|
+
key?: React.Key | undefined;
|
126
|
+
}>(props: T_3 & StrictProps<T_3, {
|
127
|
+
variants?: PlasmicTextInput2__VariantsArgs | undefined;
|
128
|
+
args?: PlasmicTextInput2__ArgsType | undefined;
|
129
|
+
overrides?: NodeOverridesType<"endIconContainer"> | undefined;
|
130
|
+
} & Omit<PlasmicTextInput2__VariantsArgs, ReservedPropsType> & Omit<PlasmicTextInput2__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"endIconContainer">, keyof PlasmicTextInput2__VariantsArgs | keyof PlasmicTextInput2__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>>, "endIconContainer" | keyof PlasmicTextInput2__VariantsArgs | keyof PlasmicTextInput2__ArgsType | ReservedPropsType> & {
|
131
|
+
key?: React.Key | undefined;
|
132
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
133
|
+
displayName: string;
|
134
|
+
};
|
135
|
+
internalVariantProps: (keyof PlasmicTextInput2__VariantsArgs)[];
|
136
|
+
internalArgProps: (keyof PlasmicTextInput2__ArgsType)[];
|
137
|
+
useBehavior: typeof useBehavior;
|
138
|
+
};
|
139
|
+
export default PlasmicTextInput2;
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import React from "react";
|
2
|
+
export type ArrowForward24RegularIconProps = React.ComponentProps<"svg"> & {
|
3
|
+
title?: string;
|
4
|
+
};
|
5
|
+
export declare function ArrowForward24RegularIcon(props: ArrowForward24RegularIconProps): import("react/jsx-runtime").JSX.Element;
|
6
|
+
export default ArrowForward24RegularIcon;
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import React from "react";
|
2
|
+
export type ArrowReply24FilledIconProps = React.ComponentProps<"svg"> & {
|
3
|
+
title?: string;
|
4
|
+
};
|
5
|
+
export declare function ArrowReply24FilledIcon(props: ArrowReply24FilledIconProps): import("react/jsx-runtime").JSX.Element;
|
6
|
+
export default ArrowReply24FilledIcon;
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import React from "react";
|
2
|
+
export type WebAsset24FilledIconProps = React.ComponentProps<"svg"> & {
|
3
|
+
title?: string;
|
4
|
+
};
|
5
|
+
export declare function WebAsset24FilledIcon(props: WebAsset24FilledIconProps): import("react/jsx-runtime").JSX.Element;
|
6
|
+
export default WebAsset24FilledIcon;
|