diff --git a/packages/tokens/src/raw/primitives.json b/packages/tokens/src/raw/primitives.json new file mode 100644 index 0000000..b354835 --- /dev/null +++ b/packages/tokens/src/raw/primitives.json @@ -0,0 +1,34 @@ +{ + "160": { + "value": "{Number}", + "type": "number" + }, + "color": { + "vermilion": { + "500": { + "value": "#f9603e", + "type": "color" + } + } + }, + "spacing": { + "0": { + "value": 0, + "type": "number" + } + }, + "opacity": { + "0": { + "value": 0, + "type": "number" + }, + "10": { + "value": 0.1, + "type": "number" + } + }, + "Number": { + "value": 1.5, + "type": "number" + } +} \ No newline at end of file diff --git a/packages/tokens/src/raw/semantics.json b/packages/tokens/src/raw/semantics.json new file mode 100644 index 0000000..5cb0d82 --- /dev/null +++ b/packages/tokens/src/raw/semantics.json @@ -0,0 +1,14 @@ +{ + "color": { + "bg": { + "cta": { + "value": "{color.vermilion.500}", + "type": "color" + }, + "dimmed": { + "value": "rgba(0, 0, 0, 0.6)", + "type": "color" + } + } + } +} \ No newline at end of file diff --git a/packages/tokens/src/raw/styles/colors.json b/packages/tokens/src/raw/styles/colors.json new file mode 100644 index 0000000..4f7d9a4 --- /dev/null +++ b/packages/tokens/src/raw/styles/colors.json @@ -0,0 +1,6 @@ +{ + "cta": { + "value": "#f9603e", + "type": "color" + } +} \ No newline at end of file diff --git a/packages/tokens/src/raw/styles/typography.json b/packages/tokens/src/raw/styles/typography.json new file mode 100644 index 0000000..14d7fcb --- /dev/null +++ b/packages/tokens/src/raw/styles/typography.json @@ -0,0 +1,12 @@ +{ + "텍스트": { + "value": { + "fontFamily": "Freesentation", + "fontStyle": "5 Medium", + "fontSize": 12, + "letterSpacing": "0%", + "lineHeight": "auto" + }, + "type": "typography" + } +} \ No newline at end of file