Skip to content

v31.16.0

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 02 Aug 00:24
· 862 commits to master since this release
f20e22c

Minor Changes

  • vars: Expose shadow palette (#1133)

    Provide access to the themed shadow scale on the vars object

    EXAMPLE USAGE:

    import { vars } from 'braid-design-system/css';
    
    export const dropShadow = style({
      boxShadow: vars.shadow.small,
    });