@tacktext/widget 0.1.4 → 0.1.6

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/dist/index.d.mts CHANGED
@@ -49,7 +49,9 @@ declare class TackWidget {
49
49
  private navigateComments;
50
50
  private loadComments;
51
51
  private onElementSelected;
52
+ private pendingRetryData;
52
53
  private onCommentSubmit;
54
+ private retryFailedComment;
53
55
  private onCommentClick;
54
56
  private onPinClick;
55
57
  private onCardClose;
@@ -57,6 +59,7 @@ declare class TackWidget {
57
59
  private onReply;
58
60
  private onEdit;
59
61
  private onDelete;
62
+ private onReaction;
60
63
  private scrollToComment;
61
64
  private handleDeepLink;
62
65
  private subscribeToRealtime;
package/dist/index.d.ts CHANGED
@@ -49,7 +49,9 @@ declare class TackWidget {
49
49
  private navigateComments;
50
50
  private loadComments;
51
51
  private onElementSelected;
52
+ private pendingRetryData;
52
53
  private onCommentSubmit;
54
+ private retryFailedComment;
53
55
  private onCommentClick;
54
56
  private onPinClick;
55
57
  private onCardClose;
@@ -57,6 +59,7 @@ declare class TackWidget {
57
59
  private onReply;
58
60
  private onEdit;
59
61
  private onDelete;
62
+ private onReaction;
60
63
  private scrollToComment;
61
64
  private handleDeepLink;
62
65
  private subscribeToRealtime;