@opensumi/ide-components 3.1.1-next-1718099721.0 → 3.1.1-next-1718177767.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.
package/dist/index.js CHANGED
@@ -6236,7 +6236,7 @@ eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexpo
6236
6236
  /***/ ((__unused_webpack_module, exports) => {
6237
6237
 
6238
6238
  "use strict";
6239
- eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.AI_NATIVE_SETTING_GROUP_TITLE = exports.AI_NATIVE_SETTING_GROUP_ID = exports.AINativeSettingSectionsId = void 0;\nvar AINativeSettingSectionsId;\n(function (AINativeSettingSectionsId) {\n AINativeSettingSectionsId[\"INLINE_CHAT_AUTO_VISIBLE\"] = \"ai.native.inlineChat.auto.visible\";\n AINativeSettingSectionsId[\"INLINE_CHAT_CODE_ACTION_ENABLED\"] = \"ai.native.inlineChat.codeAction.enabled\";\n AINativeSettingSectionsId[\"INTERFACE_QUICK_NAVIGATION_ENABLED\"] = \"ai.native.interface.quickNavigation.enabled\";\n AINativeSettingSectionsId[\"CHAT_VISIBLE_TYPE\"] = \"ai.native.chat.visible.type\";\n /**\n * Whether to enable prompt engineering, some LLM models may not perform well on prompt engineering.\n */\n AINativeSettingSectionsId[\"INLINE_COMPLETIONS_PROMPT_ENGINEERING_ENABLED\"] = \"ai.native.inlineCompletions.promptEngineering.enabled\";\n})(AINativeSettingSectionsId = exports.AINativeSettingSectionsId || (exports.AINativeSettingSectionsId = {}));\nexports.AI_NATIVE_SETTING_GROUP_ID = 'AI-Native';\nexports.AI_NATIVE_SETTING_GROUP_TITLE = 'AI Native';\n//# sourceMappingURL=ai-native.js.map\n\n//# sourceURL=webpack://@opensumi/ide-components/../core-common/lib/settings/ai-native.js?");
6239
+ eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.AI_NATIVE_SETTING_GROUP_TITLE = exports.AI_NATIVE_SETTING_GROUP_ID = exports.AINativeSettingSectionsId = void 0;\nvar AINativeSettingSectionsId;\n(function (AINativeSettingSectionsId) {\n AINativeSettingSectionsId[\"InlineChatAutoVisible\"] = \"ai.native.inlineChat.auto.visible\";\n AINativeSettingSectionsId[\"InlineChatCodeActionEnabled\"] = \"ai.native.inlineChat.codeAction.enabled\";\n AINativeSettingSectionsId[\"InterfaceQuickNavigationEnabled\"] = \"ai.native.interface.quickNavigation.enabled\";\n AINativeSettingSectionsId[\"ChatVisibleType\"] = \"ai.native.chat.visible.type\";\n /**\n * Whether to enable prompt engineering, some LLM models may not perform well on prompt engineering.\n */\n AINativeSettingSectionsId[\"InlineCompletionsPromptEngineeringEnabled\"] = \"ai.native.inlineCompletions.promptEngineering.enabled\";\n AINativeSettingSectionsId[\"InlineCompletionsDebounceTime\"] = \"ai.native.inlineCompletions.debounceTime\";\n})(AINativeSettingSectionsId = exports.AINativeSettingSectionsId || (exports.AINativeSettingSectionsId = {}));\nexports.AI_NATIVE_SETTING_GROUP_ID = 'AI-Native';\nexports.AI_NATIVE_SETTING_GROUP_TITLE = 'AI Native';\n//# sourceMappingURL=ai-native.js.map\n\n//# sourceURL=webpack://@opensumi/ide-components/../core-common/lib/settings/ai-native.js?");
6240
6240
 
6241
6241
  /***/ }),
6242
6242
 
@@ -12,3 +12,15 @@
12
12
  margin-bottom: 0.5em;
13
13
  }
14
14
  }
15
+
16
+ .@{prefix}-popover {
17
+ .@{prefix}-md-renderer-wrap {
18
+ color: inherit;
19
+ hr {
20
+ border-color: inherit;
21
+ }
22
+ .kt-icon {
23
+ color: inherit;
24
+ }
25
+ }
26
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensumi/ide-components",
3
- "version": "3.1.1-next-1718099721.0",
3
+ "version": "3.1.1-next-1718177767.0",
4
4
  "description": "@opensumi/ide-components",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "dependencies": {
18
18
  "@ant-design/icons": "^4.6.4",
19
- "@opensumi/ide-utils": "3.1.1-next-1718099721.0",
19
+ "@opensumi/ide-utils": "3.1.1-next-1718177767.0",
20
20
  "fuzzy": "^0.1.3",
21
21
  "lodash": "^4.17.21",
22
22
  "marked": "4.0.10",
@@ -36,10 +36,10 @@
36
36
  "react-window": "^1.8.5"
37
37
  },
38
38
  "devDependencies": {
39
- "@opensumi/ide-dev-tool": "3.1.1-next-1718099721.0",
39
+ "@opensumi/ide-dev-tool": "3.1.1-next-1718177767.0",
40
40
  "@types/marked": "^4.0.7",
41
41
  "@types/react-window": "^1.8.5",
42
42
  "prop-types": "^15.8.1"
43
43
  },
44
- "gitHead": "8f27e5335598546d372f00f6f5589d0a488ddf42"
44
+ "gitHead": "77a8d832737a21d5e45dc91ed8a389ad7acfd153"
45
45
  }