@unocss/preset-wind 0.55.2 → 0.55.4

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 CHANGED
@@ -16,4 +16,4 @@ interface PresetWindOptions extends PresetMiniOptions {
16
16
  }
17
17
  declare function presetWind(options?: PresetWindOptions): Preset<Theme>;
18
18
 
19
- export { PresetWindOptions, presetWind as default, presetWind, rules, shortcuts, theme, variants };
19
+ export { type PresetWindOptions, presetWind as default, presetWind, rules, shortcuts, theme, variants };
package/dist/index.d.mts CHANGED
@@ -16,4 +16,4 @@ interface PresetWindOptions extends PresetMiniOptions {
16
16
  }
17
17
  declare function presetWind(options?: PresetWindOptions): Preset<Theme>;
18
18
 
19
- export { PresetWindOptions, presetWind as default, presetWind, rules, shortcuts, theme, variants };
19
+ export { type PresetWindOptions, presetWind as default, presetWind, rules, shortcuts, theme, variants };
package/dist/index.d.ts CHANGED
@@ -16,4 +16,4 @@ interface PresetWindOptions extends PresetMiniOptions {
16
16
  }
17
17
  declare function presetWind(options?: PresetWindOptions): Preset<Theme>;
18
18
 
19
- export { PresetWindOptions, presetWind as default, presetWind, rules, shortcuts, theme, variants };
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.55.2",
3
+ "version": "0.55.4",
4
4
  "description": "Tailwind / Windi CSS compact preset for UnoCSS",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",
@@ -35,8 +35,8 @@
35
35
  "*.css"
36
36
  ],
37
37
  "dependencies": {
38
- "@unocss/core": "0.55.2",
39
- "@unocss/preset-mini": "0.55.2"
38
+ "@unocss/core": "0.55.4",
39
+ "@unocss/preset-mini": "0.55.4"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "unbuild",