@contentful/field-editor-reference 5.8.1 → 5.8.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 CHANGED
@@ -3,6 +3,16 @@
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.8.3](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@5.8.2...@contentful/field-editor-reference@5.8.3) (2023-02-07)
7
+
8
+ **Note:** Version bump only for package @contentful/field-editor-reference
9
+
10
+ ## [5.8.2](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@5.8.1...@contentful/field-editor-reference@5.8.2) (2023-01-20)
11
+
12
+ ### Bug Fixes
13
+
14
+ - images overlay modal in compose [TOL-921] ([#1330](https://github.com/contentful/field-editors/issues/1330)) ([baef30d](https://github.com/contentful/field-editors/commit/baef30d6491f7b56bbcbc8d747542bf4c5d46899))
15
+
6
16
  ## [5.8.1](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@5.8.0...@contentful/field-editor-reference@5.8.1) (2023-01-13)
7
17
 
8
18
  ### Bug Fixes
@@ -3370,7 +3370,7 @@ var styles$3 = {
3370
3370
  }),
3371
3371
  item: /*#__PURE__*/emotion.css({
3372
3372
  marginBottom: tokens.spacingM,
3373
- zIndex: tokens.zIndexModalContent // setting this to an index above 99 fixes dragged item disappearing issue
3373
+ zIndex: tokens.zIndexModal // setting this to an index above 99 fixes dragged item disappearing issue. Should not be higher than 100 so it does not overlap the asset modal.
3374
3374
 
3375
3375
  })
3376
3376
  };