@srgssr/pillarbox-web 1.18.0 → 1.19.1
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/dist/pillarbox-core.cjs.js +1 -1
- package/dist/pillarbox-core.es.js +1 -1
- package/dist/pillarbox.cjs.js +2 -1
- package/dist/pillarbox.cjs.js.map +1 -1
- package/dist/pillarbox.es.js +2 -1
- package/dist/pillarbox.es.js.map +1 -1
- package/dist/pillarbox.min.css +1 -1
- package/dist/pillarbox.min.css.map +1 -1
- package/dist/pillarbox.umd.js +2 -1
- package/dist/pillarbox.umd.js.map +1 -1
- package/dist/pillarbox.umd.min.js +1 -1
- package/dist/pillarbox.umd.min.js.map +1 -1
- package/dist/types/src/dataProvider/model/MediaComposition.d.ts.map +1 -1
- package/package.json +1 -1
- package/scss/components/_layout.scss +4 -2
package/dist/pillarbox.cjs.js
CHANGED
|
@@ -109,7 +109,7 @@ function _objectWithoutProperties(source, excluded) {
|
|
|
109
109
|
return target;
|
|
110
110
|
}
|
|
111
111
|
|
|
112
|
-
const version = "1.
|
|
112
|
+
const version = "1.19.0";
|
|
113
113
|
|
|
114
114
|
/** @import VJSPlayer from 'video.js/dist/types/player' */
|
|
115
115
|
/** @import AudioTrack from 'video.js/dist/types/tracks/audio-track' */
|
|
@@ -2732,6 +2732,7 @@ class MediaComposition {
|
|
|
2732
2732
|
imageCopyright: this.getMainChapter().imageCopyright,
|
|
2733
2733
|
intervals: this.getMainTimeIntervals(),
|
|
2734
2734
|
live: resource.live,
|
|
2735
|
+
mediaContainer: resource.mediaContainer,
|
|
2735
2736
|
mediaType: this.getMainChapter().mediaType,
|
|
2736
2737
|
mimeType: resource.mimeType,
|
|
2737
2738
|
presentation: resource.presentation,
|