ados-rcm 1.1.459 → 1.1.461

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.
@@ -13,7 +13,7 @@ export interface IAEditorRef extends ReactQuill {
13
13
  export type TAEditorType = 'Primary' | 'ReadOnly' | 'Raw' | 'Error';
14
14
  export type TAEditorToolbarType = 'Default' | 'Title';
15
15
  export type TAEditorSize = 'Med' | 'Large';
16
- export type TAEditorLimitPosition = 'Top' | 'Bottom';
16
+ export type TAEditorLimitPosition = 'Top' | 'Bottom' | 'None';
17
17
  export interface IAEditorProps extends IABaseProps, IAWrapProps {
18
18
  autoFocus?: boolean;
19
19
  contentHeight?: number;