@ray-js/ipc-player-integration 0.0.25-beta-3 → 0.0.25-beta-4

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.
@@ -71,6 +71,13 @@ export function FullTravelRouteControl(props) {
71
71
  }, /*#__PURE__*/React.createElement(RectDirectionControl, _extends({
72
72
  className: "ipc-plugin-full-travel-route-control",
73
73
  value: 0,
74
+ onMoveNonIntersection: () => {
75
+ sendDpValueFn('-1');
76
+ },
77
+ showArcOnTouchInEdgeProximity: true,
78
+ arcEdgeProximityColor: brandColor,
79
+ touchDistanceThreshold: 50
80
+ }, directionControlProps, {
74
81
  onTouchStart: value => {
75
82
  var _directionControlProp2;
76
83
  pauseTimeToHideAllComponentFn();
@@ -95,12 +102,6 @@ export function FullTravelRouteControl(props) {
95
102
  // @ts-ignore
96
103
  ty.nativeDisabled(false);
97
104
  directionControlProps === null || directionControlProps === void 0 || (_directionControlProp3 = directionControlProps.onTouchEnd) === null || _directionControlProp3 === void 0 || _directionControlProp3.call(directionControlProps);
98
- },
99
- onMoveNonIntersection: () => {
100
- sendDpValueFn('-1');
101
- },
102
- showArcOnTouchInEdgeProximity: true,
103
- arcEdgeProximityColor: brandColor,
104
- touchDistanceThreshold: 50
105
- }, directionControlProps)));
105
+ }
106
+ })));
106
107
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/ipc-player-integration",
3
- "version": "0.0.25-beta-3",
3
+ "version": "0.0.25-beta-4",
4
4
  "description": "IPC 融合播放器",
5
5
  "main": "lib/index",
6
6
  "files": [