@elliemae/ds-chat-card 3.53.0-beta.8 → 3.53.0-next.10

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,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare namespace DSChatCardT {
2
3
  interface RequiredProps {
3
4
  title: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const Wrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
2
3
  export declare const MainContent: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
3
4
  export declare const Title: import("styled-components").StyledComponent<"p", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"p">, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-chat-card",
3
- "version": "3.53.0-beta.8",
3
+ "version": "3.53.0-next.10",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Chat Card",
6
6
  "files": [
@@ -36,16 +36,16 @@
36
36
  "typeSafety": true
37
37
  },
38
38
  "dependencies": {
39
- "@elliemae/ds-props-helpers": "3.53.0-beta.8",
40
- "@elliemae/ds-system": "3.53.0-beta.8",
41
- "@elliemae/ds-grid": "3.53.0-beta.8",
42
- "@elliemae/ds-truncated-tooltip-text": "3.53.0-beta.8"
39
+ "@elliemae/ds-grid": "3.53.0-next.10",
40
+ "@elliemae/ds-truncated-tooltip-text": "3.53.0-next.10",
41
+ "@elliemae/ds-props-helpers": "3.53.0-next.10",
42
+ "@elliemae/ds-system": "3.53.0-next.10"
43
43
  },
44
44
  "devDependencies": {
45
- "@elliemae/pui-cli": "9.0.0-next.65",
45
+ "@elliemae/pui-cli": "9.0.0-next.63",
46
46
  "jest": "~29.7.0",
47
47
  "styled-components": "~5.3.9",
48
- "@elliemae/ds-monorepo-devops": "3.53.0-beta.8"
48
+ "@elliemae/ds-monorepo-devops": "3.53.0-next.10"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "lodash-es": "^4.17.21",