@unocss/preset-wind 0.45.8 → 0.45.9

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
@@ -1088,7 +1088,7 @@ const variantOrientations = [
1088
1088
  ];
1089
1089
 
1090
1090
  const variantSpaceAndDivide = (matcher) => {
1091
- if (/^space-?([xy])-?(-?.+)$/.test(matcher) || /^divide-/.test(matcher)) {
1091
+ if (/^space-?([xy])-?(-?.+)$/.test(matcher) || matcher.startsWith("divide-")) {
1092
1092
  return {
1093
1093
  matcher,
1094
1094
  selector: (input) => {
package/dist/index.mjs CHANGED
@@ -1085,7 +1085,7 @@ const variantOrientations = [
1085
1085
  ];
1086
1086
 
1087
1087
  const variantSpaceAndDivide = (matcher) => {
1088
- if (/^space-?([xy])-?(-?.+)$/.test(matcher) || /^divide-/.test(matcher)) {
1088
+ if (/^space-?([xy])-?(-?.+)$/.test(matcher) || matcher.startsWith("divide-")) {
1089
1089
  return {
1090
1090
  matcher,
1091
1091
  selector: (input) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/preset-wind",
3
- "version": "0.45.8",
3
+ "version": "0.45.9",
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.45.8",
39
- "@unocss/preset-mini": "0.45.8"
38
+ "@unocss/core": "0.45.9",
39
+ "@unocss/preset-mini": "0.45.9"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "unbuild",