@theia/preferences 1.67.0-next.86 → 1.68.0-next.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/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@theia/preferences",
3
- "version": "1.67.0-next.86+03f92ff1d",
3
+ "version": "1.68.0-next.0+fa6de4563",
4
4
  "description": "Theia - Preferences Extension",
5
5
  "dependencies": {
6
- "@theia/core": "1.67.0-next.86+03f92ff1d",
7
- "@theia/editor": "1.67.0-next.86+03f92ff1d",
8
- "@theia/filesystem": "1.67.0-next.86+03f92ff1d",
9
- "@theia/monaco": "1.67.0-next.86+03f92ff1d",
6
+ "@theia/core": "1.68.0-next.0+fa6de4563",
7
+ "@theia/editor": "1.68.0-next.0+fa6de4563",
8
+ "@theia/filesystem": "1.68.0-next.0+fa6de4563",
9
+ "@theia/monaco": "1.68.0-next.0+fa6de4563",
10
10
  "@theia/monaco-editor-core": "1.96.302",
11
- "@theia/userstorage": "1.67.0-next.86+03f92ff1d",
12
- "@theia/workspace": "1.67.0-next.86+03f92ff1d",
11
+ "@theia/userstorage": "1.68.0-next.0+fa6de4563",
12
+ "@theia/workspace": "1.68.0-next.0+fa6de4563",
13
13
  "async-mutex": "^0.3.1",
14
14
  "fast-deep-equal": "^3.1.3",
15
15
  "jsonc-parser": "^2.2.0",
@@ -50,10 +50,10 @@
50
50
  "watch": "theiaext watch"
51
51
  },
52
52
  "devDependencies": {
53
- "@theia/ext-scripts": "1.66.0"
53
+ "@theia/ext-scripts": "1.67.0"
54
54
  },
55
55
  "nyc": {
56
56
  "extends": "../../configs/nyc.json"
57
57
  },
58
- "gitHead": "03f92ff1d97dcb199de39b48e60a53535de22808"
58
+ "gitHead": "fa6de45637fb1cd821b642aa23e225abb1a13f06"
59
59
  }
@@ -502,7 +502,7 @@
502
502
  /** Select component */
503
503
 
504
504
  .theia-settings-container .theia-select-component {
505
- height: 26px;
505
+ height: 28px;
506
506
  width: 100%;
507
507
  max-width: 320px;
508
508
  }
@@ -26,6 +26,5 @@
26
26
  }
27
27
 
28
28
  .theia-settings-container .preference-file-button {
29
- margin-left: 0px;
30
- height: calc(var(--theia-content-line-height) + 4px);
29
+ margin-left: var(--theia-ui-padding);
31
30
  }