@pandacss/generator 0.0.0-dev-20231019182845 → 0.0.0-dev-20231019215914
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 +14 -15
- package/dist/index.d.ts +14 -15
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +9 -9
package/dist/index.d.mts
CHANGED
|
@@ -2,12 +2,11 @@ import * as _pandacss_core from '@pandacss/core';
|
|
|
2
2
|
import * as _pandacss_token_dictionary from '@pandacss/token-dictionary';
|
|
3
3
|
import * as _pandacss_types from '@pandacss/types';
|
|
4
4
|
import { ConfigResultWithHooks, TSConfig } from '@pandacss/types';
|
|
5
|
-
import * as _pandacss_types_dist_pattern from '@pandacss/types/dist/pattern';
|
|
6
5
|
|
|
7
6
|
declare const getEngine: (conf: ConfigResultWithHooks) => {
|
|
8
7
|
patterns: {
|
|
9
8
|
keys: string[];
|
|
10
|
-
getConfig: (name: string) => _pandacss_types.PatternConfig<
|
|
9
|
+
getConfig: (name: string) => _pandacss_types.PatternConfig<_pandacss_types.PatternProperties>;
|
|
11
10
|
transform: (name: string, data: _pandacss_types.Dict) => _pandacss_types.SystemStyleObject;
|
|
12
11
|
getNames: (name: string) => {
|
|
13
12
|
upperName: string;
|
|
@@ -19,7 +18,7 @@ declare const getEngine: (conf: ConfigResultWithHooks) => {
|
|
|
19
18
|
details: {
|
|
20
19
|
props: string[];
|
|
21
20
|
blocklistType: string;
|
|
22
|
-
config: _pandacss_types.PatternConfig<
|
|
21
|
+
config: _pandacss_types.PatternConfig<_pandacss_types.PatternProperties>;
|
|
23
22
|
type: "pattern";
|
|
24
23
|
match: RegExp;
|
|
25
24
|
jsx: (string | RegExp)[];
|
|
@@ -33,7 +32,7 @@ declare const getEngine: (conf: ConfigResultWithHooks) => {
|
|
|
33
32
|
filter: (jsxName: string) => {
|
|
34
33
|
props: string[];
|
|
35
34
|
blocklistType: string;
|
|
36
|
-
config: _pandacss_types.PatternConfig<
|
|
35
|
+
config: _pandacss_types.PatternConfig<_pandacss_types.PatternProperties>;
|
|
37
36
|
type: "pattern";
|
|
38
37
|
match: RegExp;
|
|
39
38
|
jsx: (string | RegExp)[];
|
|
@@ -168,7 +167,7 @@ declare const createGenerator: (conf: ConfigResultWithHooks) => {
|
|
|
168
167
|
getStaticCss: (ctx: {
|
|
169
168
|
patterns: {
|
|
170
169
|
keys: string[];
|
|
171
|
-
getConfig: (name: string) => _pandacss_types.PatternConfig<
|
|
170
|
+
getConfig: (name: string) => _pandacss_types.PatternConfig<_pandacss_types.PatternProperties>;
|
|
172
171
|
transform: (name: string, data: _pandacss_types.Dict) => _pandacss_types.SystemStyleObject;
|
|
173
172
|
getNames: (name: string) => {
|
|
174
173
|
upperName: string;
|
|
@@ -180,7 +179,7 @@ declare const createGenerator: (conf: ConfigResultWithHooks) => {
|
|
|
180
179
|
details: {
|
|
181
180
|
props: string[];
|
|
182
181
|
blocklistType: string;
|
|
183
|
-
config: _pandacss_types.PatternConfig<
|
|
182
|
+
config: _pandacss_types.PatternConfig<_pandacss_types.PatternProperties>;
|
|
184
183
|
type: "pattern";
|
|
185
184
|
match: RegExp;
|
|
186
185
|
jsx: (string | RegExp)[];
|
|
@@ -194,7 +193,7 @@ declare const createGenerator: (conf: ConfigResultWithHooks) => {
|
|
|
194
193
|
filter: (jsxName: string) => {
|
|
195
194
|
props: string[];
|
|
196
195
|
blocklistType: string;
|
|
197
|
-
config: _pandacss_types.PatternConfig<
|
|
196
|
+
config: _pandacss_types.PatternConfig<_pandacss_types.PatternProperties>;
|
|
198
197
|
type: "pattern";
|
|
199
198
|
match: RegExp;
|
|
200
199
|
jsx: (string | RegExp)[];
|
|
@@ -280,7 +279,7 @@ declare const createGenerator: (conf: ConfigResultWithHooks) => {
|
|
|
280
279
|
getGlobalCss: (ctx: {
|
|
281
280
|
patterns: {
|
|
282
281
|
keys: string[];
|
|
283
|
-
getConfig: (name: string) => _pandacss_types.PatternConfig<
|
|
282
|
+
getConfig: (name: string) => _pandacss_types.PatternConfig<_pandacss_types.PatternProperties>;
|
|
284
283
|
transform: (name: string, data: _pandacss_types.Dict) => _pandacss_types.SystemStyleObject;
|
|
285
284
|
getNames: (name: string) => {
|
|
286
285
|
upperName: string;
|
|
@@ -292,7 +291,7 @@ declare const createGenerator: (conf: ConfigResultWithHooks) => {
|
|
|
292
291
|
details: {
|
|
293
292
|
props: string[];
|
|
294
293
|
blocklistType: string;
|
|
295
|
-
config: _pandacss_types.PatternConfig<
|
|
294
|
+
config: _pandacss_types.PatternConfig<_pandacss_types.PatternProperties>;
|
|
296
295
|
type: "pattern";
|
|
297
296
|
match: RegExp;
|
|
298
297
|
jsx: (string | RegExp)[];
|
|
@@ -306,7 +305,7 @@ declare const createGenerator: (conf: ConfigResultWithHooks) => {
|
|
|
306
305
|
filter: (jsxName: string) => {
|
|
307
306
|
props: string[];
|
|
308
307
|
blocklistType: string;
|
|
309
|
-
config: _pandacss_types.PatternConfig<
|
|
308
|
+
config: _pandacss_types.PatternConfig<_pandacss_types.PatternProperties>;
|
|
310
309
|
type: "pattern";
|
|
311
310
|
match: RegExp;
|
|
312
311
|
jsx: (string | RegExp)[];
|
|
@@ -416,7 +415,7 @@ declare const createGenerator: (conf: ConfigResultWithHooks) => {
|
|
|
416
415
|
nodes: ({
|
|
417
416
|
props: string[];
|
|
418
417
|
blocklistType: string;
|
|
419
|
-
config: _pandacss_types.PatternConfig<
|
|
418
|
+
config: _pandacss_types.PatternConfig<_pandacss_types.PatternProperties>;
|
|
420
419
|
type: "pattern";
|
|
421
420
|
match: RegExp;
|
|
422
421
|
jsx: (string | RegExp)[];
|
|
@@ -459,7 +458,7 @@ declare const createGenerator: (conf: ConfigResultWithHooks) => {
|
|
|
459
458
|
getPatternsByJsxName: (jsxName: string) => {
|
|
460
459
|
props: string[];
|
|
461
460
|
blocklistType: string;
|
|
462
|
-
config: _pandacss_types.PatternConfig<
|
|
461
|
+
config: _pandacss_types.PatternConfig<_pandacss_types.PatternProperties>;
|
|
463
462
|
type: "pattern";
|
|
464
463
|
match: RegExp;
|
|
465
464
|
jsx: (string | RegExp)[];
|
|
@@ -474,7 +473,7 @@ declare const createGenerator: (conf: ConfigResultWithHooks) => {
|
|
|
474
473
|
};
|
|
475
474
|
patterns: {
|
|
476
475
|
keys: string[];
|
|
477
|
-
getConfig: (name: string) => _pandacss_types.PatternConfig<
|
|
476
|
+
getConfig: (name: string) => _pandacss_types.PatternConfig<_pandacss_types.PatternProperties>;
|
|
478
477
|
transform: (name: string, data: _pandacss_types.Dict) => _pandacss_types.SystemStyleObject;
|
|
479
478
|
getNames: (name: string) => {
|
|
480
479
|
upperName: string;
|
|
@@ -486,7 +485,7 @@ declare const createGenerator: (conf: ConfigResultWithHooks) => {
|
|
|
486
485
|
details: {
|
|
487
486
|
props: string[];
|
|
488
487
|
blocklistType: string;
|
|
489
|
-
config: _pandacss_types.PatternConfig<
|
|
488
|
+
config: _pandacss_types.PatternConfig<_pandacss_types.PatternProperties>;
|
|
490
489
|
type: "pattern";
|
|
491
490
|
match: RegExp;
|
|
492
491
|
jsx: (string | RegExp)[];
|
|
@@ -500,7 +499,7 @@ declare const createGenerator: (conf: ConfigResultWithHooks) => {
|
|
|
500
499
|
filter: (jsxName: string) => {
|
|
501
500
|
props: string[];
|
|
502
501
|
blocklistType: string;
|
|
503
|
-
config: _pandacss_types.PatternConfig<
|
|
502
|
+
config: _pandacss_types.PatternConfig<_pandacss_types.PatternProperties>;
|
|
504
503
|
type: "pattern";
|
|
505
504
|
match: RegExp;
|
|
506
505
|
jsx: (string | RegExp)[];
|
package/dist/index.d.ts
CHANGED
|
@@ -2,12 +2,11 @@ import * as _pandacss_core from '@pandacss/core';
|
|
|
2
2
|
import * as _pandacss_token_dictionary from '@pandacss/token-dictionary';
|
|
3
3
|
import * as _pandacss_types from '@pandacss/types';
|
|
4
4
|
import { ConfigResultWithHooks, TSConfig } from '@pandacss/types';
|
|
5
|
-
import * as _pandacss_types_dist_pattern from '@pandacss/types/dist/pattern';
|
|
6
5
|
|
|
7
6
|
declare const getEngine: (conf: ConfigResultWithHooks) => {
|
|
8
7
|
patterns: {
|
|
9
8
|
keys: string[];
|
|
10
|
-
getConfig: (name: string) => _pandacss_types.PatternConfig<
|
|
9
|
+
getConfig: (name: string) => _pandacss_types.PatternConfig<_pandacss_types.PatternProperties>;
|
|
11
10
|
transform: (name: string, data: _pandacss_types.Dict) => _pandacss_types.SystemStyleObject;
|
|
12
11
|
getNames: (name: string) => {
|
|
13
12
|
upperName: string;
|
|
@@ -19,7 +18,7 @@ declare const getEngine: (conf: ConfigResultWithHooks) => {
|
|
|
19
18
|
details: {
|
|
20
19
|
props: string[];
|
|
21
20
|
blocklistType: string;
|
|
22
|
-
config: _pandacss_types.PatternConfig<
|
|
21
|
+
config: _pandacss_types.PatternConfig<_pandacss_types.PatternProperties>;
|
|
23
22
|
type: "pattern";
|
|
24
23
|
match: RegExp;
|
|
25
24
|
jsx: (string | RegExp)[];
|
|
@@ -33,7 +32,7 @@ declare const getEngine: (conf: ConfigResultWithHooks) => {
|
|
|
33
32
|
filter: (jsxName: string) => {
|
|
34
33
|
props: string[];
|
|
35
34
|
blocklistType: string;
|
|
36
|
-
config: _pandacss_types.PatternConfig<
|
|
35
|
+
config: _pandacss_types.PatternConfig<_pandacss_types.PatternProperties>;
|
|
37
36
|
type: "pattern";
|
|
38
37
|
match: RegExp;
|
|
39
38
|
jsx: (string | RegExp)[];
|
|
@@ -168,7 +167,7 @@ declare const createGenerator: (conf: ConfigResultWithHooks) => {
|
|
|
168
167
|
getStaticCss: (ctx: {
|
|
169
168
|
patterns: {
|
|
170
169
|
keys: string[];
|
|
171
|
-
getConfig: (name: string) => _pandacss_types.PatternConfig<
|
|
170
|
+
getConfig: (name: string) => _pandacss_types.PatternConfig<_pandacss_types.PatternProperties>;
|
|
172
171
|
transform: (name: string, data: _pandacss_types.Dict) => _pandacss_types.SystemStyleObject;
|
|
173
172
|
getNames: (name: string) => {
|
|
174
173
|
upperName: string;
|
|
@@ -180,7 +179,7 @@ declare const createGenerator: (conf: ConfigResultWithHooks) => {
|
|
|
180
179
|
details: {
|
|
181
180
|
props: string[];
|
|
182
181
|
blocklistType: string;
|
|
183
|
-
config: _pandacss_types.PatternConfig<
|
|
182
|
+
config: _pandacss_types.PatternConfig<_pandacss_types.PatternProperties>;
|
|
184
183
|
type: "pattern";
|
|
185
184
|
match: RegExp;
|
|
186
185
|
jsx: (string | RegExp)[];
|
|
@@ -194,7 +193,7 @@ declare const createGenerator: (conf: ConfigResultWithHooks) => {
|
|
|
194
193
|
filter: (jsxName: string) => {
|
|
195
194
|
props: string[];
|
|
196
195
|
blocklistType: string;
|
|
197
|
-
config: _pandacss_types.PatternConfig<
|
|
196
|
+
config: _pandacss_types.PatternConfig<_pandacss_types.PatternProperties>;
|
|
198
197
|
type: "pattern";
|
|
199
198
|
match: RegExp;
|
|
200
199
|
jsx: (string | RegExp)[];
|
|
@@ -280,7 +279,7 @@ declare const createGenerator: (conf: ConfigResultWithHooks) => {
|
|
|
280
279
|
getGlobalCss: (ctx: {
|
|
281
280
|
patterns: {
|
|
282
281
|
keys: string[];
|
|
283
|
-
getConfig: (name: string) => _pandacss_types.PatternConfig<
|
|
282
|
+
getConfig: (name: string) => _pandacss_types.PatternConfig<_pandacss_types.PatternProperties>;
|
|
284
283
|
transform: (name: string, data: _pandacss_types.Dict) => _pandacss_types.SystemStyleObject;
|
|
285
284
|
getNames: (name: string) => {
|
|
286
285
|
upperName: string;
|
|
@@ -292,7 +291,7 @@ declare const createGenerator: (conf: ConfigResultWithHooks) => {
|
|
|
292
291
|
details: {
|
|
293
292
|
props: string[];
|
|
294
293
|
blocklistType: string;
|
|
295
|
-
config: _pandacss_types.PatternConfig<
|
|
294
|
+
config: _pandacss_types.PatternConfig<_pandacss_types.PatternProperties>;
|
|
296
295
|
type: "pattern";
|
|
297
296
|
match: RegExp;
|
|
298
297
|
jsx: (string | RegExp)[];
|
|
@@ -306,7 +305,7 @@ declare const createGenerator: (conf: ConfigResultWithHooks) => {
|
|
|
306
305
|
filter: (jsxName: string) => {
|
|
307
306
|
props: string[];
|
|
308
307
|
blocklistType: string;
|
|
309
|
-
config: _pandacss_types.PatternConfig<
|
|
308
|
+
config: _pandacss_types.PatternConfig<_pandacss_types.PatternProperties>;
|
|
310
309
|
type: "pattern";
|
|
311
310
|
match: RegExp;
|
|
312
311
|
jsx: (string | RegExp)[];
|
|
@@ -416,7 +415,7 @@ declare const createGenerator: (conf: ConfigResultWithHooks) => {
|
|
|
416
415
|
nodes: ({
|
|
417
416
|
props: string[];
|
|
418
417
|
blocklistType: string;
|
|
419
|
-
config: _pandacss_types.PatternConfig<
|
|
418
|
+
config: _pandacss_types.PatternConfig<_pandacss_types.PatternProperties>;
|
|
420
419
|
type: "pattern";
|
|
421
420
|
match: RegExp;
|
|
422
421
|
jsx: (string | RegExp)[];
|
|
@@ -459,7 +458,7 @@ declare const createGenerator: (conf: ConfigResultWithHooks) => {
|
|
|
459
458
|
getPatternsByJsxName: (jsxName: string) => {
|
|
460
459
|
props: string[];
|
|
461
460
|
blocklistType: string;
|
|
462
|
-
config: _pandacss_types.PatternConfig<
|
|
461
|
+
config: _pandacss_types.PatternConfig<_pandacss_types.PatternProperties>;
|
|
463
462
|
type: "pattern";
|
|
464
463
|
match: RegExp;
|
|
465
464
|
jsx: (string | RegExp)[];
|
|
@@ -474,7 +473,7 @@ declare const createGenerator: (conf: ConfigResultWithHooks) => {
|
|
|
474
473
|
};
|
|
475
474
|
patterns: {
|
|
476
475
|
keys: string[];
|
|
477
|
-
getConfig: (name: string) => _pandacss_types.PatternConfig<
|
|
476
|
+
getConfig: (name: string) => _pandacss_types.PatternConfig<_pandacss_types.PatternProperties>;
|
|
478
477
|
transform: (name: string, data: _pandacss_types.Dict) => _pandacss_types.SystemStyleObject;
|
|
479
478
|
getNames: (name: string) => {
|
|
480
479
|
upperName: string;
|
|
@@ -486,7 +485,7 @@ declare const createGenerator: (conf: ConfigResultWithHooks) => {
|
|
|
486
485
|
details: {
|
|
487
486
|
props: string[];
|
|
488
487
|
blocklistType: string;
|
|
489
|
-
config: _pandacss_types.PatternConfig<
|
|
488
|
+
config: _pandacss_types.PatternConfig<_pandacss_types.PatternProperties>;
|
|
490
489
|
type: "pattern";
|
|
491
490
|
match: RegExp;
|
|
492
491
|
jsx: (string | RegExp)[];
|
|
@@ -500,7 +499,7 @@ declare const createGenerator: (conf: ConfigResultWithHooks) => {
|
|
|
500
499
|
filter: (jsxName: string) => {
|
|
501
500
|
props: string[];
|
|
502
501
|
blocklistType: string;
|
|
503
|
-
config: _pandacss_types.PatternConfig<
|
|
502
|
+
config: _pandacss_types.PatternConfig<_pandacss_types.PatternProperties>;
|
|
504
503
|
type: "pattern";
|
|
505
504
|
match: RegExp;
|
|
506
505
|
jsx: (string | RegExp)[];
|
package/dist/index.js
CHANGED
|
@@ -2777,7 +2777,7 @@ var system_types_d_ts_default = {
|
|
|
2777
2777
|
|
|
2778
2778
|
// src/artifacts/generated/composition.d.ts.json
|
|
2779
2779
|
var composition_d_ts_default = {
|
|
2780
|
-
content: "import type { CompositionStyleObject } from './system-types'\n\ninterface Recursive<T> {\n [key: string]: Recursive<T> | T\n}\n\
|
|
2780
|
+
content: "import type { CompositionStyleObject } from './system-types'\nimport type { Token } from '../tokens'\n\ninterface Recursive<T> {\n [key: string]: Recursive<T> | T\n}\n\n/* -----------------------------------------------------------------------------\n * Text styles\n * -----------------------------------------------------------------------------*/\n\ntype TextStyleProperty =\n | 'fontSize'\n | 'fontSizeAdjust'\n | 'fontVariationSettings'\n | 'fontVariantPosition'\n | 'fontVariantCaps'\n | 'fontVariantNumeric'\n | 'fontVariantAlternates'\n | 'fontVariantLigatures'\n | 'fontFamily'\n | 'fontWeight'\n | 'fontSynthesis'\n | 'fontStyle'\n | 'fontVariant'\n | 'lineHeight'\n | 'letterSpacing'\n | 'textDecoration'\n | 'textTransform'\n | 'textIndent'\n | 'textDecorationColor'\n | 'textDecorationLine'\n | 'textDecorationStyle'\n | 'textEmphasisColor'\n | 'textEmphasisPosition'\n | 'textEmphasisStyle'\n | 'hyphenateCharacter'\n | 'textOrientation'\n | 'textOverflow'\n | 'textRendering'\n\nexport type TextStyle = CompositionStyleObject<TextStyleProperty>\n\nexport type TextStyles = Recursive<Token<TextStyle>>\n\n/* -----------------------------------------------------------------------------\n * Layer styles\n * -----------------------------------------------------------------------------*/\n\ntype Placement =\n | 'Top'\n | 'Right'\n | 'Bottom'\n | 'Left'\n | 'Inline'\n | 'Block'\n | 'InlineStart'\n | 'InlineEnd'\n | 'BlockStart'\n | 'BlockEnd'\n\ntype Radius =\n | `Top${'Right' | 'Left'}`\n | `Bottom${'Right' | 'Left'}`\n | `Start${'Start' | 'End'}`\n | `End${'Start' | 'End'}`\n\ntype LayerStyleProperty =\n | 'background'\n | 'backgroundColor'\n | 'backgroundImage'\n | 'borderRadius'\n | 'border'\n | 'borderWidth'\n | 'borderColor'\n | 'borderStyle'\n | 'boxShadow'\n | 'filter'\n | 'backdropFilter'\n | 'transform'\n | 'color'\n | 'opacity'\n | 'backgroundBlendMode'\n | 'backgroundAttachment'\n | 'backgroundClip'\n | 'backgroundOrigin'\n | 'backgroundPosition'\n | 'backgroundRepeat'\n | 'backgroundSize'\n | `border${Placement}`\n | `border${Placement}Width`\n | 'borderRadius'\n | `border${Radius}Radius`\n | `border${Placement}Color`\n | `border${Placement}Style`\n | 'padding'\n | `padding${Placement}`\n\nexport type LayerStyle = CompositionStyleObject<LayerStyleProperty>\n\nexport type LayerStyles = Recursive<Token<LayerStyle>>\n\nexport interface CompositionStyles {\n textStyles: TextStyles\n layerStyles: LayerStyles\n}\n"
|
|
2781
2781
|
};
|
|
2782
2782
|
|
|
2783
2783
|
// src/artifacts/generated/recipe.d.ts.json
|
package/dist/index.mjs
CHANGED
|
@@ -2746,7 +2746,7 @@ var system_types_d_ts_default = {
|
|
|
2746
2746
|
|
|
2747
2747
|
// src/artifacts/generated/composition.d.ts.json
|
|
2748
2748
|
var composition_d_ts_default = {
|
|
2749
|
-
content: "import type { CompositionStyleObject } from './system-types'\n\ninterface Recursive<T> {\n [key: string]: Recursive<T> | T\n}\n\
|
|
2749
|
+
content: "import type { CompositionStyleObject } from './system-types'\nimport type { Token } from '../tokens'\n\ninterface Recursive<T> {\n [key: string]: Recursive<T> | T\n}\n\n/* -----------------------------------------------------------------------------\n * Text styles\n * -----------------------------------------------------------------------------*/\n\ntype TextStyleProperty =\n | 'fontSize'\n | 'fontSizeAdjust'\n | 'fontVariationSettings'\n | 'fontVariantPosition'\n | 'fontVariantCaps'\n | 'fontVariantNumeric'\n | 'fontVariantAlternates'\n | 'fontVariantLigatures'\n | 'fontFamily'\n | 'fontWeight'\n | 'fontSynthesis'\n | 'fontStyle'\n | 'fontVariant'\n | 'lineHeight'\n | 'letterSpacing'\n | 'textDecoration'\n | 'textTransform'\n | 'textIndent'\n | 'textDecorationColor'\n | 'textDecorationLine'\n | 'textDecorationStyle'\n | 'textEmphasisColor'\n | 'textEmphasisPosition'\n | 'textEmphasisStyle'\n | 'hyphenateCharacter'\n | 'textOrientation'\n | 'textOverflow'\n | 'textRendering'\n\nexport type TextStyle = CompositionStyleObject<TextStyleProperty>\n\nexport type TextStyles = Recursive<Token<TextStyle>>\n\n/* -----------------------------------------------------------------------------\n * Layer styles\n * -----------------------------------------------------------------------------*/\n\ntype Placement =\n | 'Top'\n | 'Right'\n | 'Bottom'\n | 'Left'\n | 'Inline'\n | 'Block'\n | 'InlineStart'\n | 'InlineEnd'\n | 'BlockStart'\n | 'BlockEnd'\n\ntype Radius =\n | `Top${'Right' | 'Left'}`\n | `Bottom${'Right' | 'Left'}`\n | `Start${'Start' | 'End'}`\n | `End${'Start' | 'End'}`\n\ntype LayerStyleProperty =\n | 'background'\n | 'backgroundColor'\n | 'backgroundImage'\n | 'borderRadius'\n | 'border'\n | 'borderWidth'\n | 'borderColor'\n | 'borderStyle'\n | 'boxShadow'\n | 'filter'\n | 'backdropFilter'\n | 'transform'\n | 'color'\n | 'opacity'\n | 'backgroundBlendMode'\n | 'backgroundAttachment'\n | 'backgroundClip'\n | 'backgroundOrigin'\n | 'backgroundPosition'\n | 'backgroundRepeat'\n | 'backgroundSize'\n | `border${Placement}`\n | `border${Placement}Width`\n | 'borderRadius'\n | `border${Radius}Radius`\n | `border${Placement}Color`\n | `border${Placement}Style`\n | 'padding'\n | `padding${Placement}`\n\nexport type LayerStyle = CompositionStyleObject<LayerStyleProperty>\n\nexport type LayerStyles = Recursive<Token<LayerStyle>>\n\nexport interface CompositionStyles {\n textStyles: TextStyles\n layerStyles: LayerStyles\n}\n"
|
|
2750
2750
|
};
|
|
2751
2751
|
|
|
2752
2752
|
// src/artifacts/generated/recipe.d.ts.json
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pandacss/generator",
|
|
3
|
-
"version": "0.0.0-dev-
|
|
3
|
+
"version": "0.0.0-dev-20231019215914",
|
|
4
4
|
"description": "The css generator for css panda",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -18,19 +18,19 @@
|
|
|
18
18
|
"lil-fp": "1.4.5",
|
|
19
19
|
"outdent": " ^0.8.0",
|
|
20
20
|
"pluralize": "8.0.0",
|
|
21
|
-
"postcss": "8.4.
|
|
21
|
+
"postcss": "^8.4.31",
|
|
22
22
|
"ts-pattern": "5.0.5",
|
|
23
|
-
"@pandacss/core": "0.0.0-dev-
|
|
24
|
-
"@pandacss/is-valid-prop": "0.0.0-dev-
|
|
25
|
-
"@pandacss/logger": "0.0.0-dev-
|
|
26
|
-
"@pandacss/shared": "0.0.0-dev-
|
|
27
|
-
"@pandacss/token-dictionary": "0.0.0-dev-
|
|
28
|
-
"@pandacss/types": "0.0.0-dev-
|
|
23
|
+
"@pandacss/core": "0.0.0-dev-20231019215914",
|
|
24
|
+
"@pandacss/is-valid-prop": "0.0.0-dev-20231019215914",
|
|
25
|
+
"@pandacss/logger": "0.0.0-dev-20231019215914",
|
|
26
|
+
"@pandacss/shared": "0.0.0-dev-20231019215914",
|
|
27
|
+
"@pandacss/token-dictionary": "0.0.0-dev-20231019215914",
|
|
28
|
+
"@pandacss/types": "0.0.0-dev-20231019215914"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@types/pluralize": "0.0.30",
|
|
32
32
|
"hookable": "5.5.3",
|
|
33
|
-
"@pandacss/fixture": "0.0.0-dev-
|
|
33
|
+
"@pandacss/fixture": "0.0.0-dev-20231019215914"
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
|
36
36
|
"prebuild": "tsx scripts/prebuild.ts",
|