@unocss/preset-icons
Advanced tools
Comparing version 0.12.15 to 0.12.16
@@ -6,4 +6,4 @@ import { Preset } from '@unocss/core'; | ||
declare const preset: ({ scale, mode, prefix, warn, collections, extraProperties, layer, }?: IconsOptions) => Preset; | ||
declare const preset: (options?: IconsOptions) => Preset; | ||
export { preset as default, preset }; |
@@ -34,14 +34,16 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
} | ||
var preset = ({ | ||
scale = 1, | ||
mode = "auto", | ||
prefix = "i-", | ||
warn = false, | ||
collections = {}, | ||
extraProperties = {}, | ||
layer = "icons" | ||
} = {}) => { | ||
var preset = (options = {}) => { | ||
const { | ||
scale = 1, | ||
mode = "auto", | ||
prefix = "i-", | ||
warn = false, | ||
collections = {}, | ||
extraProperties = {}, | ||
layer = "icons" | ||
} = options; | ||
return { | ||
name: "@unocss/preset-icons", | ||
enforce: "pre", | ||
options, | ||
layers: { | ||
@@ -48,0 +50,0 @@ icons: -10 |
{ | ||
"name": "@unocss/preset-icons", | ||
"version": "0.12.15", | ||
"version": "0.12.16", | ||
"description": "Pure CSS Icons for UnoCSS", | ||
@@ -46,3 +46,3 @@ "keywords": [ | ||
"@iconify/utils": "^1.0.19", | ||
"@unocss/core": "0.12.15", | ||
"@unocss/core": "0.12.16", | ||
"local-pkg": "^0.4.0" | ||
@@ -49,0 +49,0 @@ }, |
Sorry, the diff of this file is not supported yet
16646
348
+ Added@unocss/core@0.12.16(transitive)
- Removed@unocss/core@0.12.15(transitive)
Updated@unocss/core@0.12.16