material-icon-theme 5.11.1 → 5.12.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.
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="#00c853" d="m9 8 3-2v4z"/><circle cx="6" cy="8" r="2" fill="#00c853"/><path fill="#455a64" d="M3 5H1v6h2v-1H2V6h1zm10 0h2v6h-2v-1h1V6h-1z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#cfd8dc" d="m14 20 4 4-4 4H2v-8h8l10-8-6-4 6-4h10v8Z"/><path fill="#651fff" d="M20 4H2v8h18Z"/><path fill="#ff3d00" d="M30 20H14v8h16Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#263238" d="m14 20 4 4-4 4H2v-8h8l10-8-6-4 6-4h10v8Z"/><path fill="#651fff" d="M20 4H2v8h18Z"/><path fill="#ff3d00" d="M30 20H14v8h16Z"/></svg>
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "material-icon-theme",
3
3
  "displayName": "Material Icon Theme",
4
4
  "description": "Material Design Icons for Visual Studio Code",
5
- "version": "5.11.1",
5
+ "version": "5.12.0",
6
6
  "license": "MIT",
7
7
  "scripts": {
8
8
  "precompile": "rimraf dist && bun run verify",
@@ -26,7 +26,6 @@
26
26
  "version": "bun run changelog && git add CHANGELOG.md",
27
27
  "vscode:prepublish": "bun run lint && bun run build",
28
28
  "verify": "sheriff verify",
29
- "prepublishOnly": "bun ./src/scripts/module/prepare.ts",
30
29
  "postpublish": "git checkout package.json && git checkout README.md"
31
30
  },
32
31
  "publisher": "PKief",
@@ -55,31 +54,17 @@
55
54
  "color": "#1e1e1e",
56
55
  "theme": "dark"
57
56
  },
58
- "categories": [
59
- "Themes"
60
- ],
61
- "keywords": [
62
- "icons",
63
- "theme",
64
- "material",
65
- "icon-theme",
66
- "customization"
67
- ],
68
- "extensionKind": [
69
- "ui",
70
- "workspace"
71
- ],
57
+ "categories": ["Themes"],
58
+ "keywords": ["icons", "theme", "material", "icon-theme", "customization"],
59
+ "extensionKind": ["ui", "workspace"],
72
60
  "capabilities": {
73
61
  "untrustedWorkspaces": {
74
62
  "supported": true
75
63
  },
76
64
  "virtualWorkspaces": true
77
65
  },
78
- "activationEvents": [
79
- "onStartupFinished"
80
- ],
66
+ "activationEvents": ["onStartupFinished"],
81
67
  "main": "./dist/module/index.cjs",
82
- "browser": "./dist/extension/web/extension.cjs",
83
68
  "module": "./dist/module/index.cjs",
84
69
  "types": "./dist/types/module/index.d.ts",
85
70
  "sideEffects": false,
@@ -230,9 +215,7 @@
230
215
  },
231
216
  "activeForPacks": {
232
217
  "type": "array",
233
- "default": [
234
- "angular"
235
- ],
218
+ "default": ["angular"],
236
219
  "description": "%configuration.customClones.activeForPacks%",
237
220
  "items": {
238
221
  "type": "string",
@@ -306,11 +289,7 @@
306
289
  "%configuration.folders.theme.classic%",
307
290
  "%configuration.folders.theme.none%"
308
291
  ],
309
- "enum": [
310
- "specific",
311
- "classic",
312
- "none"
313
- ]
292
+ "enum": ["specific", "classic", "none"]
314
293
  },
315
294
  "material-icon-theme.folders.color": {
316
295
  "type": "string",
@@ -351,11 +330,7 @@
351
330
  "material-icon-theme.logLevel": {
352
331
  "type": "string",
353
332
  "default": "info",
354
- "enum": [
355
- "info",
356
- "error",
357
- "debug"
358
- ],
333
+ "enum": ["info", "error", "debug"],
359
334
  "description": "%configuration.logLevel%"
360
335
  }
361
336
  }
@@ -364,7 +339,8 @@
364
339
  "dependencies": {
365
340
  "chroma-js": "^2.4.2",
366
341
  "fast-deep-equal": "^3.1.3",
367
- "svgson": "^5.3.1"
342
+ "svgson": "^5.3.1",
343
+ "events": "^3.3.0"
368
344
  },
369
345
  "devDependencies": {
370
346
  "@biomejs/biome": "1.8.2",