Blueprint

Change Log

0.9.0

Minor Changes

  • #2612 9b9c7ac3 Thanks @jrolfs! - Tune Framer Motion spring presets so that firm is a little less bouncey and soft is a little faster and stiffer

0.8.0

Minor Changes

0.7.0

Minor Changes

0.6.1

Patch Changes

  • #1505 0ae4194f Thanks @jrolfs! - Give depth and motion tokens a unique Sass map name so that they don't conflict

0.6.0

Minor Changes

0.5.0

Minor Changes

0.4.0

Minor Changes

  • c6141b34 Thanks @jrolfs! - Output Sass map in addition to Sass variables for SCSS format

0.2.0

Minor Changes

  • #1099 d4ec6b9 Thanks @jrolfs! - Add firm preset for Framer

    I was hoping we'd be able to support react-sprint and framer-motion springs with the same presets, but unfortunately they differ enough that we need to configure them separately.

0.1.1

Patch Changes

  • #863 3116fe0 Thanks @jrolfs! - Don't wrap exports in declaration file with declare module '[package-name] {}, it prevents the definitions from working when source is imported with anything different than the package name (i.e: internally)