@wix/app-extensions 1.0.129 → 1.0.131

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.
@@ -2627,6 +2627,7 @@ var A11yAttributes = /* @__PURE__ */ ((A11yAttributes2) => {
2627
2627
  A11yAttributes2["tag"] = "tag";
2628
2628
  A11yAttributes2["ariaMultiline"] = "ariaMultiline";
2629
2629
  A11yAttributes2["ariaInvalid"] = "ariaInvalid";
2630
+ A11yAttributes2["lang"] = "lang";
2630
2631
  return A11yAttributes2;
2631
2632
  })(A11yAttributes || {});
2632
2633
  var LinkType = /* @__PURE__ */ ((LinkType2) => {