@unocss/preset-wind 0.58.5 → 0.58.7
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 +5 -0
- package/dist/index.d.mts +5 -0
- package/dist/index.d.ts +5 -0
- package/package.json +4 -4
package/dist/index.d.cts
CHANGED
|
@@ -26,6 +26,11 @@ interface PresetWindOptions extends PresetMiniOptions {
|
|
|
26
26
|
*/
|
|
27
27
|
important?: boolean | string;
|
|
28
28
|
}
|
|
29
|
+
/**
|
|
30
|
+
* The Tailwind CSS / Windi CSS compact preset for UnoCSS.
|
|
31
|
+
*
|
|
32
|
+
* @see https://unocss.dev/presets/wind
|
|
33
|
+
*/
|
|
29
34
|
declare const presetWind: _unocss_core.PresetFactory<_unocss_preset_mini.Theme, PresetWindOptions>;
|
|
30
35
|
|
|
31
36
|
export { type PresetWindOptions, presetWind as default, presetWind, rules, shortcuts, theme, variants };
|
package/dist/index.d.mts
CHANGED
|
@@ -26,6 +26,11 @@ interface PresetWindOptions extends PresetMiniOptions {
|
|
|
26
26
|
*/
|
|
27
27
|
important?: boolean | string;
|
|
28
28
|
}
|
|
29
|
+
/**
|
|
30
|
+
* The Tailwind CSS / Windi CSS compact preset for UnoCSS.
|
|
31
|
+
*
|
|
32
|
+
* @see https://unocss.dev/presets/wind
|
|
33
|
+
*/
|
|
29
34
|
declare const presetWind: _unocss_core.PresetFactory<_unocss_preset_mini.Theme, PresetWindOptions>;
|
|
30
35
|
|
|
31
36
|
export { type PresetWindOptions, presetWind as default, presetWind, rules, shortcuts, theme, variants };
|
package/dist/index.d.ts
CHANGED
|
@@ -26,6 +26,11 @@ interface PresetWindOptions extends PresetMiniOptions {
|
|
|
26
26
|
*/
|
|
27
27
|
important?: boolean | string;
|
|
28
28
|
}
|
|
29
|
+
/**
|
|
30
|
+
* The Tailwind CSS / Windi CSS compact preset for UnoCSS.
|
|
31
|
+
*
|
|
32
|
+
* @see https://unocss.dev/presets/wind
|
|
33
|
+
*/
|
|
29
34
|
declare const presetWind: _unocss_core.PresetFactory<_unocss_preset_mini.Theme, PresetWindOptions>;
|
|
30
35
|
|
|
31
36
|
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.58.
|
|
3
|
+
"version": "0.58.7",
|
|
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
|
"dist"
|
|
36
36
|
],
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@unocss/core": "0.58.
|
|
39
|
-
"@unocss/preset-mini": "0.58.
|
|
40
|
-
"@unocss/rule-utils": "0.58.
|
|
38
|
+
"@unocss/core": "0.58.7",
|
|
39
|
+
"@unocss/preset-mini": "0.58.7",
|
|
40
|
+
"@unocss/rule-utils": "0.58.7"
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
43
43
|
"build": "unbuild",
|