oasis-editor 0.0.81 → 0.0.83

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.
@@ -93,7 +93,10 @@ export declare function createEditorInteractionRuntime(deps: EditorInteractionRu
93
93
  dropTargetPos: import('solid-js').Accessor<EditorPosition | null>;
94
94
  getSelectedImageInfo: (current: EditorState) => {
95
95
  paragraph: import('../../core/model.js').EditorParagraphNode;
96
- run: import('../../core/model.js').EditorTextRun;
96
+ run: import('../../core/model.js').EditorRunBase & {
97
+ kind: "image";
98
+ image: import('../../core/model.js').EditorImageRunData;
99
+ };
97
100
  startOffset: number;
98
101
  width: number;
99
102
  height: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oasis-editor",
3
- "version": "0.0.81",
3
+ "version": "0.0.83",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",