@applemusic-like-lyrics/react-full 0.2.0 → 0.3.1

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.
Files changed (65) hide show
  1. package/dist/amll-react-framework.cjs +3981 -0
  2. package/dist/amll-react-framework.cjs.map +1 -0
  3. package/dist/amll-react-framework.d.cts +602 -0
  4. package/dist/amll-react-framework.d.mts +562 -0
  5. package/dist/amll-react-framework.mjs +3864 -0
  6. package/dist/amll-react-framework.mjs.map +1 -0
  7. package/dist/chunk-xCsw59S1.mjs +11 -0
  8. package/dist/style.css +901 -0
  9. package/package.json +76 -83
  10. package/LICENSE +0 -661
  11. package/dist/amll-react-framework.css +0 -1023
  12. package/dist/amll-react-framework.js +0 -13755
  13. package/dist/amll-react-framework.js.map +0 -1
  14. package/dist/components/AudioFFTVisualizer/index.d.ts +0 -5
  15. package/dist/components/AudioFFTVisualizer/index.d.ts.map +0 -1
  16. package/dist/components/AudioQualityTag/index.d.ts +0 -7
  17. package/dist/components/AudioQualityTag/index.d.ts.map +0 -1
  18. package/dist/components/BouncingSlider/index.d.ts +0 -18
  19. package/dist/components/BouncingSlider/index.d.ts.map +0 -1
  20. package/dist/components/ControlThumb/index.d.ts +0 -5
  21. package/dist/components/ControlThumb/index.d.ts.map +0 -1
  22. package/dist/components/Cover/index.d.ts +0 -12
  23. package/dist/components/Cover/index.d.ts.map +0 -1
  24. package/dist/components/MediaButton/index.d.ts +0 -3
  25. package/dist/components/MediaButton/index.d.ts.map +0 -1
  26. package/dist/components/MenuButton/index.d.ts +0 -3
  27. package/dist/components/MenuButton/index.d.ts.map +0 -1
  28. package/dist/components/MusicInfo/index.d.ts +0 -10
  29. package/dist/components/MusicInfo/index.d.ts.map +0 -1
  30. package/dist/components/PrebuiltLyricPlayer/index.d.ts +0 -8
  31. package/dist/components/PrebuiltLyricPlayer/index.d.ts.map +0 -1
  32. package/dist/components/TextMarquee/index.d.ts +0 -3
  33. package/dist/components/TextMarquee/index.d.ts.map +0 -1
  34. package/dist/components/ToggleIconButton/index.d.ts +0 -12
  35. package/dist/components/ToggleIconButton/index.d.ts.map +0 -1
  36. package/dist/components/ToggleIconButton/prebuilt-enum.d.ts +0 -9
  37. package/dist/components/ToggleIconButton/prebuilt-enum.d.ts.map +0 -1
  38. package/dist/components/VolumeControlSlider/index.d.ts +0 -4
  39. package/dist/components/VolumeControlSlider/index.d.ts.map +0 -1
  40. package/dist/components/index.d.ts +0 -14
  41. package/dist/components/index.d.ts.map +0 -1
  42. package/dist/hook/useThrottle.d.ts +0 -11
  43. package/dist/hook/useThrottle.d.ts.map +0 -1
  44. package/dist/index.d.ts +0 -8
  45. package/dist/index.d.ts.map +0 -1
  46. package/dist/layout/auto.d.ts +0 -19
  47. package/dist/layout/auto.d.ts.map +0 -1
  48. package/dist/layout/horizontal.d.ts +0 -12
  49. package/dist/layout/horizontal.d.ts.map +0 -1
  50. package/dist/layout/index.d.ts +0 -4
  51. package/dist/layout/index.d.ts.map +0 -1
  52. package/dist/layout/vertical.d.ts +0 -12
  53. package/dist/layout/vertical.d.ts.map +0 -1
  54. package/dist/states/callbacks.d.ts +0 -93
  55. package/dist/states/callbacks.d.ts.map +0 -1
  56. package/dist/states/configAtoms.d.ts +0 -174
  57. package/dist/states/configAtoms.d.ts.map +0 -1
  58. package/dist/states/controlsAtoms.d.ts +0 -24
  59. package/dist/states/controlsAtoms.d.ts.map +0 -1
  60. package/dist/states/dataAtoms.d.ts +0 -144
  61. package/dist/states/dataAtoms.d.ts.map +0 -1
  62. package/dist/utils/duration.d.ts +0 -2
  63. package/dist/utils/duration.d.ts.map +0 -1
  64. package/dist/utils/index.d.ts +0 -2
  65. package/dist/utils/index.d.ts.map +0 -1
