@primer/brand-primitives
Version:
Color, spacing, and typography primitives for the Primer Brand Design System
129 lines (126 loc) • 2.89 kB
TypeScript
/**
* Do not edit directly
* Generated on Fri, 01 Aug 2025 13:48:37 GMT
*/
declare const tokens: {
"base": {
"text": {
"weight": {
"extralight": {
"value": 200,
"filePath": "tokens/base/typography/typography.json",
"isSource": true,
"original": {
"value": 200
},
"name": "extralight",
"attributes": {},
"path": [
"base",
"text",
"weight",
"extralight"
]
},
"light": {
"value": 300,
"filePath": "tokens/base/typography/typography.json",
"isSource": true,
"original": {
"value": 300
},
"name": "light",
"attributes": {},
"path": [
"base",
"text",
"weight",
"light"
]
},
"normal": {
"value": 450,
"filePath": "tokens/base/typography/typography.json",
"isSource": true,
"original": {
"value": 450
},
"name": "normal",
"attributes": {},
"path": [
"base",
"text",
"weight",
"normal"
]
},
"medium": {},
"semibold": {
"value": 600,
"filePath": "tokens/base/typography/typography.json",
"isSource": true,
"original": {
"value": 600
},
"name": "semibold",
"attributes": {},
"path": [
"base",
"text",
"weight",
"semibold"
]
},
"bold": {
"value": 700,
"filePath": "tokens/base/typography/typography.json",
"isSource": true,
"original": {
"value": 700
},
"name": "bold",
"attributes": {},
"path": [
"base",
"text",
"weight",
"bold"
]
},
"extrabold": {
"value": 800,
"filePath": "tokens/base/typography/typography.json",
"isSource": true,
"original": {
"value": 800
},
"name": "extrabold",
"attributes": {},
"path": [
"base",
"text",
"weight",
"extrabold"
]
},
"heavy": {
"value": 900,
"filePath": "tokens/base/typography/typography.json",
"isSource": true,
"original": {
"value": 900
},
"name": "heavy",
"attributes": {},
"path": [
"base",
"text",
"weight",
"heavy"
]
}
}
}
}
}
export default tokens;