find_components_using_token
Find all components that use a CSS custom property token to assess impact before renaming or removing it.
Instructions
Find all components that reference a given CSS custom property token in their cssProperties array. Useful for impact analysis before renaming or removing a design token. Works without tokensPath configured.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| libraryId | No | Optional library ID to target a specific loaded library instead of the default. | |
| tokenName | Yes | CSS custom property token name to search for (e.g. "--color-primary-500"). | |
| fuzzy | No | When true, supports wildcard (*) and substring matching (default: false). |