@opensumi/ide-design 3.8.3-next-1741769014.0 → 3.8.3-next-1741771971.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.
@@ -218,6 +218,7 @@ html {
218
218
  .kt-overlay .kt-modal-body {
219
219
  border-radius: 8px;
220
220
  border: 0 none !important;
221
+ padding: 24px;
221
222
  box-shadow: 0px 9px 28px 8px var(--design-boxShadow-primary), 0px 3px 6px -4px var(--design-boxShadow-secondary),
222
223
  0px 6px 16px 0px var(--design-boxShadow-tertiary) !important;
223
224
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensumi/ide-design",
3
- "version": "3.8.3-next-1741769014.0",
3
+ "version": "3.8.3-next-1741771971.0",
4
4
  "files": [
5
5
  "lib",
6
6
  "src"
@@ -19,19 +19,19 @@
19
19
  "url": "git@github.com:opensumi/core.git"
20
20
  },
21
21
  "dependencies": {
22
- "@opensumi/ide-components": "3.8.3-next-1741769014.0",
23
- "@opensumi/ide-core-common": "3.8.3-next-1741769014.0",
24
- "@opensumi/ide-editor": "3.8.3-next-1741769014.0",
25
- "@opensumi/ide-file-service": "3.8.3-next-1741769014.0",
26
- "@opensumi/ide-main-layout": "3.8.3-next-1741769014.0",
27
- "@opensumi/ide-menu-bar": "3.8.3-next-1741769014.0",
28
- "@opensumi/ide-overlay": "3.8.3-next-1741769014.0",
29
- "@opensumi/ide-theme": "3.8.3-next-1741769014.0",
30
- "@opensumi/ide-toolbar": "3.8.3-next-1741769014.0"
22
+ "@opensumi/ide-components": "3.8.3-next-1741771971.0",
23
+ "@opensumi/ide-core-common": "3.8.3-next-1741771971.0",
24
+ "@opensumi/ide-editor": "3.8.3-next-1741771971.0",
25
+ "@opensumi/ide-file-service": "3.8.3-next-1741771971.0",
26
+ "@opensumi/ide-main-layout": "3.8.3-next-1741771971.0",
27
+ "@opensumi/ide-menu-bar": "3.8.3-next-1741771971.0",
28
+ "@opensumi/ide-overlay": "3.8.3-next-1741771971.0",
29
+ "@opensumi/ide-theme": "3.8.3-next-1741771971.0",
30
+ "@opensumi/ide-toolbar": "3.8.3-next-1741771971.0"
31
31
  },
32
32
  "devDependencies": {
33
- "@opensumi/ide-core-browser": "3.8.3-next-1741769014.0",
34
- "@opensumi/ide-dev-tool": "3.8.3-next-1741769014.0"
33
+ "@opensumi/ide-core-browser": "3.8.3-next-1741771971.0",
34
+ "@opensumi/ide-dev-tool": "3.8.3-next-1741771971.0"
35
35
  },
36
- "gitHead": "74790d251cc03dee73397ab9b77abda62deeeadd"
36
+ "gitHead": "6fd441cc2d2edaf27f7c6419a5cb2d345e78080c"
37
37
  }
@@ -218,6 +218,7 @@ html {
218
218
  .kt-overlay .kt-modal-body {
219
219
  border-radius: 8px;
220
220
  border: 0 none !important;
221
+ padding: 24px;
221
222
  box-shadow: 0px 9px 28px 8px var(--design-boxShadow-primary), 0px 3px 6px -4px var(--design-boxShadow-secondary),
222
223
  0px 6px 16px 0px var(--design-boxShadow-tertiary) !important;
223
224
  }