@lvce-editor/extension-detail-view 7.19.0 → 7.19.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.
@@ -69,7 +69,7 @@ const Size = 'Size';
69
69
  const Snippets = 'Snippets';
70
70
  const Status = 'Status';
71
71
  const StringMustNotBeEmpty = 'String must not be empty';
72
- const Theme$1 = 'Theme';
72
+ const Themes = 'Themes';
73
73
  const Uninstall$1 = 'Uninstall';
74
74
  const UnableToLoadExtension = 'Unable to load extension';
75
75
  const UnableToLoadExtensionWithError = 'The extension details could not be loaded: {PH1}';
@@ -149,7 +149,7 @@ const extensionNotAvailable = extensionId => {
149
149
  });
150
150
  };
151
151
  const theme = () => {
152
- return i18nString(Theme$1);
152
+ return i18nString(Themes);
153
153
  };
154
154
  const commands$1 = () => {
155
155
  return i18nString(Commands$1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/extension-detail-view",
3
- "version": "7.19.0",
3
+ "version": "7.19.1",
4
4
  "description": "Extension Detail View Worker",
5
5
  "repository": {
6
6
  "type": "git",