@tacktext/widget 0.1.5 → 0.1.7

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
@@ -18,7 +18,8 @@ declare class TackWidget {
18
18
  private card;
19
19
  private realtime;
20
20
  private presence;
21
- private commentMode;
21
+ private fab;
22
+ private state;
22
23
  private comments;
23
24
  private currentVersion;
24
25
  private currentPagePath;
@@ -35,21 +36,19 @@ declare class TackWidget {
35
36
  private getPagePath;
36
37
  private setupUrlChangeDetection;
37
38
  private onUrlChange;
38
- private createToggleButton;
39
- private toggleCommentMode;
40
- private enableCommentMode;
41
- private disableCommentMode;
42
- private onPanelClose;
39
+ private transitionTo;
40
+ private updateFabBadge;
43
41
  private onShare;
44
42
  private injectPageStyles;
45
43
  private setPanelOpen;
46
- private updateToggleAria;
47
44
  private setupKeyboardShortcuts;
48
45
  private handleKeyDown;
49
46
  private navigateComments;
50
47
  private loadComments;
51
48
  private onElementSelected;
49
+ private pendingRetryData;
52
50
  private onCommentSubmit;
51
+ private retryFailedComment;
53
52
  private onCommentClick;
54
53
  private onPinClick;
55
54
  private onCardClose;
package/dist/index.d.ts CHANGED
@@ -18,7 +18,8 @@ declare class TackWidget {
18
18
  private card;
19
19
  private realtime;
20
20
  private presence;
21
- private commentMode;
21
+ private fab;
22
+ private state;
22
23
  private comments;
23
24
  private currentVersion;
24
25
  private currentPagePath;
@@ -35,21 +36,19 @@ declare class TackWidget {
35
36
  private getPagePath;
36
37
  private setupUrlChangeDetection;
37
38
  private onUrlChange;
38
- private createToggleButton;
39
- private toggleCommentMode;
40
- private enableCommentMode;
41
- private disableCommentMode;
42
- private onPanelClose;
39
+ private transitionTo;
40
+ private updateFabBadge;
43
41
  private onShare;
44
42
  private injectPageStyles;
45
43
  private setPanelOpen;
46
- private updateToggleAria;
47
44
  private setupKeyboardShortcuts;
48
45
  private handleKeyDown;
49
46
  private navigateComments;
50
47
  private loadComments;
51
48
  private onElementSelected;
49
+ private pendingRetryData;
52
50
  private onCommentSubmit;
51
+ private retryFailedComment;
53
52
  private onCommentClick;
54
53
  private onPinClick;
55
54
  private onCardClose;