@contentful/field-editor-radio 1.5.15 → 1.5.17

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,12 +8,12 @@ Object.defineProperty(exports, "RadioEditor", {
8
8
  return RadioEditor;
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 _fieldeditordropdown = require("@contentful/field-editor-dropdown");
14
14
  const _fieldeditorshared = require("@contentful/field-editor-shared");
15
15
  const _emotion = require("emotion");
16
- const _styles = _interop_require_wildcard(require("./styles"));
16
+ const _styles = /*#__PURE__*/ _interop_require_wildcard(require("./styles"));
17
17
  function _getRequireWildcardCache(nodeInterop) {
18
18
  if (typeof WeakMap !== "function") return null;
19
19
  var cacheBabelInterop = new WeakMap();
@@ -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");
@@ -19,7 +19,7 @@ _export(exports, {
19
19
  return rightToLeft;
20
20
  }
21
21
  });
22
- const _f36tokens = _interop_require_default(require("@contentful/f36-tokens"));
22
+ const _f36tokens = /*#__PURE__*/ _interop_require_default(require("@contentful/f36-tokens"));
23
23
  const _emotion = require("emotion");
24
24
  function _interop_require_default(obj) {
25
25
  return obj && obj.__esModule ? obj : {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/field-editor-radio",
3
- "version": "1.5.15",
3
+ "version": "1.5.17",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -37,8 +37,8 @@
37
37
  "dependencies": {
38
38
  "@contentful/f36-components": "^4.70.0",
39
39
  "@contentful/f36-tokens": "^4.0.5",
40
- "@contentful/field-editor-dropdown": "^1.5.15",
41
- "@contentful/field-editor-shared": "^2.3.2",
40
+ "@contentful/field-editor-dropdown": "^1.5.17",
41
+ "@contentful/field-editor-shared": "^2.4.1",
42
42
  "emotion": "^10.0.17",
43
43
  "lodash": "^4.17.15",
44
44
  "nanoid": "^3.1.3"
@@ -53,5 +53,5 @@
53
53
  "publishConfig": {
54
54
  "registry": "https://npm.pkg.github.com/"
55
55
  },
56
- "gitHead": "818d5f85db9f0d8db39fc41a6019efb958c7b513"
56
+ "gitHead": "1d0dc6dc10cf4ad43aa48b04fa67d29ab7edaee8"
57
57
  }