Skip to content

Commit

Permalink
Latest build files for testing in Avalon
Browse files Browse the repository at this point in the history
  • Loading branch information
Dananji committed May 10, 2024
1 parent 040333a commit 25a519f
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 22 deletions.
12 changes: 6 additions & 6 deletions dist/ramp.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -4871,9 +4871,9 @@ function VideoJSPlayer(_ref) {
player = playerState.player,
currentTime = playerState.currentTime;
var _React$useState = React__default["default"].useState(canvasIndex),
_React$useState2 = _slicedToArray(_React$useState, 2),
cIndex = _React$useState2[0],
_setCIndex = _React$useState2[1];
_React$useState2 = _slicedToArray(_React$useState, 2);
_React$useState2[0];
var _setCIndex = _React$useState2[1];
var _React$useState3 = React__default["default"].useState(false),
_React$useState4 = _slicedToArray(_React$useState3, 2),
isReady = _React$useState4[0],
Expand Down Expand Up @@ -5694,7 +5694,8 @@ function VideoJSPlayer(_ref) {
return null;
};
return /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement("div", {
"data-vjs-player": true
"data-vjs-player": true,
"data-canvasindex": cIndexRef.current
}, canvasIsEmptyRef.current && /*#__PURE__*/React__default["default"].createElement("div", {
"data-testid": "inaccessible-message-display"
// These styles needs to be inline for the poster to display within the Video boundaries
Expand Down Expand Up @@ -5724,7 +5725,7 @@ function VideoJSPlayer(_ref) {
}
})), /*#__PURE__*/React__default["default"].createElement("video", {
"data-testid": "videojs-".concat(isVideo ? 'video' : 'audio', "-element"),
"data-canvasindex": cIndex,
"data-canvasindex": cIndexRef.current,
ref: videoJSRef,
className: "video-js vjs-big-play-centered",
onTouchStart: saveTouchStartCoords,
Expand Down Expand Up @@ -6227,7 +6228,6 @@ var MediaPlayer = function MediaPlayer(_ref) {
className: "ramp--media_player",
role: "presentation"
}, /*#__PURE__*/React__default["default"].createElement(VideoJSPlayer, {
id: PLAYER_ID,
isVideo: isVideo,
isPlaylist: playlist.isPlaylist,
trackScrubberRef: trackScrubberRef,
Expand Down
2 changes: 1 addition & 1 deletion dist/ramp.cjs.min.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions dist/ramp.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -4840,9 +4840,9 @@ function VideoJSPlayer(_ref) {
player = playerState.player,
currentTime = playerState.currentTime;
var _React$useState = React.useState(canvasIndex),
_React$useState2 = _slicedToArray(_React$useState, 2),
cIndex = _React$useState2[0],
_setCIndex = _React$useState2[1];
_React$useState2 = _slicedToArray(_React$useState, 2);
_React$useState2[0];
var _setCIndex = _React$useState2[1];
var _React$useState3 = React.useState(false),
_React$useState4 = _slicedToArray(_React$useState3, 2),
isReady = _React$useState4[0],
Expand Down Expand Up @@ -5663,7 +5663,8 @@ function VideoJSPlayer(_ref) {
return null;
};
return /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("div", {
"data-vjs-player": true
"data-vjs-player": true,
"data-canvasindex": cIndexRef.current
}, canvasIsEmptyRef.current && /*#__PURE__*/React.createElement("div", {
"data-testid": "inaccessible-message-display"
// These styles needs to be inline for the poster to display within the Video boundaries
Expand Down Expand Up @@ -5693,7 +5694,7 @@ function VideoJSPlayer(_ref) {
}
})), /*#__PURE__*/React.createElement("video", {
"data-testid": "videojs-".concat(isVideo ? 'video' : 'audio', "-element"),
"data-canvasindex": cIndex,
"data-canvasindex": cIndexRef.current,
ref: videoJSRef,
className: "video-js vjs-big-play-centered",
onTouchStart: saveTouchStartCoords,
Expand Down Expand Up @@ -6196,7 +6197,6 @@ var MediaPlayer = function MediaPlayer(_ref) {
className: "ramp--media_player",
role: "presentation"
}, /*#__PURE__*/React.createElement(VideoJSPlayer, {
id: PLAYER_ID,
isVideo: isVideo,
isPlaylist: playlist.isPlaylist,
trackScrubberRef: trackScrubberRef,
Expand Down
12 changes: 6 additions & 6 deletions dist/ramp.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -4846,9 +4846,9 @@
player = playerState.player,
currentTime = playerState.currentTime;
var _React$useState = React__default["default"].useState(canvasIndex),
_React$useState2 = _slicedToArray(_React$useState, 2),
cIndex = _React$useState2[0],
_setCIndex = _React$useState2[1];
_React$useState2 = _slicedToArray(_React$useState, 2);
_React$useState2[0];
var _setCIndex = _React$useState2[1];
var _React$useState3 = React__default["default"].useState(false),
_React$useState4 = _slicedToArray(_React$useState3, 2),
isReady = _React$useState4[0],
Expand Down Expand Up @@ -5669,7 +5669,8 @@
return null;
};
return /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement("div", {
"data-vjs-player": true
"data-vjs-player": true,
"data-canvasindex": cIndexRef.current
}, canvasIsEmptyRef.current && /*#__PURE__*/React__default["default"].createElement("div", {
"data-testid": "inaccessible-message-display"
// These styles needs to be inline for the poster to display within the Video boundaries
Expand Down Expand Up @@ -5699,7 +5700,7 @@
}
})), /*#__PURE__*/React__default["default"].createElement("video", {
"data-testid": "videojs-".concat(isVideo ? 'video' : 'audio', "-element"),
"data-canvasindex": cIndex,
"data-canvasindex": cIndexRef.current,
ref: videoJSRef,
className: "video-js vjs-big-play-centered",
onTouchStart: saveTouchStartCoords,
Expand Down Expand Up @@ -6202,7 +6203,6 @@
className: "ramp--media_player",
role: "presentation"
}, /*#__PURE__*/React__default["default"].createElement(VideoJSPlayer, {
id: PLAYER_ID,
isVideo: isVideo,
isPlaylist: playlist.isPlaylist,
trackScrubberRef: trackScrubberRef,
Expand Down
2 changes: 0 additions & 2 deletions docs/build/bundle.5eac0765.js

This file was deleted.

2 changes: 2 additions & 0 deletions docs/build/bundle.6ca4ccaf.js

Large diffs are not rendered by default.

File renamed without changes.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
</head>
<body>
<div id="rsg-root"></div>
<script src="build/bundle.5eac0765.js"></script>
<script src="build/bundle.6ca4ccaf.js"></script>
</body>
</html>

0 comments on commit 25a519f

Please sign in to comment.