@descope/web-components-ui 1.0.423 → 1.0.424

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.
@@ -6297,6 +6297,7 @@ const customMixin$9 = (superclass) =>
6297
6297
  name="code"
6298
6298
  tabindex="-1"
6299
6299
  slot="input"
6300
+ role="textbox"
6300
6301
  ><slot></slot></${componentName$K}>
6301
6302
  `;
6302
6303
 
@@ -9720,8 +9721,8 @@ class RawUploadFile extends BaseInputClass$2 {
9720
9721
  </div>
9721
9722
  <div class="description"></div>
9722
9723
  <div class="button-wrapper">
9723
- <input type="file" tabindex="-1" />
9724
- <descope-button></descope-button>
9724
+ <input type="file" tabindex="-1" aria-labelledby="button"/>
9725
+ <descope-button id="button"></descope-button>
9725
9726
  </div>
9726
9727
  </div>
9727
9728
  `;