@unocss/preset-wind 66.3.3 → 66.4.0

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 CHANGED
@@ -9,4 +9,5 @@ interface PresetWindOptions extends PresetWind3Options {
9
9
  */
10
10
  declare const presetWind: _unocss_core.PresetFactory<Theme, PresetWindOptions>;
11
11
 
12
- export { type PresetWindOptions, presetWind as default, presetWind };
12
+ export { presetWind as default, presetWind };
13
+ export type { PresetWindOptions };
package/dist/index.d.ts CHANGED
@@ -9,4 +9,5 @@ interface PresetWindOptions extends PresetWind3Options {
9
9
  */
10
10
  declare const presetWind: _unocss_core.PresetFactory<Theme, PresetWindOptions>;
11
11
 
12
- export { type PresetWindOptions, presetWind as default, presetWind };
12
+ export { presetWind as default, presetWind };
13
+ export type { PresetWindOptions };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unocss/preset-wind",
3
3
  "type": "module",
4
- "version": "66.3.3",
4
+ "version": "66.4.0",
5
5
  "description": "Deprecated, renamed to `@unocss/preset-wind3`",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -55,8 +55,8 @@
55
55
  "dist"
56
56
  ],
57
57
  "dependencies": {
58
- "@unocss/core": "66.3.3",
59
- "@unocss/preset-wind3": "66.3.3"
58
+ "@unocss/core": "66.4.0",
59
+ "@unocss/preset-wind3": "66.4.0"
60
60
  },
61
61
  "scripts": {
62
62
  "build": "unbuild",