@pandacss/generator 0.0.0-dev-20240110101351 → 0.0.0-dev-20240111225338
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 +4 -0
- package/dist/index.mjs +4 -0
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -2925,12 +2925,15 @@ function generatePropTypes(ctx) {
|
|
|
2925
2925
|
| 'visibility'
|
|
2926
2926
|
| 'wordBreak'
|
|
2927
2927
|
| 'writingMode'
|
|
2928
|
+
|
|
2928
2929
|
type WithEscapeHatch<T> = T | \`[\${string}]\`
|
|
2930
|
+
|
|
2929
2931
|
type FilterVagueString<Key, Value> = Value extends boolean
|
|
2930
2932
|
? Value
|
|
2931
2933
|
: Key extends StrictableProps
|
|
2932
2934
|
? Value extends \`\${infer _}\` ? Value : never
|
|
2933
2935
|
: Value
|
|
2936
|
+
|
|
2934
2937
|
type PropOrCondition<Key, Value> = ${(0, import_ts_pattern11.match)(ctx.config).with(
|
|
2935
2938
|
{ strictTokens: true, strictPropertyValues: true },
|
|
2936
2939
|
() => "ConditionalValue<WithEscapeHatch<FilterVagueString<Key, Value>>>"
|
|
@@ -2983,6 +2986,7 @@ var import_shared3 = require("@pandacss/shared");
|
|
|
2983
2986
|
var import_outdent42 = require("outdent");
|
|
2984
2987
|
var import_pluralize = __toESM(require("pluralize"));
|
|
2985
2988
|
var categories = [
|
|
2989
|
+
"aspectRatios",
|
|
2986
2990
|
"zIndex",
|
|
2987
2991
|
"opacity",
|
|
2988
2992
|
"colors",
|
package/dist/index.mjs
CHANGED
|
@@ -2889,12 +2889,15 @@ function generatePropTypes(ctx) {
|
|
|
2889
2889
|
| 'visibility'
|
|
2890
2890
|
| 'wordBreak'
|
|
2891
2891
|
| 'writingMode'
|
|
2892
|
+
|
|
2892
2893
|
type WithEscapeHatch<T> = T | \`[\${string}]\`
|
|
2894
|
+
|
|
2893
2895
|
type FilterVagueString<Key, Value> = Value extends boolean
|
|
2894
2896
|
? Value
|
|
2895
2897
|
: Key extends StrictableProps
|
|
2896
2898
|
? Value extends \`\${infer _}\` ? Value : never
|
|
2897
2899
|
: Value
|
|
2900
|
+
|
|
2898
2901
|
type PropOrCondition<Key, Value> = ${match11(ctx.config).with(
|
|
2899
2902
|
{ strictTokens: true, strictPropertyValues: true },
|
|
2900
2903
|
() => "ConditionalValue<WithEscapeHatch<FilterVagueString<Key, Value>>>"
|
|
@@ -2947,6 +2950,7 @@ import { capitalize, unionType as unionType3 } from "@pandacss/shared";
|
|
|
2947
2950
|
import { outdent as outdent42 } from "outdent";
|
|
2948
2951
|
import pluralize from "pluralize";
|
|
2949
2952
|
var categories = [
|
|
2953
|
+
"aspectRatios",
|
|
2950
2954
|
"zIndex",
|
|
2951
2955
|
"opacity",
|
|
2952
2956
|
"colors",
|
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-20240111225338",
|
|
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.31",
|
|
39
39
|
"ts-pattern": "5.0.5",
|
|
40
|
-
"@pandacss/core": "0.0.0-dev-
|
|
41
|
-
"@pandacss/is-valid-prop": "^0.0.0-dev-
|
|
42
|
-
"@pandacss/logger": "0.0.0-dev-
|
|
43
|
-
"@pandacss/shared": "0.0.0-dev-
|
|
44
|
-
"@pandacss/token-dictionary": "0.0.0-dev-
|
|
45
|
-
"@pandacss/types": "0.0.0-dev-
|
|
40
|
+
"@pandacss/core": "0.0.0-dev-20240111225338",
|
|
41
|
+
"@pandacss/is-valid-prop": "^0.0.0-dev-20240111225338",
|
|
42
|
+
"@pandacss/logger": "0.0.0-dev-20240111225338",
|
|
43
|
+
"@pandacss/shared": "0.0.0-dev-20240111225338",
|
|
44
|
+
"@pandacss/token-dictionary": "0.0.0-dev-20240111225338",
|
|
45
|
+
"@pandacss/types": "0.0.0-dev-20240111225338"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@types/pluralize": "0.0.33",
|