material-icon-theme 5.7.0 → 5.9.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 (81) hide show
  1. package/dist/material-icons.json +1 -10671
  2. package/dist/module/index.cjs +1 -4248
  3. package/dist/types/core/generator/applyConfigToIcons.d.ts +10 -0
  4. package/dist/types/core/generator/applyConfigToIcons.d.ts.map +1 -0
  5. package/dist/types/core/generator/clones/clonesGenerator.d.ts +3 -3
  6. package/dist/types/core/generator/clones/clonesGenerator.d.ts.map +1 -1
  7. package/dist/types/core/generator/clones/utils/cloneData.d.ts +2 -2
  8. package/dist/types/core/generator/clones/utils/cloneData.d.ts.map +1 -1
  9. package/dist/types/core/generator/clones/utils/cloning.d.ts +7 -7
  10. package/dist/types/core/generator/clones/utils/cloning.d.ts.map +1 -1
  11. package/dist/types/core/generator/clones/utils/color/colors.d.ts +4 -4
  12. package/dist/types/core/generator/clones/utils/color/colors.d.ts.map +1 -1
  13. package/dist/types/core/generator/clones/utils/color/materialPalette.d.ts +2 -2
  14. package/dist/types/core/generator/clones/utils/color/materialPalette.d.ts.map +1 -1
  15. package/dist/types/core/generator/config/defaultConfig.d.ts +1 -1
  16. package/dist/types/core/generator/config/defaultConfig.d.ts.map +1 -1
  17. package/dist/types/core/generator/constants.d.ts +8 -0
  18. package/dist/types/core/generator/constants.d.ts.map +1 -1
  19. package/dist/types/core/generator/fileGenerator.d.ts +1 -1
  20. package/dist/types/core/generator/fileGenerator.d.ts.map +1 -1
  21. package/dist/types/core/generator/folderGenerator.d.ts +1 -1
  22. package/dist/types/core/generator/folderGenerator.d.ts.map +1 -1
  23. package/dist/types/core/generator/generateManifest.d.ts +6 -0
  24. package/dist/types/core/generator/generateManifest.d.ts.map +1 -0
  25. package/dist/types/core/generator/iconOpacity.d.ts +1 -1
  26. package/dist/types/core/generator/iconOpacity.d.ts.map +1 -1
  27. package/dist/types/core/generator/iconSaturation.d.ts +1 -1
  28. package/dist/types/core/generator/iconSaturation.d.ts.map +1 -1
  29. package/dist/types/core/generator/renameIconFiles.d.ts +9 -0
  30. package/dist/types/core/generator/renameIconFiles.d.ts.map +1 -0
  31. package/dist/types/core/generator/shared/svg.d.ts +1 -1
  32. package/dist/types/core/generator/shared/svg.d.ts.map +1 -1
  33. package/dist/types/core/helpers/configHash.d.ts.map +1 -1
  34. package/dist/types/core/helpers/writeFile.d.ts +8 -0
  35. package/dist/types/core/helpers/writeFile.d.ts.map +1 -0
  36. package/dist/types/core/i18n/translate.d.ts.map +1 -1
  37. package/dist/types/core/icons/fileIcons.d.ts.map +1 -1
  38. package/dist/types/core/icons/folderIcons.d.ts.map +1 -1
  39. package/dist/types/core/icons/languageIcons.d.ts.map +1 -1
  40. package/dist/types/core/index.d.ts +9 -4
  41. package/dist/types/core/index.d.ts.map +1 -1
  42. package/dist/types/core/logging/logger.d.ts +19 -0
  43. package/dist/types/core/logging/logger.d.ts.map +1 -0
  44. package/dist/types/core/models/icons/config.d.ts +4 -0
  45. package/dist/types/core/models/icons/config.d.ts.map +1 -1
  46. package/dist/types/core/models/icons/defaultIcon.d.ts +1 -1
  47. package/dist/types/core/models/icons/files/fileIcon.d.ts +4 -4
  48. package/dist/types/core/models/icons/folders/folderIcon.d.ts +2 -2
  49. package/dist/types/core/models/icons/languages/languageIdentifier.d.ts +1 -1
  50. package/dist/types/core/models/icons/patterns/patterns.d.ts +1 -1
  51. package/dist/types/core/models/icons/patterns/patterns.d.ts.map +1 -1
  52. package/dist/types/core/models/manifest.d.ts +10 -0
  53. package/dist/types/core/models/manifest.d.ts.map +1 -1
  54. package/icons/angular-interceptor.clone.svg +1 -0
  55. package/icons/cds.svg +1 -0
  56. package/icons/clangd.svg +1 -0
  57. package/icons/drizzle.svg +1 -0
  58. package/icons/folder-development-open.clone.svg +1 -0
  59. package/icons/folder-development.clone.svg +1 -0
  60. package/icons/folder-drizzle-open.svg +1 -0
  61. package/icons/folder-drizzle.svg +1 -0
  62. package/icons/folder-flutter-open.svg +1 -0
  63. package/icons/folder-flutter.svg +1 -0
  64. package/icons/folder-snippet-open.svg +1 -0
  65. package/icons/folder-snippet.svg +1 -0
  66. package/icons/folder-store-open.svg +1 -0
  67. package/icons/folder-store.svg +1 -0
  68. package/icons/hurl.svg +1 -0
  69. package/icons/image.svg +1 -1
  70. package/icons/jsr.svg +1 -0
  71. package/icons/jsr_light.svg +1 -0
  72. package/icons/just.svg +1 -0
  73. package/icons/readme.svg +1 -1
  74. package/icons/remark.svg +1 -0
  75. package/icons/rocket.svg +1 -0
  76. package/icons/rust.svg +1 -1
  77. package/icons/slint.svg +1 -0
  78. package/icons/tape.clone.svg +1 -0
  79. package/package.json +63 -14
  80. package/dist/types/core/generator/jsonGenerator.d.ts +0 -31
  81. package/dist/types/core/generator/jsonGenerator.d.ts.map +0 -1
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 32 32"><path fill="#03a9f4" d="M29 12H9.4a2 2 0 0 0-1.9 1.4L4 24V10h24a2 2 0 0 0-2-2H15.1a2 2 0 0 1-1.3-.5l-1.2-1a2 2 0 0 0-1.3-.5H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h22l4.8-11.2A2 2 0 0 0 29 12Z"/><path fill="#b3e5fc" d="m20 10-8 8 4 4 12-12zm4 8-6 6 6 6h8l-6-6 6-6z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 32 32"><path fill="#03a9f4" d="m13.8 7.5-1.2-1a2 2 0 0 0-1.3-.5H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h24a2 2 0 0 0 2-2V10a2 2 0 0 0-2-2H15.1a2 2 0 0 1-1.3-.5Z"/><path fill="#b3e5fc" d="m20 10-8 8 4 4 12-12zm4 8-6 6 6 6h8l-6-6 6-6z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 32 32"><path fill="#ff9800" d="M29 12H9.4a2 2 0 0 0-1.9 1.4L4 24V10h24a2 2 0 0 0-2-2H15.1a2 2 0 0 1-1.3-.5l-1.2-1a2 2 0 0 0-1.3-.5H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h22l4.8-11.2A2 2 0 0 0 29 12Z"/><path fill="#ffe0b2" d="M20 10s-2 1.86-2 4c0 2.14 6 8 6 8l-.89.88a3 3 0 0 0-5.1 2A3.01 3.01 0 0 0 20.87 28a3.02 3.02 0 0 0 3.11-3.24L26 23.5l.25.31A3.02 3.02 0 0 0 28.88 28 3.01 3.01 0 0 0 32 25.12a3.01 3.01 0 0 0-4.38-2.78zm10 0-4 8 2 2s4-3.94 4-6-2-4-2-4zm-9.06 14h.1c.51.02.9.4.95.89v.2a.98.98 0 0 1-1.03.91.99.99 0 0 1-.96-1.04.98.98 0 0 1 .94-.96zm8 0h.1c.56.02.98.48.96 1.04a.98.98 0 0 1-1.04.96.98.98 0 0 1-.96-1.04.98.98 0 0 1 .94-.96z" style="-inkscape-stroke:none"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 32 32"><path fill="#ff9800" d="m13.84 7.54-1.28-1.08A2 2 0 0 0 11.28 6H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h24a2 2 0 0 0 2-2V10a2 2 0 0 0-2-2H15.12a2 2 0 0 1-1.28-.46Z"/><path fill="#ffe0b2" d="M20 10s-2 1.86-2 4c0 2.14 6 8 6 8l-.89.88a3 3 0 0 0-5.1 2A3.01 3.01 0 0 0 20.87 28a3.02 3.02 0 0 0 3.11-3.24L26 23.5l.25.31A3.02 3.02 0 0 0 28.88 28 3.01 3.01 0 0 0 32 25.12a3.01 3.01 0 0 0-4.38-2.78L20 10zm10 0-4 8 2 2s4-3.94 4-6-2-4-2-4zm-9.06 14h.1c.51.02.9.4.95.89v.2a.98.98 0 0 1-1.03.91.99.99 0 0 1-.96-1.04.98.98 0 0 1 .94-.96zm8 0h.1c.56.02.98.48.96 1.04a.98.98 0 0 1-1.04.96.98.98 0 0 1-.96-1.04.98.98 0 0 1 .94-.96z" style="-inkscape-stroke:none"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#ff7043" d="M28.967 12H9.442a2 2 0 0 0-1.898 1.368L4 24V10h24a2 2 0 0 0-2-2H15.124a2 2 0 0 1-1.28-.464l-1.288-1.072A2 2 0 0 0 11.276 6H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h22l4.805-11.212A2 2 0 0 0 28.967 12Z"/><path fill="#ffccbc" d="M22 26h-6v-6h6m10 0v-2l-2-4H14l-2 4v2h2v8h10v-8h4v8h2v-8m0-10H14v2h16z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 32 32"><path fill="#ff7043" d="m13.844 7.536-1.288-1.072A2 2 0 0 0 11.276 6H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h24a2 2 0 0 0 2-2V10a2 2 0 0 0-2-2H15.124a2 2 0 0 1-1.28-.464Z"/><path fill="#ffccbc" d="M22 26h-6v-6h6m10 0v-2l-2-4H14l-2 4v2h2v8h10v-8h4v8h2v-8m0-10H14v2h16z"/></svg>
package/icons/hurl.svg ADDED
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="#ec407a" d="M11 2v2H2v2h9v2l4-3-4-3zM5 8l-4 3 4 3v-2h9v-2H5V8z"/></svg>
package/icons/image.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#26A69A" d="M13 9h5.5L13 3.5V9M6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2m0 18h12v-8l-4 4-2-2-6 6M8 9a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="#26a69a" d="M8.5 6h4l-4-4v4M3.875 1H9.5l4 4v8.6c0 .773-.616 1.4-1.375 1.4h-8.25c-.76 0-1.375-.627-1.375-1.4V2.4c0-.777.612-1.4 1.375-1.4M4 13.6h8V8l-2.625 2.8L8 9.4l-4 4.2m1.25-7.7c-.76 0-1.375.627-1.375 1.4 0 .773.616 1.4 1.375 1.4.76 0 1.375-.627 1.375-1.4 0-.773-.616-1.4-1.375-1.4z"/></svg>
package/icons/jsr.svg ADDED
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="#fdd835" d="M2 7h1v2h1V5h1v5H2m4-5h4v1H7v1.5h3V11H6v-1h3V8.5H6M11 6h3v2.5h-1V7h-1v4h-1"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="#37474f" d="M1 6h2V4h8v1h4v5h-2v2H5v-1H1"/><path fill="#fdd835" d="M2 7h1v2h1V5h1v5H2m4-5h4v1H7v1.5h3V11H6v-1h3V8.5H6M11 6h3v2.5h-1V7h-1v4h-1"/></svg>
package/icons/just.svg ADDED
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16"><path fill="#ef5350" d="M8 1a7 7 0 0 0-7 7 7 7 0 0 0 7 7 7 7 0 0 0 7-7 7 7 0 0 0-7-7zm0 1a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2zm0 8a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2z"/></svg>
package/icons/readme.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path d="M0 0h24v24H0z"/><path fill="#42a5f5" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16"><path d="M0 0h24v24H0z"/><path fill="#42a5f5" d="M8 1C4.136 1 1 4.136 1 8s3.136 7 7 7 7-3.136 7-7-3.136-7-7-7zm1 11H7V7.5h2zm0-6H7V4h2z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="#ef5350" d="M5.445 2.975C3.724 2.989 3.04 3.93 3 4V3H1v10h2V7c.647-.844 1.609-1.724 3-1V3a5.33 5.33 0 0 0-.555-.025zM10.748 3c-.88 0-1.662.207-2.352.623-.683.41-1.213 1-1.588 1.766-.374.76-.56 1.625-.56 2.593v.25c0 1.444.443 2.6 1.328 3.467C8.467 12.567 9.62 13 11.033 13c.802 0 1.534-.152 2.193-.455.66-.309 1.183-.737 1.569-1.283l-1.266-1.416c-.558.719-1.334 1.078-2.326 1.078-.642 0-1.174-.19-1.596-.57C9.191 9.974 9.083 9.63 9 9h6V7.785c0-1.527-.38-2.705-1.14-3.537C13.104 3.416 12.066 3 10.747 3zm-.008 2.086c.547 0 .969.158 1.266.473.297.309.45.748.463 1.318L12.48 7H9c.089-.642.177-1.054.492-1.398.32-.345.737-.516 1.248-.516z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#ef5350" d="M12 26c-1.71 1.905-7.64 2.149-7.93 1.937l-.004.003-.002-.005-.005-.002.004-.003C3.85 27.64 4.1 21.715 6 20ZM29.64 7.908c-.655 2.69-1.681 5.64-5.64 10.092l-.789 4.749a4.002 4.002 0 0 1-1.116 2.171l-4.863 4.868A.72.72 0 0 1 16 29.277v-6.23L9 16H2.723a.721.721 0 0 1-.511-1.232L7.08 9.905A4.003 4.003 0 0 1 9.25 8.79L14 8c4.453-3.959 7.402-4.985 10.092-5.64a11.138 11.138 0 0 1 3.642-.329 3.078 3.078 0 0 1 1.72.515 3.078 3.078 0 0 1 .515 1.72 11.14 11.14 0 0 1-.33 3.642ZM26 10a4 4 0 1 0-4 4 4 4 0 0 0 4-4Z"/></svg>
package/icons/rust.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#ff7043" d="M24 20a2.006 2.006 0 0 1-2-2 2 2 0 0 0-2-2 3 3 0 0 0 2.996-3.161A3.115 3.115 0 0 0 19.83 10H4v2h6v8H4v2h12v-2h-2v-2h4c.819.819.297 2.308 1.179 3.37a1.885 1.885 0 0 0 1.46.63H28v-2Zm-6-6h-4v-2h4a1 1 0 0 1 0 2Z"/><path fill="#ff7043" d="M16.011 3.78A12.22 12.22 0 1 1 5.884 9.145 12.161 12.161 0 0 1 16.01 3.779m0-1a13.221 13.221 0 1 0 7.404 2.277 13.218 13.218 0 0 0-7.403-2.277Z"/><path fill="#ff7043" d="m25.139 2.512-4.242.815-.572.843 5.058 3.427.572-.843-.816-4.242z"/><path fill="#ff7043" d="m19.282.041-3.608 2.377-.205.997 5.985 1.231.205-.997L19.282.041z"/><path fill="#ff7043" d="m12.925 0-2.424 3.577.193 1 6-1.154-.193-1L12.925 0z"/><path fill="#ff7043" d="m7.036 2.395-.87 4.232.56.85 5.102-3.362-.56-.85-4.232-.87z"/><path fill="#ff7043" d="m2.512 6.861.815 4.242.843.572 3.427-5.058-.843-.572-4.242.816z"/><path fill="#ff7043" d="m.041 12.718 2.377 3.608.997.205 1.231-5.985-.997-.205-3.608 2.377z"/><path fill="#ff7043" d="m0 19.075 3.577 2.424 1-.193-1.154-6-1 .193L0 19.075z"/><path fill="#ff7043" d="m2.395 24.964 4.232.87.85-.56-3.362-5.102-.85.56-.87 4.232z"/><path fill="#ff7043" d="m6.861 29.488 4.242-.815.572-.843-5.058-3.427-.572.843.816 4.242z"/><path fill="#ff7043" d="m12.718 31.959 3.608-2.377.205-.997-5.985-1.231-.205.997 2.377 3.608z"/><path fill="#ff7043" d="m19.075 32 2.424-3.577-.193-1-6 1.154.193 1L19.075 32z"/><path fill="#ff7043" d="m24.964 29.605.87-4.232-.56-.85-5.102 3.362.56.85 4.232.87z"/><path fill="#ff7043" d="m29.488 25.139-.815-4.242-.843-.572-3.427 5.058.843.572 4.242-.816zM32 12.925l-3.577-2.424-1 .193 1.154 6 1-.193L32 12.925z"/><path fill="#ff7043" d="m29.605 7.036-4.232-.87-.85.56 3.362 5.102.85-.56.87-4.232zm2.354 12.246-2.377-3.608-.997-.205-1.231 5.985.997.205 3.608-2.377z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#ff7043" d="m30 12-4-2V6h-4l-2-4-4 2-4-2-2 4H6v4l-4 2 2 4-2 4 4 2v4h4l2 4 4-2 4 2 2-4h4v-4l4-2-2-4ZM6 16a9.924 9.924 0 0 1 .842-4H10v8H6.842A9.924 9.924 0 0 1 6 16Zm10 10a9.983 9.983 0 0 1-7.978-4H16v-2h-2v-2h4c.819.819.297 2.308 1.179 3.37a1.885 1.885 0 0 0 1.46.63h3.34A9.983 9.983 0 0 1 16 26Zm-2-12v-2h4a1 1 0 0 1 0 2Zm11.158 6H24a2.006 2.006 0 0 1-2-2 2 2 0 0 0-2-2 3 3 0 0 0 3-3q0-.08-.004-.161A3.115 3.115 0 0 0 19.83 10H8.022a9.986 9.986 0 0 1 17.136 10Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="#2979ff" d="M12 1 3 7l5 2-2-2Z"/><path fill="#2979ff" d="m4 15 9-6-5-2 2 2Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#BA68C8" d="m24 6 2 6h-4l-2-6h-3l2 6h-4l-2-6h-3l2 6H8L6 6H5a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h22a3 3 0 0 0 3-3V6Z"/></svg>
package/package.json CHANGED
@@ -2,7 +2,8 @@
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.7.0",
5
+ "version": "5.9.0",
6
+ "license": "MIT",
6
7
  "scripts": {
7
8
  "precompile": "rimraf dist && bun run verify",
8
9
  "compile": "tsc -p ./",
@@ -39,7 +40,7 @@
39
40
  "url": "https://github.com/sponsors/PKief"
40
41
  },
