@opensumi/ide-design 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.
|
@@ -656,8 +656,8 @@ exports.default = {
|
|
|
656
656
|
'kt.panelTab.inactiveBackground': '#00000000',
|
|
657
657
|
'kt.panelTab.inactiveForeground': '#151b21d9',
|
|
658
658
|
'kt.panelTitle.background': '#fff',
|
|
659
|
-
'kt.popover.background': '#
|
|
660
|
-
'kt.popover.border': '#
|
|
659
|
+
'kt.popover.background': '#000000e3',
|
|
660
|
+
'kt.popover.border': '#000000e3',
|
|
661
661
|
'kt.popover.foreground': '#fffffff2',
|
|
662
662
|
'kt.popover.prominentBackground': '#2C3033',
|
|
663
663
|
'kt.defaultButton.background': '#fafafb',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opensumi/ide-design",
|
|
3
|
-
"version": "3.1.1-next-
|
|
3
|
+
"version": "3.1.1-next-1718177767.0",
|
|
4
4
|
"files": [
|
|
5
5
|
"lib",
|
|
6
6
|
"src"
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
"url": "git@github.com:opensumi/core.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@opensumi/ide-core-common": "3.1.1-next-
|
|
23
|
-
"@opensumi/ide-core-node": "3.1.1-next-
|
|
22
|
+
"@opensumi/ide-core-common": "3.1.1-next-1718177767.0",
|
|
23
|
+
"@opensumi/ide-core-node": "3.1.1-next-1718177767.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@opensumi/ide-core-browser": "3.1.1-next-
|
|
27
|
-
"@opensumi/ide-dev-tool": "3.1.1-next-
|
|
26
|
+
"@opensumi/ide-core-browser": "3.1.1-next-1718177767.0",
|
|
27
|
+
"@opensumi/ide-dev-tool": "3.1.1-next-1718177767.0"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "77a8d832737a21d5e45dc91ed8a389ad7acfd153"
|
|
30
30
|
}
|
|
@@ -656,8 +656,8 @@ export default {
|
|
|
656
656
|
'kt.panelTab.inactiveBackground': '#00000000',
|
|
657
657
|
'kt.panelTab.inactiveForeground': '#151b21d9',
|
|
658
658
|
'kt.panelTitle.background': '#fff',
|
|
659
|
-
'kt.popover.background': '#
|
|
660
|
-
'kt.popover.border': '#
|
|
659
|
+
'kt.popover.background': '#000000e3',
|
|
660
|
+
'kt.popover.border': '#000000e3',
|
|
661
661
|
'kt.popover.foreground': '#fffffff2',
|
|
662
662
|
'kt.popover.prominentBackground': '#2C3033',
|
|
663
663
|
'kt.defaultButton.background': '#fafafb',
|