@wix/app-extensions 1.0.102 → 1.0.104

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.
@@ -613,6 +613,7 @@ var LinkTarget = /* @__PURE__ */ ((LinkTarget2) => {
613
613
  })(LinkTarget || {});
614
614
  var AnimationType = /* @__PURE__ */ ((AnimationType2) => {
615
615
  AnimationType2["VIEW"] = "VIEW";
616
+ AnimationType2["POINTER"] = "POINTER";
616
617
  return AnimationType2;
617
618
  })(AnimationType || {});
618
619
  var EntranceEffectType = /* @__PURE__ */ ((EntranceEffectType2) => {
@@ -652,6 +653,18 @@ var LoopEffectType = /* @__PURE__ */ ((LoopEffectType2) => {
652
653
  LoopEffectType2["WIGGLE"] = "WIGGLE";
653
654
  return LoopEffectType2;
654
655
  })(LoopEffectType || {});
656
+ var PointerEffectType = /* @__PURE__ */ ((PointerEffectType2) => {
657
+ PointerEffectType2["AIRY"] = "AIRY";
658
+ PointerEffectType2["BLOB"] = "BLOB";
659
+ PointerEffectType2["BLUR"] = "BLUR";
660
+ PointerEffectType2["SCALE"] = "SCALE";
661
+ PointerEffectType2["SKEW"] = "SKEW";
662
+ PointerEffectType2["SWIVEL"] = "SWIVEL";
663
+ PointerEffectType2["TILT_3D"] = "TILT_3D";
664
+ PointerEffectType2["TRACK"] = "TRACK";
665
+ PointerEffectType2["TRACK_3D"] = "TRACK_3D";
666
+ return PointerEffectType2;
667
+ })(PointerEffectType || {});
655
668
  var TextAlignment = /* @__PURE__ */ ((TextAlignment2) => {
656
669
  TextAlignment2["AUTO"] = "AUTO";
657
670
  TextAlignment2["LEFT"] = "LEFT";
@@ -6151,6 +6164,7 @@ export {
6151
6164
  PlanPeriodUnit,
6152
6165
  PluginContainerDataAlignment,
6153
6166
  PluginInterface,
6167
+ PointerEffectType,
6154
6168
  PollDesignBackgroundType,
6155
6169
  PollLayoutDirection,
6156
6170
  PollLayoutType,