12.9.0 • Published 5 months ago

@servicetitan/tokens v12.9.0

Weekly downloads
477
License
-
Repository
github
Last release
5 months ago

Design Tokens for Anvil Design System

Usage for Android (Kotlin)

Steps

  1. Copy the AnvilColorToken.kt and AnvilThemeToken.kt from build/kotlin/{theme} folder
  2. Adjust the package in each file to match your file structure as necessary

Files

  • AnvilColorToken.kt contains base colors.
  • AnvilThemeToken.kt contains color pairings for the light and the dark mode.

Example of using the themed color

AnvilThemeToken.AppBackground.forTheme()

Example of using the base color

AnvilColorToken.Neutral10

Usage for iOS (Swift)

Add as dependencies

To include this package, add to your Package.swift:

dependencies: [
    .package(
        url: "https://github.com/servicetitan/tokens.git",
        from: "12.0.0"
    )
]

Example of using the base color

import AnvilCore

Text("Hello World")
.foregroundColor(.anvil(.neutral10))

Usage for Web

Installation using npm

$ npm i @servicetitan/tokens

JavaScript/TypeScript

import { core } from "@servicetitan/tokens";
import { light, dark, tokens } from "@servicetitan/tokens/core";

Less

@import (reference) '@servicetitan/tokens/core/tokens.less';

CSS Variables

@import '@servicetitan/tokens/core/tokens.css';

.

How to Contribute

All of the design tokens and assets for Anvil are in this package. It generates assets for iOS (Swift), Android (Kotlin), and web.

To get started, run:

$ npm install
$ npm run build

The npm run build command runs style-dictionary build steps to generate the files for each platform. Every time you change something in the style dictionary, such as changing a color value or adding a new design token, you'll have to run this command again to generate the updated assets.

Making changes

Don't forget that we also have Figma counterpart that requires update when there is any change (May 2022). Link to Figma guide: https://www.figma.com/file/N0wRgro1ZHxK0VTIyoj2li/Anvil-Theme-Core?node-id=1204%3A1733

Updating an existing token

  1. Make a new branch
  2. Update the token object located under tokens/themes/<theme name> with the new value
  3. Run npm run build to update the assets in the build folder
  4. Create a PR

Adding a new design token

Adding a new design token requires all existing themes to have respective token defined. This only applies to color related tokens for now (May 2022).

Steps to adding new design token: 1. Make a new branch 2. Update tokens/themes/theme.d.ts with the new token 3. Add the new design token key and value to all of the themes 4. Run npm run build to update the assets in the build folder 5. Create a PR

Adding a new theme

Copy a theme to base on, for example tokens/themes/core, and make changes to the values.

12.9.0

5 months ago

12.8.0

7 months ago

12.8.1

7 months ago

12.7.0

10 months ago

12.7.1

7 months ago

12.4.0

12 months ago

12.3.0

12 months ago

12.6.0

12 months ago

12.5.2

12 months ago

12.5.3

12 months ago

12.5.4

12 months ago

12.5.5

12 months ago

12.5.0

12 months ago

12.5.1

12 months ago

12.2.1

1 year ago

12.2.0

2 years ago

12.0.0

2 years ago

12.1.10

2 years ago

12.1.11

2 years ago

11.9.0

2 years ago

12.1.6

2 years ago

12.1.7

2 years ago

12.1.8

2 years ago

12.1.9

2 years ago

12.1.2

2 years ago

12.1.3

2 years ago

12.1.4

2 years ago

12.1.5

2 years ago

12.1.0

2 years ago

12.1.1

2 years ago

11.5.2-beta.1

2 years ago

11.6.0

2 years ago

11.8.0

2 years ago

11.5.3-develop.1

2 years ago

11.7.0

2 years ago

11.5.1

2 years ago

11.5.0

2 years ago

11.5.2-next.0

2 years ago

11.5.3-develop.0

2 years ago

11.5.3-0

2 years ago

11.4.2

2 years ago

11.4.1

2 years ago

11.2.0

2 years ago

11.1.1

2 years ago

11.4.0

2 years ago

11.3.1

2 years ago

11.3.0

2 years ago

10.6.0

2 years ago

10.8.0

2 years ago

11.0.0

2 years ago

10.7.0

2 years ago

10.7.1

2 years ago

10.8.0-beta.0

2 years ago

11.1.0

2 years ago

10.5.0

3 years ago

10.4.0

3 years ago

10.3.3

3 years ago

10.3.2

3 years ago

10.3.0

3 years ago

10.3.1

3 years ago

10.2.1

3 years ago

10.2.0

3 years ago

10.1.1

3 years ago

10.1.0

3 years ago

10.0.0

3 years ago

9.6.1

3 years ago

9.6.0

3 years ago

9.5.0

3 years ago

10.0.0-beta.0

3 years ago

9.4.0

3 years ago

9.2.1

3 years ago

9.2.0

3 years ago

9.1.0

3 years ago

9.0.0

3 years ago

8.4.0

3 years ago

8.3.0

3 years ago

8.2.1

3 years ago

8.2.0

3 years ago

8.1.0

3 years ago

8.0.0

3 years ago

7.9.0

3 years ago

7.8.2

3 years ago

7.8.1

3 years ago

7.8.0

3 years ago

7.7.2

3 years ago

7.7.1

3 years ago

7.7.0

3 years ago

7.6.0

3 years ago

7.5.1

3 years ago

7.5.0

3 years ago

7.4.0

3 years ago

7.3.1

3 years ago

7.3.0

3 years ago

7.2.0

3 years ago

7.1.0

4 years ago

7.0.0

4 years ago

6.1.1

4 years ago

6.1.0

4 years ago

6.0.0

4 years ago

5.3.1

4 years ago

5.3.0

4 years ago

5.2.1

4 years ago

5.1.0

4 years ago

5.0.0

4 years ago

4.4.0

4 years ago

4.2.2

4 years ago

4.2.0

4 years ago

4.1.1

4 years ago

4.1.0

4 years ago

3.7.0

4 years ago

4.0.0

4 years ago

3.6.0

4 years ago

3.1.0

5 years ago

3.0.0

5 years ago

2.4.0

5 years ago

2.3.3-alpha.0

5 years ago

2.3.1

5 years ago

2.3.0

5 years ago

2.1.1

5 years ago

2.0.3

5 years ago

2.2.0

5 years ago

2.1.0

5 years ago

1.13.1

5 years ago

2.0.0

5 years ago

1.13.0

5 years ago

1.13.0-alpha.0

5 years ago

1.12.1

5 years ago

1.12.0

5 years ago

1.11.0

5 years ago

1.8.0

5 years ago

1.7.0

5 years ago

1.6.1

5 years ago

1.6.0

5 years ago

1.5.1

6 years ago

1.0.0

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago