@pandacss/generator 0.0.0-dev-20230724160213 → 0.0.0-dev-20230724202505
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 +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -1032,6 +1032,7 @@ function generateRecipes(ctx) {
|
|
|
1032
1032
|
|
|
1033
1033
|
export const ${name} = Object.assign(${name}Fn, {
|
|
1034
1034
|
__recipe__: true,
|
|
1035
|
+
raw: (props) => props,
|
|
1035
1036
|
variantKeys: ${stringify3(Object.keys(variantKeyMap))},
|
|
1036
1037
|
variantMap: ${stringify3(variantKeyMap)},
|
|
1037
1038
|
splitVariantProps(props) {
|
package/dist/index.mjs
CHANGED
|
@@ -1001,6 +1001,7 @@ function generateRecipes(ctx) {
|
|
|
1001
1001
|
|
|
1002
1002
|
export const ${name} = Object.assign(${name}Fn, {
|
|
1003
1003
|
__recipe__: true,
|
|
1004
|
+
raw: (props) => props,
|
|
1004
1005
|
variantKeys: ${stringify3(Object.keys(variantKeyMap))},
|
|
1005
1006
|
variantMap: ${stringify3(variantKeyMap)},
|
|
1006
1007
|
splitVariantProps(props) {
|
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-20230724202505",
|
|
4
4
|
"description": "The css generator for css panda",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"pluralize": "8.0.0",
|
|
21
21
|
"postcss": "8.4.25",
|
|
22
22
|
"ts-pattern": "5.0.1",
|
|
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-20230724202505",
|
|
24
|
+
"@pandacss/is-valid-prop": "0.0.0-dev-20230724202505",
|
|
25
|
+
"@pandacss/logger": "0.0.0-dev-20230724202505",
|
|
26
|
+
"@pandacss/shared": "0.0.0-dev-20230724202505",
|
|
27
|
+
"@pandacss/token-dictionary": "0.0.0-dev-20230724202505",
|
|
28
|
+
"@pandacss/types": "0.0.0-dev-20230724202505"
|
|
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-20230724202505"
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
|
36
36
|
"prebuild": "tsx scripts/prebuild.ts",
|