@elliemae/ds-chat-bubble 3.46.5 → 3.46.7
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/styled.d.ts
CHANGED
|
@@ -1,14 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const
|
|
4
|
-
export declare const
|
|
5
|
-
export declare const
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
export declare const
|
|
9
|
-
export declare const
|
|
10
|
-
export declare const StyleHelpMessage: import("styled-components").StyledComponent<import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>>, never>;
|
|
11
|
-
export declare const StyledBubbleArrow: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
12
|
-
export declare const StyledColoredBubble: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
|
|
13
|
-
type: string;
|
|
14
|
-
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
1
|
+
export declare const StyledWrapper: any;
|
|
2
|
+
export declare const StyledTitleBubble: any;
|
|
3
|
+
export declare const StyledTitleLeftBubble: any;
|
|
4
|
+
export declare const StyledTitleRightBubble: any;
|
|
5
|
+
export declare const StyleBodyWrapper: any;
|
|
6
|
+
export declare const StyleErrorMessage: any;
|
|
7
|
+
export declare const StyleHelpMessage: any;
|
|
8
|
+
export declare const StyledBubbleArrow: any;
|
|
9
|
+
export declare const StyledColoredBubble: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-chat-bubble",
|
|
3
|
-
"version": "3.46.
|
|
3
|
+
"version": "3.46.7",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Chat",
|
|
6
6
|
"files": [
|
|
@@ -49,19 +49,19 @@
|
|
|
49
49
|
},
|
|
50
50
|
"publishConfig": {
|
|
51
51
|
"access": "public",
|
|
52
|
-
"typeSafety":
|
|
52
|
+
"typeSafety": false
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"uid": "2.0.1",
|
|
56
|
-
"@elliemae/ds-grid": "3.46.
|
|
57
|
-
"@elliemae/ds-
|
|
58
|
-
"@elliemae/ds-
|
|
59
|
-
"@elliemae/ds-system": "3.46.
|
|
56
|
+
"@elliemae/ds-grid": "3.46.7",
|
|
57
|
+
"@elliemae/ds-props-helpers": "3.46.7",
|
|
58
|
+
"@elliemae/ds-icons": "3.46.7",
|
|
59
|
+
"@elliemae/ds-system": "3.46.7"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
|
63
63
|
"styled-components": "~5.3.9",
|
|
64
|
-
"@elliemae/ds-monorepo-devops": "3.46.
|
|
64
|
+
"@elliemae/ds-monorepo-devops": "3.46.7"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
|
67
67
|
"lodash": "^4.17.21",
|