@hailin-zheng/editor-core 1.0.60 → 1.0.61

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.
@@ -247,6 +247,7 @@ export declare class ViewOptions {
247
247
  viewBackcolor: string;
248
248
  paraSymbolColor: string;
249
249
  dataGroupColor: string;
250
+ defaultLineHeight: number;
250
251
  trackInsColor: string;
251
252
  trackDelColor: string;
252
253
  showLineRect: boolean;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "author": "hailin-zheng",
5
5
  "private": false,
6
6
  "license": "ISC",
7
- "version": "1.0.60",
7
+ "version": "1.0.61",
8
8
  "scripts": {},
9
9
  "dependencies": {
10
10
  "bwip-js": "^3.0.5",