@unocss/rule-utils 66.3.1 → 66.3.3
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.mjs +1 -5
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -645,11 +645,7 @@ function createTaggedPseudoClasses(options, utils) {
|
|
|
645
645
|
tagWithPrefix("group", " "),
|
|
646
646
|
tagWithPrefix("peer", "~"),
|
|
647
647
|
tagWithPrefix("parent", ">"),
|
|
648
|
-
tagWithPrefix("previous", "+")
|
|
649
|
-
tagWithPrefix("group-aria", " "),
|
|
650
|
-
tagWithPrefix("peer-aria", "~"),
|
|
651
|
-
tagWithPrefix("parent-aria", ">"),
|
|
652
|
-
tagWithPrefix("previous-aria", "+")
|
|
648
|
+
tagWithPrefix("previous", "+")
|
|
653
649
|
];
|
|
654
650
|
}
|
|
655
651
|
const PartClassesRE = /(part-\[(.+)\]:)(.+)/;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unocss/rule-utils",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "66.3.
|
|
4
|
+
"version": "66.3.3",
|
|
5
5
|
"description": "Utilities for UnoCSS",
|
|
6
6
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"homepage": "https://unocss.dev",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
|
-
"url": "git+https://github.com/unocss/unocss",
|
|
12
|
+
"url": "git+https://github.com/unocss/unocss.git",
|
|
13
13
|
"directory": "packages-presets/rule-utils"
|
|
14
14
|
},
|
|
15
15
|
"bugs": {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"magic-string": "^0.30.17",
|
|
37
|
-
"@unocss/core": "^66.3.
|
|
37
|
+
"@unocss/core": "^66.3.3"
|
|
38
38
|
},
|
|
39
39
|
"scripts": {
|
|
40
40
|
"build": "unbuild",
|