@ray-js/ipc-player-integration 0.0.1-beta-29 → 0.0.1-beta-30

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.
@@ -2,9 +2,9 @@
2
2
 
3
3
  .ipc-player-plugin-voice-intercom {
4
4
  background: var(--ipc-player-plugin-voice-bg, radial-gradient(77% 77% at 34% 28%, #FF997C 0%, #FF592A 99%));
5
- width: 100%;
6
- height: 100%;
7
- border-radius:50%;
5
+ width: calc(72px * var(--ipc-player-size-scale, 1));
6
+ height: calc(72px * var(--ipc-player-size-scale, 1));
7
+ border-radius: 50%;
8
8
  display: flex;
9
9
  justify-content: center;
10
10
  align-items: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/ipc-player-integration",
3
- "version": "0.0.1-beta-29",
3
+ "version": "0.0.1-beta-30",
4
4
  "description": "IPC 播放器功能集成",
5
5
  "main": "lib/index",
6
6
  "files": [
@@ -35,7 +35,7 @@
35
35
  "dependencies": {
36
36
  "@ray-js/ipc-ptz-zoom": "0.0.2-beta-4",
37
37
  "@ray-js/panel-sdk": "^1.13.1",
38
- "@ray-js/ray-ipc-player": "2.0.20-beta-4",
38
+ "@ray-js/ray-ipc-player": "2.0.20-beta-5",
39
39
  "@ray-js/ray-ipc-utils": "1.1.0-beta-12",
40
40
  "@ray-js/svg": "0.2.0",
41
41
  "clsx": "^1.2.1",