Polaris Tokens Versions Save

Design tokens for Polaris, Shopify’s design system

v4.0.0

2 years ago
  • Removed color theme for 6 River Systems MFP UI design system (#208)

v3.1.0

3 years ago

Added iconInteractive to colors (#189)

v3.0.0

3 years ago
  • Breaking: Move onSurface.onSurfaceBackground to surface.surfaceSearchField. (#183)
    • Consumers of the variant onSurfaceBackground should replace it with surfaceSearchField. The color value is unchanged.

v2.21.1

3 years ago
  • Fix icon and action colors not being exposed in dist/color-filters.color-map.scss. (#182)

v2.21.0

3 years ago
  • Added mergeConfigs and Config to the public API of dist-modern/index.js (#180)
  • Added esm support for legacy tokens. Doing import {colorInk} from '@shopify/polaris-tokens'; shall load content from dist/index.esm.js which allows for better tree shaking. A default export so you can do import tokens from '@shopify/polaris-tokens'; is provided for backwards compatability however this is just a stopgap, and will be removed in polaris-tokens v3.0.0. You should use either named imports (import {colorInk}) or a namespace import (import * as tokens) (#181)

v2.20.0

3 years ago
  • Added color theme for 6 River Systems MFP UI design system (#179)

v2.19.0

3 years ago
  • Added support for .hbs (handlebars) format templates (#176)
  • Increased contrast of dark border divider (#177)

v2.18.0

3 years ago
  • Added prefixed CSS custom properties output for colors (#174, #175)

v2.17.0

3 years ago
  • Froze and deprecated design tokens in ./dist. In a future version, this directory may be moved to ./dist-legacy (#170)

v2.16.0

3 years ago
  • Added textPrimary with hovered and pressed variations (#164)