@cal.macconnachie/web-components 2.4.4 → 2.4.5
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.ts +1 -0
- package/dist/index.js +776 -773
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -215,6 +215,7 @@ export declare class BaseDrawer extends BaseElement {
|
|
|
215
215
|
private currentDetentIndex;
|
|
216
216
|
private dragCommitted;
|
|
217
217
|
private draggingFromContent;
|
|
218
|
+
private dragStartedAtTop;
|
|
218
219
|
private modalContainer?;
|
|
219
220
|
private drawerContent?;
|
|
220
221
|
private transitionDuration;
|