@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.
- package/build/cjs/index.js +1 -0
- package/build/cjs/index.js.map +1 -1
- package/build/es/index.mjs +1 -0
- package/build/es/index.mjs.map +1 -1
- package/build/trusted/cjs/index.d.ts +12 -2
- package/build/trusted/cjs/index.js +1 -0
- package/build/trusted/cjs/index.js.map +1 -1
- package/build/trusted/es/index.d.mts +12 -2
- package/build/trusted/es/index.mjs +1 -0
- package/build/trusted/es/index.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -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) => {
|