@contentful/default-field-editors 1.7.57 → 1.7.59

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/dist/cjs/Field.js CHANGED
@@ -8,7 +8,7 @@ Object.defineProperty(exports, "Field", {
8
8
  return Field;
9
9
  }
10
10
  });
11
- const _react = _interop_require_wildcard(require("react"));
11
+ const _react = /*#__PURE__*/ _interop_require_wildcard(require("react"));
12
12
  const _fieldeditorboolean = require("@contentful/field-editor-boolean");
13
13
  const _fieldeditorcheckbox = require("@contentful/field-editor-checkbox");
14
14
  const _fieldeditordate = require("@contentful/field-editor-date");
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _react = _interop_require_wildcard(require("react"));
5
+ const _react = /*#__PURE__*/ _interop_require_wildcard(require("react"));
6
6
  const _fieldeditorreference = require("@contentful/field-editor-reference");
7
7
  const _fieldeditortestutils = require("@contentful/field-editor-test-utils");
8
8
  require("@testing-library/jest-dom/extend-expect");
@@ -8,7 +8,7 @@ Object.defineProperty(exports, "FieldWrapper", {
8
8
  return FieldWrapper;
9
9
  }
10
10
  });
11
- const _react = _interop_require_wildcard(require("react"));
11
+ const _react = /*#__PURE__*/ _interop_require_wildcard(require("react"));
12
12
  const _f36components = require("@contentful/f36-components");
13
13
  const _fieldeditorvalidationerrors = require("@contentful/field-editor-validation-errors");
14
14
  const _emotion = require("emotion");
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _react = _interop_require_wildcard(require("react"));
5
+ const _react = /*#__PURE__*/ _interop_require_wildcard(require("react"));
6
6
  const _fieldeditortestutils = require("@contentful/field-editor-test-utils");
7
7
  require("@testing-library/jest-dom/extend-expect");
8
8
  const _react1 = require("@testing-library/react");
@@ -8,7 +8,7 @@ Object.defineProperty(exports, "styles", {
8
8
  return styles;
9
9
  }
10
10
  });
11
- const _f36tokens = _interop_require_default(require("@contentful/f36-tokens"));
11
+ const _f36tokens = /*#__PURE__*/ _interop_require_default(require("@contentful/f36-tokens"));
12
12
  const _emotion = require("emotion");
13
13
  function _interop_require_default(obj) {
14
14
  return obj && obj.__esModule ? obj : {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/default-field-editors",
3
- "version": "1.7.57",
3
+ "version": "1.7.59",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -43,13 +43,13 @@
43
43
  "@contentful/field-editor-json": "^3.3.37",
44
44
  "@contentful/field-editor-list": "^1.4.32",
45
45
  "@contentful/field-editor-location": "^1.3.37",
46
- "@contentful/field-editor-markdown": "^1.7.3",
46
+ "@contentful/field-editor-markdown": "^1.8.0",
47
47
  "@contentful/field-editor-multiple-line": "^1.4.3",
48
48
  "@contentful/field-editor-number": "^1.3.35",
49
49
  "@contentful/field-editor-radio": "^1.5.16",
50
50
  "@contentful/field-editor-rating": "^1.4.32",
51
- "@contentful/field-editor-reference": "^6.6.0",
52
- "@contentful/field-editor-rich-text": "^4.4.0",
51
+ "@contentful/field-editor-reference": "^6.6.1",
52
+ "@contentful/field-editor-rich-text": "^4.4.1",
53
53
  "@contentful/field-editor-shared": "^2.4.0",
54
54
  "@contentful/field-editor-single-line": "^1.5.4",
55
55
  "@contentful/field-editor-slug": "^1.5.18",
@@ -68,5 +68,5 @@
68
68
  "publishConfig": {
69
69
  "registry": "https://npm.pkg.github.com/"
70
70
  },
71
- "gitHead": "acf662acf17e749090975671bf14ce107ac9c499"
71
+ "gitHead": "72399b30c89e7981627429653b82dbd175c06ce6"
72
72
  }