@momentum-design/components 0.33.2 → 0.34.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.
@@ -6205,6 +6205,15 @@
|
|
6205
6205
|
"privacy": "public",
|
6206
6206
|
"default": "null"
|
6207
6207
|
},
|
6208
|
+
{
|
6209
|
+
"kind": "field",
|
6210
|
+
"name": "triggerElement",
|
6211
|
+
"type": {
|
6212
|
+
"text": "HTMLElement | null"
|
6213
|
+
},
|
6214
|
+
"privacy": "public",
|
6215
|
+
"default": "null"
|
6216
|
+
},
|
6208
6217
|
{
|
6209
6218
|
"kind": "method",
|
6210
6219
|
"name": "setupTriggerListener",
|
package/package.json
CHANGED