@contentful/field-editor-reference 5.1.4 → 5.1.5

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/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [5.1.5](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@5.1.4...@contentful/field-editor-reference@5.1.5) (2022-09-06)
7
+
8
+ **Note:** Version bump only for package @contentful/field-editor-reference
9
+
6
10
  ## [5.1.4](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@5.1.3...@contentful/field-editor-reference@5.1.4) (2022-08-30)
7
11
 
8
12
  ### Bug Fixes
@@ -686,7 +686,8 @@ var squareCard = /*#__PURE__*/emotion.css({
686
686
 
687
687
  function MissingEntityCard(props) {
688
688
  return React__default.createElement(f36Components.Card, {
689
- className: card
689
+ className: card,
690
+ testId: "cf-ui-missing-entry-card"
690
691
  }, React__default.createElement(f36Components.Flex, {
691
692
  alignItems: "center",
692
693
  justifyContent: "space-between"