@ng-primitives/mcp 0.121.0 → 0.123.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.123.0",
4
4
  "description": "MCP server for Angular Primitives - headless UI library",
5
5
  "type": "commonjs",
6
6
  "main": "./src/index.js",
@@ -2020,6 +2020,13 @@
2020
2020
  "description": "Define whether the menu should flip when there is not enough space for the menu.\nCan be a boolean to enable/disable, or an object with padding and fallbackPlacements options.\n@default true",
2021
2021
  "isRequired": false,
2022
2022
  "defaultValue": "true"
2023
+ },
2024
+ {
2025
+ "name": "ngpSubmenuTriggerContainer",
2026
+ "type": "string | HTMLElement | null",
2027
+ "description": "Define the container in which the menu should be attached.\n@default document.body",
2028
+ "isRequired": false,
2029
+ "defaultValue": "null"
2023
2030
  }
2024
2031
  ],
2025
2032
  "outputs": []
@@ -3682,7 +3689,7 @@
3682
3689
  {
3683
3690
  "name": "ngpTooltipTriggerDisabled",
3684
3691
  "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",
3692
+ "description": "Whether the tooltip is disabled. This allows the tooltip to be enabled or disabled dynamically.\n@default false",
3686
3693
  "isRequired": false,
3687
3694
  "defaultValue": "false"
3688
3695
  },