@ng-primitives/mcp 0.122.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.122.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": []