@elliemae/ds-chat-container-header 3.31.4 → 3.31.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-chat-container-header",
3
- "version": "3.31.4",
3
+ "version": "3.31.6",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Chat Container Header",
6
6
  "files": [
@@ -44,19 +44,19 @@
44
44
  },
45
45
  "publishConfig": {
46
46
  "access": "public",
47
- "typeSafety": true
47
+ "typeSafety": false
48
48
  },
49
49
  "dependencies": {
50
- "@elliemae/ds-grid": "3.31.4",
51
- "@elliemae/ds-props-helpers": "3.31.4",
52
- "@elliemae/ds-system": "3.31.4",
53
- "@elliemae/ds-truncated-tooltip-text": "3.31.4"
50
+ "@elliemae/ds-grid": "3.31.6",
51
+ "@elliemae/ds-props-helpers": "3.31.6",
52
+ "@elliemae/ds-system": "3.31.6",
53
+ "@elliemae/ds-truncated-tooltip-text": "3.31.6"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@elliemae/pui-cli": "~9.0.0-next.31",
57
57
  "@types/react": "latest",
58
58
  "styled-components": "~5.3.9",
59
- "@elliemae/ds-monorepo-devops": "3.31.4"
59
+ "@elliemae/ds-monorepo-devops": "3.31.6"
60
60
  },
61
61
  "peerDependencies": {
62
62
  "lodash": "^4.17.21",
@@ -1,13 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const StyledChatContainerContentHeaderActions: 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 StyledChatContainerContentHeader: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, {
4
- [x: string]: any;
5
- [x: number]: any;
6
- [x: symbol]: any;
7
- } & {
8
- theme?: import("@elliemae/ds-system").Theme | undefined;
9
- } & {
10
- as?: string | import("react").ComponentType<any> | undefined;
11
- forwardedAs?: string | import("react").ComponentType<any> | undefined;
12
- } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
13
- export declare const StyledChatContainerContentHeaderLabel: 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>;