@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.
package/dist/index.esm.js CHANGED
@@ -1198,7 +1198,7 @@ const proxyInputMixin =
1198
1198
  forwardProps(this, [this.inputElement, ...proxyTargets], prop);
1199
1199
  });
1200
1200
 
1201
- this.setSelectionRange = this.inputElement.setSelectionRange?.bind(this.inputElement);
1201
+ this.setSelectionRange = this.inputElement?.setSelectionRange?.bind(this.inputElement);
1202
1202
 
1203
1203
  forwardAttrs(this, this.inputElement, { includeAttrs: ['inputmode'] });
1204
1204
  });
@@ -18255,13 +18255,6 @@ const mappingsField = {
18255
18255
  [vars$j.attrLabelMinWidth]: `calc(12em + 2 * ${globalRefs$c.border.xs})`,
18256
18256
  [vars$j.separatorWidth]: '70px',
18257
18257
  [vars$j.removeButtonWidth]: '60px',
18258
-
18259
- // error message icon
18260
- [vars$j.errorMessageIcon]: refs.errorMessageIcon,
18261
- [vars$j.errorMessageIconSize]: refs.errorMessageIconSize,
18262
- [vars$j.errorMessageIconPadding]: refs.errorMessageIconPadding,
18263
- [vars$j.errorMessageIconRepeat]: refs.errorMessageIconRepeat,
18264
- [vars$j.errorMessageIconPosition]: refs.errorMessageIconPosition,
18265
18258
  };
18266
18259
 
18267
18260
  var mappingsField$1 = /*#__PURE__*/Object.freeze({