material-icon-theme 5.5.0 → 5.6.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.
- package/dist/material-icons.json +41 -15
- package/dist/module/index.cjs +57 -1107
- package/dist/types/core/generator/fileGenerator.d.ts.map +1 -1
- package/dist/types/core/generator/folderGenerator.d.ts.map +1 -1
- package/dist/types/core/generator/languageGenerator.d.ts.map +1 -1
- package/dist/types/core/helpers/object.d.ts +24 -0
- package/dist/types/core/helpers/object.d.ts.map +1 -0
- package/dist/types/core/icons/fileIcons.d.ts.map +1 -1
- package/dist/types/core/icons/folderIcons.d.ts.map +1 -1
- package/icons/folder-turborepo-open.svg +1 -0
- package/icons/folder-turborepo.svg +1 -0
- package/icons/turborepo.svg +1 -1
- package/icons/turborepo_light.svg +1 -1
- package/icons/velite.svg +1 -0
- package/package.json +1 -3
package/dist/material-icons.json
CHANGED
|
@@ -959,6 +959,10 @@
|
|
|
959
959
|
".lua": "folder-lua",
|
|
960
960
|
"_lua": "folder-lua",
|
|
961
961
|
"__lua__": "folder-lua",
|
|
962
|
+
".turbo": "folder-turborepo",
|
|
963
|
+
"..turbo": "folder-turborepo",
|
|
964
|
+
"_.turbo": "folder-turborepo",
|
|
965
|
+
"__.turbo__": "folder-turborepo",
|
|
962
966
|
"typescript": "folder-typescript",
|
|
963
967
|
".typescript": "folder-typescript",
|
|
964
968
|
"_typescript": "folder-typescript",
|
|
@@ -3493,6 +3497,10 @@
|
|
|
3493
3497
|
".lua": "folder-lua-open",
|
|
3494
3498
|
"_lua": "folder-lua-open",
|
|
3495
3499
|
"__lua__": "folder-lua-open",
|
|
3500
|
+
".turbo": "folder-turborepo-open",
|
|
3501
|
+
"..turbo": "folder-turborepo-open",
|
|
3502
|
+
"_.turbo": "folder-turborepo-open",
|
|
3503
|
+
"__.turbo__": "folder-turborepo-open",
|
|
3496
3504
|
"typescript": "folder-typescript-open",
|
|
3497
3505
|
".typescript": "folder-typescript-open",
|
|
3498
3506
|
"_typescript": "folder-typescript-open",
|
|
@@ -7158,18 +7166,24 @@
|
|
|
7158
7166
|
"vite.config.ts": "vite",
|
|
7159
7167
|
"vite.config.mts": "vite",
|
|
7160
7168
|
"vite.config.cts": "vite",
|
|
7161
|
-
"vitest.config.ts": "vitest",
|
|
7162
|
-
"vitest.config.mts": "vitest",
|
|
7163
|
-
"vitest.config.cts": "vitest",
|
|
7164
|
-
"vitest.config.js": "vitest",
|
|
7165
|
-
"vitest.config.mjs": "vitest",
|
|
7166
|
-
"vitest.config.cjs": "vitest",
|
|
7167
|
-
"vitest.workspace.ts": "vitest",
|
|
7168
|
-
"vitest.workspace.mts": "vitest",
|
|
7169
|
-
"vitest.workspace.cts": "vitest",
|
|
7170
7169
|
"vitest.workspace.js": "vitest",
|
|
7171
7170
|
"vitest.workspace.mjs": "vitest",
|
|
7172
7171
|
"vitest.workspace.cjs": "vitest",
|
|
7172
|
+
"vitest.workspace.ts": "vitest",
|
|
7173
|
+
"vitest.workspace.mts": "vitest",
|
|
7174
|
+
"vitest.workspace.cts": "vitest",
|
|
7175
|
+
"vitest.config.js": "vitest",
|
|
7176
|
+
"vitest.config.mjs": "vitest",
|
|
7177
|
+
"vitest.config.cjs": "vitest",
|
|
7178
|
+
"vitest.config.ts": "vitest",
|
|
7179
|
+
"vitest.config.mts": "vitest",
|
|
7180
|
+
"vitest.config.cts": "vitest",
|
|
7181
|
+
"velite.config.js": "velite",
|
|
7182
|
+
"velite.config.mjs": "velite",
|
|
7183
|
+
"velite.config.cjs": "velite",
|
|
7184
|
+
"velite.config.ts": "velite",
|
|
7185
|
+
"velite.config.mts": "velite",
|
|
7186
|
+
"velite.config.cts": "velite",
|
|
7173
7187
|
"lerna.json": "lerna",
|
|
7174
7188
|
"windi.config.js": "windicss",
|
|
7175
7189
|
"windi.config.cjs": "windicss",
|
|
@@ -7316,12 +7330,14 @@
|
|
|
7316
7330
|
"svgr.config.mts": "svgr",
|
|
7317
7331
|
"svgr.config.cts": "svgr",
|
|
7318
7332
|
"rome.json": "rome",
|
|
7319
|
-
"cypress.json": "cypress",
|
|
7320
|
-
"cypress.env.json": "cypress",
|
|
7321
|
-
"cypress.config.ts": "cypress",
|
|
7322
7333
|
"cypress.config.js": "cypress",
|
|
7323
|
-
"cypress.config.cjs": "cypress",
|
|
7324
7334
|
"cypress.config.mjs": "cypress",
|
|
7335
|
+
"cypress.config.cjs": "cypress",
|
|
7336
|
+
"cypress.config.ts": "cypress",
|
|
7337
|
+
"cypress.config.mts": "cypress",
|
|
7338
|
+
"cypress.config.cts": "cypress",
|
|
7339
|
+
"cypress.json": "cypress",
|
|
7340
|
+
"cypress.env.json": "cypress",
|
|
7325
7341
|
"plopfile.js": "plop",
|
|
7326
7342
|
"plopfile.cjs": "plop",
|
|
7327
7343
|
"plopfile.mjs": "plop",
|
|
@@ -7471,11 +7487,12 @@
|
|
|
7471
7487
|
"werf.yml": "werf",
|
|
7472
7488
|
"werf-giterminism.yaml": "werf",
|
|
7473
7489
|
"werf-giterminism.yml": "werf",
|
|
7474
|
-
"panda.config.ts": "panda",
|
|
7475
7490
|
"panda.config.js": "panda",
|
|
7476
7491
|
"panda.config.mjs": "panda",
|
|
7477
|
-
"panda.config.mts": "panda",
|
|
7478
7492
|
"panda.config.cjs": "panda",
|
|
7493
|
+
"panda.config.ts": "panda",
|
|
7494
|
+
"panda.config.mts": "panda",
|
|
7495
|
+
"panda.config.cts": "panda",
|
|
7479
7496
|
"biome.json": "biome",
|
|
7480
7497
|
"biome.jsonc": "biome",
|
|
7481
7498
|
"esbuild.js": "esbuild",
|
|
@@ -8909,6 +8926,9 @@
|
|
|
8909
8926
|
"vitest": {
|
|
8910
8927
|
"iconPath": "./../icons/vitest.svg"
|
|
8911
8928
|
},
|
|
8929
|
+
"velite": {
|
|
8930
|
+
"iconPath": "./../icons/velite.svg"
|
|
8931
|
+
},
|
|
8912
8932
|
"opa": {
|
|
8913
8933
|
"iconPath": "./../icons/opa.svg"
|
|
8914
8934
|
},
|
|
@@ -9572,6 +9592,12 @@
|
|
|
9572
9592
|
"folder-lua-open": {
|
|
9573
9593
|
"iconPath": "./../icons/folder-lua-open.svg"
|
|
9574
9594
|
},
|
|
9595
|
+
"folder-turborepo": {
|
|
9596
|
+
"iconPath": "./../icons/folder-turborepo.svg"
|
|
9597
|
+
},
|
|
9598
|
+
"folder-turborepo-open": {
|
|
9599
|
+
"iconPath": "./../icons/folder-turborepo-open.svg"
|
|
9600
|
+
},
|
|
9575
9601
|
"folder-typescript": {
|
|
9576
9602
|
"iconPath": "./../icons/folder-typescript.svg"
|
|
9577
9603
|
},
|