Patch Changes
-
bdd30d1: Fix issue where
pattern.raw(...)
did not share the same signature aspattern(...)
-
bff17df: Add each condition raw value information on hover using JSDoc annotation
-
6548f4f: Add missing types (
StyledComponents
,RecipeConfig
,PatternConfig
etc) to solve a TypeScript issue (The
inferred type of xxx cannot be named without a reference...) when generating declaration files in addition to using
emitPackage: true
-
6f7ee19: Add
{svaFn}.raw
function to get raw styles and allow reusable components with style overrides, just like
with{cvaFn}.raw
-
623e321: Fix
config.strictTokens: true
issue where some properties would still allow arbitrary values -
542d1eb: Change the typings for the
css(...args)
function so that you can pass possibly undefined values to it.This is mostly intended for component props that have optional values like
cssProps?: SystemStyleObject
and would
use it likecss({ ... }, cssProps)
-
39b2079: Change the
css.raw
function signature to match the one from
css()
, to allow passing multiple style objects that will be smartly
merged. -
Updated dependencies [b1c31fd]
-
Updated dependencies [8106b41]
-
Updated dependencies [9e79955]
-
Updated dependencies [e6459a5]
-
Updated dependencies [6f7ee19]
-
Updated dependencies [623e321]
-
Updated dependencies [02161d4]
- @pandacss/token-dictionary@0.14.0
- @pandacss/types@0.14.0
- @pandacss/core@0.14.0
- @pandacss/is-valid-prop@0.14.0
- @pandacss/logger@0.14.0
- @pandacss/shared@0.14.0