@unocss/preset-icons 0.65.3 → 65.4.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 +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.rZDjeaLK.mjs → preset-icons.BL7F4I2g.mjs} +1 -1
- package/dist/shared/{preset-icons.DLb5HmKl.mjs → preset-icons.D5PlqJL2.mjs} +4 -0
- 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.BL7F4I2g.mjs';
|
|
2
|
+
import { c as createPresetIcons, b as createCDNFetchLoader, l as loadIcon } from './shared/preset-icons.D5PlqJL2.mjs';
|
|
3
|
+
export { a as combineLoaders, g as getEnvFlags, i as icons, p as parseIconWithLoader } from './shared/preset-icons.D5PlqJL2.mjs';
|
|
4
4
|
import 'ofetch';
|
|
5
5
|
import '@unocss/core';
|
|
6
6
|
|
package/dist/core.d.mts
CHANGED
|
@@ -136,6 +136,7 @@ function requireCollections () {
|
|
|
136
136
|
"bitcoin-icons",
|
|
137
137
|
"bpmn",
|
|
138
138
|
"brandico",
|
|
139
|
+
"bubbles",
|
|
139
140
|
"bx",
|
|
140
141
|
"bxl",
|
|
141
142
|
"bxs",
|
|
@@ -151,6 +152,7 @@ function requireCollections () {
|
|
|
151
152
|
"circle-flags",
|
|
152
153
|
"circum",
|
|
153
154
|
"clarity",
|
|
155
|
+
"codex",
|
|
154
156
|
"codicon",
|
|
155
157
|
"covid",
|
|
156
158
|
"cryptocurrency-color",
|
|
@@ -183,6 +185,7 @@ function requireCollections () {
|
|
|
183
185
|
"fa6-regular",
|
|
184
186
|
"fa6-solid",
|
|
185
187
|
"fad",
|
|
188
|
+
"famicons",
|
|
186
189
|
"fe",
|
|
187
190
|
"feather",
|
|
188
191
|
"file-icons",
|
|
@@ -204,6 +207,7 @@ function requireCollections () {
|
|
|
204
207
|
"fxemoji",
|
|
205
208
|
"gala",
|
|
206
209
|
"game-icons",
|
|
210
|
+
"garden",
|
|
207
211
|
"geo",
|
|
208
212
|
"gg",
|
|
209
213
|
"gis",
|
package/dist/core.d.ts
CHANGED
|
@@ -136,6 +136,7 @@ function requireCollections () {
|
|
|
136
136
|
"bitcoin-icons",
|
|
137
137
|
"bpmn",
|
|
138
138
|
"brandico",
|
|
139
|
+
"bubbles",
|
|
139
140
|
"bx",
|
|
140
141
|
"bxl",
|
|
141
142
|
"bxs",
|
|
@@ -151,6 +152,7 @@ function requireCollections () {
|
|
|
151
152
|
"circle-flags",
|
|
152
153
|
"circum",
|
|
153
154
|
"clarity",
|
|
155
|
+
"codex",
|
|
154
156
|
"codicon",
|
|
155
157
|
"covid",
|
|
156
158
|
"cryptocurrency-color",
|
|
@@ -183,6 +185,7 @@ function requireCollections () {
|
|
|
183
185
|
"fa6-regular",
|
|
184
186
|
"fa6-solid",
|
|
185
187
|
"fad",
|
|
188
|
+
"famicons",
|
|
186
189
|
"fe",
|
|
187
190
|
"feather",
|
|
188
191
|
"file-icons",
|
|
@@ -204,6 +207,7 @@ function requireCollections () {
|
|
|
204
207
|
"fxemoji",
|
|
205
208
|
"gala",
|
|
206
209
|
"game-icons",
|
|
210
|
+
"garden",
|
|
207
211
|
"geo",
|
|
208
212
|
"gg",
|
|
209
213
|
"gis",
|
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.D5PlqJL2.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.BL7F4I2g.mjs';
|
|
3
|
+
import { c as createPresetIcons, g as getEnvFlags, a as combineLoaders, l as loadIcon } from './shared/preset-icons.D5PlqJL2.mjs';
|
|
4
|
+
export { b as createCDNFetchLoader, i as icons, p as parseIconWithLoader } from './shared/preset-icons.D5PlqJL2.mjs';
|
|
5
5
|
import 'ofetch';
|
|
6
6
|
|
|
7
7
|
const _factory = /* @__PURE__ */ createPresetIcons(async (options) => {
|
|
@@ -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.D5PlqJL2.mjs';
|
|
3
3
|
|
|
4
4
|
function createCDNLoader(cdnBase) {
|
|
5
5
|
return createCDNFetchLoader($fetch, cdnBase);
|
|
@@ -559,6 +559,7 @@ function requireCollections () {
|
|
|
559
559
|
"bitcoin-icons",
|
|
560
560
|
"bpmn",
|
|
561
561
|
"brandico",
|
|
562
|
+
"bubbles",
|
|
562
563
|
"bx",
|
|
563
564
|
"bxl",
|
|
564
565
|
"bxs",
|
|
@@ -574,6 +575,7 @@ function requireCollections () {
|
|
|
574
575
|
"circle-flags",
|
|
575
576
|
"circum",
|
|
576
577
|
"clarity",
|
|
578
|
+
"codex",
|
|
577
579
|
"codicon",
|
|
578
580
|
"covid",
|
|
579
581
|
"cryptocurrency-color",
|
|
@@ -606,6 +608,7 @@ function requireCollections () {
|
|
|
606
608
|
"fa6-regular",
|
|
607
609
|
"fa6-solid",
|
|
608
610
|
"fad",
|
|
611
|
+
"famicons",
|
|
609
612
|
"fe",
|
|
610
613
|
"feather",
|
|
611
614
|
"file-icons",
|
|
@@ -627,6 +630,7 @@ function requireCollections () {
|
|
|
627
630
|
"fxemoji",
|
|
628
631
|
"gala",
|
|
629
632
|
"game-icons",
|
|
633
|
+
"garden",
|
|
630
634
|
"geo",
|
|
631
635
|
"gg",
|
|
632
636
|
"gis",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unocss/preset-icons",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "65.4.0",
|
|
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.2.1",
|
|
57
57
|
"ofetch": "^1.4.1",
|
|
58
|
-
"@unocss/core": "
|
|
58
|
+
"@unocss/core": "65.4.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@iconify/types": "^2.0.0"
|