@pantheon-systems/pds-design-tokens
Version:
Design Tokens for the Pantheon Design System
2,024 lines (2,023 loc) • 69.7 kB
JSON
{
"animation": {
"focus": {
"transition": {
"value": "outline 200ms cubic-bezier(.2, 0, 0, 1) 0s",
"public": true,
"filePath": "tokens/animation/alias.json",
"isSource": true,
"original": {
"value": "outline {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}",
"public": true
},
"name": "animation-focus-transition",
"attributes": {
"category": "animation",
"type": "focus",
"item": "transition"
},
"path": [
"animation",
"focus",
"transition"
]
}
},
"rotation": {
"transition": {
"value": "transform 200ms cubic-bezier(.2, 0, 0, 1) 0s",
"public": true,
"filePath": "tokens/animation/alias.json",
"isSource": true,
"original": {
"value": "transform {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}",
"public": true
},
"name": "animation-rotation-transition",
"attributes": {
"category": "animation",
"type": "rotation",
"item": "transition"
},
"path": [
"animation",
"rotation",
"transition"
]
}
},
"reveal": {
"transition": {
"value": "all 300ms cubic-bezier(.2, 0, 0, 1)",
"public": true,
"filePath": "tokens/animation/alias.json",
"isSource": true,
"original": {
"value": "all {animation.transition.reveal.duration.value} {animation.transition.default.timing-function.value}",
"public": true
},
"name": "animation-reveal-transition",
"attributes": {
"category": "animation",
"type": "reveal",
"item": "transition"
},
"path": [
"animation",
"reveal",
"transition"
]
}
},
"button": {
"transition": {
"value": "all 200ms cubic-bezier(.2, 0, 0, 1) 0s",
"public": true,
"filePath": "tokens/animation/alias.json",
"isSource": true,
"original": {
"value": "all {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}",
"public": true
},
"name": "animation-button-transition",
"attributes": {
"category": "animation",
"type": "button",
"item": "transition"
},
"path": [
"animation",
"button",
"transition"
]
}
},
"input": {
"transition": {
"value": "background-color 200ms cubic-bezier(.2, 0, 0, 1) 0s, border-color 200ms cubic-bezier(.2, 0, 0, 1) 0s",
"public": true,
"filePath": "tokens/animation/alias.json",
"isSource": true,
"original": {
"value": "background-color {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}, border-color {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}",
"public": true
},
"name": "animation-input-transition",
"attributes": {
"category": "animation",
"type": "input",
"item": "transition"
},
"path": [
"animation",
"input",
"transition"
]
}
},
"link": {
"transition": {
"value": "all 200ms cubic-bezier(.2, 0, 0, 1) 0s",
"public": true,
"filePath": "tokens/animation/alias.json",
"isSource": true,
"original": {
"value": "all {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}",
"public": true
},
"name": "animation-link-transition",
"attributes": {
"category": "animation",
"type": "link",
"item": "transition"
},
"path": [
"animation",
"link",
"transition"
]
}
},
"transition": {
"default": {
"delay": {
"value": "0s",
"public": true,
"filePath": "tokens/animation/base.json",
"isSource": true,
"original": {
"value": "0s",
"public": true
},
"name": "animation-transition-default-delay",
"attributes": {
"category": "animation",
"type": "transition",
"item": "default",
"subitem": "delay"
},
"path": [
"animation",
"transition",
"default",
"delay"
]
},
"duration": {
"value": "200ms",
"public": true,
"filePath": "tokens/animation/base.json",
"isSource": true,
"original": {
"value": "200ms",
"public": true
},
"name": "animation-transition-default-duration",
"attributes": {
"category": "animation",
"type": "transition",
"item": "default",
"subitem": "duration"
},
"path": [
"animation",
"transition",
"default",
"duration"
]
},
"timing-function": {
"value": "cubic-bezier(.2, 0, 0, 1)",
"public": true,
"filePath": "tokens/animation/base.json",
"isSource": true,
"original": {
"value": "cubic-bezier(.2, 0, 0, 1)",
"public": true
},
"name": "animation-transition-default-timing-function",
"attributes": {
"category": "animation",
"type": "transition",
"item": "default",
"subitem": "timing-function"
},
"path": [
"animation",
"transition",
"default",
"timing-function"
]
}
},
"dropdown": {
"duration": {
"value": "300ms",
"public": true,
"filePath": "tokens/animation/base.json",
"isSource": true,
"original": {
"value": "300ms",
"public": true
},
"name": "animation-transition-dropdown-duration",
"attributes": {
"category": "animation",
"type": "transition",
"item": "dropdown",
"subitem": "duration"
},
"path": [
"animation",
"transition",
"dropdown",
"duration"
]
}
},
"reveal": {
"duration": {
"value": "300ms",
"public": true,
"filePath": "tokens/animation/base.json",
"isSource": true,
"original": {
"value": "300ms",
"public": true
},
"name": "animation-transition-reveal-duration",
"attributes": {
"category": "animation",
"type": "transition",
"item": "reveal",
"subitem": "duration"
},
"path": [
"animation",
"transition",
"reveal",
"duration"
]
}
}
}
},
"border": {
"radius": {
"default": {
"value": 0.1875,
"defaultUnit": "rem",
"public": true,
"filePath": "tokens/border/alias.json",
"isSource": true,
"original": {
"value": 0.1875,
"defaultUnit": "rem",
"public": true
},
"name": "border-radius-default",
"attributes": {
"category": "border",
"type": "radius",
"item": "default"
},
"path": [
"border",
"radius",
"default"
]
},
"bar": {
"value": 3.5,
"defaultUnit": "rem",
"public": true,
"filePath": "tokens/border/alias.json",
"isSource": true,
"original": {
"value": 3.5,
"defaultUnit": "rem",
"public": true
},
"name": "border-radius-bar",
"attributes": {
"category": "border",
"type": "radius",
"item": "bar"
},
"path": [
"border",
"radius",
"bar"
]
},
"button": {
"value": 0.1875,
"defaultUnit": "rem",
"public": true,
"filePath": "tokens/border/alias.json",
"isSource": true,
"original": {
"value": 0.1875,
"defaultUnit": "rem",
"public": true
},
"name": "border-radius-button",
"attributes": {
"category": "border",
"type": "radius",
"item": "button"
},
"path": [
"border",
"radius",
"button"
]
},
"container": {
"value": 0.375,
"defaultUnit": "rem",
"public": true,
"filePath": "tokens/border/alias.json",
"isSource": true,
"original": {
"value": 0.375,
"defaultUnit": "rem",
"public": true
},
"name": "border-radius-container",
"attributes": {
"category": "border",
"type": "radius",
"item": "container"
},
"path": [
"border",
"radius",
"container"
]
},
"input": {
"value": 0.25,
"defaultUnit": "rem",
"public": true,
"filePath": "tokens/border/alias.json",
"isSource": true,
"original": {
"value": 0.25,
"defaultUnit": "rem",
"public": true
},
"name": "border-radius-input",
"attributes": {
"category": "border",
"type": "radius",
"item": "input"
},
"path": [
"border",
"radius",
"input"
]
}
},
"width": {
"default": {
"value": 1,
"defaultUnit": "px",
"public": true,
"filePath": "tokens/border/alias.json",
"isSource": true,
"original": {
"value": 1,
"defaultUnit": "px",
"public": true
},
"name": "border-width-default",
"attributes": {
"category": "border",
"type": "width",
"item": "default"
},
"path": [
"border",
"width",
"default"
]
},
"double": {
"value": 2,
"defaultUnit": "px",
"public": true,
"filePath": "tokens/border/alias.json",
"isSource": true,
"original": {
"value": 2,
"defaultUnit": "px",
"public": true
},
"name": "border-width-double",
"attributes": {
"category": "border",
"type": "width",
"item": "double"
},
"path": [
"border",
"width",
"double"
]
},
"triple": {
"value": 3,
"defaultUnit": "px",
"public": true,
"filePath": "tokens/border/alias.json",
"isSource": true,
"original": {
"value": 3,
"defaultUnit": "px",
"public": true
},
"name": "border-width-triple",
"attributes": {
"category": "border",
"type": "width",
"item": "triple"
},
"path": [
"border",
"width",
"triple"
]
},
"outline": {
"value": 1,
"defaultUnit": "px",
"public": true,
"filePath": "tokens/border/alias.json",
"isSource": true,
"original": {
"value": 1,
"defaultUnit": "px",
"public": true
},
"name": "border-width-outline",
"attributes": {
"category": "border",
"type": "width",
"item": "outline"
},
"path": [
"border",
"width",
"outline"
]
},
"stepper": {
"value": 3,
"defaultUnit": "px",
"public": true,
"filePath": "tokens/border/alias.json",
"isSource": true,
"original": {
"value": 3,
"defaultUnit": "px",
"public": true
},
"name": "border-width-stepper",
"attributes": {
"category": "border",
"type": "width",
"item": "stepper"
},
"path": [
"border",
"width",
"stepper"
]
}
},
"offset": {
"default": {
"value": 1,
"defaultUnit": "px",
"public": true,
"filePath": "tokens/border/alias.json",
"isSource": true,
"original": {
"value": 1,
"defaultUnit": "px",
"public": true
},
"name": "border-offset-default",
"attributes": {
"category": "border",
"type": "offset",
"item": "default"
},
"path": [
"border",
"offset",
"default"
]
},
"double": {
"value": 2,
"defaultUnit": "px",
"public": true,
"filePath": "tokens/border/alias.json",
"isSource": true,
"original": {
"value": 2,
"defaultUnit": "px",
"public": true
},
"name": "border-offset-double",
"attributes": {
"category": "border",
"type": "offset",
"item": "double"
},
"path": [
"border",
"offset",
"double"
]
},
"triple": {
"value": 3,
"defaultUnit": "px",
"public": true,
"filePath": "tokens/border/alias.json",
"isSource": true,
"original": {
"value": 3,
"defaultUnit": "px",
"public": true
},
"name": "border-offset-triple",
"attributes": {
"category": "border",
"type": "offset",
"item": "triple"
},
"path": [
"border",
"offset",
"triple"
]
}
}
},
"container": {
"modal": {
"width": {
"sm": {
"value": "25rem",
"public": true,
"filePath": "tokens/container/alias.json",
"isSource": true,
"original": {
"value": "25rem",
"public": true
},
"name": "container-modal-width-sm",
"attributes": {
"category": "container",
"type": "modal",
"item": "width",
"subitem": "sm"
},
"path": [
"container",
"modal",
"width",
"sm"
]
},
"md": {
"value": "37.5rem",
"public": true,
"filePath": "tokens/container/alias.json",
"isSource": true,
"original": {
"value": "37.5rem",
"public": true
},
"name": "container-modal-width-md",
"attributes": {
"category": "container",
"type": "modal",
"item": "width",
"subitem": "md"
},
"path": [
"container",
"modal",
"width",
"md"
]
},
"lg": {
"value": "47.5rem",
"public": true,
"filePath": "tokens/container/alias.json",
"isSource": true,
"original": {
"value": "47.5rem",
"public": true
},
"name": "container-modal-width-lg",
"attributes": {
"category": "container",
"type": "modal",
"item": "width",
"subitem": "lg"
},
"path": [
"container",
"modal",
"width",
"lg"
]
},
"xl": {
"value": "67.5rem",
"public": true,
"filePath": "tokens/container/alias.json",
"isSource": true,
"original": {
"value": "67.5rem",
"public": true
},
"name": "container-modal-width-xl",
"attributes": {
"category": "container",
"type": "modal",
"item": "width",
"subitem": "xl"
},
"path": [
"container",
"modal",
"width",
"xl"
]
}
}
},
"tooltip": {
"max-width": {
"value": "12.5rem",
"public": true,
"filePath": "tokens/container/alias.json",
"isSource": true,
"original": {
"value": "12.5rem",
"public": true
},
"name": "container-tooltip-max-width",
"attributes": {
"category": "container",
"type": "tooltip",
"item": "max-width"
},
"path": [
"container",
"tooltip",
"max-width"
]
}
},
"max-width": {
"narrow": {
"value": "1024px",
"public": true,
"filePath": "tokens/container/base.json",
"isSource": true,
"original": {
"value": "1024px",
"public": true
},
"name": "container-max-width-narrow",
"attributes": {
"category": "container",
"type": "max-width",
"item": "narrow"
},
"path": [
"container",
"max-width",
"narrow"
]
},
"standard": {
"value": "1200px",
"public": true,
"filePath": "tokens/container/base.json",
"isSource": true,
"original": {
"value": "1200px",
"public": true
},
"name": "container-max-width-standard",
"attributes": {
"category": "container",
"type": "max-width",
"item": "standard"
},
"path": [
"container",
"max-width",
"standard"
]
},
"wide": {
"value": "1440px",
"public": true,
"filePath": "tokens/container/base.json",
"isSource": true,
"original": {
"value": "1440px",
"public": true
},
"name": "container-max-width-wide",
"attributes": {
"category": "container",
"type": "max-width",
"item": "wide"
},
"path": [
"container",
"max-width",
"wide"
]
},
"x-wide": {
"value": "1600px",
"public": true,
"filePath": "tokens/container/base.json",
"isSource": true,
"original": {
"value": "1600px",
"public": true
},
"name": "container-max-width-x-wide",
"attributes": {
"category": "container",
"type": "max-width",
"item": "x-wide"
},
"path": [
"container",
"max-width",
"x-wide"
]
}
},
"padding": {
"base": {
"value": "1.563",
"public": true,
"filePath": "tokens/container/base.json",
"isSource": true,
"original": {
"value": "{spacing.XL.value}",
"public": true
},
"name": "container-padding-base",
"attributes": {
"category": "container",
"type": "padding",
"item": "base"
},
"path": [
"container",
"padding",
"base"
]
},
"narrow-bp-md": {
"value": "12%",
"public": true,
"filePath": "tokens/container/base.json",
"isSource": true,
"original": {
"value": "12%",
"public": true
},
"name": "container-padding-narrow-bp-md",
"attributes": {
"category": "container",
"type": "padding",
"item": "narrow-bp-md"
},
"path": [
"container",
"padding",
"narrow-bp-md"
]
},
"narrow-bp-lg": {
"value": "20%",
"public": true,
"filePath": "tokens/container/base.json",
"isSource": true,
"original": {
"value": "20%",
"public": true
},
"name": "container-padding-narrow-bp-lg",
"attributes": {
"category": "container",
"type": "padding",
"item": "narrow-bp-lg"
},
"path": [
"container",
"padding",
"narrow-bp-lg"
]
},
"standard-bp-md": {
"value": "6%",
"public": true,
"filePath": "tokens/container/base.json",
"isSource": true,
"original": {
"value": "6%",
"public": true
},
"name": "container-padding-standard-bp-md",
"attributes": {
"category": "container",
"type": "padding",
"item": "standard-bp-md"
},
"path": [
"container",
"padding",
"standard-bp-md"
]
},
"standard-bp-lg": {
"value": "8%",
"public": true,
"filePath": "tokens/container/base.json",
"isSource": true,
"original": {
"value": "8%",
"public": true
},
"name": "container-padding-standard-bp-lg",
"attributes": {
"category": "container",
"type": "padding",
"item": "standard-bp-lg"
},
"path": [
"container",
"padding",
"standard-bp-lg"
]
},
"wide-bp-md": {
"value": "5%",
"public": true,
"filePath": "tokens/container/base.json",
"isSource": true,
"original": {
"value": "5%",
"public": true
},
"name": "container-padding-wide-bp-md",
"attributes": {
"category": "container",
"type": "padding",
"item": "wide-bp-md"
},
"path": [
"container",
"padding",
"wide-bp-md"
]
},
"wide-bp-lg": {
"value": "4%",
"public": true,
"filePath": "tokens/container/base.json",
"isSource": true,
"original": {
"value": "4%",
"public": true
},
"name": "container-padding-wide-bp-lg",
"attributes": {
"category": "container",
"type": "padding",
"item": "wide-bp-lg"
},
"path": [
"container",
"padding",
"wide-bp-lg"
]
}
}
},
"grid": {
"columns-4": {
"gap": {
"value": "1.25",
"filePath": "tokens/grid/base.json",
"isSource": true,
"original": {
"value": "{spacing.L.value}"
},
"name": "grid-columns-4-gap",
"attributes": {
"category": "grid",
"type": "columns-4",
"item": "gap"
},
"path": [
"grid",
"columns-4",
"gap"
]
}
},
"columns-12": {
"bp-md": {
"gap": {
"narrow": {
"value": "1.25",
"filePath": "tokens/grid/base.json",
"isSource": true,
"original": {
"value": "{spacing.L.value}"
},
"name": "grid-columns-12-bp-md-gap-narrow",
"attributes": {
"category": "grid",
"type": "columns-12",
"item": "bp-md",
"subitem": "gap",
"state": "narrow"
},
"path": [
"grid",
"columns-12",
"bp-md",
"gap",
"narrow"
]
},
"standard": {
"value": "1.563",
"filePath": "tokens/grid/base.json",
"isSource": true,
"original": {
"value": "{spacing.XL.value}"
},
"name": "grid-columns-12-bp-md-gap-standard",
"attributes": {
"category": "grid",
"type": "columns-12",
"item": "bp-md",
"subitem": "gap",
"state": "standard"
},
"path": [
"grid",
"columns-12",
"bp-md",
"gap",
"standard"
]
},
"wide": {
"value": "1.953",
"filePath": "tokens/grid/base.json",
"isSource": true,
"original": {
"value": "{spacing.2XL.value}"
},
"name": "grid-columns-12-bp-md-gap-wide",
"attributes": {
"category": "grid",
"type": "columns-12",
"item": "bp-md",
"subitem": "gap",
"state": "wide"
},
"path": [
"grid",
"columns-12",
"bp-md",
"gap",
"wide"
]
}
}
},
"bp-lg": {
"gap": {
"narrow": {
"value": "1.563",
"filePath": "tokens/grid/base.json",
"isSource": true,
"original": {
"value": "{spacing.XL.value}"
},
"name": "grid-columns-12-bp-lg-gap-narrow",
"attributes": {
"category": "grid",
"type": "columns-12",
"item": "bp-lg",
"subitem": "gap",
"state": "narrow"
},
"path": [
"grid",
"columns-12",
"bp-lg",
"gap",
"narrow"
]
},
"standard": {
"value": "1.953",
"filePath": "tokens/grid/base.json",
"isSource": true,
"original": {
"value": "{spacing.2XL.value}"
},
"name": "grid-columns-12-bp-lg-gap-standard",
"attributes": {
"category": "grid",
"type": "columns-12",
"item": "bp-lg",
"subitem": "gap",
"state": "standard"
},
"path": [
"grid",
"columns-12",
"bp-lg",
"gap",
"standard"
]
},
"wide": {
"value": "2.441",
"filePath": "tokens/grid/base.json",
"isSource": true,
"original": {
"value": "{spacing.3XL.value}"
},
"name": "grid-columns-12-bp-lg-gap-wide",
"attributes": {
"category": "grid",
"type": "columns-12",
"item": "bp-lg",
"subitem": "gap",
"state": "wide"
},
"path": [
"grid",
"columns-12",
"bp-lg",
"gap",
"wide"
]
}
}
}
},
"marketing": {
"column": {
"small": {
"value": "21.34375%",
"public": true,
"filePath": "tokens/grid/base.json",
"isSource": true,
"original": {
"value": "21.34375%",
"public": true
},
"name": "grid-marketing-column-small",
"attributes": {
"category": "grid",
"type": "marketing",
"item": "column",
"subitem": "small"
},
"path": [
"grid",
"marketing",
"column",
"small"
]
},
"medium-large": {
"value": "4.36875%",
"public": true,
"filePath": "tokens/grid/base.json",
"isSource": true,
"original": {
"value": "4.36875%",
"public": true
},
"name": "grid-marketing-column-medium-large",
"attributes": {
"category": "grid",
"type": "marketing",
"item": "column",
"subitem": "medium-large"
},
"path": [
"grid",
"marketing",
"column",
"medium-large"
]
}
},
"gap": {
"small": {
"value": "4.875%",
"public": true,
"filePath": "tokens/grid/base.json",
"isSource": true,
"original": {
"value": "4.875%",
"public": true
},
"name": "grid-marketing-gap-small",
"attributes": {
"category": "grid",
"type": "marketing",
"item": "gap",
"subitem": "small"
},
"path": [
"grid",
"marketing",
"gap",
"small"
]
},
"medium-large": {
"value": "4.325%",
"public": true,
"filePath": "tokens/grid/base.json",
"isSource": true,
"original": {
"value": "4.325%",
"public": true
},
"name": "grid-marketing-gap-medium-large",
"attributes": {
"category": "grid",
"type": "marketing",
"item": "gap",
"subitem": "medium-large"
},
"path": [
"grid",
"marketing",
"gap",
"medium-large"
]
}
}
}
},
"spacing": {
"dashboard-nav": {
"item-height": {
"value": 2.25,
"defaultUnit": "rem",
"public": true,
"filePath": "tokens/spacing/alias.json",
"isSource": true,
"original": {
"value": 2.25,
"defaultUnit": "rem",
"public": true
},
"name": "spacing-dashboard-nav-item-height",
"attributes": {
"category": "spacing",
"type": "dashboard-nav",
"item": "item-height"
},
"path": [
"spacing",
"dashboard-nav",
"item-height"
]
},
"item-padding": {
"value": 0.625,
"defaultUnit": "rem",
"public": true,
"filePath": "tokens/spacing/alias.json",
"isSource": true,
"original": {
"value": 0.625,
"defaultUnit": "rem",
"public": true
},
"name": "spacing-dashboard-nav-item-padding",
"attributes": {
"category": "spacing",
"type": "dashboard-nav",
"item": "item-padding"
},
"path": [
"spacing",
"dashboard-nav",
"item-padding"
]
}
},
"button": {
"sm": {
"height": {
"value": 2,
"defaultUnit": "rem",
"public": true,
"filePath": "tokens/spacing/alias.json",
"isSource": true,
"original": {
"value": 2,
"defaultUnit": "rem",
"public": true
},
"name": "spacing-button-sm-height",
"attributes": {
"category": "spacing",
"type": "button",
"item": "sm",
"subitem": "height"
},
"path": [
"spacing",
"button",
"sm",
"height"
]
},
"padding-block": {
"value": 0.5,
"defaultUnit": "rem",
"public": true,
"filePath": "tokens/spacing/alias.json",
"isSource": true,
"original": {
"value": 0.5,
"defaultUnit": "rem",
"public": true
},
"name": "spacing-button-sm-padding-block",
"attributes": {
"category": "spacing",
"type": "button",
"item": "sm",
"subitem": "padding-block"
},
"path": [
"spacing",
"button",
"sm",
"padding-block"
]
},
"padding-inline": {
"value": 0.625,
"defaultUnit": "rem",
"public": true,
"filePath": "tokens/spacing/alias.json",
"isSource": true,
"original": {
"value": 0.625,
"defaultUnit": "rem",
"public": true
},
"name": "spacing-button-sm-padding-inline",
"attributes": {
"category": "spacing",
"type": "button",
"item": "sm",
"subitem": "padding-inline"
},
"path": [
"spacing",
"button",
"sm",
"padding-inline"
]
}
},
"md": {
"height": {
"value": 2.25,
"defaultUnit": "rem",
"public": true,
"filePath": "tokens/spacing/alias.json",
"isSource": true,
"original": {
"value": 2.25,
"defaultUnit": "rem",
"public": true
},
"name": "spacing-button-md-height",
"attributes": {
"category": "spacing",
"type": "button",
"item": "md",
"subitem": "height"
},
"path": [
"spacing",
"button",
"md",
"height"
]
},
"padding-block": {
"value": 0.625,
"defaultUnit": "rem",
"public": true,
"filePath": "tokens/spacing/alias.json",
"isSource": true,
"original": {
"value": 0.625,
"defaultUnit": "rem",
"public": true
},
"name": "spacing-button-md-padding-block",
"attributes": {
"category": "spacing",
"type": "button",
"item": "md",
"subitem": "padding-block"
},
"path": [
"spacing",
"button",
"md",
"padding-block"
]
},
"padding-inline": {
"value": 0.8125,
"defaultUnit": "rem",
"public": true,
"filePath": "tokens/spacing/alias.json",
"isSource": true,
"original": {
"value": 0.8125,
"defaultUnit": "rem",
"public": true
},
"name": "spacing-button-md-padding-inline",
"attributes": {
"category": "spacing",
"type": "button",
"item": "md",
"subitem": "padding-inline"
},
"path": [
"spacing",
"button",
"md",
"padding-inline"
]
}
},
"lg": {
"height": {
"value": 3,
"defaultUnit": "rem",
"public": true,
"filePath": "tokens/spacing/alias.json",
"isSource": true,
"original": {
"value": 3,
"defaultUnit": "rem",
"public": true
},
"name": "spacing-button-lg-height",
"attributes": {
"category": "spacing",
"type": "button",
"item": "lg",
"subitem": "height"
},
"path": [
"spacing",
"button",
"lg",
"height"
]
},
"padding-block": {
"value": 0.9375,
"defaultUnit": "rem",
"public": true,
"filePath": "tokens/spacing/alias.json",
"isSource": true,
"original": {
"value": 0.9375,
"defaultUnit": "rem",
"public": true
},
"name": "spacing-button-lg-padding-block",
"attributes": {
"category": "spacing",
"type": "button",
"item": "lg",
"subitem": "padding-block"
},
"path": [
"spacing",
"button",
"lg",
"padding-block"
]
},
"padding-inline": {
"value": 1.25,
"defaultUnit": "rem",
"public": true,
"filePath": "tokens/spacing/alias.json",
"isSource": true,
"original": {
"value": 1.25,
"defaultUnit": "rem",
"public": true
},
"name": "spacing-button-lg-padding-inline",
"attributes": {
"category": "spacing",
"type": "button",
"item": "lg",
"subitem": "padding-inline"
},
"path": [
"spacing",
"button",
"lg",
"padding-inline"
]
}
}
},
"8XL": {
"value": "7.451",
"defaultUnit": "rem",
"public": true,
"filePath": "tokens/spacing/base.json",
"isSource": true,
"original": {
"value": "7.451",
"defaultUnit": "rem",
"public": true
},
"name": "spacing-8-xl",
"attributes": {
"category": "spacing",
"type": "8XL"
},
"path": [
"spacing",
"8XL"
]
},
"7XL": {
"value": "5.96",
"defaultUnit": "rem",
"public": true,
"filePath": "tokens/spacing/base.json",
"isSource": true,
"original": {
"value": "5.96",
"defaultUnit": "rem",
"public": true
},
"name": "spacing-7-xl",
"attributes": {
"category": "spacing",
"type": "7XL"
},
"path": [
"spacing",
"7XL"
]
},
"6XL": {
"value": "4.678",
"defaultUnit": "rem",
"public": true,
"filePath": "tokens/spacing/base.json",
"isSource": true,
"original": {
"value": "4.678",
"defaultUnit": "rem",
"public": true
},
"name": "spacing-6-xl",
"attributes": {
"category": "spacing",
"type": "6XL"
},
"path": [
"spacing",
"6XL"
]
},
"5XL": {
"value": "3.815",
"defaultUnit": "rem",
"public": true,
"filePath": "tokens/spacing/base.json",
"isSource": true,
"original": {
"value": "3.815",
"defaultUnit": "rem",
"public": true
},
"name": "spacing-5-xl",
"attributes": {
"category": "spacing",
"type": "5XL"
},
"path": [
"spacing",
"5XL"
]
},
"4XL": {
"value": "3.052",
"defaultUnit": "rem",
"public": true,
"filePath": "tokens/spacing/base.json",
"isSource": true,
"original": {
"value": "3.052",
"defaultUnit": "rem",
"public": true
},
"name": "spacing-4-xl",
"attributes": {
"category": "spacing",
"type": "4XL"
},
"path": [
"spacing",
"4XL"
]
},
"3XL": {
"value": "2.441",
"defaultUnit": "rem",
"public": true,
"filePath": "tokens/spacing/base.json",
"isSource": true,
"original": {
"value": "2.441",
"defaultUnit": "rem",
"public": true
},
"name": "spacing-3-xl",
"attributes": {
"category": "spacing",
"type": "3XL"
},
"path": [
"spacing",
"3XL"
]
},
"2XL": {
"value": "1.953",
"defaultUnit": "rem",
"public": true,
"filePath": "tokens/spacing/base.json",
"isSource": true,
"original": {
"value": "1.953",
"defaultUnit": "rem",
"public": true
},
"name": "spacing-2-xl",
"attributes": {
"category": "spacing",
"type": "2XL"
},
"path": [
"spacing",
"2XL"
]
},
"XL": {
"value": "1.563",
"defaultUnit": "rem",
"public": true,
"filePath": "tokens/spacing/base.json",
"isSource": true,
"original": {
"value": "1.563",
"defaultUnit": "rem",
"public": true
},
"name": "spacing-xl",
"attributes": {
"category": "spacing",
"type": "XL"
},
"path": [
"spacing",
"XL"
]
},
"L": {
"value": "1.25",
"defaultUnit": "rem",
"public": true,
"filePath": "tokens/spacing/base.json",
"isSource": true,
"original": {
"value": "1.25",
"defaultUnit": "rem",
"public": true
},
"name": "spacing-l",
"attributes": {
"category": "spacing",
"type": "L"
},
"path": [
"spacing",
"L"
]
},
"M": {
"value": "1",
"defaultUnit": "rem",
"public": true,
"filePath": "tokens/spacing/base.json",
"isSource": true,
"original": {
"value": "1",
"defaultUnit": "rem",
"public": true
},
"name": "spacing-m",
"attributes": {
"category": "spacing",
"type": "M"
},
"path": [
"spacing",
"M"
]
},
"S": {
"value": "0.8",
"defaultUnit": "rem",
"public": true,
"filePath": "tokens/spacing/base.json",
"isSource": true,
"original": {
"value": "0.8",
"defaultUnit": "rem",
"public": true
},
"name": "spacing-s",
"attributes": {
"category": "spacing",
"type": "S"
},
"path": [
"spacing",
"S"
]
},
"XS": {
"value": "0.64",
"defaultUnit": "rem",
"public": true,
"filePath": "tokens/spacing/base.json",
"isSource": true,
"original": {
"value": "0.64",
"defaultUnit": "rem",
"public": true
},
"name": "spacing-xs",
"attributes": {
"category": "spacing",
"type": "XS"
},
"path": [
"spacing",
"XS"
]
},
"2XS": {
"value": "0.512",
"defaultUnit": "rem",
"public": true,
"filePath": "tokens/spacing/base.json",
"isSource": true,
"original": {
"value": "0.512",
"defaultUnit": "rem",
"public": true
},
"name": "spacing-2-xs",
"attributes": {
"category": "spacing",
"type": "2XS"
},
"path": [
"spacing",
"2XS"
]
},
"3XS": {
"value": "0.41",
"defaultUnit": "rem",
"public": true,
"filePath": "tokens/spacing/base.json",
"isSource": true,
"original": {
"value": "0.41",
"defaultUnit": "rem",
"public": true
},
"name": "spacing-3-xs",
"attributes": {
"category": "spacing",
"type": "3XS"
},
"path": [
"spacing",
"3XS"
]
},
"4XS": {
"value": "0.328",
"defaultUnit": "rem",
"public": true,
"filePath": "tokens/spacing/base.json",
"isSource": true,
"original": {
"value": "0.328",
"defaultUnit": "rem",
"public": true
},
"name": "spacing-4-xs",
"attributes": {
"category": "spacing",
"type": "4XS"
},
"path": [
"spacing",
"4XS"
]
},
"5XS": {
"value": "0.25",
"defaultUnit": "rem",
"public": true,
"filePath": "tokens/spacing/base.json",
"isSource": true,
"original": {
"value": "0.25",
"defaultUnit": "rem",
"public": true
},
"name": "spacing-5-xs",
"attributes": {
"category": "spacing",
"type": "5XS"
},
"path": [
"spacing",
"5XS"
]
},
"6XS": {
"value": "0.125",
"defaultUnit": "rem",
"public": true,
"filePath": "tokens/spacing/base.json",
"isSource": true,
"original": {
"value": "0.125",
"defaultUnit": "rem",
"public": true
},
"name": "spacing-6-xs",
"attributes": {
"category": "spacing",
"type": "6XS"
},
"path": [
"spacing",
"6XS"
]
}
},
"typography": {
"ff": {
"default": {
"value": "'Poppins', sans-serif",
"public": true,
"isReferenceToInternal": true,
"filePath": "tokens/typography/alias/font.json",
"isSource": true,
"original": {
"value": "{typography.ff.sans.value}",
"public": true,
"isReferenceToInternal": true
},
"name": "typography-ff-default",
"attributes": {
"category": "typography",
"type": "ff",
"item": "default"
},
"path": [
"typography",
"ff",
"default"
]
},
"secondary": {
"value": "'Aleo', serif",
"public": true,
"isReferenceToInternal": true,
"filePath": "tokens/typography/alias/font.json",
"isSource": true,
"original": {
"value": "{typography.ff.serif.value}",
"public": true,
"isReferenceToInternal": true
},
"name": "typography-ff-secondary",
"attributes": {
"category": "typography",
"type": "ff",
"item": "secondary"
},
"path": [
"typography",
"ff",
"secondary"
]
},
"code": {
"value": "'Source Code Pro', monospace",
"public": true,
"isReferenceToInternal": true,
"filePath": "tokens/typography/alias/font.json",
"isSource": true,
"original": {
"value": "{typography.ff.mono.value}",
"public": true,
"isReferenceToInternal": true
},
"name": "typography-ff-code",
"attributes": {
"category": "typography",
"type": "ff",
"item": "code"
},
"path": [
"typography",
"ff",
"code"
]
},
"sans": {
"value": "'Poppins', sans-serif",
"public": true,
"filePath": "tokens/typography/base/font-family.json",
"isSource": true,
"original": {
"value": "'Poppins', sans-serif",
"public": true
},
"name": "typography-ff-sans",
"attributes": {
"category": "typography",
"type": "ff",
"item": "sans"
},
"path": [
"typography",
"ff",
"sans"
]
},
"serif": {
"value": "'Aleo', serif",
"public": true,
"filePath": "tokens/typography/base/font-family.json",
"isSource": true,
"original": {
"value": "'Aleo', serif",
"public": true
},
"name": "typography-ff-serif",
"attributes": {
"category": "typography",
"type": "ff",
"item": "serif"
},
"path": [
"typography",
"ff",
"serif"
]
},
"mono": {
"value": "'Source Code Pro', monospace",
"public": true,
"filePath": "tokens/typography/base/font-family.json",
"isSource": true,
"original": {
"value": "'Source Code Pro', monospace",
"public": true
},
"name": "typography-ff-mono",
"attributes": {
"category": "typography",
"type": "ff",
"item": "mono"
},
"path": [
"typography",
"ff",
"mono"
]
}
},
"size": {
"default": {
"value": "1",
"defaultUnit": "rem",
"public": true,
"isReferenceToInternal": true,
"filePath": "tokens/typography/alias/size.json",
"isSource": true,
"original": {
"value": "{typography.size.M.value}",
"defaultUnit": "rem",
"public": true,
"isReferenceToInternal": true
},
"name": "typography-size-default",
"attributes": {
"category": "typography",
"type": "size",
"item": "default"
},
"path": [
"typography",
"size",
"default"
]
},
"input-label": {
"value": "1",
"defaultUnit": "rem",
"public": true,
"isReferenceToInternal": true,
"filePath": "tokens/typography/alias/size.json",
"isSource": true,
"original": {
"value": "{typography.size.M.value}",
"defaultUnit": "rem",
"public": true,
"isReferenceToInternal": true
},
"name": "typography-size-input-label",
"attributes": {
"category": "typography",
"type": "size",
"item": "input-label"
},
"path": [
"typography",
"size",
"input-label"
]
},
"code-block": {