@wix/app-extensions 1.0.61 → 1.0.62

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.
@@ -1384,6 +1384,11 @@ var LayoutDataImagePosition = /* @__PURE__ */ ((LayoutDataImagePosition2) => {
1384
1384
  LayoutDataImagePosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
1385
1385
  return LayoutDataImagePosition2;
1386
1386
  })(LayoutDataImagePosition || {});
1387
+ var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
1388
+ LayoutDataBackgroundType2["COLOR"] = "COLOR";
1389
+ LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
1390
+ return LayoutDataBackgroundType2;
1391
+ })(LayoutDataBackgroundType || {});
1387
1392
  var Origin = /* @__PURE__ */ ((Origin2) => {
1388
1393
  Origin2["IMAGE"] = "IMAGE";
1389
1394
  Origin2["LAYOUT"] = "LAYOUT";
@@ -1394,11 +1399,6 @@ var BannerPosition = /* @__PURE__ */ ((BannerPosition2) => {
1394
1399
  BannerPosition2["BOTTOM"] = "BOTTOM";
1395
1400
  return BannerPosition2;
1396
1401
  })(BannerPosition || {});
1397
- var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
1398
- LayoutDataBackgroundType2["COLOR"] = "COLOR";
1399
- LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
1400
- return LayoutDataBackgroundType2;
1401
- })(LayoutDataBackgroundType || {});
1402
1402
  var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
1403
1403
  BackdropType2["COLOR"] = "COLOR";
1404
1404
  BackdropType2["GRADIENT"] = "GRADIENT";