@atlaskit/editor-core 189.3.9 → 189.3.11

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.
Files changed (172) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/build/tsconfig.json +2 -1
  3. package/dist/cjs/i18n/cs.js +1 -17
  4. package/dist/cjs/i18n/da.js +1 -17
  5. package/dist/cjs/i18n/de.js +1 -17
  6. package/dist/cjs/i18n/en.js +1 -17
  7. package/dist/cjs/i18n/en_GB.js +1 -17
  8. package/dist/cjs/i18n/en_ZZ.js +1 -17
  9. package/dist/cjs/i18n/es.js +1 -17
  10. package/dist/cjs/i18n/fi.js +1 -17
  11. package/dist/cjs/i18n/fr.js +1 -17
  12. package/dist/cjs/i18n/hu.js +1 -17
  13. package/dist/cjs/i18n/it.js +1 -17
  14. package/dist/cjs/i18n/ja.js +1 -17
  15. package/dist/cjs/i18n/ko.js +1 -17
  16. package/dist/cjs/i18n/nb.js +1 -17
  17. package/dist/cjs/i18n/nl.js +1 -17
  18. package/dist/cjs/i18n/pl.js +1 -17
  19. package/dist/cjs/i18n/pt_BR.js +1 -17
  20. package/dist/cjs/i18n/ru.js +1 -17
  21. package/dist/cjs/i18n/sv.js +1 -17
  22. package/dist/cjs/i18n/th.js +1 -17
  23. package/dist/cjs/i18n/tr.js +1 -17
  24. package/dist/cjs/i18n/uk.js +1 -17
  25. package/dist/cjs/i18n/vi.js +1 -17
  26. package/dist/cjs/i18n/zh.js +1 -17
  27. package/dist/cjs/i18n/zh_TW.js +1 -17
  28. package/dist/cjs/plugins/extension/actions.js +135 -126
  29. package/dist/cjs/plugins/extension/extension-api.js +11 -9
  30. package/dist/cjs/plugins/extension/index.js +6 -4
  31. package/dist/cjs/plugins/extension/toolbar.js +5 -4
  32. package/dist/cjs/plugins/insert-block/index.js +2 -2
  33. package/dist/cjs/plugins/macro/actions.js +94 -93
  34. package/dist/cjs/ui/ErrorBoundary/index.js +0 -1
  35. package/dist/cjs/version-wrapper.js +1 -1
  36. package/dist/es2019/i18n/cs.js +1 -17
  37. package/dist/es2019/i18n/da.js +1 -17
  38. package/dist/es2019/i18n/de.js +1 -17
  39. package/dist/es2019/i18n/en.js +1 -17
  40. package/dist/es2019/i18n/en_GB.js +1 -17
  41. package/dist/es2019/i18n/en_ZZ.js +1 -17
  42. package/dist/es2019/i18n/es.js +1 -17
  43. package/dist/es2019/i18n/fi.js +1 -17
  44. package/dist/es2019/i18n/fr.js +1 -17
  45. package/dist/es2019/i18n/hu.js +1 -17
  46. package/dist/es2019/i18n/it.js +1 -17
  47. package/dist/es2019/i18n/ja.js +1 -17
  48. package/dist/es2019/i18n/ko.js +1 -17
  49. package/dist/es2019/i18n/nb.js +1 -17
  50. package/dist/es2019/i18n/nl.js +1 -17
  51. package/dist/es2019/i18n/pl.js +1 -17
  52. package/dist/es2019/i18n/pt_BR.js +1 -17
  53. package/dist/es2019/i18n/ru.js +1 -17
  54. package/dist/es2019/i18n/sv.js +1 -17
  55. package/dist/es2019/i18n/th.js +1 -17
  56. package/dist/es2019/i18n/tr.js +1 -17
  57. package/dist/es2019/i18n/uk.js +1 -17
  58. package/dist/es2019/i18n/vi.js +1 -17
  59. package/dist/es2019/i18n/zh.js +1 -17
  60. package/dist/es2019/i18n/zh_TW.js +1 -17
  61. package/dist/es2019/plugins/extension/actions.js +17 -11
  62. package/dist/es2019/plugins/extension/extension-api.js +11 -9
  63. package/dist/es2019/plugins/extension/index.js +6 -4
  64. package/dist/es2019/plugins/extension/toolbar.js +5 -4
  65. package/dist/es2019/plugins/insert-block/index.js +2 -2
  66. package/dist/es2019/plugins/macro/actions.js +3 -4
  67. package/dist/es2019/ui/ErrorBoundary/index.js +0 -1
  68. package/dist/es2019/version-wrapper.js +1 -1
  69. package/dist/esm/i18n/cs.js +1 -17
  70. package/dist/esm/i18n/da.js +1 -17
  71. package/dist/esm/i18n/de.js +1 -17
  72. package/dist/esm/i18n/en.js +1 -17
  73. package/dist/esm/i18n/en_GB.js +1 -17
  74. package/dist/esm/i18n/en_ZZ.js +1 -17
  75. package/dist/esm/i18n/es.js +1 -17
  76. package/dist/esm/i18n/fi.js +1 -17
  77. package/dist/esm/i18n/fr.js +1 -17
  78. package/dist/esm/i18n/hu.js +1 -17
  79. package/dist/esm/i18n/it.js +1 -17
  80. package/dist/esm/i18n/ja.js +1 -17
  81. package/dist/esm/i18n/ko.js +1 -17
  82. package/dist/esm/i18n/nb.js +1 -17
  83. package/dist/esm/i18n/nl.js +1 -17
  84. package/dist/esm/i18n/pl.js +1 -17
  85. package/dist/esm/i18n/pt_BR.js +1 -17
  86. package/dist/esm/i18n/ru.js +1 -17
  87. package/dist/esm/i18n/sv.js +1 -17
  88. package/dist/esm/i18n/th.js +1 -17
  89. package/dist/esm/i18n/tr.js +1 -17
  90. package/dist/esm/i18n/uk.js +1 -17
  91. package/dist/esm/i18n/vi.js +1 -17
  92. package/dist/esm/i18n/zh.js +1 -17
  93. package/dist/esm/i18n/zh_TW.js +1 -17
  94. package/dist/esm/plugins/extension/actions.js +135 -125
  95. package/dist/esm/plugins/extension/extension-api.js +11 -9
  96. package/dist/esm/plugins/extension/index.js +6 -4
  97. package/dist/esm/plugins/extension/toolbar.js +5 -4
  98. package/dist/esm/plugins/insert-block/index.js +2 -2
  99. package/dist/esm/plugins/macro/actions.js +94 -93
  100. package/dist/esm/ui/ErrorBoundary/index.js +0 -1
  101. package/dist/esm/version-wrapper.js +1 -1
  102. package/dist/types/i18n/cs.d.ts +0 -16
  103. package/dist/types/i18n/da.d.ts +0 -16
  104. package/dist/types/i18n/de.d.ts +0 -16
  105. package/dist/types/i18n/en.d.ts +0 -16
  106. package/dist/types/i18n/en_GB.d.ts +0 -16
  107. package/dist/types/i18n/en_ZZ.d.ts +0 -16
  108. package/dist/types/i18n/es.d.ts +0 -16
  109. package/dist/types/i18n/fi.d.ts +0 -16
  110. package/dist/types/i18n/fr.d.ts +0 -16
  111. package/dist/types/i18n/hu.d.ts +0 -16
  112. package/dist/types/i18n/it.d.ts +0 -16
  113. package/dist/types/i18n/ja.d.ts +0 -16
  114. package/dist/types/i18n/ko.d.ts +0 -16
  115. package/dist/types/i18n/nb.d.ts +0 -16
  116. package/dist/types/i18n/nl.d.ts +0 -16
  117. package/dist/types/i18n/pl.d.ts +0 -16
  118. package/dist/types/i18n/pt_BR.d.ts +0 -16
  119. package/dist/types/i18n/ru.d.ts +0 -16
  120. package/dist/types/i18n/sv.d.ts +0 -16
  121. package/dist/types/i18n/th.d.ts +0 -16
  122. package/dist/types/i18n/tr.d.ts +0 -16
  123. package/dist/types/i18n/uk.d.ts +0 -16
  124. package/dist/types/i18n/vi.d.ts +0 -16
  125. package/dist/types/i18n/zh.d.ts +0 -16
  126. package/dist/types/i18n/zh_TW.d.ts +0 -16
  127. package/dist/types/plugins/expand/pm-plugins/main.d.ts +2 -2
  128. package/dist/types/plugins/extension/actions.d.ts +5 -10
  129. package/dist/types/plugins/extension/extension-api.d.ts +3 -1
  130. package/dist/types/plugins/extension/toolbar.d.ts +3 -1
  131. package/dist/types/plugins/macro/actions.d.ts +2 -1
  132. package/dist/types/presets/default.d.ts +52 -4
  133. package/dist/types/ui/Appearance/FullPage/StyledComponents.d.ts +1 -1
  134. package/dist/types/ui/ConfigPanel/Fields/TabGroup.d.ts +0 -1
  135. package/dist/types/ui/ContentStyles/index.d.ts +2 -2
  136. package/dist/types-ts4.5/i18n/cs.d.ts +0 -16
  137. package/dist/types-ts4.5/i18n/da.d.ts +0 -16
  138. package/dist/types-ts4.5/i18n/de.d.ts +0 -16
  139. package/dist/types-ts4.5/i18n/en.d.ts +0 -16
  140. package/dist/types-ts4.5/i18n/en_GB.d.ts +0 -16
  141. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +0 -16
  142. package/dist/types-ts4.5/i18n/es.d.ts +0 -16
  143. package/dist/types-ts4.5/i18n/fi.d.ts +0 -16
  144. package/dist/types-ts4.5/i18n/fr.d.ts +0 -16
  145. package/dist/types-ts4.5/i18n/hu.d.ts +0 -16
  146. package/dist/types-ts4.5/i18n/it.d.ts +0 -16
  147. package/dist/types-ts4.5/i18n/ja.d.ts +0 -16
  148. package/dist/types-ts4.5/i18n/ko.d.ts +0 -16
  149. package/dist/types-ts4.5/i18n/nb.d.ts +0 -16
  150. package/dist/types-ts4.5/i18n/nl.d.ts +0 -16
  151. package/dist/types-ts4.5/i18n/pl.d.ts +0 -16
  152. package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -16
  153. package/dist/types-ts4.5/i18n/ru.d.ts +0 -16
  154. package/dist/types-ts4.5/i18n/sv.d.ts +0 -16
  155. package/dist/types-ts4.5/i18n/th.d.ts +0 -16
  156. package/dist/types-ts4.5/i18n/tr.d.ts +0 -16
  157. package/dist/types-ts4.5/i18n/uk.d.ts +0 -16
  158. package/dist/types-ts4.5/i18n/vi.d.ts +0 -16
  159. package/dist/types-ts4.5/i18n/zh.d.ts +0 -16
  160. package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -16
  161. package/dist/types-ts4.5/plugins/expand/pm-plugins/main.d.ts +2 -2
  162. package/dist/types-ts4.5/plugins/extension/actions.d.ts +5 -10
  163. package/dist/types-ts4.5/plugins/extension/extension-api.d.ts +3 -1
  164. package/dist/types-ts4.5/plugins/extension/toolbar.d.ts +3 -1
  165. package/dist/types-ts4.5/plugins/macro/actions.d.ts +2 -1
  166. package/dist/types-ts4.5/presets/default.d.ts +60 -0
  167. package/dist/types-ts4.5/ui/Appearance/FullPage/StyledComponents.d.ts +1 -1
  168. package/dist/types-ts4.5/ui/ConfigPanel/Fields/TabGroup.d.ts +0 -1
  169. package/dist/types-ts4.5/ui/ContentStyles/index.d.ts +2 -2
  170. package/package.json +2 -2
  171. package/dist/types/stories/examples.d.ts +0 -9
  172. package/dist/types-ts4.5/stories/examples.d.ts +0 -9
