@unocss/preset-mini
Advanced tools
Comparing version 0.20.0 to 0.20.1
@@ -55,2 +55,3 @@ import * as _unocss_core from '@unocss/core'; | ||
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; | ||
@@ -109,2 +110,2 @@ declare function capitalize<T extends string>(str: T): Capitalize<T>; | ||
export { capitalize, colorResolver, cornerMap, directionMap, directionSize, h, handler, parseColor, handlers as valueHandlers, variantMatcher, xyzMap }; | ||
export { capitalize, colorResolver, cornerMap, directionMap, directionSize, h, handler, parseColor, handlers as valueHandlers, variantMatcher, variantParentMatcher, xyzMap }; |
@@ -0,1 +1,2 @@ | ||
import * as _unocss_core from '@unocss/core'; | ||
import { Variant, VariantFunction, VariantObject } from '@unocss/core'; | ||
@@ -16,3 +17,3 @@ import { T as Theme } from './types-a2d2b52f'; | ||
declare const variantPrint: VariantFunction; | ||
declare const variantPrint: (input: string) => _unocss_core.VariantHandler | undefined; | ||
@@ -19,0 +20,0 @@ declare const CONTROL_BYPASS_PSEUDO_CLASS = "$$no-pseudo"; |
{ | ||
"name": "@unocss/preset-mini", | ||
"version": "0.20.0", | ||
"version": "0.20.1", | ||
"description": "The minimal preset for UnoCSS", | ||
@@ -64,3 +64,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@unocss/core": "0.20.0" | ||
"@unocss/core": "0.20.1" | ||
}, | ||
@@ -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
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
142836
4468
+ Added@unocss/core@0.20.1(transitive)
- Removed@unocss/core@0.20.0(transitive)
Updated@unocss/core@0.20.1