@unocss/preset-mini
Advanced tools
Comparing version 0.54.2 to 0.54.3
@@ -75,4 +75,4 @@ import * as _unocss_core from '@unocss/core'; | ||
declare const handler: _unocss_core.ValueHandler<"number" | "auto" | "global" | "position" | "numberWithUnit" | "rem" | "px" | "percent" | "fraction" | "bracket" | "bracketOfColor" | "bracketOfLength" | "bracketOfPosition" | "cssvar" | "time" | "degree" | "properties">; | ||
declare const h: _unocss_core.ValueHandler<"number" | "auto" | "global" | "position" | "numberWithUnit" | "rem" | "px" | "percent" | "fraction" | "bracket" | "bracketOfColor" | "bracketOfLength" | "bracketOfPosition" | "cssvar" | "time" | "degree" | "properties">; | ||
declare const handler: _unocss_core.ValueHandler<"number" | "auto" | "position" | "global" | "numberWithUnit" | "rem" | "px" | "percent" | "fraction" | "bracket" | "bracketOfColor" | "bracketOfLength" | "bracketOfPosition" | "cssvar" | "time" | "degree" | "properties">; | ||
declare const h: _unocss_core.ValueHandler<"number" | "auto" | "position" | "global" | "numberWithUnit" | "rem" | "px" | "percent" | "fraction" | "bracket" | "bracketOfColor" | "bracketOfLength" | "bracketOfPosition" | "cssvar" | "time" | "degree" | "properties">; | ||
@@ -79,0 +79,0 @@ declare function variantMatcher(name: string, handler: (input: VariantHandlerContext) => Record<string, any>): VariantObject; |
{ | ||
"name": "@unocss/preset-mini", | ||
"version": "0.54.2", | ||
"version": "0.54.3", | ||
"description": "The minimal preset for UnoCSS", | ||
@@ -25,29 +25,29 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>", | ||
"types": "./dist/index.d.ts", | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.mjs" | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"./theme": { | ||
"types": "./dist/theme.d.ts", | ||
"require": "./dist/theme.cjs", | ||
"import": "./dist/theme.mjs" | ||
"import": "./dist/theme.mjs", | ||
"require": "./dist/theme.cjs" | ||
}, | ||
"./variants": { | ||
"types": "./dist/variants.d.ts", | ||
"require": "./dist/variants.cjs", | ||
"import": "./dist/variants.mjs" | ||
"import": "./dist/variants.mjs", | ||
"require": "./dist/variants.cjs" | ||
}, | ||
"./rules": { | ||
"types": "./dist/rules.d.ts", | ||
"require": "./dist/rules.cjs", | ||
"import": "./dist/rules.mjs" | ||
"import": "./dist/rules.mjs", | ||
"require": "./dist/rules.cjs" | ||
}, | ||
"./colors": { | ||
"types": "./dist/colors.d.ts", | ||
"require": "./dist/colors.cjs", | ||
"import": "./dist/colors.mjs" | ||
"import": "./dist/colors.mjs", | ||
"require": "./dist/colors.cjs" | ||
}, | ||
"./utils": { | ||
"types": "./dist/utils.d.ts", | ||
"require": "./dist/utils.cjs", | ||
"import": "./dist/utils.mjs" | ||
"import": "./dist/utils.mjs", | ||
"require": "./dist/utils.cjs" | ||
}, | ||
@@ -65,4 +65,4 @@ "./*": "./*" | ||
"dependencies": { | ||
"@unocss/core": "0.54.2", | ||
"@unocss/extractor-arbitrary-variants": "0.54.2" | ||
"@unocss/core": "0.54.3", | ||
"@unocss/extractor-arbitrary-variants": "0.54.3" | ||
}, | ||
@@ -69,0 +69,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
291400
8838
+ Added@unocss/core@0.54.3(transitive)
+ Added@unocss/extractor-arbitrary-variants@0.54.3(transitive)
- Removed@unocss/core@0.54.2(transitive)
- Removed@unocss/extractor-arbitrary-variants@0.54.2(transitive)
Updated@unocss/core@0.54.3