@elliemae/ds-chat-container 3.46.5 → 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,11 +1,5 @@
1
- /// <reference types="react" />
2
- import type { TextAreaProps } from '../../react-desc-prop-types.js';
3
- export declare const StyledChatContainerContentComposer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, {
4
- maxHeight: string;
5
- } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
6
- export declare const StyledComposerInput: import("styled-components").StyledComponent<"textarea", import("@elliemae/ds-system").Theme, TextAreaProps & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"textarea">, never>;
7
- export declare const StyledComposerButton: import("styled-components").StyledComponent<import("react").ComponentType<import("@elliemae/ds-button-v2").DSButtonV2T.Props>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ComponentType<import("@elliemae/ds-button-v2").DSButtonV2T.Props>>, never>;
8
- export declare const StyledCounterArea: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, {
9
- hasError: boolean;
10
- } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
11
- export declare const StyledCounterErrorA11y: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"span">, never>;
1
+ export declare const StyledChatContainerContentComposer: any;
2
+ export declare const StyledComposerInput: any;
3
+ export declare const StyledComposerButton: any;
4
+ export declare const StyledCounterArea: any;
5
+ export declare const StyledCounterErrorA11y: any;
@@ -1,12 +1,7 @@
1
- import type { DSChatBubbleT } from '@elliemae/ds-chat-bubble';
2
- export declare const StyledWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
3
- export declare const StyledWrapperListItem: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, Partial<DSChatBubbleT.Props> & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
4
- export declare const StyledChatContainerContentList: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
5
- export declare const StyledNewMessagesHiddenContainer: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
6
- export declare const StyledChatContainerContentListScroll: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
7
- height: string;
8
- } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
9
- export declare const StyledLoadMoreContainer: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
10
- hasMoreItems?: "top" | "bottom" | undefined;
11
- } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
12
- export declare const ListItem: 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 StyledWrapper: any;
2
+ export declare const StyledWrapperListItem: any;
3
+ export declare const StyledChatContainerContentList: any;
4
+ export declare const StyledNewMessagesHiddenContainer: any;
5
+ export declare const StyledChatContainerContentListScroll: any;
6
+ export declare const StyledLoadMoreContainer: any;
7
+ export declare const ListItem: any;
@@ -1,8 +1,4 @@
1
- /// <reference types="react" />
2
1
  export declare const CONTAINER_WIDTH = 300;
3
- export declare const StyledChatContainerContent: 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 StyledIndicatorContainer: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
5
- isLoading?: "top" | "bottom" | undefined;
6
- linear?: boolean | undefined;
7
- } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
8
- export declare const MobileStyledChatContainerContent: import("styled-components").StyledComponent<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>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<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>>, never>;
2
+ export declare const StyledChatContainerContent: any;
3
+ export declare const StyledIndicatorContainer: any;
4
+ export declare const MobileStyledChatContainerContent: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-chat-container",
3
- "version": "3.46.5",
3
+ "version": "3.46.6",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Chat Container",
6
6
  "files": [
@@ -121,28 +121,28 @@
121
121
  },
122
122
  "publishConfig": {
123
123
  "access": "public",
124
- "typeSafety": true
124
+ "typeSafety": false
125
125
  },
126
126
  "dependencies": {
127
127
  "react-virtual": "~2.10.4",
128
- "@elliemae/ds-banner": "3.46.5",
129
- "@elliemae/ds-button-v2": "3.46.5",
130
- "@elliemae/ds-chat-bubble": "3.46.5",
131
- "@elliemae/ds-chat-container-header": "3.46.5",
132
- "@elliemae/ds-chat-message-delimeter": "3.46.5",
133
- "@elliemae/ds-chat-system-message": "3.46.5",
134
- "@elliemae/ds-icons": "3.46.5",
135
- "@elliemae/ds-indeterminate-progress-indicator": "3.46.5",
136
- "@elliemae/ds-props-helpers": "3.46.5",
137
- "@elliemae/ds-grid": "3.46.5",
138
- "@elliemae/ds-system": "3.46.5",
139
- "@elliemae/ds-typescript-helpers": "3.46.5"
128
+ "@elliemae/ds-banner": "3.46.6",
129
+ "@elliemae/ds-chat-bubble": "3.46.6",
130
+ "@elliemae/ds-button-v2": "3.46.6",
131
+ "@elliemae/ds-chat-container-header": "3.46.6",
132
+ "@elliemae/ds-chat-message-delimeter": "3.46.6",
133
+ "@elliemae/ds-chat-system-message": "3.46.6",
134
+ "@elliemae/ds-grid": "3.46.6",
135
+ "@elliemae/ds-props-helpers": "3.46.6",
136
+ "@elliemae/ds-icons": "3.46.6",
137
+ "@elliemae/ds-system": "3.46.6",
138
+ "@elliemae/ds-indeterminate-progress-indicator": "3.46.6",
139
+ "@elliemae/ds-typescript-helpers": "3.46.6"
140
140
  },
141
141
  "devDependencies": {
142
142
  "@elliemae/pui-cli": "9.0.0-next.50",
143
143
  "@types/react": "latest",
144
144
  "styled-components": "~5.3.9",
145
- "@elliemae/ds-monorepo-devops": "3.46.5"
145
+ "@elliemae/ds-monorepo-devops": "3.46.6"
146
146
  },
147
147
  "peerDependencies": {
148
148
  "lodash": "^4.17.21",