@opensumi/ide-design 3.1.5-next-1721876529.0 → 3.1.5-next-1721990517.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.
@@ -378,7 +378,6 @@
378
378
  * ---------------- Override editor component content block style ---------------------
379
379
  */
380
380
  .design-kt_editor_component {
381
- padding-right: 2px;
382
381
  background-color: var(--panel-background);
383
382
  }
384
383
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensumi/ide-design",
3
- "version": "3.1.5-next-1721876529.0",
3
+ "version": "3.1.5-next-1721990517.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-1721876529.0",
23
- "@opensumi/ide-core-node": "3.1.5-next-1721876529.0"
22
+ "@opensumi/ide-core-common": "3.1.5-next-1721990517.0",
23
+ "@opensumi/ide-core-node": "3.1.5-next-1721990517.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@opensumi/ide-core-browser": "3.1.5-next-1721876529.0",
27
- "@opensumi/ide-dev-tool": "3.1.5-next-1721876529.0"
26
+ "@opensumi/ide-core-browser": "3.1.5-next-1721990517.0",
27
+ "@opensumi/ide-dev-tool": "3.1.5-next-1721990517.0"
28
28
  },
29
- "gitHead": "2f91416373adb133b6af9a98f9126a8b485a41cb"
29
+ "gitHead": "a810912d394e3084a1dfae5115d99f02608eb052"
30
30
  }
@@ -378,7 +378,6 @@
378
378
  * ---------------- Override editor component content block style ---------------------
379
379
  */
380
380
  .design-kt_editor_component {
381
- padding-right: 2px;
382
381
  background-color: var(--panel-background);
383
382
  }
384
383