@contentful/field-editor-reference 6.3.0 → 6.3.1

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.
@@ -78,6 +78,7 @@ function FunctionInvocationErrorCard({ providerName = 'Source', organizationId,
78
78
  }, " For more information, go to ", _react.createElement(_f36components.TextLink, {
79
79
  testId: "cf-ui-function-invocation-log-link",
80
80
  icon: _react.createElement(_f36icons.ExternalLinkIcon, null),
81
+ target: "_blank",
81
82
  alignIcon: "end",
82
83
  href: functionLink
83
84
  }, "function logs"))));
@@ -27,6 +27,7 @@ export function FunctionInvocationErrorCard({ providerName = 'Source', organizat
27
27
  }, " For more information, go to ", React.createElement(TextLink, {
28
28
  testId: "cf-ui-function-invocation-log-link",
29
29
  icon: React.createElement(ExternalLinkIcon, null),
30
+ target: "_blank",
30
31
  alignIcon: "end",
31
32
  href: functionLink
32
33
  }, "function logs"))));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/field-editor-reference",
3
- "version": "6.3.0",
3
+ "version": "6.3.1",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -64,5 +64,5 @@
64
64
  "publishConfig": {
65
65
  "registry": "https://npm.pkg.github.com/"
66
66
  },
67
- "gitHead": "769dabba46ce6306d8aaa863ab72a3af13e2b31d"
67
+ "gitHead": "44c35849b76f6de924a678f578697989cd0293bf"
68
68
  }