@wix/auto_sdk_data-extension-schema_schemas 1.0.178 → 1.0.180

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.
@@ -2321,6 +2321,14 @@ var ResizeDirection = /* @__PURE__ */ ((ResizeDirection2) => {
2321
2321
  ResizeDirection2["none"] = "none";
2322
2322
  return ResizeDirection2;
2323
2323
  })(ResizeDirection || {});
2324
+ var ContentResizeDirection = /* @__PURE__ */ ((ContentResizeDirection2) => {
2325
+ ContentResizeDirection2["UNKNOWN_ContentResizeDirection"] = "UNKNOWN_ContentResizeDirection";
2326
+ ContentResizeDirection2["horizontal"] = "horizontal";
2327
+ ContentResizeDirection2["vertical"] = "vertical";
2328
+ ContentResizeDirection2["horizontalAndVertical"] = "horizontalAndVertical";
2329
+ ContentResizeDirection2["none"] = "none";
2330
+ return ContentResizeDirection2;
2331
+ })(ContentResizeDirection || {});
2324
2332
  var RichTextAbilities = /* @__PURE__ */ ((RichTextAbilities2) => {
2325
2333
  RichTextAbilities2["UNKNOWN_RichTextAbilities"] = "UNKNOWN_RichTextAbilities";
2326
2334
  RichTextAbilities2["font"] = "font";
@@ -2721,14 +2729,6 @@ var BreakpointEnumBreakpoint = /* @__PURE__ */ ((BreakpointEnumBreakpoint2) => {
2721
2729
  BreakpointEnumBreakpoint2["large"] = "large";
2722
2730
  return BreakpointEnumBreakpoint2;
2723
2731
  })(BreakpointEnumBreakpoint || {});
2724
- var ContentResizeDirection = /* @__PURE__ */ ((ContentResizeDirection2) => {
2725
- ContentResizeDirection2["UNKNOWN_ContentResizeDirection"] = "UNKNOWN_ContentResizeDirection";
2726
- ContentResizeDirection2["horizontal"] = "horizontal";
2727
- ContentResizeDirection2["vertical"] = "vertical";
2728
- ContentResizeDirection2["horizontalAndVertical"] = "horizontalAndVertical";
2729
- ContentResizeDirection2["none"] = "none";
2730
- return ContentResizeDirection2;
2731
- })(ContentResizeDirection || {});
2732
2732
  var Archetype = /* @__PURE__ */ ((Archetype2) => {
2733
2733
  Archetype2["UNKNOWN_Archetype"] = "UNKNOWN_Archetype";
2734
2734
  Archetype2["Button"] = "Button";