@unocss/preset-icons
Advanced tools
Comparing version 0.55.7 to 0.56.0
@@ -7,4 +7,4 @@ import * as _unocss_core from '@unocss/core'; | ||
declare const presetIcons: (options?: IconsOptions) => _unocss_core.Preset<object>; | ||
declare const presetIcons: _unocss_core.PresetFactory<object, IconsOptions>; | ||
export { IconsOptions, presetIcons as default, presetIcons }; |
@@ -1,2 +0,3 @@ | ||
import { Awaitable, Preset } from '@unocss/core'; | ||
import * as _unocss_core from '@unocss/core'; | ||
import { Awaitable } from '@unocss/core'; | ||
import { CustomIconLoader, InlineCollection, IconCustomizations, UniversalIconLoader } from '@iconify/utils/lib/loader/types'; | ||
@@ -80,5 +81,5 @@ import { IconifyJSON } from '@iconify/types'; | ||
declare function createPresetIcons(lookupIconLoader: (options: IconsOptions) => Promise<UniversalIconLoader>): (options?: IconsOptions) => Preset; | ||
declare function createPresetIcons(lookupIconLoader: (options: IconsOptions) => Promise<UniversalIconLoader>): _unocss_core.PresetFactory<object, IconsOptions>; | ||
declare function combineLoaders(loaders: UniversalIconLoader[]): UniversalIconLoader; | ||
export { type IconsOptions, combineLoaders, createPresetIcons }; |
@@ -7,4 +7,4 @@ import * as _unocss_core from '@unocss/core'; | ||
declare const presetIcons: (options?: IconsOptions) => _unocss_core.Preset<object>; | ||
declare const presetIcons: _unocss_core.PresetFactory<object, IconsOptions>; | ||
export { IconsOptions, presetIcons as default, presetIcons }; |
{ | ||
"name": "@unocss/preset-icons", | ||
"version": "0.55.7", | ||
"version": "0.56.0", | ||
"description": "Pure CSS Icons for UnoCSS", | ||
@@ -50,5 +50,5 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>", | ||
"dependencies": { | ||
"@iconify/utils": "^2.1.9", | ||
"@iconify/utils": "^2.1.10", | ||
"ofetch": "^1.3.3", | ||
"@unocss/core": "0.55.7" | ||
"@unocss/core": "0.56.0" | ||
}, | ||
@@ -55,0 +55,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
59933
1818
1
+ Added@unocss/core@0.56.0(transitive)
- Removed@unocss/core@0.55.7(transitive)
Updated@iconify/utils@^2.1.10
Updated@unocss/core@0.56.0