@theia/vsx-registry 1.34.2 → 1.34.3

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.
Files changed (73) hide show
  1. package/LICENSE +641 -641
  2. package/README.md +36 -36
  3. package/lib/browser/recommended-extensions/preference-provider-overrides.d.ts +17 -17
  4. package/lib/browser/recommended-extensions/preference-provider-overrides.js +95 -95
  5. package/lib/browser/recommended-extensions/recommended-extensions-json-schema.d.ts +14 -14
  6. package/lib/browser/recommended-extensions/recommended-extensions-json-schema.js +94 -94
  7. package/lib/browser/recommended-extensions/recommended-extensions-preference-contribution.d.ts +11 -11
  8. package/lib/browser/recommended-extensions/recommended-extensions-preference-contribution.js +59 -59
  9. package/lib/browser/vsx-extension-commands.d.ts +13 -13
  10. package/lib/browser/vsx-extension-commands.js +63 -63
  11. package/lib/browser/vsx-extension-editor-manager.d.ts +9 -9
  12. package/lib/browser/vsx-extension-editor-manager.js +49 -49
  13. package/lib/browser/vsx-extension-editor.d.ts +21 -21
  14. package/lib/browser/vsx-extension-editor.js +109 -109
  15. package/lib/browser/vsx-extension.d.ts +141 -141
  16. package/lib/browser/vsx-extension.js +581 -581
  17. package/lib/browser/vsx-extensions-contribution.d.ts +54 -54
  18. package/lib/browser/vsx-extensions-contribution.js +328 -328
  19. package/lib/browser/vsx-extensions-model.d.ts +67 -67
  20. package/lib/browser/vsx-extensions-model.js +368 -368
  21. package/lib/browser/vsx-extensions-search-bar.d.ts +14 -14
  22. package/lib/browser/vsx-extensions-search-bar.js +75 -75
  23. package/lib/browser/vsx-extensions-search-model.d.ts +21 -21
  24. package/lib/browser/vsx-extensions-search-model.js +70 -70
  25. package/lib/browser/vsx-extensions-source.d.ts +19 -19
  26. package/lib/browser/vsx-extensions-source.js +102 -102
  27. package/lib/browser/vsx-extensions-view-container.d.ts +49 -49
  28. package/lib/browser/vsx-extensions-view-container.js +179 -179
  29. package/lib/browser/vsx-extensions-widget.d.ts +29 -29
  30. package/lib/browser/vsx-extensions-widget.js +143 -143
  31. package/lib/browser/vsx-language-quick-pick-service.d.ts +13 -13
  32. package/lib/browser/vsx-language-quick-pick-service.js +103 -103
  33. package/lib/browser/vsx-registry-frontend-module.d.ts +4 -4
  34. package/lib/browser/vsx-registry-frontend-module.js +101 -101
  35. package/lib/common/ovsx-client-provider.d.ts +6 -6
  36. package/lib/common/ovsx-client-provider.js +28 -28
  37. package/lib/common/vsx-environment.d.ts +7 -7
  38. package/lib/common/vsx-environment.js +20 -20
  39. package/lib/common/vsx-extension-uri.d.ts +3 -3
  40. package/lib/common/vsx-extension-uri.js +20 -20
  41. package/lib/node/vsx-environment-impl.d.ts +10 -10
  42. package/lib/node/vsx-environment-impl.js +53 -53
  43. package/lib/node/vsx-extension-resolver.d.ts +17 -17
  44. package/lib/node/vsx-extension-resolver.js +137 -137
  45. package/lib/node/vsx-registry-backend-module.d.ts +3 -3
  46. package/lib/node/vsx-registry-backend-module.js +35 -35
  47. package/lib/package.spec.js +25 -25
  48. package/package.json +10 -10
  49. package/src/browser/recommended-extensions/preference-provider-overrides.ts +99 -99
  50. package/src/browser/recommended-extensions/recommended-extensions-json-schema.ts +74 -74
  51. package/src/browser/recommended-extensions/recommended-extensions-preference-contribution.ts +68 -68
  52. package/src/browser/style/extensions.svg +4 -4
  53. package/src/browser/style/index.css +354 -354
  54. package/src/browser/vsx-extension-commands.ts +63 -63
  55. package/src/browser/vsx-extension-editor-manager.ts +42 -42
  56. package/src/browser/vsx-extension-editor.tsx +96 -96
  57. package/src/browser/vsx-extension.tsx +662 -662
  58. package/src/browser/vsx-extensions-contribution.ts +315 -315
  59. package/src/browser/vsx-extensions-model.ts +366 -366
  60. package/src/browser/vsx-extensions-search-bar.tsx +69 -69
  61. package/src/browser/vsx-extensions-search-model.ts +61 -61
  62. package/src/browser/vsx-extensions-source.ts +83 -83
  63. package/src/browser/vsx-extensions-view-container.ts +179 -179
  64. package/src/browser/vsx-extensions-widget.tsx +138 -138
  65. package/src/browser/vsx-language-quick-pick-service.ts +97 -97
  66. package/src/browser/vsx-registry-frontend-module.ts +113 -113
  67. package/src/common/ovsx-client-provider.ts +30 -30
  68. package/src/common/vsx-environment.ts +24 -24
  69. package/src/common/vsx-extension-uri.ts +20 -20
  70. package/src/node/vsx-environment-impl.ts +41 -41
  71. package/src/node/vsx-extension-resolver.ts +111 -111
  72. package/src/node/vsx-registry-backend-module.ts +37 -37
  73. package/src/package.spec.ts +29 -29
