@contentful/field-editor-shared 2.11.0 → 2.11.1

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/index.js CHANGED
@@ -15,9 +15,6 @@ _export(exports, {
15
15
  AppConfigAPI: function() {
16
16
  return _appsdk.AppConfigAPI;
17
17
  },
18
- Asset: function() {
19
- return _typesEntity.Asset;
20
- },
21
18
  BaseAppSDK: function() {
22
19
  return _appsdk.BaseAppSDK;
23
20
  },
@@ -36,9 +33,6 @@ _export(exports, {
36
33
  DialogsAPI: function() {
37
34
  return _appsdk.DialogsAPI;
38
35
  },
39
- Entry: function() {
40
- return _typesEntity.Entry;
41
- },
42
36
  EntryAPI: function() {
43
37
  return _appsdk.EntryAPI;
44
38
  },
@@ -54,9 +48,6 @@ _export(exports, {
54
48
  FieldConnector: function() {
55
49
  return _FieldConnector.FieldConnector;
56
50
  },
57
- File: function() {
58
- return _typesEntity.File;
59
- },
60
51
  IdsAPI: function() {
61
52
  return _appsdk.IdsAPI;
62
53
  },
@@ -111,7 +102,6 @@ const _CharCounter = require("./CharCounter");
111
102
  const _CharValidation = require("./CharValidation");
112
103
  const _FieldConnector = require("./FieldConnector");
113
104
  const _PredefinedValuesError = require("./PredefinedValuesError");
114
- const _typesEntity = require("./typesEntity");
115
105
  const _isValidImage = require("./utils/isValidImage");
116
106
  const _shortenStorageUnit = require("./utils/shortenStorageUnit");
117
107
  _export_star(require("./types"), exports);
package/dist/esm/index.js CHANGED
@@ -9,7 +9,6 @@ export { entityHelpers };
9
9
  export { FieldConnector } from './FieldConnector';
10
10
  export { ModalDialogLauncher };
11
11
  export { PredefinedValuesError } from './PredefinedValuesError';
12
- export { Asset, Entry, File } from './typesEntity';
13
12
  export { isValidImage } from './utils/isValidImage';
14
13
  export { shortenStorageUnit, toLocaleString } from './utils/shortenStorageUnit';
15
14
  export * from './types';
@@ -9,7 +9,7 @@ export { entityHelpers };
9
9
  export { FieldConnector } from './FieldConnector';
10
10
  export { ModalDialogLauncher };
11
11
  export { PredefinedValuesError } from './PredefinedValuesError';
12
- export { Asset, Entry, File } from './typesEntity';
12
+ export type { Asset, Entry, File } from './typesEntity';
13
13
  export { isValidImage } from './utils/isValidImage';
14
14
  export { shortenStorageUnit, toLocaleString } from './utils/shortenStorageUnit';
15
15
  export type { FieldConnectorChildProps } from './FieldConnector';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/field-editor-shared",
3
- "version": "2.11.0",
3
+ "version": "2.11.1",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -58,5 +58,5 @@
58
58
  "publishConfig": {
59
59
  "registry": "https://npm.pkg.github.com/"
60
60
  },
61
- "gitHead": "d95494a3bbef108479d0a7b31ebd291d98e36100"
61
+ "gitHead": "9456bac33e2d0d4f05cadc302ba4a25f2de6e034"
62
62
  }