@unocss/preset-uno 0.56.0 → 0.56.2
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.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +7 -7
package/dist/index.d.cts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as _unocss_core from '@unocss/core';
|
|
2
|
-
import { PresetMiniOptions } from '@unocss/preset-mini';
|
|
2
|
+
import { PresetMiniOptions, Theme } from '@unocss/preset-mini';
|
|
3
3
|
export { Theme } from '@unocss/preset-mini';
|
|
4
4
|
|
|
5
5
|
interface PresetUnoOptions extends PresetMiniOptions {
|
|
6
6
|
}
|
|
7
|
-
declare const presetUno: _unocss_core.PresetFactory<
|
|
7
|
+
declare const presetUno: _unocss_core.PresetFactory<Theme, PresetUnoOptions>;
|
|
8
8
|
|
|
9
9
|
export { type PresetUnoOptions, presetUno as default, presetUno };
|
package/dist/index.d.mts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as _unocss_core from '@unocss/core';
|
|
2
|
-
import { PresetMiniOptions } from '@unocss/preset-mini';
|
|
2
|
+
import { PresetMiniOptions, Theme } from '@unocss/preset-mini';
|
|
3
3
|
export { Theme } from '@unocss/preset-mini';
|
|
4
4
|
|
|
5
5
|
interface PresetUnoOptions extends PresetMiniOptions {
|
|
6
6
|
}
|
|
7
|
-
declare const presetUno: _unocss_core.PresetFactory<
|
|
7
|
+
declare const presetUno: _unocss_core.PresetFactory<Theme, PresetUnoOptions>;
|
|
8
8
|
|
|
9
9
|
export { type PresetUnoOptions, presetUno as default, presetUno };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as _unocss_core from '@unocss/core';
|
|
2
|
-
import { PresetMiniOptions } from '@unocss/preset-mini';
|
|
2
|
+
import { PresetMiniOptions, Theme } from '@unocss/preset-mini';
|
|
3
3
|
export { Theme } from '@unocss/preset-mini';
|
|
4
4
|
|
|
5
5
|
interface PresetUnoOptions extends PresetMiniOptions {
|
|
6
6
|
}
|
|
7
|
-
declare const presetUno: _unocss_core.PresetFactory<
|
|
7
|
+
declare const presetUno: _unocss_core.PresetFactory<Theme, PresetUnoOptions>;
|
|
8
8
|
|
|
9
9
|
export { type PresetUnoOptions, presetUno as default, presetUno };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unocss/preset-uno",
|
|
3
|
-
"version": "0.56.
|
|
3
|
+
"version": "0.56.2",
|
|
4
4
|
"description": "The default preset for UnoCSS",
|
|
5
5
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -46,14 +46,14 @@
|
|
|
46
46
|
"module": "dist/index.mjs",
|
|
47
47
|
"types": "dist/index.d.ts",
|
|
48
48
|
"files": [
|
|
49
|
-
"
|
|
50
|
-
"
|
|
49
|
+
"*.css",
|
|
50
|
+
"dist"
|
|
51
51
|
],
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@unocss/core": "0.56.
|
|
54
|
-
"@unocss/preset-mini": "0.56.
|
|
55
|
-
"@unocss/preset-wind": "0.56.
|
|
56
|
-
"@unocss/rule-utils": "0.56.
|
|
53
|
+
"@unocss/core": "0.56.2",
|
|
54
|
+
"@unocss/preset-mini": "0.56.2",
|
|
55
|
+
"@unocss/preset-wind": "0.56.2",
|
|
56
|
+
"@unocss/rule-utils": "0.56.2"
|
|
57
57
|
},
|
|
58
58
|
"scripts": {
|
|
59
59
|
"build": "unbuild",
|