@veltdev/react 2.1.1 → 2.1.3

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,6 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogCloseButtonProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ variant?: string;
4
+ }
5
+ declare const VeltCommentDialogCloseButton: React.FC<IVeltCommentDialogCloseButtonProps>;
6
+ export default VeltCommentDialogCloseButton;
@@ -0,0 +1 @@
1
+ export { default } from "./VeltCommentDialogCloseButton";
@@ -25,6 +25,7 @@ import { IVeltCommentDialogToggleReplyProps } from "./VeltCommentDialogToggleRep
25
25
  import { IVeltCommentDialogUpgradeProps } from "./VeltCommentDialogUpgrade/VeltCommentDialogUpgrade";
26
26
  import { IVeltCommentDialogCustomAnnotationDropdown } from "./VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdown";
27
27
  import { IVeltCommentDialogDeleteButtonProps } from "./VeltCommentDialogDeleteButton/VeltCommentDialogDeleteButton";
28
+ import { IVeltCommentDialogCloseButtonProps } from "./VeltCommentDialogCloseButton/VeltCommentDialogCloseButton";
28
29
  export interface IVeltCommentDialogWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
29
30
  variant?: string;
30
31
  }
@@ -55,5 +56,6 @@ declare const VeltCommentDialogWireframe: React.FC<IVeltCommentDialogWireframePr
55
56
  Upgrade: React.FC<IVeltCommentDialogUpgradeProps>;
56
57
  CustomAnnotationDropdown: IVeltCommentDialogCustomAnnotationDropdown;
57
58
  DeleteButton: React.FC<IVeltCommentDialogDeleteButtonProps>;
59
+ CloseButton: React.FC<IVeltCommentDialogCloseButtonProps>;
58
60
  };
59
61
  export default VeltCommentDialogWireframe;
@@ -1,3 +1,3 @@
1
- export declare const VELT_SDK_VERSION = "2.1.1";
1
+ export declare const VELT_SDK_VERSION = "2.1.3";
2
2
  export declare const VELT_SDK_INIT_EVENT = "onVeltInit";
3
3
  export declare const VELT_TAB_ID = "veltTabId";
package/index.d.ts CHANGED
@@ -1113,6 +1113,10 @@ interface IVeltCommentDialogDeleteButtonProps extends React.DetailedHTMLProps<Re
1113
1113
  variant?: string;
1114
1114
  }
1115
1115
 
1116
+ interface IVeltCommentDialogCloseButtonProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
1117
+ variant?: string;
1118
+ }
1119
+
1116
1120
  interface IVeltCommentDialogWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
1117
1121
  variant?: string;
1118
1122
  }
@@ -1143,6 +1147,7 @@ declare const VeltCommentDialogWireframe: React.FC<IVeltCommentDialogWireframePr
1143
1147
  Upgrade: React.FC<IVeltCommentDialogUpgradeProps>;
1144
1148
  CustomAnnotationDropdown: IVeltCommentDialogCustomAnnotationDropdown;
1145
1149
  DeleteButton: React.FC<IVeltCommentDialogDeleteButtonProps>;
1150
+ CloseButton: React.FC<IVeltCommentDialogCloseButtonProps>;
1146
1151
  };
1147
1152
 
1148
1153
  interface IVeltCommentsSidebarCloseButtonProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/react",
3
- "version": "2.1.1",
3
+ "version": "2.1.3",
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": [