@opensumi/ide-design 3.1.5-next-1721035583.0 → 3.1.5-next-1721114299.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.
|
@@ -205,11 +205,13 @@ html {
|
|
|
205
205
|
}
|
|
206
206
|
|
|
207
207
|
// 对话框
|
|
208
|
-
.kt-modal-content
|
|
208
|
+
.kt-modal-content,
|
|
209
|
+
.ant-modal-content {
|
|
209
210
|
border-radius: 8px;
|
|
210
211
|
background-color: transparent;
|
|
211
212
|
}
|
|
212
|
-
.kt-overlay .kt-modal-body
|
|
213
|
+
.kt-overlay .kt-modal-body,
|
|
214
|
+
.ant-modal-body {
|
|
213
215
|
border-radius: 8px;
|
|
214
216
|
border: 0 none !important;
|
|
215
217
|
box-shadow: 0px 9px 28px 8px var(--design-boxShadow-primary), 0px 3px 6px -4px var(--design-boxShadow-secondary),
|
|
@@ -237,7 +239,8 @@ html {
|
|
|
237
239
|
}
|
|
238
240
|
|
|
239
241
|
.default-button-size,
|
|
240
|
-
.kt-button
|
|
242
|
+
.kt-button,
|
|
243
|
+
.ant-btn {
|
|
241
244
|
border-radius: 4px;
|
|
242
245
|
}
|
|
243
246
|
|
|
@@ -258,6 +261,10 @@ html {
|
|
|
258
261
|
transform: none;
|
|
259
262
|
}
|
|
260
263
|
|
|
264
|
+
.ant-select:not(.ant-select-customize-input) .ant-select-selector {
|
|
265
|
+
border-radius: 6px;
|
|
266
|
+
}
|
|
267
|
+
|
|
261
268
|
#opensumi-quickpick {
|
|
262
269
|
border: 0 none !important;
|
|
263
270
|
box-shadow: 0px 9px 28px 8px var(--design-boxShadow-primary), 0px 3px 6px -4px var(--design-boxShadow-secondary),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opensumi/ide-design",
|
|
3
|
-
"version": "3.1.5-next-
|
|
3
|
+
"version": "3.1.5-next-1721114299.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.5-next-
|
|
23
|
-
"@opensumi/ide-core-node": "3.1.5-next-
|
|
22
|
+
"@opensumi/ide-core-common": "3.1.5-next-1721114299.0",
|
|
23
|
+
"@opensumi/ide-core-node": "3.1.5-next-1721114299.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@opensumi/ide-core-browser": "3.1.5-next-
|
|
27
|
-
"@opensumi/ide-dev-tool": "3.1.5-next-
|
|
26
|
+
"@opensumi/ide-core-browser": "3.1.5-next-1721114299.0",
|
|
27
|
+
"@opensumi/ide-dev-tool": "3.1.5-next-1721114299.0"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "ecd2955f7c80d1458e8c4d1f2cf112bbca88da40"
|
|
30
30
|
}
|
|
@@ -205,11 +205,13 @@ html {
|
|
|
205
205
|
}
|
|
206
206
|
|
|
207
207
|
// 对话框
|
|
208
|
-
.kt-modal-content
|
|
208
|
+
.kt-modal-content,
|
|
209
|
+
.ant-modal-content {
|
|
209
210
|
border-radius: 8px;
|
|
210
211
|
background-color: transparent;
|
|
211
212
|
}
|
|
212
|
-
.kt-overlay .kt-modal-body
|
|
213
|
+
.kt-overlay .kt-modal-body,
|
|
214
|
+
.ant-modal-body {
|
|
213
215
|
border-radius: 8px;
|
|
214
216
|
border: 0 none !important;
|
|
215
217
|
box-shadow: 0px 9px 28px 8px var(--design-boxShadow-primary), 0px 3px 6px -4px var(--design-boxShadow-secondary),
|
|
@@ -237,7 +239,8 @@ html {
|
|
|
237
239
|
}
|
|
238
240
|
|
|
239
241
|
.default-button-size,
|
|
240
|
-
.kt-button
|
|
242
|
+
.kt-button,
|
|
243
|
+
.ant-btn {
|
|
241
244
|
border-radius: 4px;
|
|
242
245
|
}
|
|
243
246
|
|
|
@@ -258,6 +261,10 @@ html {
|
|
|
258
261
|
transform: none;
|
|
259
262
|
}
|
|
260
263
|
|
|
264
|
+
.ant-select:not(.ant-select-customize-input) .ant-select-selector {
|
|
265
|
+
border-radius: 6px;
|
|
266
|
+
}
|
|
267
|
+
|
|
261
268
|
#opensumi-quickpick {
|
|
262
269
|
border: 0 none !important;
|
|
263
270
|
box-shadow: 0px 9px 28px 8px var(--design-boxShadow-primary), 0px 3px 6px -4px var(--design-boxShadow-secondary),
|