@@ -83,7 +83,19 @@ export declare function createDefaultPreset(options: EditorPresetProps & Default
83
83
  };
84
84
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"extension", {
85
85
  pluginConfiguration: import("@atlaskit/editor-plugin-extension").ExtensionPluginOptions | undefined;
86
- dependencies: [import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
86
+ dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
87
+ pluginConfiguration: import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions;
88
+ sharedState: {
89
+ createAnalyticsEvent: CreateUIAnalyticsEvent | null;
90
+ attachAnalyticsEvent: import("@atlaskit/editor-plugin-analytics").CreateAttachPayloadIntoTransaction | null;
91
+ performanceTracking: import("@atlaskit/editor-common/types").PerformanceTracking | undefined;
92
+ };
93
+ dependencies: [import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
94
+ pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
95
+ sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
96
+ }, import("@atlaskit/editor-common/types").FeatureFlags>];
97
+ actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
98
+ }, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
87
99
  pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
88
100
  sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
89
101
  }, import("@atlaskit/editor-common/types").FeatureFlags>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"width", {
@@ -210,7 +222,19 @@ export declare function createDefaultPreset(options: EditorPresetProps & Default
210
222
  };
211
223
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"extension", {
212
224
  pluginConfiguration: import("@atlaskit/editor-plugin-extension").ExtensionPluginOptions | undefined;
213
- dependencies: [import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
225
+ dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
226
+ pluginConfiguration: import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions;
227
+ sharedState: {
228
+ createAnalyticsEvent: CreateUIAnalyticsEvent | null;
229
+ attachAnalyticsEvent: import("@atlaskit/editor-plugin-analytics").CreateAttachPayloadIntoTransaction | null;
230
+ performanceTracking: import("@atlaskit/editor-common/types").PerformanceTracking | undefined;
231
+ };
232
+ dependencies: [import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
233
+ pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
234
+ sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
235
+ }, import("@atlaskit/editor-common/types").FeatureFlags>];
236
+ actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
237
+ }, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
214
238
  pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
215
239
  sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
216
240
  }, import("@atlaskit/editor-common/types").FeatureFlags>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"width", {
@@ -544,7 +568,19 @@ export declare function useDefaultPreset(props: EditorPresetProps & DefaultPrese
544
568
  };
545
569
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"extension", {
546
570
  pluginConfiguration: import("@atlaskit/editor-plugin-extension").ExtensionPluginOptions | undefined;
547
- dependencies: [import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
571
+ dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
572
+ pluginConfiguration: import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions;
573
+ sharedState: {
574
+ createAnalyticsEvent: CreateUIAnalyticsEvent | null;
575
+ attachAnalyticsEvent: import("@atlaskit/editor-plugin-analytics").CreateAttachPayloadIntoTransaction | null;
576
+ performanceTracking: import("@atlaskit/editor-common/types").PerformanceTracking | undefined;
577
+ };
578
+ dependencies: [import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
579
+ pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
580
+ sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
581
+ }, import("@atlaskit/editor-common/types").FeatureFlags>];
582
+ actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
583
+ }, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
548
584
  pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
549
585
  sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
550
586
  }, import("@atlaskit/editor-common/types").FeatureFlags>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"width", {
@@ -671,7 +707,19 @@ export declare function useDefaultPreset(props: EditorPresetProps & DefaultPrese
671
707
  };
672
708
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"extension", {
673
709
  pluginConfiguration: import("@atlaskit/editor-plugin-extension").ExtensionPluginOptions | undefined;
674
- dependencies: [import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
710
+ dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
711
+ pluginConfiguration: import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions;
712
+ sharedState: {
713
+ createAnalyticsEvent: CreateUIAnalyticsEvent | null;
714
+ attachAnalyticsEvent: import("@atlaskit/editor-plugin-analytics").CreateAttachPayloadIntoTransaction | null;
715
+ performanceTracking: import("@atlaskit/editor-common/types").PerformanceTracking | undefined;
716
+ };
717
+ dependencies: [import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
718
+ pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
719
+ sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
720
+ }, import("@atlaskit/editor-common/types").FeatureFlags>];
721
+ actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
722
+ }, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
675
723
  pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
676
724
  sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
677
725
  }, import("@atlaskit/editor-common/types").FeatureFlags>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"width", {
@@ -3,7 +3,7 @@ export declare const fullPageEditorWrapper: import("@emotion/react").SerializedS
3
3
  export declare const ScrollContainer: import("react").ForwardRefExoticComponent<Pick<{
4
4
  theme?: any;
5
5
  featureFlags?: import("@atlaskit/editor-common/types").FeatureFlags | undefined;
6
- } & import("react").HTMLProps<HTMLDivElement>, "headers" | "method" | "default" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "dir" | "color" | "content" | "height" | "translate" | "width" | "type" | "defaultValue" | "onError" | "onChange" | "open" | "onFocus" | "onBlur" | "onKeyDown" | "placeholder" | "value" | "autoFocus" | "name" | "key" | "action" | "disabled" | "children" | "property" | "media" | "mediaGroup" | "size" | "hidden" | "href" | "list" | "id" | "step" | "wrap" | "className" | "alt" | "crossOrigin" | "sizes" | "src" | "srcSet" | "useMap" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css" | "start" | "multiple" | "preload" | "selected" | "required" | "download" | "hrefLang" | "rel" | "target" | "accept" | "acceptCharset" | "allowFullScreen" | "allowTransparency" | "as" | "async" | "autoComplete" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "dateTime" | "defer" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "high" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "min" | "minLength" | "muted" | "nonce" | "noValidate" | "optimum" | "playsInline" | "poster" | "readOnly" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "shape" | "srcDoc" | "srcLang" | "wmode" | keyof {
6
+ } & import("react").HTMLProps<HTMLDivElement>, "headers" | "method" | "default" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "dir" | "color" | "content" | "height" | "translate" | "width" | "type" | "defaultValue" | "onError" | "onChange" | "open" | "onFocus" | "onBlur" | "onKeyDown" | "placeholder" | "value" | "autoFocus" | "name" | "key" | "action" | "disabled" | "children" | "property" | "media" | "mediaGroup" | "size" | "hidden" | "href" | "list" | "id" | "step" | "wrap" | "className" | "alt" | "crossOrigin" | "sizes" | "src" | "srcSet" | "useMap" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "start" | "preload" | "selected" | "required" | "download" | "hrefLang" | "rel" | "target" | "accept" | "acceptCharset" | "allowFullScreen" | "allowTransparency" | "as" | "async" | "autoComplete" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "dateTime" | "defer" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "high" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "min" | "minLength" | "multiple" | "muted" | "nonce" | "noValidate" | "optimum" | "playsInline" | "poster" | "readOnly" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "shape" | "srcDoc" | "srcLang" | "wmode" | keyof {
7
7
  theme?: any;
8
8
  featureFlags?: import("@atlaskit/editor-common/types").FeatureFlags | undefined;
9
9
  }> & import("react").RefAttributes<HTMLDivElement>>;
