@atlaskit/primitives
Version:
Primitives are token-backed low-level building blocks.
16 lines • 554 B
JavaScript
/**
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::9183c00a6ce1b53a46530f6f0a7883ea>>
* @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
* @codegenDependency ../../scripts/codegen-file-templates/dimensions.tsx <<SignedSource::cc9b3f12104c6ede803da6a42daac0b0>>
*/
export const dimensionMap = {
'100%': '100%',
'size.100': '1rem',
'size.200': '1.5rem',
'size.300': '2rem',
'size.400': '2.5rem',
'size.500': '3rem',
'size.600': '6rem',
'size.1000': '12rem'
};