41
42
  "engines": {
42
- "vscode": "^1.51.0"
43
+ "vscode": "^1.55.0"
43
44
  },
44
45
  "homepage": "https://github.com/material-extensions/vscode-material-icon-theme/blob/main/README.md",
45
46
  "repository": {
@@ -226,6 +227,38 @@
226
227
  "items": {
227
228
  "type": "string"
228
229
  }
230
+ },
231
+ "activeForPacks": {
232
+ "type": "array",
233
+ "default": [
234
+ "angular"
235
+ ],
236
+ "description": "%configuration.customClones.activeForPacks%",
237
+ "items": {
238
+ "type": "string",
239
+ "enumDescriptions": [
240
+ "%configuration.activeIconPack.angular%",
241
+ "%configuration.activeIconPack.angular_ngrx%",
242
+ "%configuration.activeIconPack.react%",
243
+ "%configuration.activeIconPack.react_redux%",
244
+ "%configuration.activeIconPack.qwik%",
245
+ "%configuration.activeIconPack.vue%",
246
+ "%configuration.activeIconPack.vue_vuex%",
247
+ "%configuration.activeIconPack.nest%",
248
+ "%configuration.activeIconPack.none%"
249
+ ],
250
+ "enum": [
251
+ "angular",
252
+ "angular_ngrx",
253
+ "react",
254
+ "react_redux",
255
+ "qwik",
256
+ "vue",
257
+ "vue_vuex",
258
+ "nest",
259
+ "none"
260
+ ]
261
+ }
229
262
  }
