@unocss/preset-icons 0.37.3 → 0.38.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/index.cjs +1 -3
- package/dist/index.mjs +1 -3
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -95,9 +95,7 @@ const preset = (options = {}) => {
|
|
|
95
95
|
name: "@unocss/preset-icons",
|
|
96
96
|
enforce: "pre",
|
|
97
97
|
options,
|
|
98
|
-
layers: {
|
|
99
|
-
icons: -10
|
|
100
|
-
},
|
|
98
|
+
layers: { icons: -30 },
|
|
101
99
|
rules: [[
|
|
102
100
|
new RegExp(`^${prefix}([a-z0-9:-]+)(?:\\?(mask|bg|auto))?$`),
|
|
103
101
|
async ([full, body, _mode = mode]) => {
|
package/dist/index.mjs
CHANGED
|
@@ -91,9 +91,7 @@ const preset = (options = {}) => {
|
|
|
91
91
|
name: "@unocss/preset-icons",
|
|
92
92
|
enforce: "pre",
|
|
93
93
|
options,
|
|
94
|
-
layers: {
|
|
95
|
-
icons: -10
|
|
96
|
-
},
|
|
94
|
+
layers: { icons: -30 },
|
|
97
95
|
rules: [[
|
|
98
96
|
new RegExp(`^${prefix}([a-z0-9:-]+)(?:\\?(mask|bg|auto))?$`),
|
|
99
97
|
async ([full, body, _mode = mode]) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unocss/preset-icons",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.38.1",
|
|
4
4
|
"description": "Pure CSS Icons for UnoCSS",
|
|
5
5
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
],
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@iconify/utils": "^1.0.32",
|
|
41
|
-
"@unocss/core": "0.
|
|
41
|
+
"@unocss/core": "0.38.1",
|
|
42
42
|
"ohmyfetch": "^0.4.18"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|