@trycourier/courier-ui-inbox 1.0.12-beta → 1.0.13-beta

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/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  ## 1. Install
4
4
 
5
5
  ```sh
6
- npm i @trycourier/courier-ui-inbox@1.0.12-beta
6
+ npm i @trycourier/courier-ui-inbox@1.0.13-beta
7
7
  ```
8
8
 
9
9
  > **Using React?** We suggest you use [@trycourier/courier-react](../courier-react/README.md) package instead.
@@ -22,9 +22,6 @@ export declare class CourierInboxPopupMenu extends CourierBaseElement implements
22
22
  private _popup?;
23
23
  private _inbox?;
24
24
  private _style?;
25
- private _onMessageClick?;
26
- private _onMessageActionClick?;
27
- private _onMessageLongPress?;
28
25
  private _datastoreListener?;
29
26
  private _popupMenuButtonFactory?;
30
27
  static get observedAttributes(): string[];