@aarsteinmedia/dotlottie-player 2.1.6 → 2.1.8

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.
@@ -665,6 +665,12 @@
665
665
  ],
666
666
  "description": "Initialize Lottie Web player"
667
667
  },
668
+ {
669
+ "kind": "method",
670
+ "name": "getManifest",
671
+ "privacy": "public",
672
+ "description": "Get Lottie Manifest"
673
+ },
668
674
  {
669
675
  "kind": "method",
670
676
  "name": "_addEventListeners",
@@ -895,6 +901,18 @@
895
901
  ],
896
902
  "description": "Toggle show Settings"
897
903
  },
904
+ {
905
+ "kind": "field",
906
+ "name": "_handleSettingsClick",
907
+ "privacy": "private",
908
+ "description": "Handle settings click event"
909
+ },
910
+ {
911
+ "kind": "method",
912
+ "name": "_handleBlur",
913
+ "privacy": "private",
914
+ "description": "Handle blur"
915
+ },
898
916
  {
899
917
  "kind": "method",
900
918
  "name": "_switchInstance",