@unocss/transformer-variant-group 66.3.2 → 66.4.0
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.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -19,4 +19,5 @@ interface TransformerVariantGroupOptions {
|
|
|
19
19
|
}
|
|
20
20
|
declare function transformerVariantGroup(options?: TransformerVariantGroupOptions): SourceCodeTransformer;
|
|
21
21
|
|
|
22
|
-
export {
|
|
22
|
+
export { transformerVariantGroup as default };
|
|
23
|
+
export type { TransformerVariantGroupOptions };
|
package/dist/index.d.ts
CHANGED
|
@@ -19,4 +19,5 @@ interface TransformerVariantGroupOptions {
|
|
|
19
19
|
}
|
|
20
20
|
declare function transformerVariantGroup(options?: TransformerVariantGroupOptions): SourceCodeTransformer;
|
|
21
21
|
|
|
22
|
-
export {
|
|
22
|
+
export { transformerVariantGroup as default };
|
|
23
|
+
export type { TransformerVariantGroupOptions };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unocss/transformer-variant-group",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "66.
|
|
4
|
+
"version": "66.4.0",
|
|
5
5
|
"description": "Variant group transformer 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/transformer-variant-group"
|
|
14
14
|
},
|
|
15
15
|
"bugs": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"dist"
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@unocss/core": "66.
|
|
36
|
+
"@unocss/core": "66.4.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"magic-string": "^0.30.17"
|