@contentful/field-editor-tags 1.4.34 → 1.4.35

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.
@@ -8,15 +8,15 @@ Object.defineProperty(exports, "TagsEditor", {
8
8
  return TagsEditor;
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
- const _f36tokens = _interop_require_default(require("@contentful/f36-tokens"));
13
+ const _f36tokens = /*#__PURE__*/ _interop_require_default(require("@contentful/f36-tokens"));
14
14
  const _core = require("@dnd-kit/core");
15
15
  const _modifiers = require("@dnd-kit/modifiers");
16
16
  const _sortable = require("@dnd-kit/sortable");
17
17
  const _utilities = require("@dnd-kit/utilities");
18
18
  const _emotion = require("emotion");
19
- const _noop = _interop_require_default(require("lodash/noop"));
19
+ const _noop = /*#__PURE__*/ _interop_require_default(require("lodash/noop"));
20
20
  const _TagsEditorConstraints = require("./TagsEditorConstraints");
21
21
  function _interop_require_default(obj) {
22
22
  return obj && obj.__esModule ? obj : {
@@ -8,7 +8,7 @@ Object.defineProperty(exports, "TagsEditorConstraints", {
8
8
  return TagsEditorConstraints;
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 _emotion = require("emotion");
14
14
  function _getRequireWildcardCache(nodeInterop) {
@@ -8,9 +8,9 @@ Object.defineProperty(exports, "TagsEditorContainer", {
8
8
  return TagsEditorContainer;
9
9
  }
10
10
  });
11
- const _react = _interop_require_wildcard(require("react"));
11
+ const _react = /*#__PURE__*/ _interop_require_wildcard(require("react"));
12
12
  const _fieldeditorshared = require("@contentful/field-editor-shared");
13
- const _isNumber = _interop_require_default(require("lodash/isNumber"));
13
+ const _isNumber = /*#__PURE__*/ _interop_require_default(require("lodash/isNumber"));
14
14
  const _TagsEditor = require("./TagsEditor");
15
15
  function _interop_require_default(obj) {
16
16
  return obj && obj.__esModule ? obj : {
@@ -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");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/field-editor-tags",
3
- "version": "1.4.34",
3
+ "version": "1.4.35",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -38,7 +38,7 @@
38
38
  "@contentful/f36-components": "^4.70.0",
39
39
  "@contentful/f36-icons": "^4.29.0",
40
40
  "@contentful/f36-tokens": "^4.0.5",
41
- "@contentful/field-editor-shared": "^2.4.0",
41
+ "@contentful/field-editor-shared": "^2.4.1",
42
42
  "@dnd-kit/core": "^6.0.8",
43
43
  "@dnd-kit/modifiers": "^7.0.0",
44
44
  "@dnd-kit/sortable": "^8.0.0",
@@ -54,5 +54,5 @@
54
54
  "publishConfig": {
55
55
  "registry": "https://npm.pkg.github.com/"
56
56
  },
57
- "gitHead": "acf662acf17e749090975671bf14ce107ac9c499"
57
+ "gitHead": "1d0dc6dc10cf4ad43aa48b04fa67d29ab7edaee8"
58
58
  }