@contentful/field-editor-reference 5.3.2 → 5.3.3
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 +6 -0
- package/dist/field-editor-reference.cjs.development.js +0 -3
- package/dist/field-editor-reference.cjs.development.js.map +1 -1
- package/dist/field-editor-reference.cjs.production.min.js +1 -1
- package/dist/field-editor-reference.cjs.production.min.js.map +1 -1
- package/dist/field-editor-reference.esm.js +0 -3
- package/dist/field-editor-reference.esm.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
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.3.3](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@5.3.2...@contentful/field-editor-reference@5.3.3) (2022-10-11)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- remove background override from xspace refs ([#1261](https://github.com/contentful/field-editors/issues/1261)) ([22004a9](https://github.com/contentful/field-editors/commit/22004a927b51bd7aebfc40449f11d48a3dcf9355))
|
|
11
|
+
|
|
6
12
|
## [5.3.2](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@5.3.1...@contentful/field-editor-reference@5.3.2) (2022-10-06)
|
|
7
13
|
|
|
8
14
|
### Bug Fixes
|
|
@@ -2953,9 +2953,6 @@ function WrappedEntryCard(props) {
|
|
|
2953
2953
|
size: props.size,
|
|
2954
2954
|
isSelected: props.isSelected,
|
|
2955
2955
|
status: status,
|
|
2956
|
-
style: props.spaceName ? {
|
|
2957
|
-
backgroundColor: tokens.gray100
|
|
2958
|
-
} : undefined,
|
|
2959
2956
|
icon: props.spaceName ? React.createElement(SpaceName, {
|
|
2960
2957
|
spaceName: props.spaceName
|
|
2961
2958
|
}) : React.createElement(ScheduledIconWithTooltip, {
|