@elliemae/ds-chat-empty-state 3.13.1-rc.1 → 3.13.1

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.
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import type { DSChatEmptyStateT } from './react-desc-prop-types';
3
+ declare const ChatEmptyState: React.ComponentType<DSChatEmptyStateT.Props>;
4
+ declare const ChatEmptyStateWithSchema: import("@elliemae/ds-utilities/dist/types/props-helpers/propTypes/types").DocumentedReactComponent<DSChatEmptyStateT.Props>;
5
+ export { ChatEmptyState, ChatEmptyStateWithSchema };
@@ -0,0 +1 @@
1
+ export declare const DSChatEmptyStateName = "DSChatEmptyState";
@@ -0,0 +1 @@
1
+ export { ChatEmptyState, ChatEmptyStateWithSchema } from './ChatEmptyState';
@@ -0,0 +1,15 @@
1
+ export declare namespace DSChatEmptyStateT {
2
+ interface DefaultProps {
3
+ label: string;
4
+ }
5
+ interface OptionalProps {
6
+ action: JSX.Element;
7
+ }
8
+ interface Props extends DefaultProps, OptionalProps {
9
+ }
10
+ }
11
+ export declare const defaultProps: DSChatEmptyStateT.DefaultProps;
12
+ export declare const emptyStateProps: {
13
+ label: import("@elliemae/ds-utilities/dist/types/props-helpers/propTypes/types").ReactDescT;
14
+ action: import("@elliemae/ds-utilities/dist/types/props-helpers/propTypes/types").ReactDescT;
15
+ };
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ export declare const CONTAINER_WIDTH = 300;
3
+ export declare const ChatEmptyStateWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/dist/types/react-desc-prop-types").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object, never>;
4
+ export declare const MessageWrapper: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-chat-empty-state",
3
- "version": "3.13.1-rc.1",
3
+ "version": "3.13.1",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Chat Empty State",
6
6
  "files": [
@@ -47,10 +47,10 @@
47
47
  "typeSafety": true
48
48
  },
49
49
  "dependencies": {
50
- "@elliemae/ds-grid": "3.13.1-rc.1",
51
- "@elliemae/ds-icons": "3.13.1-rc.1",
52
- "@elliemae/ds-system": "3.13.1-rc.1",
53
- "@elliemae/ds-utilities": "3.13.1-rc.1"
50
+ "@elliemae/ds-grid": "3.13.1",
51
+ "@elliemae/ds-icons": "3.13.1",
52
+ "@elliemae/ds-system": "3.13.1",
53
+ "@elliemae/ds-utilities": "3.13.1"
54
54
  },
55
55
  "devDependencies": {
56
56
  "styled-components": "~5.3.6"