@pandacss/types 0.0.0-dev-20230318185939 → 0.0.0-dev-20230321102146

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/pattern.d.ts CHANGED
@@ -17,6 +17,10 @@ export type PatternConfig = {
17
17
  * The description of the pattern. This will be used in the JSDoc comment.
18
18
  */
19
19
  description?: string
20
+ /**
21
+ * The JSX element rendered by the pattern
22
+ */
23
+ jsxElement?: string
20
24
  /**
21
25
  * The properties of the pattern.
22
26
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/types",
3
- "version": "0.0.0-dev-20230318185939",
3
+ "version": "0.0.0-dev-20230321102146",
4
4
  "description": "The types for css panda",
5
5
  "main": "dist/index.d.ts",
6
6
  "author": "Segun Adebayo <joseshegs@gmail.com>",