diff --git a/packages/tokens/src/raw/primitives.json b/packages/tokens/src/raw/primitives.json new file mode 100644 index 0000000..0159d61 --- /dev/null +++ b/packages/tokens/src/raw/primitives.json @@ -0,0 +1,46 @@ +{ + "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" + }, + "medium": { + "value": "500", + "type": "string" + }, + "String": { + "value": "A2Z", + "type": "string" + }, + "Number 2": { + "value": 12, + "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..c4e40dd --- /dev/null +++ b/packages/tokens/src/raw/styles/colors.json @@ -0,0 +1,6 @@ +{ + "cta": { + "value": "{color.vermilion.500}", + "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..4a5ab4c --- /dev/null +++ b/packages/tokens/src/raw/styles/typography.json @@ -0,0 +1,14 @@ +{ + "heading": { + "xl": { + "value": { + "fontFamily": "{String}", + "fontStyle": "{medium}", + "fontSize": "{Number 2}", + "letterSpacing": 0, + "lineHeight": "{160}" + }, + "type": "typography" + } + } +} \ No newline at end of file