@pandacss/generator 0.0.0-dev-20230928164751 → 0.0.0-dev-20230930093547

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 CHANGED
@@ -1441,7 +1441,7 @@ export interface ${componentName}<T extends ElementType, P extends Dict = {}> {
1441
1441
  displayName?: string
1442
1442
  }
1443
1443
 
1444
- interface RecipeFn = { __type: any }
1444
+ interface RecipeFn { __type: any }
1445
1445
 
1446
1446
  interface JsxFactoryOptions<TProps extends Dict> {
1447
1447
  dataAttr?: boolean
@@ -2439,7 +2439,7 @@ function generateVueJsxFactory(ctx) {
2439
2439
  return h(
2440
2440
  props.as,
2441
2441
  {
2442
- ...forwardedProps.value,
2442
+ ...forwardedProps,
2443
2443
  ...elementProps,
2444
2444
  ...normalizeHTMLProps(htmlProps),
2445
2445
  class: classes.value,
@@ -2596,7 +2596,7 @@ export type ComponentProps<T extends ElementType> = T extends IntrinsicElement
2596
2596
  JsxHTMLProps<ComponentProps<T>, Assign<JsxStyleProps, P>>
2597
2597
  > {}
2598
2598
 
2599
- interface RecipeFn = { __type: any }
2599
+ interface RecipeFn { __type: any }
2600
2600
 
2601
2601
  interface JsxFactoryOptions<TProps extends Dict> {
2602
2602
  dataAttr?: boolean
package/dist/index.mjs CHANGED
@@ -1410,7 +1410,7 @@ export interface ${componentName}<T extends ElementType, P extends Dict = {}> {
1410
1410
  displayName?: string
1411
1411
  }
1412
1412
 
1413
- interface RecipeFn = { __type: any }
1413
+ interface RecipeFn { __type: any }
1414
1414
 
1415
1415
  interface JsxFactoryOptions<TProps extends Dict> {
1416
1416
  dataAttr?: boolean
@@ -2408,7 +2408,7 @@ function generateVueJsxFactory(ctx) {
2408
2408
  return h(
2409
2409
  props.as,
2410
2410
  {
2411
- ...forwardedProps.value,
2411
+ ...forwardedProps,
2412
2412
  ...elementProps,
2413
2413
  ...normalizeHTMLProps(htmlProps),
2414
2414
  class: classes.value,
@@ -2565,7 +2565,7 @@ export type ComponentProps<T extends ElementType> = T extends IntrinsicElement
2565
2565
  JsxHTMLProps<ComponentProps<T>, Assign<JsxStyleProps, P>>
2566
2566
  > {}
2567
2567
 
2568
- interface RecipeFn = { __type: any }
2568
+ interface RecipeFn { __type: any }
2569
2569
 
2570
2570
  interface JsxFactoryOptions<TProps extends Dict> {
2571
2571
  dataAttr?: boolean
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/generator",
3
- "version": "0.0.0-dev-20230928164751",
3
+ "version": "0.0.0-dev-20230930093547",
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.27",
22
22
  "ts-pattern": "5.0.5",
23
- "@pandacss/core": "0.0.0-dev-20230928164751",
24
- "@pandacss/is-valid-prop": "0.0.0-dev-20230928164751",
25
- "@pandacss/logger": "0.0.0-dev-20230928164751",
26
- "@pandacss/shared": "0.0.0-dev-20230928164751",
27
- "@pandacss/token-dictionary": "0.0.0-dev-20230928164751",
28
- "@pandacss/types": "0.0.0-dev-20230928164751"
23
+ "@pandacss/core": "0.0.0-dev-20230930093547",
24
+ "@pandacss/is-valid-prop": "0.0.0-dev-20230930093547",
25
+ "@pandacss/logger": "0.0.0-dev-20230930093547",
26
+ "@pandacss/shared": "0.0.0-dev-20230930093547",
27
+ "@pandacss/token-dictionary": "0.0.0-dev-20230930093547",
28
+ "@pandacss/types": "0.0.0-dev-20230930093547"
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-20230928164751"
33
+ "@pandacss/fixture": "0.0.0-dev-20230930093547"
34
34
  },
35
35
  "scripts": {
36
36
  "prebuild": "tsx scripts/prebuild.ts",