@lvce-editor/status-bar-worker 3.9.0 → 3.9.1

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.
@@ -1851,7 +1851,7 @@ const getTextVirtualDom = (element, name) => {
1851
1851
  const getIconVirtualDom = (element, name) => {
1852
1852
  return [{
1853
1853
  childCount: 0,
1854
- className: mergeClassNames(MaskIcon, element.value, element.spinning ? 'Spinning' : ''),
1854
+ className: mergeClassNames(MaskIcon, 'StatusBarIcon', element.value, element.spinning ? 'Spinning' : ''),
1855
1855
  name,
1856
1856
  type: Div
1857
1857
  }];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/status-bar-worker",
3
- "version": "3.9.0",
3
+ "version": "3.9.1",
4
4
  "description": "Status Bar Worker",
5
5
  "repository": {
6
6
  "type": "git",