@veltdev/react 3.0.19 → 3.0.21
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.
- package/cjs/index.js +5 -5
- package/cjs/index.js.map +1 -1
- package/cjs/types/components/VeltNotificationsPanel/VeltNotificationsPanel.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsTool/VeltNotificationsTool.d.ts +1 -0
- package/cjs/types/constants.d.ts +1 -1
- package/esm/index.js +5 -5
- package/esm/index.js.map +1 -1
- package/esm/types/components/VeltNotificationsPanel/VeltNotificationsPanel.d.ts +1 -0
- package/esm/types/components/VeltNotificationsTool/VeltNotificationsTool.d.ts +1 -0
- package/esm/types/constants.d.ts +1 -1
- package/index.d.ts +2 -0
- package/package.json +1 -1
|
@@ -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;
|
package/esm/types/constants.d.ts
CHANGED
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.
|
|
3
|
+
"version": "3.0.21",
|
|
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": [
|