@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.
- package/build/cjs/index.js +29 -0
- package/build/cjs/index.js.map +1 -1
- package/build/es/index.mjs +27 -0
- package/build/es/index.mjs.map +1 -1
- package/build/trusted/cjs/index.d.ts +161 -3
- package/build/trusted/cjs/index.js +29 -0
- package/build/trusted/cjs/index.js.map +1 -1
- package/build/trusted/es/index.d.mts +161 -3
- package/build/trusted/es/index.mjs +27 -0
- package/build/trusted/es/index.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -35,6 +35,7 @@ __export(index_exports, {
|
|
|
35
35
|
AlgorithmType: () => AlgorithmType,
|
|
36
36
|
Alignment: () => Alignment,
|
|
37
37
|
AndroidStyle: () => AndroidStyle,
|
|
38
|
+
AnimationType: () => AnimationType,
|
|
38
39
|
ApiGroupType: () => ApiGroupType,
|
|
39
40
|
AppExecutionType: () => AppExecutionType,
|
|
40
41
|
AppType: () => AppType,
|
|
@@ -111,6 +112,7 @@ __export(index_exports, {
|
|
|
111
112
|
EmbedCategory: () => EmbedCategory,
|
|
112
113
|
EmbeddedScriptPages: () => EmbeddedScriptPages,
|
|
113
114
|
EmbeddedScriptPlacement: () => EmbeddedScriptPlacement,
|
|
115
|
+
EntranceEffectType: () => EntranceEffectType,
|
|
114
116
|
Environment: () => Environment,
|
|
115
117
|
Escalation: () => Escalation,
|
|
116
118
|
ExecutionType: () => ExecutionType,
|
|
@@ -1172,6 +1174,31 @@ var LinkTarget = /* @__PURE__ */ ((LinkTarget2) => {
|
|
|
1172
1174
|
LinkTarget2["TOP"] = "TOP";
|
|
1173
1175
|
return LinkTarget2;
|
|
1174
1176
|
})(LinkTarget || {});
|
|
1177
|
+
var AnimationType = /* @__PURE__ */ ((AnimationType2) => {
|
|
1178
|
+
AnimationType2["VIEW"] = "VIEW";
|
|
1179
|
+
return AnimationType2;
|
|
1180
|
+
})(AnimationType || {});
|
|
1181
|
+
var EntranceEffectType = /* @__PURE__ */ ((EntranceEffectType2) => {
|
|
1182
|
+
EntranceEffectType2["FADE"] = "FADE";
|
|
1183
|
+
EntranceEffectType2["ARC"] = "ARC";
|
|
1184
|
+
EntranceEffectType2["BLUR"] = "BLUR";
|
|
1185
|
+
EntranceEffectType2["BOUNCE"] = "BOUNCE";
|
|
1186
|
+
EntranceEffectType2["DROP"] = "DROP";
|
|
1187
|
+
EntranceEffectType2["EXPAND"] = "EXPAND";
|
|
1188
|
+
EntranceEffectType2["FLIP"] = "FLIP";
|
|
1189
|
+
EntranceEffectType2["FLOAT"] = "FLOAT";
|
|
1190
|
+
EntranceEffectType2["FOLD"] = "FOLD";
|
|
1191
|
+
EntranceEffectType2["GLIDE"] = "GLIDE";
|
|
1192
|
+
EntranceEffectType2["REVEAL"] = "REVEAL";
|
|
1193
|
+
EntranceEffectType2["SHAPE"] = "SHAPE";
|
|
1194
|
+
EntranceEffectType2["SHUTTERS"] = "SHUTTERS";
|
|
1195
|
+
EntranceEffectType2["SLIDE"] = "SLIDE";
|
|
1196
|
+
EntranceEffectType2["SPIN"] = "SPIN";
|
|
1197
|
+
EntranceEffectType2["TILT"] = "TILT";
|
|
1198
|
+
EntranceEffectType2["TURN"] = "TURN";
|
|
1199
|
+
EntranceEffectType2["WINK"] = "WINK";
|
|
1200
|
+
return EntranceEffectType2;
|
|
1201
|
+
})(EntranceEffectType || {});
|
|
1175
1202
|
var TextAlignment = /* @__PURE__ */ ((TextAlignment2) => {
|
|
1176
1203
|
TextAlignment2["AUTO"] = "AUTO";
|
|
1177
1204
|
TextAlignment2["LEFT"] = "LEFT";
|
|
@@ -6462,6 +6489,7 @@ function toolsProviderConfig({
|
|
|
6462
6489
|
AlgorithmType,
|
|
6463
6490
|
Alignment,
|
|
6464
6491
|
AndroidStyle,
|
|
6492
|
+
AnimationType,
|
|
6465
6493
|
ApiGroupType,
|
|
6466
6494
|
AppExecutionType,
|
|
6467
6495
|
AppType,
|
|
@@ -6538,6 +6566,7 @@ function toolsProviderConfig({
|
|
|
6538
6566
|
EmbedCategory,
|
|
6539
6567
|
EmbeddedScriptPages,
|
|
6540
6568
|
EmbeddedScriptPlacement,
|
|
6569
|
+
EntranceEffectType,
|
|
6541
6570
|
Environment,
|
|
6542
6571
|
Escalation,
|
|
6543
6572
|
ExecutionType,
|