@elliemae/ds-card-v3-poc 3.53.0-beta.7 → 3.53.0-beta.8

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.
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { type GlobalAttributesT } from '@elliemae/ds-props-helpers';
3
2
  import { type DSGridT } from '@elliemae/ds-grid';
4
3
  export declare namespace CardT {
@@ -1,30 +1,29 @@
1
- /// <reference types="react" />
2
1
  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>;
3
2
  export declare const StyledCard: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, {
4
- isOverlay?: boolean | undefined;
5
- onClick?: ((e: React.MouseEvent<HTMLDivElement, MouseEvent>) => void) | undefined;
3
+ isOverlay?: boolean;
4
+ onClick?: (e: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
6
5
  } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
7
6
  export declare const StyledButtonCard: import("styled-components").StyledComponent<import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, {
8
- isOverlay?: boolean | undefined;
9
- onClick?: ((e: React.MouseEvent<HTMLDivElement, MouseEvent>) => void) | undefined;
7
+ isOverlay?: boolean;
8
+ onClick?: (e: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
10
9
  } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>, import("@elliemae/ds-system").Theme, {
11
- isOverlay?: boolean | undefined;
10
+ isOverlay?: boolean;
12
11
  } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, {
13
- isOverlay?: boolean | undefined;
14
- onClick?: ((e: React.MouseEvent<HTMLDivElement, MouseEvent>) => void) | undefined;
12
+ isOverlay?: boolean;
13
+ onClick?: (e: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
15
14
  } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>>, never>;
16
15
  export declare const StyledCardError: import("styled-components").StyledComponent<import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, {
17
- isOverlay?: boolean | undefined;
18
- onClick?: ((e: React.MouseEvent<HTMLDivElement, MouseEvent>) => void) | undefined;
16
+ isOverlay?: boolean;
17
+ onClick?: (e: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
19
18
  } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, {
20
- isOverlay?: boolean | undefined;
21
- onClick?: ((e: React.MouseEvent<HTMLDivElement, MouseEvent>) => void) | undefined;
19
+ isOverlay?: boolean;
20
+ onClick?: (e: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
22
21
  } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>>, never>;
23
22
  export declare const StyledCardSingleIndicator: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, {
24
- isSelected?: boolean | undefined;
23
+ isSelected?: boolean;
25
24
  } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
26
25
  export declare const StyledFocusRing: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, {
27
26
  showFocusRing: boolean;
28
- hasError?: boolean | undefined;
27
+ hasError?: boolean;
29
28
  } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
30
29
  export declare const StyledCardDisabled: React.FC;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-card-v3-poc",
3
- "version": "3.53.0-beta.7",
3
+ "version": "3.53.0-beta.8",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Card V3",
6
6
  "files": [
@@ -36,18 +36,18 @@
36
36
  "indent": 4
37
37
  },
38
38
  "dependencies": {
39
- "@elliemae/ds-form-radio": "3.53.0-beta.7",
40
- "@elliemae/ds-grid": "3.53.0-beta.7",
41
- "@elliemae/ds-props-helpers": "3.53.0-beta.7",
42
- "@elliemae/ds-system": "3.53.0-beta.7"
39
+ "@elliemae/ds-form-radio": "3.53.0-beta.8",
40
+ "@elliemae/ds-grid": "3.53.0-beta.8",
41
+ "@elliemae/ds-props-helpers": "3.53.0-beta.8",
42
+ "@elliemae/ds-system": "3.53.0-beta.8"
43
43
  },
44
44
  "devDependencies": {
45
- "@elliemae/pui-cli": "9.0.0-next.63",
45
+ "@elliemae/pui-cli": "9.0.0-next.65",
46
46
  "@elliemae/pui-theme": "~2.13.0",
47
47
  "jest": "~29.7.0",
48
48
  "styled-components": "~5.3.9",
49
49
  "styled-system": "^5.1.5",
50
- "@elliemae/ds-monorepo-devops": "3.53.0-beta.7"
50
+ "@elliemae/ds-monorepo-devops": "3.53.0-beta.8"
51
51
  },
52
52
  "peerDependencies": {
53
53
  "@elliemae/pui-theme": "~2.13.0",