From f47a360e01a9298d6eeb11d45812f6b69ad1d34b Mon Sep 17 00:00:00 2001 From: Adam DeHaven Date: Tue, 13 Jun 2023 09:03:59 -0400 Subject: [PATCH] feat: add tokens --- tokens/source/line-height/index.json | 44 ++++++++++++++++++++++++++++ tokens/source/space/index.json | 4 +-- 2 files changed, 46 insertions(+), 2 deletions(-) create mode 100644 tokens/source/line-height/index.json diff --git a/tokens/source/line-height/index.json b/tokens/source/line-height/index.json new file mode 100644 index 0000000..e272f3f --- /dev/null +++ b/tokens/source/line-height/index.json @@ -0,0 +1,44 @@ +{ + "line_height": { + "10": { + "comment": "12px", + "value": "12px" + }, + "20": { + "comment": "16px", + "value": "16px" + }, + "30": { + "comment": "20px", + "value": "20px" + }, + "40": { + "comment": "24px", + "value": "24px" + }, + "50": { + "comment": "28px", + "value": "28px" + }, + "60": { + "comment": "32px", + "value": "32px" + }, + "70": { + "comment": "36px", + "value": "36px" + }, + "80": { + "comment": "40px", + "value": "40px" + }, + "90": { + "comment": "48px", + "value": "48px" + }, + "100": { + "comment": "56px", + "value": "56px" + } + } +} diff --git a/tokens/source/space/index.json b/tokens/source/space/index.json index 97333c5..a7524c3 100644 --- a/tokens/source/space/index.json +++ b/tokens/source/space/index.json @@ -29,8 +29,8 @@ "value": "16px" }, "70": { - "comment": "2px", - "value": "2px" + "comment": "20px", + "value": "20px" }, "80": { "comment": "24px",