@theia/preferences 1.67.0-next.59 → 1.67.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
|
|
3
|
+
"version": "1.67.0",
|
|
4
4
|
"description": "Theia - Preferences Extension",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@theia/core": "1.67.0
|
|
7
|
-
"@theia/editor": "1.67.0
|
|
8
|
-
"@theia/filesystem": "1.67.0
|
|
9
|
-
"@theia/monaco": "1.67.0
|
|
6
|
+
"@theia/core": "1.67.0",
|
|
7
|
+
"@theia/editor": "1.67.0",
|
|
8
|
+
"@theia/filesystem": "1.67.0",
|
|
9
|
+
"@theia/monaco": "1.67.0",
|
|
10
10
|
"@theia/monaco-editor-core": "1.96.302",
|
|
11
|
-
"@theia/userstorage": "1.67.0
|
|
12
|
-
"@theia/workspace": "1.67.0
|
|
11
|
+
"@theia/userstorage": "1.67.0",
|
|
12
|
+
"@theia/workspace": "1.67.0",
|
|
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.
|
|
53
|
+
"@theia/ext-scripts": "1.67.0"
|
|
54
54
|
},
|
|
55
55
|
"nyc": {
|
|
56
56
|
"extends": "../../configs/nyc.json"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "541860e34f1351442be3a1c998fb618472afcefd"
|
|
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
|
|
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);
|
|
@@ -501,7 +502,7 @@
|
|
|
501
502
|
/** Select component */
|
|
502
503
|
|
|
503
504
|
.theia-settings-container .theia-select-component {
|
|
504
|
-
height:
|
|
505
|
+
height: 28px;
|
|
505
506
|
width: 100%;
|
|
506
507
|
max-width: 320px;
|
|
507
508
|
}
|