@elliemae/ds-chat-container 3.51.0-next.2 → 3.51.0-next.3
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 +15 -103
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-chat-container",
|
|
3
|
-
"version": "3.51.0-next.
|
|
3
|
+
"version": "3.51.0-next.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Chat Container",
|
|
6
6
|
"files": [
|
|
@@ -14,94 +14,6 @@
|
|
|
14
14
|
"types": "./dist/types/index.d.ts",
|
|
15
15
|
"import": "./dist/esm/index.js",
|
|
16
16
|
"require": "./dist/cjs/index.js"
|
|
17
|
-
},
|
|
18
|
-
"./tests/utils": {
|
|
19
|
-
"import": "./dist/esm/tests/utils.js",
|
|
20
|
-
"require": "./dist/cjs/tests/utils.js"
|
|
21
|
-
},
|
|
22
|
-
"./styled": {
|
|
23
|
-
"import": "./dist/esm/styled.js",
|
|
24
|
-
"require": "./dist/cjs/styled.js"
|
|
25
|
-
},
|
|
26
|
-
"./react-desc-prop-types": {
|
|
27
|
-
"import": "./dist/esm/react-desc-prop-types.js",
|
|
28
|
-
"require": "./dist/cjs/react-desc-prop-types.js"
|
|
29
|
-
},
|
|
30
|
-
"./ChatContainer": {
|
|
31
|
-
"import": "./dist/esm/ChatContainer.js",
|
|
32
|
-
"require": "./dist/cjs/ChatContainer.js"
|
|
33
|
-
},
|
|
34
|
-
"./parts/chat-container-messages-list/styled": {
|
|
35
|
-
"import": "./dist/esm/parts/chat-container-messages-list/styled.js",
|
|
36
|
-
"require": "./dist/cjs/parts/chat-container-messages-list/styled.js"
|
|
37
|
-
},
|
|
38
|
-
"./parts/chat-container-messages-list/props": {
|
|
39
|
-
"import": "./dist/esm/parts/chat-container-messages-list/props.js",
|
|
40
|
-
"require": "./dist/cjs/parts/chat-container-messages-list/props.js"
|
|
41
|
-
},
|
|
42
|
-
"./parts/chat-container-messages-list": {
|
|
43
|
-
"import": "./dist/esm/parts/chat-container-messages-list/index.js",
|
|
44
|
-
"require": "./dist/cjs/parts/chat-container-messages-list/index.js"
|
|
45
|
-
},
|
|
46
|
-
"./parts/chat-container-messages-list/config/useValidateProps": {
|
|
47
|
-
"import": "./dist/esm/parts/chat-container-messages-list/config/useValidateProps.js",
|
|
48
|
-
"require": "./dist/cjs/parts/chat-container-messages-list/config/useValidateProps.js"
|
|
49
|
-
},
|
|
50
|
-
"./parts/chat-container-messages-list/ChatContainerMessagesList": {
|
|
51
|
-
"import": "./dist/esm/parts/chat-container-messages-list/ChatContainerMessagesList.js",
|
|
52
|
-
"require": "./dist/cjs/parts/chat-container-messages-list/ChatContainerMessagesList.js"
|
|
53
|
-
},
|
|
54
|
-
"./parts/chat-container-header/styled": {
|
|
55
|
-
"import": "./dist/esm/parts/chat-container-header/styled.js",
|
|
56
|
-
"require": "./dist/cjs/parts/chat-container-header/styled.js"
|
|
57
|
-
},
|
|
58
|
-
"./parts/chat-container-header/helpers": {
|
|
59
|
-
"import": "./dist/esm/parts/chat-container-header/helpers.js",
|
|
60
|
-
"require": "./dist/cjs/parts/chat-container-header/helpers.js"
|
|
61
|
-
},
|
|
62
|
-
"./parts/chat-container-header/ChatContainerHeader": {
|
|
63
|
-
"import": "./dist/esm/parts/chat-container-header/ChatContainerHeader.js",
|
|
64
|
-
"require": "./dist/cjs/parts/chat-container-header/ChatContainerHeader.js"
|
|
65
|
-
},
|
|
66
|
-
"./parts/chat-composer/styled": {
|
|
67
|
-
"import": "./dist/esm/parts/chat-composer/styled.js",
|
|
68
|
-
"require": "./dist/cjs/parts/chat-composer/styled.js"
|
|
69
|
-
},
|
|
70
|
-
"./parts/chat-composer/props": {
|
|
71
|
-
"import": "./dist/esm/parts/chat-composer/props.js",
|
|
72
|
-
"require": "./dist/cjs/parts/chat-composer/props.js"
|
|
73
|
-
},
|
|
74
|
-
"./parts/chat-composer": {
|
|
75
|
-
"import": "./dist/esm/parts/chat-composer/index.js",
|
|
76
|
-
"require": "./dist/cjs/parts/chat-composer/index.js"
|
|
77
|
-
},
|
|
78
|
-
"./parts/chat-composer/config/useValidateProps": {
|
|
79
|
-
"import": "./dist/esm/parts/chat-composer/config/useValidateProps.js",
|
|
80
|
-
"require": "./dist/cjs/parts/chat-composer/config/useValidateProps.js"
|
|
81
|
-
},
|
|
82
|
-
"./parts/chat-composer/ChatContainerComposer": {
|
|
83
|
-
"import": "./dist/esm/parts/chat-composer/ChatContainerComposer.js",
|
|
84
|
-
"require": "./dist/cjs/parts/chat-composer/ChatContainerComposer.js"
|
|
85
|
-
},
|
|
86
|
-
"./parts/chat-card/styled": {
|
|
87
|
-
"import": "./dist/esm/parts/chat-card/styled.js",
|
|
88
|
-
"require": "./dist/cjs/parts/chat-card/styled.js"
|
|
89
|
-
},
|
|
90
|
-
"./parts/chat-card/props": {
|
|
91
|
-
"import": "./dist/esm/parts/chat-card/props.js",
|
|
92
|
-
"require": "./dist/cjs/parts/chat-card/props.js"
|
|
93
|
-
},
|
|
94
|
-
"./parts/chat-card": {
|
|
95
|
-
"import": "./dist/esm/parts/chat-card/index.js",
|
|
96
|
-
"require": "./dist/cjs/parts/chat-card/index.js"
|
|
97
|
-
},
|
|
98
|
-
"./parts/chat-card/config/useValidateProps": {
|
|
99
|
-
"import": "./dist/esm/parts/chat-card/config/useValidateProps.js",
|
|
100
|
-
"require": "./dist/cjs/parts/chat-card/config/useValidateProps.js"
|
|
101
|
-
},
|
|
102
|
-
"./ChatDataTestids": {
|
|
103
|
-
"import": "./dist/esm/ChatDataTestids.js",
|
|
104
|
-
"require": "./dist/cjs/ChatDataTestids.js"
|
|
105
17
|
}
|
|
106
18
|
},
|
|
107
19
|
"repository": {
|
|
@@ -125,25 +37,25 @@
|
|
|
125
37
|
},
|
|
126
38
|
"dependencies": {
|
|
127
39
|
"react-virtual": "~2.10.4",
|
|
128
|
-
"@elliemae/ds-banner": "3.51.0-next.
|
|
129
|
-
"@elliemae/ds-button-v2": "3.51.0-next.
|
|
130
|
-
"@elliemae/ds-chat-bubble": "3.51.0-next.
|
|
131
|
-
"@elliemae/ds-chat-container-header": "3.51.0-next.
|
|
132
|
-
"@elliemae/ds-chat-message-delimeter": "3.51.0-next.
|
|
133
|
-
"@elliemae/ds-
|
|
134
|
-
"@elliemae/ds-
|
|
135
|
-
"@elliemae/ds-indeterminate-progress-indicator": "3.51.0-next.
|
|
136
|
-
"@elliemae/ds-props-helpers": "3.51.0-next.
|
|
137
|
-
"@elliemae/ds-
|
|
138
|
-
"@elliemae/ds-
|
|
139
|
-
"@elliemae/ds-
|
|
40
|
+
"@elliemae/ds-banner": "3.51.0-next.3",
|
|
41
|
+
"@elliemae/ds-button-v2": "3.51.0-next.3",
|
|
42
|
+
"@elliemae/ds-chat-bubble": "3.51.0-next.3",
|
|
43
|
+
"@elliemae/ds-chat-container-header": "3.51.0-next.3",
|
|
44
|
+
"@elliemae/ds-chat-message-delimeter": "3.51.0-next.3",
|
|
45
|
+
"@elliemae/ds-grid": "3.51.0-next.3",
|
|
46
|
+
"@elliemae/ds-chat-system-message": "3.51.0-next.3",
|
|
47
|
+
"@elliemae/ds-indeterminate-progress-indicator": "3.51.0-next.3",
|
|
48
|
+
"@elliemae/ds-props-helpers": "3.51.0-next.3",
|
|
49
|
+
"@elliemae/ds-system": "3.51.0-next.3",
|
|
50
|
+
"@elliemae/ds-typescript-helpers": "3.51.0-next.3",
|
|
51
|
+
"@elliemae/ds-icons": "3.51.0-next.3"
|
|
140
52
|
},
|
|
141
53
|
"devDependencies": {
|
|
142
54
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
|
143
|
-
"@types/react": "
|
|
55
|
+
"@types/react": "^18.0.0",
|
|
144
56
|
"jest": "~29.7.0",
|
|
145
57
|
"styled-components": "~5.3.9",
|
|
146
|
-
"@elliemae/ds-monorepo-devops": "3.51.0-next.
|
|
58
|
+
"@elliemae/ds-monorepo-devops": "3.51.0-next.3"
|
|
147
59
|
},
|
|
148
60
|
"peerDependencies": {
|
|
149
61
|
"lodash": "^4.17.21",
|