@elliemae/ds-chat-container-header 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/styled.d.ts
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export declare const
|
|
4
|
-
export declare const StyledChatContainerContentHeader: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, DSGridT.Props & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
|
|
5
|
-
export declare const StyledChatContainerContentHeaderLabel: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
|
|
1
|
+
export declare const StyledChatContainerContentHeaderActions: any;
|
|
2
|
+
export declare const StyledChatContainerContentHeader: any;
|
|
3
|
+
export declare const StyledChatContainerContentHeaderLabel: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-chat-container-header",
|
|
3
|
-
"version": "3.46.
|
|
3
|
+
"version": "3.46.6",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Chat Container Header",
|
|
6
6
|
"files": [
|
|
@@ -45,19 +45,19 @@
|
|
|
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.
|
|
54
|
-
"@elliemae/ds-truncated-tooltip-text": "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
|
+
"@elliemae/ds-truncated-tooltip-text": "3.46.6"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
|
58
58
|
"@types/react": "latest",
|
|
59
59
|
"styled-components": "~5.3.9",
|
|
60
|
-
"@elliemae/ds-monorepo-devops": "3.46.
|
|
60
|
+
"@elliemae/ds-monorepo-devops": "3.46.6"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
63
|
"lodash": "^4.17.21",
|