@pandacss/generator 0.12.2 → 0.13.1

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
@@ -28,7 +28,7 @@ declare const getEngine: (conf: ConfigResultWithHooks) => {
28
28
  styleFnName: string;
29
29
  jsxName: string;
30
30
  }[];
31
- getFnName: (jsxName: string) => string;
31
+ find: (jsxName: string) => string;
32
32
  filter: (jsxName: string) => {
33
33
  props: string[];
34
34
  blocklistType: string;
@@ -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: {
@@ -258,7 +264,7 @@ declare const createGenerator: (conf: ConfigResultWithHooks) => {
258
264
  styleFnName: string;
259
265
  jsxName: string;
260
266
  }[];
261
- getFnName: (jsxName: string) => string;
267
+ find: (jsxName: string) => string;
262
268
  filter: (jsxName: string) => {
263
269
  props: string[];
264
270
  blocklistType: string;
@@ -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
@@ -28,7 +28,7 @@ declare const getEngine: (conf: ConfigResultWithHooks) => {
28
28
  styleFnName: string;
29
29
  jsxName: string;
30
30
  }[];
31
- getFnName: (jsxName: string) => string;
31
+ find: (jsxName: string) => string;
32
32
  filter: (jsxName: string) => {
33
33
  props: string[];
34
34
  blocklistType: string;
@@ -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: {
@@ -258,7 +264,7 @@ declare const createGenerator: (conf: ConfigResultWithHooks) => {
258
264
  styleFnName: string;
259
265
  jsxName: string;
260
266
  }[];
261
- getFnName: (jsxName: string) => string;
267
+ find: (jsxName: string) => string;
262
268
  filter: (jsxName: string) => {
263
269
  props: string[];
264
270
  blocklistType: string;
@@ -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: {