@unocss/preset-uno 0.29.5 → 0.30.1

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.cjs CHANGED
@@ -66,8 +66,7 @@ const presetUno = (options = {}) => {
66
66
  ...presetWind.variants(options),
67
67
  variantColorMix
68
68
  ],
69
- options,
70
- autocomplete: presetWind.autocomplete
69
+ options
71
70
  };
72
71
  };
73
72
 
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { theme, rules, shortcuts, variants, autocomplete } from '@unocss/preset-wind';
1
+ import { theme, rules, shortcuts, variants } from '@unocss/preset-wind';
2
2
  import { parseCssColor, colorToString } from '@unocss/preset-mini/utils';
3
3
 
4
4
  const mixComponent = (v1, v2, w) => `calc(${v2} + (${v1} - ${v2}) * ${w} / 100)`;
@@ -62,8 +62,7 @@ const presetUno = (options = {}) => {
62
62
  ...variants(options),
63
63
  variantColorMix
64
64
  ],
65
- options,
66
- autocomplete
65
+ options
67
66
  };
68
67
  };
69
68
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/preset-uno",
3
- "version": "0.29.5",
3
+ "version": "0.30.1",
4
4
  "description": "The default preset for UnoCSS",
5
5
  "keywords": [
6
6
  "unocss",
@@ -50,9 +50,9 @@
50
50
  ],
51
51
  "sideEffects": false,
52
52
  "dependencies": {
53
- "@unocss/core": "0.29.5",
54
- "@unocss/preset-mini": "0.29.5",
55
- "@unocss/preset-wind": "0.29.5"
53
+ "@unocss/core": "0.30.1",
54
+ "@unocss/preset-mini": "0.30.1",
55
+ "@unocss/preset-wind": "0.30.1"
56
56
  },
57
57
  "scripts": {
58
58
  "build": "unbuild",