UNPKG

@adobe/spectrum-tokens

Version:
27 lines (26 loc) 694 B
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json", "title": "Dimension", "description": "Pixel or relative dimension.", "type": "object", "allOf": [ { "$ref": "token.json" } ], "properties": { "$schema": { "const": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json" }, "value": { "type": "string", "pattern": "^(?:-?((?:\\d+\\.?\\d*)|(?:\\.?\\d+))(px|rem|em|%))|0|\\d+dp$" }, "component": {}, "private": {}, "deprecated": {}, "deprecated_comment": {}, "uuid": {} } }