@testgorilla/tgo-ui 9.1.1 → 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/components/divider/index.d.ts +1 -1
- package/components/filter-button/index.d.ts +27 -6
- package/components/icon/index.d.ts +4 -1
- package/fesm2022/testgorilla-tgo-ui-components-divider.mjs +2 -2
- package/fesm2022/testgorilla-tgo-ui-components-divider.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-filter-button.mjs +96 -14
- package/fesm2022/testgorilla-tgo-ui-components-filter-button.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-icon.mjs +4 -1
- package/fesm2022/testgorilla-tgo-ui-components-icon.mjs.map +1 -1
- package/mcp/catalog.json +1 -1
- package/mcp/server.mjs +1 -1
- package/package.json +1 -1
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
|
|
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
|
},
|