@veltdev/react 2.0.23 → 2.0.25

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 (21) hide show
  1. package/README.md +0 -0
  2. package/cjs/index.js +13 -1
  3. package/cjs/index.js.map +1 -1
  4. package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTrigger.d.ts +2 -0
  5. package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder/VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder.d.ts +6 -0
  6. package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder/index.d.ts +1 -0
  7. package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogDeleteButton/VeltCommentDialogDeleteButton.d.ts +6 -0
  8. package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogDeleteButton/index.d.ts +1 -0
  9. package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogWireframe.d.ts +2 -0
  10. package/cjs/types/constants.d.ts +1 -1
  11. package/esm/index.js +13 -1
  12. package/esm/index.js.map +1 -1
  13. package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTrigger.d.ts +2 -0
  14. package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder/VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder.d.ts +6 -0
  15. package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder/index.d.ts +1 -0
  16. package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogDeleteButton/VeltCommentDialogDeleteButton.d.ts +6 -0
  17. package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogDeleteButton/index.d.ts +1 -0
  18. package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogWireframe.d.ts +2 -0
  19. package/esm/types/constants.d.ts +1 -1
  20. package/index.d.ts +10 -0
  21. package/package.json +32 -2
package/README.md ADDED
File without changes
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.23';
143
+ var VELT_SDK_VERSION = '2.0.25';
144
144
  var VELT_SDK_INIT_EVENT = 'onVeltInit';
145
145
  var VELT_TAB_ID = 'veltTabId';
146
146
 
@@ -1980,6 +1980,11 @@ var VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount = function (p
1980
1980
  return (React__default["default"].createElement("velt-comment-dialog-custom-annotation-dropdown-trigger-remaining-count-wireframe", __assign({}, remainingProp), children));
1981
1981
  };
1982
1982
 
1983
+ var VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder = function (props) {
1984
+ var children = props.children, remainingProp = __rest(props, ["children"]);
1985
+ return (React__default["default"].createElement("velt-comment-dialog-custom-annotation-dropdown-trigger-placeholder-wireframe", __assign({}, remainingProp), children));
1986
+ };
1987
+
1983
1988
  var VeltCommentDialogCustomAnnotationDropdownTrigger = function (props) {
1984
1989
  var children = props.children, remainingProp = __rest(props, ["children"]);
1985
1990
  return (React__default["default"].createElement("velt-comment-dialog-custom-annotation-dropdown-trigger-wireframe", __assign({}, remainingProp), children));
@@ -1987,6 +1992,7 @@ var VeltCommentDialogCustomAnnotationDropdownTrigger = function (props) {
1987
1992
  VeltCommentDialogCustomAnnotationDropdownTrigger.Arrow = VeltCommentDialogCustomAnnotationDropdownTriggerArrow;
1988
1993
  VeltCommentDialogCustomAnnotationDropdownTrigger.List = VeltCommentDialogCustomAnnotationDropdownTriggerList;
1989
1994
  VeltCommentDialogCustomAnnotationDropdownTrigger.RemainingCount = VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount;
1995
+ VeltCommentDialogCustomAnnotationDropdownTrigger.Placeholder = VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder;
1990
1996
 
1991
1997
  var VeltCommentDialogCustomAnnotationDropdown = function (props) {
1992
1998
  var children = props.children, remainingProp = __rest(props, ["children"]);
@@ -1995,6 +2001,11 @@ var VeltCommentDialogCustomAnnotationDropdown = function (props) {
1995
2001
  VeltCommentDialogCustomAnnotationDropdown.Content = VeltCommentDialogCustomAnnotationDropdownContent;
1996
2002
  VeltCommentDialogCustomAnnotationDropdown.Trigger = VeltCommentDialogCustomAnnotationDropdownTrigger;
1997
2003
 
2004
+ var VeltCommentDialogDeleteButton = function (props) {
2005
+ var children = props.children;
2006
+ return (React__default["default"].createElement("velt-comment-dialog-delete-button-wireframe", null, children));
2007
+ };
2008
+
1998
2009
  var VeltCommentDialogWireframe = function (props) {
1999
2010
  var children = props.children, remainingProp = __rest(props, ["children"]);
2000
2011
  return (React__default["default"].createElement("velt-comment-dialog-wireframe", __assign({}, remainingProp), children));
@@ -2024,6 +2035,7 @@ VeltCommentDialogWireframe.Threads = VeltCommentDialogThreads;
2024
2035
  VeltCommentDialogWireframe.ToggleReply = VeltCommentDialogToggleReply;
2025
2036
  VeltCommentDialogWireframe.Upgrade = VeltCommentDialogUpgrade;
2026
2037
  VeltCommentDialogWireframe.CustomAnnotationDropdown = VeltCommentDialogCustomAnnotationDropdown;
2038
+ VeltCommentDialogWireframe.DeleteButton = VeltCommentDialogDeleteButton;
2027
2039
 
2028
2040
  var VeltCommentsSidebarCloseButton = function (props) {
2029
2041
  props.children; var remainingProps = __rest(props, ["children"]);