@elliemae/ds-card-v2 3.24.2 → 3.25.0-next.2

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.
@@ -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, never>;
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, never>;
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, never>, import("@elliemae/ds-system").Theme, {
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, never>;
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, never>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
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, never>;
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, never>, import("@elliemae/ds-system").Theme, {
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, never>;
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;
@@ -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, never>;
5
- declare const LeftSection: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
6
- declare const LeftAddon: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
7
- declare const RightAddonSection: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
8
- declare const RightAddon: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
9
- declare const Separator: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
10
- declare const MainSection: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
11
- declare const Title: import("styled-components").StyledComponent<"h3", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
12
- declare const Description: import("styled-components").StyledComponent<"p", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
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.24.2",
3
+ "version": "3.25.0-next.2",
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.24.2",
53
- "@elliemae/ds-controlled-form": "3.24.2",
54
- "@elliemae/ds-header": "3.24.2",
55
- "@elliemae/ds-grid": "3.24.2",
56
- "@elliemae/ds-icons": "3.24.2",
57
- "@elliemae/ds-separator": "3.24.2",
58
- "@elliemae/ds-system": "3.24.2",
59
- "@elliemae/ds-truncated-tooltip-text": "3.24.2",
60
- "@elliemae/ds-utilities": "3.24.2"
52
+ "@elliemae/ds-button": "3.25.0-next.2",
53
+ "@elliemae/ds-controlled-form": "3.25.0-next.2",
54
+ "@elliemae/ds-header": "3.25.0-next.2",
55
+ "@elliemae/ds-grid": "3.25.0-next.2",
56
+ "@elliemae/ds-separator": "3.25.0-next.2",
57
+ "@elliemae/ds-system": "3.25.0-next.2",
58
+ "@elliemae/ds-truncated-tooltip-text": "3.25.0-next.2",
59
+ "@elliemae/ds-icons": "3.25.0-next.2",
60
+ "@elliemae/ds-utilities": "3.25.0-next.2"
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.24.2"
66
+ "@elliemae/ds-monorepo-devops": "3.25.0-next.2"
67
67
  },
68
68
  "peerDependencies": {
69
69
  "lodash": "^4.17.21",