@adobe/spectrum-tokens
Version:
Design tokens for Spectrum, Adobe's design system
27 lines (26 loc) • 832 B
JSON
{
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/component.json",
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/components/detail.json",
"title": "Detail",
"description": "Detail is a typography component used for disclosing extra information or smaller items in hierarchical relationships of text.",
"meta": {
"category": "typography",
"documentationUrl": "https://spectrum.adobe.com/page/detail/"
},
"type": "object",
"properties": {
"script": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/types/typography-script.json"
},
"weight": {
"type": "string",
"enum": ["light", "default"],
"default": "default"
},
"size": {
"type": "string",
"enum": ["s", "m", "l", "xl"],
"default": "m"
}
}
}