@wix/app-extensions 1.0.92 → 1.0.94
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 +25 -0
- package/build/cjs/index.js.map +1 -1
- package/build/es/index.mjs +23 -0
- package/build/es/index.mjs.map +1 -1
- package/build/trusted/cjs/index.d.ts +91 -1
- package/build/trusted/cjs/index.js +25 -0
- package/build/trusted/cjs/index.js.map +1 -1
- package/build/trusted/es/index.d.mts +91 -1
- package/build/trusted/es/index.mjs +23 -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";
|
|
@@ -3017,6 +3033,11 @@ var DispatchHttpMethod = /* @__PURE__ */ ((DispatchHttpMethod2) => {
|
|
|
3017
3033
|
DispatchHttpMethod2["OPTIONS"] = "OPTIONS";
|
|
3018
3034
|
return DispatchHttpMethod2;
|
|
3019
3035
|
})(DispatchHttpMethod || {});
|
|
3036
|
+
var ResponseBodyDecoding = /* @__PURE__ */ ((ResponseBodyDecoding2) => {
|
|
3037
|
+
ResponseBodyDecoding2["UNKNOWN_RESPONSE_BODY_DECODING"] = "UNKNOWN_RESPONSE_BODY_DECODING";
|
|
3038
|
+
ResponseBodyDecoding2["BASE64_TEXT"] = "BASE64_TEXT";
|
|
3039
|
+
return ResponseBodyDecoding2;
|
|
3040
|
+
})(ResponseBodyDecoding || {});
|
|
3020
3041
|
var VerificationMethod = /* @__PURE__ */ ((VerificationMethod2) => {
|
|
3021
3042
|
VerificationMethod2["UNKNOWN_VERIFICATION_METHOD"] = "UNKNOWN_VERIFICATION_METHOD";
|
|
3022
3043
|
VerificationMethod2["HMAC_SHA256"] = "HMAC_SHA256";
|
|
@@ -6070,6 +6091,7 @@ export {
|
|
|
6070
6091
|
ListEventFromCalendars,
|
|
6071
6092
|
ListStyle,
|
|
6072
6093
|
LockableOperation,
|
|
6094
|
+
LoopEffectType,
|
|
6073
6095
|
MandatoryField,
|
|
6074
6096
|
MapType,
|
|
6075
6097
|
Maturity,
|
|
@@ -6133,6 +6155,7 @@ export {
|
|
|
6133
6155
|
RequiredIndicatorPlacement,
|
|
6134
6156
|
ResizeDirection,
|
|
6135
6157
|
Resizing,
|
|
6158
|
+
ResponseBodyDecoding,
|
|
6136
6159
|
ResponsivenessBehaviour,
|
|
6137
6160
|
RestrictedOperation,
|
|
6138
6161
|
RestrictionLevel,
|