@antscorp/antsomi-ui 1.2.3-beta.13 → 1.2.3-beta.14

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 @@
1
+ export declare const GPTIconV3: (props: any) => JSX.Element;
@@ -2,6 +2,7 @@ export { EventIcon } from './EventIcon';
2
2
  export { CloseIcon } from './CloseIcon';
3
3
  export { GPTIcon } from './GPTIcon';
4
4
  export { GPTIconV2 } from './GPTIconV2';
5
+ export { GPTIconV3 } from './GPTIconV3';
5
6
  export { PlaneIcon } from './PlaneIcon';
6
7
  export { WarningIcon } from './WarningIcon';
7
8
  export { UserIcon } from './UserIcon';
@@ -3,4 +3,4 @@ export declare const CONVERSATION: {
3
3
  role: Role;
4
4
  content: string;
5
5
  }[];
6
- export declare const LIMIT_MESSAGE = 30;
6
+ export declare const LIMIT_MESSAGE = 10;
@@ -16,6 +16,7 @@ export interface IChatBoxMessageProps extends Message {
16
16
  renderDone: Function;
17
17
  doAnimation: boolean;
18
18
  answeringContent: string;
19
+ avatar?: string;
19
20
  }
20
21
  export interface IChatBoxProps {
21
22
  onClose?: Function;
@@ -23,4 +24,5 @@ export interface IChatBoxProps {
23
24
  domain: string;
24
25
  userId: string | number;
25
26
  token: string;
27
+ avatar?: string;
26
28
  }
@@ -11,6 +11,7 @@ type ConfigProps = {
11
11
  userId: string;
12
12
  domainPlatform: string;
13
13
  appCode: string;
14
+ avatar?: string;
14
15
  };
15
16
  export interface ValueFormProps {
16
17
  title: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antscorp/antsomi-ui",
3
- "version": "1.2.3-beta.13",
3
+ "version": "1.2.3-beta.14",
4
4
  "description": "An enterprise-class UI design language and React UI library.",
5
5
  "main": "dist/index.js",
6
6
  "files": [