@descope/web-components-ui 1.0.219 → 1.0.221

Sign up to get free protection for your applications and to get access to all the features.
@@ -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