@descope/web-components-ui 2.2.7 → 2.2.8

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/dist/index.esm.js CHANGED
@@ -4353,7 +4353,7 @@ class BooleanInputInternal extends BaseInputClass$d {
4353
4353
  this.innerHTML = `
4354
4354
  <div class="wrapper">
4355
4355
  <vaadin-checkbox>
4356
- <descope-enriched-text class="label-content" slot="label"></descope-enriched-text>
4356
+ <descope-enriched-text link-target-blank="true" class="label-content" slot="label"></descope-enriched-text>
4357
4357
  </vaadin-checkbox>
4358
4358
  </div>
4359
4359
  `;