@@ -1,4 +1,3 @@
1
- /// <reference types="@emotion/core" />
2
1
  /** @jsx jsx */
3
2
  import React from 'react';
4
3
  import { WrappedComponentProps } from 'react-intl-next';
@@ -9,6 +9,6 @@ type ContentStylesProps = {
9
9
  };
10
10
  export declare const placeholderStyles: SerializedStyles;
11
11
  type Props = ContentStylesProps & React.HTMLProps<HTMLDivElement>;
12
- export declare const createEditorContentStyle: (styles?: SerializedStyles) => React.ForwardRefExoticComponent<Pick<Props, "headers" | "method" | "default" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "dir" | "color" | "content" | "height" | "translate" | "width" | "type" | "defaultValue" | "onError" | "onChange" | "open" | "onFocus" | "onBlur" | "onKeyDown" | "placeholder" | "value" | "autoFocus" | "name" | "key" | "action" | "disabled" | "children" | "property" | "media" | "mediaGroup" | "size" | "hidden" | "href" | "list" | "id" | "step" | "wrap" | "className" | "alt" | "crossOrigin" | "sizes" | "src" | "srcSet" | "useMap" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css" | "start" | "multiple" | "preload" | "selected" | "required" | "download" | "hrefLang" | "rel" | "target" | "accept" | "acceptCharset" | "allowFullScreen" | "allowTransparency" | "as" | "async" | "autoComplete" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "dateTime" | "defer" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "high" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "min" | "minLength" | "muted" | "nonce" | "noValidate" | "optimum" | "playsInline" | "poster" | "readOnly" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "shape" | "srcDoc" | "srcLang" | "wmode" | keyof ContentStylesProps> & React.RefAttributes<HTMLDivElement>>;
13
- declare const _default: React.ForwardRefExoticComponent<Pick<Props, "headers" | "method" | "default" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "dir" | "color" | "content" | "height" | "translate" | "width" | "type" | "defaultValue" | "onError" | "onChange" | "open" | "onFocus" | "onBlur" | "onKeyDown" | "placeholder" | "value" | "autoFocus" | "name" | "key" | "action" | "disabled" | "children" | "property" | "media" | "mediaGroup" | "size" | "hidden" | "href" | "list" | "id" | "step" | "wrap" | "className" | "alt" | "crossOrigin" | "sizes" | "src" | "srcSet" | "useMap" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css" | "start" | "multiple" | "preload" | "selected" | "required" | "download" | "hrefLang" | "rel" | "target" | "accept" | "acceptCharset" | "allowFullScreen" | "allowTransparency" | "as" | "async" | "autoComplete" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "dateTime" | "defer" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "high" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "min" | "minLength" | "muted" | "nonce" | "noValidate" | "optimum" | "playsInline" | "poster" | "readOnly" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "shape" | "srcDoc" | "srcLang" | "wmode" | keyof ContentStylesProps> & React.RefAttributes<HTMLDivElement>>;
12
+ export declare const createEditorContentStyle: (styles?: SerializedStyles) => React.ForwardRefExoticComponent<Pick<Props, "headers" | "method" | "default" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "dir" | "color" | "content" | "height" | "translate" | "width" | "type" | "defaultValue" | "onError" | "onChange" | "open" | "onFocus" | "onBlur" | "onKeyDown" | "placeholder" | "value" | "autoFocus" | "name" | "key" | "action" | "disabled" | "children" | "property" | "media" | "mediaGroup" | "size" | "hidden" | "href" | "list" | "id" | "step" | "wrap" | "className" | "alt" | "crossOrigin" | "sizes" | "src" | "srcSet" | "useMap" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "start" | "preload" | "selected" | "required" | "download" | "hrefLang" | "rel" | "target" | "accept" | "acceptCharset" | "allowFullScreen" | "allowTransparency" | "as" | "async" | "autoComplete" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "dateTime" | "defer" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "high" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "min" | "minLength" | "multiple" | "muted" | "nonce" | "noValidate" | "optimum" | "playsInline" | "poster" | "readOnly" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "shape" | "srcDoc" | "srcLang" | "wmode" | keyof ContentStylesProps> & React.RefAttributes<HTMLDivElement>>;
13
+ declare const _default: React.ForwardRefExoticComponent<Pick<Props, "headers" | "method" | "default" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "dir" | "color" | "content" | "height" | "translate" | "width" | "type" | "defaultValue" | "onError" | "onChange" | "open" | "onFocus" | "onBlur" | "onKeyDown" | "placeholder" | "value" | "autoFocus" | "name" | "key" | "action" | "disabled" | "children" | "property" | "media" | "mediaGroup" | "size" | "hidden" | "href" | "list" | "id" | "step" | "wrap" | "className" | "alt" | "crossOrigin" | "sizes" | "src" | "srcSet" | "useMap" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "start" | "preload" | "selected" | "required" | "download" | "hrefLang" | "rel" | "target" | "accept" | "acceptCharset" | "allowFullScreen" | "allowTransparency" | "as" | "async" | "autoComplete" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "dateTime" | "defer" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "high" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "min" | "minLength" | "multiple" | "muted" | "nonce" | "noValidate" | "optimum" | "playsInline" | "poster" | "readOnly" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "shape" | "srcDoc" | "srcLang" | "wmode" | keyof ContentStylesProps> & React.RefAttributes<HTMLDivElement>>;
14
14
  export default _default;
