@cesdk/cesdk-js 1.8.0-alpha.2 → 1.8.0-alpha.3

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/index.d.ts CHANGED
@@ -1821,10 +1821,6 @@ declare type Core = {
1821
1821
  */
1822
1822
  declare class CreativeEditorSDK {
1823
1823
  #private;
1824
- static DesignBlockType: typeof DesignBlockType;
1825
- static MimeType: typeof MimeType_2;
1826
- static ConfigTypes: typeof ConfigTypes;
1827
- static UserInterfaceElements: typeof UserInterfaceElements;
1828
1824
  engine: API;
1829
1825
  /**
1830
1826
  * Exports one or multiple page(s) as an file in the given mimeType
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cesdk/cesdk-js",
3
- "version": "1.8.0-alpha.2",
3
+ "version": "1.8.0-alpha.3",
4
4
  "main": "./cesdk.umd.js",
5
5
  "types": "./index.d.ts",
6
6
  "homepage": "https://www.img.ly",