@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/cjs/index.js
CHANGED
|
@@ -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";
|
|
@@ -2461,6 +2461,7 @@ var DataType = /* @__PURE__ */ ((DataType2) => {
|
|
|
2461
2461
|
DataType2["onSubmit"] = "onSubmit";
|
|
2462
2462
|
DataType2["filter"] = "filter";
|
|
2463
2463
|
DataType2["sort"] = "sort";
|
|
2464
|
+
DataType2["visualMedia"] = "visualMedia";
|
|
2464
2465
|
return DataType2;
|
|
2465
2466
|
})(DataType || {});
|
|
2466
2467
|
var ItemField = /* @__PURE__ */ ((ItemField2) => {
|