@vscode/codicons 0.0.43 → 0.0.45-0

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 (97) hide show
  1. package/.fantasticonrc.js +12 -1
  2. package/.github/workflows/build.yml +17 -14
  3. package/RELEASING.md +32 -0
  4. package/_iconCloud/categories.csv +533 -0
  5. package/_iconCloud/categories.transforms.json +92 -0
  6. package/_iconCloud/categories.variables.json +48 -0
  7. package/_iconCloud/descriptions.csv +533 -0
  8. package/_iconCloud/descriptions.transforms.json +83 -0
  9. package/_iconCloud/descriptions.variables.json +47 -0
  10. package/_iconCloud/keywords.csv +533 -1
  11. package/_iconCloud/keywords.transforms.json +22 -13
  12. package/_iconCloud/keywords.variables.json +19 -18
  13. package/_iconCloud/manifest.json +11 -1
  14. package/_iconCloud/manifest.transforms.json +2 -2
  15. package/_iconCloud/metaphors.csv +533 -0
  16. package/_iconCloud/metaphors.transforms.json +92 -0
  17. package/_iconCloud/metaphors.variables.json +48 -0
  18. package/build/pipeline.yml +18 -7
  19. package/dist/codicon.css +14 -3
  20. package/dist/codicon.csv +16 -2
  21. package/dist/codicon.html +8171 -853
  22. package/dist/codicon.svg +1 -1
  23. package/dist/codicon.ttf +0 -0
  24. package/dist/codiconsLibrary.ts +13 -2
  25. package/dist/metadata.json +2672 -0
  26. package/package.json +6 -2
  27. package/scripts/check-metadata.js +126 -0
  28. package/scripts/embed-metadata.js +25 -0
  29. package/scripts/embed-svg-data.js +31 -0
  30. package/scripts/export-to-ts.js +9 -2
  31. package/scripts/svg-sprite.js +34 -6
  32. package/src/icons/add-small.svg +1 -0
  33. package/src/icons/ask.svg +1 -0
  34. package/src/icons/chat-sparkle-error.svg +1 -1
  35. package/src/icons/chat-sparkle-warning.svg +1 -1
  36. package/src/icons/chat-sparkle.svg +1 -1
  37. package/src/icons/clockface.svg +1 -0
  38. package/src/icons/cloud-download.svg +1 -1
  39. package/src/icons/cloud-small.svg +1 -0
  40. package/src/icons/cloud-upload.svg +1 -1
  41. package/src/icons/cloud.svg +1 -1
  42. package/src/icons/collection-small.svg +1 -0
  43. package/src/icons/copilot-blocked.svg +1 -1
  44. package/src/icons/copilot-error.svg +1 -1
  45. package/src/icons/copilot-in-progress.svg +1 -1
  46. package/src/icons/copilot-success.svg +1 -1
  47. package/src/icons/copilot-warning.svg +1 -1
  48. package/src/icons/debug-continue.svg +1 -1
  49. package/src/icons/debug-pause.svg +1 -1
  50. package/src/icons/debug-restart.svg +1 -1
  51. package/src/icons/debug-reverse-continue.svg +1 -1
  52. package/src/icons/debug-start.svg +1 -1
  53. package/src/icons/debug-step-back.svg +1 -1
  54. package/src/icons/debug-step-into.svg +1 -1
  55. package/src/icons/debug-step-out.svg +1 -1
  56. package/src/icons/debug-step-over.svg +1 -1
  57. package/src/icons/debug-stop.svg +1 -1
  58. package/src/icons/empty-window.svg +1 -1
  59. package/src/icons/exclude.svg +1 -1
  60. package/src/icons/extensions-large.svg +1 -1
  61. package/src/icons/extensions.svg +1 -1
  62. package/src/icons/filter-filled.svg +1 -1
  63. package/src/icons/filter.svg +1 -1
  64. package/src/icons/folder-active.svg +1 -1
  65. package/src/icons/git-branch-changes.svg +1 -1
  66. package/src/icons/git-branch-conflicts.svg +1 -1
  67. package/src/icons/git-branch-staged-changes.svg +1 -1
  68. package/src/icons/git-pull-request-create.svg +1 -1
  69. package/src/icons/git-pull-request-done.svg +1 -1
  70. package/src/icons/git-stash-apply.svg +1 -1
  71. package/src/icons/git-stash-pop.svg +1 -1
  72. package/src/icons/git-stash.svg +1 -1
  73. package/src/icons/index-zero.svg +1 -1
  74. package/src/icons/keyboard-tab-above.svg +1 -1
  75. package/src/icons/new-collection.svg +1 -1
  76. package/src/icons/new-file.svg +1 -1
  77. package/src/icons/new-folder.svg +1 -1
  78. package/src/icons/person-add.svg +1 -1
  79. package/src/icons/remove-small.svg +1 -0
  80. package/src/icons/report.svg +1 -1
  81. package/src/icons/run-all-coverage.svg +1 -1
  82. package/src/icons/run-coverage.svg +1 -1
  83. package/src/icons/run-errors.svg +1 -1
  84. package/src/icons/screen-cut.svg +1 -0
  85. package/src/icons/session-in-progress.svg +1 -0
  86. package/src/icons/unarchive.svg +1 -0
  87. package/src/icons/unfold.svg +1 -1
  88. package/src/icons/vm-active.svg +1 -1
  89. package/src/icons/vm-pending.svg +1 -1
  90. package/src/icons/vm-small.svg +1 -0
  91. package/src/icons/window-active.svg +1 -1
  92. package/src/icons/worktree-small.svg +1 -0
  93. package/src/icons/worktree.svg +1 -0
  94. package/src/template/mapping.json +1716 -633
  95. package/src/template/metadata.json +2672 -0
  96. package/src/template/preview.hbs +583 -321
  97. package/src/icons/git-lens.svg +0 -1