230
263
  }
231
264
  },
@@ -309,12 +342,28 @@
309
342
  "minimum": 0,
310
343
  "maximum": 1,
311
344
  "description": "%configuration.saturation%"
345
+ },
346
+ "material-icon-theme.enableLogging": {
347
+ "type": "boolean",
348
+ "default": false,
349
+ "description": "%configuration.enableLogging%"
350
+ },
351
+ "material-icon-theme.logLevel": {
352
+ "type": "string",
353
+ "default": "info",
354
+ "enum": [
355
+ "info",
356
+ "error",
357
+ "debug"
358
+ ],
359
+ "description": "%configuration.logLevel%"
312
360
  }
313
361
  }
314
362
  }
315
363
  },
316
364
  "dependencies": {
317
365
  "chroma-js": "^2.4.2",
366
+ "fast-deep-equal": "^3.1.3",
318
367
  "svgson": "^5.3.1"
319
368
  },
320
369
  "devDependencies": {
@@ -322,18 +371,18 @@
322
371
  "@softarc/sheriff-core": "^0.15.1",
323
372
  "@types/chroma-js": "^2.4.4",
324
373
  "@types/glob": "^7.2.0",
325
- "@types/puppeteer": "^5.4.6",
326
- "@types/vscode": "~1.51.0",
327
- "@vscode/test-electron": "^2.3.9",
328
- "axios": "^1.4.0",
329
- "bun-types": "^1.1.12",
330
- "changelog-machine": "^1.0.2",
331
- "esbuild": "^0.21.4",
332
- "glob": "^8.0.3",
333
- "puppeteer": "^22.11.0",
334
- "rimraf": "^6.0.0",
335
- "svg-color-linter": "^1.3.0",
374
+ "@types/puppeteer": "^5.4.7",
375
+ "@types/vscode": "~1.55.0",
376
+ "@vscode/test-electron": "^2.4.1",
377
+ "axios": "^1.7.2",
378
+ "bun-types": "^1.1.20",
379
+ "changelog-machine": "^1.1.0",
380
+ "esbuild": "^0.21.5",
381
+ "glob": "^8.1.0",
382
+ "puppeteer": "^22.13.1",
383
+ "rimraf": "^6.0.1",
384
+ "svg-color-linter": "^1.4.0",
336
385
  "svgo": "^2.8.0",
337
- "typescript": "^5.5.3"
386
+ "typescript": "^5.5.4"
338
387
  }
