3.7.3 • Published 8 months ago

@koobiq/tokens-builder v3.7.3

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

Tokens Builder

Overview

Tokens builder is a configuration script that utilizes Style Dictionary, a design-token platform for creating and maintaining consistent design tokens across various platforms.

Overall, this script orchestrates the generation of design tokens by applying custom transformations, filters, and formats to the specified theme configuration for multiple platforms, facilitating a streamlined design token workflow compatible with various output formats like SCSS, CSS, and TypeScript.

Typography composite tokens

Tokens builder supports usage of composite tokens for CSS platform. For now, typography token sets are supported.

Example of usage

{
    "<component-name>": {
        "font": {
            "type": "font",
            "<token-with-composite-token-reference>": "{typography.<typography-set>}"
        }
    }
}

where <typography-set> is a set from @koobiq/design-tokens/web/properties/typography.json5

"type": "font" property is required.

output:

  --kbq-<component-name>-font-<token-with-composite-token-reference>-font-size: <value>;
  --kbq-<component-name>-font-<token-with-composite-token-reference>-font-weight: <value>;
  --kbq-<component-name>-font-<token-with-composite-token-reference>-line-height: <value>;
  --kbq-<component-name>-font-<token-with-composite-token-reference>-font-family: <value>;
  // ...etc
3.7.3

8 months ago

3.7.2

9 months ago

3.7.1

9 months ago

3.7.0

9 months ago

3.6.1

9 months ago

3.6.0

9 months ago

3.5.1

9 months ago

3.5.0

10 months ago

3.4.0

10 months ago

3.2.0

10 months ago

3.0.0

11 months ago

3.3.1

10 months ago

3.0.0-rc.13

11 months ago

3.3.0

10 months ago

3.0.0-rc.12

11 months ago

3.0.0-rc.15

11 months ago

3.1.0

10 months ago

3.0.0-rc.14

11 months ago

3.0.0-rc.16

11 months ago

3.0.0-rc.6

1 year ago

3.0.0-rc.5

1 year ago

3.0.0-rc.11

12 months ago

3.0.0-rc.4

1 year ago

3.0.0-rc.10

12 months ago

3.0.0-rc.3

1 year ago

3.0.0-rc.9

12 months ago

3.0.0-rc.8

1 year ago

3.0.0-rc.7

1 year ago

3.0.0-rc.2

1 year ago

3.0.0-beta.32

1 year ago

3.0.0-rc.1

1 year ago

3.0.0-beta.31

1 year ago

3.0.0-beta.30

1 year ago

3.0.0-beta.29

1 year ago

3.0.0-beta.28

1 year ago

3.0.0-beta.27

1 year ago

3.0.0-beta.25

1 year ago

3.0.0-beta.26

1 year ago

3.0.0-beta.24

1 year ago

3.0.0-beta.23

1 year ago

3.0.0-beta.22

1 year ago

3.0.0-beta.21

1 year ago

3.0.0-beta.20

1 year ago

3.0.0-beta.19

1 year ago

3.0.0-beta.18

1 year ago

3.0.0-beta.17

2 years ago

3.0.0-beta.16

2 years ago

3.0.0-beta.15

2 years ago

3.0.0-beta.14

2 years ago

3.0.0-beta.13

2 years ago

3.0.0-beta.12

2 years ago

3.0.0-beta.11

2 years ago

3.0.0-beta.10

2 years ago

3.0.0-beta.9

2 years ago

3.0.0-beta.8

2 years ago

3.0.0-beta.7

2 years ago

3.0.0-beta.6

2 years ago

3.0.0-beta.5

2 years ago

3.0.0-beta.4

2 years ago

3.0.0-beta.2

2 years ago

3.0.0-beta.1

2 years ago

3.0.0-beta.0

2 years ago