@lvce-editor/status-bar-worker 3.22.0 → 3.24.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.
@@ -1291,7 +1291,6 @@ const create = rpcId => {
1291
1291
  };
1292
1292
  };
1293
1293
 
1294
- const Button$2 = 'button';
1295
1294
  const Status = 'status';
1296
1295
 
1297
1296
  const MaskIcon = 'MaskIcon';
@@ -1888,7 +1887,6 @@ const getStatusBarItemVirtualDom = statusBarItem => {
1888
1887
  childCount: elements.length,
1889
1888
  className: StatusBarItem,
1890
1889
  name,
1891
- role: Button$2,
1892
1890
  tabIndex: -1,
1893
1891
  title: tooltip,
1894
1892
  type: Button$1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/status-bar-worker",
3
- "version": "3.22.0",
3
+ "version": "3.24.0",
4
4
  "description": "Status Bar Worker",
5
5
  "repository": {
6
6
  "type": "git",