@ckeditor/ckeditor5-typing 48.0.1 → 48.1.0-alpha.1

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/dist/index.d.ts CHANGED
@@ -21,6 +21,6 @@ export { DeleteCommand } from './deletecommand.js';
21
21
  export { DeleteObserver as _DeleteObserver, type DeleteEventData } from './deleteobserver.js';
22
22
  export type { TypingConfig, TextTypingTransformationDescription } from './typingconfig.js';
23
23
  export type { ViewDocumentDeleteEvent } from './deleteobserver.js';
24
- export type { ViewDocumentInsertTextEvent, InsertTextEventData, InsertTextObserver } from './inserttextobserver.js';
24
+ export { type ViewDocumentInsertTextEvent, type InsertTextEventData, InsertTextObserver } from './inserttextobserver.js';
25
25
  export type { TextWatcherMatchedEvent, TextWatcherMatchedDataEvent, TextWatcherMatchedTypingDataEventData, TextWatcherMatchedTypingSelectionEvent, TextWatcherMatchedTypingSelectionEventData, TextWatcherUnmatchedTypingEvent } from './textwatcher.js';
26
26
  import './augmentation.js';
package/dist/index.js CHANGED
@@ -2602,5 +2602,5 @@ const DEFAULT_TRANSFORMATIONS = [
2602
2602
  });
2603
2603
  }
2604
2604
 
2605
- export { Delete, DeleteCommand, Input, InsertTextCommand, TextTransformation, TextWatcher, TwoStepCaretMovement, Typing, TypingChangeBuffer, DeleteObserver as _DeleteObserver, findAttributeRange, findAttributeRangeBound, getLastTextLine, inlineHighlight };
2605
+ export { Delete, DeleteCommand, Input, InsertTextCommand, InsertTextObserver, TextTransformation, TextWatcher, TwoStepCaretMovement, Typing, TypingChangeBuffer, DeleteObserver as _DeleteObserver, findAttributeRange, findAttributeRangeBound, getLastTextLine, inlineHighlight };
2606
2606
  //# sourceMappingURL=index.js.map