@amsterdam/design-system-react
Version:
All React components from the Amsterdam Design System. Use it to compose pages in your website or application.
16 lines (15 loc) • 360 B
JavaScript
/**
* @license EUPL-1.2+
* Copyright Gemeente Amsterdam
*/
// If you modify this list, you must also update the ones in
// packages/css/src/components/gap/gap.scss and
// packages/css/src/components/margin/margin.scss
export const shortSize = {
large: 'l',
medium: 'm',
none: 'none',
small: 's',
'x-large': 'xl',
'x-small': 'xs',
};