@atlaskit/eslint-plugin-design-system
Version:
The essential plugin for use with the Atlassian Design System.
14 lines • 309 B
JavaScript
/**
* Padding token mapping based on icon size and spacing value.
* Same mapping as the codemod `icon-spacing-to-box-primitive`.
*/
export const SPACING_TO_PADDING = {
medium: {
compact: 'space.050',
spacious: 'space.050'
},
small: {
compact: 'space.025',
spacious: 'space.075'
}
};