@redocly/config 0.36.1 → 0.37.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.
@@ -989,7 +989,7 @@ export declare const themeConfigSchema: {
989
989
  readonly inputIcon: {
990
990
  readonly type: "string";
991
991
  readonly enum: readonly ["chat", "sparkles", "redocly"];
992
- readonly default: "redocly";
992
+ readonly default: "sparkles";
993
993
  };
994
994
  };
995
995
  readonly additionalProperties: false;
@@ -1052,9 +1052,9 @@ export declare const themeConfigSchema: {
1052
1052
  readonly type: "array";
1053
1053
  readonly items: {
1054
1054
  readonly type: "string";
1055
- readonly enum: readonly ["copy", "view", "chatgpt", "claude"];
1055
+ readonly enum: readonly ["copy", "view", "chatgpt", "claude", "docs-mcp-cursor", "docs-mcp-vscode"];
1056
1056
  };
1057
- readonly default: readonly ["copy", "view", "chatgpt", "claude"];
1057
+ readonly default: readonly ["copy", "view", "chatgpt", "claude", "docs-mcp-cursor", "docs-mcp-vscode"];
1058
1058
  };
1059
1059
  readonly hide: {
1060
1060
  readonly type: "boolean";