@descope/web-components-ui 1.0.219 → 1.0.221

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.
@@ -4459,13 +4459,13 @@ const customMixin$4 = (superclass) =>
4459
4459
  const template = document.createElement('template');
4460
4460
 
4461
4461
  template.innerHTML = `
4462
- <${componentName$g}
4463
- bordered="true"
4464
- name="code"
4465
- tabindex="-1"
4466
- slot="input"
4467
- ><slot></slot></${componentName$g}>
4468
- `;
4462
+ <${componentName$g}
4463
+ bordered="true"
4464
+ name="code"
4465
+ tabindex="-1"
4466
+ slot="input"
4467
+ ><slot></slot></${componentName$g}>
4468
+ `;
4469
4469
 
4470
4470
  this.baseElement.appendChild(template.content.cloneNode(true));
4471
4471