@atlaskit/tokens
Version:
Design tokens are the single source of truth to name and store design decisions.
158 lines (157 loc) • 3.17 kB
JavaScript
/**
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::ef8d19ca8bc8266920cad68bf6df9a2a>>
* @codegenCommand yarn build tokens
*/
var tokens = [{
"value": "2px",
"attributes": {
"group": "shape"
},
"filePath": "schema/palettes/shape-palette.tsx",
"isSource": true,
"original": {
"value": 2,
"attributes": {
"group": "shape"
}
},
"name": "radius.Radius02",
"path": ["radius", "Radius02"]
}, {
"value": "4px",
"attributes": {
"group": "shape"
},
"filePath": "schema/palettes/shape-palette.tsx",
"isSource": true,
"original": {
"value": 4,
"attributes": {
"group": "shape"
}
},
"name": "radius.Radius04",
"path": ["radius", "Radius04"]
}, {
"value": "6px",
"attributes": {
"group": "shape"
},
"filePath": "schema/palettes/shape-palette.tsx",
"isSource": true,
"original": {
"value": 6,
"attributes": {
"group": "shape"
}
},
"name": "radius.Radius06",
"path": ["radius", "Radius06"]
}, {
"value": "8px",
"attributes": {
"group": "shape"
},
"filePath": "schema/palettes/shape-palette.tsx",
"isSource": true,
"original": {
"value": 8,
"attributes": {
"group": "shape"
}
},
"name": "radius.Radius08",
"path": ["radius", "Radius08"]
}, {
"value": "12px",
"attributes": {
"group": "shape"
},
"filePath": "schema/palettes/shape-palette.tsx",
"isSource": true,
"original": {
"value": 12,
"attributes": {
"group": "shape"
}
},
"name": "radius.Radius12",
"path": ["radius", "Radius12"]
}, {
"value": "16px",
"attributes": {
"group": "shape"
},
"filePath": "schema/palettes/shape-palette.tsx",
"isSource": true,
"original": {
"value": 16,
"attributes": {
"group": "shape"
}
},
"name": "radius.Radius16",
"path": ["radius", "Radius16"]
}, {
"value": "9999px",
"attributes": {
"group": "shape"
},
"filePath": "schema/palettes/shape-palette.tsx",
"isSource": true,
"original": {
"value": 9999,
"attributes": {
"group": "shape"
}
},
"name": "radius.Radius99",
"path": ["radius", "Radius99"]
}, {
"value": "25%",
"attributes": {
"group": "shape"
},
"filePath": "schema/palettes/shape-palette.tsx",
"isSource": true,
"original": {
"value": "25%",
"attributes": {
"group": "shape"
}
},
"name": "radius.RadiusPercentage25",
"path": ["radius", "RadiusPercentage25"]
}, {
"value": "1px",
"attributes": {
"group": "shape"
},
"filePath": "schema/palettes/shape-palette.tsx",
"isSource": true,
"original": {
"value": 1,
"attributes": {
"group": "shape"
}
},
"name": "border.width.BorderWidth1",
"path": ["border", "width", "BorderWidth1"]
}, {
"value": "2px",
"attributes": {
"group": "shape"
},
"filePath": "schema/palettes/shape-palette.tsx",
"isSource": true,
"original": {
"value": 2,
"attributes": {
"group": "shape"
}
},
"name": "border.width.BorderWidth2",
"path": ["border", "width", "BorderWidth2"]
}];
export default tokens;