@artsy/palette-tokens
TypeScript icon, indicating that this package has built-in type declarations

6.0.1 • Public • Published

palette-tokens

The design tokens that power Artsy's Palette.

⚠️ This package isn't intended to be consumed directly, but rather included as a transitive dependency of palette. ⚠️

Usage

In the main theme file for a Palette implementation:

import tokens from "@artsy/palette-tokens"

/**
 * This is required only in consuming versions of palette to keep
 * the existing api the same. If you're using the tokens as a standalone
 * you may not necessarily need to include this export statement.
 */
export * from "@artsy/palette-tokens";

/**
 * Any platform specific tokens can be included in the final `themeConfig` as
 * shown.
 */
export const themeConfig = {
  ...tokens,
  fontFamily: {
    // ...
  }
}

License

MIT License. See LICENSE.

About Artsy

This project is the work of engineers at Artsy, the world's leading and largest online art marketplace and platform for discovering art. One of our core Engineering Principles is being Open Source by Default which means we strive to share as many details of our work as possible.

You can learn more about this work from our blog and by following @ArtsyOpenSource or explore our public data by checking out our API. If you're interested in a career at Artsy, read through our job postings!

Package Sidebar

Install

npm i @artsy/palette-tokens

Weekly Downloads

2,001

Version

6.0.1

License

MIT

Unpacked Size

25.5 kB

Total Files

17

Last publish

Collaborators

  • joeyaghion
  • artsy-engineering
  • damassi
  • anandaroop
  • mzikherman
  • dblandin