@lvce-editor/renderer-process 10.43.0 → 10.44.0

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.
@@ -1568,6 +1568,9 @@ var setProp = ($Element, key, value, eventMap, newEventMap) => {
1568
1568
  $Element.removeAttribute("aria-owns");
1569
1569
  }
1570
1570
  break;
1571
+ case "ariaControls":
1572
+ $Element.setAttribute("aria-controls", value);
1573
+ break;
1571
1574
  case "inputType":
1572
1575
  $Element.type = value;
1573
1576
  break;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/renderer-process",
3
- "version": "10.43.0",
3
+ "version": "10.44.0",
4
4
  "description": "",
5
5
  "main": "dist/rendererProcessMain.js",
6
6
  "type": "module",