@veltdev/react 3.0.12 → 3.0.13

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.
@@ -2,6 +2,7 @@ import React from "react";
2
2
  import { IVeltCommentDialogThreadCardAttachments } from "./VeltCommentDialogThreadCardAttachments/VeltCommentDialogThreadCardAttachments";
3
3
  import { IVeltCommentDialogThreadCardAvatarProps } from "./VeltCommentDialogThreadCardAvatar/VeltCommentDialogThreadCardAvatar";
4
4
  import { IVeltCommentDialogThreadCardDeviceTypeProps } from "./VeltCommentDialogThreadCardDeviceType/VeltCommentDialogThreadCardDeviceType";
5
+ import { IVeltCommentDialogThreadCardDraftProps } from "./VeltCommentDialogThreadCardDraft/VeltCommentDialogThreadCardDraft";
5
6
  import { IVeltCommentDialogThreadCardMessageProps } from "./VeltCommentDialogThreadCardMessage/VeltCommentDialogThreadCardMessage";
6
7
  import { IVeltCommentDialogThreadCardNameProps } from "./VeltCommentDialogThreadCardName/VeltCommentDialogThreadCardName";
7
8
  import { IVeltCommentDialogThreadCardOptions } from "./VeltCommentDialogThreadCardOptions/VeltCommentDialogThreadCardOptions";
@@ -25,6 +26,7 @@ export interface IVeltCommentDialogThreadCard extends React.FC<IVeltCommentDialo
25
26
  Recordings: React.FC<IVeltCommentDialogThreadCardRecordingsProps>;
26
27
  Time: React.FC<IVeltCommentDialogThreadCardTimeProps>;
27
28
  Unread: React.FC<IVeltCommentDialogThreadCardUnreadProps>;
29
+ Draft: React.FC<IVeltCommentDialogThreadCardDraftProps>;
28
30
  }
29
31
  declare const VeltCommentDialogThreadCard: IVeltCommentDialogThreadCard;
30
32
  export default VeltCommentDialogThreadCard;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogThreadCardDraftProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ variant?: string;
4
+ }
5
+ declare const VeltCommentDialogThreadCardDraft: React.FC<IVeltCommentDialogThreadCardDraftProps>;
6
+ export default VeltCommentDialogThreadCardDraft;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentDialogThreadCardDraft";
@@ -1,3 +1,3 @@
1
- export declare const VELT_SDK_VERSION = "3.0.12";
1
+ export declare const VELT_SDK_VERSION = "3.0.13";
2
2
  export declare const VELT_SDK_INIT_EVENT = "onVeltInit";
3
3
  export declare const VELT_TAB_ID = "veltTabId";
package/index.d.ts CHANGED
@@ -1112,6 +1112,10 @@ interface IVeltCommentDialogThreadCardDeviceTypeProps extends React.DetailedHTML
1112
1112
  variant?: string;
1113
1113
  }
1114
1114
 
1115
+ interface IVeltCommentDialogThreadCardDraftProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
1116
+ variant?: string;
1117
+ }
1118
+
1115
1119
  interface IVeltCommentDialogThreadCardMessageProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
1116
1120
  variant?: string;
1117
1121
  }
@@ -1163,6 +1167,7 @@ interface IVeltCommentDialogThreadCard extends React.FC<IVeltCommentDialogThread
1163
1167
  Recordings: React.FC<IVeltCommentDialogThreadCardRecordingsProps>;
1164
1168
  Time: React.FC<IVeltCommentDialogThreadCardTimeProps>;
1165
1169
  Unread: React.FC<IVeltCommentDialogThreadCardUnreadProps>;
1170
+ Draft: React.FC<IVeltCommentDialogThreadCardDraftProps>;
1166
1171
  }
1167
1172
 
1168
1173
  interface IVeltCommentDialogThreadsProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/react",
3
- "version": "3.0.12",
3
+ "version": "3.0.13",
4
4
  "description": "Velt is an SDK to add collaborative features to your product within minutes. Example: Comments like Figma, Frame.io, Google docs or sheets, Recording like Loom, Huddles like Slack and much more.",
5
5
  "homepage": "https://velt.dev",
6
6
  "keywords": [