UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

12 lines 349 B
import typographyTokens from '@atlaskit/tokens/atlassian-typography'; export var fontWeightTokens = typographyTokens.filter(function (token) { return token.attributes.group === 'fontWeight'; }).map(function (token) { return { tokenName: token.cleanName, tokenValue: token.value, values: { fontWeight: token.value } }; });