@atlaskit/tokens
Version:
Design tokens are the single source of truth to name and store design decisions.
36 lines (34 loc) • 997 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::17a73ccf5d3b30eeaee16556ef650833>>
* @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": "#28311B",
"filePath": "schema/themes/atlassian-light-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": "Lime1000"
},
"name": "color.background.disabled",
"path": ["color", "background", "disabled"],
"cleanName": "color.background.disabled"
}];
var _default = exports.default = tokens;