@primer/primitives
Version:
Typography, spacing, and color primitives for Primer design system
165 lines (164 loc) • 3.84 kB
JavaScript
/**
* Do not edit directly
* Generated on Fri, 29 Apr 2022 19:38:32 GMT
*/
module.exports = {
"primer": {
"borderInset": {
"thin": {
"value": "inset 0 0 0 max(1px, 0.0625rem)",
"filePath": "tokens/functional/size/border.json",
"isSource": true,
"original": {
"value": "inset 0 0 0 {primer.borderWidth.thin}"
},
"name": "thin",
"attributes": {},
"path": [
"primer",
"borderInset",
"thin"
]
},
"normal": {
"value": "inset 0 0 0 max(2px, 0.125rem)",
"filePath": "tokens/functional/size/border.json",
"isSource": true,
"original": {
"value": "inset 0 0 0 {primer.borderWidth.normal}"
},
"name": "normal",
"attributes": {},
"path": [
"primer",
"borderInset",
"normal"
]
},
"thick": {
"value": "inset 0 0 0 max(4px, 0.25rem)",
"filePath": "tokens/functional/size/border.json",
"isSource": true,
"original": {
"value": "inset 0 0 0 {primer.borderWidth.thick}"
},
"name": "thick",
"attributes": {},
"path": [
"primer",
"borderInset",
"thick"
]
}
},
"borderWidth": {
"thin": {
"value": "max(1px, 0.0625rem)",
"filePath": "tokens/functional/size/border.json",
"isSource": true,
"original": {
"value": "max(1px, 0.0625rem)"
},
"name": "thin",
"attributes": {},
"path": [
"primer",
"borderWidth",
"thin"
]
},
"normal": {
"value": "max(2px, 0.125rem)",
"filePath": "tokens/functional/size/border.json",
"isSource": true,
"original": {
"value": "max(2px, 0.125rem)"
},
"name": "normal",
"attributes": {},
"path": [
"primer",
"borderWidth",
"normal"
]
},
"thick": {
"value": "max(4px, 0.25rem)",
"filePath": "tokens/functional/size/border.json",
"isSource": true,
"original": {
"value": "max(4px, 0.25rem)"
},
"name": "thick",
"attributes": {},
"path": [
"primer",
"borderWidth",
"thick"
]
}
},
"borderRadius": {
"small": {
"value": "0.1875rem",
"filePath": "tokens/functional/size/border.json",
"isSource": true,
"original": {
"value": "3px"
},
"name": "small",
"attributes": {},
"path": [
"primer",
"borderRadius",
"small"
]
},
"medium": {
"value": "0.375rem",
"filePath": "tokens/functional/size/border.json",
"isSource": true,
"original": {
"value": "6px"
},
"name": "medium",
"attributes": {},
"path": [
"primer",
"borderRadius",
"medium"
]
},
"large": {
"value": "0.75rem",
"filePath": "tokens/functional/size/border.json",
"isSource": true,
"original": {
"value": "12px"
},
"name": "large",
"attributes": {},
"path": [
"primer",
"borderRadius",
"large"
]
},
"full": {
"value": "100vh",
"filePath": "tokens/functional/size/border.json",
"isSource": true,
"original": {
"value": "100vh"
},
"name": "full",
"attributes": {},
"path": [
"primer",
"borderRadius",
"full"
]
}
}
}
};