@applemusic-like-lyrics/react-full 0.2.1 → 0.3.2

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 (64) hide show
  1. package/dist/amll-react-framework.cjs +3976 -0
  2. package/dist/amll-react-framework.cjs.map +1 -0
  3. package/dist/amll-react-framework.d.cts +604 -0
  4. package/dist/amll-react-framework.d.mts +564 -0
  5. package/dist/amll-react-framework.mjs +3866 -0
  6. package/dist/amll-react-framework.mjs.map +1 -0
  7. package/dist/style.css +901 -0
  8. package/package.json +76 -89
  9. package/LICENSE +0 -661
  10. package/dist/amll-react-framework.css +0 -1023
  11. package/dist/amll-react-framework.js +0 -13755
  12. package/dist/amll-react-framework.js.map +0 -1
  13. package/dist/components/AudioFFTVisualizer/index.d.ts +0 -5
  14. package/dist/components/AudioFFTVisualizer/index.d.ts.map +0 -1
  15. package/dist/components/AudioQualityTag/index.d.ts +0 -7
  16. package/dist/components/AudioQualityTag/index.d.ts.map +0 -1
  17. package/dist/components/BouncingSlider/index.d.ts +0 -18
  18. package/dist/components/BouncingSlider/index.d.ts.map +0 -1
  19. package/dist/components/ControlThumb/index.d.ts +0 -5
  20. package/dist/components/ControlThumb/index.d.ts.map +0 -1
  21. package/dist/components/Cover/index.d.ts +0 -12
  22. package/dist/components/Cover/index.d.ts.map +0 -1
  23. package/dist/components/MediaButton/index.d.ts +0 -3
  24. package/dist/components/MediaButton/index.d.ts.map +0 -1
  25. package/dist/components/MenuButton/index.d.ts +0 -3
  26. package/dist/components/MenuButton/index.d.ts.map +0 -1
  27. package/dist/components/MusicInfo/index.d.ts +0 -10
  28. package/dist/components/MusicInfo/index.d.ts.map +0 -1
  29. package/dist/components/PrebuiltLyricPlayer/index.d.ts +0 -8
  30. package/dist/components/PrebuiltLyricPlayer/index.d.ts.map +0 -1
  31. package/dist/components/TextMarquee/index.d.ts +0 -3
  32. package/dist/components/TextMarquee/index.d.ts.map +0 -1
  33. package/dist/components/ToggleIconButton/index.d.ts +0 -12
  34. package/dist/components/ToggleIconButton/index.d.ts.map +0 -1
  35. package/dist/components/ToggleIconButton/prebuilt-enum.d.ts +0 -9
  36. package/dist/components/ToggleIconButton/prebuilt-enum.d.ts.map +0 -1
  37. package/dist/components/VolumeControlSlider/index.d.ts +0 -4
  38. package/dist/components/VolumeControlSlider/index.d.ts.map +0 -1
  39. package/dist/components/index.d.ts +0 -14
  40. package/dist/components/index.d.ts.map +0 -1
  41. package/dist/hook/useThrottle.d.ts +0 -11
  42. package/dist/hook/useThrottle.d.ts.map +0 -1
  43. package/dist/index.d.ts +0 -8
  44. package/dist/index.d.ts.map +0 -1
  45. package/dist/layout/auto.d.ts +0 -19
  46. package/dist/layout/auto.d.ts.map +0 -1
  47. package/dist/layout/horizontal.d.ts +0 -12
  48. package/dist/layout/horizontal.d.ts.map +0 -1
  49. package/dist/layout/index.d.ts +0 -4
  50. package/dist/layout/index.d.ts.map +0 -1
  51. package/dist/layout/vertical.d.ts +0 -12
  52. package/dist/layout/vertical.d.ts.map +0 -1
  53. package/dist/states/callbacks.d.ts +0 -93
  54. package/dist/states/callbacks.d.ts.map +0 -1
  55. package/dist/states/configAtoms.d.ts +0 -174
  56. package/dist/states/configAtoms.d.ts.map +0 -1
  57. package/dist/states/controlsAtoms.d.ts +0 -24
  58. package/dist/states/controlsAtoms.d.ts.map +0 -1
  59. package/dist/states/dataAtoms.d.ts +0 -144
  60. package/dist/states/dataAtoms.d.ts.map +0 -1
  61. package/dist/utils/duration.d.ts +0 -2
  62. package/dist/utils/duration.d.ts.map +0 -1
  63. package/dist/utils/index.d.ts +0 -2
  64. package/dist/utils/index.d.ts.map +0 -1
