@pandacss/generator 0.0.0-dev-20230623115344 → 0.0.0-dev-20230625171447

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.ts CHANGED
@@ -60,6 +60,7 @@ declare const getEngine: (conf: ConfigResultWithHooks) => {
60
60
  import(mod: string, file: string): string;
61
61
  export(file: string): string;
62
62
  };
63
+ isTemplateLiteralSyntax: boolean;
63
64
  studio: {
64
65
  outdir: string;
65
66
  logo?: string | undefined;
@@ -229,6 +230,7 @@ declare const createGenerator: (conf: ConfigResultWithHooks) => {
229
230
  import(mod: string, file: string): string;
230
231
  export(file: string): string;
231
232
  };
233
+ isTemplateLiteralSyntax: boolean;
232
234
  isValidProperty: (key: string) => boolean;
233
235
  createSheetContext: () => _pandacss_core.StylesheetContext;
234
236
  dependencies: string[];