@unocss/preset-uno 0.42.0 → 0.43.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
@@ -68,7 +68,8 @@ const presetUno = (options = {}) => {
68
68
  variantColorMix
69
69
  ],
70
70
  options,
71
- preflights: presetMini.preflights
71
+ preflights: presetMini.preflights,
72
+ prefix: options.prefix
72
73
  };
73
74
  };
74
75
 
package/dist/index.mjs CHANGED
@@ -64,7 +64,8 @@ const presetUno = (options = {}) => {
64
64
  variantColorMix
65
65
  ],
66
66
  options,
67
- preflights
67
+ preflights,
68
+ prefix: options.prefix
68
69
  };
69
70
  };
70
71
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/preset-uno",
3
- "version": "0.42.0",
3
+ "version": "0.43.1",
4
4
  "description": "The default preset for UnoCSS",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",
@@ -50,9 +50,9 @@
50
50
  "*.css"
51
51
  ],
52
52
  "dependencies": {
53
- "@unocss/core": "0.42.0",
54
- "@unocss/preset-mini": "0.42.0",
55
- "@unocss/preset-wind": "0.42.0"
53
+ "@unocss/core": "0.43.1",
54
+ "@unocss/preset-mini": "0.43.1",
55
+ "@unocss/preset-wind": "0.43.1"
56
56
  },
57
57
  "scripts": {
58
58
  "build": "unbuild",