@unocss/transformer-variant-group 0.55.2 → 0.55.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.d.cts CHANGED
@@ -19,4 +19,4 @@ interface TransformerVariantGroupOptions {
19
19
  }
20
20
  declare function transformerVariantGroup(options?: TransformerVariantGroupOptions): SourceCodeTransformer;
21
21
 
22
- export { TransformerVariantGroupOptions, transformerVariantGroup as default };
22
+ export { type TransformerVariantGroupOptions, transformerVariantGroup as default };
package/dist/index.d.mts CHANGED
@@ -19,4 +19,4 @@ interface TransformerVariantGroupOptions {
19
19
  }
20
20
  declare function transformerVariantGroup(options?: TransformerVariantGroupOptions): SourceCodeTransformer;
21
21
 
22
- export { TransformerVariantGroupOptions, transformerVariantGroup as default };
22
+ export { type TransformerVariantGroupOptions, transformerVariantGroup as default };
package/dist/index.d.ts CHANGED
@@ -19,4 +19,4 @@ interface TransformerVariantGroupOptions {
19
19
  }
20
20
  declare function transformerVariantGroup(options?: TransformerVariantGroupOptions): SourceCodeTransformer;
21
21
 
22
- export { TransformerVariantGroupOptions, transformerVariantGroup as default };
22
+ export { type TransformerVariantGroupOptions, transformerVariantGroup as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/transformer-variant-group",
3
- "version": "0.55.2",
3
+ "version": "0.55.3",
4
4
  "description": "Variant group transformer for UnoCSS",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",
@@ -33,10 +33,10 @@
33
33
  "dist"
34
34
  ],
35
35
  "dependencies": {
36
- "@unocss/core": "0.55.2"
36
+ "@unocss/core": "0.55.3"
37
37
  },
38
38
  "devDependencies": {
39
- "magic-string": "^0.30.2"
39
+ "magic-string": "^0.30.3"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "unbuild",