@unocss/preset-wind 66.6.6 → 66.6.8
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/colors.mjs +2 -3
- package/dist/index.d.mts +2 -2
- package/dist/index.mjs +1 -4
- package/dist/theme.mjs +2 -3
- package/dist/utils.mjs +2 -3
- package/package.json +3 -3
package/dist/colors.mjs
CHANGED
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
export * from "@unocss/preset-wind3/colors"
|
|
2
|
-
|
|
3
|
-
export { };
|
|
1
|
+
export * from "@unocss/preset-wind3/colors";
|
|
2
|
+
export {};
|
package/dist/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as _unocss_core0 from "@unocss/core";
|
|
1
|
+
import * as _$_unocss_core0 from "@unocss/core";
|
|
2
2
|
import { PresetWind3Options, Theme } from "@unocss/preset-wind3";
|
|
3
3
|
|
|
4
4
|
//#region src/index.d.ts
|
|
@@ -6,6 +6,6 @@ interface PresetWindOptions extends PresetWind3Options {}
|
|
|
6
6
|
/**
|
|
7
7
|
* @deprecated Use `presetWind3` from `@unocss/preset-wind3` instead
|
|
8
8
|
*/
|
|
9
|
-
declare const presetWind: _unocss_core0.PresetFactory<Theme, PresetWindOptions>;
|
|
9
|
+
declare const presetWind: _$_unocss_core0.PresetFactory<Theme, PresetWindOptions>;
|
|
10
10
|
//#endregion
|
|
11
11
|
export { PresetWindOptions, type Theme, presetWind as default, presetWind };
|
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { definePreset } from "@unocss/core";
|
|
2
2
|
import { presetWind3 } from "@unocss/preset-wind3";
|
|
3
|
-
|
|
4
3
|
//#region src/index.ts
|
|
5
4
|
/**
|
|
6
5
|
* @deprecated Use `presetWind3` from `@unocss/preset-wind3` instead
|
|
@@ -11,7 +10,5 @@ const presetWind = definePreset((options = {}) => {
|
|
|
11
10
|
name: "@unocss/preset-wind"
|
|
12
11
|
};
|
|
13
12
|
});
|
|
14
|
-
var src_default = presetWind;
|
|
15
|
-
|
|
16
13
|
//#endregion
|
|
17
|
-
export {
|
|
14
|
+
export { presetWind as default, presetWind };
|
package/dist/theme.mjs
CHANGED
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
export * from "@unocss/preset-wind3/theme"
|
|
2
|
-
|
|
3
|
-
export { };
|
|
1
|
+
export * from "@unocss/preset-wind3/theme";
|
|
2
|
+
export {};
|
package/dist/utils.mjs
CHANGED
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
export * from "@unocss/preset-wind3/utils"
|
|
2
|
-
|
|
3
|
-
export { };
|
|
1
|
+
export * from "@unocss/preset-wind3/utils";
|
|
2
|
+
export {};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unocss/preset-wind",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "66.6.
|
|
4
|
+
"version": "66.6.8",
|
|
5
5
|
"description": "Deprecated, renamed to `@unocss/preset-wind3`",
|
|
6
6
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"dist"
|
|
41
41
|
],
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@unocss/core": "66.6.
|
|
44
|
-
"@unocss/preset-wind3": "66.6.
|
|
43
|
+
"@unocss/core": "66.6.8",
|
|
44
|
+
"@unocss/preset-wind3": "66.6.8"
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|
|
47
47
|
"build": "tsdown --config-loader unrun",
|