@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/cjs/index.js
CHANGED
|
@@ -181,6 +181,7 @@ __export(index_exports, {
|
|
|
181
181
|
ListEventFromCalendars: () => ListEventFromCalendars,
|
|
182
182
|
ListStyle: () => ListStyle,
|
|
183
183
|
LockableOperation: () => LockableOperation,
|
|
184
|
+
LoopEffectType: () => LoopEffectType,
|
|
184
185
|
MandatoryField: () => MandatoryField,
|
|
185
186
|
MapType: () => MapType,
|
|
186
187
|
Maturity: () => Maturity,
|
|
@@ -1200,6 +1201,22 @@ var EntranceEffectType = /* @__PURE__ */ ((EntranceEffectType2) => {
|
|
|
1200
1201
|
EntranceEffectType2["WINK"] = "WINK";
|
|
1201
1202
|
return EntranceEffectType2;
|
|
1202
1203
|
})(EntranceEffectType || {});
|
|
1204
|
+
var LoopEffectType = /* @__PURE__ */ ((LoopEffectType2) => {
|
|
1205
|
+
LoopEffectType2["BOUNCE"] = "BOUNCE";
|
|
1206
|
+
LoopEffectType2["BREATHE"] = "BREATHE";
|
|
1207
|
+
LoopEffectType2["CROSS"] = "CROSS";
|
|
1208
|
+
LoopEffectType2["FLASH"] = "FLASH";
|
|
1209
|
+
LoopEffectType2["FLIP"] = "FLIP";
|
|
1210
|
+
LoopEffectType2["FOLD"] = "FOLD";
|
|
1211
|
+
LoopEffectType2["JELLO"] = "JELLO";
|
|
1212
|
+
LoopEffectType2["POKE"] = "POKE";
|
|
1213
|
+
LoopEffectType2["PULSE"] = "PULSE";
|
|
1214
|
+
LoopEffectType2["RUBBER"] = "RUBBER";
|
|
1215
|
+
LoopEffectType2["SPIN"] = "SPIN";
|
|
1216
|
+
LoopEffectType2["SWING"] = "SWING";
|
|
1217
|
+
LoopEffectType2["WIGGLE"] = "WIGGLE";
|
|
1218
|
+
return LoopEffectType2;
|
|
1219
|
+
})(LoopEffectType || {});
|
|
1203
1220
|
var TextAlignment = /* @__PURE__ */ ((TextAlignment2) => {
|
|
1204
1221
|
TextAlignment2["AUTO"] = "AUTO";
|
|
1205
1222
|
TextAlignment2["LEFT"] = "LEFT";
|
|
@@ -6641,6 +6658,7 @@ function toolsProviderConfig({
|
|
|
6641
6658
|
ListEventFromCalendars,
|
|
6642
6659
|
ListStyle,
|
|
6643
6660
|
LockableOperation,
|
|
6661
|
+
LoopEffectType,
|
|
6644
6662
|
MandatoryField,
|
|
6645
6663
|
MapType,
|
|
6646
6664
|
Maturity,
|