package/package.json CHANGED
@@ -1,84 +1,77 @@
1
1
  {
2
- "name": "@applemusic-like-lyrics/react-full",
3
- "version": "0.2.0",
4
- "description": "AMLL 组件库的 React 绑定,但是更加完备且高度灵活",
5
- "repository": {
6
- "url": "https://github.com/amll-dev/applemusic-like-lyrics.git",
7
- "directory": "packages/react-full",
8
- "type": "git"
9
- },
10
- "license": "GPL-3.0",
11
- "nx": {
12
- "tags": [
13
- "library"
14
- ]
15
- },
16
- "type": "module",
17
- "main": "dist/amll-react-framework.cjs",
18
- "module": "./dist/amll-react-framework.js",
19
- "typings": "./dist/index.d.ts",
20
- "style": "./dist/amll-react-framework.css",
21
- "exports": {
22
- ".": {
23
- "import": "./dist/amll-react-framework.js",
24
- "require": "./dist/amll-react-framework.cjs",
25
- "types": "./dist/index.d.ts"
26
- },
27
- "./style.css": {
28
- "import": "./dist/amll-react-framework.css",
29
- "require": "./dist/amll-react-framework.css"
30
- }
31
- },
32
- "sideEffects": [
33
- "*.css"
34
- ],
35
- "files": [
36
- "dist/**/*.js",
37
- "dist/**/*.ts",
38
- "dist/**/*.cjs",
39
- "dist/**/*.css",
40
- "dist/**/*.map"
41
- ],
42
- "dependencies": {
43
- "@ungap/structured-clone": "^1.3.0",
44
- "classnames": "^2.5.1",
45
- "corner-smoothing": "^0.1.5",
46
- "framer-motion": "^12.38.0",
47
- "react-toastify": "^11.0.5",
48
- "@applemusic-like-lyrics/core": "^0.3.0",
49
- "@applemusic-like-lyrics/react": "^0.3.0"
50
- },
51
- "peerDependencies": {
52
- "jotai": "^2",
53
- "react": "^19",
54
- "react-dom": "^19"
55
- },
56
- "devDependencies": {
57
- "@biomejs/biome": "^2.4.8",
58
- "@radix-ui/themes": "^3.3.0",
59
- "@types/react": "^19.2.14",
60
- "@types/react-dom": "^19.2.3",
61
- "@types/ungap__structured-clone": "^1.2.0",
62
- "@vitejs/plugin-react": "^6.0.1",
63
- "babel-plugin-react-compiler": "^1.0.0",
64
- "react-compiler-runtime": "^1.0.0",
65
- "typedoc": "^0.28.17",
66
- "typedoc-plugin-markdown": "^4.11.0",
67
- "typescript": "^5.9.3",
68
- "jotai-babel": "^0.1.0",
69
- "vite": "^8.0.1",
70
- "vite-plugin-dts": "^4.5.4",
71
- "vite-plugin-svgr": "^4.5.0",
72
- "vite-plugin-wasm": "^3.6.0",
73
- "vite-plugin-babel": "^1.6.0",
74
- "@applemusic-like-lyrics/lyric": "^0.4.0"
75
- },
76
- "scripts": {
77
- "build:docs": "typedoc --plugin typedoc-plugin-markdown --out docs src/index.ts",
78
- "build": "vite build",
79
- "build:dev": "vite build",
80
- "fmt": "biome format --write ./src",
81
- "dev": "vite dev",
82
- "preinstall": "npx only-allow pnpm"
83
- }
84
- }
2
+ "name": "@applemusic-like-lyrics/react-full",
3
+ "version": "0.3.1",
4
+ "description": "AMLL 组件库的 React 绑定,但是更加完备且高度灵活",
5
+ "repository": {
6
+ "url": "https://github.com/amll-dev/applemusic-like-lyrics.git",
7
+ "directory": "packages/react-full",
8
+ "type": "git"
9
+ },
10
+ "license": "GPL-3.0",
11
+ "type": "module",
12
+ "main": "./dist/amll-react-framework.cjs",
13
+ "module": "./dist/amll-react-framework.mjs",
14
+ "typings": "./dist/amll-react-framework.d.mts",
15
+ "style": "./dist/style.css",
16
+ "exports": {
17
+ ".": {
18
+ "import": {
19
+ "types": "./dist/amll-react-framework.d.mts",
20
+ "default": "./dist/amll-react-framework.mjs"
21
+ },
22
+ "require": {
23
+ "types": "./dist/amll-react-framework.d.cts",
24
+ "default": "./dist/amll-react-framework.cjs"
25
+ }
26
+ },
27
+ "./style.css": {
28
+ "import": "./dist/style.css",
29
+ "require": "./dist/style.css"
30
+ }
31
+ },
32
+ "sideEffects": [
33
+ "*.css"
34
+ ],
35
+ "files": [
36
+ "dist"
37
+ ],
38
+ "scripts": {
39
+ "build:docs": "typedoc --plugin typedoc-plugin-markdown --out docs src/index.ts",
40
+ "typecheck": "tsgo -b",
41
+ "build-only": "tsdown",
42
+ "build": "run-p typecheck \"build-only {@}\" --",
43
+ "build:dev": "tsdown",
44
+ "fmt": "biome format --write ./src",
45
+ "dev": "nx run @applemusic-like-lyrics/playground-react-full:dev"
46
+ },
47
+ "dependencies": {
48
+ "@applemusic-like-lyrics/core": "^0.4.0",
49
+ "@applemusic-like-lyrics/react": "^0.4.0",
50
+ "@ungap/structured-clone": "^1.3.0",
51
+ "classnames": "^2.5.1",
52
+ "corner-smoothing": "^0.1.5",
53
+ "framer-motion": "^12.38.0",
54
+ "react-toastify": "^11.0.5"
55
+ },
56
+ "peerDependencies": {
57
+ "jotai": "^2",
58
+ "react": "^19",
59
+ "react-dom": "^19"
60
+ },
61
+ "devDependencies": {
62
+ "@biomejs/biome": "^2.4.8",
63
+ "@rolldown/plugin-babel": "^0.2.2",
64
+ "@svgr/core": "^8.1.0",
65
+ "@svgr/plugin-jsx": "^8.1.0",
66
+ "@tsdown/css": "^0.21.7",
67
+ "@types/react": "^19.2.14",
68
+ "@types/react-dom": "^19.2.3",
69
+ "@types/ungap__structured-clone": "^1.2.0",
70
+ "babel-plugin-react-compiler": "^1.0.0",
71
+ "jotai-babel": "^0.1.0",
72
+ "react-compiler-runtime": "^1.0.0",
73
+ "tsdown": "^0.21.7",
74
+ "typedoc": "^0.28.18",
75
+ "typedoc-plugin-markdown": "^4.11.0"
76
+ }
77
+ }