ng-ipa-library 0.6.2 → 0.6.6

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.
@@ -1462,7 +1462,6 @@
1462
1462
  label.innerHTML = this.btnLabel;
1463
1463
  label.classList.add('sm-share-title');
1464
1464
  label.classList.add('me-1');
1465
- label.setAttribute('for', 'IPAShareBtn');
1466
1465
  elements[0].before(label);
1467
1466
  };
1468
1467
  return ShareButtonComponent;