@veltdev/react 2.0.22 → 2.0.23

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.
Files changed (22) hide show
  1. package/cjs/index.js +19 -1
  2. package/cjs/index.js.map +1 -1
  3. package/cjs/types/components/VeltCommentDialogOptionsDropdownContentWireframe/VeltCommentDialogOptionsDropdownContentNotificationWireframe/VeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframe/VeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframe.d.ts +7 -0
  4. package/cjs/types/components/VeltCommentDialogOptionsDropdownContentWireframe/VeltCommentDialogOptionsDropdownContentNotificationWireframe/VeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframe/index.d.ts +1 -0
  5. package/cjs/types/components/VeltCommentDialogOptionsDropdownContentWireframe/VeltCommentDialogOptionsDropdownContentNotificationWireframe/VeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframe/VeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframe.d.ts +7 -0
  6. package/cjs/types/components/VeltCommentDialogOptionsDropdownContentWireframe/VeltCommentDialogOptionsDropdownContentNotificationWireframe/VeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframe/index.d.ts +1 -0
  7. package/cjs/types/components/VeltCommentDialogOptionsDropdownContentWireframe/VeltCommentDialogOptionsDropdownContentNotificationWireframe/VeltCommentDialogOptionsDropdownContentNotificationWireframe.d.ts +11 -0
  8. package/cjs/types/components/VeltCommentDialogOptionsDropdownContentWireframe/VeltCommentDialogOptionsDropdownContentNotificationWireframe/index.d.ts +1 -0
  9. package/cjs/types/components/VeltCommentDialogOptionsDropdownContentWireframe/VeltCommentDialogOptionsDropdownContentWireframe.d.ts +2 -0
  10. package/cjs/types/constants.d.ts +1 -1
  11. package/esm/index.js +19 -1
  12. package/esm/index.js.map +1 -1
  13. package/esm/types/components/VeltCommentDialogOptionsDropdownContentWireframe/VeltCommentDialogOptionsDropdownContentNotificationWireframe/VeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframe/VeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframe.d.ts +7 -0
  14. package/esm/types/components/VeltCommentDialogOptionsDropdownContentWireframe/VeltCommentDialogOptionsDropdownContentNotificationWireframe/VeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframe/index.d.ts +1 -0
  15. package/esm/types/components/VeltCommentDialogOptionsDropdownContentWireframe/VeltCommentDialogOptionsDropdownContentNotificationWireframe/VeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframe/VeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframe.d.ts +7 -0
  16. package/esm/types/components/VeltCommentDialogOptionsDropdownContentWireframe/VeltCommentDialogOptionsDropdownContentNotificationWireframe/VeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframe/index.d.ts +1 -0
  17. package/esm/types/components/VeltCommentDialogOptionsDropdownContentWireframe/VeltCommentDialogOptionsDropdownContentNotificationWireframe/VeltCommentDialogOptionsDropdownContentNotificationWireframe.d.ts +11 -0
  18. package/esm/types/components/VeltCommentDialogOptionsDropdownContentWireframe/VeltCommentDialogOptionsDropdownContentNotificationWireframe/index.d.ts +1 -0
  19. package/esm/types/components/VeltCommentDialogOptionsDropdownContentWireframe/VeltCommentDialogOptionsDropdownContentWireframe.d.ts +2 -0
  20. package/esm/types/constants.d.ts +1 -1
  21. package/index.d.ts +14 -0
  22. package/package.json +1 -1
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ }
4
+ export interface IVeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframe extends React.FC<IVeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframeProps> {
5
+ }
6
+ declare const VeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframe: IVeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframe;
7
+ export default VeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframe;
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ export interface IVeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
3
+ }
4
+ export interface IVeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframe extends React.FC<IVeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframeProps> {
5
+ }
6
+ declare const VeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframe: IVeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframe;
7
+ export default VeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframe;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IVeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframeProps } from './VeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframe/VeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframe';
3
+ import { IVeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframeProps } from './VeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframe/VeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframe';
4
+ export interface IVeltCommentDialogOptionsDropdownContentNotificationWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
5
+ }
6
+ export interface IVeltCommentDialogOptionsDropdownContentNotificationWireframe extends React.FC<IVeltCommentDialogOptionsDropdownContentNotificationWireframeProps> {
7
+ Subscribe: React.FC<IVeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframeProps>;
8
+ Unsubscribe: React.FC<IVeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframeProps>;
9
+ }
10
+ declare const VeltCommentDialogOptionsDropdownContentNotificationWireframe: IVeltCommentDialogOptionsDropdownContentNotificationWireframe;
11
+ export default VeltCommentDialogOptionsDropdownContentNotificationWireframe;
@@ -0,0 +1 @@
1
+ export { default } from './VeltCommentDialogOptionsDropdownContentNotificationWireframe';
@@ -3,6 +3,7 @@ import { IVeltCommentDialogOptionsDropdownContentAssignWireframeProps } from './
3
3
  import { IVeltCommentDialogOptionsDropdownContentDeleteWireframe } from './VeltCommentDialogOptionsDropdownContentDeleteWireframe/VeltCommentDialogOptionsDropdownContentDeleteWireframe';
