@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
- /// <reference types="react" />
2
- export declare const StyledSidebarButton: import("styled-components").StyledComponent<"button", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"button">, never>;
3
- export declare const StyledSidebarButtonIcon: 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>;
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;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
- export declare const StyledSideBarContainer: 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>;
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.4",
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": true
64
+ "typeSafety": false
65
65
  },
66
66
  "dependencies": {
67
- "@elliemae/ds-chat-tile": "3.46.4",
68
- "@elliemae/ds-grid": "3.46.4",
69
- "@elliemae/ds-icons": "3.46.4",
70
- "@elliemae/ds-props-helpers": "3.46.4",
71
- "@elliemae/ds-system": "3.46.4"
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.4"
76
+ "@elliemae/ds-monorepo-devops": "3.46.6"
77
77
  },
78
78
  "peerDependencies": {
79
79
  "lodash": "^4.17.21",