@wix/app-extensions 1.0.84 → 1.0.86

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
  LayoutMode: () => LayoutMode,
173
173
  LayoutType: () => LayoutType,
174
174
  Level: () => Level,
175
+ LineCap: () => LineCap,
175
176
  LineStyle: () => LineStyle,
176
177
  LinkTarget: () => LinkTarget,
177
178
  LinkType: () => LinkType,
@@ -1171,6 +1172,11 @@ var TextAlignment = /* @__PURE__ */ ((TextAlignment2) => {
1171
1172
  TextAlignment2["JUSTIFY"] = "JUSTIFY";
1172
1173
  return TextAlignment2;
1173
1174
  })(TextAlignment || {});
1175
+ var LineCap = /* @__PURE__ */ ((LineCap2) => {
1176
+ LineCap2["SQUARE"] = "SQUARE";
1177
+ LineCap2["ROUND"] = "ROUND";
1178
+ return LineCap2;
1179
+ })(LineCap || {});
1174
1180
  var LineStyle = /* @__PURE__ */ ((LineStyle2) => {
1175
1181
  LineStyle2["SINGLE"] = "SINGLE";
1176
1182
  LineStyle2["DOUBLE"] = "DOUBLE";
@@ -6525,6 +6531,7 @@ function editorExposure({
6525
6531
  LayoutMode,
6526
6532
  LayoutType,
6527
6533
  Level,
6534
+ LineCap,
6528
6535
  LineStyle,
6529
6536
  LinkTarget,
6530
6537
  LinkType,