@bothub-chat/ui 2.51.5-develop-3b09bda6-1b91-45b1-b3eb-cc989e39e116 → 2.51.5-develop-a968c70b-4a05-4d81-9b66-5be2547683bf

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.
@@ -15,3 +15,7 @@ export interface IConfigureOption {
15
15
  children?: React.ReactNode;
16
16
  onClick?: () => unknown;
17
17
  }
18
+ export type InputMessageErrorEvent = {
19
+ name: 'WRONG_FILES';
20
+ payload: File[];
21
+ };
@@ -1,8 +1,4 @@
1
- import { IInputMessageFile } from './types';
2
- export type InputMessageErrorEvent = {
3
- name: 'WRONG_FILES';
4
- payload: File[];
5
- };
1
+ import { IInputMessageFile, InputMessageErrorEvent } from './types';
6
2
  export interface UseFilesProps {
7
3
  initialFiles?: IInputMessageFile[];
8
4
  uploadFileAccept?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bothub-chat/ui",
3
- "version": "2.51.5-develop-3b09bda6-1b91-45b1-b3eb-cc989e39e116",
3
+ "version": "2.51.5-develop-a968c70b-4a05-4d81-9b66-5be2547683bf",
4
4
  "description": "Bothub UI Components",
5
5
  "keywords": [
6
6
  "bot",