@elliemae/ds-chat-container 3.16.4-rc.0 → 3.16.4-rc.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.
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import type { DSChatBubbleT } from '@elliemae/ds-chat-bubble';
|
|
2
3
|
export declare const StyledWrapper: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
|
|
3
4
|
export declare const StyledWrapperListItem: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & Partial<DSChatBubbleT.Props>, never>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-chat-container",
|
|
3
|
-
"version": "3.16.4-rc.
|
|
3
|
+
"version": "3.16.4-rc.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Chat Container",
|
|
6
6
|
"files": [
|
|
@@ -124,18 +124,18 @@
|
|
|
124
124
|
},
|
|
125
125
|
"dependencies": {
|
|
126
126
|
"react-virtual": "~2.10.4",
|
|
127
|
-
"@elliemae/ds-banner": "3.16.4-rc.
|
|
128
|
-
"@elliemae/ds-
|
|
129
|
-
"@elliemae/ds-
|
|
130
|
-
"@elliemae/ds-chat-
|
|
131
|
-
"@elliemae/ds-chat-
|
|
132
|
-
"@elliemae/ds-chat-system-message": "3.16.4-rc.
|
|
133
|
-
"@elliemae/ds-grid": "3.16.4-rc.
|
|
134
|
-
"@elliemae/ds-
|
|
135
|
-
"@elliemae/ds-
|
|
136
|
-
"@elliemae/ds-
|
|
137
|
-
"@elliemae/ds-
|
|
138
|
-
"@elliemae/ds-
|
|
127
|
+
"@elliemae/ds-banner": "3.16.4-rc.2",
|
|
128
|
+
"@elliemae/ds-button": "3.16.4-rc.2",
|
|
129
|
+
"@elliemae/ds-chat-bubble": "3.16.4-rc.2",
|
|
130
|
+
"@elliemae/ds-chat-container-header": "3.16.4-rc.2",
|
|
131
|
+
"@elliemae/ds-chat-message-delimeter": "3.16.4-rc.2",
|
|
132
|
+
"@elliemae/ds-chat-system-message": "3.16.4-rc.2",
|
|
133
|
+
"@elliemae/ds-grid": "3.16.4-rc.2",
|
|
134
|
+
"@elliemae/ds-icons": "3.16.4-rc.2",
|
|
135
|
+
"@elliemae/ds-indeterminate-progress-indicator": "3.16.4-rc.2",
|
|
136
|
+
"@elliemae/ds-props-helpers": "3.16.4-rc.2",
|
|
137
|
+
"@elliemae/ds-system": "3.16.4-rc.2",
|
|
138
|
+
"@elliemae/ds-utilities": "3.16.4-rc.2"
|
|
139
139
|
},
|
|
140
140
|
"devDependencies": {
|
|
141
141
|
"@testing-library/dom": "~8.19.0",
|