@veltdev/react 4.5.0-beta.39 → 4.5.0-beta.40

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.
@@ -19,6 +19,7 @@ export interface IVeltNotificationsPanelProps {
19
19
  readNotificationsOnForYouTab?: boolean;
20
20
  panelOpenMode?: NotificationPanelMode;
21
21
  settings?: boolean;
22
+ selfNotifications?: boolean;
22
23
  }
23
24
  declare const VeltNotificationsPanel: React.FC<IVeltNotificationsPanelProps>;
24
25
  export default VeltNotificationsPanel;
@@ -21,6 +21,7 @@ export interface IVeltNotificationsToolProps extends React.DetailedHTMLProps<Rea
21
21
  maxDays?: number;
22
22
  readNotificationsOnForYouTab?: boolean;
23
23
  settings?: boolean;
24
+ selfNotifications?: boolean;
24
25
  }
25
26
  declare const VeltNotificationsTool: React.FC<IVeltNotificationsToolProps>;
26
27
  export default VeltNotificationsTool;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- export declare const VELT_SDK_VERSION = "4.5.0-beta.39";
2
+ export declare const VELT_SDK_VERSION = "4.5.0-beta.40";
3
3
  export declare const VELT_SDK_INIT_EVENT = "onVeltInit";
4
4
  export declare const VELT_TAB_ID = "veltTabId";
5
5
  export declare const INTEGRITY_MAP: Record<string, string>;
package/index.d.ts CHANGED
@@ -567,6 +567,7 @@ interface IVeltNotificationsToolProps extends React$1.DetailedHTMLProps<React$1.
567
567
  maxDays?: number;
568
568
  readNotificationsOnForYouTab?: boolean;
569
569
  settings?: boolean;
570
+ selfNotifications?: boolean;
570
571
  }
571
572
  declare const VeltNotificationsTool: React$1.FC<IVeltNotificationsToolProps>;
572
573
 
@@ -589,6 +590,7 @@ interface IVeltNotificationsPanelProps {
589
590
  readNotificationsOnForYouTab?: boolean;
590
591
  panelOpenMode?: NotificationPanelMode;
591
592
  settings?: boolean;
593
+ selfNotifications?: boolean;
592
594
  }
593
595
  declare const VeltNotificationsPanel: React$1.FC<IVeltNotificationsPanelProps>;
594
596
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/react",
3
- "version": "4.5.0-beta.39",
3
+ "version": "4.5.0-beta.40",
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": [