UNPKG

@adobe/spectrum-tokens

Version:
27 lines (26 loc) 722 B
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/text-transform.json", "title": "Text transform", "description": "A token that specifies how to capitalize an element's text.", "type": "object", "allOf": [ { "$ref": "token.json" } ], "properties": { "$schema": { "const": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/text-transform.json" }, "value": { "type": "string", "enum": ["uppercase", "lowercase", "capitalize", "none"] }, "component": {}, "private": {}, "deprecated": {}, "deprecated_comment": {}, "uuid": {} } }