@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.
- package/build/cjs/index.js +5 -5
- package/build/cjs/index.js.map +1 -1
- package/build/es/index.mjs +5 -5
- package/build/es/index.mjs.map +1 -1
- package/build/trusted/cjs/index.d.ts +89 -42
- package/build/trusted/cjs/index.js +5 -5
- package/build/trusted/cjs/index.js.map +1 -1
- package/build/trusted/es/index.d.mts +89 -42
- package/build/trusted/es/index.mjs +5 -5
- package/build/trusted/es/index.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/index.mjs
CHANGED
|
@@ -840,6 +840,11 @@ var LayoutDataImagePosition = /* @__PURE__ */ ((LayoutDataImagePosition2) => {
|
|
|
840
840
|
LayoutDataImagePosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
841
841
|
return LayoutDataImagePosition2;
|
|
842
842
|
})(LayoutDataImagePosition || {});
|
|
843
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
844
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
845
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
846
|
+
return LayoutDataBackgroundType2;
|
|
847
|
+
})(LayoutDataBackgroundType || {});
|
|
843
848
|
var Origin = /* @__PURE__ */ ((Origin2) => {
|
|
844
849
|
Origin2["IMAGE"] = "IMAGE";
|
|
845
850
|
Origin2["LAYOUT"] = "LAYOUT";
|
|
@@ -850,11 +855,6 @@ var BannerPosition = /* @__PURE__ */ ((BannerPosition2) => {
|
|
|
850
855
|
BannerPosition2["BOTTOM"] = "BOTTOM";
|
|
851
856
|
return BannerPosition2;
|
|
852
857
|
})(BannerPosition || {});
|
|
853
|
-
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
854
|
-
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
855
|
-
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
856
|
-
return LayoutDataBackgroundType2;
|
|
857
|
-
})(LayoutDataBackgroundType || {});
|
|
858
858
|
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
859
859
|
BackdropType2["COLOR"] = "COLOR";
|
|
860
860
|
BackdropType2["GRADIENT"] = "GRADIENT";
|