@testgorilla/tgo-ui 9.2.0 → 9.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/mcp/server.mjs CHANGED
@@ -21165,7 +21165,7 @@ var NOT_FOUND = (name) => `Component "${name}" not found. Use list_components to
21165
21165
  function registerGetComponentTool(server, store) {
21166
21166
  server.tool(
21167
21167
  "get_component",
21168
- 'Get full metadata for a tgo-canopy-ui component including all inputs, outputs, types, module info, usage examples, and documentation. Accepts component directory name (e.g., "button"), selector (e.g., "ui-button"), or class name (e.g., "ButtonComponent").',
21168
+ 'Get full metadata for a tgo-canopy-ui component including all inputs, outputs, types, module info, usage examples, documentation, and (where applicable) resolved color swatches \u2014 e.g. badge exposes background/text hex per rebrandColor value so a Figma fill can be matched mechanically. Accepts component directory name (e.g., "button"), selector (e.g., "ui-button"), or class name (e.g., "ButtonComponent").',
21169
21169
  {
21170
21170
  name: external_exports.string().describe("Component name, selector, or class name")
21171
21171
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@testgorilla/tgo-ui",
3
- "version": "9.2.0",
3
+ "version": "9.3.0",
4
4
  "license": "proprietary-license",
5
5
  "lint-staged": {
6
6
  "{projects,components}/**/*.ts": [