@unocss/preset-icons 0.65.0-beta.3 → 0.65.1
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 +3 -3
- package/dist/core.d.mts +4 -0
- package/dist/core.d.ts +4 -0
- package/dist/core.mjs +1 -1
- package/dist/index.mjs +3 -3
- package/dist/shared/{preset-icons.Dik-90yv.mjs → preset-icons.BORBFY-D.mjs} +4 -0
- package/dist/shared/{preset-icons.CSbSKOXI.mjs → preset-icons.Bd-ia2YP.mjs} +1 -1
- package/package.json +2 -2
package/dist/browser.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { c as createCDNLoader } from './shared/preset-icons.
|
|
2
|
-
import { c as createPresetIcons, b as createCDNFetchLoader, l as loadIcon } from './shared/preset-icons.
|
|
3
|
-
export { a as combineLoaders, g as getEnvFlags, i as icons, p as parseIconWithLoader } from './shared/preset-icons.
|
|
1
|
+
import { c as createCDNLoader } from './shared/preset-icons.Bd-ia2YP.mjs';
|
|
2
|
+
import { c as createPresetIcons, b as createCDNFetchLoader, l as loadIcon } from './shared/preset-icons.BORBFY-D.mjs';
|
|
3
|
+
export { a as combineLoaders, g as getEnvFlags, i as icons, p as parseIconWithLoader } from './shared/preset-icons.BORBFY-D.mjs';
|
|
4
4
|
import 'ofetch';
|
|
5
5
|
import '@unocss/core';
|
|
6
6
|
|
package/dist/core.d.mts
CHANGED
|
@@ -210,6 +210,7 @@ var collections = [
|
|
|
210
210
|
"il",
|
|
211
211
|
"ion",
|
|
212
212
|
"iwwa",
|
|
213
|
+
"ix",
|
|
213
214
|
"jam",
|
|
214
215
|
"la",
|
|
215
216
|
"lets-icons",
|
|
@@ -232,6 +233,7 @@ var collections = [
|
|
|
232
233
|
"medical-icon",
|
|
233
234
|
"memory",
|
|
234
235
|
"meteocons",
|
|
236
|
+
"meteor-icons",
|
|
235
237
|
"mi",
|
|
236
238
|
"mingcute",
|
|
237
239
|
"mono-icons",
|
|
@@ -240,6 +242,7 @@ var collections = [
|
|
|
240
242
|
"nonicons",
|
|
241
243
|
"noto-v1",
|
|
242
244
|
"noto",
|
|
245
|
+
"nrk",
|
|
243
246
|
"octicon",
|
|
244
247
|
"oi",
|
|
245
248
|
"ooui",
|
|
@@ -255,6 +258,7 @@ var collections = [
|
|
|
255
258
|
"prime",
|
|
256
259
|
"proicons",
|
|
257
260
|
"ps",
|
|
261
|
+
"qlementine-icons",
|
|
258
262
|
"quill",
|
|
259
263
|
"radix-icons",
|
|
260
264
|
"raphael",
|
package/dist/core.d.ts
CHANGED
|
@@ -210,6 +210,7 @@ var collections = [
|
|
|
210
210
|
"il",
|
|
211
211
|
"ion",
|
|
212
212
|
"iwwa",
|
|
213
|
+
"ix",
|
|
213
214
|
"jam",
|
|
214
215
|
"la",
|
|
215
216
|
"lets-icons",
|
|
@@ -232,6 +233,7 @@ var collections = [
|
|
|
232
233
|
"medical-icon",
|
|
233
234
|
"memory",
|
|
234
235
|
"meteocons",
|
|
236
|
+
"meteor-icons",
|
|
235
237
|
"mi",
|
|
236
238
|
"mingcute",
|
|
237
239
|
"mono-icons",
|
|
@@ -240,6 +242,7 @@ var collections = [
|
|
|
240
242
|
"nonicons",
|
|
241
243
|
"noto-v1",
|
|
242
244
|
"noto",
|
|
245
|
+
"nrk",
|
|
243
246
|
"octicon",
|
|
244
247
|
"oi",
|
|
245
248
|
"ooui",
|
|
@@ -255,6 +258,7 @@ var collections = [
|
|
|
255
258
|
"prime",
|
|
256
259
|
"proicons",
|
|
257
260
|
"ps",
|
|
261
|
+
"qlementine-icons",
|
|
258
262
|
"quill",
|
|
259
263
|
"radix-icons",
|
|
260
264
|
"raphael",
|
package/dist/core.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { a as combineLoaders, b as createCDNFetchLoader, c as createPresetIcons, g as getEnvFlags, i as icons, p as parseIconWithLoader } from './shared/preset-icons.
|
|
1
|
+
export { a as combineLoaders, b as createCDNFetchLoader, c as createPresetIcons, g as getEnvFlags, i as icons, p as parseIconWithLoader } from './shared/preset-icons.BORBFY-D.mjs';
|
|
2
2
|
import '@unocss/core';
|
package/dist/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { definePreset } from '@unocss/core';
|
|
2
|
-
import { c as createCDNLoader } from './shared/preset-icons.
|
|
3
|
-
import { c as createPresetIcons, g as getEnvFlags, a as combineLoaders, l as loadIcon } from './shared/preset-icons.
|
|
4
|
-
export { b as createCDNFetchLoader, i as icons, p as parseIconWithLoader } from './shared/preset-icons.
|
|
2
|
+
import { c as createCDNLoader } from './shared/preset-icons.Bd-ia2YP.mjs';
|
|
3
|
+
import { c as createPresetIcons, g as getEnvFlags, a as combineLoaders, l as loadIcon } from './shared/preset-icons.BORBFY-D.mjs';
|
|
4
|
+
export { b as createCDNFetchLoader, i as icons, p as parseIconWithLoader } from './shared/preset-icons.BORBFY-D.mjs';
|
|
5
5
|
import 'ofetch';
|
|
6
6
|
|
|
7
7
|
const _factory = /* @__PURE__ */ createPresetIcons(async (options) => {
|
|
@@ -646,6 +646,7 @@ var collections = [
|
|
|
646
646
|
"il",
|
|
647
647
|
"ion",
|
|
648
648
|
"iwwa",
|
|
649
|
+
"ix",
|
|
649
650
|
"jam",
|
|
650
651
|
"la",
|
|
651
652
|
"lets-icons",
|
|
@@ -668,6 +669,7 @@ var collections = [
|
|
|
668
669
|
"medical-icon",
|
|
669
670
|
"memory",
|
|
670
671
|
"meteocons",
|
|
672
|
+
"meteor-icons",
|
|
671
673
|
"mi",
|
|
672
674
|
"mingcute",
|
|
673
675
|
"mono-icons",
|
|
@@ -676,6 +678,7 @@ var collections = [
|
|
|
676
678
|
"nonicons",
|
|
677
679
|
"noto-v1",
|
|
678
680
|
"noto",
|
|
681
|
+
"nrk",
|
|
679
682
|
"octicon",
|
|
680
683
|
"oi",
|
|
681
684
|
"ooui",
|
|
@@ -691,6 +694,7 @@ var collections = [
|
|
|
691
694
|
"prime",
|
|
692
695
|
"proicons",
|
|
693
696
|
"ps",
|
|
697
|
+
"qlementine-icons",
|
|
694
698
|
"quill",
|
|
695
699
|
"radix-icons",
|
|
696
700
|
"raphael",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { $fetch } from 'ofetch';
|
|
2
|
-
import { b as createCDNFetchLoader } from './preset-icons.
|
|
2
|
+
import { b as createCDNFetchLoader } from './preset-icons.BORBFY-D.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.65.
|
|
4
|
+
"version": "0.65.1",
|
|
5
5
|
"description": "Pure CSS Icons for UnoCSS",
|
|
6
6
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@iconify/utils": "^2.1.33",
|
|
57
57
|
"ofetch": "^1.4.1",
|
|
58
|
-
"@unocss/core": "0.65.
|
|
58
|
+
"@unocss/core": "0.65.1"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@iconify/types": "^2.0.0"
|