@veltdev/react 1.0.105 → 1.0.107

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.
@@ -4,6 +4,7 @@ declare class FilterTypeConfig {
4
4
  enable?: boolean;
5
5
  multiSelection?: boolean;
6
6
  enableGrouping?: boolean;
7
+ order?: string[];
7
8
  }
8
9
  declare class CommentSidebarFilterConfig {
9
10
  location?: FilterTypeConfig;
@@ -1,5 +1,7 @@
1
1
  import React from 'react';
2
2
  export interface IVeltHuddleProps {
3
+ chat?: boolean;
4
+ flockModeOnAvatarClick?: boolean;
3
5
  }
4
6
  declare const SnippylyHuddle: React.FC<IVeltHuddleProps>;
5
7
  export default SnippylyHuddle;
@@ -1,2 +1,2 @@
1
- export declare const VELT_SDK_VERSION = "1.0.116";
1
+ export declare const VELT_SDK_VERSION = "1.0.118";
2
2
  export declare const VELT_SDK_INIT_EVENT = "onVeltInit";
package/index.d.ts CHANGED
@@ -117,6 +117,7 @@ declare class FilterTypeConfig {
117
117
  enable?: boolean;
118
118
  multiSelection?: boolean;
119
119
  enableGrouping?: boolean;
120
+ order?: string[];
120
121
  }
121
122
  declare class CommentSidebarFilterConfig {
122
123
  location?: FilterTypeConfig;
@@ -184,6 +185,8 @@ interface IVeltCursorProps extends React.DetailedHTMLProps<React.HTMLAttributes<
184
185
  declare const SnippylyCursor: React.FC<IVeltCursorProps>;
185
186
 
186
187
  interface IVeltHuddleProps {
188
+ chat?: boolean;
189
+ flockModeOnAvatarClick?: boolean;
187
190
  }
188
191
  declare const SnippylyHuddle: React.FC<IVeltHuddleProps>;
189
192
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/react",
3
- "version": "1.0.105",
3
+ "version": "1.0.107",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",