@wix/app-extensions 1.0.16 → 1.0.17

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.
@@ -172,6 +172,7 @@ __export(index_exports, {
172
172
  OperatorEnumOperator: () => OperatorEnumOperator,
173
173
  Order: () => Order,
174
174
  Orientation: () => Orientation,
175
+ Origin: () => Origin,
175
176
  OverrideEntityType: () => OverrideEntityType,
176
177
  PDFSettingsViewMode: () => PDFSettingsViewMode,
177
178
  PaginationMode: () => PaginationMode,
@@ -1307,6 +1308,11 @@ var LayoutDataImagePosition = /* @__PURE__ */ ((LayoutDataImagePosition2) => {
1307
1308
  LayoutDataImagePosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
1308
1309
  return LayoutDataImagePosition2;
1309
1310
  })(LayoutDataImagePosition || {});
1311
+ var Origin = /* @__PURE__ */ ((Origin2) => {
1312
+ Origin2["IMAGE"] = "IMAGE";
1313
+ Origin2["LAYOUT"] = "LAYOUT";
1314
+ return Origin2;
1315
+ })(Origin || {});
1310
1316
  var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
1311
1317
  VerticalAlignmentAlignment2["TOP"] = "TOP";
1312
1318
  VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
@@ -5927,6 +5933,7 @@ function calendarConferencingProvider({
5927
5933
  OperatorEnumOperator,
5928
5934
  Order,
5929
5935
  Orientation,
5936
+ Origin,
5930
5937
  OverrideEntityType,
5931
5938
  PDFSettingsViewMode,
5932
5939
  PaginationMode,