wave-ui 1.57.0 → 1.57.1

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.
@@ -3409,7 +3409,7 @@ var DetachableMixin = {
3409
3409
  alignRight: { type: Boolean },
3410
3410
  noPosition: { type: Boolean },
3411
3411
  zIndex: { type: [Number, String, Boolean] },
3412
- activator: { type: [String, Object, HTMLElement] }
3412
+ activator: { type: [String, Object] }
3413
3413
  },
3414
3414
  inject: {
3415
3415
  detachableDefaultRoot: { default: null }