@tacktext/widget 0.1.16 → 0.1.18

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,9 +49,12 @@ declare class TackWidget {
49
49
  private pendingRetryData;
50
50
  private onCommentSubmit;
51
51
  private retryFailedComment;
52
+ private markCommentAsRead;
52
53
  private onCommentClick;
53
54
  private onPinClick;
54
55
  private onCardClose;
56
+ private onCopyLink;
57
+ private onMarkAsUnread;
55
58
  private onResolve;
56
59
  private onReply;
57
60
  private onEdit;
package/dist/index.d.ts CHANGED
@@ -49,9 +49,12 @@ declare class TackWidget {
49
49
  private pendingRetryData;
50
50
  private onCommentSubmit;
51
51
  private retryFailedComment;
52
+ private markCommentAsRead;
52
53
  private onCommentClick;
53
54
  private onPinClick;
54
55
  private onCardClose;
56
+ private onCopyLink;
57
+ private onMarkAsUnread;
55
58
  private onResolve;
56
59
  private onReply;
57
60
  private onEdit;