@unocss/preset-uno
Advanced tools
Comparing version 65.5.0 to 66.0.0
@@ -1,1 +0,1 @@ | ||
export * from '@unocss/preset-mini/colors'; | ||
export * from '@unocss/preset-wind3/colors'; |
import * as _unocss_core from '@unocss/core'; | ||
import { Theme, PresetMiniOptions } from '@unocss/preset-mini'; | ||
export { Theme } from '@unocss/preset-mini'; | ||
import { Theme, PresetWind3Options } from '@unocss/preset-wind3'; | ||
export { Theme } from '@unocss/preset-wind3'; | ||
interface PresetUnoOptions extends PresetMiniOptions { | ||
interface PresetUnoOptions extends PresetWind3Options { | ||
} | ||
/** | ||
* The default UnoCSS preset, provide Tailwind-like utilities with some additional features. | ||
* | ||
* @see https://unocss.dev/presets/uno | ||
* @deprecated Use `presetWind3` from `@unocss/preset-wind3` instead | ||
*/ | ||
@@ -12,0 +10,0 @@ declare const presetUno: _unocss_core.PresetFactory<Theme, PresetUnoOptions>; |
@@ -1,3 +0,3 @@ | ||
export * from '@unocss/preset-mini/theme'; | ||
import '@unocss/rule-utils'; | ||
import '@unocss/preset-mini/colors'; | ||
export * from '@unocss/preset-wind3/theme'; | ||
import '@unocss/preset-wind3/utils'; | ||
import '@unocss/preset-wind3/colors'; |
@@ -1,1 +0,1 @@ | ||
export * from '@unocss/rule-utils'; | ||
export * from '@unocss/preset-wind3/utils'; |
{ | ||
"name": "@unocss/preset-uno", | ||
"type": "module", | ||
"version": "65.5.0", | ||
"description": "The default preset for UnoCSS", | ||
"version": "66.0.0", | ||
"description": "Deprecated, renamed to `@unocss/preset-wind3`", | ||
"author": "Anthony Fu <anthonyfu117@hotmail.com>", | ||
@@ -12,4 +12,4 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "git+https://github.com/unocss/unocss", | ||
"directory": "packages-presets/preset-uno" | ||
"url": "https://github.com/unocss/unocss", | ||
"directory": "packages-deprecated/preset-uno" | ||
}, | ||
@@ -59,6 +59,4 @@ "bugs": { | ||
"dependencies": { | ||
"@unocss/preset-mini": "65.5.0", | ||
"@unocss/preset-wind": "65.5.0", | ||
"@unocss/core": "65.5.0", | ||
"@unocss/rule-utils": "65.5.0" | ||
"@unocss/core": "66.0.0", | ||
"@unocss/preset-wind3": "66.0.0" | ||
}, | ||
@@ -65,0 +63,0 @@ "scripts": { |
# @unocss/preset-uno | ||
The default preset for [UnoCSS](https://github.com/unocss/unocss). | ||
This package is deprecated and renamed to `@unocss/preset-wind3`. | ||
## Documentation | ||
Please refer to the [documentation](https://unocss.dev/presets/uno). | ||
## License | ||
MIT License © 2021-PRESENT [Anthony Fu](https://github.com/antfu) |
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
2
4475
28
8
+ Added@unocss/preset-wind3@66.0.0
+ Added@unocss/core@66.0.0(transitive)
+ Added@unocss/extractor-arbitrary-variants@66.0.0(transitive)
+ Added@unocss/preset-mini@66.0.0(transitive)
+ Added@unocss/preset-wind3@66.0.0(transitive)
+ Added@unocss/rule-utils@66.0.0(transitive)
- Removed@unocss/preset-mini@65.5.0
- Removed@unocss/preset-wind@65.5.0
- Removed@unocss/rule-utils@65.5.0
- Removed@unocss/core@65.5.0(transitive)
- Removed@unocss/extractor-arbitrary-variants@65.5.0(transitive)
- Removed@unocss/preset-mini@65.5.0(transitive)
- Removed@unocss/preset-wind@65.5.0(transitive)
- Removed@unocss/rule-utils@65.5.0(transitive)
Updated@unocss/core@66.0.0