@elliemae/ds-chat-card 3.49.0-rc.18 → 3.49.0-rc.19
Sign up to get free protection for your applications and to get access to all the features.
@@ -32,5 +32,5 @@ __export(DSChatCardDefinitions_exports, {
|
|
32
32
|
});
|
33
33
|
module.exports = __toCommonJS(DSChatCardDefinitions_exports);
|
34
34
|
var React = __toESM(require("react"));
|
35
|
-
const DSChatCardName = "
|
35
|
+
const DSChatCardName = "DSChatcard";
|
36
36
|
//# sourceMappingURL=DSChatCardDefinitions.js.map
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"version": 3,
|
3
3
|
"sources": ["../../src/DSChatCardDefinitions.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
|
4
|
-
"sourcesContent": ["export const DSChatCardName = '
|
4
|
+
"sourcesContent": ["export const DSChatCardName = 'DSChatcard';\n", "import * as React from 'react';\nexport { React };\n"],
|
5
5
|
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAhB,MAAM,iBAAiB;",
|
6
6
|
"names": []
|
7
7
|
}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"version": 3,
|
3
3
|
"sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/DSChatCardDefinitions.tsx"],
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export const DSChatCardName = '
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export const DSChatCardName = 'DSChatcard';\n"],
|
5
5
|
"mappings": "AAAA,YAAY,WAAW;ACAhB,MAAM,iBAAiB;",
|
6
6
|
"names": []
|
7
7
|
}
|
@@ -1 +1 @@
|
|
1
|
-
export declare const DSChatCardName = "
|
1
|
+
export declare const DSChatCardName = "DSChatcard";
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@elliemae/ds-chat-card",
|
3
|
-
"version": "3.49.0-rc.
|
3
|
+
"version": "3.49.0-rc.19",
|
4
4
|
"license": "MIT",
|
5
5
|
"description": "ICE MT - Dimsum - Chat Card",
|
6
6
|
"files": [
|
@@ -48,17 +48,17 @@
|
|
48
48
|
"typeSafety": true
|
49
49
|
},
|
50
50
|
"dependencies": {
|
51
|
-
"@elliemae/ds-grid": "3.49.0-rc.
|
52
|
-
"@elliemae/ds-props-helpers": "3.49.0-rc.
|
53
|
-
"@elliemae/ds-truncated-tooltip-text": "3.49.0-rc.
|
54
|
-
"@elliemae/ds-system": "3.49.0-rc.
|
51
|
+
"@elliemae/ds-grid": "3.49.0-rc.19",
|
52
|
+
"@elliemae/ds-props-helpers": "3.49.0-rc.19",
|
53
|
+
"@elliemae/ds-truncated-tooltip-text": "3.49.0-rc.19",
|
54
|
+
"@elliemae/ds-system": "3.49.0-rc.19"
|
55
55
|
},
|
56
56
|
"devDependencies": {
|
57
57
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
58
58
|
"jest": "~29.7.0",
|
59
59
|
"jest-cli": "~29.7.0",
|
60
60
|
"styled-components": "~5.3.9",
|
61
|
-
"@elliemae/ds-monorepo-devops": "3.49.0-rc.
|
61
|
+
"@elliemae/ds-monorepo-devops": "3.49.0-rc.19"
|
62
62
|
},
|
63
63
|
"peerDependencies": {
|
64
64
|
"lodash": "^4.17.21",
|