@ray-js/ipc-player-integration 0.0.35-beta.25 → 0.0.35-beta.26

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.
@@ -58,7 +58,7 @@ const BottomLeftContent = _ref => {
58
58
  } = useTrialBadge(ctx.event, ctx.devId, trialRemainingSec);
59
59
  const paddingLeftPx = screenType === 'vertical' ? 0 : 25;
60
60
  const showBadge = showSmartImageQuality && showTrialBadge && canOpenSettings && gRawData && !isLowPhone && buttonState === 1 && trialRemainingSec > 0;
61
- const containerHeight = screenType === 'vertical' ? 48 : 83;
61
+ const containerHeight = screenType === 'vertical' ? 48 : 58;
62
62
  return /*#__PURE__*/React.createElement(CoverView, {
63
63
  className: clsx('ipc-player-bottom-left-content-wrap'),
64
64
  style: {
@@ -82,7 +82,7 @@ const BottomLeftContent = _ref => {
82
82
  onCountdownEnd: handleCountdownEnd
83
83
  })), /*#__PURE__*/React.createElement(View, {
84
84
  style: {
85
- paddingBottom: screenType === 'vertical' ? 0 : '32px',
85
+ paddingBottom: screenType === 'vertical' ? 0 : '25px',
86
86
  paddingLeft: `${paddingLeftPx}px`,
87
87
  paddingRight: '16px',
88
88
  width: '100%',
package/lib/ui/ui.less CHANGED
@@ -233,16 +233,16 @@
233
233
 
234
234
  // 左下角全屏子元素容器
235
235
  .bottom-left-item-full-container {
236
- padding: 0 12px !important;
236
+ padding: 0 24px !important;
237
237
  flex-shrink: 0;
238
238
  }
239
239
 
240
240
  .bottom-left-item-full-container:first-of-type {
241
- padding: 0 12px 0 16px !important;
241
+ padding: 0 24px 0 16px !important;
242
242
  }
243
243
 
244
244
  .bottom-left-item-full-container:last-of-type {
245
- padding: 0 0 0 12px !important;
245
+ padding: 0 0 0 24px !important;
246
246
  }
247
247
 
248
248
  .bottom-left-item-full-container:only-of-type {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/ipc-player-integration",
3
- "version": "0.0.35-beta.25",
3
+ "version": "0.0.35-beta.26",
4
4
  "description": "IPC 融合播放器",
5
5
  "main": "lib/index",
6
6
  "files": [
@@ -37,7 +37,7 @@
37
37
  "dependencies": {
38
38
  "@ray-js/direction-control": "^0.0.8",
39
39
  "@ray-js/ipc-ptz-zoom": "^0.0.3",
40
- "@ray-js/ray-ipc-player": "2.1.1-beta.3",
40
+ "@ray-js/ray-ipc-player": "^2.1.1",
41
41
  "@ray-js/ray-ipc-utils": "^1.1.15",
42
42
  "@ray-js/svg": "0.2.0",
43
43
  "clsx": "^1.2.1",