@unocss/preset-wind 0.61.5 → 0.61.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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -0
  2. package/package.json +4 -4
package/dist/index.mjs CHANGED
@@ -913,6 +913,7 @@ const rules = [
913
913
  _.borders,
914
914
  _.bgColors,
915
915
  backgroundStyles,
916
+ _.colorScheme,
916
917
  _.svgUtilities,
917
918
  objectPositions,
918
919
  _.paddings,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unocss/preset-wind",
3
3
  "type": "module",
4
- "version": "0.61.5",
4
+ "version": "0.61.7",
5
5
  "description": "Tailwind / Windi CSS compact preset for UnoCSS",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -35,9 +35,9 @@
35
35
  "dist"
36
36
  ],
37
37
  "dependencies": {
38
- "@unocss/preset-mini": "0.61.5",
39
- "@unocss/core": "0.61.5",
40
- "@unocss/rule-utils": "0.61.5"
38
+ "@unocss/core": "0.61.7",
39
+ "@unocss/rule-utils": "0.61.7",
40
+ "@unocss/preset-mini": "0.61.7"
41
41
  },
42
42
  "scripts": {
43
43
  "build": "unbuild",