Skip to content

@vanilla-extract/[email protected]

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 04 May 01:54
· 608 commits to master since this release
64bd243

Minor Changes

  • #81 717ad60 Thanks @markdalgleish! - Add static properties set to atoms function

    This allows runtime code to detect whether a given property can be handled by the atoms function or not.

    This is useful when building a Box component with atoms available at the top level (e.g. <Box padding="small">) since you'll need some way to filter atom props from non-atom props.