lido-player 0.0.2-beta-15-dev → 0.0.2-beta-16-dev

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.
@@ -1,6 +1,7 @@
1
1
  export declare const DragSelectedMapKey = "lidoDragSelectedMap";
2
2
  export declare const DragMapKey = "lidoDragMap";
3
3
  export declare const SelectedValuesKey = "lidoSelectedValues";
4
+ export declare const AnimationVanishedValuesKey = "data-animation-vanished-values";
4
5
  export declare const ActivityScoreKey = "lidoActivityScore";
5
6
  export declare const ActivityEndKey = "lidoActivityEnd";
6
7
  export declare const LessonEndKey = "lidoLessonEnd";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lido-player",
3
- "version": "0.0.2-beta-15-dev",
3
+ "version": "0.0.2-beta-16-dev",
4
4
  "description": "Stencil Component For Lido Player",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",