@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
package/cjs/index.js CHANGED
@@ -140,7 +140,7 @@ var loadVelt = function (callback, version, staging, develop, proxyDomain) {
140
140
  }
141
141
  };
142
142
 
143
- var VELT_SDK_VERSION = '2.0.22';
143
+ var VELT_SDK_VERSION = '2.0.23';
144
144
  var VELT_SDK_INIT_EVENT = 'onVeltInit';
145
145
  var VELT_TAB_ID = 'veltTabId';
146
146
 
@@ -1609,6 +1609,23 @@ var VeltCommentDialogOptionsDropdownContentMakePrivateWireframe = function (prop
1609
1609
  VeltCommentDialogOptionsDropdownContentMakePrivateWireframe.Enable = VeltCommentDialogOptionsDropdownContentMakePrivateEnableWireframe;
1610
1610
  VeltCommentDialogOptionsDropdownContentMakePrivateWireframe.Disable = VeltCommentDialogOptionsDropdownContentMakePrivateDisableWireframe;
1611
1611
 
1612
+ var VeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframe = function (props) {
1613
+ var children = props.children;
1614
+ return (React__default["default"].createElement("velt-comment-dialog-options-dropdown-content-notification-subscribe-wireframe", null, children));
1615
+ };
1616
+
1617
+ var VeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframe = function (props) {
1618
+ var children = props.children;
1619
+ return (React__default["default"].createElement("velt-comment-dialog-options-dropdown-content-notification-unsubscribe-wireframe", null, children));
1620
+ };
1621
+
1622
+ var VeltCommentDialogOptionsDropdownContentNotificationWireframe = function (props) {
1623
+ var children = props.children;
1624
+ return (React__default["default"].createElement("velt-comment-dialog-options-dropdown-content-notification-wireframe", null, children));
1625
+ };
1626
+ VeltCommentDialogOptionsDropdownContentNotificationWireframe.Subscribe = VeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframe;
1627
+ VeltCommentDialogOptionsDropdownContentNotificationWireframe.Unsubscribe = VeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframe;
1628
+
1612
1629
  var VeltCommentDialogOptionsDropdownContentWireframe = function (props) {
1613
1630
  var children = props.children, remainingProp = __rest(props, ["children"]);
1614
1631
  return (React__default["default"].createElement("velt-comment-dialog-options-dropdown-content-wireframe", __assign({}, remainingProp), children));
@@ -1617,6 +1634,7 @@ VeltCommentDialogOptionsDropdownContentWireframe.Assign = VeltCommentDialogOptio
1617
1634
  VeltCommentDialogOptionsDropdownContentWireframe.MakePrivate = VeltCommentDialogOptionsDropdownContentMakePrivateWireframe;
1618
1635
  VeltCommentDialogOptionsDropdownContentWireframe.Edit = VeltCommentDialogOptionsDropdownContentEditWireframe;
1619
1636
  VeltCommentDialogOptionsDropdownContentWireframe.Delete = VeltCommentDialogOptionsDropdownContentDeleteWireframe;
1637
+ VeltCommentDialogOptionsDropdownContentWireframe.Notification = VeltCommentDialogOptionsDropdownContentNotificationWireframe;
1620
1638
 
1621
1639
  var VeltCommentDialogOptionsDropdownTriggerWireframe = function (props) {
1622
1640
  var children = props.children, remainingProp = __rest(props, ["children"]);