@elliemae/ds-chat-container 3.31.3 → 3.31.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-chat-container",
3
- "version": "3.31.3",
3
+ "version": "3.31.5",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Chat Container",
6
6
  "files": [
@@ -120,28 +120,28 @@
120
120
  },
121
121
  "publishConfig": {
122
122
  "access": "public",
123
- "typeSafety": true
123
+ "typeSafety": false
124
124
  },
125
125
  "dependencies": {
126
126
  "react-virtual": "~2.10.4",
127
- "@elliemae/ds-banner": "3.31.3",
128
- "@elliemae/ds-chat-bubble": "3.31.3",
129
- "@elliemae/ds-button-v2": "3.31.3",
130
- "@elliemae/ds-chat-message-delimeter": "3.31.3",
131
- "@elliemae/ds-chat-system-message": "3.31.3",
132
- "@elliemae/ds-grid": "3.31.3",
133
- "@elliemae/ds-chat-container-header": "3.31.3",
134
- "@elliemae/ds-icons": "3.31.3",
135
- "@elliemae/ds-indeterminate-progress-indicator": "3.31.3",
136
- "@elliemae/ds-props-helpers": "3.31.3",
137
- "@elliemae/ds-system": "3.31.3",
138
- "@elliemae/ds-typescript-helpers": "3.31.3"
127
+ "@elliemae/ds-banner": "3.31.5",
128
+ "@elliemae/ds-button-v2": "3.31.5",
129
+ "@elliemae/ds-chat-bubble": "3.31.5",
130
+ "@elliemae/ds-chat-container-header": "3.31.5",
131
+ "@elliemae/ds-chat-message-delimeter": "3.31.5",
132
+ "@elliemae/ds-chat-system-message": "3.31.5",
133
+ "@elliemae/ds-grid": "3.31.5",
134
+ "@elliemae/ds-icons": "3.31.5",
135
+ "@elliemae/ds-indeterminate-progress-indicator": "3.31.5",
136
+ "@elliemae/ds-props-helpers": "3.31.5",
137
+ "@elliemae/ds-system": "3.31.5",
138
+ "@elliemae/ds-typescript-helpers": "3.31.5"
139
139
  },
140
140
  "devDependencies": {
141
141
  "@elliemae/pui-cli": "~9.0.0-next.31",
142
142
  "@types/react": "latest",
143
143
  "styled-components": "~5.3.9",
144
- "@elliemae/ds-monorepo-devops": "3.31.3"
144
+ "@elliemae/ds-monorepo-devops": "3.31.5"
145
145
  },
146
146
  "peerDependencies": {
147
147
  "lodash": "^4.17.21",
@@ -1,17 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const CONTAINER_WIDTH = 300;
3
- export declare const StyledChatContainerContent: 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>;
4
- export declare const StyledIndicatorContainer: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
5
- isLoading?: "top" | "bottom" | undefined;
6
- linear?: boolean | undefined;
7
- } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
8
- export declare const MobileStyledChatContainerContent: 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, 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>, import("@elliemae/ds-system").Theme, {
9
- [x: string]: any;
10
- [x: number]: any;
11
- [x: symbol]: any;
12
- } & {
13
- theme?: import("@elliemae/ds-system").Theme | undefined;
14
- } & {
15
- as?: string | import("react").ComponentType<any> | undefined;
16
- forwardedAs?: string | import("react").ComponentType<any> | undefined;
17
- } & 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, 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>>, never>;