@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.
- package/build/cjs/index.js +15 -0
- package/build/cjs/index.js.map +1 -1
- package/build/es/index.mjs +14 -0
- package/build/es/index.mjs.map +1 -1
- package/build/trusted/cjs/index.d.ts +89 -28
- package/build/trusted/cjs/index.js +15 -0
- package/build/trusted/cjs/index.js.map +1 -1
- package/build/trusted/es/index.d.mts +89 -28
- package/build/trusted/es/index.mjs +14 -0
- package/build/trusted/es/index.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -226,6 +226,7 @@ __export(index_exports, {
|
|
|
226
226
|
PlanPeriodUnit: () => PlanPeriodUnit,
|
|
227
227
|
PluginContainerDataAlignment: () => PluginContainerDataAlignment,
|
|
228
228
|
PluginInterface: () => PluginInterface,
|
|
229
|
+
PointerEffectType: () => PointerEffectType,
|
|
229
230
|
PollDesignBackgroundType: () => PollDesignBackgroundType,
|
|
230
231
|
PollLayoutDirection: () => PollLayoutDirection,
|
|
231
232
|
PollLayoutType: () => PollLayoutType,
|
|
@@ -1180,6 +1181,7 @@ var LinkTarget = /* @__PURE__ */ ((LinkTarget2) => {
|
|
|
1180
1181
|
})(LinkTarget || {});
|
|
1181
1182
|
var AnimationType = /* @__PURE__ */ ((AnimationType2) => {
|
|
1182
1183
|
AnimationType2["VIEW"] = "VIEW";
|
|
1184
|
+
AnimationType2["POINTER"] = "POINTER";
|
|
1183
1185
|
return AnimationType2;
|
|
1184
1186
|
})(AnimationType || {});
|
|
1185
1187
|
var EntranceEffectType = /* @__PURE__ */ ((EntranceEffectType2) => {
|
|
@@ -1219,6 +1221,18 @@ var LoopEffectType = /* @__PURE__ */ ((LoopEffectType2) => {
|
|
|
1219
1221
|
LoopEffectType2["WIGGLE"] = "WIGGLE";
|
|
1220
1222
|
return LoopEffectType2;
|
|
1221
1223
|
})(LoopEffectType || {});
|
|
1224
|
+
var PointerEffectType = /* @__PURE__ */ ((PointerEffectType2) => {
|
|
1225
|
+
PointerEffectType2["AIRY"] = "AIRY";
|
|
1226
|
+
PointerEffectType2["BLOB"] = "BLOB";
|
|
1227
|
+
PointerEffectType2["BLUR"] = "BLUR";
|
|
1228
|
+
PointerEffectType2["SCALE"] = "SCALE";
|
|
1229
|
+
PointerEffectType2["SKEW"] = "SKEW";
|
|
1230
|
+
PointerEffectType2["SWIVEL"] = "SWIVEL";
|
|
1231
|
+
PointerEffectType2["TILT_3D"] = "TILT_3D";
|
|
1232
|
+
PointerEffectType2["TRACK"] = "TRACK";
|
|
1233
|
+
PointerEffectType2["TRACK_3D"] = "TRACK_3D";
|
|
1234
|
+
return PointerEffectType2;
|
|
1235
|
+
})(PointerEffectType || {});
|
|
1222
1236
|
var TextAlignment = /* @__PURE__ */ ((TextAlignment2) => {
|
|
1223
1237
|
TextAlignment2["AUTO"] = "AUTO";
|
|
1224
1238
|
TextAlignment2["LEFT"] = "LEFT";
|
|
@@ -6719,6 +6733,7 @@ function appTools({
|
|
|
6719
6733
|
PlanPeriodUnit,
|
|
6720
6734
|
PluginContainerDataAlignment,
|
|
6721
6735
|
PluginInterface,
|
|
6736
|
+
PointerEffectType,
|
|
6722
6737
|
PollDesignBackgroundType,
|
|
6723
6738
|
PollLayoutDirection,
|
|
6724
6739
|
PollLayoutType,
|