@podlite/editor-react 0.0.42 → 0.0.44

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/lib/index.d.ts CHANGED
@@ -6,4 +6,5 @@ export { WindowWrapper as WindowWrapper };
6
6
  export { HighlightedCode as HighlightedCode };
7
7
  export type { EditorSessionState } from './types';
8
8
  export type { ConverterResult, IPodliteEditor, PodliteEditorRef } from './Editor';
9
+ export type { SaveAssetCallback, SaveAssetSource } from './imagePaste';
9
10
  export default Editor2;
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":";;;;AAAA,mEAA8B;AAGV,kBAHb,gBAAO,CAGa;AAF3B,qEAAqC;AAGX,wBAHnB,iBAAa,CAGmB;AAFvC,qFAA+C;AAGnB,0BAHrB,yBAAe,CAGqB;AAG3C,kBAAe,gBAAO,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":";;;;AAAA,mEAA8B;AAGV,kBAHb,gBAAO,CAGa;AAF3B,qEAAqC;AAGX,wBAHnB,iBAAa,CAGmB;AAFvC,qFAA+C;AAGnB,0BAHrB,yBAAe,CAGqB;AAI3C,kBAAe,gBAAO,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@podlite/editor-react",
3
- "version": "0.0.42",
3
+ "version": "0.0.44",
4
4
  "description": "Rich text editor React component for Podlite — syntax highlighting, live preview, CodeMirror 6",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",