@wix/app-extensions 1.0.93 → 1.0.95
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 +18 -0
- package/build/cjs/index.js.map +1 -1
- package/build/es/index.mjs +17 -0
- package/build/es/index.mjs.map +1 -1
- package/build/trusted/cjs/index.d.ts +89 -2
- package/build/trusted/cjs/index.js +18 -0
- package/build/trusted/cjs/index.js.map +1 -1
- package/build/trusted/es/index.d.mts +89 -2
- package/build/trusted/es/index.mjs +17 -0
- package/build/trusted/es/index.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/index.mjs
CHANGED
|
@@ -635,6 +635,22 @@ var EntranceEffectType = /* @__PURE__ */ ((EntranceEffectType2) => {
|
|
|
635
635
|
EntranceEffectType2["WINK"] = "WINK";
|
|
636
636
|
return EntranceEffectType2;
|
|
637
637
|
})(EntranceEffectType || {});
|
|
638
|
+
var LoopEffectType = /* @__PURE__ */ ((LoopEffectType2) => {
|
|
639
|
+
LoopEffectType2["BOUNCE"] = "BOUNCE";
|
|
640
|
+
LoopEffectType2["BREATHE"] = "BREATHE";
|
|
641
|
+
LoopEffectType2["CROSS"] = "CROSS";
|
|
642
|
+
LoopEffectType2["FLASH"] = "FLASH";
|
|
643
|
+
LoopEffectType2["FLIP"] = "FLIP";
|
|
644
|
+
LoopEffectType2["FOLD"] = "FOLD";
|
|
645
|
+
LoopEffectType2["JELLO"] = "JELLO";
|
|
646
|
+
LoopEffectType2["POKE"] = "POKE";
|
|
647
|
+
LoopEffectType2["PULSE"] = "PULSE";
|
|
648
|
+
LoopEffectType2["RUBBER"] = "RUBBER";
|
|
649
|
+
LoopEffectType2["SPIN"] = "SPIN";
|
|
650
|
+
LoopEffectType2["SWING"] = "SWING";
|
|
651
|
+
LoopEffectType2["WIGGLE"] = "WIGGLE";
|
|
652
|
+
return LoopEffectType2;
|
|
653
|
+
})(LoopEffectType || {});
|
|
638
654
|
var TextAlignment = /* @__PURE__ */ ((TextAlignment2) => {
|
|
639
655
|
TextAlignment2["AUTO"] = "AUTO";
|
|
640
656
|
TextAlignment2["LEFT"] = "LEFT";
|
|
@@ -6075,6 +6091,7 @@ export {
|
|
|
6075
6091
|
ListEventFromCalendars,
|
|
6076
6092
|
ListStyle,
|
|
6077
6093
|
LockableOperation,
|
|
6094
|
+
LoopEffectType,
|
|
6078
6095
|
MandatoryField,
|
|
6079
6096
|
MapType,
|
|
6080
6097
|
Maturity,
|