@ottoai/documents 1.3.5 → 1.3.6

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.
@@ -3,7 +3,7 @@ import type { TextSchema } from './types';
3
3
  export declare const uiRender: (arg: UIRenderProps<TextSchema>) => Promise<void>;
4
4
  export declare const buildStyledTextContainer: (arg: UIRenderProps<TextSchema>, value: string) => Promise<HTMLDivElement>;
5
5
  export declare const makeElementPlainTextContentEditable: (element: HTMLElement) => void;
6
- export declare const mapVerticalAlignToFlex: (verticalAlignmentValue: string | undefined) => "center" | "flex-start" | "flex-end";
6
+ export declare const mapVerticalAlignToFlex: (verticalAlignmentValue: string | undefined) => "center" | "flex-end" | "flex-start";
7
7
  export declare const getBackgroundColor: (value: string, schema: {
8
8
  backgroundColor?: string;
9
9
  }) => string;