@elliemae/ds-chat-sidebar 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.
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const
|
|
4
|
-
export declare const StyledSidebarButtonLabel: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
1
|
+
export declare const StyledSidebarButton: any;
|
|
2
|
+
export declare const StyledSidebarButtonIcon: any;
|
|
3
|
+
export declare const StyledSidebarButtonLabel: any;
|
package/dist/types/styled.d.ts
CHANGED
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const StyledSideBarButtonsContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").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<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
|
|
1
|
+
export declare const StyledSideBarContainer: any;
|
|
2
|
+
export declare const StyledSideBarButtonsContainer: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-chat-sidebar",
|
|
3
|
-
"version": "3.46.
|
|
3
|
+
"version": "3.46.6",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Chat Sidebar",
|
|
6
6
|
"files": [
|
|
@@ -61,19 +61,19 @@
|
|
|
61
61
|
},
|
|
62
62
|
"publishConfig": {
|
|
63
63
|
"access": "public",
|
|
64
|
-
"typeSafety":
|
|
64
|
+
"typeSafety": false
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@elliemae/ds-chat-tile": "3.46.
|
|
68
|
-
"@elliemae/ds-grid": "3.46.
|
|
69
|
-
"@elliemae/ds-icons": "3.46.
|
|
70
|
-
"@elliemae/ds-props-helpers": "3.46.
|
|
71
|
-
"@elliemae/ds-system": "3.46.
|
|
67
|
+
"@elliemae/ds-chat-tile": "3.46.6",
|
|
68
|
+
"@elliemae/ds-grid": "3.46.6",
|
|
69
|
+
"@elliemae/ds-icons": "3.46.6",
|
|
70
|
+
"@elliemae/ds-props-helpers": "3.46.6",
|
|
71
|
+
"@elliemae/ds-system": "3.46.6"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
|
75
75
|
"styled-components": "~5.3.9",
|
|
76
|
-
"@elliemae/ds-monorepo-devops": "3.46.
|
|
76
|
+
"@elliemae/ds-monorepo-devops": "3.46.6"
|
|
77
77
|
},
|
|
78
78
|
"peerDependencies": {
|
|
79
79
|
"lodash": "^4.17.21",
|