@mjhls/mjh-framework 1.0.368 → 1.0.369
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/README.md +1 -1
- package/dist/cjs/index.js +6 -1
- package/dist/esm/index.js +6 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/cjs/index.js
CHANGED
|
@@ -8932,7 +8932,12 @@ var Video = function Video(_ref) {
|
|
|
8932
8932
|
webkitallowfullscreen: 'true',
|
|
8933
8933
|
mozallowfullscreen: 'true',
|
|
8934
8934
|
style: { border: 'none', position: 'absolute', top: '0px', right: '0px', bottom: '0px', left: '0px', width: '100%', height: '100%' }
|
|
8935
|
-
})
|
|
8935
|
+
}),
|
|
8936
|
+
React__default.createElement(
|
|
8937
|
+
'style',
|
|
8938
|
+
{ jsx: 'true' },
|
|
8939
|
+
'\n .brightcove-playlist iframe {\n height: 100% !important;\n }\n '
|
|
8940
|
+
)
|
|
8936
8941
|
)
|
|
8937
8942
|
);
|
|
8938
8943
|
}
|
package/dist/esm/index.js
CHANGED
|
@@ -8929,7 +8929,12 @@ var Video = function Video(_ref) {
|
|
|
8929
8929
|
webkitallowfullscreen: 'true',
|
|
8930
8930
|
mozallowfullscreen: 'true',
|
|
8931
8931
|
style: { border: 'none', position: 'absolute', top: '0px', right: '0px', bottom: '0px', left: '0px', width: '100%', height: '100%' }
|
|
8932
|
-
})
|
|
8932
|
+
}),
|
|
8933
|
+
React__default.createElement(
|
|
8934
|
+
'style',
|
|
8935
|
+
{ jsx: 'true' },
|
|
8936
|
+
'\n .brightcove-playlist iframe {\n height: 100% !important;\n }\n '
|
|
8937
|
+
)
|
|
8933
8938
|
)
|
|
8934
8939
|
);
|
|
8935
8940
|
}
|