@vscode/codicons 0.0.28 → 0.0.31
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 +46 -1
- package/dist/codicon.csv +11 -0
- package/dist/codicon.html +88 -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/blank.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/git-commit.svg +1 -1
- package/src/icons/indent.svg +1 -0
- package/src/icons/layout-panel-off.svg +1 -0
- package/src/icons/layout-sidebar-left-off.svg +1 -0
- package/src/icons/layout-sidebar-right-off.svg +1 -0
- package/src/icons/layout-statusbar.svg +1 -1
- package/src/icons/layout.svg +1 -1
- package/src/icons/record-small.svg +1 -0
- package/src/template/mapping.json +12 -1
- package/src/template/styles.hbs +34 -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?f06865699f1720ee6ca6e0a4aa084d76") format("truetype");
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
.codicon[class*='codicon-'] {
|
|
@@ -22,6 +22,40 @@
|
|
|
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
|
+
.codicon-modifier-hidden {
|
|
47
|
+
opacity: 0;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
/* custom speed & easing for loading icon */
|
|
51
|
+
.codicon-loading {
|
|
52
|
+
animation-duration: 1s !important;
|
|
53
|
+
animation-timing-function: cubic-bezier(0.53, 0.21, 0.29, 0.67) !important;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
/*---------------------
|
|
57
|
+
* Icons
|
|
58
|
+
*-------------------*/
|
|
25
59
|
|
|
26
60
|
.codicon-add:before { content: "\ea60" }
|
|
27
61
|
.codicon-plus:before { content: "\ea60" }
|
|
@@ -514,3 +548,14 @@
|
|
|
514
548
|
.codicon-layout-menubar:before { content: "\ebf6" }
|
|
515
549
|
.codicon-layout-centered:before { content: "\ebf7" }
|
|
516
550
|
.codicon-target:before { content: "\ebf8" }
|
|
551
|
+
.codicon-indent:before { content: "\ebf9" }
|
|
552
|
+
.codicon-record-small:before { content: "\ebfa" }
|
|
553
|
+
.codicon-error-small:before { content: "\ebfb" }
|
|
554
|
+
.codicon-arrow-circle-down:before { content: "\ebfc" }
|
|
555
|
+
.codicon-arrow-circle-left:before { content: "\ebfd" }
|
|
556
|
+
.codicon-arrow-circle-right:before { content: "\ebfe" }
|
|
557
|
+
.codicon-arrow-circle-up:before { content: "\ebff" }
|
|
558
|
+
.codicon-layout-sidebar-right-off:before { content: "\ec00" }
|
|
559
|
+
.codicon-layout-panel-off:before { content: "\ec01" }
|
|
560
|
+
.codicon-layout-sidebar-left-off:before { content: "\ec02" }
|
|
561
|
+
.codicon-blank:before { content: "\ec03" }
|
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
|
|
@@ -19,6 +23,7 @@ beaker-stop,,EBE1
|
|
|
19
23
|
beaker,,EA79
|
|
20
24
|
bell-dot,,EB9A
|
|
21
25
|
bell,,EAA2
|
|
26
|
+
blank,,EC03
|
|
22
27
|
bold,,EAA3
|
|
23
28
|
book,,EAA4
|
|
24
29
|
bookmark,,EAA5
|
|
@@ -118,6 +123,7 @@ edit,,EA73
|
|
|
118
123
|
editor-layout,,EAE3
|
|
119
124
|
ellipsis,,EA7C
|
|
120
125
|
empty-window,,EAE4
|
|
126
|
+
error-small,,EBFB
|
|
121
127
|
error,,EA87
|
|
122
128
|
exclude,,EAE5
|
|
123
129
|
expand-all,,EB95
|
|
@@ -175,6 +181,7 @@ home,,EB06
|
|
|
175
181
|
horizontal-rule,,EB07
|
|
176
182
|
hubot,,EB08
|
|
177
183
|
inbox,,EB09
|
|
184
|
+
indent,,EBF9
|
|
178
185
|
info,,EA74
|
|
179
186
|
inspect,,EBD1
|
|
180
187
|
issue-draft,,EBD9
|
|
@@ -196,9 +203,12 @@ layout-menubar,,EBF6
|
|
|
196
203
|
layout-panel-center,,EBEF
|
|
197
204
|
layout-panel-justify,,EBF0
|
|
198
205
|
layout-panel-left,,EBEE
|
|
206
|
+
layout-panel-off,,EC01
|
|
199
207
|
layout-panel-right,,EBF1
|
|
200
208
|
layout-panel,,EBF2
|
|
209
|
+
layout-sidebar-left-off,,EC02
|
|
201
210
|
layout-sidebar-left,,EBF3
|
|
211
|
+
layout-sidebar-right-off,,EC00
|
|
202
212
|
layout-sidebar-right,,EBF4
|
|
203
213
|
layout-statusbar,,EBF5
|
|
204
214
|
layout,,EBEB
|
|
@@ -266,6 +276,7 @@ quote,,EB33
|
|
|
266
276
|
radio-tower,,EB34
|
|
267
277
|
reactions,,EB35
|
|
268
278
|
record-keys,,EA65
|
|
279
|
+
record-small,,EBFA
|
|
269
280
|
record,,EBA7
|
|
270
281
|
redo,,EBB0
|
|
271
282
|
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>
|
|
@@ -313,6 +345,14 @@
|
|
|
313
345
|
<span class='label'>bell</span>
|
|
314
346
|
<span class='description'></span>
|
|
315
347
|
</div>
|
|
348
|
+
<div class="icon" data-name="blank" title="blank">
|
|
349
|
+
<span class="inner">
|
|
350
|
+
<i class="codicon codicon-blank" aria-hidden="true"></i>
|
|
351
|
+
</span>
|
|
352
|
+
<br>
|
|
353
|
+
<span class='label'>blank</span>
|
|
354
|
+
<span class='description'></span>
|
|
355
|
+
</div>
|
|
316
356
|
<div class="icon" data-name="bold" title="bold">
|
|
317
357
|
<span class="inner">
|
|
318
358
|
<i class="codicon codicon-bold" aria-hidden="true"></i>
|
|
@@ -1105,6 +1145,14 @@
|
|
|
1105
1145
|
<span class='label'>empty-window</span>
|
|
1106
1146
|
<span class='description'></span>
|
|
1107
1147
|
</div>
|
|
1148
|
+
<div class="icon" data-name="error-small" title="error-small">
|
|
1149
|
+
<span class="inner">
|
|
1150
|
+
<i class="codicon codicon-error-small" aria-hidden="true"></i>
|
|
1151
|
+
</span>
|
|
1152
|
+
<br>
|
|
1153
|
+
<span class='label'>error-small</span>
|
|
1154
|
+
<span class='description'></span>
|
|
1155
|
+
</div>
|
|
1108
1156
|
<div class="icon" data-name="error" title="error">
|
|
1109
1157
|
<span class="inner">
|
|
1110
1158
|
<i class="codicon codicon-error" aria-hidden="true"></i>
|
|
@@ -1569,6 +1617,14 @@
|
|
|
1569
1617
|
<span class='label'>inbox</span>
|
|
1570
1618
|
<span class='description'></span>
|
|
1571
1619
|
</div>
|
|
1620
|
+
<div class="icon" data-name="indent" title="indent">
|
|
1621
|
+
<span class="inner">
|
|
1622
|
+
<i class="codicon codicon-indent" aria-hidden="true"></i>
|
|
1623
|
+
</span>
|
|
1624
|
+
<br>
|
|
1625
|
+
<span class='label'>indent</span>
|
|
1626
|
+
<span class='description'></span>
|
|
1627
|
+
</div>
|
|
1572
1628
|
<div class="icon" data-name="info" title="info">
|
|
1573
1629
|
<span class="inner">
|
|
1574
1630
|
<i class="codicon codicon-info" aria-hidden="true"></i>
|
|
@@ -1737,6 +1793,14 @@
|
|
|
1737
1793
|
<span class='label'>layout-panel-left</span>
|
|
1738
1794
|
<span class='description'></span>
|
|
1739
1795
|
</div>
|
|
1796
|
+
<div class="icon" data-name="layout-panel-off" title="layout-panel-off">
|
|
1797
|
+
<span class="inner">
|
|
1798
|
+
<i class="codicon codicon-layout-panel-off" aria-hidden="true"></i>
|
|
1799
|
+
</span>
|
|
1800
|
+
<br>
|
|
1801
|
+
<span class='label'>layout-panel-off</span>
|
|
1802
|
+
<span class='description'></span>
|
|
1803
|
+
</div>
|
|
1740
1804
|
<div class="icon" data-name="layout-panel-right" title="layout-panel-right">
|
|
1741
1805
|
<span class="inner">
|
|
1742
1806
|
<i class="codicon codicon-layout-panel-right" aria-hidden="true"></i>
|
|
@@ -1753,6 +1817,14 @@
|
|
|
1753
1817
|
<span class='label'>layout-panel</span>
|
|
1754
1818
|
<span class='description'></span>
|
|
1755
1819
|
</div>
|
|
1820
|
+
<div class="icon" data-name="layout-sidebar-left-off" title="layout-sidebar-left-off">
|
|
1821
|
+
<span class="inner">
|
|
1822
|
+
<i class="codicon codicon-layout-sidebar-left-off" aria-hidden="true"></i>
|
|
1823
|
+
</span>
|
|
1824
|
+
<br>
|
|
1825
|
+
<span class='label'>layout-sidebar-left-off</span>
|
|
1826
|
+
<span class='description'></span>
|
|
1827
|
+
</div>
|
|
1756
1828
|
<div class="icon" data-name="layout-sidebar-left" title="layout-sidebar-left">
|
|
1757
1829
|
<span class="inner">
|
|
1758
1830
|
<i class="codicon codicon-layout-sidebar-left" aria-hidden="true"></i>
|
|
@@ -1761,6 +1833,14 @@
|
|
|
1761
1833
|
<span class='label'>layout-sidebar-left</span>
|
|
1762
1834
|
<span class='description'></span>
|
|
1763
1835
|
</div>
|
|
1836
|
+
<div class="icon" data-name="layout-sidebar-right-off" title="layout-sidebar-right-off">
|
|
1837
|
+
<span class="inner">
|
|
1838
|
+
<i class="codicon codicon-layout-sidebar-right-off" aria-hidden="true"></i>
|
|
1839
|
+
</span>
|
|
1840
|
+
<br>
|
|
1841
|
+
<span class='label'>layout-sidebar-right-off</span>
|
|
1842
|
+
<span class='description'></span>
|
|
1843
|
+
</div>
|
|
1764
1844
|
<div class="icon" data-name="layout-sidebar-right" title="layout-sidebar-right">
|
|
1765
1845
|
<span class="inner">
|
|
1766
1846
|
<i class="codicon codicon-layout-sidebar-right" aria-hidden="true"></i>
|
|
@@ -2297,6 +2377,14 @@
|
|
|
2297
2377
|
<span class='label'>record-keys</span>
|
|
2298
2378
|
<span class='description'></span>
|
|
2299
2379
|
</div>
|
|
2380
|
+
<div class="icon" data-name="record-small" title="record-small">
|
|
2381
|
+
<span class="inner">
|
|
2382
|
+
<i class="codicon codicon-record-small" aria-hidden="true"></i>
|
|
2383
|
+
</span>
|
|
2384
|
+
<br>
|
|
2385
|
+
<span class='label'>record-small</span>
|
|
2386
|
+
<span class='description'></span>
|
|
2387
|
+
</div>
|
|
2300
2388
|
<div class="icon" data-name="record" title="record">
|
|
2301
2389
|
<span class="inner">
|
|
2302
2390
|
<i class="codicon codicon-record" aria-hidden="true"></i>
|