@ng-primitives/mcp 0.103.0 → 0.104.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
|
@@ -2915,6 +2915,12 @@
|
|
|
2915
2915
|
"description": "Define whether to track the trigger element position on every animation frame.\nUseful for moving elements like slider thumbs.",
|
|
2916
2916
|
"isRequired": false,
|
|
2917
2917
|
"defaultValue": "false"
|
|
2918
|
+
},
|
|
2919
|
+
{
|
|
2920
|
+
"name": "ngpTooltipTriggerPosition",
|
|
2921
|
+
"type": "NgpPosition | null",
|
|
2922
|
+
"description": "Programmatic position for the tooltip. When provided, the tooltip\nwill be positioned at these coordinates instead of the trigger element.\nUse with trackPosition=\"true\" for smooth cursor following.",
|
|
2923
|
+
"isRequired": false
|
|
2918
2924
|
}
|
|
2919
2925
|
],
|
|
2920
2926
|
"outputs": []
|