@vscode/codicons 0.0.46-38 → 0.0.46-39

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
@@ -767,4 +767,6 @@ export const codiconsLibrary = {
767
767
  micOffCompact: register('mic-off-compact', 0xecf1),
768
768
  copilotDot: register('copilot-dot', 0xecf2),
769
769
  copilotDotCompact: register('copilot-dot-compact', 0xecf3),
770
+ layoutDensityCompact: register('layout-density-compact', 0xecf4),
771
+ layoutDensityDefault: register('layout-density-default', 0xecf5),
770
772
  } as const;
@@ -3838,6 +3838,28 @@
3838
3838
  "category": "layout",
3839
3839
  "description": "Centered layout"
3840
3840
  },
3841
+ "layout-density-compact": {
3842
+ "tags": [
3843
+ "view",
3844
+ "layout",
3845
+ "spacing",
3846
+ "dense",
3847
+ "compact"
3848
+ ],
3849
+ "category": "layout",
3850
+ "description": "Compact layout density"
3851
+ },
3852
+ "layout-density-default": {
3853
+ "tags": [
3854
+ "view",
3855
+ "layout",
3856
+ "spacing",
3857
+ "standard",
3858
+ "default"
3859
+ ],
3860
+ "category": "layout",
3861
+ "description": "Default layout density"
3862
+ },
3841
3863
  "layout-menubar": {
3842
3864
  "tags": [
3843
3865
  "view",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vscode/codicons",
3
- "version": "0.0.46-38",
3
+ "version": "0.0.46-39",
4
4
  "fontVersion": "1.15",
5
5
  "description": "The icon font for Visual Studio Code",
6
6
  "license": "CC-BY-4.0",
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="currentColor"><path d="M13.5 1H2.5C1.67 1 1 1.67 1 2.5V13.5C1 14.33 1.67 15 2.5 15H13.5C14.33 15 15 14.33 15 13.5V2.5C15 1.67 14.33 1 13.5 1ZM6 14H2.5C2.22 14 2 13.78 2 13.5V2.5C2 2.22 2.22 2 2.5 2H6V14ZM14 13.5C14 13.78 13.78 14 13.5 14H7V11H14V13.5ZM7 10V2H13.5C13.78 2 14 2.22 14 2.5V10H7Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.5 1H2.5C1.67 1 1 1.67 1 2.5V13.5C1 14.33 1.67 15 2.5 15H5.5C6.33 15 7 14.33 7 13.5V2.5C7 1.67 6.33 1 5.5 1ZM6 13.5C6 13.77 5.78 14 5.5 14H2.5C2.22 14 2 13.77 2 13.5V2.5C2 2.22 2.22 2 2.5 2H5.5C5.78 2 6 2.22 6 2.5V13.5ZM13.5 10H9.5C8.67 10 8 10.67 8 11.5V13.5C8 14.33 8.67 15 9.5 15H13.5C14.33 15 15 14.33 15 13.5V11.5C15 10.67 14.33 10 13.5 10ZM14 13.5C14 13.77 13.78 14 13.5 14H9.5C9.22 14 9 13.77 9 13.5V11.5C9 11.22 9.22 11 9.5 11H13.5C13.78 11 14 11.22 14 11.5V13.5ZM13.5 1H9.5C8.67 1 8 1.67 8 2.5V7.5C8 8.33 8.67 9 9.5 9H13.5C14.33 9 15 8.33 15 7.5V2.5C15 1.67 14.33 1 13.5 1ZM14 7.5C14 7.77 13.78 8 13.5 8H9.5C9.22 8 9 7.77 9 7.5V2.5C9 2.22 9.22 2 9.5 2H13.5C13.78 2 14 2.22 14 2.5V7.5Z"/></svg>
@@ -2058,5 +2058,11 @@
2058
2058
  ],
2059
2059
  "60659": [
2060
2060
  "copilot-dot-compact"
2061
+ ],
2062
+ "60660": [
2063
+ "layout-density-compact"
2064
+ ],
2065
+ "60661": [
2066
+ "layout-density-default"
2061
2067
  ]
2062
2068
  }
@@ -3838,6 +3838,28 @@
3838
3838
  "category": "layout",
3839
3839
  "description": "Centered layout"
3840
3840
  },
3841
+ "layout-density-compact": {
3842
+ "tags": [
3843
+ "view",
3844
+ "layout",
3845
+ "spacing",
3846
+ "dense",
3847
+ "compact"
3848
+ ],
3849
+ "category": "layout",
3850
+ "description": "Compact layout density"
3851
+ },
3852
+ "layout-density-default": {
3853
+ "tags": [
3854
+ "view",
3855
+ "layout",
3856
+ "spacing",
3857
+ "standard",
3858
+ "default"
3859
+ ],
3860
+ "category": "layout",
3861
+ "description": "Default layout density"
3862
+ },
3841
3863
  "layout-menubar": {
3842
3864
  "tags": [
3843
3865
  "view",