@quintype/components 3.8.6-jw-player-integration.2 → 3.8.6

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/cjs/index.js CHANGED
@@ -3127,7 +3127,8 @@ var JWPlayerComponent = /*#__PURE__*/function (_React$Component) {
3127
3127
  }, /*#__PURE__*/React__default["default"].createElement("iframe", {
3128
3128
  className: "jw-player",
3129
3129
  src: playerUrl,
3130
- allowFullScreen: true
3130
+ allowFullScreen: true,
3131
+ frameBorder: "0"
3131
3132
  }));
3132
3133
  }
3133
3134
  }]);
@@ -38,7 +38,8 @@ var JWPlayerComponent = /*#__PURE__*/function (_React$Component) {
38
38
  }, /*#__PURE__*/React.createElement("iframe", {
39
39
  className: "jw-player",
40
40
  src: playerUrl,
41
- allowFullScreen: true
41
+ allowFullScreen: true,
42
+ frameBorder: "0"
42
43
  }));
43
44
  }
44
45
  }]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quintype/components",
3
- "version": "3.8.6-jw-player-integration.2",
3
+ "version": "3.8.6",
4
4
  "description": "Components to help build Quintype Node.js apps",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/es/index.js",