Name Description Size Coverage
figma-tokens-config.js Determines if a given value is an arbitrarily deeply nested object that satisfies the following conditions: - Each object in the nesting hierarchy has exactly one key-value pair. - The last key in the nesting hierarchy is "default". - The value associated with the "default" key is a primitive (not an object). - The value associated with the "default" key is not "currentColor". @param {object} value - The value to check, expected to be an object. @returns {boolean} Returns `true` if the object matches the criteria, 23441 -
tokens-config.js DO NOT EDIT this file directly, instead modify design-tokens.json", " * and run `npm run build` to see your changes. 17103 -