@applemusic-like-lyrics/core 0.0.13 → 0.0.14

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
@@ -1,5 +1,4 @@
1
1
  export type * from "./interfaces";
2
2
  export type * as spring from "./utils/spring";
3
- export * as ttml from "./lyric/ttml";
4
3
  export { BackgroundRender } from "./bg-render";
5
4
  export { LyricPlayer, type LyricLineMouseEvent } from "./lyric-player";
@@ -39,6 +39,7 @@ export declare class LyricLineEl extends EventTarget implements HasElement, Disp
39
39
  setLine(line: LyricLine): void;
40
40
  getLine(): LyricLine;
41
41
  private _hide;
42
+ private _prevParentEl;
42
43
  private lastStyle;
43
44
  show(): void;
44
45
  hide(): void;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@applemusic-like-lyrics/core",
3
3
  "packageManager": "yarn@3.6.1",
4
- "version": "0.0.13",
4
+ "version": "0.0.14",
5
5
  "description": "AMLL 的纯 JS 核心组件框架,包括歌词显示组件和背景组件等其它可以复用的组件",
6
6
  "repository": {
7
7
  "url": "https://github.com/Steve-xmh/applemusic-like-lyrics.git",
@@ -53,8 +53,5 @@
53
53
  "@pixi/sprite": "*",
54
54
  "jss": "*",
55
55
  "jss-preset-default": "*"
56
- },
57
- "dependencies": {
58
- "node-vibrant": "^3.2.1-alpha.1"
59
56
  }
60
57
  }