@unocss/preset-mini
Advanced tools
Comparing version 65.4.3 to 65.5.0
@@ -14,13 +14,13 @@ import * as _unocss_core from '@unocss/core'; | ||
/** | ||
* Selector for light variant. | ||
* Selectors for light variant. | ||
* | ||
* @default '.light' | ||
*/ | ||
light?: string; | ||
light?: string | string[]; | ||
/** | ||
* Selector for dark variant. | ||
* Selectors for dark variant. | ||
* | ||
* @default '.dark' | ||
*/ | ||
dark?: string; | ||
dark?: string | string[]; | ||
} | ||
@@ -27,0 +27,0 @@ interface PresetMiniOptions extends PresetOptions { |
@@ -227,2 +227,34 @@ export { colors } from './colors.js'; | ||
}; | ||
declare const blockSize: { | ||
screen: string; | ||
xs: string; | ||
sm: string; | ||
md: string; | ||
lg: string; | ||
xl: string; | ||
'2xl': string; | ||
'3xl': string; | ||
'4xl': string; | ||
'5xl': string; | ||
'6xl': string; | ||
'7xl': string; | ||
prose: string; | ||
auto: string; | ||
}; | ||
declare const inlineSize: { | ||
screen: string; | ||
xs: string; | ||
sm: string; | ||
md: string; | ||
lg: string; | ||
xl: string; | ||
'2xl': string; | ||
'3xl': string; | ||
'4xl': string; | ||
'5xl': string; | ||
'6xl': string; | ||
'7xl': string; | ||
prose: string; | ||
auto: string; | ||
}; | ||
declare const height: { | ||
@@ -260,2 +292,34 @@ screen: string; | ||
}; | ||
declare const maxBlockSize: { | ||
screen: string; | ||
xs: string; | ||
sm: string; | ||
md: string; | ||
lg: string; | ||
xl: string; | ||
'2xl': string; | ||
'3xl': string; | ||
'4xl': string; | ||
'5xl': string; | ||
'6xl': string; | ||
'7xl': string; | ||
prose: string; | ||
none: string; | ||
}; | ||
declare const maxInlineSize: { | ||
screen: string; | ||
xs: string; | ||
sm: string; | ||
md: string; | ||
lg: string; | ||
xl: string; | ||
'2xl': string; | ||
'3xl': string; | ||
'4xl': string; | ||
'5xl': string; | ||
'6xl': string; | ||
'7xl': string; | ||
prose: string; | ||
none: string; | ||
}; | ||
declare const containers: { | ||
@@ -276,2 +340,2 @@ xs: string; | ||
export { Theme, baseSize, blur, borderRadius, boxShadow, breakpoints, containers, dropShadow, duration, fontFamily, fontSize, fontWeight, height, letterSpacing, lineHeight, lineWidth, maxHeight, maxWidth, media, preflightBase, ringWidth, spacing, textIndent, textShadow, textStrokeWidth, verticalBreakpoints, width, wordSpacing, zIndex }; | ||
export { Theme, baseSize, blockSize, blur, borderRadius, boxShadow, breakpoints, containers, dropShadow, duration, fontFamily, fontSize, fontWeight, height, inlineSize, letterSpacing, lineHeight, lineWidth, maxBlockSize, maxHeight, maxInlineSize, maxWidth, media, preflightBase, ringWidth, spacing, textIndent, textShadow, textStrokeWidth, verticalBreakpoints, width, wordSpacing, zIndex }; |
@@ -46,4 +46,4 @@ import * as _unocss_rule_utils from '@unocss/rule-utils'; | ||
declare const handler: _unocss_rule_utils.ValueHandler<"number" | "global" | "auto" | "px" | "position" | "numberWithUnit" | "rem" | "percent" | "fraction" | "bracket" | "bracketOfColor" | "bracketOfLength" | "bracketOfPosition" | "cssvar" | "time" | "degree" | "properties">; | ||
declare const h: _unocss_rule_utils.ValueHandler<"number" | "global" | "auto" | "px" | "position" | "numberWithUnit" | "rem" | "percent" | "fraction" | "bracket" | "bracketOfColor" | "bracketOfLength" | "bracketOfPosition" | "cssvar" | "time" | "degree" | "properties">; | ||
declare const handler: _unocss_rule_utils.ValueHandler<"number" | "auto" | "position" | "global" | "px" | "numberWithUnit" | "rem" | "percent" | "fraction" | "bracket" | "bracketOfColor" | "bracketOfLength" | "bracketOfPosition" | "cssvar" | "time" | "degree" | "properties">; | ||
declare const h: _unocss_rule_utils.ValueHandler<"number" | "auto" | "position" | "global" | "px" | "numberWithUnit" | "rem" | "percent" | "fraction" | "bracket" | "bracketOfColor" | "bracketOfLength" | "bracketOfPosition" | "cssvar" | "time" | "degree" | "properties">; | ||
@@ -50,0 +50,0 @@ declare const directionMap: Record<string, string[]>; |
{ | ||
"name": "@unocss/preset-mini", | ||
"type": "module", | ||
"version": "65.4.3", | ||
"version": "65.5.0", | ||
"description": "The minimal preset for UnoCSS", | ||
@@ -12,3 +12,3 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>", | ||
"type": "git", | ||
"url": "https://github.com/unocss/unocss", | ||
"url": "git+https://github.com/unocss/unocss", | ||
"directory": "packages-presets/preset-mini" | ||
@@ -60,5 +60,5 @@ }, | ||
"dependencies": { | ||
"@unocss/core": "65.4.3", | ||
"@unocss/extractor-arbitrary-variants": "65.4.3", | ||
"@unocss/rule-utils": "65.4.3" | ||
"@unocss/core": "65.5.0", | ||
"@unocss/extractor-arbitrary-variants": "65.5.0", | ||
"@unocss/rule-utils": "65.5.0" | ||
}, | ||
@@ -65,0 +65,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
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
225583
5425
1
+ Added@unocss/core@65.5.0(transitive)
+ Added@unocss/extractor-arbitrary-variants@65.5.0(transitive)
+ Added@unocss/rule-utils@65.5.0(transitive)
- Removed@unocss/core@65.4.3(transitive)
- Removed@unocss/extractor-arbitrary-variants@65.4.3(transitive)
- Removed@unocss/rule-utils@65.4.3(transitive)
Updated@unocss/core@65.5.0
Updated@unocss/rule-utils@65.5.0