@wix/auto_sdk_data-extension-schema_schemas 1.0.178 → 1.0.179

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.
@@ -2034,6 +2034,14 @@ var ResizeDirection = /* @__PURE__ */ ((ResizeDirection2) => {
2034
2034
  ResizeDirection2["none"] = "none";
2035
2035
  return ResizeDirection2;
2036
2036
  })(ResizeDirection || {});
2037
+ var ContentResizeDirection = /* @__PURE__ */ ((ContentResizeDirection2) => {
2038
+ ContentResizeDirection2["UNKNOWN_ContentResizeDirection"] = "UNKNOWN_ContentResizeDirection";
2039
+ ContentResizeDirection2["horizontal"] = "horizontal";
2040
+ ContentResizeDirection2["vertical"] = "vertical";
2041
+ ContentResizeDirection2["horizontalAndVertical"] = "horizontalAndVertical";
2042
+ ContentResizeDirection2["none"] = "none";
2043
+ return ContentResizeDirection2;
2044
+ })(ContentResizeDirection || {});
2037
2045
  var RichTextAbilities = /* @__PURE__ */ ((RichTextAbilities2) => {
2038
2046
  RichTextAbilities2["UNKNOWN_RichTextAbilities"] = "UNKNOWN_RichTextAbilities";
2039
2047
  RichTextAbilities2["font"] = "font";
@@ -2434,14 +2442,6 @@ var BreakpointEnumBreakpoint = /* @__PURE__ */ ((BreakpointEnumBreakpoint2) => {
2434
2442
  BreakpointEnumBreakpoint2["large"] = "large";
2435
2443
  return BreakpointEnumBreakpoint2;
2436
2444
  })(BreakpointEnumBreakpoint || {});
2437
- var ContentResizeDirection = /* @__PURE__ */ ((ContentResizeDirection2) => {
2438
- ContentResizeDirection2["UNKNOWN_ContentResizeDirection"] = "UNKNOWN_ContentResizeDirection";
2439
- ContentResizeDirection2["horizontal"] = "horizontal";
2440
- ContentResizeDirection2["vertical"] = "vertical";
2441
- ContentResizeDirection2["horizontalAndVertical"] = "horizontalAndVertical";
2442
- ContentResizeDirection2["none"] = "none";
2443
- return ContentResizeDirection2;
2444
- })(ContentResizeDirection || {});
2445
2445
  var Archetype = /* @__PURE__ */ ((Archetype2) => {
2446
2446
  Archetype2["UNKNOWN_Archetype"] = "UNKNOWN_Archetype";
2447
2447
  Archetype2["Button"] = "Button";