4
4
  import { IVeltCommentDialogOptionsDropdownContentEditWireframeProps } from './VeltCommentDialogOptionsDropdownContentEditWireframe/VeltCommentDialogOptionsDropdownContentEditWireframe';
5
5
  import { IVeltCommentDialogOptionsDropdownContentMakePrivateWireframe } from './VeltCommentDialogOptionsDropdownContentMakePrivateWireframe/VeltCommentDialogOptionsDropdownContentMakePrivateWireframe';
6
+ import { IVeltCommentDialogOptionsDropdownContentNotificationWireframe } from './VeltCommentDialogOptionsDropdownContentNotificationWireframe/VeltCommentDialogOptionsDropdownContentNotificationWireframe';
6
7
  export interface IVeltCommentDialogOptionsDropdownContentWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
7
8
  variant?: string;
8
9
  }
@@ -11,6 +12,7 @@ export interface IVeltCommentDialogOptionsDropdownContentWireframe extends React
11
12
  MakePrivate: IVeltCommentDialogOptionsDropdownContentMakePrivateWireframe;
12
13
  Delete: IVeltCommentDialogOptionsDropdownContentDeleteWireframe;
13
14
  Edit: React.FC<IVeltCommentDialogOptionsDropdownContentEditWireframeProps>;
15
+ Notification: IVeltCommentDialogOptionsDropdownContentNotificationWireframe;
14
16
  }
15
17
  declare const VeltCommentDialogOptionsDropdownContentWireframe: IVeltCommentDialogOptionsDropdownContentWireframe;
16
18
  export default VeltCommentDialogOptionsDropdownContentWireframe;
@@ -1,3 +1,3 @@
1
- export declare const VELT_SDK_VERSION = "2.0.22";
1
+ export declare const VELT_SDK_VERSION = "2.0.23";
2
2
  export declare const VELT_SDK_INIT_EVENT = "onVeltInit";
3
3
  export declare const VELT_TAB_ID = "veltTabId";
package/index.d.ts CHANGED
@@ -723,6 +723,19 @@ interface IVeltCommentDialogOptionsDropdownContentMakePrivateWireframe extends R
723
723
  Disable: React.FC<IVeltCommentDialogOptionsDropdownContentMakePrivateDisableWireframeProps>;
724
724
  }
725
725
 
726
+ interface IVeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
727
+ }
728
+
729
+ interface IVeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
730
+ }
731
+
732
+ interface IVeltCommentDialogOptionsDropdownContentNotificationWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
733
+ }
734
+ interface IVeltCommentDialogOptionsDropdownContentNotificationWireframe extends React.FC<IVeltCommentDialogOptionsDropdownContentNotificationWireframeProps> {
735
+ Subscribe: React.FC<IVeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframeProps>;
736
+ Unsubscribe: React.FC<IVeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframeProps>;
737
+ }
738
+
726
739
  interface IVeltCommentDialogOptionsDropdownContentWireframeProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
727
740
  variant?: string;
728
741
  }
@@ -731,6 +744,7 @@ interface IVeltCommentDialogOptionsDropdownContentWireframe extends React.FC<IVe
731
744
  MakePrivate: IVeltCommentDialogOptionsDropdownContentMakePrivateWireframe;
732
745
  Delete: IVeltCommentDialogOptionsDropdownContentDeleteWireframe;
733
746
  Edit: React.FC<IVeltCommentDialogOptionsDropdownContentEditWireframeProps>;
747
+ Notification: IVeltCommentDialogOptionsDropdownContentNotificationWireframe;
734
748
  }
735
749
  declare const VeltCommentDialogOptionsDropdownContentWireframe: IVeltCommentDialogOptionsDropdownContentWireframe;
736
750
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/react",
3
- "version": "2.0.22",
3
+ "version": "2.0.23",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",