@contentful/field-editor-boolean 1.9.0 → 1.10.0

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.
@@ -129,7 +129,10 @@ function BooleanEditor(props) {
129
129
  testId: "boolean-editor-clear",
130
130
  isDisabled: disabled,
131
131
  onClick: clearOption
132
- }, "Clear"));
132
+ }, _core.i18n._({
133
+ id: "FieldEditors.Boolean.BooleanEditor.ClearLabel",
134
+ message: "Clear"
135
+ })));
133
136
  });
134
137
  }
135
138
  BooleanEditor.defaultProps = {
@@ -73,7 +73,10 @@ export function BooleanEditor(props) {
73
73
  testId: "boolean-editor-clear",
74
74
  isDisabled: disabled,
75
75
  onClick: clearOption
76
- }, "Clear"));
76
+ }, $_i18n._({
77
+ id: "FieldEditors.Boolean.BooleanEditor.ClearLabel",
78
+ message: "Clear"
79
+ })));
77
80
  });
78
81
  }
79
82
  BooleanEditor.defaultProps = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/field-editor-boolean",
3
- "version": "1.9.0",
3
+ "version": "1.10.0",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -52,5 +52,5 @@
52
52
  "publishConfig": {
53
53
  "registry": "https://npm.pkg.github.com/"
54
54
  },
55
- "gitHead": "04669d85cc7ccf736ba797f90a602c3ecc173225"
55
+ "gitHead": "6107c7a473489ed1a0f875767d595b0c43e56d18"
56
56
  }