@elliemae/ds-chat-tile 3.51.0-next.8 → 3.51.0-next.9
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/DSChatTileButtonDefinitions.js +1 -1
- package/dist/cjs/DSChatTileButtonDefinitions.js.map +1 -1
- package/dist/esm/DSChatTileButtonDefinitions.js +1 -1
- package/dist/esm/DSChatTileButtonDefinitions.js.map +1 -1
- package/dist/types/DSChatTileButtonDefinitions.d.ts +1 -1
- package/package.json +9 -9
@@ -32,5 +32,5 @@ __export(DSChatTileButtonDefinitions_exports, {
|
|
32
32
|
});
|
33
33
|
module.exports = __toCommonJS(DSChatTileButtonDefinitions_exports);
|
34
34
|
var React = __toESM(require("react"));
|
35
|
-
const DSChatTileButtonName = "
|
35
|
+
const DSChatTileButtonName = "DSChattilebutton";
|
36
36
|
//# sourceMappingURL=DSChatTileButtonDefinitions.js.map
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"version": 3,
|
3
3
|
"sources": ["../../src/DSChatTileButtonDefinitions.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
|
4
|
-
"sourcesContent": ["export const DSChatTileButtonName = '
|
4
|
+
"sourcesContent": ["export const DSChatTileButtonName = 'DSChattilebutton';\n", "import * as React from 'react';\nexport { React };\n"],
|
5
5
|
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAhB,MAAM,uBAAuB;",
|
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/DSChatTileButtonDefinitions.tsx"],
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export const DSChatTileButtonName = '
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export const DSChatTileButtonName = 'DSChattilebutton';\n"],
|
5
5
|
"mappings": "AAAA,YAAY,WAAW;ACAhB,MAAM,uBAAuB;",
|
6
6
|
"names": []
|
7
7
|
}
|
@@ -1 +1 @@
|
|
1
|
-
export declare const DSChatTileButtonName = "
|
1
|
+
export declare const DSChatTileButtonName = "DSChattilebutton";
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@elliemae/ds-chat-tile",
|
3
|
-
"version": "3.51.0-next.
|
3
|
+
"version": "3.51.0-next.9",
|
4
4
|
"license": "MIT",
|
5
5
|
"description": "ICE MT - Dimsum - Chat Tile",
|
6
6
|
"files": [
|
@@ -21,8 +21,8 @@
|
|
21
21
|
"url": "https://git.elliemae.io/platform-ui/dimsum.git"
|
22
22
|
},
|
23
23
|
"engines": {
|
24
|
-
"pnpm": ">=
|
25
|
-
"node": ">=
|
24
|
+
"pnpm": ">=9",
|
25
|
+
"node": ">=22"
|
26
26
|
},
|
27
27
|
"author": "ICE MT",
|
28
28
|
"jestSonar": {
|
@@ -36,17 +36,17 @@
|
|
36
36
|
"typeSafety": true
|
37
37
|
},
|
38
38
|
"dependencies": {
|
39
|
-
"@elliemae/ds-
|
40
|
-
"@elliemae/ds-
|
41
|
-
"@elliemae/ds-
|
42
|
-
"@elliemae/ds-system": "3.51.0-next.
|
43
|
-
"@elliemae/ds-
|
39
|
+
"@elliemae/ds-props-helpers": "3.51.0-next.9",
|
40
|
+
"@elliemae/ds-grid": "3.51.0-next.9",
|
41
|
+
"@elliemae/ds-tooltip-v3": "3.51.0-next.9",
|
42
|
+
"@elliemae/ds-system": "3.51.0-next.9",
|
43
|
+
"@elliemae/ds-icons": "3.51.0-next.9"
|
44
44
|
},
|
45
45
|
"devDependencies": {
|
46
46
|
"@elliemae/pui-cli": "9.0.0-next.55",
|
47
47
|
"jest": "~29.7.0",
|
48
48
|
"styled-components": "~5.3.9",
|
49
|
-
"@elliemae/ds-monorepo-devops": "3.51.0-next.
|
49
|
+
"@elliemae/ds-monorepo-devops": "3.51.0-next.9"
|
50
50
|
},
|
51
51
|
"peerDependencies": {
|
52
52
|
"lodash": "^4.17.21",
|