propro-common-components 0.2.67 → 0.2.69
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 +0 -17
- package/dist/main.css +1 -1
- package/dist/plasmicComponents/plasmic/plasmic_tabs/PlasmicButton.d.ts +22 -22
- package/dist/plasmicComponents/plasmic/plasmic_tabs/icons/PlasmicIcon__Checksvg.d.ts +7 -0
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicButtonFromProPro.d.ts +25 -25
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicFooterLink.d.ts +20 -20
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicGlobalVariant__Screen.d.ts +0 -3
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicGlobalVariant__Theme.d.ts +0 -3
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicGlobalVariant__Theme2.d.ts +0 -3
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicLogo.d.ts +3 -24
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicSignInSignUpForm.d.ts +56 -56
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicTextInputFromProPro.d.ts +28 -28
- package/dist/propro-common-components.js +6837 -7007
- package/package.json +13 -13
- package/dist/plasmicComponents/AccountActivationConformation.d.ts +0 -6
- package/dist/plasmicComponents/ProProLandingContent.d.ts +0 -6
- package/dist/plasmicComponents/ProductCards.d.ts +0 -6
- package/dist/plasmicComponents/plasmic/antd/PlasmicStyleTokensProvider.d.ts +0 -4
- package/dist/plasmicComponents/plasmic/antd/plasmic.d.ts +0 -1
- package/dist/plasmicComponents/plasmic/antd_5_hostless/PlasmicStyleTokensProvider.d.ts +0 -4
- package/dist/plasmicComponents/plasmic/antd_5_hostless/plasmic.d.ts +0 -1
- package/dist/plasmicComponents/plasmic/loading_boundary/PlasmicStyleTokensProvider.d.ts +0 -4
- package/dist/plasmicComponents/plasmic/loading_boundary/plasmic.d.ts +0 -1
- package/dist/plasmicComponents/plasmic/lottie_react/PlasmicStyleTokensProvider.d.ts +0 -4
- package/dist/plasmicComponents/plasmic/lottie_react/plasmic.d.ts +0 -1
- package/dist/plasmicComponents/plasmic/plasmic_basic_components/PlasmicStyleTokensProvider.d.ts +0 -4
- package/dist/plasmicComponents/plasmic/plasmic_basic_components/plasmic.d.ts +0 -1
- package/dist/plasmicComponents/plasmic/plasmic_embed_css/PlasmicStyleTokensProvider.d.ts +0 -4
- package/dist/plasmicComponents/plasmic/plasmic_embed_css/plasmic.d.ts +0 -1
- package/dist/plasmicComponents/plasmic/plasmic_rich_components/PlasmicStyleTokensProvider.d.ts +0 -4
- package/dist/plasmicComponents/plasmic/plasmic_rich_components/plasmic.d.ts +0 -1
- package/dist/plasmicComponents/plasmic/plasmic_tabs/icons/PlasmicIcon__CheckMark.d.ts +0 -7
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicAccountActivationConformation.d.ts +0 -176
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicErrorMessageContainer.d.ts +0 -130
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicProProLandingContent.d.ts +0 -117
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicProductCards.d.ts +0 -97
- package/dist/plasmicComponents/plasmic/pro_pro/PlasmicStyleTokensProvider.d.ts +0 -4
- package/dist/plasmicComponents/plasmic/pro_pro/plasmic.d.ts +0 -1
- package/dist/plasmicComponents/plasmic/react_aria/PlasmicStyleTokensProvider.d.ts +0 -4
- package/dist/plasmicComponents/plasmic/react_aria/plasmic.d.ts +0 -1
- package/dist/plasmicComponents/plasmic/react_awesome_reveal/PlasmicStyleTokensProvider.d.ts +0 -4
- package/dist/plasmicComponents/plasmic/react_awesome_reveal/plasmic.d.ts +0 -1
- /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
|
@@ -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,7 +58,7 @@ 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 {
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
|
|
3
|
+
export type CheckSvgIconProps = React.ComponentProps<"svg"> & {
|
|
4
|
+
title?: string;
|
|
5
|
+
};
|
|
6
|
+
export declare function CheckSvgIcon(props: CheckSvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default CheckSvgIcon;
|
|
@@ -2,25 +2,25 @@ 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 PlasmicButtonFromProPro__VariantMembers = {
|
|
8
|
-
showStartIcon:
|
|
9
|
-
showEndIcon:
|
|
10
|
-
isDisabled:
|
|
11
|
-
shape:
|
|
12
|
-
size:
|
|
13
|
-
color:
|
|
14
|
-
dropshadow:
|
|
8
|
+
showStartIcon: 'showStartIcon';
|
|
9
|
+
showEndIcon: 'showEndIcon';
|
|
10
|
+
isDisabled: 'isDisabled';
|
|
11
|
+
shape: 'rounded' | 'round' | 'sharp' | 'minimal';
|
|
12
|
+
size: 'compact' | 'minimal' | 'unnamedVariant';
|
|
13
|
+
color: 'blue' | 'green' | 'yellow' | 'red' | 'sand' | 'white' | 'softBlue' | 'softGreen' | 'softYellow' | 'softRed' | 'softSand' | 'clear' | 'link' | 'lightBlue' | 'darkBlue' | 'proRed' | 'mapMapGreen';
|
|
14
|
+
dropshadow: 'noShadow' | 'basic';
|
|
15
15
|
};
|
|
16
16
|
export type PlasmicButtonFromProPro__VariantsArgs = {
|
|
17
|
-
showStartIcon?: SingleBooleanChoiceArg<
|
|
18
|
-
showEndIcon?: SingleBooleanChoiceArg<
|
|
19
|
-
isDisabled?: SingleBooleanChoiceArg<
|
|
20
|
-
shape?: SingleChoiceArg<
|
|
21
|
-
size?: SingleChoiceArg<
|
|
22
|
-
color?: SingleChoiceArg<
|
|
23
|
-
dropshadow?: SingleChoiceArg<
|
|
17
|
+
showStartIcon?: SingleBooleanChoiceArg<'showStartIcon'>;
|
|
18
|
+
showEndIcon?: SingleBooleanChoiceArg<'showEndIcon'>;
|
|
19
|
+
isDisabled?: SingleBooleanChoiceArg<'isDisabled'>;
|
|
20
|
+
shape?: SingleChoiceArg<'rounded' | 'round' | 'sharp' | 'minimal'>;
|
|
21
|
+
size?: SingleChoiceArg<'compact' | 'minimal' | 'unnamedVariant'>;
|
|
22
|
+
color?: SingleChoiceArg<'blue' | 'green' | 'yellow' | 'red' | 'sand' | 'white' | 'softBlue' | 'softGreen' | 'softYellow' | 'softRed' | 'softSand' | 'clear' | 'link' | 'lightBlue' | 'darkBlue' | 'proRed' | 'mapMapGreen'>;
|
|
23
|
+
dropshadow?: SingleChoiceArg<'noShadow' | 'basic'>;
|
|
24
24
|
};
|
|
25
25
|
export declare const PlasmicButtonFromProPro__VariantProps: (keyof PlasmicButtonFromProPro__VariantsArgs)[];
|
|
26
26
|
export type PlasmicButtonFromProPro__ArgsType = {
|
|
@@ -33,18 +33,18 @@ export type PlasmicButtonFromProPro__ArgsType = {
|
|
|
33
33
|
};
|
|
34
34
|
export declare const PlasmicButtonFromProPro__ArgProps: (keyof PlasmicButtonFromProPro__ArgsType)[];
|
|
35
35
|
export type PlasmicButtonFromProPro__OverridesType = {
|
|
36
|
-
root?: Flex__<
|
|
37
|
-
startIconContainer?: Flex__<
|
|
38
|
-
contentContainer?: Flex__<
|
|
39
|
-
endIconContainer?: Flex__<
|
|
36
|
+
root?: Flex__<'button'>;
|
|
37
|
+
startIconContainer?: Flex__<'div'>;
|
|
38
|
+
contentContainer?: Flex__<'div'>;
|
|
39
|
+
endIconContainer?: Flex__<'div'>;
|
|
40
40
|
};
|
|
41
41
|
export interface DefaultButtonFromProProProps extends pp.BaseButtonProps {
|
|
42
42
|
submitsForm?: boolean;
|
|
43
43
|
target?: boolean;
|
|
44
|
-
shape?: SingleChoiceArg<
|
|
45
|
-
size?: SingleChoiceArg<
|
|
46
|
-
color?: SingleChoiceArg<
|
|
47
|
-
dropshadow?: SingleChoiceArg<
|
|
44
|
+
shape?: SingleChoiceArg<'rounded' | 'round' | 'sharp' | 'minimal'>;
|
|
45
|
+
size?: SingleChoiceArg<'compact' | 'minimal' | 'unnamedVariant'>;
|
|
46
|
+
color?: SingleChoiceArg<'blue' | 'green' | 'yellow' | 'red' | 'sand' | 'white' | 'softBlue' | 'softGreen' | 'softYellow' | 'softRed' | 'softSand' | 'clear' | 'link' | 'lightBlue' | 'darkBlue' | 'proRed' | 'mapMapGreen'>;
|
|
47
|
+
dropshadow?: SingleChoiceArg<'noShadow' | 'basic'>;
|
|
48
48
|
}
|
|
49
49
|
declare function useBehavior<P extends pp.PlumeButtonProps>(props: P, ref: pp.ButtonRef): {
|
|
50
50
|
plasmicProps: {
|
|
@@ -61,7 +61,7 @@ declare const PlasmicDescendants: {
|
|
|
61
61
|
};
|
|
62
62
|
type NodeNameType = keyof typeof PlasmicDescendants;
|
|
63
63
|
type DescendantsType<T extends NodeNameType> = (typeof PlasmicDescendants)[T][number];
|
|
64
|
-
type ReservedPropsType =
|
|
64
|
+
type ReservedPropsType = 'variants' | 'args' | 'overrides';
|
|
65
65
|
type NodeOverridesType<T extends NodeNameType> = Pick<PlasmicButtonFromProPro__OverridesType, DescendantsType<T>>;
|
|
66
66
|
export declare const PlasmicButtonFromProPro: {
|
|
67
67
|
<T extends {
|
|
@@ -2,18 +2,18 @@ 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
|
|
5
|
+
import * as React from 'react';
|
|
6
6
|
export type PlasmicFooterLink__VariantMembers = {
|
|
7
|
-
isExternal:
|
|
8
|
-
isNew:
|
|
9
|
-
isDefault:
|
|
10
|
-
color:
|
|
7
|
+
isExternal: 'isExternal';
|
|
8
|
+
isNew: 'isNew';
|
|
9
|
+
isDefault: 'isDefault';
|
|
10
|
+
color: 'mapMapGreen';
|
|
11
11
|
};
|
|
12
12
|
export type PlasmicFooterLink__VariantsArgs = {
|
|
13
|
-
isExternal?: SingleBooleanChoiceArg<
|
|
14
|
-
isNew?: SingleBooleanChoiceArg<
|
|
15
|
-
isDefault?: SingleBooleanChoiceArg<
|
|
16
|
-
color?: SingleChoiceArg<
|
|
13
|
+
isExternal?: SingleBooleanChoiceArg<'isExternal'>;
|
|
14
|
+
isNew?: SingleBooleanChoiceArg<'isNew'>;
|
|
15
|
+
isDefault?: SingleBooleanChoiceArg<'isDefault'>;
|
|
16
|
+
color?: SingleChoiceArg<'mapMapGreen'>;
|
|
17
17
|
};
|
|
18
18
|
export declare const PlasmicFooterLink__VariantProps: (keyof PlasmicFooterLink__VariantsArgs)[];
|
|
19
19
|
export type PlasmicFooterLink__ArgsType = {
|
|
@@ -21,19 +21,19 @@ export type PlasmicFooterLink__ArgsType = {
|
|
|
21
21
|
};
|
|
22
22
|
export declare const PlasmicFooterLink__ArgProps: "children"[];
|
|
23
23
|
export type PlasmicFooterLink__OverridesType = {
|
|
24
|
-
root?: Flex__<
|
|
25
|
-
link?: Flex__<
|
|
26
|
-
externalLinkArrowIcon?: Flex__<
|
|
27
|
-
svg?: Flex__<
|
|
28
|
-
newTag?: Flex__<
|
|
29
|
-
text?: Flex__<
|
|
24
|
+
root?: Flex__<'div'>;
|
|
25
|
+
link?: Flex__<'a'>;
|
|
26
|
+
externalLinkArrowIcon?: Flex__<'div'>;
|
|
27
|
+
svg?: Flex__<'svg'>;
|
|
28
|
+
newTag?: Flex__<'div'>;
|
|
29
|
+
text?: Flex__<'div'>;
|
|
30
30
|
};
|
|
31
31
|
export interface DefaultFooterLinkProps {
|
|
32
32
|
children?: React.ReactNode;
|
|
33
|
-
isExternal?: SingleBooleanChoiceArg<
|
|
34
|
-
isNew?: SingleBooleanChoiceArg<
|
|
35
|
-
isDefault?: SingleBooleanChoiceArg<
|
|
36
|
-
color?: SingleChoiceArg<
|
|
33
|
+
isExternal?: SingleBooleanChoiceArg<'isExternal'>;
|
|
34
|
+
isNew?: SingleBooleanChoiceArg<'isNew'>;
|
|
35
|
+
isDefault?: SingleBooleanChoiceArg<'isDefault'>;
|
|
36
|
+
color?: SingleChoiceArg<'mapMapGreen'>;
|
|
37
37
|
className?: string;
|
|
38
38
|
}
|
|
39
39
|
declare const PlasmicDescendants: {
|
|
@@ -46,7 +46,7 @@ declare const PlasmicDescendants: {
|
|
|
46
46
|
};
|
|
47
47
|
type NodeNameType = keyof typeof PlasmicDescendants;
|
|
48
48
|
type DescendantsType<T extends NodeNameType> = (typeof PlasmicDescendants)[T][number];
|
|
49
|
-
type ReservedPropsType =
|
|
49
|
+
type ReservedPropsType = 'variants' | 'args' | 'overrides';
|
|
50
50
|
type NodeOverridesType<T extends NodeNameType> = Pick<PlasmicFooterLink__OverridesType, DescendantsType<T>>;
|
|
51
51
|
export declare const PlasmicFooterLink: {
|
|
52
52
|
<T extends {
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
export type ScreenValue = "mobileOnly" | "smartphonePortrait" | "smallDesktop" | "desktop";
|
|
3
3
|
export declare const ScreenContext: React.Context<ScreenValue[] | undefined>;
|
|
4
|
-
export declare function ScreenContextProvider(props: React.PropsWithChildren<{
|
|
5
|
-
value: ScreenValue[] | undefined;
|
|
6
|
-
}>): import("react/jsx-runtime").JSX.Element;
|
|
7
4
|
export declare const useScreenVariants: () => string | string[] | undefined;
|
|
8
5
|
export default ScreenContext;
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
export type ThemeValue = "dark";
|
|
3
3
|
export declare const ThemeContext: React.Context<"dark" | undefined>;
|
|
4
|
-
export declare function ThemeContextProvider(props: React.PropsWithChildren<{
|
|
5
|
-
value: ThemeValue | undefined;
|
|
6
|
-
}>): import("react/jsx-runtime").JSX.Element;
|
|
7
4
|
export declare function useTheme(): "dark" | undefined;
|
|
8
5
|
export default ThemeContext;
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
export type Theme2Value = "dark";
|
|
3
3
|
export declare const Theme2Context: React.Context<"dark" | undefined>;
|
|
4
|
-
export declare function Theme2ContextProvider(props: React.PropsWithChildren<{
|
|
5
|
-
value: Theme2Value | undefined;
|
|
6
|
-
}>): import("react/jsx-runtime").JSX.Element;
|
|
7
4
|
export declare function useTheme2(): "dark" | undefined;
|
|
8
5
|
export default Theme2Context;
|
|
@@ -7,13 +7,11 @@ export type PlasmicLogo__VariantMembers = {
|
|
|
7
7
|
app: "hubHub" | "mapMap" | "proPro" | "shortStop";
|
|
8
8
|
size: "small" | "medium" | "large";
|
|
9
9
|
isHidingText: "isHidingText";
|
|
10
|
-
isShowingProductionsText: "isShowingProductionsText";
|
|
11
10
|
};
|
|
12
11
|
export type PlasmicLogo__VariantsArgs = {
|
|
13
12
|
app?: SingleChoiceArg<"hubHub" | "mapMap" | "proPro" | "shortStop">;
|
|
14
13
|
size?: SingleChoiceArg<"small" | "medium" | "large">;
|
|
15
14
|
isHidingText?: SingleBooleanChoiceArg<"isHidingText">;
|
|
16
|
-
isShowingProductionsText?: SingleBooleanChoiceArg<"isShowingProductionsText">;
|
|
17
15
|
};
|
|
18
16
|
export declare const PlasmicLogo__VariantProps: (keyof PlasmicLogo__VariantsArgs)[];
|
|
19
17
|
export type PlasmicLogo__ArgsType = {};
|
|
@@ -25,23 +23,20 @@ export type PlasmicLogo__OverridesType = {
|
|
|
25
23
|
textContainerA?: Flex__<"div">;
|
|
26
24
|
textContainerB?: Flex__<"div">;
|
|
27
25
|
shortStopLogoContainer?: Flex__<"div">;
|
|
28
|
-
text?: Flex__<"div">;
|
|
29
26
|
};
|
|
30
27
|
export interface DefaultLogoProps {
|
|
31
28
|
app?: SingleChoiceArg<"hubHub" | "mapMap" | "proPro" | "shortStop">;
|
|
32
29
|
size?: SingleChoiceArg<"small" | "medium" | "large">;
|
|
33
30
|
isHidingText?: SingleBooleanChoiceArg<"isHidingText">;
|
|
34
|
-
isShowingProductionsText?: SingleBooleanChoiceArg<"isShowingProductionsText">;
|
|
35
31
|
className?: string;
|
|
36
32
|
}
|
|
37
33
|
declare const PlasmicDescendants: {
|
|
38
|
-
readonly root: readonly ["root", "markContainer", "appName", "textContainerA", "textContainerB", "shortStopLogoContainer"
|
|
34
|
+
readonly root: readonly ["root", "markContainer", "appName", "textContainerA", "textContainerB", "shortStopLogoContainer"];
|
|
39
35
|
readonly markContainer: readonly ["markContainer"];
|
|
40
36
|
readonly appName: readonly ["appName", "textContainerA", "textContainerB"];
|
|
41
37
|
readonly textContainerA: readonly ["textContainerA"];
|
|
42
38
|
readonly textContainerB: readonly ["textContainerB"];
|
|
43
39
|
readonly shortStopLogoContainer: readonly ["shortStopLogoContainer"];
|
|
44
|
-
readonly text: readonly ["text"];
|
|
45
40
|
};
|
|
46
41
|
type NodeNameType = keyof typeof PlasmicDescendants;
|
|
47
42
|
type DescendantsType<T extends NodeNameType> = (typeof PlasmicDescendants)[T][number];
|
|
@@ -52,13 +47,13 @@ export declare const PlasmicLogo: {
|
|
|
52
47
|
variants?: PlasmicLogo__VariantsArgs;
|
|
53
48
|
args?: PlasmicLogo__ArgsType;
|
|
54
49
|
overrides?: NodeOverridesType<"root"> | undefined;
|
|
55
|
-
} & Omit<PlasmicLogo__VariantsArgs, ReservedPropsType> & Omit<PlasmicLogo__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"root">, keyof PlasmicLogo__VariantsArgs | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "
|
|
50
|
+
} & Omit<PlasmicLogo__VariantsArgs, ReservedPropsType> & Omit<PlasmicLogo__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"root">, keyof PlasmicLogo__VariantsArgs | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "root" | keyof PlasmicLogo__VariantsArgs | ReservedPropsType | "markContainer" | "appName" | "textContainerA" | "textContainerB" | "shortStopLogoContainer"> & {
|
|
56
51
|
key?: React.Key;
|
|
57
52
|
}>(props: T & StrictProps<T, {
|
|
58
53
|
variants?: PlasmicLogo__VariantsArgs;
|
|
59
54
|
args?: PlasmicLogo__ArgsType;
|
|
60
55
|
overrides?: NodeOverridesType<"root"> | undefined;
|
|
61
|
-
} & Omit<PlasmicLogo__VariantsArgs, ReservedPropsType> & Omit<PlasmicLogo__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"root">, keyof PlasmicLogo__VariantsArgs | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "
|
|
56
|
+
} & Omit<PlasmicLogo__VariantsArgs, ReservedPropsType> & Omit<PlasmicLogo__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"root">, keyof PlasmicLogo__VariantsArgs | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "root" | keyof PlasmicLogo__VariantsArgs | ReservedPropsType | "markContainer" | "appName" | "textContainerA" | "textContainerB" | "shortStopLogoContainer"> & {
|
|
62
57
|
key?: React.Key;
|
|
63
58
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
64
59
|
displayName: string;
|
|
@@ -143,22 +138,6 @@ export declare const PlasmicLogo: {
|
|
|
143
138
|
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
144
139
|
displayName: string;
|
|
145
140
|
};
|
|
146
|
-
text: {
|
|
147
|
-
<T extends {
|
|
148
|
-
variants?: PlasmicLogo__VariantsArgs;
|
|
149
|
-
args?: PlasmicLogo__ArgsType;
|
|
150
|
-
overrides?: NodeOverridesType<"text"> | undefined;
|
|
151
|
-
} & Omit<PlasmicLogo__VariantsArgs, ReservedPropsType> & Omit<PlasmicLogo__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"text">, keyof PlasmicLogo__VariantsArgs | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "text" | keyof PlasmicLogo__VariantsArgs | ReservedPropsType> & {
|
|
152
|
-
key?: React.Key;
|
|
153
|
-
}>(props: T & StrictProps<T, {
|
|
154
|
-
variants?: PlasmicLogo__VariantsArgs;
|
|
155
|
-
args?: PlasmicLogo__ArgsType;
|
|
156
|
-
overrides?: NodeOverridesType<"text"> | undefined;
|
|
157
|
-
} & Omit<PlasmicLogo__VariantsArgs, ReservedPropsType> & Omit<PlasmicLogo__ArgsType, ReservedPropsType> & Omit<NodeOverridesType<"text">, keyof PlasmicLogo__VariantsArgs | ReservedPropsType> & Omit<Partial<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "text" | keyof PlasmicLogo__VariantsArgs | ReservedPropsType> & {
|
|
158
|
-
key?: React.Key;
|
|
159
|
-
}>): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
160
|
-
displayName: string;
|
|
161
|
-
};
|
|
162
141
|
internalVariantProps: (keyof PlasmicLogo__VariantsArgs)[];
|
|
163
142
|
internalArgProps: never[];
|
|
164
143
|
};
|
|
@@ -6,18 +6,18 @@ import { default as ButtonFromProPro } from '../../ButtonFromProPro';
|
|
|
6
6
|
/** @jsxRuntime classic */
|
|
7
7
|
/** @jsx createPlasmicElementProxy */
|
|
8
8
|
/** @jsxFrag React.Fragment */
|
|
9
|
-
import * as React from
|
|
9
|
+
import * as React from 'react';
|
|
10
10
|
export type PlasmicSignInSignUpForm__VariantMembers = {
|
|
11
|
-
mode:
|
|
12
|
-
app:
|
|
13
|
-
hidingSignupElements:
|
|
14
|
-
hideLogo:
|
|
11
|
+
mode: 'signIn' | 'signUp' | 'signUpWithGuestOption' | 'magic' | 'resetPassword' | 'forgotPassword' | 'approvalCode' | 'shortStopConnected' | 'secretKey';
|
|
12
|
+
app: 'hubHub' | 'mapMap' | 'mapMapDesktopAltGreen' | 'shortStop';
|
|
13
|
+
hidingSignupElements: 'socialLogins' | 'magicLink' | 'both';
|
|
14
|
+
hideLogo: 'hideLogo';
|
|
15
15
|
};
|
|
16
16
|
export type PlasmicSignInSignUpForm__VariantsArgs = {
|
|
17
|
-
mode?: SingleChoiceArg<
|
|
18
|
-
app?: SingleChoiceArg<
|
|
19
|
-
hidingSignupElements?: SingleChoiceArg<
|
|
20
|
-
hideLogo?: SingleBooleanChoiceArg<
|
|
17
|
+
mode?: SingleChoiceArg<'signIn' | 'signUp' | 'signUpWithGuestOption' | 'magic' | 'resetPassword' | 'forgotPassword' | 'approvalCode' | 'shortStopConnected' | 'secretKey'>;
|
|
18
|
+
app?: SingleChoiceArg<'hubHub' | 'mapMap' | 'mapMapDesktopAltGreen' | 'shortStop'>;
|
|
19
|
+
hidingSignupElements?: SingleChoiceArg<'socialLogins' | 'magicLink' | 'both'>;
|
|
20
|
+
hideLogo?: SingleBooleanChoiceArg<'hideLogo'>;
|
|
21
21
|
};
|
|
22
22
|
export declare const PlasmicSignInSignUpForm__VariantProps: (keyof PlasmicSignInSignUpForm__VariantsArgs)[];
|
|
23
23
|
export type PlasmicSignInSignUpForm__ArgsType = {
|
|
@@ -37,55 +37,55 @@ export type PlasmicSignInSignUpForm__ArgsType = {
|
|
|
37
37
|
};
|
|
38
38
|
export declare const PlasmicSignInSignUpForm__ArgProps: (keyof PlasmicSignInSignUpForm__ArgsType)[];
|
|
39
39
|
export type PlasmicSignInSignUpForm__OverridesType = {
|
|
40
|
-
root?: Flex__<
|
|
41
|
-
container?: Flex__<
|
|
42
|
-
logoAndText?: Flex__<
|
|
40
|
+
root?: Flex__<'div'>;
|
|
41
|
+
container?: Flex__<'div'>;
|
|
42
|
+
logoAndText?: Flex__<'div'>;
|
|
43
43
|
logo?: Flex__<typeof Logo>;
|
|
44
|
-
browserSignupEncouragement?: Flex__<
|
|
45
|
-
form?: Flex__<
|
|
46
|
-
top?: Flex__<
|
|
44
|
+
browserSignupEncouragement?: Flex__<'div'>;
|
|
45
|
+
form?: Flex__<'div'>;
|
|
46
|
+
top?: Flex__<'div'>;
|
|
47
47
|
proProLabel?: Flex__<typeof ProProLabel>;
|
|
48
|
-
topContent?: Flex__<
|
|
49
|
-
space?: Flex__<
|
|
50
|
-
loginTable?: Flex__<
|
|
51
|
-
nameField?: Flex__<
|
|
52
|
-
emailField?: Flex__<
|
|
53
|
-
codeField?: Flex__<
|
|
54
|
-
passwordField?: Flex__<
|
|
55
|
-
passwordConfirmField?: Flex__<
|
|
56
|
-
confirmPasswordField?: Flex__<
|
|
48
|
+
topContent?: Flex__<'div'>;
|
|
49
|
+
space?: Flex__<'div'>;
|
|
50
|
+
loginTable?: Flex__<'form'>;
|
|
51
|
+
nameField?: Flex__<'div'>;
|
|
52
|
+
emailField?: Flex__<'div'>;
|
|
53
|
+
codeField?: Flex__<'div'>;
|
|
54
|
+
passwordField?: Flex__<'div'>;
|
|
55
|
+
passwordConfirmField?: Flex__<'div'>;
|
|
56
|
+
confirmPasswordField?: Flex__<'div'>;
|
|
57
57
|
confirmPasswordInput?: Flex__<typeof TextInputFromProPro>;
|
|
58
58
|
backButton?: Flex__<typeof ButtonFromProPro>;
|
|
59
59
|
resendEmailButton?: Flex__<typeof ButtonFromProPro>;
|
|
60
|
-
space2?: Flex__<
|
|
61
|
-
orSignUpSignInWithOneOfTheseSocialNetworks?: Flex__<
|
|
62
|
-
signInPlatformsButtons?: Flex__<
|
|
63
|
-
facebookAuthButton?: Flex__<
|
|
64
|
-
blackButtonFrame?: Flex__<
|
|
65
|
-
iconSourcesFacebook?: Flex__<
|
|
66
|
-
xAuthButton?: Flex__<
|
|
67
|
-
blackButtonFrame2?: Flex__<
|
|
68
|
-
googleAuthButton?: Flex__<
|
|
69
|
-
blackButtonFrame3?: Flex__<
|
|
70
|
-
space3?: Flex__<
|
|
71
|
-
dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso?: Flex__<
|
|
72
|
-
space4?: Flex__<
|
|
60
|
+
space2?: Flex__<'div'>;
|
|
61
|
+
orSignUpSignInWithOneOfTheseSocialNetworks?: Flex__<'div'>;
|
|
62
|
+
signInPlatformsButtons?: Flex__<'div'>;
|
|
63
|
+
facebookAuthButton?: Flex__<'button'>;
|
|
64
|
+
blackButtonFrame?: Flex__<'div'>;
|
|
65
|
+
iconSourcesFacebook?: Flex__<'div'>;
|
|
66
|
+
xAuthButton?: Flex__<'button'>;
|
|
67
|
+
blackButtonFrame2?: Flex__<'div'>;
|
|
68
|
+
googleAuthButton?: Flex__<'button'>;
|
|
69
|
+
blackButtonFrame3?: Flex__<'div'>;
|
|
70
|
+
space3?: Flex__<'div'>;
|
|
71
|
+
dontLikePasswordsMaybeAPasswordManagerIsWhatYouNeedButYouCanAlso?: Flex__<'div'>;
|
|
72
|
+
space4?: Flex__<'div'>;
|
|
73
73
|
magicLinkSignInButton?: Flex__<typeof ButtonFromProPro>;
|
|
74
|
-
resetPassword?: Flex__<
|
|
75
|
-
andIfYouNeedToYouCan?: Flex__<
|
|
76
|
-
resetPasswordButton?: Flex__<
|
|
77
|
-
secretKeySection?: Flex__<
|
|
78
|
-
secretKeyField?: Flex__<
|
|
74
|
+
resetPassword?: Flex__<'div'>;
|
|
75
|
+
andIfYouNeedToYouCan?: Flex__<'div'>;
|
|
76
|
+
resetPasswordButton?: Flex__<'span'>;
|
|
77
|
+
secretKeySection?: Flex__<'div'>;
|
|
78
|
+
secretKeyField?: Flex__<'div'>;
|
|
79
79
|
secretKeyInput?: Flex__<typeof TextInputFromProPro>;
|
|
80
|
-
signInContainer?: Flex__<
|
|
81
|
-
andIfYouNeedToYouCan2?: Flex__<
|
|
82
|
-
resetPasswordButton2?: Flex__<
|
|
83
|
-
space6?: Flex__<
|
|
84
|
-
space5?: Flex__<
|
|
85
|
-
bottom?: Flex__<
|
|
86
|
-
orSignUpButtonContainer?: Flex__<
|
|
87
|
-
orSignUpButton?: Flex__<
|
|
88
|
-
buttonDefault?: Flex__<
|
|
80
|
+
signInContainer?: Flex__<'div'>;
|
|
81
|
+
andIfYouNeedToYouCan2?: Flex__<'div'>;
|
|
82
|
+
resetPasswordButton2?: Flex__<'a'>;
|
|
83
|
+
space6?: Flex__<'div'>;
|
|
84
|
+
space5?: Flex__<'div'>;
|
|
85
|
+
bottom?: Flex__<'div'>;
|
|
86
|
+
orSignUpButtonContainer?: Flex__<'div'>;
|
|
87
|
+
orSignUpButton?: Flex__<'button'>;
|
|
88
|
+
buttonDefault?: Flex__<'div'>;
|
|
89
89
|
continueWithoutAnAccountButton?: Flex__<typeof ButtonFromProPro>;
|
|
90
90
|
};
|
|
91
91
|
export interface DefaultSignInSignUpFormProps {
|
|
@@ -102,10 +102,10 @@ export interface DefaultSignInSignUpFormProps {
|
|
|
102
102
|
passwordConfirmField2?: React.ReactNode;
|
|
103
103
|
passwordError?: React.ReactNode;
|
|
104
104
|
signInButtonSlot?: React.ReactNode;
|
|
105
|
-
mode?: SingleChoiceArg<
|
|
106
|
-
app?: SingleChoiceArg<
|
|
107
|
-
hidingSignupElements?: SingleChoiceArg<
|
|
108
|
-
hideLogo?: SingleBooleanChoiceArg<
|
|
105
|
+
mode?: SingleChoiceArg<'signIn' | 'signUp' | 'signUpWithGuestOption' | 'magic' | 'resetPassword' | 'forgotPassword' | 'approvalCode' | 'shortStopConnected' | 'secretKey'>;
|
|
106
|
+
app?: SingleChoiceArg<'hubHub' | 'mapMap' | 'mapMapDesktopAltGreen' | 'shortStop'>;
|
|
107
|
+
hidingSignupElements?: SingleChoiceArg<'socialLogins' | 'magicLink' | 'both'>;
|
|
108
|
+
hideLogo?: SingleBooleanChoiceArg<'hideLogo'>;
|
|
109
109
|
className?: string;
|
|
110
110
|
}
|
|
111
111
|
declare const PlasmicDescendants: {
|
|
@@ -162,7 +162,7 @@ declare const PlasmicDescendants: {
|
|
|
162
162
|
};
|
|
163
163
|
type NodeNameType = keyof typeof PlasmicDescendants;
|
|
164
164
|
type DescendantsType<T extends NodeNameType> = (typeof PlasmicDescendants)[T][number];
|
|
165
|
-
type ReservedPropsType =
|
|
165
|
+
type ReservedPropsType = 'variants' | 'args' | 'overrides';
|
|
166
166
|
type NodeOverridesType<T extends NodeNameType> = Pick<PlasmicSignInSignUpForm__OverridesType, DescendantsType<T>>;
|
|
167
167
|
export declare const PlasmicSignInSignUpForm: {
|
|
168
168
|
<T extends {
|
|
@@ -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 PlasmicTextInputFromProPro__VariantMembers = {
|
|
8
|
-
showStartIcon:
|
|
9
|
-
showEndIcon:
|
|
10
|
-
isDisabled:
|
|
11
|
-
color2:
|
|
12
|
-
context:
|
|
13
|
-
textAlignment:
|
|
8
|
+
showStartIcon: 'showStartIcon';
|
|
9
|
+
showEndIcon: 'showEndIcon';
|
|
10
|
+
isDisabled: 'isDisabled';
|
|
11
|
+
color2: 'dark' | 'white';
|
|
12
|
+
context: '_default' | 'sectionHeader' | 'hubSelection' | 'hubCreationModal' | 'searchBar' | 'signInSignUpForm' | 'iconSearch';
|
|
13
|
+
textAlignment: 'left' | 'center';
|
|
14
14
|
};
|
|
15
15
|
export type PlasmicTextInputFromProPro__VariantsArgs = {
|
|
16
|
-
showStartIcon?: SingleBooleanChoiceArg<
|
|
17
|
-
showEndIcon?: SingleBooleanChoiceArg<
|
|
18
|
-
isDisabled?: SingleBooleanChoiceArg<
|
|
19
|
-
color2?: SingleChoiceArg<
|
|
20
|
-
context?: SingleChoiceArg<
|
|
21
|
-
textAlignment?: SingleChoiceArg<
|
|
16
|
+
showStartIcon?: SingleBooleanChoiceArg<'showStartIcon'>;
|
|
17
|
+
showEndIcon?: SingleBooleanChoiceArg<'showEndIcon'>;
|
|
18
|
+
isDisabled?: SingleBooleanChoiceArg<'isDisabled'>;
|
|
19
|
+
color2?: SingleChoiceArg<'dark' | 'white'>;
|
|
20
|
+
context?: SingleChoiceArg<'_default' | 'sectionHeader' | 'hubSelection' | 'hubCreationModal' | 'searchBar' | 'signInSignUpForm' | 'iconSearch'>;
|
|
21
|
+
textAlignment?: SingleChoiceArg<'left' | 'center'>;
|
|
22
22
|
};
|
|
23
23
|
export declare const PlasmicTextInputFromProPro__VariantProps: (keyof PlasmicTextInputFromProPro__VariantsArgs)[];
|
|
24
24
|
export type PlasmicTextInputFromProPro__ArgsType = {
|
|
@@ -28,30 +28,30 @@ export type PlasmicTextInputFromProPro__ArgsType = {
|
|
|
28
28
|
value?: string;
|
|
29
29
|
name?: string;
|
|
30
30
|
required?: boolean;
|
|
31
|
-
|
|
32
|
-
|
|
31
|
+
'aria-label'?: string;
|
|
32
|
+
'aria-labelledby'?: string;
|
|
33
33
|
onChange?: (event: any) => void;
|
|
34
|
-
type?:
|
|
34
|
+
type?: 'text' | 'password' | 'hidden' | 'number' | 'date' | 'datetime-local' | 'time' | 'email' | 'tel';
|
|
35
35
|
};
|
|
36
36
|
export declare const PlasmicTextInputFromProPro__ArgProps: (keyof PlasmicTextInputFromProPro__ArgsType)[];
|
|
37
37
|
export type PlasmicTextInputFromProPro__OverridesType = {
|
|
38
|
-
root?: Flex__<
|
|
39
|
-
startIconContainer?: Flex__<
|
|
40
|
-
input?: Flex__<
|
|
41
|
-
endIconContainer?: Flex__<
|
|
38
|
+
root?: Flex__<'div'>;
|
|
39
|
+
startIconContainer?: Flex__<'button'>;
|
|
40
|
+
input?: Flex__<'input'>;
|
|
41
|
+
endIconContainer?: Flex__<'button'>;
|
|
42
42
|
};
|
|
43
43
|
export interface DefaultTextInputFromProProProps extends pp.BaseTextInputProps {
|
|
44
44
|
placeholder?: string;
|
|
45
45
|
value?: string;
|
|
46
46
|
name?: string;
|
|
47
47
|
required?: boolean;
|
|
48
|
-
|
|
49
|
-
|
|
48
|
+
'aria-label'?: string;
|
|
49
|
+
'aria-labelledby'?: string;
|
|
50
50
|
onChange?: (event: any) => void;
|
|
51
|
-
type?:
|
|
52
|
-
color2?: SingleChoiceArg<
|
|
53
|
-
context?: SingleChoiceArg<
|
|
54
|
-
textAlignment?: SingleChoiceArg<
|
|
51
|
+
type?: 'text' | 'password' | 'hidden' | 'number' | 'date' | 'datetime-local' | 'time' | 'email' | 'tel';
|
|
52
|
+
color2?: SingleChoiceArg<'dark' | 'white'>;
|
|
53
|
+
context?: SingleChoiceArg<'_default' | 'sectionHeader' | 'hubSelection' | 'hubCreationModal' | 'searchBar' | 'signInSignUpForm' | 'iconSearch'>;
|
|
54
|
+
textAlignment?: SingleChoiceArg<'left' | 'center'>;
|
|
55
55
|
}
|
|
56
56
|
declare function useBehavior<P extends pp.PlumeTextInputProps>(props: P, ref: pp.TextInputRef): {
|
|
57
57
|
plasmicProps: {
|
|
@@ -68,7 +68,7 @@ declare const PlasmicDescendants: {
|
|
|
68
68
|
};
|
|
69
69
|
type NodeNameType = keyof typeof PlasmicDescendants;
|
|
70
70
|
type DescendantsType<T extends NodeNameType> = (typeof PlasmicDescendants)[T][number];
|
|
71
|
-
type ReservedPropsType =
|
|
71
|
+
type ReservedPropsType = 'variants' | 'args' | 'overrides';
|
|
72
72
|
type NodeOverridesType<T extends NodeNameType> = Pick<PlasmicTextInputFromProPro__OverridesType, DescendantsType<T>>;
|
|
73
73
|
export declare const PlasmicTextInputFromProPro: {
|
|
74
74
|
<T extends {
|