@unocss/preset-uno 66.6.6 → 66.6.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/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.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 presetUno = definePreset((options = {}) => {
11
10
  name: "@unocss/preset-uno"
12
11
  };
13
12
  });
14
- var src_default = presetUno;
15
-
16
13
  //#endregion
17
- export { src_default as default, presetUno };
14
+ export { presetUno as default, presetUno };
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-uno",
3
3
  "type": "module",
4
- "version": "66.6.6",
4
+ "version": "66.6.7",
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.6",
44
- "@unocss/preset-wind3": "66.6.6"
43
+ "@unocss/core": "66.6.7",
44
+ "@unocss/preset-wind3": "66.6.7"
45
45
  },
46
46
  "scripts": {
47
47
  "build": "tsdown --config-loader unrun",