@vscode/codicons 0.0.45-0 → 0.0.45-10
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 +4 -1
- package/dist/codicon.csv +3 -0
- package/dist/codicon.html +56 -3
- package/dist/codicon.svg +1 -1
- package/dist/codicon.ttf +0 -0
- package/dist/codiconsLibrary.ts +3 -0
- package/dist/metadata.json +5 -0
- package/package.json +1 -1
- package/src/icons/arrow-down.svg +1 -1
- package/src/icons/arrow-left.svg +1 -1
- package/src/icons/arrow-right.svg +1 -1
- package/src/icons/arrow-up.svg +1 -1
- package/src/icons/chevron-down.svg +1 -1
- package/src/icons/chevron-left.svg +1 -1
- package/src/icons/chevron-right.svg +1 -1
- package/src/icons/chevron-up.svg +1 -1
- package/src/icons/chrome-minimize.svg +1 -1
- package/src/icons/claude.svg +1 -0
- package/src/icons/close-all.svg +1 -1
- package/src/icons/collapse-all.svg +1 -1
- package/src/icons/diff-added.svg +1 -1
- package/src/icons/diff-ignored.svg +1 -1
- package/src/icons/diff-modified.svg +1 -1
- package/src/icons/diff-removed.svg +1 -1
- package/src/icons/diff-renamed.svg +1 -1
- package/src/icons/download.svg +1 -1
- package/src/icons/expand-all.svg +1 -1
- package/src/icons/export.svg +1 -1
- package/src/icons/git-fetch.svg +1 -1
- package/src/icons/link-external.svg +1 -1
- package/src/icons/open-in-product.svg +1 -1
- package/src/icons/open-in-window.svg +1 -0
- package/src/icons/openai.svg +1 -0
- package/src/icons/remote.svg +1 -1
- package/src/icons/repo-clone.svg +1 -1
- package/src/icons/sign-in.svg +1 -1
- package/src/icons/sign-out.svg +1 -1
- package/src/icons/symbol-operator.svg +1 -1
- package/src/icons/thinking.svg +1 -1
- package/src/icons/worktree-small.svg +1 -1
- package/src/icons/worktree.svg +1 -1
- package/src/template/mapping.json +9 -0
- package/src/template/metadata.json +5 -0
- package/src/template/preview.hbs +2 -2
- package/.github/workflows/build.yml +0 -67
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?b82c4031df6fe843ca6615fd2525b8bd") format("truetype");
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
.codicon[class*='codicon-'] {
|
|
@@ -700,5 +700,8 @@
|
|
|
700
700
|
.codicon-worktree:before { content: "\ec7e" }
|
|
701
701
|
.codicon-screen-cut:before { content: "\ec7f" }
|
|
702
702
|
.codicon-ask:before { content: "\ec80" }
|
|
703
|
+
.codicon-openai:before { content: "\ec81" }
|
|
704
|
+
.codicon-claude:before { content: "\ec82" }
|
|
705
|
+
.codicon-open-in-window:before { content: "\ec83" }
|
|
703
706
|
.codicon-git-fetch:before { content: "\f101" }
|
|
704
707
|
.codicon-vm-pending:before { content: "\f102" }
|
package/dist/codicon.csv
CHANGED
|
@@ -67,6 +67,7 @@ circle-small-filled,,EB8A
|
|
|
67
67
|
circle-small,,EC07
|
|
68
68
|
circle,,EABC
|
|
69
69
|
circuit-board,,EABE
|
|
70
|
+
claude,,EC82
|
|
70
71
|
clear-all,,EABF
|
|
71
72
|
clippy,,EAC0
|
|
72
73
|
clockface,,EC75
|
|
@@ -336,7 +337,9 @@ notebook-template,,EBBF
|
|
|
336
337
|
notebook,,EBAF
|
|
337
338
|
octoface,,EB27
|
|
338
339
|
open-in-product,,EC65
|
|
340
|
+
open-in-window,,EC83
|
|
339
341
|
open-preview,,EB28
|
|
342
|
+
openai,,EC81
|
|
340
343
|
organization,,EA7E
|
|
341
344
|
output,,EB9D
|
|
342
345
|
package,,EB29
|