@primer/primitives
Version:
Typography, spacing, and color primitives for Primer design system
73 lines (72 loc) • 1.6 kB
JavaScript
/**
* Do not edit directly
* Generated on Fri, 29 Apr 2022 19:38:32 GMT
*/
module.exports = {
"primer": {
"control": {
"minTarget": {
"auto": {
"value": "1rem",
"filePath": "tokens/functional/size/size-fine.json",
"isSource": true,
"original": {
"value": "{base.size.16}"
},
"name": "auto",
"attributes": {},
"path": [
"primer",
"control",
"minTarget",
"auto"
]
}
}
},
"controlStack": {
"small": {
"gap": {
"auto": {
"value": "0.5rem",
"filePath": "tokens/functional/size/size-fine.json",
"isSource": true,
"original": {
"value": "{base.size.8}"
},
"name": "auto",
"attributes": {},
"path": [
"primer",
"controlStack",
"small",
"gap",
"auto"
]
}
}
},
"medium": {
"gap": {
"auto": {
"value": "0.5rem",
"filePath": "tokens/functional/size/size-fine.json",
"isSource": true,
"original": {
"value": "{base.size.8}"
},
"name": "auto",
"attributes": {},
"path": [
"primer",
"controlStack",
"medium",
"gap",
"auto"
]
}
}
}
}
}
};