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.
15 lines
605 B
Text
15 lines
605 B
Text
import { Meta, ColorPalette, ColorItem, Typeset } from '@storybook/blocks';
|
|
|
|
<Meta title="Extracted/Tokens" />
|
|
|
|
# Design tokens
|
|
|
|
Extracted from https://coulomb.social by [designlang](https://github.com/Manavarya09/design-extract).
|
|
|
|
<ColorPalette>
|
|
<ColorItem title="primary" colors={{ primary: '#d08728' }} />
|
|
<ColorItem title="secondary" colors={{ secondary: '#8b5cf6' }} />
|
|
<ColorItem title="accent" colors={{ accent: '#f59e0b' }} />
|
|
<ColorItem title="background" colors={{ background: '#ffffff' }} />
|
|
<ColorItem title="foreground" colors={{ foreground: '#000000' }} />
|
|
</ColorPalette>
|