Patch Changes
-
e73ea80: Automatically add each recipe slots to the
jsx
property, with a dot notationconst button = defineSlotRecipe({ className: 'button', slots: ['root', 'icon', 'label'], // ... })
will have a default
jsx
property of:[Button, Button.Root, Button.Icon, Button.Label]
-
Updated dependencies [12281ff]
-
Updated dependencies [fc4688e]
- @pandacss/shared@0.17.0
- @pandacss/types@0.17.0
- @pandacss/token-dictionary@0.17.0
- @pandacss/error@0.17.0
- @pandacss/logger@0.17.0