@@ -1,354 +1,354 @@
1
- /********************************************************************************
2
- * Copyright (C) 2020 TypeFox and others.
3
- *
4
- * This program and the accompanying materials are made available under the
5
- * terms of the Eclipse Public License v. 2.0 which is available at
6
- * http://www.eclipse.org/legal/epl-2.0.
7
- *
8
- * This Source Code may also be made available under the following Secondary
9
- * Licenses when the conditions for such availability set forth in the Eclipse
10
- * Public License v. 2.0 are satisfied: GNU General Public License, version 2
11
- * with the GNU Classpath Exception which is available at
12
- * https://www.gnu.org/software/classpath/license.html.
13
- *
14
- * SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
15
- ********************************************************************************/
16
-
17
- :root {
18
- --theia-vsx-extension-icon-size: calc(var(--theia-ui-icon-font-size)*3);
19
- --theia-vsx-extension-editor-icon-size: calc(var(--theia-vsx-extension-icon-size)*3);
20
- }
21
-
22
- .theia-vsx-extensions {
23
- height: 100%;
24
- }
25
-
26
- .theia-vsx-extension,
27
- .theia-vsx-extensions-view-container .part > .body {
28
- min-height: calc(var(--theia-content-line-height)*3)
29
- }
30
-
31
- .theia-vsx-extensions-search-bar {
32
- padding: var(--theia-ui-padding) var(--theia-scrollbar-width) var(--theia-ui-padding) 18px /* expansion toggle padding of tree elements in result list */;
33
- display: flex;
34
- align-content: center;
35
- }
36
-
37
- .theia-vsx-extensions-search-bar .theia-input {
38
- line-height: var(--theia-content-line-height);
39
- flex: 1;
40
- padding-top: calc(var(--theia-ui-padding)/2);
41
- padding-bottom: calc(var(--theia-ui-padding)/2);
42
- }
43
-
44
- .theia-vsx-extension {
45
- display: flex;
46
- flex-direction: row;
47
- line-height: calc(var(--theia-content-line-height)*17/22);
48
- align-items: center;
49
- }
50
-
51
- .theia-vsx-extension-icon {
52
- height: var(--theia-vsx-extension-icon-size);
53
- width: var(--theia-vsx-extension-icon-size);
54
- align-self: center;
55
- padding-right: calc(var(--theia-ui-padding)*2.5);
56
- flex-shrink: 0;
57
- object-fit: contain;
58
- }
59
-
60
- .theia-vsx-extension-icon.placeholder {
61
- background-size: var(--theia-vsx-extension-icon-size);
62
- background-repeat: no-repeat;
63
- background-image: url('defaultIcon.png');
64
- }
65
-
66
- .theia-vsx-extension-content {
67
- display: flex;
68
- flex-direction: column;
69
- width: calc(100% - var(--theia-vsx-extension-icon-size) - var(--theia-ui-padding)*2.5);
70
- }
71
-
72
- .theia-vsx-extension-content .title {
73
- display: flex;
74
- flex-direction: row;
75
- justify-content: space-between;
76
- align-items: center;
77
- white-space: nowrap;
78
- }
79
-
80
- .theia-vsx-extension-content .title .name {
81
- font-weight: bold;
82
- }
83
-
84
- .theia-vsx-extension-content .title .version,
85
- .theia-vsx-extension-content .title .stat {
86
- opacity: .85;
87
- font-size: 80%;
88
- }
89
-
90
- .theia-vsx-extension-content .title .stat .codicon {
91
- font-size: 110%;
92
- }
93
-
94
- .theia-vsx-extension-content .title .stat .download-count,
95
- .theia-vsx-extension-content .title .stat .average-rating {
96
- display: inline-flex;
97
- align-items: center;
98
- }
99
-
100
- .theia-vsx-extension-content .title .stat .average-rating > i {
101
- color: #ff8e00;
102
- }
103
-
104
- .theia-vsx-extension-editor .download-count > i,
105
- .theia-vsx-extension-content .title .stat .average-rating > i,
106
- .theia-vsx-extension-content .title .stat .download-count > i {
107
- padding-right: calc(var(--theia-ui-padding)/2);
108
- }
109
-
110
- .theia-vsx-extension-content .title .stat .average-rating,
111
- .theia-vsx-extension-content .title .stat .download-count {
112
- padding-left: var(--theia-ui-padding);
113
- }
114
-
115
- .theia-vsx-extension-description {
116
- padding-right: calc(var(--theia-ui-padding)*2);
117
- }
118
-
119
- .theia-vsx-extension-publisher {
120
- font-weight: 600;
121
- font-size: 90%;
122
- }
123
-
124
- .theia-vsx-extension-action-bar {
125
- display: flex;
126
- flex-direction: row;
127
- justify-content: space-between;
128
- align-items: center;
129
- white-space: nowrap;
130
- }
131
-
132
- .theia-vsx-extension-action-bar .action {
133
- font-size: 90%;
134
- min-width: auto !important;
135
- padding: 2px var(--theia-ui-padding) !important;
136
- margin-top: 2px;
137
- vertical-align: middle;
138
- }
139
-
140
- /* Editor Section */
141
-
142
- .theia-vsx-extension-editor {
143
- height: 100%;
144
- overflow: hidden;
145
- display: flex;
146
- flex-direction: column;
147
- padding-top: 0;
148
- position: relative;
149
- }
150
-
151
- .theia-vsx-extension-editor .header {
152
- display: flex;
153
- padding: calc(var(--theia-ui-padding) * 3) calc(var(--theia-ui-padding) * 3) calc(var(--theia-ui-padding) * 3);
154
- flex-shrink: 0;
155
- border-bottom: 1px solid hsla(0, 0% ,50% ,.5);
156
- width: 100%;
157
- background: var(--theia-editor-background);
158
- }
159
-
160
- .theia-vsx-extension-editor .scroll-container {
161
- position: relative;
162
- padding-top: 0;
163
- max-width: 100%;
164
- width: 100%;
165
- }
166
-
167
- .theia-vsx-extension-editor .body {
168
- flex: 1;
169
- padding: calc(var(--theia-ui-padding)*2);
170
- padding-top: 0;
171
- max-width: 1000px;
172
- margin: 0 auto;
173
- line-height: 22px;
174
- }
175
-
176
- .theia-vsx-extension-editor .body h1 {
177
- padding-bottom: var(--theia-ui-padding);
178
- border-bottom: 1px solid hsla(0, 0%, 50%, .5);
179
- margin-top: calc(var(--theia-ui-padding) * 5);
180
- }
181
-
182
- .theia-vsx-extension-editor .body a {
183
- text-decoration: none;
184
- }
185
-
186
- .theia-vsx-extension-editor .body a:hover {
187
- text-decoration: underline;
188
- }
189
-
190
- .theia-vsx-extension-editor .body table {
191
- border-collapse: collapse;
192
- }
193
-
194
- .theia-vsx-extension-editor .body table > thead > tr > th {
195
- text-align: left;
196
- border-bottom: 1px solid var(--theia-extensionEditor-tableHeadBorder);
197
- }
198
-
199
- .theia-vsx-extension-editor .body table > thead > tr > th,
200
- .theia-vsx-extension-editor .body table > thead > tr > td,
201
- .theia-vsx-extension-editor .body table > tbody > tr > th,
202
- .theia-vsx-extension-editor .body table > tbody > tr > td {
203
- padding: 5px 10px;
204
- }
205
-
206
- .theia-vsx-extension-editor .body table > tbody > tr + tr > td {
207
- border-top: 1px solid var(--theia-extensionEditor-tableCellBorder);
208
- }
209
-
210
- .theia-vsx-extension-editor .scroll-container .body pre {
211
- white-space: normal;
212
- }
213
-
214
- .theia-vsx-extension-editor .body img {
215
- max-width: 100%;
216
- }
217
-
218
- .theia-vsx-extension-editor .header .icon-container {
219
- height: var(--theia-vsx-extension-editor-icon-size);
220
- width: var(--theia-vsx-extension-editor-icon-size);
221
- align-self: center;
222
- padding-right: calc(var(--theia-ui-padding)*2.5);
223
- flex-shrink: 0;
224
- object-fit: contain;
225
- }
226
-
227
- .theia-vsx-extension-editor .header .icon-container.placeholder {
228
- background-size: var(--theia-vsx-extension-editor-icon-size);
229
- background-repeat: no-repeat;
230
- background-image: url('defaultIcon.png');
231
- }
232
-
233
- .theia-vsx-extension-editor .header .details {
234
- overflow: hidden;
235
- user-select: text;
236
- -webkit-user-select: text;
237
- }
238
-
239
- .theia-vsx-extension-editor .header .details .title,
240
- .theia-vsx-extension-editor .header .details .subtitle {
241
- display: flex;
242
- align-items: center;
243
- }
244
-
245
- .theia-vsx-extension-editor .header .details .title .name {
246
- flex: 0;
247
- font-size: calc(var(--theia-ui-font-size1)*2);
248
- font-weight: 600;
249
- white-space: nowrap;
250
- cursor: pointer;
251
- }
252
-
253
- .theia-vsx-extension-editor .header .details .title .identifier {
254
- margin-left: calc(var(--theia-ui-padding)*5/3);
255
- opacity: .6;
256
- background: hsla(0,0%,68%,.31);
257
- user-select: text;
258
- -webkit-user-select: text;
259
- white-space: nowrap;
260
- }
261
-
262
- .theia-vsx-extension-editor .header .details .title .preview {
263
- background: #d63f26;
264
- }
265
-
266
- .vs .theia-vsx-extension-editor .header .details .title .preview {
267
- color: white;
268
- }
269
-
270
- .theia-vsx-extension-editor .header .details .title .identifier,
271
- .theia-vsx-extension-editor .header .details .title .preview,
272
- .theia-vsx-extension-editor .header .details .title .builtin {
273
- line-height: var(--theia-code-line-height);
274
- }
275
-
276
- .theia-vsx-extension-editor .header .details .title .identifier,
277
- .theia-vsx-extension-editor .header .details .title .preview {
278
- padding: calc(var(--theia-ui-padding)*2/3);
279
- padding-top: 0px;
280
- padding-bottom: 0px;
281
- border-radius: calc(var(--theia-ui-padding)*2/3);
282
- }
283
-
284
-
285
- .theia-vsx-extension-editor .header .details .title .preview,
286
- .theia-vsx-extension-editor .header .details .title .builtin {
287
- font-size: var(--theia-ui-font-size0);
288
- font-style: italic;
289
- margin-left: calc(var(--theia-ui-padding)*5/3);
290
- }
291
-
292
- .theia-vsx-extension-editor .header .details .subtitle {
293
- padding-top: var(--theia-ui-padding);
294
- white-space: nowrap;
295
- }
296
-
297
- .theia-vsx-extension-editor .header .details .subtitle > span {
298
- display: flex;
299
- align-items: center;
300
- cursor: pointer;
301
- line-height: var(--theia-content-line-height);
302
- height: var(--theia-content-line-height);
303
- }
304
-
305
- .theia-vsx-extension-editor .header .details .subtitle > span:not(:first-child):not(:empty) {
306
- border-left: 1px solid hsla(0,0%,50%,.7);
307
- padding-left: calc(var(--theia-ui-padding)*2);
308
- margin-left: calc(var(--theia-ui-padding)*2);
309
- font-weight: 500;
310
- }
311
-
312
- .theia-vsx-extension-editor .header .details .subtitle .publisher {
313
- font-size: var(--theia-ui-font-size3);
314
- }
315
-
316
- .theia-vsx-extension-editor .header .details .subtitle .publisher .namespace-access,
317
- .theia-vsx-extension-editor .header .details .subtitle .download-count::before {
318
- padding-right: var(--theia-ui-padding);
319
- }
320
-
321
- .theia-vsx-extension-editor .header .details .subtitle .average-rating > i {
322
- color: #ff8e00;
323
- }
324
-
325
- .theia-vsx-extension-editor .header .details .subtitle .average-rating > i:not(:first-child) {
326
- padding-left: calc(var(--theia-ui-padding)/2);
327
- }
328
-
329
-
330
- .theia-vsx-extension-editor .header .details .description {
331
- margin-top: calc(var(--theia-ui-padding)*5/3);
332
- }
333
-
334
- .theia-vsx-extension-editor .action {
335
- font-weight: 600;
336
- margin-top: calc(var(--theia-ui-padding)*5/3);
337
- margin-left: 0px;
338
- padding: 1px var(--theia-ui-padding);
339
- vertical-align: middle;
340
- }
341
-
342
- /** Theming */
343
-
344
- .theia-vsx-extension-editor .action.prominent,
345
- .theia-vsx-extension-action-bar .action.prominent {
346
- color: var(--theia-extensionButton-prominentForeground);
347
- background-color: var(--theia-extensionButton-prominentBackground);
348
- }
349
-
350
- .theia-vsx-extension-editor .action.prominent:hover,
351
- .theia-vsx-extension-action-bar .action.prominent:hover {
352
- background-color: var(--theia-extensionButton-prominentHoverBackground);
353
- }
354
-
1
+ /********************************************************************************
2
+ * Copyright (C) 2020 TypeFox and others.
3
+ *
4
+ * This program and the accompanying materials are made available under the
5
+ * terms of the Eclipse Public License v. 2.0 which is available at
6
+ * http://www.eclipse.org/legal/epl-2.0.
7
+ *
8
+ * This Source Code may also be made available under the following Secondary
9
+ * Licenses when the conditions for such availability set forth in the Eclipse
10
+ * Public License v. 2.0 are satisfied: GNU General Public License, version 2
11
+ * with the GNU Classpath Exception which is available at
12
+ * https://www.gnu.org/software/classpath/license.html.
13
+ *
14
+ * SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
15
+ ********************************************************************************/
16
+
17
+ :root {
18
+ --theia-vsx-extension-icon-size: calc(var(--theia-ui-icon-font-size)*3);
19
+ --theia-vsx-extension-editor-icon-size: calc(var(--theia-vsx-extension-icon-size)*3);
20
+ }
21
+
22
+ .theia-vsx-extensions {
23
+ height: 100%;
24
+ }
25
+
26
+ .theia-vsx-extension,
27
+ .theia-vsx-extensions-view-container .part > .body {
28
+ min-height: calc(var(--theia-content-line-height)*3)
29
+ }
30
+
31
+ .theia-vsx-extensions-search-bar {
32
+ padding: var(--theia-ui-padding) var(--theia-scrollbar-width) var(--theia-ui-padding) 18px /* expansion toggle padding of tree elements in result list */;
33
+ display: flex;
34
+ align-content: center;
35
+ }
36
+
37
+ .theia-vsx-extensions-search-bar .theia-input {
38
+ line-height: var(--theia-content-line-height);
39
+ flex: 1;
40
+ padding-top: calc(var(--theia-ui-padding)/2);
41
+ padding-bottom: calc(var(--theia-ui-padding)/2);
42
+ }
43
+
44
+ .theia-vsx-extension {
45
+ display: flex;
46
+ flex-direction: row;
47
+ line-height: calc(var(--theia-content-line-height)*17/22);
48
+ align-items: center;
49
+ }
50
+
51
+ .theia-vsx-extension-icon {
52
+ height: var(--theia-vsx-extension-icon-size);
53
+ width: var(--theia-vsx-extension-icon-size);
54
+ align-self: center;
55
+ padding-right: calc(var(--theia-ui-padding)*2.5);
56
+ flex-shrink: 0;
57
+ object-fit: contain;
58
+ }
59
+
60
+ .theia-vsx-extension-icon.placeholder {
61
+ background-size: var(--theia-vsx-extension-icon-size);
62
+ background-repeat: no-repeat;
63
+ background-image: url('defaultIcon.png');
64
+ }
65
+
66
+ .theia-vsx-extension-content {
67
+ display: flex;
68
+ flex-direction: column;
69
+ width: calc(100% - var(--theia-vsx-extension-icon-size) - var(--theia-ui-padding)*2.5);
70
+ }
71
+
72
+ .theia-vsx-extension-content .title {
73
+ display: flex;
74
+ flex-direction: row;
75
+ justify-content: space-between;
76
+ align-items: center;
77
+ white-space: nowrap;
78
+ }
79
+
80
+ .theia-vsx-extension-content .title .name {
81
+ font-weight: bold;
82
+ }
83
+
84
+ .theia-vsx-extension-content .title .version,
85
+ .theia-vsx-extension-content .title .stat {
86
+ opacity: .85;
87
+ font-size: 80%;
88
+ }
89
+
90
+ .theia-vsx-extension-content .title .stat .codicon {
91
+ font-size: 110%;
92
+ }
93
+
94
+ .theia-vsx-extension-content .title .stat .download-count,
95
+ .theia-vsx-extension-content .title .stat .average-rating {
96
+ display: inline-flex;
97
+ align-items: center;
98
+ }
99
+
100
+ .theia-vsx-extension-content .title .stat .average-rating > i {
101
+ color: #ff8e00;
102
+ }
103
+
104
+ .theia-vsx-extension-editor .download-count > i,
105
+ .theia-vsx-extension-content .title .stat .average-rating > i,
106
+ .theia-vsx-extension-content .title .stat .download-count > i {
107
+ padding-right: calc(var(--theia-ui-padding)/2);
108
+ }
109
+
110
+ .theia-vsx-extension-content .title .stat .average-rating,
111
+ .theia-vsx-extension-content .title .stat .download-count {
112
+ padding-left: var(--theia-ui-padding);
113
+ }
114
+
115
+ .theia-vsx-extension-description {
116
+ padding-right: calc(var(--theia-ui-padding)*2);
117
+ }
118
+
119
+ .theia-vsx-extension-publisher {
120
+ font-weight: 600;
121
+ font-size: 90%;
122
+ }
123
+
124
+ .theia-vsx-extension-action-bar {
125
+ display: flex;
126
+ flex-direction: row;
127
+ justify-content: space-between;
128
+ align-items: center;
129
+ white-space: nowrap;
130
+ }
131
+
132
+ .theia-vsx-extension-action-bar .action {
133
+ font-size: 90%;
134
+ min-width: auto !important;
135
+ padding: 2px var(--theia-ui-padding) !important;
136
+ margin-top: 2px;
137
+ vertical-align: middle;
138
+ }
139
+
140
+ /* Editor Section */
141
+
142
+ .theia-vsx-extension-editor {
143
+ height: 100%;
144
+ overflow: hidden;
145
+ display: flex;
146
+ flex-direction: column;
147
+ padding-top: 0;
148
+ position: relative;
149
+ }
150
+
151
+ .theia-vsx-extension-editor .header {
152
+ display: flex;
153
+ padding: calc(var(--theia-ui-padding) * 3) calc(var(--theia-ui-padding) * 3) calc(var(--theia-ui-padding) * 3);
154
+ flex-shrink: 0;
155
+ border-bottom: 1px solid hsla(0, 0% ,50% ,.5);
156
+ width: 100%;
157
+ background: var(--theia-editor-background);
158
+ }
159
+
160
+ .theia-vsx-extension-editor .scroll-container {
161
+ position: relative;
162
+ padding-top: 0;
163
+ max-width: 100%;
164
+ width: 100%;
165
+ }
166
+
167
+ .theia-vsx-extension-editor .body {
168
+ flex: 1;
169
+ padding: calc(var(--theia-ui-padding)*2);
170
+ padding-top: 0;
171
+ max-width: 1000px;
172
+ margin: 0 auto;
173
+ line-height: 22px;
174
+ }
175
+
176
+ .theia-vsx-extension-editor .body h1 {
177
+ padding-bottom: var(--theia-ui-padding);
178
+ border-bottom: 1px solid hsla(0, 0%, 50%, .5);
179
+ margin-top: calc(var(--theia-ui-padding) * 5);
180
+ }
181
+
182
+ .theia-vsx-extension-editor .body a {
183
+ text-decoration: none;
184
+ }
185
+
186
+ .theia-vsx-extension-editor .body a:hover {
187
+ text-decoration: underline;
188
+ }
189
+
190
+ .theia-vsx-extension-editor .body table {
191
+ border-collapse: collapse;
192
+ }
193
+
194
+ .theia-vsx-extension-editor .body table > thead > tr > th {
195
+ text-align: left;
196
+ border-bottom: 1px solid var(--theia-extensionEditor-tableHeadBorder);
197
+ }
198
+
199
+ .theia-vsx-extension-editor .body table > thead > tr > th,
200
+ .theia-vsx-extension-editor .body table > thead > tr > td,
201
+ .theia-vsx-extension-editor .body table > tbody > tr > th,
202
+ .theia-vsx-extension-editor .body table > tbody > tr > td {
203
+ padding: 5px 10px;
204
+ }
205
+
206
+ .theia-vsx-extension-editor .body table > tbody > tr + tr > td {
207
+ border-top: 1px solid var(--theia-extensionEditor-tableCellBorder);
208
+ }
209
+
210
+ .theia-vsx-extension-editor .scroll-container .body pre {
211
+ white-space: normal;
212
+ }
213
+
214
+ .theia-vsx-extension-editor .body img {
215
+ max-width: 100%;
216
+ }
217
+
218
+ .theia-vsx-extension-editor .header .icon-container {
219
+ height: var(--theia-vsx-extension-editor-icon-size);
220
+ width: var(--theia-vsx-extension-editor-icon-size);
221
+ align-self: center;
222
+ padding-right: calc(var(--theia-ui-padding)*2.5);
223
+ flex-shrink: 0;
224
+ object-fit: contain;
225
+ }
226
+
227
+ .theia-vsx-extension-editor .header .icon-container.placeholder {
228
+ background-size: var(--theia-vsx-extension-editor-icon-size);
229
+ background-repeat: no-repeat;
230
+ background-image: url('defaultIcon.png');
231
+ }
232
+
233
+ .theia-vsx-extension-editor .header .details {
234
+ overflow: hidden;
235
+ user-select: text;
236
+ -webkit-user-select: text;
237
+ }
238
+
239
+ .theia-vsx-extension-editor .header .details .title,
240
+ .theia-vsx-extension-editor .header .details .subtitle {
241
+ display: flex;
242
+ align-items: center;
243
+ }
244
+
245
+ .theia-vsx-extension-editor .header .details .title .name {
246
+ flex: 0;
247
+ font-size: calc(var(--theia-ui-font-size1)*2);
248
+ font-weight: 600;
249
+ white-space: nowrap;
250
+ cursor: pointer;
251
+ }
252
+
253
+ .theia-vsx-extension-editor .header .details .title .identifier {
254
+ margin-left: calc(var(--theia-ui-padding)*5/3);
255
+ opacity: .6;
256
+ background: hsla(0,0%,68%,.31);
257
+ user-select: text;
258
+ -webkit-user-select: text;
259
+ white-space: nowrap;
260
+ }
261
+
262
+ .theia-vsx-extension-editor .header .details .title .preview {
263
+ background: #d63f26;
264
+ }
265
+
266
+ .vs .theia-vsx-extension-editor .header .details .title .preview {
267
+ color: white;
268
+ }
269
+
270
+ .theia-vsx-extension-editor .header .details .title .identifier,
271
+ .theia-vsx-extension-editor .header .details .title .preview,
272
+ .theia-vsx-extension-editor .header .details .title .builtin {
273
+ line-height: var(--theia-code-line-height);
274
+ }
275
+
276
+ .theia-vsx-extension-editor .header .details .title .identifier,
277
+ .theia-vsx-extension-editor .header .details .title .preview {
278
+ padding: calc(var(--theia-ui-padding)*2/3);
279
+ padding-top: 0px;
280
+ padding-bottom: 0px;
281
+ border-radius: calc(var(--theia-ui-padding)*2/3);
282
+ }
283
+
284
+
285
+ .theia-vsx-extension-editor .header .details .title .preview,
286
+ .theia-vsx-extension-editor .header .details .title .builtin {
287
+ font-size: var(--theia-ui-font-size0);
288
+ font-style: italic;
289
+ margin-left: calc(var(--theia-ui-padding)*5/3);
290
+ }
291
+
292
+ .theia-vsx-extension-editor .header .details .subtitle {
293
+ padding-top: var(--theia-ui-padding);
294
+ white-space: nowrap;
295
+ }
296
+
297
+ .theia-vsx-extension-editor .header .details .subtitle > span {
298
+ display: flex;
299
+ align-items: center;
300
+ cursor: pointer;
301
+ line-height: var(--theia-content-line-height);
302
+ height: var(--theia-content-line-height);
303
+ }
304
+
305
+ .theia-vsx-extension-editor .header .details .subtitle > span:not(:first-child):not(:empty) {
306
+ border-left: 1px solid hsla(0,0%,50%,.7);
307
+ padding-left: calc(var(--theia-ui-padding)*2);
308
+ margin-left: calc(var(--theia-ui-padding)*2);
309
+ font-weight: 500;
310
+ }
311
+
312
+ .theia-vsx-extension-editor .header .details .subtitle .publisher {
313
+ font-size: var(--theia-ui-font-size3);
314
+ }
315
+
316
+ .theia-vsx-extension-editor .header .details .subtitle .publisher .namespace-access,
317
+ .theia-vsx-extension-editor .header .details .subtitle .download-count::before {
318
+ padding-right: var(--theia-ui-padding);
319
+ }
320
+
321
+ .theia-vsx-extension-editor .header .details .subtitle .average-rating > i {
322
+ color: #ff8e00;
323
+ }
324
+
325
+ .theia-vsx-extension-editor .header .details .subtitle .average-rating > i:not(:first-child) {
326
+ padding-left: calc(var(--theia-ui-padding)/2);
327
+ }
328
+
329
+
330
+ .theia-vsx-extension-editor .header .details .description {
331
+ margin-top: calc(var(--theia-ui-padding)*5/3);
332
+ }
333
+
334
+ .theia-vsx-extension-editor .action {
335
+ font-weight: 600;
336
+ margin-top: calc(var(--theia-ui-padding)*5/3);
337
+ margin-left: 0px;
338
+ padding: 1px var(--theia-ui-padding);
339
+ vertical-align: middle;
340
+ }
341
+
342
+ /** Theming */
343
+
344
+ .theia-vsx-extension-editor .action.prominent,
345
+ .theia-vsx-extension-action-bar .action.prominent {
346
+ color: var(--theia-extensionButton-prominentForeground);
347
+ background-color: var(--theia-extensionButton-prominentBackground);
348
+ }
349
+
350
+ .theia-vsx-extension-editor .action.prominent:hover,
351
+ .theia-vsx-extension-action-bar .action.prominent:hover {
352
+ background-color: var(--theia-extensionButton-prominentHoverBackground);
353
+ }
354
+