@veltdev/react 1.0.90 → 1.0.91

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.
@@ -21,6 +21,7 @@ export interface IVeltPresenceProps {
21
21
  url: string;
22
22
  baseUrl: string;
23
23
  }) => void;
24
+ onPresenceUserClick?: (presenceUser: any) => any;
24
25
  }
25
26
  declare const SnippylyPresence: React.FC<IVeltPresenceProps>;
26
27
  export default SnippylyPresence;
package/index.d.ts CHANGED
@@ -209,6 +209,7 @@ interface IVeltPresenceProps {
209
209
  url: string;
210
210
  baseUrl: string;
211
211
  }) => void;
212
+ onPresenceUserClick?: (presenceUser: any) => any;
212
213
  }
213
214
  declare const SnippylyPresence: React.FC<IVeltPresenceProps>;
214
215
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/react",
3
- "version": "1.0.90",
3
+ "version": "1.0.91",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",