diff --git a/package.json b/package.json index 61934633..dcc055cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chili-publish/editor-sdk", - "version": "0.97.2", + "version": "0.97.4", "description": "The sdk for the chili editor", "repository": { "type": "git", diff --git a/src/index.ts b/src/index.ts index 01a297ec..ac7ab3a9 100644 --- a/src/index.ts +++ b/src/index.ts @@ -37,34 +37,31 @@ export { BasicAnimationsEmphasisStyles, } from '../types/AnimationTypes'; export { LayoutType } from '../types/LayoutTypes'; -export { - BlendMode, - FrameTypeEnum, - VerticalAlign, - TextDirection, - FlowDirection, - FitMode, - UpdateZIndexMethod, - ImageSourceType -} from '../types/FrameTypes'; export { VariableType, ImageVariableSourceType } from '../types/VariableTypes'; - export type { LayoutPropertiesType, FrameProperties, LayoutWithFrameProperties, LayoutListItemType, } from '../types/LayoutTypes'; -export type { FrameLayoutType, - FrameType, +export type { + BlendMode, + FitMode, + FlowDirection, Frame, - TextFrame, + FrameLayoutType, + FrameType, + FrameTypeEnum, + ImageConnectorVariableSource, ImageFrame, - ShapeType, ImageFrameSource, - ImageUrlVariableSource, ImageUrlSource, - ImageConnectorVariableSource, + ImageUrlVariableSource, + ShapeType, + TextDirection, + TextFrame, + UpdateZIndexMethod, + VerticalAlign, } from '../types/FrameTypes'; export type { Variable,