@unocss/preset-mini
Advanced tools
Comparing version 0.65.0-beta.2 to 0.65.0-beta.3
@@ -10,3 +10,3 @@ import * as _unocss_core from '@unocss/core'; | ||
declare const preflights: Preflight<Theme>[]; | ||
declare function preflights(options: PresetMiniOptions): Preflight<Theme>[] | undefined; | ||
@@ -57,3 +57,3 @@ interface DarkModeSelectors { | ||
*/ | ||
preflight?: boolean; | ||
preflight?: boolean | 'on-demand'; | ||
/** | ||
@@ -76,4 +76,3 @@ * Enable arbitrary variants, for example `<div class="[&>*]:m-1 [&[open]]:p-2"></div>`. | ||
declare function VarPrefixPostprocessor(prefix: string): Postprocessor | undefined; | ||
declare function normalizePreflights<Theme extends object>(preflights: Preflight<Theme>[], variablePrefix: string): Preflight<Theme>[]; | ||
export { type DarkModeSelectors, type PresetMiniOptions, Theme, VarPrefixPostprocessor, presetMini as default, normalizePreflights, preflights, presetMini }; | ||
export { type DarkModeSelectors, type PresetMiniOptions, Theme, VarPrefixPostprocessor, presetMini as default, preflights, presetMini }; |
{ | ||
"name": "@unocss/preset-mini", | ||
"type": "module", | ||
"version": "0.65.0-beta.2", | ||
"version": "0.65.0-beta.3", | ||
"description": "The minimal preset for UnoCSS", | ||
@@ -59,5 +59,5 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>", | ||
"dependencies": { | ||
"@unocss/core": "0.65.0-beta.2", | ||
"@unocss/rule-utils": "0.65.0-beta.2", | ||
"@unocss/extractor-arbitrary-variants": "0.65.0-beta.2" | ||
"@unocss/core": "0.65.0-beta.3", | ||
"@unocss/extractor-arbitrary-variants": "0.65.0-beta.3", | ||
"@unocss/rule-utils": "0.65.0-beta.3" | ||
}, | ||
@@ -64,0 +64,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
222908
5348
+ Added@unocss/core@0.65.0-beta.3(transitive)
+ Added@unocss/extractor-arbitrary-variants@0.65.0-beta.3(transitive)
+ Added@unocss/rule-utils@0.65.0-beta.3(transitive)
- Removed@unocss/core@0.65.0-beta.2(transitive)
- Removed@unocss/extractor-arbitrary-variants@0.65.0-beta.2(transitive)
- Removed@unocss/rule-utils@0.65.0-beta.2(transitive)
Updated@unocss/core@0.65.0-beta.3