@veltdev/react 2.0.22 → 2.0.24
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 +25 -1
- package/cjs/index.js.map +1 -1
- package/cjs/types/components/VeltCommentDialogOptionsDropdownContentWireframe/VeltCommentDialogOptionsDropdownContentNotificationWireframe/VeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframe/VeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframe.d.ts +7 -0
- package/cjs/types/components/VeltCommentDialogOptionsDropdownContentWireframe/VeltCommentDialogOptionsDropdownContentNotificationWireframe/VeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogOptionsDropdownContentWireframe/VeltCommentDialogOptionsDropdownContentNotificationWireframe/VeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframe/VeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframe.d.ts +7 -0
- package/cjs/types/components/VeltCommentDialogOptionsDropdownContentWireframe/VeltCommentDialogOptionsDropdownContentNotificationWireframe/VeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogOptionsDropdownContentWireframe/VeltCommentDialogOptionsDropdownContentNotificationWireframe/VeltCommentDialogOptionsDropdownContentNotificationWireframe.d.ts +11 -0
- package/cjs/types/components/VeltCommentDialogOptionsDropdownContentWireframe/VeltCommentDialogOptionsDropdownContentNotificationWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogOptionsDropdownContentWireframe/VeltCommentDialogOptionsDropdownContentWireframe.d.ts +2 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogDeleteButton/VeltCommentDialogDeleteButton.d.ts +6 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogDeleteButton/index.d.ts +1 -0
- package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogWireframe.d.ts +2 -0
- package/cjs/types/constants.d.ts +1 -1
- package/esm/index.js +25 -1
- package/esm/index.js.map +1 -1
- package/esm/types/components/VeltCommentDialogOptionsDropdownContentWireframe/VeltCommentDialogOptionsDropdownContentNotificationWireframe/VeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframe/VeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframe.d.ts +7 -0
- package/esm/types/components/VeltCommentDialogOptionsDropdownContentWireframe/VeltCommentDialogOptionsDropdownContentNotificationWireframe/VeltCommentDialogOptionsDropdownContentNotificationSubscribeWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogOptionsDropdownContentWireframe/VeltCommentDialogOptionsDropdownContentNotificationWireframe/VeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframe/VeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframe.d.ts +7 -0
- package/esm/types/components/VeltCommentDialogOptionsDropdownContentWireframe/VeltCommentDialogOptionsDropdownContentNotificationWireframe/VeltCommentDialogOptionsDropdownContentNotificationUnsubscribeWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogOptionsDropdownContentWireframe/VeltCommentDialogOptionsDropdownContentNotificationWireframe/VeltCommentDialogOptionsDropdownContentNotificationWireframe.d.ts +11 -0
- package/esm/types/components/VeltCommentDialogOptionsDropdownContentWireframe/VeltCommentDialogOptionsDropdownContentNotificationWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogOptionsDropdownContentWireframe/VeltCommentDialogOptionsDropdownContentWireframe.d.ts +2 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogDeleteButton/VeltCommentDialogDeleteButton.d.ts +6 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogDeleteButton/index.d.ts +1 -0
- package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogWireframe.d.ts +2 -0
- package/esm/types/constants.d.ts +1 -1
- package/index.d.ts +19 -0
- 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.
|
|
143
|
+
var VELT_SDK_VERSION = '2.0.24';
|
|
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"]);
|
|
@@ -1977,6 +1995,11 @@ var VeltCommentDialogCustomAnnotationDropdown = function (props) {
|
|
|
1977
1995
|
VeltCommentDialogCustomAnnotationDropdown.Content = VeltCommentDialogCustomAnnotationDropdownContent;
|
|
1978
1996
|
VeltCommentDialogCustomAnnotationDropdown.Trigger = VeltCommentDialogCustomAnnotationDropdownTrigger;
|
|
1979
1997
|
|
|
1998
|
+
var VeltCommentDialogDeleteButton = function (props) {
|
|
1999
|
+
var children = props.children;
|
|
2000
|
+
return (React__default["default"].createElement("velt-comment-dialog-delete-button-wireframe", null, children));
|
|
2001
|
+
};
|
|
2002
|
+
|
|
1980
2003
|
var VeltCommentDialogWireframe = function (props) {
|
|
1981
2004
|
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
1982
2005
|
return (React__default["default"].createElement("velt-comment-dialog-wireframe", __assign({}, remainingProp), children));
|
|
@@ -2006,6 +2029,7 @@ VeltCommentDialogWireframe.Threads = VeltCommentDialogThreads;
|
|
|
2006
2029
|
VeltCommentDialogWireframe.ToggleReply = VeltCommentDialogToggleReply;
|
|
2007
2030
|
VeltCommentDialogWireframe.Upgrade = VeltCommentDialogUpgrade;
|
|
2008
2031
|
VeltCommentDialogWireframe.CustomAnnotationDropdown = VeltCommentDialogCustomAnnotationDropdown;
|
|
2032
|
+
VeltCommentDialogWireframe.DeleteButton = VeltCommentDialogDeleteButton;
|
|
2009
2033
|
|
|
2010
2034
|
var VeltCommentsSidebarCloseButton = function (props) {
|
|
2011
2035
|
props.children; var remainingProps = __rest(props, ["children"]);
|