@unocss/preset-wind 0.56.0 → 0.56.1
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 +4 -4
package/dist/index.d.cts
CHANGED
|
@@ -4,7 +4,7 @@ import * as _unocss_preset_mini from '@unocss/preset-mini';
|
|
|
4
4
|
import { Theme, PresetMiniOptions } from '@unocss/preset-mini';
|
|
5
5
|
export { Theme, colors, preflights } from '@unocss/preset-mini';
|
|
6
6
|
|
|
7
|
-
declare const rules: Rule[];
|
|
7
|
+
declare const rules: Rule<Theme>[];
|
|
8
8
|
|
|
9
9
|
declare const shortcuts: _unocss_core.Shortcut<_unocss_preset_mini.Theme>[];
|
|
10
10
|
|
|
@@ -14,6 +14,6 @@ declare function variants(options: PresetWindOptions): Variant<Theme>[];
|
|
|
14
14
|
|
|
15
15
|
interface PresetWindOptions extends PresetMiniOptions {
|
|
16
16
|
}
|
|
17
|
-
declare const presetWind: _unocss_core.PresetFactory<
|
|
17
|
+
declare const presetWind: _unocss_core.PresetFactory<_unocss_preset_mini.Theme, PresetWindOptions>;
|
|
18
18
|
|
|
19
19
|
export { type PresetWindOptions, presetWind as default, presetWind, rules, shortcuts, theme, variants };
|
package/dist/index.d.mts
CHANGED
|
@@ -4,7 +4,7 @@ import * as _unocss_preset_mini from '@unocss/preset-mini';
|
|
|
4
4
|
import { Theme, PresetMiniOptions } from '@unocss/preset-mini';
|
|
5
5
|
export { Theme, colors, preflights } from '@unocss/preset-mini';
|
|
6
6
|
|
|
7
|
-
declare const rules: Rule[];
|
|
7
|
+
declare const rules: Rule<Theme>[];
|
|
8
8
|
|
|
9
9
|
declare const shortcuts: _unocss_core.Shortcut<_unocss_preset_mini.Theme>[];
|
|
10
10
|
|
|
@@ -14,6 +14,6 @@ declare function variants(options: PresetWindOptions): Variant<Theme>[];
|
|
|
14
14
|
|
|
15
15
|
interface PresetWindOptions extends PresetMiniOptions {
|
|
16
16
|
}
|
|
17
|
-
declare const presetWind: _unocss_core.PresetFactory<
|
|
17
|
+
declare const presetWind: _unocss_core.PresetFactory<_unocss_preset_mini.Theme, PresetWindOptions>;
|
|
18
18
|
|
|
19
19
|
export { type PresetWindOptions, presetWind as default, presetWind, rules, shortcuts, theme, variants };
|
package/dist/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import * as _unocss_preset_mini from '@unocss/preset-mini';
|
|
|
4
4
|
import { Theme, PresetMiniOptions } from '@unocss/preset-mini';
|
|
5
5
|
export { Theme, colors, preflights } from '@unocss/preset-mini';
|
|
6
6
|
|
|
7
|
-
declare const rules: Rule[];
|
|
7
|
+
declare const rules: Rule<Theme>[];
|
|
8
8
|
|
|
9
9
|
declare const shortcuts: _unocss_core.Shortcut<_unocss_preset_mini.Theme>[];
|
|
10
10
|
|
|
@@ -14,6 +14,6 @@ declare function variants(options: PresetWindOptions): Variant<Theme>[];
|
|
|
14
14
|
|
|
15
15
|
interface PresetWindOptions extends PresetMiniOptions {
|
|
16
16
|
}
|
|
17
|
-
declare const presetWind: _unocss_core.PresetFactory<
|
|
17
|
+
declare const presetWind: _unocss_core.PresetFactory<_unocss_preset_mini.Theme, PresetWindOptions>;
|
|
18
18
|
|
|
19
19
|
export { type PresetWindOptions, presetWind as default, presetWind, rules, shortcuts, theme, variants };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unocss/preset-wind",
|
|
3
|
-
"version": "0.56.
|
|
3
|
+
"version": "0.56.1",
|
|
4
4
|
"description": "Tailwind / Windi CSS compact preset for UnoCSS",
|
|
5
5
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
"*.css"
|
|
36
36
|
],
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@unocss/core": "0.56.
|
|
39
|
-
"@unocss/preset-mini": "0.56.
|
|
40
|
-
"@unocss/rule-utils": "0.56.
|
|
38
|
+
"@unocss/core": "0.56.1",
|
|
39
|
+
"@unocss/preset-mini": "0.56.1",
|
|
40
|
+
"@unocss/rule-utils": "0.56.1"
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
43
43
|
"build": "unbuild",
|