@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.
@@ -923,6 +923,10 @@ const createBaseClass = ({ componentName, baseSelector = '' }) => {
923
923
  return this.shadowRoot || this;
924
924
  }
925
925
 
926
+ get name () {
927
+ return this.getAttribute('name');
928
+ }
929
+
926
930
  connectedCallback() {
927
931
  super.connectedCallback?.();
928
932
 
@@ -1220,10 +1224,6 @@ const proxyInputMixin = (superclass) =>
1220
1224
  }, 0);
1221
1225
  }
1222
1226
 
1223
- get name() {
1224
- return this.getAttribute('name');
1225
- }
1226
-
1227
1227
  get inputElement() {
1228
1228
  this.warnIfInputElementIsMissing();
1229
1229
 
@@ -6078,7 +6078,6 @@ const uploadFile = {
6078
6078
 
6079
6079
  [vars$1.fontSize]: '16px',
6080
6080
  [vars$1.titleFontWeight]: '500',
6081
- [vars$1.fileNameFontWeight]: '300',
6082
6081
  [vars$1.lineHeight]: '1em',
6083
6082
 
6084
6083
  [vars$1.borderWidth]: refs.borderWidth,