@elliemae/ds-card-v2 3.25.0-next.1 → 3.25.0-next.3
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/dist/types/CardV3.d.ts +17 -8
- package/dist/types/styles.d.ts +9 -9
- package/package.json +11 -11
package/dist/types/CardV3.d.ts
CHANGED
|
@@ -29,28 +29,34 @@ declare namespace CardT {
|
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
export declare const defaultProps: CardT.DefaultProps;
|
|
32
|
-
export declare const CardActionArea: import("styled-components").StyledComponent<"button", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface
|
|
32
|
+
export declare const CardActionArea: import("styled-components").StyledComponent<"button", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"button">, never>;
|
|
33
33
|
export declare const StyledCard: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<DSGridT.Props & React.RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, {
|
|
34
34
|
isOverlay?: boolean | undefined;
|
|
35
35
|
onClick?: ((e: React.MouseEvent<HTMLDivElement, MouseEvent>) => void) | undefined;
|
|
36
|
-
} & import("@elliemae/ds-system").OwnerInterface
|
|
36
|
+
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<React.ForwardRefExoticComponent<DSGridT.Props & React.RefAttributes<HTMLDivElement>>>, never>;
|
|
37
37
|
export declare const StyledButtonCard: import("styled-components").StyledComponent<import("styled-components").StyledComponent<React.ForwardRefExoticComponent<DSGridT.Props & React.RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, {
|
|
38
38
|
isOverlay?: boolean | undefined;
|
|
39
39
|
onClick?: ((e: React.MouseEvent<HTMLDivElement, MouseEvent>) => void) | undefined;
|
|
40
|
-
} & import("@elliemae/ds-system").OwnerInterface
|
|
40
|
+
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<React.ForwardRefExoticComponent<DSGridT.Props & React.RefAttributes<HTMLDivElement>>>, never>, import("@elliemae/ds-system").Theme, {
|
|
41
41
|
isOverlay?: boolean | undefined;
|
|
42
|
-
} & import("@elliemae/ds-system").OwnerInterface,
|
|
42
|
+
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("styled-components").StyledComponent<React.ForwardRefExoticComponent<DSGridT.Props & React.RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, {
|
|
43
|
+
isOverlay?: boolean | undefined;
|
|
44
|
+
onClick?: ((e: React.MouseEvent<HTMLDivElement, MouseEvent>) => void) | undefined;
|
|
45
|
+
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<React.ForwardRefExoticComponent<DSGridT.Props & React.RefAttributes<HTMLDivElement>>>, never>>, never>;
|
|
43
46
|
export declare const StyledCardError: import("styled-components").StyledComponent<import("styled-components").StyledComponent<React.ForwardRefExoticComponent<DSGridT.Props & React.RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, {
|
|
44
47
|
isOverlay?: boolean | undefined;
|
|
45
48
|
onClick?: ((e: React.MouseEvent<HTMLDivElement, MouseEvent>) => void) | undefined;
|
|
46
|
-
} & import("@elliemae/ds-system").OwnerInterface
|
|
49
|
+
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<React.ForwardRefExoticComponent<DSGridT.Props & React.RefAttributes<HTMLDivElement>>>, never>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("styled-components").StyledComponent<React.ForwardRefExoticComponent<DSGridT.Props & React.RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, {
|
|
50
|
+
isOverlay?: boolean | undefined;
|
|
51
|
+
onClick?: ((e: React.MouseEvent<HTMLDivElement, MouseEvent>) => void) | undefined;
|
|
52
|
+
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<React.ForwardRefExoticComponent<DSGridT.Props & React.RefAttributes<HTMLDivElement>>>, never>>, never>;
|
|
47
53
|
export declare const StyledCardSingleIndicator: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<DSGridT.Props & React.RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, {
|
|
48
54
|
isSelected?: boolean | undefined;
|
|
49
|
-
} & import("@elliemae/ds-system").OwnerInterface
|
|
55
|
+
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<React.ForwardRefExoticComponent<DSGridT.Props & React.RefAttributes<HTMLDivElement>>>, never>;
|
|
50
56
|
export declare const StyledCardDisabled: import("styled-components").StyledComponent<import("styled-components").StyledComponent<React.ForwardRefExoticComponent<DSGridT.Props & React.RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, {
|
|
51
57
|
isOverlay?: boolean | undefined;
|
|
52
58
|
onClick?: ((e: React.MouseEvent<HTMLDivElement, MouseEvent>) => void) | undefined;
|
|
53
|
-
} & import("@elliemae/ds-system").OwnerInterface
|
|
59
|
+
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<React.ForwardRefExoticComponent<DSGridT.Props & React.RefAttributes<HTMLDivElement>>>, never>, import("@elliemae/ds-system").Theme, {
|
|
54
60
|
[x: string]: any;
|
|
55
61
|
[x: number]: any;
|
|
56
62
|
[x: symbol]: any;
|
|
@@ -59,7 +65,10 @@ export declare const StyledCardDisabled: import("styled-components").StyledCompo
|
|
|
59
65
|
} & {
|
|
60
66
|
as?: string | React.ComponentType<any> | undefined;
|
|
61
67
|
forwardedAs?: string | React.ComponentType<any> | undefined;
|
|
62
|
-
} & import("@elliemae/ds-system").OwnerInterface,
|
|
68
|
+
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("styled-components").StyledComponent<React.ForwardRefExoticComponent<DSGridT.Props & React.RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, {
|
|
69
|
+
isOverlay?: boolean | undefined;
|
|
70
|
+
onClick?: ((e: React.MouseEvent<HTMLDivElement, MouseEvent>) => void) | undefined;
|
|
71
|
+
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<React.ForwardRefExoticComponent<DSGridT.Props & React.RefAttributes<HTMLDivElement>>>, never>>, never>;
|
|
63
72
|
export declare const CardSelectIndicator: (props: CardT.CardSelectIndicatorProps) => import("react/jsx-runtime").JSX.Element;
|
|
64
73
|
interface CardElementsProps extends DSGridT.InternalProps {
|
|
65
74
|
children: React.ReactNode;
|
package/dist/types/styles.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
declare const CardContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, {
|
|
3
3
|
hasBorder?: boolean | undefined;
|
|
4
|
-
} & import("@elliemae/ds-system").OwnerInterface
|
|
5
|
-
declare const LeftSection: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface
|
|
6
|
-
declare const LeftAddon: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface
|
|
7
|
-
declare const RightAddonSection: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface
|
|
8
|
-
declare const RightAddon: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface
|
|
9
|
-
declare const Separator: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface
|
|
10
|
-
declare const MainSection: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface
|
|
11
|
-
declare const Title: import("styled-components").StyledComponent<"h3", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface
|
|
12
|
-
declare const Description: import("styled-components").StyledComponent<"p", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface
|
|
4
|
+
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
|
|
5
|
+
declare const LeftSection: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
6
|
+
declare const LeftAddon: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
7
|
+
declare const RightAddonSection: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
8
|
+
declare const RightAddon: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
9
|
+
declare const Separator: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
10
|
+
declare const MainSection: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
11
|
+
declare const Title: import("styled-components").StyledComponent<"h3", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"h3">, never>;
|
|
12
|
+
declare const Description: import("styled-components").StyledComponent<"p", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"p">, never>;
|
|
13
13
|
export { CardContainer, LeftSection, LeftAddon, RightAddonSection, RightAddon, Separator, MainSection, Title, Description, };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-card-v2",
|
|
3
|
-
"version": "3.25.0-next.
|
|
3
|
+
"version": "3.25.0-next.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Card V2",
|
|
6
6
|
"files": [
|
|
@@ -49,21 +49,21 @@
|
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"lodash": "~4.17.21",
|
|
51
51
|
"uid": "~2.0.1",
|
|
52
|
-
"@elliemae/ds-button": "3.25.0-next.
|
|
53
|
-
"@elliemae/ds-
|
|
54
|
-
"@elliemae/ds-grid": "3.25.0-next.
|
|
55
|
-
"@elliemae/ds-
|
|
56
|
-
"@elliemae/ds-
|
|
57
|
-
"@elliemae/ds-truncated-tooltip-text": "3.25.0-next.
|
|
58
|
-
"@elliemae/ds-utilities": "3.25.0-next.
|
|
59
|
-
"@elliemae/ds-
|
|
60
|
-
"@elliemae/ds-
|
|
52
|
+
"@elliemae/ds-button": "3.25.0-next.3",
|
|
53
|
+
"@elliemae/ds-separator": "3.25.0-next.3",
|
|
54
|
+
"@elliemae/ds-grid": "3.25.0-next.3",
|
|
55
|
+
"@elliemae/ds-system": "3.25.0-next.3",
|
|
56
|
+
"@elliemae/ds-controlled-form": "3.25.0-next.3",
|
|
57
|
+
"@elliemae/ds-truncated-tooltip-text": "3.25.0-next.3",
|
|
58
|
+
"@elliemae/ds-utilities": "3.25.0-next.3",
|
|
59
|
+
"@elliemae/ds-header": "3.25.0-next.3",
|
|
60
|
+
"@elliemae/ds-icons": "3.25.0-next.3"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@elliemae/pui-cli": "~9.0.0-next.31",
|
|
64
64
|
"@xstyled/system": "3.7.0",
|
|
65
65
|
"styled-components": "~5.3.9",
|
|
66
|
-
"@elliemae/ds-monorepo-devops": "3.25.0-next.
|
|
66
|
+
"@elliemae/ds-monorepo-devops": "3.25.0-next.3"
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|
|
69
69
|
"lodash": "^4.17.21",
|