@ray-js/ipc-player-integration 0.0.35-beta.24 → 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%',
@@ -32,7 +32,7 @@ const BottomRightContent = _ref => {
32
32
  paddingRight: screenType === 'vertical' ? 0 : '25px',
33
33
  width: '100%',
34
34
  height: `${containerHeight}px`,
35
- justifyContent: 'center'
35
+ justifyContent: 'flex-end'
36
36
  },
37
37
  className: clsx('ipc-player-bottom-right-content-container', {
38
38
  // 'ipc-player-bottom-right-content-hide': shouldHide,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/ipc-player-integration",
3
- "version": "0.0.35-beta.24",
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",