@wix/app-extensions 1.0.90 → 1.0.92

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.
@@ -610,6 +610,31 @@ var LinkTarget = /* @__PURE__ */ ((LinkTarget2) => {
610
610
  LinkTarget2["TOP"] = "TOP";
611
611
  return LinkTarget2;
612
612
  })(LinkTarget || {});
613
+ var AnimationType = /* @__PURE__ */ ((AnimationType2) => {
614
+ AnimationType2["VIEW"] = "VIEW";
615
+ return AnimationType2;
616
+ })(AnimationType || {});
617
+ var EntranceEffectType = /* @__PURE__ */ ((EntranceEffectType2) => {
618
+ EntranceEffectType2["FADE"] = "FADE";
619
+ EntranceEffectType2["ARC"] = "ARC";
620
+ EntranceEffectType2["BLUR"] = "BLUR";
621
+ EntranceEffectType2["BOUNCE"] = "BOUNCE";
622
+ EntranceEffectType2["DROP"] = "DROP";
623
+ EntranceEffectType2["EXPAND"] = "EXPAND";
624
+ EntranceEffectType2["FLIP"] = "FLIP";
625
+ EntranceEffectType2["FLOAT"] = "FLOAT";
626
+ EntranceEffectType2["FOLD"] = "FOLD";
627
+ EntranceEffectType2["GLIDE"] = "GLIDE";
628
+ EntranceEffectType2["REVEAL"] = "REVEAL";
629
+ EntranceEffectType2["SHAPE"] = "SHAPE";
630
+ EntranceEffectType2["SHUTTERS"] = "SHUTTERS";
631
+ EntranceEffectType2["SLIDE"] = "SLIDE";
632
+ EntranceEffectType2["SPIN"] = "SPIN";
633
+ EntranceEffectType2["TILT"] = "TILT";
634
+ EntranceEffectType2["TURN"] = "TURN";
635
+ EntranceEffectType2["WINK"] = "WINK";
636
+ return EntranceEffectType2;
637
+ })(EntranceEffectType || {});
613
638
  var TextAlignment = /* @__PURE__ */ ((TextAlignment2) => {
614
639
  TextAlignment2["AUTO"] = "AUTO";
615
640
  TextAlignment2["LEFT"] = "LEFT";
@@ -5899,6 +5924,7 @@ export {
5899
5924
  AlgorithmType,
5900
5925
  Alignment,
5901
5926
  AndroidStyle,
5927
+ AnimationType,
5902
5928
  ApiGroupType,
5903
5929
  AppExecutionType,
5904
5930
  AppType,
@@ -5975,6 +6001,7 @@ export {
5975
6001
  EmbedCategory,
5976
6002
  EmbeddedScriptPages,
5977
6003
  EmbeddedScriptPlacement,
6004
+ EntranceEffectType,
5978
6005
  Environment,
5979
6006
  Escalation,
5980
6007
  ExecutionType,