@veltdev/react 3.0.19 → 3.0.20

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.
@@ -15,6 +15,7 @@ export interface IVeltNotificationsPanelProps {
15
15
  shadowDom?: boolean;
16
16
  variant?: string;
17
17
  tabConfig?: NotificationTabConfig;
18
+ readNotificationsOnForYouTab?: boolean;
18
19
  }
19
20
  declare const VeltNotificationsPanel: React.FC<IVeltNotificationsPanelProps>;
20
21
  export default VeltNotificationsPanel;
@@ -19,6 +19,7 @@ export interface IVeltNotificationsToolProps extends React.DetailedHTMLProps<Rea
19
19
  panelOpenMode?: 'popover' | 'sidebar';
20
20
  panelVariant?: string;
21
21
  maxDays?: number;
22
+ readNotificationsOnForYouTab?: boolean;
22
23
  }
23
24
  declare const VeltNotificationsTool: React.FC<IVeltNotificationsToolProps>;
24
25
  export default VeltNotificationsTool;
@@ -1,3 +1,3 @@
1
- export declare const VELT_SDK_VERSION = "3.0.19";
1
+ export declare const VELT_SDK_VERSION = "3.0.20";
2
2
  export declare const VELT_SDK_INIT_EVENT = "onVeltInit";
3
3
  export declare const VELT_TAB_ID = "veltTabId";
package/index.d.ts CHANGED
@@ -513,6 +513,7 @@ interface IVeltNotificationsToolProps extends React.DetailedHTMLProps<React.HTML
513
513
  panelOpenMode?: 'popover' | 'sidebar';
514
514
  panelVariant?: string;
515
515
  maxDays?: number;
516
+ readNotificationsOnForYouTab?: boolean;
516
517
  }
517
518
  declare const VeltNotificationsTool: React.FC<IVeltNotificationsToolProps>;
518
519
 
@@ -532,6 +533,7 @@ interface IVeltNotificationsPanelProps {
532
533
  shadowDom?: boolean;
533
534
  variant?: string;
534
535
  tabConfig?: NotificationTabConfig;
536
+ readNotificationsOnForYouTab?: boolean;
535
537
  }
536
538
  declare const VeltNotificationsPanel: React.FC<IVeltNotificationsPanelProps>;
537
539
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/react",
3
- "version": "3.0.19",
3
+ "version": "3.0.20",
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": [