@theia/preferences 1.67.0-next.59 → 1.67.0-next.86

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.59+3f14297ea",
3
+ "version": "1.67.0-next.86+03f92ff1d",
4
4
  "description": "Theia - Preferences Extension",
5
5
  "dependencies": {
6
- "@theia/core": "1.67.0-next.59+3f14297ea",
7
- "@theia/editor": "1.67.0-next.59+3f14297ea",
8
- "@theia/filesystem": "1.67.0-next.59+3f14297ea",
9
- "@theia/monaco": "1.67.0-next.59+3f14297ea",
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",
10
10
  "@theia/monaco-editor-core": "1.96.302",
11
- "@theia/userstorage": "1.67.0-next.59+3f14297ea",
12
- "@theia/workspace": "1.67.0-next.59+3f14297ea",
11
+ "@theia/userstorage": "1.67.0-next.86+03f92ff1d",
12
+ "@theia/workspace": "1.67.0-next.86+03f92ff1d",
13
13
  "async-mutex": "^0.3.1",
14
14
  "fast-deep-equal": "^3.1.3",
15
15
  "jsonc-parser": "^2.2.0",
@@ -55,5 +55,5 @@
55
55
  "nyc": {
56
56
  "extends": "../../configs/nyc.json"
57
57
  },
58
- "gitHead": "3f14297ea2edcdb1fffd74afee0613e70b43e125"
58
+ "gitHead": "03f92ff1d97dcb199de39b48e60a53535de22808"
59
59
  }
@@ -45,8 +45,8 @@
45
45
  }
46
46
 
47
47
  .theia-settings-container
48
- .settings-main:not(.no-results)
49
- .settings-no-results-announcement {
48
+ .settings-main:not(.no-results)
49
+ .settings-no-results-announcement {
50
50
  display: none;
51
51
  }
52
52
 
@@ -76,16 +76,16 @@
76
76
  }
77
77
 
78
78
  .theia-settings-container
79
- .preferences-tabbar-widget
80
- .preferences-scope-tab
81
- .lm-TabBar-tabIcon:not(.preferences-folder-dropdown-icon) {
79
+ .preferences-tabbar-widget
80
+ .preferences-scope-tab
81
+ .lm-TabBar-tabIcon:not(.preferences-folder-dropdown-icon) {
82
82
  display: none;
83
83
  }
84
84
 
85
85
  #theia-main-content-panel
86
- .theia-settings-container
87
- #preferences-scope-tab-bar
88
- .preferences-scope-tab {
86
+ .theia-settings-container
87
+ #preferences-scope-tab-bar
88
+ .preferences-scope-tab {
89
89
  background: var(--theia-editor-background);
90
90
  border-right: unset;
91
91
  border-bottom: var(--theia-border-width) solid
@@ -101,40 +101,40 @@
101
101
  }
102
102
 
103
103
  #theia-main-content-panel
104
- .theia-settings-container
105
- #preferences-scope-tab-bar
106
- .preferences-scope-tab {
104
+ .theia-settings-container
105
+ #preferences-scope-tab-bar
106
+ .preferences-scope-tab {
107
107
  color: var(--theia-panelTitle-inactiveForeground);
108
108
  }
109
109
 
110
110
  #theia-main-content-panel
111
- .theia-settings-container
112
- #preferences-scope-tab-bar
113
- .preferences-scope-tab:hover {
111
+ .theia-settings-container
112
+ #preferences-scope-tab-bar
113
+ .preferences-scope-tab:hover {
114
114
  color: var(--theia-panelTitle-activeForeground);
115
115
  }
116
116
 
117
117
  #theia-main-content-panel
118
- .theia-settings-container
119
- #preferences-scope-tab-bar
120
- .preferences-scope-tab.lm-mod-current {
118
+ .theia-settings-container
119
+ #preferences-scope-tab-bar
120
+ .preferences-scope-tab.lm-mod-current {
121
121
  color: var(--theia-panelTitle-activeForeground);
122
122
  border-bottom: var(--theia-border-width) solid
123
123
  var(--theia-panelTitle-activeBorder);
124
124
  }
125
125
 
126
126
  #theia-main-content-panel
127
- .theia-settings-container
128
- #preferences-scope-tab-bar
129
- .preferences-scope-tab.lm-mod-current:not(.theia-mod-active) {
127
+ .theia-settings-container
128
+ #preferences-scope-tab-bar
129
+ .preferences-scope-tab.lm-mod-current:not(.theia-mod-active) {
130
130
  border-top: unset;
131
131
  }
132
132
 
133
133
  #theia-main-content-panel
134
- .theia-settings-container
135
- #preferences-scope-tab-bar
136
- .preferences-scope-tab.preferences-folder-tab
137
- .lm-TabBar-tabLabel::after {
134
+ .theia-settings-container
135
+ #preferences-scope-tab-bar
136
+ .preferences-scope-tab.preferences-folder-tab
137
+ .lm-TabBar-tabLabel::after {
138
138
  content: "Folder";
139
139
  padding-left: 4px;
140
140
  font-size: 0.8em;
@@ -168,7 +168,6 @@
168
168
 
169
169
  .theia-settings-container .preferences-tree-widget {
170
170
  grid-area: navbar;
171
- padding-left: 31px;
172
171
  }
173
172
 
174
173
  .theia-settings-container .preferences-tree-widget .theia-mod-selected {
@@ -242,13 +241,11 @@
242
241
  .theia-settings-container .settings-section-category-title {
243
242
  font-weight: bold;
244
243
  font-size: var(--theia-ui-font-size3);
245
- padding-left: calc(2 * var(--theia-ui-padding));
246
244
  }
247
245
 
248
246
  .theia-settings-container .settings-section-subcategory-title {
249
247
  font-weight: bold;
250
248
  font-size: var(--theia-ui-font-size2);
251
- padding-left: calc(2 * var(--theia-ui-padding));
252
249
  }
253
250
 
254
251
  .theia-settings-container .settings-section > li {
@@ -406,7 +403,11 @@
406
403
  }
407
404
 
408
405
  .dialogContent .error:not(:empty),
409
- .theia-settings-container .pref-content-container .pref-input .pref-input-container .pref-error-notification {
406
+ .theia-settings-container
407
+ .pref-content-container
408
+ .pref-input
409
+ .pref-input-container
410
+ .pref-error-notification {
410
411
  border-style: solid;
411
412
  border-width: 1px;
412
413
  border-color: var(--theia-inputValidation-errorBorder);