@descope/web-components-ui 1.0.154 → 1.0.156

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.esm.js CHANGED
@@ -601,6 +601,10 @@ const createBaseClass = ({ componentName, baseSelector = '' }) => {
601
601
  return this.shadowRoot || this;
602
602
  }
603
603
 
604
+ get name () {
605
+ return this.getAttribute('name');
606
+ }
607
+
604
608
  connectedCallback() {
605
609
  super.connectedCallback?.();
606
610
 
@@ -898,10 +902,6 @@ const proxyInputMixin = (superclass) =>
898
902
  }, 0);
899
903
  }
900
904
 
901
- get name() {
902
- return this.getAttribute('name');
903
- }
904
-
905
905
  get inputElement() {
906
906
  this.warnIfInputElementIsMissing();
907
907
 
@@ -6763,7 +6763,6 @@ const uploadFile = {
6763
6763
 
6764
6764
  [vars$1.fontSize]: '16px',
6765
6765
  [vars$1.titleFontWeight]: '500',
6766
- [vars$1.fileNameFontWeight]: '300',
6767
6766
  [vars$1.lineHeight]: '1em',
6768
6767
 
6769
6768
  [vars$1.borderWidth]: refs.borderWidth,