@pandacss/generator 0.13.0 → 0.14.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 CHANGED
@@ -66,8 +66,14 @@ declare const getEngine: (conf: ConfigResultWithHooks) => {
66
66
  };
67
67
  file: {
68
68
  ext(file: string): string;
69
+ extDts(file: string): string;
70
+ __extDts(file: string): string;
69
71
  import(mod: string, file: string): string;
70
- export(file: string): string;
72
+ importType(mod: string, file: string): string;
73
+ exportType(mod: string, file: string): string;
74
+ exportStar(file: string): string;
75
+ exportTypeStar(file: string): string;
76
+ isTypeFile(file: string): boolean;
71
77
  };
72
78
  isTemplateLiteralSyntax: boolean;
73
79
  studio: {
@@ -296,8 +302,14 @@ declare const createGenerator: (conf: ConfigResultWithHooks) => {
296
302
  };
297
303
  file: {
298
304
  ext(file: string): string;
305
+ extDts(file: string): string;
306
+ __extDts(file: string): string;
299
307
  import(mod: string, file: string): string;
300
- export(file: string): string;
308
+ importType(mod: string, file: string): string;
309
+ exportType(mod: string, file: string): string;
310
+ exportStar(file: string): string;
311
+ exportTypeStar(file: string): string;
312
+ isTypeFile(file: string): boolean;
301
313
  };
302
314
  isTemplateLiteralSyntax: boolean;
303
315
  studio: {
package/dist/index.d.ts CHANGED
@@ -66,8 +66,14 @@ declare const getEngine: (conf: ConfigResultWithHooks) => {
66
66
  };
67
67
  file: {
68
68
  ext(file: string): string;
69
+ extDts(file: string): string;
70
+ __extDts(file: string): string;
69
71
  import(mod: string, file: string): string;
70
- export(file: string): string;
72
+ importType(mod: string, file: string): string;
73
+ exportType(mod: string, file: string): string;
74
+ exportStar(file: string): string;
75
+ exportTypeStar(file: string): string;
76
+ isTypeFile(file: string): boolean;
71
77
  };
72
78
  isTemplateLiteralSyntax: boolean;
73
79
  studio: {
@@ -296,8 +302,14 @@ declare const createGenerator: (conf: ConfigResultWithHooks) => {
296
302
  };
297
303
  file: {
298
304
  ext(file: string): string;
305
+ extDts(file: string): string;
306
+ __extDts(file: string): string;
299
307
  import(mod: string, file: string): string;
300
- export(file: string): string;
308
+ importType(mod: string, file: string): string;
309
+ exportType(mod: string, file: string): string;
310
+ exportStar(file: string): string;
311
+ exportTypeStar(file: string): string;
312
+ isTypeFile(file: string): boolean;
301
313
  };
302
314
  isTemplateLiteralSyntax: boolean;
303
315
  studio: {