@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/es/meta.mjs
CHANGED
|
@@ -1276,6 +1276,11 @@ var LayoutDataImagePosition = /* @__PURE__ */ ((LayoutDataImagePosition2) => {
|
|
|
1276
1276
|
LayoutDataImagePosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
1277
1277
|
return LayoutDataImagePosition2;
|
|
1278
1278
|
})(LayoutDataImagePosition || {});
|
|
1279
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
1280
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
1281
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1282
|
+
return LayoutDataBackgroundType2;
|
|
1283
|
+
})(LayoutDataBackgroundType || {});
|
|
1279
1284
|
var Origin = /* @__PURE__ */ ((Origin2) => {
|
|
1280
1285
|
Origin2["IMAGE"] = "IMAGE";
|
|
1281
1286
|
Origin2["LAYOUT"] = "LAYOUT";
|
|
@@ -1286,11 +1291,6 @@ var BannerPosition = /* @__PURE__ */ ((BannerPosition2) => {
|
|
|
1286
1291
|
BannerPosition2["BOTTOM"] = "BOTTOM";
|
|
1287
1292
|
return BannerPosition2;
|
|
1288
1293
|
})(BannerPosition || {});
|
|
1289
|
-
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
1290
|
-
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
1291
|
-
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1292
|
-
return LayoutDataBackgroundType2;
|
|
1293
|
-
})(LayoutDataBackgroundType || {});
|
|
1294
1294
|
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
1295
1295
|
BackdropType2["COLOR"] = "COLOR";
|
|
1296
1296
|
BackdropType2["GRADIENT"] = "GRADIENT";
|