@theia/monaco 1.24.0-next.56 → 1.24.0-next.59
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 +7 -7
- package/src/browser/style/index.css +1 -21
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/monaco",
|
|
3
|
-
"version": "1.24.0-next.
|
|
3
|
+
"version": "1.24.0-next.59+b206c6dc0c6",
|
|
4
4
|
"description": "Theia - Monaco Extension",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@theia/core": "1.24.0-next.
|
|
7
|
-
"@theia/editor": "1.24.0-next.
|
|
8
|
-
"@theia/filesystem": "1.24.0-next.
|
|
9
|
-
"@theia/markers": "1.24.0-next.
|
|
6
|
+
"@theia/core": "1.24.0-next.59+b206c6dc0c6",
|
|
7
|
+
"@theia/editor": "1.24.0-next.59+b206c6dc0c6",
|
|
8
|
+
"@theia/filesystem": "1.24.0-next.59+b206c6dc0c6",
|
|
9
|
+
"@theia/markers": "1.24.0-next.59+b206c6dc0c6",
|
|
10
10
|
"@theia/monaco-editor-core": "1.65.2",
|
|
11
|
-
"@theia/outline-view": "1.24.0-next.
|
|
11
|
+
"@theia/outline-view": "1.24.0-next.59+b206c6dc0c6",
|
|
12
12
|
"fast-plist": "^0.1.2",
|
|
13
13
|
"idb": "^4.0.5",
|
|
14
14
|
"jsonc-parser": "^2.2.0",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"nyc": {
|
|
55
55
|
"extends": "../../configs/nyc.json"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "b206c6dc0c6bb400df2b71348dab948be3a4ed8a"
|
|
58
58
|
}
|
|
@@ -121,19 +121,6 @@
|
|
|
121
121
|
box-shadow: rgb(0 0 0 / 36%) 0px 0px 8px 2px;
|
|
122
122
|
}
|
|
123
123
|
|
|
124
|
-
.monaco-icon-label,
|
|
125
|
-
.monaco-icon-label-container,
|
|
126
|
-
.monaco-icon-name-container,
|
|
127
|
-
.monaco-highlighted-label,
|
|
128
|
-
.quick-input-list-row {
|
|
129
|
-
line-height: var(--theia-content-line-height) !important;
|
|
130
|
-
height: var(--theia-content-line-height) !important;
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
.monaco-icon-label-container {
|
|
134
|
-
font-family: var(--theia-ui-font-family) !important;
|
|
135
|
-
}
|
|
136
|
-
|
|
137
124
|
.quick-input-list
|
|
138
125
|
.quick-input-list-rows
|
|
139
126
|
> .quick-input-list-row
|
|
@@ -171,20 +158,13 @@
|
|
|
171
158
|
|
|
172
159
|
.quick-input-list .monaco-list-row .codicon {
|
|
173
160
|
color: var(--theia-foreground) !important;
|
|
174
|
-
padding
|
|
161
|
+
padding: 2px !important;
|
|
175
162
|
}
|
|
176
163
|
|
|
177
164
|
.quick-input-list .monaco-list-row.focused .codicon {
|
|
178
165
|
color: var(--theia-list-foreground) !important;
|
|
179
166
|
}
|
|
180
167
|
|
|
181
|
-
.monaco-action-bar .action-item {
|
|
182
|
-
height: var(--theia-ui-icon-font-size);
|
|
183
|
-
width: var(--theia-ui-icon-font-size);
|
|
184
|
-
margin: auto;
|
|
185
|
-
padding-right: calc(var(--theia-ui-padding) * 0.5);
|
|
186
|
-
}
|
|
187
|
-
|
|
188
168
|
.quick-input-list .monaco-list-row.focused .monaco-highlighted-label .highlight {
|
|
189
169
|
color: var(--theia-list-focusHighlightForeground) !important;
|
|
190
170
|
}
|