@veltdev/react 1.0.105 → 1.0.106

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.
@@ -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.117";
2
2
  export declare const VELT_SDK_INIT_EVENT = "onVeltInit";
package/index.d.ts CHANGED
@@ -184,6 +184,8 @@ interface IVeltCursorProps extends React.DetailedHTMLProps<React.HTMLAttributes<
184
184
  declare const SnippylyCursor: React.FC<IVeltCursorProps>;
185
185
 
186
186
  interface IVeltHuddleProps {
187
+ chat?: boolean;
188
+ flockModeOnAvatarClick?: boolean;
187
189
  }
188
190
  declare const SnippylyHuddle: React.FC<IVeltHuddleProps>;
189
191
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/react",
3
- "version": "1.0.105",
3
+ "version": "1.0.106",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",