@vscode/codicons 0.0.28 → 0.0.29
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/dist/codicon.css +38 -1
- package/dist/codicon.csv +7 -0
- package/dist/codicon.html +56 -0
- package/dist/codicon.svg +1 -1
- package/dist/codicon.ttf +0 -0
- package/package.json +2 -2
- package/src/icons/arrow-circle-down.svg +1 -0
- package/src/icons/arrow-circle-left.svg +1 -0
- package/src/icons/arrow-circle-right.svg +1 -0
- package/src/icons/arrow-circle-up.svg +1 -0
- package/src/icons/error-small.svg +1 -0
- package/src/icons/eye-closed.svg +1 -1
- package/src/icons/eye.svg +1 -1
- package/src/icons/indent.svg +1 -0
- package/src/icons/layout.svg +1 -1
- package/src/icons/record-small.svg +1 -0
- package/src/template/mapping.json +8 -1
- package/src/template/styles.hbs +30 -0
package/dist/codicon.css
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
@font-face {
|
|
7
7
|
font-family: "codicon";
|
|
8
8
|
font-display: block;
|
|
9
|
-
src: url("./codicon.ttf?
|
|
9
|
+
src: url("./codicon.ttf?a9c9f2fda37a7e09aefb1f5a0cb1da61") format("truetype");
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
.codicon[class*='codicon-'] {
|
|
@@ -22,6 +22,36 @@
|
|
|
22
22
|
-ms-user-select: none;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
+
/*---------------------
|
|
26
|
+
* Modifiers
|
|
27
|
+
*-------------------*/
|
|
28
|
+
|
|
29
|
+
@keyframes codicon-spin {
|
|
30
|
+
100% {
|
|
31
|
+
transform:rotate(360deg);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.codicon-sync.codicon-modifier-spin,
|
|
36
|
+
.codicon-loading.codicon-modifier-spin,
|
|
37
|
+
.codicon-gear.codicon-modifier-spin {
|
|
38
|
+
/* Use steps to throttle FPS to reduce CPU usage */
|
|
39
|
+
animation: codicon-spin 1.5s steps(30) infinite;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.codicon-modifier-disabled {
|
|
43
|
+
opacity: 0.5;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
/* custom speed & easing for loading icon */
|
|
47
|
+
.codicon-loading {
|
|
48
|
+
animation-duration: 1s !important;
|
|
49
|
+
animation-timing-function: cubic-bezier(0.53, 0.21, 0.29, 0.67) !important;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
/*---------------------
|
|
53
|
+
* Icons
|
|
54
|
+
*-------------------*/
|
|
25
55
|
|
|
26
56
|
.codicon-add:before { content: "\ea60" }
|
|
27
57
|
.codicon-plus:before { content: "\ea60" }
|
|
@@ -514,3 +544,10 @@
|
|
|
514
544
|
.codicon-layout-menubar:before { content: "\ebf6" }
|
|
515
545
|
.codicon-layout-centered:before { content: "\ebf7" }
|
|
516
546
|
.codicon-target:before { content: "\ebf8" }
|
|
547
|
+
.codicon-indent:before { content: "\ebf9" }
|
|
548
|
+
.codicon-record-small:before { content: "\ebfa" }
|
|
549
|
+
.codicon-error-small:before { content: "\ebfb" }
|
|
550
|
+
.codicon-arrow-circle-down:before { content: "\ebfc" }
|
|
551
|
+
.codicon-arrow-circle-left:before { content: "\ebfd" }
|
|
552
|
+
.codicon-arrow-circle-right:before { content: "\ebfe" }
|
|
553
|
+
.codicon-arrow-circle-up:before { content: "\ebff" }
|
package/dist/codicon.csv
CHANGED
|
@@ -4,6 +4,10 @@ activate-breakpoints,,EA97
|
|
|
4
4
|
add,,EA60
|
|
5
5
|
archive,,EA98
|
|
6
6
|
arrow-both,,EA99
|
|
7
|
+
arrow-circle-down,,EBFC
|
|
8
|
+
arrow-circle-left,,EBFD
|
|
9
|
+
arrow-circle-right,,EBFE
|
|
10
|
+
arrow-circle-up,,EBFF
|
|
7
11
|
arrow-down,,EA9A
|
|
8
12
|
arrow-left,,EA9B
|
|
9
13
|
arrow-right,,EA9C
|
|
@@ -118,6 +122,7 @@ edit,,EA73
|
|
|
118
122
|
editor-layout,,EAE3
|
|
119
123
|
ellipsis,,EA7C
|
|
120
124
|
empty-window,,EAE4
|
|
125
|
+
error-small,,EBFB
|
|
121
126
|
error,,EA87
|
|
122
127
|
exclude,,EAE5
|
|
123
128
|
expand-all,,EB95
|
|
@@ -175,6 +180,7 @@ home,,EB06
|
|
|
175
180
|
horizontal-rule,,EB07
|
|
176
181
|
hubot,,EB08
|
|
177
182
|
inbox,,EB09
|
|
183
|
+
indent,,EBF9
|
|
178
184
|
info,,EA74
|
|
179
185
|
inspect,,EBD1
|
|
180
186
|
issue-draft,,EBD9
|
|
@@ -266,6 +272,7 @@ quote,,EB33
|
|
|
266
272
|
radio-tower,,EB34
|
|
267
273
|
reactions,,EB35
|
|
268
274
|
record-keys,,EA65
|
|
275
|
+
record-small,,EBFA
|
|
269
276
|
record,,EBA7
|
|
270
277
|
redo,,EBB0
|
|
271
278
|
references,,EB36
|
package/dist/codicon.html
CHANGED
|
@@ -193,6 +193,38 @@
|
|
|
193
193
|
<span class='label'>arrow-both</span>
|
|
194
194
|
<span class='description'></span>
|
|
195
195
|
</div>
|
|
196
|
+
<div class="icon" data-name="arrow-circle-down" title="arrow-circle-down">
|
|
197
|
+
<span class="inner">
|
|
198
|
+
<i class="codicon codicon-arrow-circle-down" aria-hidden="true"></i>
|
|
199
|
+
</span>
|
|
200
|
+
<br>
|
|
201
|
+
<span class='label'>arrow-circle-down</span>
|
|
202
|
+
<span class='description'></span>
|
|
203
|
+
</div>
|
|
204
|
+
<div class="icon" data-name="arrow-circle-left" title="arrow-circle-left">
|
|
205
|
+
<span class="inner">
|
|
206
|
+
<i class="codicon codicon-arrow-circle-left" aria-hidden="true"></i>
|
|
207
|
+
</span>
|
|
208
|
+
<br>
|
|
209
|
+
<span class='label'>arrow-circle-left</span>
|
|
210
|
+
<span class='description'></span>
|
|
211
|
+
</div>
|
|
212
|
+
<div class="icon" data-name="arrow-circle-right" title="arrow-circle-right">
|
|
213
|
+
<span class="inner">
|
|
214
|
+
<i class="codicon codicon-arrow-circle-right" aria-hidden="true"></i>
|
|
215
|
+
</span>
|
|
216
|
+
<br>
|
|
217
|
+
<span class='label'>arrow-circle-right</span>
|
|
218
|
+
<span class='description'></span>
|
|
219
|
+
</div>
|
|
220
|
+
<div class="icon" data-name="arrow-circle-up" title="arrow-circle-up">
|
|
221
|
+
<span class="inner">
|
|
222
|
+
<i class="codicon codicon-arrow-circle-up" aria-hidden="true"></i>
|
|
223
|
+
</span>
|
|
224
|
+
<br>
|
|
225
|
+
<span class='label'>arrow-circle-up</span>
|
|
226
|
+
<span class='description'></span>
|
|
227
|
+
</div>
|
|
196
228
|
<div class="icon" data-name="arrow-down" title="arrow-down">
|
|
197
229
|
<span class="inner">
|
|
198
230
|
<i class="codicon codicon-arrow-down" aria-hidden="true"></i>
|
|
@@ -1105,6 +1137,14 @@
|
|
|
1105
1137
|
<span class='label'>empty-window</span>
|
|
1106
1138
|
<span class='description'></span>
|
|
1107
1139
|
</div>
|
|
1140
|
+
<div class="icon" data-name="error-small" title="error-small">
|
|
1141
|
+
<span class="inner">
|
|
1142
|
+
<i class="codicon codicon-error-small" aria-hidden="true"></i>
|
|
1143
|
+
</span>
|
|
1144
|
+
<br>
|
|
1145
|
+
<span class='label'>error-small</span>
|
|
1146
|
+
<span class='description'></span>
|
|
1147
|
+
</div>
|
|
1108
1148
|
<div class="icon" data-name="error" title="error">
|
|
1109
1149
|
<span class="inner">
|
|
1110
1150
|
<i class="codicon codicon-error" aria-hidden="true"></i>
|
|
@@ -1569,6 +1609,14 @@
|
|
|
1569
1609
|
<span class='label'>inbox</span>
|
|
1570
1610
|
<span class='description'></span>
|
|
1571
1611
|
</div>
|
|
1612
|
+
<div class="icon" data-name="indent" title="indent">
|
|
1613
|
+
<span class="inner">
|
|
1614
|
+
<i class="codicon codicon-indent" aria-hidden="true"></i>
|
|
1615
|
+
</span>
|
|
1616
|
+
<br>
|
|
1617
|
+
<span class='label'>indent</span>
|
|
1618
|
+
<span class='description'></span>
|
|
1619
|
+
</div>
|
|
1572
1620
|
<div class="icon" data-name="info" title="info">
|
|
1573
1621
|
<span class="inner">
|
|
1574
1622
|
<i class="codicon codicon-info" aria-hidden="true"></i>
|
|
@@ -2297,6 +2345,14 @@
|
|
|
2297
2345
|
<span class='label'>record-keys</span>
|
|
2298
2346
|
<span class='description'></span>
|
|
2299
2347
|
</div>
|
|
2348
|
+
<div class="icon" data-name="record-small" title="record-small">
|
|
2349
|
+
<span class="inner">
|
|
2350
|
+
<i class="codicon codicon-record-small" aria-hidden="true"></i>
|
|
2351
|
+
</span>
|
|
2352
|
+
<br>
|
|
2353
|
+
<span class='label'>record-small</span>
|
|
2354
|
+
<span class='description'></span>
|
|
2355
|
+
</div>
|
|
2300
2356
|
<div class="icon" data-name="record" title="record">
|
|
2301
2357
|
<span class="inner">
|
|
2302
2358
|
<i class="codicon codicon-record" aria-hidden="true"></i>
|