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, 25570 -
override-identifiers.js 442 -
tokens-config.js Base tokens are shared across all components and surfaces (e.g. color, typography, spacing). They are not component-specific and always go into the shared CSS output. @type {{ dir: string }} 27926 -