@wix/auto_sdk_data-extension-schema_schemas 1.0.233 → 1.0.235
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.d.ts +1 -1
- package/build/cjs/index.js +5 -5
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +81 -36
- package/build/cjs/index.typings.js +5 -5
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +81 -36
- package/build/cjs/meta.js +5 -5
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +5 -5
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +81 -36
- package/build/es/index.typings.mjs +5 -5
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +81 -36
- package/build/es/meta.mjs +5 -5
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +5 -5
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +81 -36
- package/build/internal/cjs/index.typings.js +5 -5
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +81 -36
- package/build/internal/cjs/meta.js +5 -5
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +5 -5
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +81 -36
- package/build/internal/es/index.typings.mjs +5 -5
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +81 -36
- package/build/internal/es/meta.mjs +5 -5
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/meta.js
CHANGED
|
@@ -1595,6 +1595,11 @@ var LayoutDataImagePosition = /* @__PURE__ */ ((LayoutDataImagePosition2) => {
|
|
|
1595
1595
|
LayoutDataImagePosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
1596
1596
|
return LayoutDataImagePosition2;
|
|
1597
1597
|
})(LayoutDataImagePosition || {});
|
|
1598
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
1599
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
1600
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1601
|
+
return LayoutDataBackgroundType2;
|
|
1602
|
+
})(LayoutDataBackgroundType || {});
|
|
1598
1603
|
var Origin = /* @__PURE__ */ ((Origin2) => {
|
|
1599
1604
|
Origin2["IMAGE"] = "IMAGE";
|
|
1600
1605
|
Origin2["LAYOUT"] = "LAYOUT";
|
|
@@ -1605,11 +1610,6 @@ var BannerPosition = /* @__PURE__ */ ((BannerPosition2) => {
|
|
|
1605
1610
|
BannerPosition2["BOTTOM"] = "BOTTOM";
|
|
1606
1611
|
return BannerPosition2;
|
|
1607
1612
|
})(BannerPosition || {});
|
|
1608
|
-
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
1609
|
-
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
1610
|
-
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1611
|
-
return LayoutDataBackgroundType2;
|
|
1612
|
-
})(LayoutDataBackgroundType || {});
|
|
1613
1613
|
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
1614
1614
|
BackdropType2["COLOR"] = "COLOR";
|
|
1615
1615
|
BackdropType2["GRADIENT"] = "GRADIENT";
|