v0.0.3
What's Changed
Adds support for aliases to Panda style objects:
pluginComponentTokens({
foo: { value: { base: 'red.100', lg: 'white' }}
})
ct('foo') // -> { base: 'red.100', lg: 'white' }
- refactor: move ts-morph project to context, remove import traversal by @jonambas in #1
- feat: support aliases to style objects by @jonambas in #2
- fix(deps): pin dependencies by @renovate in #4
- fix(deps): update dependency @pandacss/types to v0.37.2 by @renovate in #6
- chore: add typecheck command by @jonambas in #7
- chore(deps): move @pandacss/types and typescript to dev deps by @jonambas in #8
New Contributors
Full Changelog: v0.0.2...v0.0.3