@unocss/preset-mini
Advanced tools
Comparing version 0.23.0 to 0.24.0
@@ -6,3 +6,3 @@ import { PresetOptions, Preset } from '@unocss/core'; | ||
export { c as colors } from './colors-db01a23e'; | ||
export { p as parseColor } from './utilities-8c324eff'; | ||
export { p as parseColor } from './utilities-0dc6e82e'; | ||
@@ -9,0 +9,0 @@ interface PresetMiniOptions extends PresetOptions { |
@@ -59,3 +59,2 @@ import { Rule } from '@unocss/core'; | ||
}; | ||
declare const colorableShadows: (shadows: string | string[], colorVar: string) => string[]; | ||
declare const boxShadows: Rule<Theme>[]; | ||
@@ -101,2 +100,2 @@ | ||
export { alignments, appearance, appearances, aspectRatio, bgColors, borders, boxShadows, boxSizing, breaks, colorableShadows, contents, cssProperty, cssVariables, cursors, displays, flex, floats, fontSmoothings, fontStyles, fonts, gaps, grids, insets, justifies, margins, opacity, orders, outline, overflows, paddings, placements, pointerEvents, positions, questionMark, resizes, rings, rules, shadowBase, sizes, svgUtilities, tabSizes, textAligns, textColors, textDecorations, textIndents, textOverflows, textShadows, textStrokes, textTransforms, transforms, transitions, userSelects, varEmpty, verticalAligns, whitespaces, willChange, zIndexes }; | ||
export { alignments, appearance, appearances, aspectRatio, bgColors, borders, boxShadows, boxSizing, breaks, contents, cssProperty, cssVariables, cursors, displays, flex, floats, fontSmoothings, fontStyles, fonts, gaps, grids, insets, justifies, margins, opacity, orders, outline, overflows, paddings, placements, pointerEvents, positions, questionMark, resizes, rings, rules, shadowBase, sizes, svgUtilities, tabSizes, textAligns, textColors, textDecorations, textIndents, textOverflows, textShadows, textStrokes, textTransforms, transforms, transitions, userSelects, varEmpty, verticalAligns, whitespaces, willChange, zIndexes }; |
import * as _unocss_core from '@unocss/core'; | ||
import { RGBAColorValue, CSSColorValue, VariantHandler } from '@unocss/core'; | ||
export { c as colorResolver, d as directionSize, p as parseColor } from './utilities-8c324eff'; | ||
export { c as colorResolver, a as colorableShadows, d as directionSize, p as parseColor } from './utilities-0dc6e82e'; | ||
import './types-154878eb'; | ||
@@ -8,2 +8,4 @@ | ||
declare function parseCssColor(str?: string): CSSColorValue | undefined; | ||
declare function colorToString(color: CSSColorValue, alphaOverride?: string | number): string; | ||
declare function getComponents(str: string, separator?: string, limit?: number): string[] | undefined; | ||
@@ -67,2 +69,2 @@ declare const directionMap: Record<string, string[]>; | ||
export { cornerMap, directionMap, h, handler, hex2rgba, insetMap, parseCssColor, positionMap, handlers as valueHandlers, variantMatcher, variantParentMatcher, xyzMap }; | ||
export { colorToString, cornerMap, directionMap, getComponents, h, handler, hex2rgba, insetMap, parseCssColor, positionMap, handlers as valueHandlers, variantMatcher, variantParentMatcher, xyzMap }; |
@@ -6,3 +6,3 @@ import { Variant, VariantFunction, VariantObject } from '@unocss/core'; | ||
import './colors-db01a23e'; | ||
import './utilities-8c324eff'; | ||
import './utilities-0dc6e82e'; | ||
@@ -9,0 +9,0 @@ declare const variantBreakpoints: Variant<Theme>; |
{ | ||
"name": "@unocss/preset-mini", | ||
"version": "0.23.0", | ||
"version": "0.24.0", | ||
"description": "The minimal preset for UnoCSS", | ||
@@ -9,9 +9,9 @@ "keywords": [ | ||
], | ||
"homepage": "https://github.com/antfu/unocss/tree/main/packages/preset-mini#readme", | ||
"homepage": "https://github.com/unocss/unocss/tree/main/packages/preset-mini#readme", | ||
"bugs": { | ||
"url": "https://github.com/antfu/unocss/issues" | ||
"url": "https://github.com/unocss/unocss/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/antfu/unocss.git", | ||
"url": "git+https://github.com/unocss/unocss.git", | ||
"directory": "packages/preset-mini" | ||
@@ -65,3 +65,3 @@ }, | ||
"dependencies": { | ||
"@unocss/core": "0.23.0" | ||
"@unocss/core": "0.24.0" | ||
}, | ||
@@ -68,0 +68,0 @@ "scripts": { |
# @unocss/preset-mini | ||
The minimal preset for [UnoCSS](https://github.com/antfu/unocss). | ||
The minimal preset for [UnoCSS](https://github.com/unocss/unocss). | ||
@@ -5,0 +5,0 @@ ## Installation |
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
173282
5396
+ Added@unocss/core@0.24.0(transitive)
- Removed@unocss/core@0.23.0(transitive)
Updated@unocss/core@0.24.0