UNPKG

@adobe/spectrum-tokens

Version:
28 lines (27 loc) 735 B
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/text-align.json", "title": "Text align", "description": "Sets the horizontal alignment of the inline-level content inside a block element", "type": "object", "allOf": [ { "$ref": "token.json" } ], "properties": { "$schema": { "const": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/text-align.json" }, "value": { "type": "string", "enum": ["start", "center", "end"], "default": "start" }, "component": {}, "private": {}, "deprecated": {}, "deprecated_comment": {}, "uuid": {} } }