@descope/web-components-ui 1.0.410 → 1.0.412

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.
@@ -2429,7 +2429,7 @@ const proxyInputMixin =
2429
2429
  forwardProps(this, [this.inputElement, ...proxyTargets], prop);
2430
2430
  });
2431
2431
 
2432
- this.setSelectionRange = this.inputElement.setSelectionRange?.bind(this.inputElement);
2432
+ this.setSelectionRange = this.inputElement?.setSelectionRange?.bind(this.inputElement);
2433
2433
 
2434
2434
  forwardAttrs(this, this.inputElement, { includeAttrs: ['inputmode'] });
2435
2435
  });
@@ -13084,13 +13084,6 @@ const mappingsField = {
13084
13084
  [vars$j.attrLabelMinWidth]: `calc(12em + 2 * ${globalRefs$c.border.xs})`,
13085
13085
  [vars$j.separatorWidth]: '70px',
13086
13086
  [vars$j.removeButtonWidth]: '60px',
13087
-
13088
- // error message icon
13089
- [vars$j.errorMessageIcon]: refs.errorMessageIcon,
13090
- [vars$j.errorMessageIconSize]: refs.errorMessageIconSize,
13091
- [vars$j.errorMessageIconPadding]: refs.errorMessageIconPadding,
13092
- [vars$j.errorMessageIconRepeat]: refs.errorMessageIconRepeat,
13093
- [vars$j.errorMessageIconPosition]: refs.errorMessageIconPosition,
13094
13087
  };
13095
13088
 
13096
13089
  var mappingsField$1 = /*#__PURE__*/Object.freeze({