@aarsteinmedia/dotlottie-player 2.1.6 → 2.1.7
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/cjs/index.js +1199 -2
- package/dist/custom-elements.json +12 -0
- package/dist/esm/index.js +1199 -2
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -2
- package/package.json +7 -6
package/dist/index.d.ts
CHANGED
|
@@ -154,6 +154,8 @@ declare class DotLottiePlayer extends LitElement {
|
|
|
154
154
|
toggleLooping(): void;
|
|
155
155
|
toggleBoomerang(): void;
|
|
156
156
|
private _toggleSettings;
|
|
157
|
+
private _handleSettingsClick;
|
|
158
|
+
private _handleBlur;
|
|
157
159
|
private _switchInstance;
|
|
158
160
|
next(): void;
|
|
159
161
|
prev(): void;
|