@wix/app-extensions 1.0.61 → 1.0.63
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 +6 -5
- package/build/cjs/index.js.map +1 -1
- package/build/es/index.mjs +6 -5
- package/build/es/index.mjs.map +1 -1
- package/build/trusted/cjs/index.d.ts +93 -44
- package/build/trusted/cjs/index.js +6 -5
- package/build/trusted/cjs/index.js.map +1 -1
- package/build/trusted/es/index.d.mts +93 -44
- package/build/trusted/es/index.mjs +6 -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";
|
|
@@ -1917,6 +1917,7 @@ var DataType = /* @__PURE__ */ ((DataType2) => {
|
|
|
1917
1917
|
DataType2["onSubmit"] = "onSubmit";
|
|
1918
1918
|
DataType2["filter"] = "filter";
|
|
1919
1919
|
DataType2["sort"] = "sort";
|
|
1920
|
+
DataType2["visualMedia"] = "visualMedia";
|
|
1920
1921
|
return DataType2;
|
|
1921
1922
|
})(DataType || {});
|
|
1922
1923
|
var ItemField = /* @__PURE__ */ ((ItemField2) => {
|