@contentful/field-editor-reference 5.21.1 → 5.21.2

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.
@@ -83,8 +83,7 @@ function SpaceName(props) {
83
83
  content: content
84
84
  }, /*#__PURE__*/ _react.createElement(_f36components.Flex, {
85
85
  alignItems: "center",
86
- gap: "spacingXs",
87
- marginRight: "spacingS"
86
+ gap: "spacingXs"
88
87
  }, /*#__PURE__*/ _react.createElement(_f36icons.FolderOpenTrimmedIcon, {
89
88
  className: styles.spaceIcon,
90
89
  size: "tiny",
@@ -27,8 +27,7 @@ export function SpaceName(props) {
27
27
  content: content
28
28
  }, /*#__PURE__*/ React.createElement(Flex, {
29
29
  alignItems: "center",
30
- gap: "spacingXs",
31
- marginRight: "spacingS"
30
+ gap: "spacingXs"
32
31
  }, /*#__PURE__*/ React.createElement(FolderOpenTrimmedIcon, {
33
32
  className: styles.spaceIcon,
34
33
  size: "tiny",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/field-editor-reference",
3
- "version": "5.21.1",
3
+ "version": "5.21.2",
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
  "@contentful/app-sdk": "^4.17.1",
65
65
  "react": ">=16.8.0"
66
66
  },
67
- "gitHead": "00197e6ebed66db7c9471d9f31b8ad852ff656d6"
67
+ "gitHead": "03940a9d0badbb781a4b00daea6930b8d11bdbf6"
68
68
  }