@lvce-editor/extension-search-view 7.20.1 → 7.20.3

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.
@@ -4233,7 +4233,7 @@ const getCss = state => {
4233
4233
 
4234
4234
  .ExtensionListItemDisabled:not(.ExtensionActive) {
4235
4235
  background: color-mix(in srgb, var(--SideBarBackground, rgb(30, 35, 36)) 95%, black);
4236
- color: var(--DisabledForeground, color-mix(in srgb, var(--WorkbenchForeground) 48%, transparent));
4236
+ color: var(--ExtensionDisabledForeground, color-mix(in srgb, var(--WorkbenchForeground) 70%, black));
4237
4237
  }
4238
4238
 
4239
4239
  .Extensions .ListItems {
@@ -4729,7 +4729,7 @@ const getLinkedIconVirtualDom = linked$1 => {
4729
4729
  childCount: 0,
4730
4730
  className: mergeClassNames(MaskIcon, 'MaskIconLinkExternal', ExtensionListItemLinkedIcon),
4731
4731
  role: Image,
4732
- title: label,
4732
+ title: 'Extension is linked',
4733
4733
  type: Div
4734
4734
  }];
4735
4735
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/extension-search-view",
3
- "version": "7.20.1",
3
+ "version": "7.20.3",
4
4
  "description": "Extension Search View Worker",
5
5
  "repository": {
6
6
  "type": "git",