339
388
  }
@@ -1,31 +0,0 @@
1
- import type { Config } from '../models/icons/config';
2
- import { type Manifest } from '../models/manifest';
3
- import type { RecursivePartial } from '../types/recursivePartial';
4
- /**
5
- * Configuration for the manifest. It contains the configuration which is used to generate the manifest.
6
- */
7
- export type ManifestConfig = RecursivePartial<Pick<Config, 'activeIconPack' | 'hidesExplorerArrows' | 'languages'> & {
8
- files: Pick<Config['files'], 'associations'>;
9
- } & {
10
- folders: Pick<Config['folders'], 'associations' | 'theme'>;
11
- }>;
12
- /**
13
- * Generate the manifest that will be written as JSON file.
14
- */
15
- export declare const generateManifest: (config?: ManifestConfig) => Manifest;
16
- /**
17
- * Apply the configuration to the icons. But only if the configuration has changed.
18
- * If the affectedConfig is not set then all icons will be updated.
19
- *
20
- * @param config Configuration that customizes the icons and the manifest.
21
- * @param affectedConfig Set of configuration keys that have changed so that not all functions need to be executed.
22
- */
23
- export declare const applyConfigurationToIcons: (config: Config, affectedConfig?: Set<string>) => void;
24
- /**
25
- * Rename all icon files according their respective config.
26
- *
27
- * The rename triggers a change event in VS Code, which will update the icons in the UI.
28
- * @param config Icon Json Options
29
- */
30
- export declare const renameIconFiles: (config: Config) => void;
31
- //# sourceMappingURL=jsonGenerator.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"jsonGenerator.d.ts","sourceRoot":"","sources":["../../../../src/core/generator/jsonGenerator.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AACrD,OAAO,EAAE,KAAK,QAAQ,EAAuB,MAAM,oBAAoB,CAAC;AACxE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAYlE;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,gBAAgB,CAC3C,IAAI,CAAC,MAAM,EAAE,gBAAgB,GAAG,qBAAqB,GAAG,WAAW,CAAC,GAAG;IACrE,KAAK,EAAE,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,EAAE,cAAc,CAAC,CAAC;CAC9C,GAAG;IACF,OAAO,EAAE,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,EAAE,cAAc,GAAG,OAAO,CAAC,CAAC;CAC5D,CACF,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,gBAAgB,YAAa,cAAc,KAAG,QAwB1D,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,yBAAyB,WAC5B,MAAM,mBACG,GAAG,CAAC,MAAM,CAAC,SAkB7B,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,eAAe,WAAY,MAAM,SA+B7C,CAAC"}