@elliemae/ds-chat-system-message 3.46.4 → 3.46.6
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/types/style.d.ts +6 -7
- package/package.json +6 -6
package/dist/types/style.d.ts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
declare const
|
|
3
|
-
declare const
|
|
4
|
-
declare const
|
|
5
|
-
declare const
|
|
6
|
-
declare const
|
|
7
|
-
declare const Message: import("styled-components").StyledComponent<"p", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"p">, never>;
|
|
1
|
+
declare const Wrapper: any;
|
|
2
|
+
declare const Header: any;
|
|
3
|
+
declare const EmptyDiv: any;
|
|
4
|
+
declare const Title: any;
|
|
5
|
+
declare const Time: any;
|
|
6
|
+
declare const Message: any;
|
|
8
7
|
export { Wrapper, Header, EmptyDiv, Title, Time, Message };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-chat-system-message",
|
|
3
|
-
"version": "3.46.
|
|
3
|
+
"version": "3.46.6",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Chat System Message",
|
|
6
6
|
"files": [
|
|
@@ -45,17 +45,17 @@
|
|
|
45
45
|
},
|
|
46
46
|
"publishConfig": {
|
|
47
47
|
"access": "public",
|
|
48
|
-
"typeSafety":
|
|
48
|
+
"typeSafety": false
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@elliemae/ds-grid": "3.46.
|
|
52
|
-
"@elliemae/ds-props-helpers": "3.46.
|
|
53
|
-
"@elliemae/ds-system": "3.46.
|
|
51
|
+
"@elliemae/ds-grid": "3.46.6",
|
|
52
|
+
"@elliemae/ds-props-helpers": "3.46.6",
|
|
53
|
+
"@elliemae/ds-system": "3.46.6"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
|
57
57
|
"styled-components": "~5.3.9",
|
|
58
|
-
"@elliemae/ds-monorepo-devops": "3.46.
|
|
58
|
+
"@elliemae/ds-monorepo-devops": "3.46.6"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|
|
61
61
|
"lodash": "^4.17.21",
|