@cal.macconnachie/web-components 2.4.0 → 2.4.1

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 CHANGED
@@ -213,8 +213,9 @@ export declare class BaseDrawer extends BaseElement {
213
213
  private dragStartTime;
214
214
  private lastDragEndTime;
215
215
  private currentDetentIndex;
216
+ private dragCommitted;
216
217
  private modalContainer?;
217
- private modalBody?;
218
+ private drawerContent?;
218
219
  private transitionDuration;
219
220
  private boundKeyHandler;
220
221
  connectedCallback(): void;