@unocss/preset-wind 0.52.4 → 0.52.6

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
@@ -899,6 +899,7 @@ const rules = [
899
899
  ___namespace.paddings,
900
900
  ___namespace.textAligns,
901
901
  ___namespace.textIndents,
902
+ ___namespace.textWraps,
902
903
  ___namespace.verticalAligns,
903
904
  ___namespace.fonts,
904
905
  ___namespace.textTransforms,
package/dist/index.mjs CHANGED
@@ -883,6 +883,7 @@ const rules = [
883
883
  _.paddings,
884
884
  _.textAligns,
885
885
  _.textIndents,
886
+ _.textWraps,
886
887
  _.verticalAligns,
887
888
  _.fonts,
888
889
  _.textTransforms,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/preset-wind",
3
- "version": "0.52.4",
3
+ "version": "0.52.6",
4
4
  "description": "Tailwind / Windi CSS compact preset for UnoCSS",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",
@@ -35,8 +35,8 @@
35
35
  "*.css"
36
36
  ],
37
37
  "dependencies": {
38
- "@unocss/core": "0.52.4",
39
- "@unocss/preset-mini": "0.52.4"
38
+ "@unocss/core": "0.52.6",
39
+ "@unocss/preset-mini": "0.52.6"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "unbuild",