@pandacss/generator 0.0.0-dev-20231010110757 → 0.0.0-dev-20231010194422

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
@@ -1708,7 +1708,7 @@ export type ComponentProps<T extends ElementType> = T extends keyof QwikIntrinsi
1708
1708
 
1709
1709
  type Dict = Record<string, unknown>
1710
1710
 
1711
- export interface ${componentName}<T extends ElementType, P extends Dict = {}> extends Component<Assign<ComponentProps<T>, PatchedHTMLProps, Assign<JsxStyleProps, P>>> {}
1711
+ export interface ${componentName}<T extends ElementType, P extends Dict = {}> extends Component<Assign<ComponentProps<T>, Assign<PatchedHTMLProps, Assign<JsxStyleProps, P>>>> {}
1712
1712
 
1713
1713
  interface RecipeFn { __type: any }
1714
1714
 
package/dist/index.mjs CHANGED
@@ -1677,7 +1677,7 @@ export type ComponentProps<T extends ElementType> = T extends keyof QwikIntrinsi
1677
1677
 
1678
1678
  type Dict = Record<string, unknown>
1679
1679
 
1680
- export interface ${componentName}<T extends ElementType, P extends Dict = {}> extends Component<Assign<ComponentProps<T>, PatchedHTMLProps, Assign<JsxStyleProps, P>>> {}
1680
+ export interface ${componentName}<T extends ElementType, P extends Dict = {}> extends Component<Assign<ComponentProps<T>, Assign<PatchedHTMLProps, Assign<JsxStyleProps, P>>>> {}
1681
1681
 
1682
1682
  interface RecipeFn { __type: any }
1683
1683
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/generator",
3
- "version": "0.0.0-dev-20231010110757",
3
+ "version": "0.0.0-dev-20231010194422",
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-20231010110757",
24
- "@pandacss/is-valid-prop": "0.0.0-dev-20231010110757",
25
- "@pandacss/logger": "0.0.0-dev-20231010110757",
26
- "@pandacss/shared": "0.0.0-dev-20231010110757",
27
- "@pandacss/token-dictionary": "0.0.0-dev-20231010110757",
28
- "@pandacss/types": "0.0.0-dev-20231010110757"
23
+ "@pandacss/core": "0.0.0-dev-20231010194422",
24
+ "@pandacss/is-valid-prop": "0.0.0-dev-20231010194422",
25
+ "@pandacss/logger": "0.0.0-dev-20231010194422",
26
+ "@pandacss/shared": "0.0.0-dev-20231010194422",
27
+ "@pandacss/token-dictionary": "0.0.0-dev-20231010194422",
28
+ "@pandacss/types": "0.0.0-dev-20231010194422"
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-20231010110757"
33
+ "@pandacss/fixture": "0.0.0-dev-20231010194422"
34
34
  },
35
35
  "scripts": {
36
36
  "prebuild": "tsx scripts/prebuild.ts",