@lvce-editor/editor-worker 19.36.0 → 19.37.0

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.
@@ -14065,8 +14065,8 @@ const getMinimapVirtualDom = (minimapEnabled, minimapLines, minLineY) => {
14065
14065
  ariaHidden: True,
14066
14066
  childCount: 0,
14067
14067
  className: 'EditorMinimap',
14068
- 'data-line-count': minimapLines.length,
14069
- 'data-visible-start': minLineY,
14068
+ 'data-lineCount': minimapLines.length,
14069
+ 'data-visibleStart': minLineY,
14070
14070
  type: Div
14071
14071
  }];
14072
14072
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/editor-worker",
3
- "version": "19.36.0",
3
+ "version": "19.37.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git@github.com:lvce-editor/editor-worker.git"