@applemusic-like-lyrics/react-full 0.4.2 → 0.5.0

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/style.css CHANGED
@@ -39,7 +39,7 @@
39
39
  &:before {
40
40
  content: "";
41
41
  opacity: .2;
42
- border-image-source: url("data:image/svg+xml,%3Csvg%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2036%2036%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%0A%20%20%20%20%20%20%20%20d%3D%22M19.5%200C25.573%200%2028.6095%200%2030.8862%201.27504C32.4953%202.17617%2033.8238%203.50471%2034.725%205.11379C36%207.39054%2036%2010.427%2036%2016.5V19.5C36%2025.573%2036%2028.6095%2034.725%2030.8862C33.8238%2032.4953%2032.4953%2033.8238%2030.8862%2034.725C28.6095%2036%2025.573%2036%2019.5%2036H16.5C10.427%2036%207.39054%2036%205.11379%2034.725C3.50471%2033.8238%202.17617%2032.4953%201.27504%2030.8862C0%2028.6095%200%2025.573%200%2019.5L0%2016.5C0%2010.427%200%207.39054%201.27504%205.11379C2.17617%203.50471%203.50471%202.17617%205.11379%201.27504C7.39054%200%2010.427%200%2016.5%200L19.5%200Z%22%0A%20%20%20%20%20%20%20%20fill%3D%22white%22%20%2F%3E%0A%3C%2Fsvg%3E");
42
+ border-image-source: url("data:image/svg+xml,%3Csvg%0A%09width%3D%2236%22%0A%09height%3D%2236%22%0A%09viewBox%3D%220%200%2036%2036%22%0A%09fill%3D%22none%22%0A%09xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%3E%0A%09%3Cpath%0A%09%09d%3D%22M19.5%200C25.573%200%2028.6095%200%2030.8862%201.27504C32.4953%202.17617%2033.8238%203.50471%2034.725%205.11379C36%207.39054%2036%2010.427%2036%2016.5V19.5C36%2025.573%2036%2028.6095%2034.725%2030.8862C33.8238%2032.4953%2032.4953%2033.8238%2030.8862%2034.725C28.6095%2036%2025.573%2036%2019.5%2036H16.5C10.427%2036%207.39054%2036%205.11379%2034.725C3.50471%2033.8238%202.17617%2032.4953%201.27504%2030.8862C0%2028.6095%200%2025.573%200%2019.5L0%2016.5C0%2010.427%200%207.39054%201.27504%205.11379C2.17617%203.50471%203.50471%202.17617%205.11379%201.27504C7.39054%200%2010.427%200%2016.5%200L19.5%200Z%22%0A%09%09fill%3D%22white%22%0A%09%2F%3E%0A%3C%2Fsvg%3E%0A");
43
43
  border-image-slice: 15 fill;
44
44
  border-image-width: 8.5px;
45
45
  width: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applemusic-like-lyrics/react-full",
3
- "version": "0.4.2",
3
+ "version": "0.5.0",
4
4
  "description": "AMLL 组件库的 React 绑定,但是更加完备且高度灵活",
5
5
  "repository": {
6
6
  "url": "https://github.com/amll-dev/applemusic-like-lyrics.git",
@@ -47,13 +47,13 @@
47
47
  "dist"
48
48
  ],
49
49
  "dependencies": {
50
- "@ungap/structured-clone": "^1.3.0",
50
+ "@ungap/structured-clone": "^1.3.3",
51
51
  "classnames": "^2.5.1",
52
52
  "corner-smoothing": "^0.1.5",
53
- "framer-motion": "^12.38.0",
53
+ "framer-motion": "^13.0.0",
54
54
  "react-toastify": "^11.0.5",
55
- "@applemusic-like-lyrics/core": "^0.5.2",
56
- "@applemusic-like-lyrics/react": "^0.5.2"
55
+ "@applemusic-like-lyrics/core": "^0.6.0",
56
+ "@applemusic-like-lyrics/react": "^0.6.0"
57
57
  },
58
58
  "peerDependencies": {
59
59
  "jotai": "^2",
@@ -61,20 +61,20 @@
61
61
  "react-dom": "^19"
62
62
  },
63
63
  "devDependencies": {
64
- "@biomejs/biome": "^2.4.8",
64
+ "@biomejs/biome": "^2.5.7",
65
65
  "@rolldown/plugin-babel": "^0.2.3",
66
66
  "@svgr/core": "^8.1.0",
67
67
  "@svgr/plugin-jsx": "^8.1.0",
68
- "@tsdown/css": "^0.22.0",
69
- "@types/react": "^19.2.14",
70
- "@types/react-dom": "^19.2.3",
68
+ "@tsdown/css": "^0.22.14",
69
+ "@types/react": "^19.2.18",
70
+ "@types/react-dom": "^19.2.4",
71
71
  "@types/ungap__structured-clone": "^1.2.0",
72
72
  "babel-plugin-react-compiler": "^1.0.0",
73
- "jotai-babel": "^0.1.0",
73
+ "jotai-babel": "^0.3.0",
74
74
  "react-compiler-runtime": "^1.0.0",
75
- "tsdown": "^0.22.0",
76
- "typedoc": "^0.28.18",
77
- "typedoc-plugin-markdown": "^4.11.0"
75
+ "tsdown": "^0.22.14",
76
+ "typedoc": "^0.28.20",
77
+ "typedoc-plugin-markdown": "^4.12.0"
78
78
  },
79
79
  "scripts": {
80
80
  "build:docs": "typedoc --plugin typedoc-plugin-markdown --out docs src/index.ts",