@contentful/field-editor-checkbox 1.3.1 → 1.4.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.
@@ -107,7 +107,7 @@ function CheckboxEditor(props) {
107
107
  }
108
108
  const direction = locales.direction[field.locale] || 'ltr';
109
109
  return _react.createElement(_fieldeditorshared.FieldConnector, {
110
- throttle: 0,
110
+ debounce: 0,
111
111
  isEmptyValue: isEmptyListValue,
112
112
  field: field,
113
113
  isInitiallyDisabled: props.isInitiallyDisabled
@@ -55,7 +55,7 @@ export function CheckboxEditor(props) {
55
55
  }
56
56
  const direction = locales.direction[field.locale] || 'ltr';
57
57
  return React.createElement(FieldConnector, {
58
- throttle: 0,
58
+ debounce: 0,
59
59
  isEmptyValue: isEmptyListValue,
60
60
  field: field,
61
61
  isInitiallyDisabled: props.isInitiallyDisabled
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/field-editor-checkbox",
3
- "version": "1.3.1",
3
+ "version": "1.4.0",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -37,7 +37,7 @@
37
37
  "dependencies": {
38
38
  "@contentful/f36-components": "^4.3.23",
39
39
  "@contentful/f36-tokens": "^4.0.0",
40
- "@contentful/field-editor-shared": "^1.3.1",
40
+ "@contentful/field-editor-shared": "^1.4.0",
41
41
  "emotion": "^10.0.17",
42
42
  "lodash": "^4.17.15"
43
43
  },
@@ -47,5 +47,5 @@
47
47
  "peerDependencies": {
48
48
  "react": ">=16.8.0"
49
49
  },
50
- "gitHead": "ca904b19ca794a2c40d82e1f7ede9e0be3560f22"
50
+ "gitHead": "2db95226af0417c42aae8d1be85796fc8774e283"
51
51
  }