@ndla/video-search 8.0.40-alpha.0 → 8.0.41-alpha.0
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/es/VideoListItem.js +1 -1
- package/lib/VideoListItem.js +1 -1
- package/package.json +5 -5
package/es/VideoListItem.js
CHANGED
|
@@ -102,7 +102,7 @@ export const VideoListItem = _ref2 => {
|
|
|
102
102
|
const license = video.custom_fields?.license ? getLicenseByNBTitle(video.custom_fields.license, locale) : "";
|
|
103
103
|
return /*#__PURE__*/_jsxs("li", {
|
|
104
104
|
children: [/*#__PURE__*/_jsxs(StyledListItemRoot, {
|
|
105
|
-
|
|
105
|
+
context: "list",
|
|
106
106
|
nonInteractive: true,
|
|
107
107
|
children: [/*#__PURE__*/_jsx(StyledImage, {
|
|
108
108
|
src: video.images?.thumbnail?.src ?? "",
|
package/lib/VideoListItem.js
CHANGED
|
@@ -108,7 +108,7 @@ const VideoListItem = _ref2 => {
|
|
|
108
108
|
const license = video.custom_fields?.license ? (0, _licenses.getLicenseByNBTitle)(video.custom_fields.license, locale) : "";
|
|
109
109
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("li", {
|
|
110
110
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)(StyledListItemRoot, {
|
|
111
|
-
|
|
111
|
+
context: "list",
|
|
112
112
|
nonInteractive: true,
|
|
113
113
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(StyledImage, {
|
|
114
114
|
src: video.images?.thumbnail?.src ?? "",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ndla/video-search",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.41-alpha.0",
|
|
4
4
|
"description": "A simple library for searching NDLA videos",
|
|
5
5
|
"license": "GPL-3.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -26,14 +26,14 @@
|
|
|
26
26
|
"es"
|
|
27
27
|
],
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@ndla/icons": "^8.0.
|
|
29
|
+
"@ndla/icons": "^8.0.29-alpha.0",
|
|
30
30
|
"@ndla/licenses": "^8.0.3-alpha.0",
|
|
31
|
-
"@ndla/primitives": "^1.0.
|
|
31
|
+
"@ndla/primitives": "^1.0.41-alpha.0",
|
|
32
32
|
"@ndla/styled-system": "^0.0.23",
|
|
33
33
|
"@ndla/util": "^5.0.0-alpha.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@ndla/preset-panda": "^0.0.
|
|
36
|
+
"@ndla/preset-panda": "^0.0.38",
|
|
37
37
|
"@ndla/types-embed": "^5.0.3-alpha.0",
|
|
38
38
|
"@pandacss/dev": "^0.46.0"
|
|
39
39
|
},
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"publishConfig": {
|
|
45
45
|
"access": "public"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "e29f1689ea7268f8a1eed1c99f179a3524c70758"
|
|
48
48
|
}
|