@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.
@@ -618,6 +618,11 @@ var TextAlignment = /* @__PURE__ */ ((TextAlignment2) => {
618
618
  TextAlignment2["JUSTIFY"] = "JUSTIFY";
619
619
  return TextAlignment2;
620
620
  })(TextAlignment || {});
621
+ var LineCap = /* @__PURE__ */ ((LineCap2) => {
622
+ LineCap2["SQUARE"] = "SQUARE";
623
+ LineCap2["ROUND"] = "ROUND";
624
+ return LineCap2;
625
+ })(LineCap || {});
621
626
  var LineStyle = /* @__PURE__ */ ((LineStyle2) => {
622
627
  LineStyle2["SINGLE"] = "SINGLE";
623
628
  LineStyle2["DOUBLE"] = "DOUBLE";
@@ -5971,6 +5976,7 @@ export {
5971
5976
  LayoutMode,
5972
5977
  LayoutType,
5973
5978
  Level,
5979
+ LineCap,
5974
5980
  LineStyle,
5975
5981
  LinkTarget,
5976
5982
  LinkType,