@veltdev/react 3.0.11 → 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.
- package/cjs/index.js +7 -1
- package/cjs/index.js.map +1 -1
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCard.d.ts +2 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardDraft/VeltCommentDialogThreadCardDraft.d.ts +6 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardDraft/index.d.ts +1 -0
- package/cjs/types/constants.d.ts +1 -1
- package/esm/index.js +7 -1
- package/esm/index.js.map +1 -1
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCard.d.ts +2 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardDraft/VeltCommentDialogThreadCardDraft.d.ts +6 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogThreadCard/VeltCommentDialogThreadCardDraft/index.d.ts +1 -0
- package/esm/types/constants.d.ts +1 -1
- package/index.d.ts +5 -0
- package/package.json +1 -1
|
@@ -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";
|
package/esm/types/constants.d.ts
CHANGED
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.
|
|
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": [
|