UNPKG

@shopify/polaris

Version:

Shopify’s product component library

7 lines (5 loc) 250 B
const NEW_DESIGN_LANGUAGE_COLORS = ['base', 'subdued', 'critical', 'warning', 'highlight', 'success', 'primary']; function isNewDesignLanguageColor(color) { return NEW_DESIGN_LANGUAGE_COLORS.includes(color); } export { isNewDesignLanguageColor };