@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 +1 -1
- package/dist/components/courier-inbox-popup-menu.d.ts +0 -3
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +21 -28
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -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[];
|