@@ -1,31 +1,36 @@
1
1
  [
2
2
  {
3
3
  "method": "LoadTable",
4
- "params": {
4
+ "params":
5
+ {
5
6
  "relativePath": "_DataFilePath_",
6
7
  "rootPath": "_RootPath_"
7
8
  },
8
9
  "variable": "iconKeywordsInputTable"
9
10
  },
10
11
  {
12
+ "method": "ForEachRow",
11
13
  "transforms": [
12
14
  {
13
15
  "method": "Copy",
14
- "params": {
16
+ "params":
17
+ {
15
18
  "from": "_LibraryKey_"
16
19
  },
17
20
  "variable": "_IconData_LibraryKey_"
18
21
  },
19
22
  {
20
23
  "method": "Copy",
21
- "params": {
24
+ "params":
25
+ {
22
26
  "from": "_IconTypeKey_"
23
27
  },
24
28
  "variable": "_IconData_TypeKey_"
25
29
  },
26
30
  {
27
31
  "method": "GetColumnValue",
28
- "params": {
32
+ "params":
33
+ {
29
34
  "columnName": "iconColumnIconKeyValueName",
30
35
  "iterator": "iconKeywordsTableIterator"
31
36
  },
@@ -33,15 +38,17 @@
33
38
  },
34
39
  {
35
40
  "method": "GetHashKey",
36
- "notes": "The icon Key is derived from the uppercase unicode value.",
37
- "params": {
41
+ "notes": "The icon Key is derived from the shortend icon file name.",
42
+ "params":
43
+ {
38
44
  "from": "iconKeyValue"
39
45
  },
40
46
  "variable": "_IconData_Key_"
41
47
  },
42
48
  {
43
49
  "method": "UpdateVariablesTable",
44
- "params": {
50
+ "params":
51
+ {
45
52
  "variables": "_IconDataVariables_"
46
53
  },
47
54
  "variable": "_IconData_"
@@ -52,7 +59,8 @@
52
59
  },
53
60
  {
54
61
  "method": "GetColumnValue",
55
- "params": {
62
+ "params":
63
+ {
56
64
  "columnName": "iconColumnKeywordsName",
57
65
  "iterator": "iconKeywordsTableIterator"
58
66
  },
@@ -60,24 +68,25 @@
60
68
  },
61
69
  {
62
70
  "method": "AddToVariableBag",
63
- "params": {
71
+ "params":
72
+ {
64
73
  "value": "iconKeywords"
65
74
  },
66
75
  "variable": "iconArtifacts"
67
76
  },
68
77
  {
69
78
  "method": "AddNameValuePairsToAssociationTable",
70
- "params": {
79
+ "params":
80
+ {
71
81
  "key": "_IconData_Key_",
72
- "values": "iconArtifacts",
73
82
  "keyColumn": "_IconArtifactData_IconKey_",
74
83
  "namesColumn": "_IconArtifactData_Name_",
84
+ "values": "iconArtifacts",
75
85
  "valuesColumn": "_IconArtifactData_Value_"
76
86
  },
77
87
  "variable": "_IconArtifactData_"
78
88
  }
79
89
  ],
80
- "method": "ForEachRow",
81
90
  "variable": "iconKeywordsTableIterator"
82
91
  }
83
- ]
92
+ ]
@@ -1,47 +1,48 @@
1
1
  [
2
2
  {
3
- "tableSpecifier": {
3
+ "name": "iconKeywordsInputTable",
4
+ "tableSpecifier":
5
+ {
4
6
  "dataColumnIndex": 0,
5
7
  "dataRowIndex": 1,
6
8
  "headerRowIndex": 0
7
9
  },
8
10
  "type": "Table",
9
- "valueType": "None",
10
- "name": "iconKeywordsInputTable"
11
+ "valueType": "None"
11
12
  },
12
13
  {
14
+ "name": "iconColumnIconKeyValueName",
15
+ "referenceOnly": true,
13
16
  "type": "Value",
14
17
  "value": "IconKeyValue",
15
- "valueType": "Text",
16
- "referenceOnly": true,
17
- "name": "iconColumnIconKeyValueName"
18
+ "valueType": "Text"
18
19
  },
19
20
  {
21
+ "name": "iconColumnKeywordsName",
22
+ "referenceOnly": true,
20
23
  "type": "Value",
21
24
  "value": "Keywords",
22
- "valueType": "Text",
23
- "referenceOnly": true,
24
- "name": "iconColumnKeywordsName"
25
+ "valueType": "Text"
25
26
  },
26
27
  {
27
- "type": "TableIterator",
28
28
  "TargetName": "iconKeywordsInputTable",
29
- "name": "iconKeywordsTableIterator"
29
+ "name": "iconKeywordsTableIterator",
30
+ "type": "TableIterator"
30
31
  },
31
32
  {
33
+ "name": "iconKeyValue",
32
34
  "type": "Value",
33
- "valueType": "Text",
34
- "name": "iconKeyValue"
35
+ "valueType": "Text"
35
36
  },
36
37
  {
38
+ "name": "iconKeywords",
37
39
  "type": "Value",
38
- "valueType": "Text",
39
- "name": "iconKeywords"
40
+ "valueType": "Text"
40
41
  },
41
42
  {
43
+ "name": "iconArtifacts",
42
44
  "type": "VariableBag",
43
45
  "valueType": "None",
44
- "values": [],
45
- "name": "iconArtifacts"
46
+ "values": []
46
47
  }
47
- ]
48
+ ]
@@ -11,6 +11,11 @@
11
11
  "dataPath": "~/_iconCloud/keywords.csv",
12
12
  "transformPaths": ["~/_iconCloud/keywords.transforms.json"],
13
13
  "variablePaths": ["~/_iconCloud/keywords.variables.json"]
14
+ },
15
+ {
16
+ "dataPath": "~/_iconCloud/metaphors.csv",
17
+ "transformPaths": ["~/_iconCloud/metaphors.transforms.json"],
18
+ "variablePaths": ["~/_iconCloud/metaphors.variables.json"]
14
19
  }
15
20
  ],
16
21
  "iconType": "Glyph",
@@ -30,7 +35,12 @@
30
35
  "metadata-1-dataStyle": "ClickablePill",
31
36
  "metadata-1-dataType": "Keywords",
32
37
  "metadata-1-label": "Keywords",
33
- "metadata-1-sorting": "ByWeight"
38
+ "metadata-1-sorting": "ByWeight",
39
+ "metadata-2-dataMapping": "Icon:iconMetaphors",
40
+ "metadata-2-dataStyle": "ClickablePill",
41
+ "metadata-2-dataType": "Metaphors",
42
+ "metadata-2-label": "Metaphors",
43
+ "metadata-2-sorting": "ByName"
34
44
  },
35
45
  "libraryVersion": "2.43"
36
46
  }
@@ -104,9 +104,9 @@
104
104
  },
105
105
  {
106
106
  "method": "GetHashKey",
107
- "notes": "The icon Key is derived from the unicode value.",
107
+ "notes": "The icon Key is derived from the short name.",
108
108
  "params": {
109
- "from": "iconUnicodeValue"
109
+ "from": "iconShortName"
110
110
  },
111
111
  "variable": "_IconData_Key_"
112
112
  },