package/package.json CHANGED
@@ -1,90 +1,77 @@
1
1
  {
2
- "name": "@applemusic-like-lyrics/react-full",
3
- "version": "0.2.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
- "nx": {
12
- "tags": [
13
- "library"
14
- ],
15
- "targets": {
16
- "nx-release-publish": {
17
- "executor": "@nx/js:release-publish",
18
- "dependsOn": []
19
- }
20
- }
21
- },
22
- "type": "module",
23
- "main": "dist/amll-react-framework.cjs",
24
- "module": "./dist/amll-react-framework.js",
25
- "typings": "./dist/index.d.ts",
26
- "style": "./dist/amll-react-framework.css",
27
- "exports": {
28
- ".": {
29
- "import": "./dist/amll-react-framework.js",
30
- "require": "./dist/amll-react-framework.cjs",
31
- "types": "./dist/index.d.ts"
32
- },
33
- "./style.css": {
34
- "import": "./dist/amll-react-framework.css",
35
- "require": "./dist/amll-react-framework.css"
36
- }
37
- },
38
- "sideEffects": [
39
- "*.css"
40
- ],
41
- "files": [
42
- "dist/**/*.js",
43
- "dist/**/*.ts",
44
- "dist/**/*.cjs",
45
- "dist/**/*.css",
46
- "dist/**/*.map"
47
- ],
48
- "dependencies": {
49
- "@ungap/structured-clone": "^1.3.0",
50
- "classnames": "^2.5.1",
51
- "corner-smoothing": "^0.1.5",
52
- "framer-motion": "^12.38.0",
53
- "react-toastify": "^11.0.5",
54
- "@applemusic-like-lyrics/core": "^0.3.1",
55
- "@applemusic-like-lyrics/react": "^0.3.1"
56
- },
57
- "peerDependencies": {
58
- "jotai": "^2",
59
- "react": "^19",
60
- "react-dom": "^19"
61
- },
62
- "devDependencies": {
63
- "@biomejs/biome": "^2.4.8",
64
- "@radix-ui/themes": "^3.3.0",
65
- "@types/react": "^19.2.14",
66
- "@types/react-dom": "^19.2.3",
67
- "@types/ungap__structured-clone": "^1.2.0",
68
- "@vitejs/plugin-react": "^6.0.1",
69
- "babel-plugin-react-compiler": "^1.0.0",
70
- "react-compiler-runtime": "^1.0.0",
71
- "typedoc": "^0.28.17",
72
- "typedoc-plugin-markdown": "^4.11.0",
73
- "typescript": "^5.9.3",
74
- "jotai-babel": "^0.1.0",
75
- "vite": "^8.0.1",
76
- "vite-plugin-dts": "^4.5.4",
77
- "vite-plugin-svgr": "^4.5.0",
78
- "vite-plugin-wasm": "^3.6.0",
79
- "vite-plugin-babel": "^1.6.0",
80
- "@applemusic-like-lyrics/lyric": "^0.4.1"
81
- },
82
- "scripts": {
83
- "build:docs": "typedoc --plugin typedoc-plugin-markdown --out docs src/index.ts",
84
- "build": "vite build",
85
- "build:dev": "vite build",
86
- "fmt": "biome format --write ./src",
87
- "dev": "vite dev",
88
- "preinstall": "npx only-allow pnpm"
89
- }
90
- }
2
+ "name": "@applemusic-like-lyrics/react-full",
3
+ "version": "0.3.2",
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.1",
49
+ "@applemusic-like-lyrics/react": "^0.4.1",
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.3",
64
+ "@svgr/core": "^8.1.0",
65
+ "@svgr/plugin-jsx": "^8.1.0",
66
+ "@tsdown/css": "^0.21.9",
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.9",
74
+ "typedoc": "^0.28.18",
75
+ "typedoc-plugin-markdown": "^4.11.0"
76
+ }
77
+ }