@lvce-editor/extension-search-view 7.19.0 → 7.20.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.
@@ -4186,6 +4186,7 @@ const getCss = state => {
4186
4186
 
4187
4187
  .ExtensionListItemDisabled:not(.ExtensionActive) {
4188
4188
  background: color-mix(in srgb, var(--SideBarBackground, rgb(30, 35, 36)) 95%, black);
4189
+ color: var(--DisabledForeground, color-mix(in srgb, var(--WorkbenchForeground) 48%, transparent));
4189
4190
  }
4190
4191
 
4191
4192
  .Extensions .ListItems {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/extension-search-view",
3
- "version": "7.19.0",
3
+ "version": "7.20.0",
4
4
  "description": "Extension Search View Worker",
5
5
  "repository": {
6
6
  "type": "git",