@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 CHANGED
@@ -1,3 +1,7 @@
1
+ ## [2.4.0]
2
+ - Added optional semantic level props to Page Heading, Alt Header, Promo With Title, and Section Title
3
+ - Added optional character limit prop to Page Heading
4
+
1
5
  ## [2.3.3]
2
6
  - Reintroduced legacy behaviour of <TextField /> via opt-in component
3
7
 
@@ -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, null, /*#__PURE__*/React__default.createElement(VideoControlsInnerWrapper, null, /*#__PURE__*/React__default.createElement(LeftWrapper, null, /*#__PURE__*/React__default.createElement(VideoPlayButton, {
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;