@primer/primitives
Version:
Typography, spacing, and color primitives for Primer design system
101 lines (100 loc) • 2.74 kB
JavaScript
/**
* Do not edit directly
* Generated on Fri, 29 Apr 2022 19:38:32 GMT
*/
module.exports = {
"primer": {
"viewportRange": {
"narrow": {
"value": "(max-width: calc(48rem - 0.02px))",
"filePath": "tokens/functional/size/viewport.json",
"isSource": true,
"original": {
"value": "(max-width: calc({primer.breakpoint.medium} - 0.02px))"
},
"name": "narrow",
"attributes": {},
"path": [
"primer",
"viewportRange",
"narrow"
]
},
"narrowLandscape": {
"value": "(max-width: calc(63.25rem - 0.02px) and (max-height: calc(34rem - 0.02px)) and (orientation: landscape))",
"filePath": "tokens/functional/size/viewport.json",
"isSource": true,
"original": {
"value": "(max-width: calc({primer.breakpoint.large} - 0.02px) and (max-height: calc({primer.breakpoint.small} - 0.02px)) and (orientation: landscape))"
},
"name": "narrowLandscape",
"attributes": {},
"path": [
"primer",
"viewportRange",
"narrowLandscape"
]
},
"regular": {
"value": "(min-width: 48rem)",
"filePath": "tokens/functional/size/viewport.json",
"isSource": true,
"original": {
"value": "(min-width: {primer.breakpoint.medium})"
},
"name": "regular",
"attributes": {},
"path": [
"primer",
"viewportRange",
"regular"
]
},
"wide": {
"value": "(min-width: 90rem)",
"filePath": "tokens/functional/size/viewport.json",
"isSource": true,
"original": {
"value": "(min-width: {primer.breakpoint.xxlarge})"
},
"name": "wide",
"attributes": {},
"path": [
"primer",
"viewportRange",
"wide"
]
},
"portrait": {
"value": "(orientation: portrait)",
"filePath": "tokens/functional/size/viewport.json",
"isSource": true,
"original": {
"value": "(orientation: portrait)"
},
"name": "portrait",
"attributes": {},
"path": [
"primer",
"viewportRange",
"portrait"
]
},
"landscape": {
"value": "(orientation: landscape)",
"filePath": "tokens/functional/size/viewport.json",
"isSource": true,
"original": {
"value": "(orientation: landscape)"
},
"name": "landscape",
"attributes": {},
"path": [
"primer",
"viewportRange",
"landscape"
]
}
}
}
};