@lvce-editor/editor-worker 19.40.0 → 19.41.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.
@@ -14073,7 +14073,7 @@ const getEditorBreadcrumbsVirtualDom = state => {
14073
14073
  className: mergeClassNames('EditorBreadcrumb', breadcrumb.kind === 'symbol' ? 'EditorBreadcrumbSymbol' : 'EditorBreadcrumbFile'),
14074
14074
  'data-kind': breadcrumb.kind,
14075
14075
  ...(breadcrumb.symbolKind !== undefined && {
14076
- 'data-symbol-kind': breadcrumb.symbolKind
14076
+ 'data-symbolKind': breadcrumb.symbolKind
14077
14077
  }),
14078
14078
  type: Span
14079
14079
  }, text(breadcrumb.label));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/editor-worker",
3
- "version": "19.40.0",
3
+ "version": "19.41.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git@github.com:lvce-editor/editor-worker.git"