@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.
@@ -181,7 +181,6 @@ declare class Popover extends Popover_base {
181
181
  */
182
182
  disableAriaExpanded: boolean;
183
183
  arrowElement: HTMLElement | null;
184
- /** @internal */
185
184
  triggerElement: HTMLElement | null;
186
185
  /** @internal */
187
186
  private hoverTimer;
@@ -199,7 +199,6 @@ class Popover extends FocusTrapMixin(Component) {
199
199
  */
200
200
  this.disableAriaExpanded = DEFAULTS.DISABLE_ARIA_EXPANDED;
201
201
  this.arrowElement = null;
202
- /** @internal */
203
202
  this.triggerElement = null;
204
203
  /** @internal */
205
204
  this.hoverTimer = null;
@@ -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
@@ -38,5 +38,5 @@
38
38
  "lit": "^3.2.0",
39
39
  "uuid": "^11.0.5"
40
40
  },
41
- "version": "0.33.2"
41
+ "version": "0.34.0"
42
42
  }