@contentful/field-editor-rich-text 1.1.11 → 1.1.12

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,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
+ ## [1.1.12](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@1.1.11...@contentful/field-editor-rich-text@1.1.12) (2022-05-04)
7
+
8
+ ### Bug Fixes
9
+
10
+ - reflect disabled state on fields ([#1125](https://github.com/contentful/field-editors/issues/1125)) ([01502b9](https://github.com/contentful/field-editors/commit/01502b9d785c5f782b0e5de782d092c439cb690f))
11
+
6
12
  ## [1.1.11](https://github.com/contentful/field-editors/compare/@contentful/field-editor-rich-text@1.1.10...@contentful/field-editor-rich-text@1.1.11) (2022-05-03)
7
13
 
8
14
  **Note:** Version bump only for package @contentful/field-editor-rich-text
@@ -6547,7 +6547,8 @@ var styles$e = {
6547
6547
  }
6548
6548
  }),
6549
6549
  disabled: /*#__PURE__*/emotion.css({
6550
- background: tokens.gray100
6550
+ background: tokens.gray100,
6551
+ cursor: 'not-allowed'
6551
6552
  })
6552
6553
  };
6553
6554