@descope/web-components-ui 1.0.338 → 1.0.339

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
@@ -2611,7 +2611,7 @@ const EmailFieldClass = compose(
2611
2611
  mappings: textFieldMappings,
2612
2612
  }),
2613
2613
  draggableMixin,
2614
- composedProxyInputMixin({ proxyProps: ['value', 'selectionStart'] }),
2614
+ composedProxyInputMixin({ proxyProps: ['value', 'selectionStart'], useProxyTargets: true }),
2615
2615
  componentNameValidationMixin,
2616
2616
  customMixin$a
2617
2617
  )(
@@ -3174,7 +3174,7 @@ const TextFieldClass = compose(
3174
3174
  mappings: textFieldMappings,
3175
3175
  }),
3176
3176
  draggableMixin,
3177
- composedProxyInputMixin({ proxyProps: ['value', 'selectionStart'] }),
3177
+ composedProxyInputMixin({ proxyProps: ['value', 'selectionStart'], useProxyTargets: true }),
3178
3178
  componentNameValidationMixin,
3179
3179
  customMixin$9
3180
3180
  )(