@@ -32,7 +32,6 @@ declare const _default: {
32
32
  'fabric.editor.edit': string;
33
33
  'fabric.editor.editorAssistiveLabel': string;
34
34
  'fabric.editor.editors': string;
35
- 'fabric.editor.error': string;
36
35
  'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
37
36
  'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
38
37
  'fabric.editor.extension.deleteElementTitle': string;
@@ -45,29 +44,14 @@ declare const _default: {
45
44
  'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
46
45
  'fabric.editor.headingLink.toolbarHelpTitle': string;
47
46
  'fabric.editor.indent': string;
48
- 'fabric.editor.info': string;
49
- 'fabric.editor.leftSidebar': string;
50
47
  'fabric.editor.matchCase': string;
51
48
  'fabric.editor.noResultsFound': string;
52
- 'fabric.editor.note': string;
53
49
  'fabric.editor.outdent': string;
54
- 'fabric.editor.panel.backgroundColor': string;
55
- 'fabric.editor.panel.emoji': string;
56
- 'fabric.editor.placeholderTextPlaceholder': string;
57
50
  'fabric.editor.replace': string;
58
51
  'fabric.editor.replaceAll': string;
59
52
  'fabric.editor.replaceWith': string;
60
53
  'fabric.editor.resultsCount': string;
61
- 'fabric.editor.rightSidebar': string;
62
54
  'fabric.editor.selectLanguage': string;
63
- 'fabric.editor.single': string;
64
- 'fabric.editor.success': string;
65
55
  'fabric.editor.taskPlaceholder': string;
66
- 'fabric.editor.threeColumns': string;
67
- 'fabric.editor.threeColumnsWithSidebars': string;
68
- 'fabric.editor.twoColumns': string;
69
- 'fabric.editor.warning': string;
70
- 'fabric.editor.wrapLeft': string;
71
- 'fabric.editor.wrapRight': string;
72
56
  };
73
57
  export default _default;
@@ -32,7 +32,6 @@ declare const _default: {
32
32
  'fabric.editor.edit': string;
33
33
  'fabric.editor.editorAssistiveLabel': string;
34
34
  'fabric.editor.editors': string;
35
- 'fabric.editor.error': string;
36
35
  'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
37
36
  'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
38
37
  'fabric.editor.extension.deleteElementTitle': string;
@@ -44,29 +43,14 @@ declare const _default: {
44
43
  'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
45
44
  'fabric.editor.headingLink.toolbarHelpTitle': string;
46
45
  'fabric.editor.indent': string;
47
- 'fabric.editor.info': string;
48
- 'fabric.editor.leftSidebar': string;
49
46
  'fabric.editor.matchCase': string;
50
47
  'fabric.editor.noResultsFound': string;
51
- 'fabric.editor.note': string;
52
48
  'fabric.editor.outdent': string;
53
- 'fabric.editor.panel.backgroundColor': string;
54
- 'fabric.editor.panel.emoji': string;
55
- 'fabric.editor.placeholderTextPlaceholder': string;
56
49
  'fabric.editor.replace': string;
57
50
  'fabric.editor.replaceAll': string;
58
51
  'fabric.editor.replaceWith': string;
59
52
  'fabric.editor.resultsCount': string;
60
- 'fabric.editor.rightSidebar': string;
61
53
  'fabric.editor.selectLanguage': string;
62
- 'fabric.editor.single': string;
63
- 'fabric.editor.success': string;
64
54
  'fabric.editor.taskPlaceholder': string;
65
- 'fabric.editor.threeColumns': string;
66
- 'fabric.editor.threeColumnsWithSidebars': string;
67
- 'fabric.editor.twoColumns': string;
68
- 'fabric.editor.warning': string;
69
- 'fabric.editor.wrapLeft': string;
70
- 'fabric.editor.wrapRight': string;
71
55
  };
72
56
  export default _default;
@@ -32,7 +32,6 @@ declare const _default: {
32
32
  'fabric.editor.edit': string;
33
33
  'fabric.editor.editorAssistiveLabel': string;
34
34
  'fabric.editor.editors': string;
35
- 'fabric.editor.error': string;
36
35
  'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
37
36
  'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
38
37
  'fabric.editor.extension.deleteElementTitle': string;
@@ -44,29 +43,14 @@ declare const _default: {
44
43
  'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
45
44
  'fabric.editor.headingLink.toolbarHelpTitle': string;
46
45
  'fabric.editor.indent': string;
47
- 'fabric.editor.info': string;
48
- 'fabric.editor.leftSidebar': string;
49
46
  'fabric.editor.matchCase': string;
50
47
  'fabric.editor.noResultsFound': string;
51
- 'fabric.editor.note': string;
52
48
  'fabric.editor.outdent': string;
53
- 'fabric.editor.panel.backgroundColor': string;
54
- 'fabric.editor.panel.emoji': string;
55
- 'fabric.editor.placeholderTextPlaceholder': string;
56
49
  'fabric.editor.replace': string;
57
50
  'fabric.editor.replaceAll': string;
58
51
  'fabric.editor.replaceWith': string;
59
52
  'fabric.editor.resultsCount': string;
60
- 'fabric.editor.rightSidebar': string;
61
53
  'fabric.editor.selectLanguage': string;
62
- 'fabric.editor.single': string;
63
- 'fabric.editor.success': string;
64
54
  'fabric.editor.taskPlaceholder': string;
65
- 'fabric.editor.threeColumns': string;
66
- 'fabric.editor.threeColumnsWithSidebars': string;
67
- 'fabric.editor.twoColumns': string;
68
- 'fabric.editor.warning': string;
69
- 'fabric.editor.wrapLeft': string;
70
- 'fabric.editor.wrapRight': string;
71
55
  };
72
56
  export default _default;
@@ -33,7 +33,6 @@ declare const _default: {
33
33
  'fabric.editor.edit': string;
34
34
  'fabric.editor.editorAssistiveLabel': string;
35
35
  'fabric.editor.editors': string;
36
- 'fabric.editor.error': string;
37
36
  'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
38
37
  'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
39
38
  'fabric.editor.extension.deleteElementTitle': string;
@@ -46,29 +45,14 @@ declare const _default: {
46
45
  'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
47
46
  'fabric.editor.headingLink.toolbarHelpTitle': string;
48
47
  'fabric.editor.indent': string;
49
- 'fabric.editor.info': string;
50
- 'fabric.editor.leftSidebar': string;
51
48
  'fabric.editor.matchCase': string;
52
49
  'fabric.editor.noResultsFound': string;
53
- 'fabric.editor.note': string;
54
50
  'fabric.editor.outdent': string;
55
- 'fabric.editor.panel.backgroundColor': string;
56
- 'fabric.editor.panel.emoji': string;
57
- 'fabric.editor.placeholderTextPlaceholder': string;
58
51
  'fabric.editor.replace': string;
59
52
  'fabric.editor.replaceAll': string;
60
53
  'fabric.editor.replaceWith': string;
61
54
  'fabric.editor.resultsCount': string;
62
- 'fabric.editor.rightSidebar': string;
63
55
  'fabric.editor.selectLanguage': string;
64
- 'fabric.editor.single': string;
65
- 'fabric.editor.success': string;
66
56
  'fabric.editor.taskPlaceholder': string;
67
- 'fabric.editor.threeColumns': string;
68
- 'fabric.editor.threeColumnsWithSidebars': string;
69
- 'fabric.editor.twoColumns': string;
70
- 'fabric.editor.warning': string;
71
- 'fabric.editor.wrapLeft': string;
72
- 'fabric.editor.wrapRight': string;
73
57
  };
74
58
  export default _default;
@@ -33,7 +33,6 @@ declare const _default: {
33
33
  'fabric.editor.edit': string;
34
34
  'fabric.editor.editorAssistiveLabel': string;
35
35
  'fabric.editor.editors': string;
36
- 'fabric.editor.error': string;
37
36
  'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
38
37
  'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
39
38
  'fabric.editor.extension.deleteElementTitle': string;
@@ -46,29 +45,14 @@ declare const _default: {
46
45
  'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
47
46
  'fabric.editor.headingLink.toolbarHelpTitle': string;
48
47
  'fabric.editor.indent': string;
49
- 'fabric.editor.info': string;
50
- 'fabric.editor.leftSidebar': string;
51
48
  'fabric.editor.matchCase': string;
52
49
  'fabric.editor.noResultsFound': string;
53
- 'fabric.editor.note': string;
54
50
  'fabric.editor.outdent': string;
55
- 'fabric.editor.panel.backgroundColor': string;
56
- 'fabric.editor.panel.emoji': string;
57
- 'fabric.editor.placeholderTextPlaceholder': string;
58
51
  'fabric.editor.replace': string;
59
52
  'fabric.editor.replaceAll': string;
60
53
  'fabric.editor.replaceWith': string;
61
54
  'fabric.editor.resultsCount': string;
62
- 'fabric.editor.rightSidebar': string;
63
55
  'fabric.editor.selectLanguage': string;
64
- 'fabric.editor.single': string;
65
- 'fabric.editor.success': string;
66
56
  'fabric.editor.taskPlaceholder': string;
67
- 'fabric.editor.threeColumns': string;
68
- 'fabric.editor.threeColumnsWithSidebars': string;
69
- 'fabric.editor.twoColumns': string;
70
- 'fabric.editor.warning': string;
71
- 'fabric.editor.wrapLeft': string;
72
- 'fabric.editor.wrapRight': string;
73
57
  };
74
58
  export default _default;
@@ -33,7 +33,6 @@ declare const _default: {
33
33
  'fabric.editor.edit': string;
34
34
  'fabric.editor.editorAssistiveLabel': string;
35
35
  'fabric.editor.editors': string;
36
- 'fabric.editor.error': string;
37
36
  'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
38
37
  'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
39
38
  'fabric.editor.extension.deleteElementTitle': string;
@@ -46,29 +45,14 @@ declare const _default: {
46
45
  'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
47
46
  'fabric.editor.headingLink.toolbarHelpTitle': string;
48
47
  'fabric.editor.indent': string;
49
- 'fabric.editor.info': string;
50
- 'fabric.editor.leftSidebar': string;
51
48
  'fabric.editor.matchCase': string;
52
49
  'fabric.editor.noResultsFound': string;
53
- 'fabric.editor.note': string;
54
50
  'fabric.editor.outdent': string;
55
- 'fabric.editor.panel.backgroundColor': string;
56
- 'fabric.editor.panel.emoji': string;
57
- 'fabric.editor.placeholderTextPlaceholder': string;
58
51
  'fabric.editor.replace': string;
59
52
  'fabric.editor.replaceAll': string;
60
53
  'fabric.editor.replaceWith': string;
61
54
  'fabric.editor.resultsCount': string;
62
- 'fabric.editor.rightSidebar': string;
63
55
  'fabric.editor.selectLanguage': string;
64
- 'fabric.editor.single': string;
65
- 'fabric.editor.success': string;
66
56
  'fabric.editor.taskPlaceholder': string;
67
- 'fabric.editor.threeColumns': string;
68
- 'fabric.editor.threeColumnsWithSidebars': string;
69
- 'fabric.editor.twoColumns': string;
70
- 'fabric.editor.warning': string;
71
- 'fabric.editor.wrapLeft': string;
72
- 'fabric.editor.wrapRight': string;
73
57
  };
74
58
  export default _default;
@@ -32,7 +32,6 @@ declare const _default: {
32
32
  'fabric.editor.edit': string;
33
33
  'fabric.editor.editorAssistiveLabel': string;
34
34
  'fabric.editor.editors': string;
35
- 'fabric.editor.error': string;
36
35
  'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
37
36
  'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
38
37
  'fabric.editor.extension.deleteElementTitle': string;
@@ -44,29 +43,14 @@ declare const _default: {
44
43
  'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
45
44
  'fabric.editor.headingLink.toolbarHelpTitle': string;
46
45
  'fabric.editor.indent': string;
47
- 'fabric.editor.info': string;
48
- 'fabric.editor.leftSidebar': string;
49
46
  'fabric.editor.matchCase': string;
50
47
  'fabric.editor.noResultsFound': string;
51
- 'fabric.editor.note': string;
52
48
  'fabric.editor.outdent': string;
53
- 'fabric.editor.panel.backgroundColor': string;
54
- 'fabric.editor.panel.emoji': string;
55
- 'fabric.editor.placeholderTextPlaceholder': string;
56
49
  'fabric.editor.replace': string;
57
50
  'fabric.editor.replaceAll': string;
58
51
  'fabric.editor.replaceWith': string;
59
52
  'fabric.editor.resultsCount': string;
60
- 'fabric.editor.rightSidebar': string;
61
53
  'fabric.editor.selectLanguage': string;
62
- 'fabric.editor.single': string;
63
- 'fabric.editor.success': string;
64
54
  'fabric.editor.taskPlaceholder': string;
65
- 'fabric.editor.threeColumns': string;
66
- 'fabric.editor.threeColumnsWithSidebars': string;
67
- 'fabric.editor.twoColumns': string;
68
- 'fabric.editor.warning': string;
69
- 'fabric.editor.wrapLeft': string;
70
- 'fabric.editor.wrapRight': string;
71
55
  };
72
56
  export default _default;
@@ -32,7 +32,6 @@ declare const _default: {
32
32
  'fabric.editor.edit': string;
33
33
  'fabric.editor.editorAssistiveLabel': string;
34
34
  'fabric.editor.editors': string;
35
- 'fabric.editor.error': string;
36
35
  'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
37
36
  'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
38
37
  'fabric.editor.extension.deleteElementTitle': string;
@@ -44,29 +43,14 @@ declare const _default: {
44
43
  'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
45
44
  'fabric.editor.headingLink.toolbarHelpTitle': string;
46
45
  'fabric.editor.indent': string;
47
- 'fabric.editor.info': string;
48
- 'fabric.editor.leftSidebar': string;
49
46
  'fabric.editor.matchCase': string;
50
47
  'fabric.editor.noResultsFound': string;
51
- 'fabric.editor.note': string;
52
48
  'fabric.editor.outdent': string;
53
- 'fabric.editor.panel.backgroundColor': string;
54
- 'fabric.editor.panel.emoji': string;
55
- 'fabric.editor.placeholderTextPlaceholder': string;
56
49
  'fabric.editor.replace': string;
57
50
  'fabric.editor.replaceAll': string;
58
51
  'fabric.editor.replaceWith': string;
59
52
  'fabric.editor.resultsCount': string;
60
- 'fabric.editor.rightSidebar': string;
61
53
  'fabric.editor.selectLanguage': string;
62
- 'fabric.editor.single': string;
63
- 'fabric.editor.success': string;
64
54
  'fabric.editor.taskPlaceholder': string;
65
- 'fabric.editor.threeColumns': string;
66
- 'fabric.editor.threeColumnsWithSidebars': string;
67
- 'fabric.editor.twoColumns': string;
68
- 'fabric.editor.warning': string;
69
- 'fabric.editor.wrapLeft': string;
70
- 'fabric.editor.wrapRight': string;
71
55
  };
72
56
  export default _default;
@@ -32,7 +32,6 @@ declare const _default: {
32
32
  'fabric.editor.edit': string;
33
33
  'fabric.editor.editorAssistiveLabel': string;
34
34
  'fabric.editor.editors': string;
35
- 'fabric.editor.error': string;
36
35
  'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
37
36
  'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
38
37
  'fabric.editor.extension.deleteElementTitle': string;
@@ -44,29 +43,14 @@ declare const _default: {
44
43
  'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
45
44
  'fabric.editor.headingLink.toolbarHelpTitle': string;
46
45
  'fabric.editor.indent': string;
47
- 'fabric.editor.info': string;
48
- 'fabric.editor.leftSidebar': string;
49
46
  'fabric.editor.matchCase': string;
50
47
  'fabric.editor.noResultsFound': string;
51
- 'fabric.editor.note': string;
52
48
  'fabric.editor.outdent': string;
53
- 'fabric.editor.panel.backgroundColor': string;
54
- 'fabric.editor.panel.emoji': string;
55
- 'fabric.editor.placeholderTextPlaceholder': string;
56
49
  'fabric.editor.replace': string;
57
50
  'fabric.editor.replaceAll': string;
58
51
  'fabric.editor.replaceWith': string;
59
52
  'fabric.editor.resultsCount': string;
60
- 'fabric.editor.rightSidebar': string;
61
53
  'fabric.editor.selectLanguage': string;
62
- 'fabric.editor.single': string;
63
- 'fabric.editor.success': string;
64
54
  'fabric.editor.taskPlaceholder': string;
65
- 'fabric.editor.threeColumns': string;
66
- 'fabric.editor.threeColumnsWithSidebars': string;
67
- 'fabric.editor.twoColumns': string;
68
- 'fabric.editor.warning': string;
69
- 'fabric.editor.wrapLeft': string;
70
- 'fabric.editor.wrapRight': string;
71
55
  };
72
56
  export default _default;
@@ -32,7 +32,6 @@ declare const _default: {
32
32
  'fabric.editor.edit': string;
33
33
  'fabric.editor.editorAssistiveLabel': string;
34
34
  'fabric.editor.editors': string;
35
- 'fabric.editor.error': string;
36
35
  'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
37
36
  'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
38
37
  'fabric.editor.extension.deleteElementTitle': string;
@@ -44,29 +43,14 @@ declare const _default: {
44
43
  'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
45
44
  'fabric.editor.headingLink.toolbarHelpTitle': string;
46
45
  'fabric.editor.indent': string;
47
- 'fabric.editor.info': string;
48
- 'fabric.editor.leftSidebar': string;
49
46
  'fabric.editor.matchCase': string;
50
47
  'fabric.editor.noResultsFound': string;
51
- 'fabric.editor.note': string;
52
48
  'fabric.editor.outdent': string;
53
- 'fabric.editor.panel.backgroundColor': string;
54
- 'fabric.editor.panel.emoji': string;
55
- 'fabric.editor.placeholderTextPlaceholder': string;
56
49
  'fabric.editor.replace': string;
57
50
  'fabric.editor.replaceAll': string;
58
51
  'fabric.editor.replaceWith': string;
59
52
  'fabric.editor.resultsCount': string;
60
- 'fabric.editor.rightSidebar': string;
61
53
  'fabric.editor.selectLanguage': string;
62
- 'fabric.editor.single': string;
63
- 'fabric.editor.success': string;
64
54
  'fabric.editor.taskPlaceholder': string;
65
- 'fabric.editor.threeColumns': string;
66
- 'fabric.editor.threeColumnsWithSidebars': string;
67
- 'fabric.editor.twoColumns': string;
68
- 'fabric.editor.warning': string;
69
- 'fabric.editor.wrapLeft': string;
70
- 'fabric.editor.wrapRight': string;
71
55
  };
72
56
  export default _default;