@unocss/preset-uno 0.63.4 → 0.63.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +5 -5
package/dist/index.d.mts
CHANGED
|
@@ -5,7 +5,7 @@ export { Theme } from '@unocss/preset-mini';
|
|
|
5
5
|
interface PresetUnoOptions extends PresetMiniOptions {
|
|
6
6
|
}
|
|
7
7
|
/**
|
|
8
|
-
* The
|
|
8
|
+
* The default UnoCSS preset, provide Tailwind-like utilities with some additional features.
|
|
9
9
|
*
|
|
10
10
|
* @see https://unocss.dev/presets/uno
|
|
11
11
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ export { Theme } from '@unocss/preset-mini';
|
|
|
5
5
|
interface PresetUnoOptions extends PresetMiniOptions {
|
|
6
6
|
}
|
|
7
7
|
/**
|
|
8
|
-
* The
|
|
8
|
+
* The default UnoCSS preset, provide Tailwind-like utilities with some additional features.
|
|
9
9
|
*
|
|
10
10
|
* @see https://unocss.dev/presets/uno
|
|
11
11
|
*/
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unocss/preset-uno",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.63.
|
|
4
|
+
"version": "0.63.5",
|
|
5
5
|
"description": "The default preset for UnoCSS",
|
|
6
6
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -55,10 +55,10 @@
|
|
|
55
55
|
"dist"
|
|
56
56
|
],
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@unocss/preset-
|
|
59
|
-
"@unocss/
|
|
60
|
-
"@unocss/
|
|
61
|
-
"@unocss/core": "0.63.
|
|
58
|
+
"@unocss/preset-mini": "0.63.5",
|
|
59
|
+
"@unocss/preset-wind": "0.63.5",
|
|
60
|
+
"@unocss/rule-utils": "0.63.5",
|
|
61
|
+
"@unocss/core": "0.63.5"
|
|
62
62
|
},
|
|
63
63
|
"scripts": {
|
|
64
64
|
"build": "unbuild",
|