@unocss/preset-icons 0.59.0-beta.1 → 0.59.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/browser.mjs CHANGED
@@ -1,6 +1,6 @@
1
- import { c as createCDNLoader } from './shared/preset-icons.BAlQvmXS.mjs';
2
- import { c as createPresetIcons, b as createCDNFetchLoader, l as loadIcon } from './shared/preset-icons.BBMLRFol.mjs';
3
- export { a as combineLoaders, g as getEnvFlags, i as icons } from './shared/preset-icons.BBMLRFol.mjs';
1
+ import { c as createCDNLoader } from './shared/preset-icons.CMXqj_Gx.mjs';
2
+ import { c as createPresetIcons, b as createCDNFetchLoader, l as loadIcon } from './shared/preset-icons.CBQgN1kC.mjs';
3
+ export { a as combineLoaders, g as getEnvFlags, i as icons } from './shared/preset-icons.CBQgN1kC.mjs';
4
4
  import 'ofetch';
5
5
  import '@unocss/core';
6
6
 
package/dist/core.d.mts CHANGED
@@ -201,6 +201,7 @@ var collections = [
201
201
  "majesticons",
202
202
  "maki",
203
203
  "map",
204
+ "marketeq",
204
205
  "material-symbols-light",
205
206
  "material-symbols",
206
207
  "mdi-light",
package/dist/core.d.ts CHANGED
@@ -201,6 +201,7 @@ var collections = [
201
201
  "majesticons",
202
202
  "maki",
203
203
  "map",
204
+ "marketeq",
204
205
  "material-symbols-light",
205
206
  "material-symbols",
206
207
  "mdi-light",
package/dist/core.mjs CHANGED
@@ -1,2 +1,2 @@
1
1
  import '@unocss/core';
2
- export { a as combineLoaders, b as createCDNFetchLoader, c as createPresetIcons, g as getEnvFlags, i as icons } from './shared/preset-icons.BBMLRFol.mjs';
2
+ export { a as combineLoaders, b as createCDNFetchLoader, c as createPresetIcons, g as getEnvFlags, i as icons } from './shared/preset-icons.CBQgN1kC.mjs';
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
- import { c as createCDNLoader } from './shared/preset-icons.BAlQvmXS.mjs';
2
- import { c as createPresetIcons, g as getEnvFlags, a as combineLoaders, l as loadIcon } from './shared/preset-icons.BBMLRFol.mjs';
3
- export { b as createCDNFetchLoader, i as icons } from './shared/preset-icons.BBMLRFol.mjs';
1
+ import { c as createCDNLoader } from './shared/preset-icons.CMXqj_Gx.mjs';
2
+ import { c as createPresetIcons, g as getEnvFlags, a as combineLoaders, l as loadIcon } from './shared/preset-icons.CBQgN1kC.mjs';
3
+ export { b as createCDNFetchLoader, i as icons } from './shared/preset-icons.CBQgN1kC.mjs';
4
4
  import 'ofetch';
5
5
  import '@unocss/core';
6
6
 
@@ -636,6 +636,7 @@ var collections = [
636
636
  "majesticons",
637
637
  "maki",
638
638
  "map",
639
+ "marketeq",
639
640
  "material-symbols-light",
640
641
  "material-symbols",
641
642
  "mdi-light",
@@ -1,5 +1,5 @@
1
1
  import { $fetch } from 'ofetch';
2
- import { b as createCDNFetchLoader } from './preset-icons.BBMLRFol.mjs';
2
+ import { b as createCDNFetchLoader } from './preset-icons.CBQgN1kC.mjs';
3
3
 
4
4
  function createCDNLoader(cdnBase) {
5
5
  return createCDNFetchLoader($fetch, cdnBase);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unocss/preset-icons",
3
3
  "type": "module",
4
- "version": "0.59.0-beta.1",
4
+ "version": "0.59.0",
5
5
  "description": "Pure CSS Icons for UnoCSS",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -39,7 +39,15 @@
39
39
  },
40
40
  "main": "dist/index.mjs",
41
41
  "module": "dist/index.mjs",
42
- "types": "dist/index.d.mts",
42
+ "types": "dist/index.d.ts",
43
+ "typesVersions": {
44
+ "*": {
45
+ "*": [
46
+ "./dist/*",
47
+ "./*"
48
+ ]
49
+ }
50
+ },
43
51
  "files": [
44
52
  "*.css",
45
53
  "dist"
@@ -47,7 +55,7 @@
47
55
  "dependencies": {
48
56
  "@iconify/utils": "^2.1.22",
49
57
  "ofetch": "^1.3.4",
50
- "@unocss/core": "0.59.0-beta.1"
58
+ "@unocss/core": "0.59.0"
51
59
  },
52
60
  "devDependencies": {
53
61
  "@iconify/types": "^2.0.0"