@descope/web-components-ui 1.0.337 → 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.
@@ -3274,7 +3274,7 @@ const TextFieldClass = compose(
3274
3274
  mappings: textFieldMappings,
3275
3275
  }),
3276
3276
  draggableMixin,
3277
- composedProxyInputMixin({ proxyProps: ['value', 'selectionStart'] }),
3277
+ composedProxyInputMixin({ proxyProps: ['value', 'selectionStart'], useProxyTargets: true }),
3278
3278
  componentNameValidationMixin,
3279
3279
  customMixin$a
3280
3280
  )(
@@ -3863,7 +3863,7 @@ const EmailFieldClass = compose(
3863
3863
  mappings: textFieldMappings,
3864
3864
  }),
3865
3865
  draggableMixin,
3866
- composedProxyInputMixin({ proxyProps: ['value', 'selectionStart'] }),
3866
+ composedProxyInputMixin({ proxyProps: ['value', 'selectionStart'], useProxyTargets: true }),
3867
3867
  componentNameValidationMixin,
3868
3868
  customMixin$8
3869
3869
  )(