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.
Files changed (84) hide show
  1. package/README.md +30 -0
  2. package/dist/components/AccountManagement/Account/Profile/AvatarUpdate.d.ts +2 -0
  3. package/dist/components/AccountManagement/Account/Profile/index.d.ts +2 -0
  4. package/dist/components/AccountManagement/Account/Socials/index.d.ts +2 -0
  5. package/dist/components/AccountManagement/Account/index.d.ts +2 -0
  6. package/dist/components/AccountManagement/AccountManagementMenu.d.ts +2 -0
  7. package/dist/components/AccountManagement/Security/MFA.d.ts +2 -0
  8. package/dist/components/AccountManagement/Security/UpdatePassword.d.ts +2 -0
  9. package/dist/components/AccountManagement/Security/index.d.ts +2 -0
  10. package/dist/components/AccountManagement/Subscription/index.d.ts +2 -0
  11. package/dist/components/AccountManagement/index.d.ts +2 -0
  12. package/dist/components/AvatarMenu/AvatarIcon.d.ts +2 -0
  13. package/dist/components/AvatarMenu/index.d.ts +2 -0
  14. package/dist/components/CustomErrorBoundary.d.ts +5 -0
  15. package/dist/components/theme-provider.d.ts +14 -0
  16. package/dist/components/ui/avatar.d.ts +6 -0
  17. package/dist/components/ui/button.d.ts +11 -0
  18. package/dist/components/ui/dialog.d.ts +19 -0
  19. package/dist/components/ui/dropdown-menu.d.ts +27 -0
  20. package/dist/components/ui/input.d.ts +5 -0
  21. package/dist/components/ui/label.d.ts +5 -0
  22. package/dist/components/ui/menubar.d.ts +31 -0
  23. package/dist/components/ui/popover.d.ts +6 -0
  24. package/dist/components/ui/switch.d.ts +4 -0
  25. package/dist/components/ui/tabs.d.ts +7 -0
  26. package/dist/lib/utils.d.ts +2 -0
  27. package/dist/main.css +1 -0
  28. package/dist/main.d.ts +3 -0
  29. package/dist/plasmicComponents/Button.d.ts +17 -0
  30. package/dist/plasmicComponents/ErrorMessageContainer.d.ts +6 -0
  31. package/dist/plasmicComponents/Footer.d.ts +6 -0
  32. package/dist/plasmicComponents/FooterLink.d.ts +6 -0
  33. package/dist/plasmicComponents/Footerprev.d.ts +6 -0
  34. package/dist/plasmicComponents/Homepage.d.ts +6 -0
  35. package/dist/plasmicComponents/Logo.d.ts +6 -0
  36. package/dist/plasmicComponents/NewsletterConfirmation.d.ts +6 -0
  37. package/dist/plasmicComponents/NewsletterConfirmationError.d.ts +6 -0
  38. package/dist/plasmicComponents/NewsletterForm.d.ts +6 -0
  39. package/dist/plasmicComponents/PageLayout.d.ts +5 -0
  40. package/dist/plasmicComponents/SignInSignUpForm.d.ts +6 -0
  41. package/dist/plasmicComponents/TextInput.d.ts +8 -0
  42. package/dist/plasmicComponents/TextInput2.d.ts +8 -0
  43. package/dist/plasmicComponents/plasmic/antd_5_hostless/PlasmicGlobalContextsProvider.d.ts +7 -0
  44. package/dist/plasmicComponents/plasmic/plasmic_embed_css/PlasmicGlobalContextsProvider.d.ts +7 -0
  45. package/dist/plasmicComponents/plasmic/plasmic_tabs/PlasmicButton.d.ts +132 -0
  46. package/dist/plasmicComponents/plasmic/plasmic_tabs/icons/PlasmicIcon__Checksvg.d.ts +6 -0
  47. package/dist/plasmicComponents/plasmic/plasmic_tabs/icons/PlasmicIcon__Icon.d.ts +6 -0
  48. package/dist/plasmicComponents/plasmic/pro_pro/PlasmicButton.d.ts +134 -0
  49. package/dist/plasmicComponents/plasmic/pro_pro/PlasmicErrorMessageContainer.d.ts +80 -0
  50. package/dist/plasmicComponents/plasmic/pro_pro/PlasmicFooter.d.ts +166 -0
  51. package/dist/plasmicComponents/plasmic/pro_pro/PlasmicFooter2.d.ts +131 -0
  52. package/dist/plasmicComponents/plasmic/pro_pro/PlasmicFooterLink.d.ts +150 -0
  53. package/dist/plasmicComponents/plasmic/pro_pro/PlasmicFooterprev.d.ts +223 -0
  54. package/dist/plasmicComponents/plasmic/pro_pro/PlasmicGlobalContextsProvider.d.ts +9 -0
  55. package/dist/plasmicComponents/plasmic/pro_pro/PlasmicGlobalVariant__Screen.d.ts +11 -0
  56. package/dist/plasmicComponents/plasmic/pro_pro/PlasmicGlobalVariant__Theme.d.ts +5 -0
  57. package/dist/plasmicComponents/plasmic/pro_pro/PlasmicGlobalVariant__Theme2.d.ts +5 -0
  58. package/dist/plasmicComponents/plasmic/pro_pro/PlasmicHomepage.d.ts +67 -0
  59. package/dist/plasmicComponents/plasmic/pro_pro/PlasmicLogo.d.ts +123 -0
  60. package/dist/plasmicComponents/plasmic/pro_pro/PlasmicNewsletterConfirmation.d.ts +66 -0
  61. package/dist/plasmicComponents/plasmic/pro_pro/PlasmicNewsletterConfirmationError.d.ts +109 -0
  62. package/dist/plasmicComponents/plasmic/pro_pro/PlasmicNewsletterForm.d.ts +147 -0
  63. package/dist/plasmicComponents/plasmic/pro_pro/PlasmicSignInSignUpForm.d.ts +833 -0
  64. package/dist/plasmicComponents/plasmic/pro_pro/PlasmicTextInput.d.ts +139 -0
  65. package/dist/plasmicComponents/plasmic/pro_pro/PlasmicTextInput2.d.ts +139 -0
  66. package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Android3.d.ts +6 -0
  67. package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__ArrowForward24Regular.d.ts +6 -0
  68. package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__ArrowReply24Filled.d.ts +6 -0
  69. package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__BlackDivider.d.ts +6 -0
  70. package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Checksvg.d.ts +6 -0
  71. package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Ellipse15.d.ts +6 -0
  72. package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Filledsvg.d.ts +6 -0
  73. package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Icon.d.ts +6 -0
  74. package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Icon2.d.ts +6 -0
  75. package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Icon6.d.ts +6 -0
  76. package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__IconsClose.d.ts +6 -0
  77. package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__IconsClose2.d.ts +6 -0
  78. package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Line2.d.ts +6 -0
  79. package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Searchsvg.d.ts +6 -0
  80. package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__Vector15.d.ts +6 -0
  81. package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__WebAsset24Filled.d.ts +6 -0
  82. package/dist/plasmicComponents/plasmic/pro_pro/icons/PlasmicIcon__XLogo.d.ts +6 -0
  83. package/dist/propro-common-components.js +52068 -0
  84. 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 Android3IconProps = React.ComponentProps<"svg"> & {
3
+ title?: string;
4
+ };
5
+ export declare function Android3Icon(props: Android3IconProps): import("react/jsx-runtime").JSX.Element;
6
+ export default Android3Icon;
@@ -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 BlackDividerIconProps = React.ComponentProps<"svg"> & {
3
+ title?: string;
4
+ };
5
+ export declare function BlackDividerIcon(props: BlackDividerIconProps): import("react/jsx-runtime").JSX.Element;
6
+ export default BlackDividerIcon;
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ export type ChecksvgIconProps = React.ComponentProps<"svg"> & {
3
+ title?: string;
4
+ };
5
+ export declare function ChecksvgIcon(props: ChecksvgIconProps): import("react/jsx-runtime").JSX.Element;
6
+ export default ChecksvgIcon;
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ export type Ellipse15IconProps = React.ComponentProps<"svg"> & {
3
+ title?: string;
4
+ };
5
+ export declare function Ellipse15Icon(props: Ellipse15IconProps): import("react/jsx-runtime").JSX.Element;
6
+ export default Ellipse15Icon;
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ export type FilledsvgIconProps = React.ComponentProps<"svg"> & {
3
+ title?: string;
4
+ };
5
+ export declare function FilledsvgIcon(props: FilledsvgIconProps): import("react/jsx-runtime").JSX.Element;
6
+ export default FilledsvgIcon;
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ export type IconIconProps = React.ComponentProps<"svg"> & {
3
+ title?: string;
4
+ };
5
+ export declare function IconIcon(props: IconIconProps): import("react/jsx-runtime").JSX.Element;
6
+ export default IconIcon;
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ export type Icon2IconProps = React.ComponentProps<"svg"> & {
3
+ title?: string;
4
+ };
5
+ export declare function Icon2Icon(props: Icon2IconProps): import("react/jsx-runtime").JSX.Element;
6
+ export default Icon2Icon;
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ export type Icon6IconProps = React.ComponentProps<"svg"> & {
3
+ title?: string;
4
+ };
5
+ export declare function Icon6Icon(props: Icon6IconProps): import("react/jsx-runtime").JSX.Element;
6
+ export default Icon6Icon;
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ export type IconsCloseIconProps = React.ComponentProps<"svg"> & {
3
+ title?: string;
4
+ };
5
+ export declare function IconsCloseIcon(props: IconsCloseIconProps): import("react/jsx-runtime").JSX.Element;
6
+ export default IconsCloseIcon;
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ export type IconsClose2IconProps = React.ComponentProps<"svg"> & {
3
+ title?: string;
4
+ };
5
+ export declare function IconsClose2Icon(props: IconsClose2IconProps): import("react/jsx-runtime").JSX.Element;
6
+ export default IconsClose2Icon;
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ export type Line2IconProps = React.ComponentProps<"svg"> & {
3
+ title?: string;
4
+ };
5
+ export declare function Line2Icon(props: Line2IconProps): import("react/jsx-runtime").JSX.Element;
6
+ export default Line2Icon;
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ export type SearchsvgIconProps = React.ComponentProps<"svg"> & {
3
+ title?: string;
4
+ };
5
+ export declare function SearchsvgIcon(props: SearchsvgIconProps): import("react/jsx-runtime").JSX.Element;
6
+ export default SearchsvgIcon;
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ export type Vector15IconProps = React.ComponentProps<"svg"> & {
3
+ title?: string;
4
+ };
5
+ export declare function Vector15Icon(props: Vector15IconProps): import("react/jsx-runtime").JSX.Element;
6
+ export default Vector15Icon;
@@ -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;
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ export type XLogoIconProps = React.ComponentProps<"svg"> & {
3
+ title?: string;
4
+ };
5
+ export declare function XLogoIcon(props: XLogoIconProps): import("react/jsx-runtime").JSX.Element;
6
+ export default XLogoIcon;