@liquidcommerce/elements-sdk 2.1.0-beta.60 → 2.1.0-beta.61
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.
|
@@ -18,6 +18,7 @@ export declare class DrawerComponent extends BaseComponent {
|
|
|
18
18
|
private cleanupCurrentContent;
|
|
19
19
|
private handleBackdropClick;
|
|
20
20
|
private handleKeydown;
|
|
21
|
+
private updateDrawerContentTypeClass;
|
|
21
22
|
private updateDrawerState;
|
|
22
23
|
private isElementsEnabled;
|
|
23
24
|
protected template(): HTMLElement;
|
package/package.json
CHANGED