@ndla/video-search 2.0.15 → 2.0.17

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.
@@ -71,7 +71,9 @@ export default function VideoSearchResultBrightcove(_ref) {
71
71
  children: _jsx("iframe", {
72
72
  className: "c-video-preview__video",
73
73
  title: selectedVideo.name,
74
- src: "//players.brightcove.net/".concat(selectedVideo.account_id, "/BkLm8fT_default/index.html?videoId=").concat(selectedVideo.id),
74
+ src: "//players.brightcove.net/".concat(selectedVideo.account_id, "/BkLm8fT_default/index.html?videoId=").concat(selectedVideo.id)
75
+ // eslint-disable-next-line react/no-unknown-property
76
+ ,
75
77
  allowFullScreen: true
76
78
  })
77
79
  }) : '']
@@ -71,7 +71,9 @@ export default function VideoSearchResultYouTube(_ref) {
71
71
  children: _jsx("iframe", {
72
72
  className: "c-video-preview__video",
73
73
  title: selectedVideo.title,
74
- src: selectedVideo.pagemap.videoobject[0].embedurl,
74
+ src: selectedVideo.pagemap.videoobject[0].embedurl
75
+ // eslint-disable-next-line react/no-unknown-property
76
+ ,
75
77
  allowFullScreen: true
76
78
  })
77
79
  }) : '']
@@ -69,7 +69,9 @@ function VideoSearchResultBrightcove(_ref) {
69
69
  children: (0, _jsxRuntime.jsx)("iframe", {
70
70
  className: "c-video-preview__video",
71
71
  title: selectedVideo.name,
72
- src: "//players.brightcove.net/".concat(selectedVideo.account_id, "/BkLm8fT_default/index.html?videoId=").concat(selectedVideo.id),
72
+ src: "//players.brightcove.net/".concat(selectedVideo.account_id, "/BkLm8fT_default/index.html?videoId=").concat(selectedVideo.id)
73
+ // eslint-disable-next-line react/no-unknown-property
74
+ ,
73
75
  allowFullScreen: true
74
76
  })
75
77
  }) : '']
@@ -69,7 +69,9 @@ function VideoSearchResultYouTube(_ref) {
69
69
  children: (0, _jsxRuntime.jsx)("iframe", {
70
70
  className: "c-video-preview__video",
71
71
  title: selectedVideo.title,
72
- src: selectedVideo.pagemap.videoobject[0].embedurl,
72
+ src: selectedVideo.pagemap.videoobject[0].embedurl
73
+ // eslint-disable-next-line react/no-unknown-property
74
+ ,
73
75
  allowFullScreen: true
74
76
  })
75
77
  }) : '']
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ndla/video-search",
3
- "version": "2.0.15",
3
+ "version": "2.0.17",
4
4
  "description": "A simple library for searching NDLA videos",
5
5
  "license": "GPL-3.0",
6
6
  "main": "lib/index.js",
@@ -25,15 +25,15 @@
25
25
  "react-bem-helper": "^1.4.1"
26
26
  },
27
27
  "dependencies": {
28
- "@ndla/button": "^6.0.2",
29
- "@ndla/icons": "^2.0.7",
30
- "@ndla/licenses": "^6.0.9",
31
- "@ndla/pager": "^2.0.14",
32
- "@ndla/tabs": "^2.0.9",
28
+ "@ndla/button": "^6.0.4",
29
+ "@ndla/icons": "^2.0.8",
30
+ "@ndla/licenses": "^6.0.10",
31
+ "@ndla/pager": "^2.0.16",
32
+ "@ndla/tabs": "^2.0.11",
33
33
  "react-bem-helper": "^1.4.1"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "87a608977cc0558fcf41dcf7c9f6e6414d7c7c02"
38
+ "gitHead": "68b1327bb5950eee8a41227b3b48589c7d428bd7"
39
39
  }