@atlaskit/tokens
Version:
Design tokens are the single source of truth to name and store design decisions.
19 lines • 571 B
JavaScript
/**
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::f516cab37702e8e3d5152cb55d59256b>>
* @codegenCommand yarn build tokens
*/
export default `
html[data-theme~="shape:shape-rounder"] {
--ds-radius-xsmall: 0.125rem;
--ds-radius-small: 0.25rem;
--ds-radius-medium: 0.375rem;
--ds-radius-large: 0.75rem;
--ds-radius-xlarge: 1rem;
--ds-radius-full: 624.9375rem;
--ds-radius-tile: 25%;
--ds-border-width: 0.0625rem;
--ds-border-width-selected: 0.125rem;
--ds-border-width-focused: 0.125rem;
}
`;