propro-common-components 0.2.64 → 0.2.66
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 +17 -0
- package/dist/api/useGet.d.ts +2 -2
- package/dist/api/useMutate.d.ts +1 -1
- package/dist/api/useMutateWithKeepAlive.d.ts +2 -2
- package/dist/components/theme-provider.d.ts +0 -1
- package/dist/components/ui/dropdown-menu.d.ts +3 -3
- package/dist/hoc/PrivateRoute.d.ts +0 -1
- package/dist/hooks/useAuth.d.ts +1 -2
- package/dist/main.css +1 -1
- package/dist/plasmicComponents/AccountActivationConformation.d.ts +6 -0
- package/dist/plasmicComponents/ProProLandingContent.d.ts +6 -0
- package/dist/plasmicComponents/ProductCards.d.ts +6 -0
- package/dist/plasmicComponents/plasmic/antd/PlasmicStyleTokensProvider.d.ts +4 -0
- package/dist/plasmicComponents/plasmic/antd/plasmic.d.ts +1 -0
- package/dist/plasmicComponents/plasmic/antd_5_hostless/PlasmicStyleTokensProvider.d.ts +4 -0
- package/dist/plasmicComponents/plasmic/antd_5_hostless/plasmic.d.ts +1 -0
- package/dist/plasmicComponents/plasmic/loading_boundary/PlasmicStyleTokensProvider.d.ts +4 -0
- package/dist/plasmicComponents/plasmic/loading_boundary/plasmic.d.ts +1 -0
- package/dist/plasmicComponents/plasmic/lottie_react/PlasmicStyleTokensProvider.d.ts +4 -0
- package/dist/plasmicComponents/plasmic/lottie_react/plasmic.d.ts +1 -0
- package/dist/plasmicComponents/plasmic/plasmic_basic_components/PlasmicStyleTokensProvider.d.ts +4 -0
- package/dist/plasmicComponents/plasmic/plasmic_basic_components/plasmic.d.ts +1 -0
- package/dist/plasmicComponents/plasmic/plasmic_embed_css/PlasmicStyleTokensProvider.d.ts +4 -0
- package/dist/plasmicComponents/plasmic/plasmic_embed_css/plasmic.d.ts +1 -0
- package/dist/plasmicComponents/plasmic/plasmic_rich_components/PlasmicStyleTokensProvider.d.ts +4 -0
- package/dist/plasmicComponents/plasmic/plasmic_rich_components/plasmic.d.ts +1 -0
- package/dist/plasmicComponents/plasmic/plasmic_tabs/PlasmicButton.d.ts +52 -52
- package/dist/plasmicComponents/plasmic/plasmic_tabs/icons/PlasmicIcon__CheckMark.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicAccountActivationConformation.d.ts +176 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicButtonFromProPro.d.ts +55 -55
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicDescription.d.ts +16 -16
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicErrorMessageContainer.d.ts +130 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicFooterLink.d.ts +72 -72
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicGlobalVariant__Screen.d.ts +3 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicGlobalVariant__Theme.d.ts +3 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicGlobalVariant__Theme2.d.ts +3 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicLabel.d.ts +24 -24
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicLogo.d.ts +80 -59
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicNewsletterConfirmation.d.ts +14 -14
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicProProLabel.d.ts +36 -36
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicProProLandingContent.d.ts +117 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicProductCards.d.ts +97 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicSignInSignUpForm.d.ts +554 -554
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicSignInSignUpFormLayout.d.ts +88 -88
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicSlider.d.ts +64 -64
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicSliderThumb.d.ts +6 -6
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicStyleTokensProvider.d.ts +4 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicTextInputFromProPro.d.ts +58 -58
- package/dist/plasmicComponents/plasmic/pro_pro/plasmic.d.ts +1 -0
- package/dist/plasmicComponents/plasmic/react_aria/PlasmicStyleTokensProvider.d.ts +4 -0
- package/dist/plasmicComponents/plasmic/react_aria/plasmic.d.ts +1 -0
- package/dist/plasmicComponents/plasmic/react_awesome_reveal/PlasmicStyleTokensProvider.d.ts +4 -0
- package/dist/plasmicComponents/plasmic/react_awesome_reveal/plasmic.d.ts +1 -0
- package/dist/propro-common-components.js +26509 -25104
- package/dist/utils/iconUtils.d.ts +1 -1
- package/package.json +13 -13
- package/dist/components/ui/menubar.d.ts +0 -31
- package/dist/plasmicComponents/plasmic/plasmic_tabs/icons/PlasmicIcon__Checksvg.d.ts +0 -7
- /package/dist/plasmicComponents/plasmic/pro_pro/icons/{PlasmicIcon__Filledsvg.d.ts → PlasmicIcon__FilledSvg.d.ts} +0 -0
- /package/dist/plasmicComponents/plasmic/pro_pro/icons/{PlasmicIcon__Searchsvg.d.ts → PlasmicIcon__SearchSvg.d.ts} +0 -0
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { DefaultAccountActivationConformationProps } from './plasmic/pro_pro/PlasmicAccountActivationConformation';
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
export interface AccountActivationConformationProps extends DefaultAccountActivationConformationProps {
|
|
4
|
+
}
|
|
5
|
+
declare const AccountActivationConformation: React.ForwardRefExoticComponent<AccountActivationConformationProps & React.RefAttributes<HTMLDivElement>>;
|
|
6
|
+
export default AccountActivationConformation;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { DefaultProProLandingContentProps } from './plasmic/pro_pro/PlasmicProProLandingContent';
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
export interface ProProLandingContentProps extends DefaultProProLandingContentProps {
|
|
4
|
+
}
|
|
5
|
+
declare const ProProLandingContent: React.ForwardRefExoticComponent<ProProLandingContentProps & React.RefAttributes<HTMLDivElement>>;
|
|
6
|
+
export default ProProLandingContent;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { DefaultProductCardsProps } from './plasmic/pro_pro/PlasmicProductCards';
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
export interface ProductCardsProps extends DefaultProductCardsProps {
|
|
4
|
+
}
|
|
5
|
+
declare const ProductCards: React.ForwardRefExoticComponent<ProductCardsProps & React.RefAttributes<HTMLDivElement>>;
|
|
6
|
+
export default ProductCards;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const _useGlobalVariants: import('node_modules/@plasmicapp/react-web/dist/render/global-variants').UseGlobalVariants;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const _useGlobalVariants: import('node_modules/@plasmicapp/react-web/dist/render/global-variants').UseGlobalVariants;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const _useGlobalVariants: import('node_modules/@plasmicapp/react-web/dist/render/global-variants').UseGlobalVariants;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const _useGlobalVariants: import('node_modules/@plasmicapp/react-web/dist/render/global-variants').UseGlobalVariants;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const _useGlobalVariants: import('node_modules/@plasmicapp/react-web/dist/render/global-variants').UseGlobalVariants;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const _useGlobalVariants: import('node_modules/@plasmicapp/react-web/dist/render/global-variants').UseGlobalVariants;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const _useGlobalVariants: import('node_modules/@plasmicapp/react-web/dist/render/global-variants').UseGlobalVariants;
|
|
@@ -2,23 +2,23 @@ import { Flex as Flex__, SingleBooleanChoiceArg, SingleChoiceArg, StrictProps }
|
|
|
2
2
|
/** @jsxRuntime classic */
|
|
3
3
|
/** @jsx createPlasmicElementProxy */
|
|
4
4
|
/** @jsxFrag React.Fragment */
|
|
5
|
-
import * as React from
|
|
6
|
-
import * as pp from
|
|
5
|
+
import * as React from "react";
|
|
6
|
+
import * as pp from "@plasmicapp/react-web";
|
|
7
7
|
export type PlasmicButton__VariantMembers = {
|
|
8
|
-
showStartIcon:
|
|
9
|
-
showEndIcon:
|
|
10
|
-
isDisabled:
|
|
11
|
-
shape:
|
|
12
|
-
size:
|
|
13
|
-
color:
|
|
8
|
+
showStartIcon: "showStartIcon";
|
|
9
|
+
showEndIcon: "showEndIcon";
|
|
10
|
+
isDisabled: "isDisabled";
|
|
11
|
+
shape: "rounded" | "round" | "sharp";
|
|
12
|
+
size: "compact" | "minimal";
|
|
13
|
+
color: "blue" | "green" | "yellow" | "red" | "sand" | "white" | "softBlue" | "softGreen" | "softYellow" | "softRed" | "softSand" | "clear" | "link";
|
|
14
14
|
};
|
|
15
15
|
export type PlasmicButton__VariantsArgs = {
|
|
16
|
-
showStartIcon?: SingleBooleanChoiceArg<
|
|
17
|
-
showEndIcon?: SingleBooleanChoiceArg<
|
|
18
|
-
isDisabled?: SingleBooleanChoiceArg<
|
|
19
|
-
shape?: SingleChoiceArg<
|
|
20
|
-
size?: SingleChoiceArg<
|
|
21
|
-
color?: SingleChoiceArg<
|
|
16
|
+
showStartIcon?: SingleBooleanChoiceArg<"showStartIcon">;
|
|
17
|
+
showEndIcon?: SingleBooleanChoiceArg<"showEndIcon">;
|
|
18
|
+
isDisabled?: SingleBooleanChoiceArg<"isDisabled">;
|
|
19
|
+
shape?: SingleChoiceArg<"rounded" | "round" | "sharp">;
|
|
20
|
+
size?: SingleChoiceArg<"compact" | "minimal">;
|
|
21
|
+
color?: SingleChoiceArg<"blue" | "green" | "yellow" | "red" | "sand" | "white" | "softBlue" | "softGreen" | "softYellow" | "softRed" | "softSand" | "clear" | "link">;
|
|
22
22
|
};
|
|
23
23
|
export declare const PlasmicButton__VariantProps: (keyof PlasmicButton__VariantsArgs)[];
|
|
24
24
|
export type PlasmicButton__ArgsType = {
|
|
@@ -31,17 +31,17 @@ export type PlasmicButton__ArgsType = {
|
|
|
31
31
|
};
|
|
32
32
|
export declare const PlasmicButton__ArgProps: (keyof PlasmicButton__ArgsType)[];
|
|
33
33
|
export type PlasmicButton__OverridesType = {
|
|
34
|
-
root?: Flex__<
|
|
35
|
-
startIconContainer?: Flex__<
|
|
36
|
-
contentContainer?: Flex__<
|
|
37
|
-
endIconContainer?: Flex__<
|
|
34
|
+
root?: Flex__<"button">;
|
|
35
|
+
startIconContainer?: Flex__<"div">;
|
|
36
|
+
contentContainer?: Flex__<"div">;
|
|
37
|
+
endIconContainer?: Flex__<"div">;
|
|
38
38
|
};
|
|
39
39
|
export interface DefaultButtonProps extends pp.BaseButtonProps {
|
|
40
40
|
submitsForm?: boolean;
|
|
41
41
|
target?: boolean;
|
|
42
|
-
shape?: SingleChoiceArg<
|
|
43
|
-
size?: SingleChoiceArg<
|
|
44
|
-
color?: SingleChoiceArg<
|
|
42
|
+
shape?: SingleChoiceArg<"rounded" | "round" | "sharp">;
|
|
43
|
+
size?: SingleChoiceArg<"compact" | "minimal">;
|
|
44
|
+
color?: SingleChoiceArg<"blue" | "green" | "yellow" | "red" | "sand" | "white" | "softBlue" | "softGreen" | "softYellow" | "softRed" | "softSand" | "clear" | "link">;
|
|
45
45
|
}
|
|
46
46
|
declare function useBehavior<P extends pp.PlumeButtonProps>(props: P, ref: pp.ButtonRef): {
|
|
47
47
|
plasmicProps: {
|
|
@@ -58,69 +58,69 @@ declare const PlasmicDescendants: {
|
|
|
58
58
|
};
|
|
59
59
|
type NodeNameType = keyof typeof PlasmicDescendants;
|
|
60
60
|
type DescendantsType<T extends NodeNameType> = (typeof PlasmicDescendants)[T][number];
|
|
61
|
-
type ReservedPropsType =
|
|
61
|
+
type ReservedPropsType = "variants" | "args" | "overrides";
|
|
62
62
|
type NodeOverridesType<T extends NodeNameType> = Pick<PlasmicButton__OverridesType, DescendantsType<T>>;
|
|
63
63
|
export declare const PlasmicButton: {
|
|
64
64
|
<T extends {
|
|
65
|
-
variants?: PlasmicButton__VariantsArgs
|
|
66
|
-
args?: PlasmicButton__ArgsType
|
|
65
|
+
variants?: PlasmicButton__VariantsArgs;
|
|
66
|
+
args?: PlasmicButton__ArgsType;
|
|
67
67
|
overrides?: NodeOverridesType<"root"> | undefined;
|
|
68
68
|
} & Omit<PlasmicButton__VariantsArgs, ReservedPropsType> & Omit<PlasmicButton__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"root">, keyof PlasmicButton__VariantsArgs | keyof PlasmicButton__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>>, "root" | "startIconContainer" | "endIconContainer" | "contentContainer" | keyof PlasmicButton__VariantsArgs | keyof PlasmicButton__ArgsType | ReservedPropsType> & {
|
|
69
|
-
key?: React.Key
|
|
69
|
+
key?: React.Key;
|
|
70
70
|
}>(props: T & StrictProps<T, {
|
|
71
|
-
variants?: PlasmicButton__VariantsArgs
|
|
72
|
-
args?: PlasmicButton__ArgsType
|
|
71
|
+
variants?: PlasmicButton__VariantsArgs;
|
|
72
|
+
args?: PlasmicButton__ArgsType;
|
|
73
73
|
overrides?: NodeOverridesType<"root"> | undefined;
|
|
74
74
|
} & Omit<PlasmicButton__VariantsArgs, ReservedPropsType> & Omit<PlasmicButton__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"root">, keyof PlasmicButton__VariantsArgs | keyof PlasmicButton__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>>, "root" | "startIconContainer" | "endIconContainer" | "contentContainer" | keyof PlasmicButton__VariantsArgs | keyof PlasmicButton__ArgsType | ReservedPropsType> & {
|
|
75
|
-
key?: React.Key
|
|
75
|
+
key?: React.Key;
|
|
76
76
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
77
77
|
displayName: string;
|
|
78
78
|
} & {
|
|
79
79
|
startIconContainer: {
|
|
80
|
-
<
|
|
81
|
-
variants?: PlasmicButton__VariantsArgs
|
|
82
|
-
args?: PlasmicButton__ArgsType
|
|
80
|
+
<T extends {
|
|
81
|
+
variants?: PlasmicButton__VariantsArgs;
|
|
82
|
+
args?: PlasmicButton__ArgsType;
|
|
83
83
|
overrides?: NodeOverridesType<"startIconContainer"> | undefined;
|
|
84
84
|
} & Omit<PlasmicButton__VariantsArgs, ReservedPropsType> & Omit<PlasmicButton__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"startIconContainer">, keyof PlasmicButton__VariantsArgs | keyof PlasmicButton__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "startIconContainer" | keyof PlasmicButton__VariantsArgs | keyof PlasmicButton__ArgsType | ReservedPropsType> & {
|
|
85
|
-
key?: React.Key
|
|
86
|
-
}>(props:
|
|
87
|
-
variants?: PlasmicButton__VariantsArgs
|
|
88
|
-
args?: PlasmicButton__ArgsType
|
|
85
|
+
key?: React.Key;
|
|
86
|
+
}>(props: T & StrictProps<T, {
|
|
87
|
+
variants?: PlasmicButton__VariantsArgs;
|
|
88
|
+
args?: PlasmicButton__ArgsType;
|
|
89
89
|
overrides?: NodeOverridesType<"startIconContainer"> | undefined;
|
|
90
90
|
} & Omit<PlasmicButton__VariantsArgs, ReservedPropsType> & Omit<PlasmicButton__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"startIconContainer">, keyof PlasmicButton__VariantsArgs | keyof PlasmicButton__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "startIconContainer" | keyof PlasmicButton__VariantsArgs | keyof PlasmicButton__ArgsType | ReservedPropsType> & {
|
|
91
|
-
key?: React.Key
|
|
91
|
+
key?: React.Key;
|
|
92
92
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
93
93
|
displayName: string;
|
|
94
94
|
};
|
|
95
95
|
contentContainer: {
|
|
96
|
-
<
|
|
97
|
-
variants?: PlasmicButton__VariantsArgs
|
|
98
|
-
args?: PlasmicButton__ArgsType
|
|
96
|
+
<T extends {
|
|
97
|
+
variants?: PlasmicButton__VariantsArgs;
|
|
98
|
+
args?: PlasmicButton__ArgsType;
|
|
99
99
|
overrides?: NodeOverridesType<"contentContainer"> | undefined;
|
|
100
100
|
} & Omit<PlasmicButton__VariantsArgs, ReservedPropsType> & Omit<PlasmicButton__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"contentContainer">, keyof PlasmicButton__VariantsArgs | keyof PlasmicButton__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "contentContainer" | keyof PlasmicButton__VariantsArgs | keyof PlasmicButton__ArgsType | ReservedPropsType> & {
|
|
101
|
-
key?: React.Key
|
|
102
|
-
}>(props:
|
|
103
|
-
variants?: PlasmicButton__VariantsArgs
|
|
104
|
-
args?: PlasmicButton__ArgsType
|
|
101
|
+
key?: React.Key;
|
|
102
|
+
}>(props: T & StrictProps<T, {
|
|
103
|
+
variants?: PlasmicButton__VariantsArgs;
|
|
104
|
+
args?: PlasmicButton__ArgsType;
|
|
105
105
|
overrides?: NodeOverridesType<"contentContainer"> | undefined;
|
|
106
106
|
} & Omit<PlasmicButton__VariantsArgs, ReservedPropsType> & Omit<PlasmicButton__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"contentContainer">, keyof PlasmicButton__VariantsArgs | keyof PlasmicButton__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "contentContainer" | keyof PlasmicButton__VariantsArgs | keyof PlasmicButton__ArgsType | ReservedPropsType> & {
|
|
107
|
-
key?: React.Key
|
|
107
|
+
key?: React.Key;
|
|
108
108
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
109
109
|
displayName: string;
|
|
110
110
|
};
|
|
111
111
|
endIconContainer: {
|
|
112
|
-
<
|
|
113
|
-
variants?: PlasmicButton__VariantsArgs
|
|
114
|
-
args?: PlasmicButton__ArgsType
|
|
112
|
+
<T extends {
|
|
113
|
+
variants?: PlasmicButton__VariantsArgs;
|
|
114
|
+
args?: PlasmicButton__ArgsType;
|
|
115
115
|
overrides?: NodeOverridesType<"endIconContainer"> | undefined;
|
|
116
116
|
} & Omit<PlasmicButton__VariantsArgs, ReservedPropsType> & Omit<PlasmicButton__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"endIconContainer">, keyof PlasmicButton__VariantsArgs | keyof PlasmicButton__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "endIconContainer" | keyof PlasmicButton__VariantsArgs | keyof PlasmicButton__ArgsType | ReservedPropsType> & {
|
|
117
|
-
key?: React.Key
|
|
118
|
-
}>(props:
|
|
119
|
-
variants?: PlasmicButton__VariantsArgs
|
|
120
|
-
args?: PlasmicButton__ArgsType
|
|
117
|
+
key?: React.Key;
|
|
118
|
+
}>(props: T & StrictProps<T, {
|
|
119
|
+
variants?: PlasmicButton__VariantsArgs;
|
|
120
|
+
args?: PlasmicButton__ArgsType;
|
|
121
121
|
overrides?: NodeOverridesType<"endIconContainer"> | undefined;
|
|
122
122
|
} & Omit<PlasmicButton__VariantsArgs, ReservedPropsType> & Omit<PlasmicButton__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"endIconContainer">, keyof PlasmicButton__VariantsArgs | keyof PlasmicButton__ArgsType | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "endIconContainer" | keyof PlasmicButton__VariantsArgs | keyof PlasmicButton__ArgsType | ReservedPropsType> & {
|
|
123
|
-
key?: React.Key
|
|
123
|
+
key?: React.Key;
|
|
124
124
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
125
125
|
displayName: string;
|
|
126
126
|
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
|
|
3
|
+
export type CheckMarkIconProps = React.ComponentProps<"svg"> & {
|
|
4
|
+
title?: string;
|
|
5
|
+
};
|
|
6
|
+
export declare function CheckMarkIcon(props: CheckMarkIconProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default CheckMarkIcon;
|
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
import { Flex as Flex__, SingleBooleanChoiceArg, StrictProps } from '@plasmicapp/react-web';
|
|
2
|
+
import { default as Logo } from '../../Logo';
|
|
3
|
+
import { default as ProductCards } from '../../ProductCards';
|
|
4
|
+
/** @jsxRuntime classic */
|
|
5
|
+
/** @jsx createPlasmicElementProxy */
|
|
6
|
+
/** @jsxFrag React.Fragment */
|
|
7
|
+
import * as React from "react";
|
|
8
|
+
export type PlasmicAccountActivationConformation__VariantMembers = {
|
|
9
|
+
failure: "failure";
|
|
10
|
+
};
|
|
11
|
+
export type PlasmicAccountActivationConformation__VariantsArgs = {
|
|
12
|
+
failure?: SingleBooleanChoiceArg<"failure">;
|
|
13
|
+
};
|
|
14
|
+
export declare const PlasmicAccountActivationConformation__VariantProps: "failure"[];
|
|
15
|
+
export type PlasmicAccountActivationConformation__ArgsType = {};
|
|
16
|
+
export declare const PlasmicAccountActivationConformation__ArgProps: never[];
|
|
17
|
+
export type PlasmicAccountActivationConformation__OverridesType = {
|
|
18
|
+
root?: Flex__<"div">;
|
|
19
|
+
header?: Flex__<"div">;
|
|
20
|
+
logo?: Flex__<typeof Logo>;
|
|
21
|
+
content?: Flex__<"div">;
|
|
22
|
+
message?: Flex__<"div">;
|
|
23
|
+
freeBox?: Flex__<"div">;
|
|
24
|
+
svg?: Flex__<"svg">;
|
|
25
|
+
productCards?: Flex__<typeof ProductCards>;
|
|
26
|
+
};
|
|
27
|
+
export interface DefaultAccountActivationConformationProps {
|
|
28
|
+
failure?: SingleBooleanChoiceArg<"failure">;
|
|
29
|
+
className?: string;
|
|
30
|
+
}
|
|
31
|
+
declare const PlasmicDescendants: {
|
|
32
|
+
readonly root: readonly ["root", "header", "logo", "content", "message", "freeBox", "svg", "productCards"];
|
|
33
|
+
readonly header: readonly ["header", "logo"];
|
|
34
|
+
readonly logo: readonly ["logo"];
|
|
35
|
+
readonly content: readonly ["content", "message", "freeBox", "svg", "productCards"];
|
|
36
|
+
readonly message: readonly ["message", "freeBox", "svg"];
|
|
37
|
+
readonly freeBox: readonly ["freeBox", "svg"];
|
|
38
|
+
readonly svg: readonly ["svg"];
|
|
39
|
+
readonly productCards: readonly ["productCards"];
|
|
40
|
+
};
|
|
41
|
+
type NodeNameType = keyof typeof PlasmicDescendants;
|
|
42
|
+
type DescendantsType<T extends NodeNameType> = (typeof PlasmicDescendants)[T][number];
|
|
43
|
+
type ReservedPropsType = "variants" | "args" | "overrides";
|
|
44
|
+
type NodeOverridesType<T extends NodeNameType> = Pick<PlasmicAccountActivationConformation__OverridesType, DescendantsType<T>>;
|
|
45
|
+
export declare const PlasmicAccountActivationConformation: {
|
|
46
|
+
<T extends {
|
|
47
|
+
variants?: PlasmicAccountActivationConformation__VariantsArgs;
|
|
48
|
+
args?: PlasmicAccountActivationConformation__ArgsType;
|
|
49
|
+
overrides?: NodeOverridesType<"root"> | undefined;
|
|
50
|
+
} & Omit<PlasmicAccountActivationConformation__VariantsArgs, ReservedPropsType> & Omit<PlasmicAccountActivationConformation__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"root">, "failure" | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "svg" | "header" | "content" | "message" | "root" | "logo" | "freeBox" | "failure" | ReservedPropsType | "productCards"> & {
|
|
51
|
+
key?: React.Key;
|
|
52
|
+
}>(props: T & StrictProps<T, {
|
|
53
|
+
variants?: PlasmicAccountActivationConformation__VariantsArgs;
|
|
54
|
+
args?: PlasmicAccountActivationConformation__ArgsType;
|
|
55
|
+
overrides?: NodeOverridesType<"root"> | undefined;
|
|
56
|
+
} & Omit<PlasmicAccountActivationConformation__VariantsArgs, ReservedPropsType> & Omit<PlasmicAccountActivationConformation__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"root">, "failure" | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "svg" | "header" | "content" | "message" | "root" | "logo" | "freeBox" | "failure" | ReservedPropsType | "productCards"> & {
|
|
57
|
+
key?: React.Key;
|
|
58
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
59
|
+
displayName: string;
|
|
60
|
+
} & {
|
|
61
|
+
header: {
|
|
62
|
+
<T extends {
|
|
63
|
+
variants?: PlasmicAccountActivationConformation__VariantsArgs;
|
|
64
|
+
args?: PlasmicAccountActivationConformation__ArgsType;
|
|
65
|
+
overrides?: NodeOverridesType<"header"> | undefined;
|
|
66
|
+
} & Omit<PlasmicAccountActivationConformation__VariantsArgs, ReservedPropsType> & Omit<PlasmicAccountActivationConformation__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"header">, "failure" | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "header" | "logo" | "failure" | ReservedPropsType> & {
|
|
67
|
+
key?: React.Key;
|
|
68
|
+
}>(props: T & StrictProps<T, {
|
|
69
|
+
variants?: PlasmicAccountActivationConformation__VariantsArgs;
|
|
70
|
+
args?: PlasmicAccountActivationConformation__ArgsType;
|
|
71
|
+
overrides?: NodeOverridesType<"header"> | undefined;
|
|
72
|
+
} & Omit<PlasmicAccountActivationConformation__VariantsArgs, ReservedPropsType> & Omit<PlasmicAccountActivationConformation__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"header">, "failure" | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "header" | "logo" | "failure" | ReservedPropsType> & {
|
|
73
|
+
key?: React.Key;
|
|
74
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
75
|
+
displayName: string;
|
|
76
|
+
};
|
|
77
|
+
logo: {
|
|
78
|
+
<T extends {
|
|
79
|
+
variants?: PlasmicAccountActivationConformation__VariantsArgs;
|
|
80
|
+
args?: PlasmicAccountActivationConformation__ArgsType;
|
|
81
|
+
overrides?: NodeOverridesType<"logo"> | undefined;
|
|
82
|
+
} & Omit<PlasmicAccountActivationConformation__VariantsArgs, ReservedPropsType> & Omit<PlasmicAccountActivationConformation__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"logo">, "failure" | ReservedPropsType> & Omit<Partial<import('../../Logo').LogoProps & React.RefAttributes<HTMLDivElement>>, "logo" | "failure" | ReservedPropsType> & {
|
|
83
|
+
key?: React.Key;
|
|
84
|
+
}>(props: T & StrictProps<T, {
|
|
85
|
+
variants?: PlasmicAccountActivationConformation__VariantsArgs;
|
|
86
|
+
args?: PlasmicAccountActivationConformation__ArgsType;
|
|
87
|
+
overrides?: NodeOverridesType<"logo"> | undefined;
|
|
88
|
+
} & Omit<PlasmicAccountActivationConformation__VariantsArgs, ReservedPropsType> & Omit<PlasmicAccountActivationConformation__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"logo">, "failure" | ReservedPropsType> & Omit<Partial<import('../../Logo').LogoProps & React.RefAttributes<HTMLDivElement>>, "logo" | "failure" | ReservedPropsType> & {
|
|
89
|
+
key?: React.Key;
|
|
90
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
91
|
+
displayName: string;
|
|
92
|
+
};
|
|
93
|
+
content: {
|
|
94
|
+
<T extends {
|
|
95
|
+
variants?: PlasmicAccountActivationConformation__VariantsArgs;
|
|
96
|
+
args?: PlasmicAccountActivationConformation__ArgsType;
|
|
97
|
+
overrides?: NodeOverridesType<"content"> | undefined;
|
|
98
|
+
} & Omit<PlasmicAccountActivationConformation__VariantsArgs, ReservedPropsType> & Omit<PlasmicAccountActivationConformation__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"content">, "failure" | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "svg" | "content" | "message" | "freeBox" | "failure" | ReservedPropsType | "productCards"> & {
|
|
99
|
+
key?: React.Key;
|
|
100
|
+
}>(props: T & StrictProps<T, {
|
|
101
|
+
variants?: PlasmicAccountActivationConformation__VariantsArgs;
|
|
102
|
+
args?: PlasmicAccountActivationConformation__ArgsType;
|
|
103
|
+
overrides?: NodeOverridesType<"content"> | undefined;
|
|
104
|
+
} & Omit<PlasmicAccountActivationConformation__VariantsArgs, ReservedPropsType> & Omit<PlasmicAccountActivationConformation__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"content">, "failure" | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "svg" | "content" | "message" | "freeBox" | "failure" | ReservedPropsType | "productCards"> & {
|
|
105
|
+
key?: React.Key;
|
|
106
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
107
|
+
displayName: string;
|
|
108
|
+
};
|
|
109
|
+
message: {
|
|
110
|
+
<T extends {
|
|
111
|
+
variants?: PlasmicAccountActivationConformation__VariantsArgs;
|
|
112
|
+
args?: PlasmicAccountActivationConformation__ArgsType;
|
|
113
|
+
overrides?: NodeOverridesType<"message"> | undefined;
|
|
114
|
+
} & Omit<PlasmicAccountActivationConformation__VariantsArgs, ReservedPropsType> & Omit<PlasmicAccountActivationConformation__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"message">, "failure" | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "svg" | "message" | "freeBox" | "failure" | ReservedPropsType> & {
|
|
115
|
+
key?: React.Key;
|
|
116
|
+
}>(props: T & StrictProps<T, {
|
|
117
|
+
variants?: PlasmicAccountActivationConformation__VariantsArgs;
|
|
118
|
+
args?: PlasmicAccountActivationConformation__ArgsType;
|
|
119
|
+
overrides?: NodeOverridesType<"message"> | undefined;
|
|
120
|
+
} & Omit<PlasmicAccountActivationConformation__VariantsArgs, ReservedPropsType> & Omit<PlasmicAccountActivationConformation__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"message">, "failure" | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "svg" | "message" | "freeBox" | "failure" | ReservedPropsType> & {
|
|
121
|
+
key?: React.Key;
|
|
122
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
123
|
+
displayName: string;
|
|
124
|
+
};
|
|
125
|
+
freeBox: {
|
|
126
|
+
<T extends {
|
|
127
|
+
variants?: PlasmicAccountActivationConformation__VariantsArgs;
|
|
128
|
+
args?: PlasmicAccountActivationConformation__ArgsType;
|
|
129
|
+
overrides?: NodeOverridesType<"freeBox"> | undefined;
|
|
130
|
+
} & Omit<PlasmicAccountActivationConformation__VariantsArgs, ReservedPropsType> & Omit<PlasmicAccountActivationConformation__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"freeBox">, "failure" | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "svg" | "freeBox" | "failure" | ReservedPropsType> & {
|
|
131
|
+
key?: React.Key;
|
|
132
|
+
}>(props: T & StrictProps<T, {
|
|
133
|
+
variants?: PlasmicAccountActivationConformation__VariantsArgs;
|
|
134
|
+
args?: PlasmicAccountActivationConformation__ArgsType;
|
|
135
|
+
overrides?: NodeOverridesType<"freeBox"> | undefined;
|
|
136
|
+
} & Omit<PlasmicAccountActivationConformation__VariantsArgs, ReservedPropsType> & Omit<PlasmicAccountActivationConformation__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"freeBox">, "failure" | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "svg" | "freeBox" | "failure" | ReservedPropsType> & {
|
|
137
|
+
key?: React.Key;
|
|
138
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
139
|
+
displayName: string;
|
|
140
|
+
};
|
|
141
|
+
svg: {
|
|
142
|
+
<T extends {
|
|
143
|
+
variants?: PlasmicAccountActivationConformation__VariantsArgs;
|
|
144
|
+
args?: PlasmicAccountActivationConformation__ArgsType;
|
|
145
|
+
overrides?: NodeOverridesType<"svg"> | undefined;
|
|
146
|
+
} & Omit<PlasmicAccountActivationConformation__VariantsArgs, ReservedPropsType> & Omit<PlasmicAccountActivationConformation__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"svg">, "failure" | ReservedPropsType> & Omit<Partial<React.SVGProps<SVGSVGElement>>, "svg" | "failure" | ReservedPropsType> & {
|
|
147
|
+
key?: React.Key;
|
|
148
|
+
}>(props: T & StrictProps<T, {
|
|
149
|
+
variants?: PlasmicAccountActivationConformation__VariantsArgs;
|
|
150
|
+
args?: PlasmicAccountActivationConformation__ArgsType;
|
|
151
|
+
overrides?: NodeOverridesType<"svg"> | undefined;
|
|
152
|
+
} & Omit<PlasmicAccountActivationConformation__VariantsArgs, ReservedPropsType> & Omit<PlasmicAccountActivationConformation__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"svg">, "failure" | ReservedPropsType> & Omit<Partial<React.SVGProps<SVGSVGElement>>, "svg" | "failure" | ReservedPropsType> & {
|
|
153
|
+
key?: React.Key;
|
|
154
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
155
|
+
displayName: string;
|
|
156
|
+
};
|
|
157
|
+
productCards: {
|
|
158
|
+
<T extends {
|
|
159
|
+
variants?: PlasmicAccountActivationConformation__VariantsArgs;
|
|
160
|
+
args?: PlasmicAccountActivationConformation__ArgsType;
|
|
161
|
+
overrides?: NodeOverridesType<"productCards"> | undefined;
|
|
162
|
+
} & Omit<PlasmicAccountActivationConformation__VariantsArgs, ReservedPropsType> & Omit<PlasmicAccountActivationConformation__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"productCards">, "failure" | ReservedPropsType> & Omit<Partial<import('../../ProductCards').ProductCardsProps & React.RefAttributes<HTMLDivElement>>, "failure" | ReservedPropsType | "productCards"> & {
|
|
163
|
+
key?: React.Key;
|
|
164
|
+
}>(props: T & StrictProps<T, {
|
|
165
|
+
variants?: PlasmicAccountActivationConformation__VariantsArgs;
|
|
166
|
+
args?: PlasmicAccountActivationConformation__ArgsType;
|
|
167
|
+
overrides?: NodeOverridesType<"productCards"> | undefined;
|
|
168
|
+
} & Omit<PlasmicAccountActivationConformation__VariantsArgs, ReservedPropsType> & Omit<PlasmicAccountActivationConformation__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"productCards">, "failure" | ReservedPropsType> & Omit<Partial<import('../../ProductCards').ProductCardsProps & React.RefAttributes<HTMLDivElement>>, "failure" | ReservedPropsType | "productCards"> & {
|
|
169
|
+
key?: React.Key;
|
|
170
|
+
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
171
|
+
displayName: string;
|
|
172
|
+
};
|
|
173
|
+
internalVariantProps: "failure"[];
|
|
174
|
+
internalArgProps: never[];
|
|
175
|
+
};
|
|
176
|
+
export default PlasmicAccountActivationConformation;
|