coulomb-social/docs/design-extract/tokens/design-tokens.json
tegwick 319dd00465 Add designlang public-shell pack; tighten auth capture checks
Ran authenticated extract against coulomb.social; session metadata
matched anonymous Bubble defaults, so treat docs/design-extract as a
public shell baseline (PROVENANCE.md). Capture script now refuses to
overwrite storage-state.json with thin anonymous sessions.
2026-08-09 01:22:15 +02:00

162 lines
No EOL
3.2 KiB
JSON

{
"$metadata": {
"generator": "designlang",
"version": "7.0.0",
"spec": "https://design-tokens.github.io/community-group/format/",
"source": "https://coulomb.social",
"generatedAt": "2026-08-08T23:21:16.292Z"
},
"primitive": {
"color": {
"brand": {
"primary": {
"$value": "#d08728",
"$type": "color"
}
},
"neutral": {
"n100": {
"$value": "#000000",
"$type": "color"
},
"n200": {
"$value": "#171717",
"$type": "color"
},
"n300": {
"$value": "#ffffff",
"$type": "color"
},
"n400": {
"$value": "#616161",
"$type": "color"
},
"n500": {
"$value": "#e5e5e5",
"$type": "color"
}
},
"background": {
"bg0": {
"$value": "#ffffff",
"$type": "color"
},
"bg1": {
"$value": "#616161",
"$type": "color"
}
},
"text": {
"text0": {
"$value": "#000000",
"$type": "color"
},
"text1": {
"$value": "#ffffff",
"$type": "color"
},
"text2": {
"$value": "#171717",
"$type": "color"
},
"text3": {
"$value": "#d08728",
"$type": "color"
}
}
},
"spacing": {
"s0": {
"$value": "2px",
"$type": "dimension"
},
"s1": {
"$value": "32px",
"$type": "dimension"
},
"s2": {
"$value": "68px",
"$type": "dimension"
}
},
"radius": {
"r0": {
"$value": "4px",
"$type": "dimension"
},
"r1": {
"$value": "8px",
"$type": "dimension"
}
},
"shadow": {
"sh0": {
"$value": "rgb(97, 97, 97) 2px 2px 8px 0px",
"$type": "shadow"
}
},
"fontFamily": {
"f0": {
"$value": "Times New Roman",
"$type": "fontFamily"
},
"f1": {
"$value": "Helvetica",
"$type": "fontFamily"
},
"f2": {
"$value": "Inter",
"$type": "fontFamily"
},
"f3": {
"$value": "Arial",
"$type": "fontFamily"
}
}
},
"semantic": {
"color": {
"action": {
"primary": {
"$value": "{primitive.color.brand.primary}",
"$type": "color"
}
},
"surface": {
"default": {
"$value": "{primitive.color.background.bg0}",
"$type": "color"
}
},
"text": {
"body": {
"$value": "{primitive.color.text.text0}",
"$type": "color"
}
}
},
"typography": {
"body": {
"$value": {
"fontFamily": "Times New Roman",
"fontSize": "48px",
"fontWeight": "700",
"lineHeight": "67.2px"
},
"$type": "typography"
}
},
"radius": {
"control": {
"$value": "{primitive.radius.r0}",
"$type": "dimension"
}
},
"shadow": {
"elevated": {
"$value": "{primitive.shadow.sh0}",
"$type": "shadow"
}
}
}
}