@unocss/preset-uno 66.6.7 → 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.
Files changed (2) hide show
  1. package/dist/index.d.mts +2 -2
  2. package/package.json +3 -3
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 PresetUnoOptions extends PresetWind3Options {}
6
6
  /**
7
7
  * @deprecated Use `presetWind3` from `@unocss/preset-wind3` instead
8
8
  */
9
- declare const presetUno: _unocss_core0.PresetFactory<Theme, PresetUnoOptions>;
9
+ declare const presetUno: _$_unocss_core0.PresetFactory<Theme, PresetUnoOptions>;
10
10
  //#endregion
11
11
  export { PresetUnoOptions, type Theme, presetUno as default, presetUno };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unocss/preset-uno",
3
3
  "type": "module",
4
- "version": "66.6.7",
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.7",
44
- "@unocss/preset-wind3": "66.6.7"
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",