@pandacss/generator 0.34.0 → 0.34.2
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.js +3 -14
- package/dist/index.mjs +3 -14
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -2948,17 +2948,6 @@ function generatePropTypes(ctx) {
|
|
|
2948
2948
|
| 'backgroundAttachment'
|
|
2949
2949
|
| 'backgroundClip'
|
|
2950
2950
|
| 'borderCollapse'
|
|
2951
|
-
| 'border'
|
|
2952
|
-
| 'borderBlock'
|
|
2953
|
-
| 'borderBlockEnd'
|
|
2954
|
-
| 'borderBlockStart'
|
|
2955
|
-
| 'borderBottom'
|
|
2956
|
-
| 'borderInline'
|
|
2957
|
-
| 'borderInlineEnd'
|
|
2958
|
-
| 'borderInlineStart'
|
|
2959
|
-
| 'borderLeft'
|
|
2960
|
-
| 'borderRight'
|
|
2961
|
-
| 'borderTop'
|
|
2962
2951
|
| 'borderBlockEndStyle'
|
|
2963
2952
|
| 'borderBlockStartStyle'
|
|
2964
2953
|
| 'borderBlockStyle'
|
|
@@ -3009,15 +2998,15 @@ function generatePropTypes(ctx) {
|
|
|
3009
2998
|
| 'visibility'
|
|
3010
2999
|
| 'wordBreak'
|
|
3011
3000
|
| 'writingMode'
|
|
3012
|
-
|
|
3001
|
+
|
|
3013
3002
|
type WithEscapeHatch<T> = T | \`[\${string}]\`
|
|
3014
|
-
|
|
3003
|
+
|
|
3015
3004
|
type FilterVagueString<Key, Value> = Value extends boolean
|
|
3016
3005
|
? Value
|
|
3017
3006
|
: Key extends StrictableProps
|
|
3018
3007
|
? Value extends \`\${infer _}\` ? Value : never
|
|
3019
3008
|
: Value
|
|
3020
|
-
|
|
3009
|
+
|
|
3021
3010
|
type PropOrCondition<Key, Value> = ${(0, import_ts_pattern11.match)(ctx.config).with(
|
|
3022
3011
|
{ strictTokens: true, strictPropertyValues: true },
|
|
3023
3012
|
() => "ConditionalValue<WithEscapeHatch<FilterVagueString<Key, Value>>>"
|
package/dist/index.mjs
CHANGED
|
@@ -2912,17 +2912,6 @@ function generatePropTypes(ctx) {
|
|
|
2912
2912
|
| 'backgroundAttachment'
|
|
2913
2913
|
| 'backgroundClip'
|
|
2914
2914
|
| 'borderCollapse'
|
|
2915
|
-
| 'border'
|
|
2916
|
-
| 'borderBlock'
|
|
2917
|
-
| 'borderBlockEnd'
|
|
2918
|
-
| 'borderBlockStart'
|
|
2919
|
-
| 'borderBottom'
|
|
2920
|
-
| 'borderInline'
|
|
2921
|
-
| 'borderInlineEnd'
|
|
2922
|
-
| 'borderInlineStart'
|
|
2923
|
-
| 'borderLeft'
|
|
2924
|
-
| 'borderRight'
|
|
2925
|
-
| 'borderTop'
|
|
2926
2915
|
| 'borderBlockEndStyle'
|
|
2927
2916
|
| 'borderBlockStartStyle'
|
|
2928
2917
|
| 'borderBlockStyle'
|
|
@@ -2973,15 +2962,15 @@ function generatePropTypes(ctx) {
|
|
|
2973
2962
|
| 'visibility'
|
|
2974
2963
|
| 'wordBreak'
|
|
2975
2964
|
| 'writingMode'
|
|
2976
|
-
|
|
2965
|
+
|
|
2977
2966
|
type WithEscapeHatch<T> = T | \`[\${string}]\`
|
|
2978
|
-
|
|
2967
|
+
|
|
2979
2968
|
type FilterVagueString<Key, Value> = Value extends boolean
|
|
2980
2969
|
? Value
|
|
2981
2970
|
: Key extends StrictableProps
|
|
2982
2971
|
? Value extends \`\${infer _}\` ? Value : never
|
|
2983
2972
|
: Value
|
|
2984
|
-
|
|
2973
|
+
|
|
2985
2974
|
type PropOrCondition<Key, Value> = ${match11(ctx.config).with(
|
|
2986
2975
|
{ strictTokens: true, strictPropertyValues: true },
|
|
2987
2976
|
() => "ConditionalValue<WithEscapeHatch<FilterVagueString<Key, Value>>>"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pandacss/generator",
|
|
3
|
-
"version": "0.34.
|
|
3
|
+
"version": "0.34.2",
|
|
4
4
|
"description": "The css generator for css panda",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -37,12 +37,12 @@
|
|
|
37
37
|
"pluralize": "8.0.0",
|
|
38
38
|
"postcss": "8.4.35",
|
|
39
39
|
"ts-pattern": "5.0.8",
|
|
40
|
-
"@pandacss/core": "0.34.
|
|
41
|
-
"@pandacss/is-valid-prop": "^0.34.
|
|
42
|
-
"@pandacss/logger": "0.34.
|
|
43
|
-
"@pandacss/shared": "0.34.
|
|
44
|
-
"@pandacss/token-dictionary": "0.34.
|
|
45
|
-
"@pandacss/types": "0.34.
|
|
40
|
+
"@pandacss/core": "0.34.2",
|
|
41
|
+
"@pandacss/is-valid-prop": "^0.34.2",
|
|
42
|
+
"@pandacss/logger": "0.34.2",
|
|
43
|
+
"@pandacss/shared": "0.34.2",
|
|
44
|
+
"@pandacss/token-dictionary": "0.34.2",
|
|
45
|
+
"@pandacss/types": "0.34.2"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@types/pluralize": "0.0.33"
|