@lvce-editor/completion-worker 3.1.0 → 4.0.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.
@@ -2223,7 +2223,7 @@ const getIconDom = (fileIcon, symbolName) => {
2223
2223
  }
2224
2224
  return {
2225
2225
  childCount: 0,
2226
- className: `${ColoredMaskIcon} ${symbolName}`,
2226
+ className: mergeClassNames(ColoredMaskIcon, symbolName),
2227
2227
  type: Div
2228
2228
  };
2229
2229
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/completion-worker",
3
- "version": "3.1.0",
3
+ "version": "4.0.0",
4
4
  "description": "Web Worker for the completion widget in Lvce Editor",
5
5
  "repository": {
6
6
  "type": "git",