@veltdev/react 3.0.57 → 3.0.58

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.
@@ -18,6 +18,7 @@ export interface IVeltInlineCommentsSectionProps extends React.DetailedHTMLProps
18
18
  dialogVariant?: string;
19
19
  shadowDom?: boolean;
20
20
  multiThread?: boolean;
21
+ sortData?: 'asc' | 'desc' | 'none';
21
22
  }
22
23
  declare const VeltInlineCommentsSection: React.FC<IVeltInlineCommentsSectionProps>;
23
24
  export default VeltInlineCommentsSection;
@@ -1,3 +1,3 @@
1
- export declare const VELT_SDK_VERSION = "3.0.57";
1
+ export declare const VELT_SDK_VERSION = "3.0.58";
2
2
  export declare const VELT_SDK_INIT_EVENT = "onVeltInit";
3
3
  export declare const VELT_TAB_ID = "veltTabId";
package/index.d.ts CHANGED
@@ -612,6 +612,7 @@ interface IVeltInlineCommentsSectionProps extends React.DetailedHTMLProps<React.
612
612
  dialogVariant?: string;
613
613
  shadowDom?: boolean;
614
614
  multiThread?: boolean;
615
+ sortData?: 'asc' | 'desc' | 'none';
615
616
  }
616
617
  declare const VeltInlineCommentsSection: React.FC<IVeltInlineCommentsSectionProps>;
617
618
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/react",
3
- "version": "3.0.57",
3
+ "version": "3.0.58",
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": [