ahdjs 0.0.82 → 0.0.84

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.
@@ -32,15 +32,6 @@ export default class GuideChimp {
32
32
  * @return {boolean}
33
33
  */
34
34
  static isFixed(el: any): boolean;
35
- /**
36
- * Parse offset value"
37
- * @param offset
38
- * @return {{top: number, left: number}}
39
- */
40
- static parseOffset(offset: any): {
41
- top: number;
42
- left: number;
43
- };
44
35
  /**
45
36
  * GuideChimp constructor
46
37
  * @param tour
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ahdjs",
3
- "version": "0.0.82",
3
+ "version": "0.0.84",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/types/index.d.ts",