@elliemae/ds-chat-container 3.49.0-rc.8 → 3.49.0
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/dist/cjs/DSChatContainerDefinitions.js +3 -3
- package/dist/cjs/DSChatContainerDefinitions.js.map +1 -1
- package/dist/esm/DSChatContainerDefinitions.js +3 -3
- package/dist/esm/DSChatContainerDefinitions.js.map +1 -1
- package/dist/types/DSChatContainerDefinitions.d.ts +3 -3
- package/package.json +19 -17
|
@@ -34,7 +34,7 @@ __export(DSChatContainerDefinitions_exports, {
|
|
|
34
34
|
});
|
|
35
35
|
module.exports = __toCommonJS(DSChatContainerDefinitions_exports);
|
|
36
36
|
var React = __toESM(require("react"));
|
|
37
|
-
const DSChatContainerName = "
|
|
38
|
-
const DSChatContainerComposerName = "
|
|
39
|
-
const DSChatContainerMessagesList = "
|
|
37
|
+
const DSChatContainerName = "DSChatcontainername";
|
|
38
|
+
const DSChatContainerComposerName = "DSChatcontainercomposer";
|
|
39
|
+
const DSChatContainerMessagesList = "DSChatcontainermessageslist";
|
|
40
40
|
//# sourceMappingURL=DSChatContainerDefinitions.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/DSChatContainerDefinitions.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["export const DSChatContainerName = '
|
|
4
|
+
"sourcesContent": ["export const DSChatContainerName = 'DSChatcontainername';\nexport const DSChatContainerComposerName = 'DSChatcontainercomposer';\nexport const DSChatContainerMessagesList = 'DSChatcontainermessageslist';\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
5
|
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAhB,MAAM,sBAAsB;AAC5B,MAAM,8BAA8B;AACpC,MAAM,8BAA8B;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
const DSChatContainerName = "
|
|
3
|
-
const DSChatContainerComposerName = "
|
|
4
|
-
const DSChatContainerMessagesList = "
|
|
2
|
+
const DSChatContainerName = "DSChatcontainername";
|
|
3
|
+
const DSChatContainerComposerName = "DSChatcontainercomposer";
|
|
4
|
+
const DSChatContainerMessagesList = "DSChatcontainermessageslist";
|
|
5
5
|
export {
|
|
6
6
|
DSChatContainerComposerName,
|
|
7
7
|
DSChatContainerMessagesList,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/DSChatContainerDefinitions.tsx"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export const DSChatContainerName = '
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export const DSChatContainerName = 'DSChatcontainername';\nexport const DSChatContainerComposerName = 'DSChatcontainercomposer';\nexport const DSChatContainerMessagesList = 'DSChatcontainermessageslist';\n"],
|
|
5
5
|
"mappings": "AAAA,YAAY,WAAW;ACAhB,MAAM,sBAAsB;AAC5B,MAAM,8BAA8B;AACpC,MAAM,8BAA8B;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare const DSChatContainerName = "
|
|
2
|
-
export declare const DSChatContainerComposerName = "
|
|
3
|
-
export declare const DSChatContainerMessagesList = "
|
|
1
|
+
export declare const DSChatContainerName = "DSChatcontainername";
|
|
2
|
+
export declare const DSChatContainerComposerName = "DSChatcontainercomposer";
|
|
3
|
+
export declare const DSChatContainerMessagesList = "DSChatcontainermessageslist";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-chat-container",
|
|
3
|
-
"version": "3.49.0
|
|
3
|
+
"version": "3.49.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Chat Container",
|
|
6
6
|
"files": [
|
|
@@ -109,8 +109,8 @@
|
|
|
109
109
|
"url": "https://git.elliemae.io/platform-ui/dimsum.git"
|
|
110
110
|
},
|
|
111
111
|
"engines": {
|
|
112
|
-
"pnpm": ">=
|
|
113
|
-
"node": ">=
|
|
112
|
+
"pnpm": ">=9",
|
|
113
|
+
"node": ">=22"
|
|
114
114
|
},
|
|
115
115
|
"author": "ICE MT",
|
|
116
116
|
"jestSonar": {
|
|
@@ -125,24 +125,26 @@
|
|
|
125
125
|
},
|
|
126
126
|
"dependencies": {
|
|
127
127
|
"react-virtual": "~2.10.4",
|
|
128
|
-
"@elliemae/ds-
|
|
129
|
-
"@elliemae/ds-
|
|
130
|
-
"@elliemae/ds-
|
|
131
|
-
"@elliemae/ds-
|
|
132
|
-
"@elliemae/ds-
|
|
133
|
-
"@elliemae/ds-
|
|
134
|
-
"@elliemae/ds-
|
|
135
|
-
"@elliemae/ds-
|
|
136
|
-
"@elliemae/ds-
|
|
137
|
-
"@elliemae/ds-
|
|
138
|
-
"@elliemae/ds-
|
|
139
|
-
"@elliemae/ds-
|
|
128
|
+
"@elliemae/ds-banner": "3.49.0",
|
|
129
|
+
"@elliemae/ds-button-v2": "3.49.0",
|
|
130
|
+
"@elliemae/ds-chat-bubble": "3.49.0",
|
|
131
|
+
"@elliemae/ds-chat-container-header": "3.49.0",
|
|
132
|
+
"@elliemae/ds-chat-system-message": "3.49.0",
|
|
133
|
+
"@elliemae/ds-grid": "3.49.0",
|
|
134
|
+
"@elliemae/ds-icons": "3.49.0",
|
|
135
|
+
"@elliemae/ds-indeterminate-progress-indicator": "3.49.0",
|
|
136
|
+
"@elliemae/ds-props-helpers": "3.49.0",
|
|
137
|
+
"@elliemae/ds-chat-message-delimeter": "3.49.0",
|
|
138
|
+
"@elliemae/ds-system": "3.49.0",
|
|
139
|
+
"@elliemae/ds-typescript-helpers": "3.49.0"
|
|
140
140
|
},
|
|
141
141
|
"devDependencies": {
|
|
142
142
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
|
143
|
-
"@types/react": "
|
|
143
|
+
"@types/react": "^18.0.0",
|
|
144
|
+
"jest": "~29.7.0",
|
|
145
|
+
"jest-cli": "~29.7.0",
|
|
144
146
|
"styled-components": "~5.3.9",
|
|
145
|
-
"@elliemae/ds-monorepo-devops": "3.49.0
|
|
147
|
+
"@elliemae/ds-monorepo-devops": "3.49.0"
|
|
146
148
|
},
|
|
147
149
|
"peerDependencies": {
|
|
148
150
|
"lodash": "^4.17.21",
|