@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 CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- # mjh-framework v. 1.0.368
2
+ # mjh-framework v. 1.0.369
3
3
 
4
4
 
5
5
  > Foundation Framework
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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.368",
3
+ "version": "1.0.369",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",