@unocss/preset-mini
Advanced tools
Comparing version 0.29.2 to 0.29.3
import * as _unocss_core from '@unocss/core'; | ||
import { RGBAColorValue, CSSColorValue, VariantHandler } from '@unocss/core'; | ||
import { RGBAColorValue, CSSColorValue, VariantObject } from '@unocss/core'; | ||
export { c as colorResolver, a as colorableShadows, d as directionSize, h as hasParseableColor, p as parseColor } from './utilities-820bcff8.js'; | ||
@@ -71,5 +71,5 @@ import './types-f7b2c653.js'; | ||
declare const variantMatcher: (name: string, selector?: ((input: string) => string | undefined) | undefined) => (input: string) => VariantHandler | undefined; | ||
declare const variantParentMatcher: (name: string, parent: string) => (input: string) => VariantHandler | undefined; | ||
declare const variantMatcher: (name: string, selector?: ((input: string) => string | undefined) | undefined) => VariantObject; | ||
declare const variantParentMatcher: (name: string, parent: string) => VariantObject; | ||
export { colorToString, cornerMap, directionMap, getComponents, h, handler, hex2rgba, insetMap, parseCssColor, positionMap, handlers as valueHandlers, variantMatcher, variantParentMatcher, xyzMap }; |
@@ -12,6 +12,6 @@ import { Variant, VariantFunction, VariantObject } from '@unocss/core'; | ||
declare const variantPrint: VariantFunction; | ||
declare const variantPrint: Variant; | ||
declare const variantCustomMedia: VariantFunction; | ||
declare const variantColorsMediaOrClass: (options?: PresetMiniOptions) => VariantFunction[]; | ||
declare const variantColorsMediaOrClass: (options?: PresetMiniOptions) => Variant[]; | ||
@@ -28,3 +28,3 @@ declare const variants: (options: PresetMiniOptions) => Variant<Theme>[]; | ||
declare const variantPseudoElements: VariantFunction; | ||
declare const variantPseudoElements: VariantObject; | ||
declare const variantPseudoClasses: VariantObject; | ||
@@ -31,0 +31,0 @@ declare const variantPseudoClassFunctions: VariantObject; |
{ | ||
"name": "@unocss/preset-mini", | ||
"version": "0.29.2", | ||
"version": "0.29.3", | ||
"description": "The minimal preset for UnoCSS", | ||
@@ -64,3 +64,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@unocss/core": "0.29.2" | ||
"@unocss/core": "0.29.3" | ||
}, | ||
@@ -67,0 +67,0 @@ "scripts": { |
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
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
188598
5766
+ Added@unocss/core@0.29.3(transitive)
- Removed@unocss/core@0.29.2(transitive)
Updated@unocss/core@0.29.3