@ng-primitives/mcp 0.121.0 → 0.122.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ng-primitives/mcp",
3
- "version": "0.121.0",
3
+ "version": "0.122.0",
4
4
  "description": "MCP server for Angular Primitives - headless UI library",
5
5
  "type": "commonjs",
6
6
  "main": "./src/index.js",
@@ -3682,7 +3682,7 @@
3682
3682
  {
3683
3683
  "name": "ngpTooltipTriggerDisabled",
3684
3684
  "type": "boolean",
3685
- "description": "Define if the trigger should be disabled. This will prevent the tooltip from being shown or hidden from interactions.\n@default false",
3685
+ "description": "Whether the tooltip is disabled. This allows the tooltip to be enabled or disabled dynamically.\n@default false",
3686
3686
  "isRequired": false,
3687
3687
  "defaultValue": "false"
3688
3688
  },