@atlaskit/eslint-plugin-design-system
Version:
The essential plugin for use with the Atlassian Design System.
2 lines • 417 B
JavaScript
const legacyColorMixins = new Set(['background', 'backgroundActive', 'backgroundHover', 'backgroundOnLayer', 'text', 'textHover', 'textActive', 'subtleText', 'placeholderText', 'heading', 'subtleHeading', 'codeBlock', 'link', 'linkHover', 'linkActive', 'linkOutline', 'primary', 'blue', 'teal', 'purple', 'red', 'yellow', 'green', 'skeleton']);
export const isLegacyNamedColor = value => legacyColorMixins.has(value);