@ndla/video-search 8.0.72-alpha.0 → 8.0.73-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.
@@ -104,7 +104,7 @@ export const VideoListItem = _ref2 => {
104
104
  context: "list",
105
105
  nonInteractive: true,
106
106
  children: [/*#__PURE__*/_jsx(StyledImage, {
107
- src: video.images?.thumbnail?.src ?? "",
107
+ src: video.images?.thumbnail?.src,
108
108
  alt: "",
109
109
  variant: "rounded"
110
110
  }), /*#__PURE__*/_jsxs(StyledListItemContent, {
@@ -110,7 +110,7 @@ const VideoListItem = _ref2 => {
110
110
  context: "list",
111
111
  nonInteractive: true,
112
112
  children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(StyledImage, {
113
- src: video.images?.thumbnail?.src ?? "",
113
+ src: video.images?.thumbnail?.src,
114
114
  alt: "",
115
115
  variant: "rounded"
116
116
  }), /*#__PURE__*/(0, _jsxRuntime.jsxs)(StyledListItemContent, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ndla/video-search",
3
- "version": "8.0.72-alpha.0",
3
+ "version": "8.0.73-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,13 +26,13 @@
26
26
  "es"
27
27
  ],
28
28
  "dependencies": {
29
- "@ndla/icons": "^8.0.48-alpha.0",
29
+ "@ndla/icons": "^8.0.49-alpha.0",
30
30
  "@ndla/licenses": "^8.0.6-alpha.0",
31
- "@ndla/primitives": "^1.0.67-alpha.0",
32
- "@ndla/styled-system": "^0.0.29"
31
+ "@ndla/primitives": "^1.0.68-alpha.0",
32
+ "@ndla/styled-system": "^0.0.30"
33
33
  },
34
34
  "devDependencies": {
35
- "@ndla/preset-panda": "^0.0.48",
35
+ "@ndla/preset-panda": "^0.0.49",
36
36
  "@ndla/types-embed": "^5.0.6-alpha.0",
37
37
  "@pandacss/dev": "^0.48.0"
38
38
  },
@@ -43,5 +43,5 @@
43
43
  "publishConfig": {
44
44
  "access": "public"
45
45
  },
46
- "gitHead": "05b33be72aef0446dffee0deac725f630b59ab6b"
46
+ "gitHead": "7960790a61f90467f2c0b0919201967eac276662"
47
47
  }