@pandacss/generator 0.43.0 → 0.44.0
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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -1782,7 +1782,7 @@ ${ctx.file.importType(upperName, "../types/jsx")}
|
|
|
1782
1782
|
export declare const ${factoryName}: ${upperName}
|
|
1783
1783
|
`,
|
|
1784
1784
|
jsxType: import_outdent26.outdent`
|
|
1785
|
-
import type { ComponentPropsWithoutRef, ElementType, ElementRef, Ref } from 'react'
|
|
1785
|
+
import type { ComponentPropsWithoutRef, ElementType, ElementRef, JSX, Ref } from 'react'
|
|
1786
1786
|
${ctx.file.importType("RecipeDefinition, RecipeSelection, RecipeVariantRecord", "./recipe")}
|
|
1787
1787
|
${ctx.file.importType(
|
|
1788
1788
|
"Assign, DistributiveOmit, DistributiveUnion, JsxHTMLProps, JsxStyleProps, Pretty",
|
|
@@ -1911,7 +1911,7 @@ ${ctx.file.importType(upperName, "../types/jsx")}
|
|
|
1911
1911
|
export declare const ${factoryName}: ${upperName}
|
|
1912
1912
|
`,
|
|
1913
1913
|
jsxType: import_outdent28.outdent`
|
|
1914
|
-
import type { ComponentPropsWithoutRef, ElementType, ElementRef, Ref } from 'react'
|
|
1914
|
+
import type { ComponentPropsWithoutRef, ElementType, ElementRef, JSX, Ref } from 'react'
|
|
1915
1915
|
${ctx.file.importType("DistributiveOmit", "../types/system-types")}
|
|
1916
1916
|
|
|
1917
1917
|
interface Dict {
|
package/dist/index.mjs
CHANGED
|
@@ -1746,7 +1746,7 @@ ${ctx.file.importType(upperName, "../types/jsx")}
|
|
|
1746
1746
|
export declare const ${factoryName}: ${upperName}
|
|
1747
1747
|
`,
|
|
1748
1748
|
jsxType: outdent26`
|
|
1749
|
-
import type { ComponentPropsWithoutRef, ElementType, ElementRef, Ref } from 'react'
|
|
1749
|
+
import type { ComponentPropsWithoutRef, ElementType, ElementRef, JSX, Ref } from 'react'
|
|
1750
1750
|
${ctx.file.importType("RecipeDefinition, RecipeSelection, RecipeVariantRecord", "./recipe")}
|
|
1751
1751
|
${ctx.file.importType(
|
|
1752
1752
|
"Assign, DistributiveOmit, DistributiveUnion, JsxHTMLProps, JsxStyleProps, Pretty",
|
|
@@ -1875,7 +1875,7 @@ ${ctx.file.importType(upperName, "../types/jsx")}
|
|
|
1875
1875
|
export declare const ${factoryName}: ${upperName}
|
|
1876
1876
|
`,
|
|
1877
1877
|
jsxType: outdent28`
|
|
1878
|
-
import type { ComponentPropsWithoutRef, ElementType, ElementRef, Ref } from 'react'
|
|
1878
|
+
import type { ComponentPropsWithoutRef, ElementType, ElementRef, JSX, Ref } from 'react'
|
|
1879
1879
|
${ctx.file.importType("DistributiveOmit", "../types/system-types")}
|
|
1880
1880
|
|
|
1881
1881
|
interface Dict {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pandacss/generator",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.44.0",
|
|
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.39",
|
|
39
39
|
"ts-pattern": "5.0.8",
|
|
40
|
-
"@pandacss/core": "0.
|
|
41
|
-
"@pandacss/is-valid-prop": "^0.
|
|
42
|
-
"@pandacss/logger": "0.
|
|
43
|
-
"@pandacss/shared": "0.
|
|
44
|
-
"@pandacss/token-dictionary": "0.
|
|
45
|
-
"@pandacss/types": "0.
|
|
40
|
+
"@pandacss/core": "0.44.0",
|
|
41
|
+
"@pandacss/is-valid-prop": "^0.44.0",
|
|
42
|
+
"@pandacss/logger": "0.44.0",
|
|
43
|
+
"@pandacss/shared": "0.44.0",
|
|
44
|
+
"@pandacss/token-dictionary": "0.44.0",
|
|
45
|
+
"@pandacss/types": "0.44.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@types/pluralize": "0.0.33"
|