1.0.17 • Published 1 year ago

monday-ui-tokens v1.0.17

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Monday UI tokens

A style dictionary token registry for monday.com Vibe tokens.

This registry outputs design tokens in various flavours:

  • SCSS
  • JS
  • JS/ESM

We use style-dictionary to output them.

installation

npm i monday-ui-tokens

Build

npm run build

Usage

Tokens can be imported from the dist folder

  • dist/js
  • dist/js/esm
  • scss

JS tokens are separated into themes and include only key tokens. SCSS folder contains a unified file: variables.scss and include all tokens scope.

Dependencies

style-dictionary

Tokens scope

Our tokens are divided into scopes

  • core: global tokens , not influenced by theme.
  • colors: this scope is divided to:
    • content: content color palette references that are used within themes.
    • palette: reference colors that are used within themes.
    • themes and products.
      • our main themes are:
        • light
        • dark
        • black
        • hacker

Token Roles

We have reference tokens: content, palette. We have key tokens. In Vibe related efforts we recommend using only key tokens.

1.0.17

1 year ago

1.0.16

1 year ago

1.0.15

1 year ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.1

2 years ago