@royaloperahouse/chord 2.3.3-a-chord-development → 2.3.3-c-chord-development
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.
- package/CHANGELOG.md +4 -0
- package/dist/chord.cjs.development.js +5 -1
- package/dist/chord.cjs.development.js.map +1 -1
- package/dist/chord.cjs.production.min.js +1 -1
- package/dist/chord.cjs.production.min.js.map +1 -1
- package/dist/chord.esm.js +5 -2
- package/dist/chord.esm.js.map +1 -1
- package/dist/components/index.d.ts +2 -2
- package/dist/components/molecules/VideoWithControls/index.d.ts +2 -0
- package/dist/components/molecules/index.d.ts +2 -1
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5282,7 +5282,9 @@ var VideoControls = function VideoControls(_ref2) {
|
|
|
5282
5282
|
setVolume(newVolume);
|
|
5283
5283
|
}
|
|
5284
5284
|
}, [isMuted]);
|
|
5285
|
-
return /*#__PURE__*/React__default.createElement(VideoControlsWrapper,
|
|
5285
|
+
return /*#__PURE__*/React__default.createElement(VideoControlsWrapper, {
|
|
5286
|
+
className: "video-controls-container"
|
|
5287
|
+
}, /*#__PURE__*/React__default.createElement(VideoControlsInnerWrapper, null, /*#__PURE__*/React__default.createElement(LeftWrapper, null, /*#__PURE__*/React__default.createElement(VideoPlayButton, {
|
|
5286
5288
|
id: "play",
|
|
5287
5289
|
onClick: handlePlay,
|
|
5288
5290
|
className: "video-play-button",
|
|
@@ -9166,6 +9168,7 @@ var VideoWithControls$1 = function VideoWithControls(_ref) {
|
|
|
9166
9168
|
|
|
9167
9169
|
var showVideoControls = autoPlay ? isVideoReady : true;
|
|
9168
9170
|
return /*#__PURE__*/React__default.createElement(VideoContainer, {
|
|
9171
|
+
className: "video-with-controls-container",
|
|
9169
9172
|
aspectRatio: aspectRatio,
|
|
9170
9173
|
id: videoContainerId,
|
|
9171
9174
|
"data-testid": 'video-container'
|
|
@@ -12059,6 +12062,7 @@ exports.TypeTags = TypeTags;
|
|
|
12059
12062
|
exports.UpsellCard = UpsellCard;
|
|
12060
12063
|
exports.UpsellSection = UpsellSection;
|
|
12061
12064
|
exports.VideoControls = VideoControls;
|
|
12065
|
+
exports.VideoWithControls = VideoWithControls$1;
|
|
12062
12066
|
exports.breakpoints = breakpoints;
|
|
12063
12067
|
exports.devices = devices;
|
|
12064
12068
|
exports.zIndexes = zIndexes;
|