@mjhls/mjh-framework 1.0.583 → 1.0.584
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/getSerializers.js +1 -1
- package/dist/esm/getSerializers.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2314,7 +2314,7 @@ var Video = function Video(_ref) {
|
|
|
2314
2314
|
React__default['default'].createElement(
|
|
2315
2315
|
'style',
|
|
2316
2316
|
{ jsx: 'true' },
|
|
2317
|
-
'\n .brightcove {\n position: relative;\n
|
|
2317
|
+
'\n .brightcove {\n position: relative;\n margin-bottom: 1rem;\n height: 100%;\n width: 100%;\n }\n .brightcove .video-js {\n height: 100%;\n width: 100%;\n position: relative;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n min-height: 411px;\n }\n '
|
|
2318
2318
|
)
|
|
2319
2319
|
);
|
|
2320
2320
|
} else if (playlistID) {
|
|
@@ -2302,7 +2302,7 @@ var Video = function Video(_ref) {
|
|
|
2302
2302
|
React.createElement(
|
|
2303
2303
|
'style',
|
|
2304
2304
|
{ jsx: 'true' },
|
|
2305
|
-
'\n .brightcove {\n position: relative;\n
|
|
2305
|
+
'\n .brightcove {\n position: relative;\n margin-bottom: 1rem;\n height: 100%;\n width: 100%;\n }\n .brightcove .video-js {\n height: 100%;\n width: 100%;\n position: relative;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n min-height: 411px;\n }\n '
|
|
2306
2306
|
)
|
|
2307
2307
|
);
|
|
2308
2308
|
} else if (playlistID) {
|