@vscode/codicons 0.0.30 → 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.ttf CHANGED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vscode/codicons",
3
- "version": "0.0.30",
4
- "fontVersion": "1.7",
3
+ "version": "0.0.31",
4
+ "fontVersion": "1.8",
5
5
  "description": "The icon font for Visual Studio Code",
6
6
  "license": "CC-BY-4.0",
7
7
  "main": "index.js",
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"/>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M2 1.00073L1 2.00073V14.0007L2 15.0007H14L15 14.0007V2.00073L14 1.00073H2ZM2 10.0007V2.00073H14V10.0007H2ZM2 11.0007H14V14.0007H2V11.0007Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M2 1.00073L1 2.00073V14.0007L2 15.0007H14L15 14.0007V2.00073L14 1.00073H2ZM2 14.0007V2.00073H6V14.0007H2ZM7 14.0007V2.00073H14V14.0007H7Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M2 1.00073L1 2.00073V14.0007L2 15.0007H14L15 14.0007V2.00073L14 1.00073H2ZM2 14.0007V2.00073H9V14.0007H2ZM10 14.0007V2.00073H14V14.0007H10Z"/></svg>
@@ -496,5 +496,9 @@
496
496
  "arrow-circle-down": 60412,
497
497
  "arrow-circle-left": 60413,
498
498
  "arrow-circle-right": 60414,
499
- "arrow-circle-up": 60415
499
+ "arrow-circle-up": 60415,
500
+ "layout-sidebar-right-off": 60416,
501
+ "layout-panel-off": 60417,
502
+ "layout-sidebar-left-off": 60418,
503
+ "blank": 60419
500
504
  }
@@ -43,6 +43,10 @@
43
43
  opacity: 0.5;
44
44
  }
45
45
 
46
+ .codicon-modifier-hidden {
47
+ opacity: 0;
48
+ }
49
+
46
50
  /* custom speed & easing for loading icon */
47
51
  .codicon-loading {
48
52
  animation-duration: 1s !important;