@atlaskit/tokens
Version:
Design tokens are the single source of truth to name and store design decisions.
36 lines (34 loc) • 995 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
/**
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::481346579796e53160811ac193f2a30b>>
* @codegenCommand yarn build tokens
*/
var tokens = [{
"attributes": {
"group": "paint",
"state": "active",
"introduced": "0.0.15",
"description": "Use for backgrounds of elements in a disabled state."
},
"value": "#B3DF72",
"filePath": "schema/themes/atlassian-dark-future/color/background.tsx",
"isSource": true,
"original": {
"attributes": {
"group": "paint",
"state": "active",
"introduced": "0.0.15",
"description": "Use for backgrounds of elements in a disabled state."
},
"value": "Lime300"
},
"name": "color.background.disabled",
"path": ["color", "background", "disabled"],
"cleanName": "color.background.disabled"
}];
var _default = exports.default = tokens;