From d2b1b6ee09afd487f53b35172369943f885f249e Mon Sep 17 00:00:00 2001 From: ahreum Date: Mon, 6 Apr 2026 20:07:52 +0900 Subject: [PATCH 1/2] chore: sync "primitives" tokens from Figma --- tokens/raw/primitives.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tokens/raw/primitives.json diff --git a/tokens/raw/primitives.json b/tokens/raw/primitives.json new file mode 100644 index 0000000..71493b9 --- /dev/null +++ b/tokens/raw/primitives.json @@ -0,0 +1,10 @@ +{ + "color": { + "vermilion": { + "500": { + "$value": "#f9603e", + "$type": "color" + } + } + } +} \ No newline at end of file From 502a8ea17fa11c2f78e775c1803eed3dd2ded0a5 Mon Sep 17 00:00:00 2001 From: ahreum Date: Mon, 6 Apr 2026 20:07:53 +0900 Subject: [PATCH 2/2] chore: sync "semantics" tokens from Figma --- tokens/raw/semantics.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tokens/raw/semantics.json diff --git a/tokens/raw/semantics.json b/tokens/raw/semantics.json new file mode 100644 index 0000000..3f9e26a --- /dev/null +++ b/tokens/raw/semantics.json @@ -0,0 +1,10 @@ +{ + "color": { + "bg": { + "cta": { + "$value": "{color.vermilion.500}", + "$type": "color" + } + } + } +} \ No newline at end of file