@pandacss/generator 0.0.0-dev-20231020132218 → 0.0.0-dev-20231020173315
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 +4 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +591 -308
- package/dist/index.mjs +591 -308
- package/package.json +8 -8
package/dist/index.d.mts
CHANGED
|
@@ -48,6 +48,7 @@ declare const getEngine: (conf: ConfigResultWithHooks) => {
|
|
|
48
48
|
factoryName: string;
|
|
49
49
|
upperName: string;
|
|
50
50
|
typeName: string;
|
|
51
|
+
variantName: string;
|
|
51
52
|
componentName: string;
|
|
52
53
|
framework: ("react" | "solid" | "preact" | "vue" | "qwik") | undefined;
|
|
53
54
|
styleProps: "all" | "minimal" | "none";
|
|
@@ -209,6 +210,7 @@ declare const createGenerator: (conf: ConfigResultWithHooks) => {
|
|
|
209
210
|
factoryName: string;
|
|
210
211
|
upperName: string;
|
|
211
212
|
typeName: string;
|
|
213
|
+
variantName: string;
|
|
212
214
|
componentName: string;
|
|
213
215
|
framework: ("react" | "solid" | "preact" | "vue" | "qwik") | undefined;
|
|
214
216
|
styleProps: "all" | "minimal" | "none";
|
|
@@ -321,6 +323,7 @@ declare const createGenerator: (conf: ConfigResultWithHooks) => {
|
|
|
321
323
|
factoryName: string;
|
|
322
324
|
upperName: string;
|
|
323
325
|
typeName: string;
|
|
326
|
+
variantName: string;
|
|
324
327
|
componentName: string;
|
|
325
328
|
framework: ("react" | "solid" | "preact" | "vue" | "qwik") | undefined;
|
|
326
329
|
styleProps: "all" | "minimal" | "none";
|
|
@@ -515,6 +518,7 @@ declare const createGenerator: (conf: ConfigResultWithHooks) => {
|
|
|
515
518
|
factoryName: string;
|
|
516
519
|
upperName: string;
|
|
517
520
|
typeName: string;
|
|
521
|
+
variantName: string;
|
|
518
522
|
componentName: string;
|
|
519
523
|
framework: ("react" | "solid" | "preact" | "vue" | "qwik") | undefined;
|
|
520
524
|
styleProps: "all" | "minimal" | "none";
|
package/dist/index.d.ts
CHANGED
|
@@ -48,6 +48,7 @@ declare const getEngine: (conf: ConfigResultWithHooks) => {
|
|
|
48
48
|
factoryName: string;
|
|
49
49
|
upperName: string;
|
|
50
50
|
typeName: string;
|
|
51
|
+
variantName: string;
|
|
51
52
|
componentName: string;
|
|
52
53
|
framework: ("react" | "solid" | "preact" | "vue" | "qwik") | undefined;
|
|
53
54
|
styleProps: "all" | "minimal" | "none";
|
|
@@ -209,6 +210,7 @@ declare const createGenerator: (conf: ConfigResultWithHooks) => {
|
|
|
209
210
|
factoryName: string;
|
|
210
211
|
upperName: string;
|
|
211
212
|
typeName: string;
|
|
213
|
+
variantName: string;
|
|
212
214
|
componentName: string;
|
|
213
215
|
framework: ("react" | "solid" | "preact" | "vue" | "qwik") | undefined;
|
|
214
216
|
styleProps: "all" | "minimal" | "none";
|
|
@@ -321,6 +323,7 @@ declare const createGenerator: (conf: ConfigResultWithHooks) => {
|
|
|
321
323
|
factoryName: string;
|
|
322
324
|
upperName: string;
|
|
323
325
|
typeName: string;
|
|
326
|
+
variantName: string;
|
|
324
327
|
componentName: string;
|
|
325
328
|
framework: ("react" | "solid" | "preact" | "vue" | "qwik") | undefined;
|
|
326
329
|
styleProps: "all" | "minimal" | "none";
|
|
@@ -515,6 +518,7 @@ declare const createGenerator: (conf: ConfigResultWithHooks) => {
|
|
|
515
518
|
factoryName: string;
|
|
516
519
|
upperName: string;
|
|
517
520
|
typeName: string;
|
|
521
|
+
variantName: string;
|
|
518
522
|
componentName: string;
|
|
519
523
|
framework: ("react" | "solid" | "preact" | "vue" | "qwik") | undefined;
|
|
520
524
|
styleProps: "all" | "minimal" | "none";
|