@descope/web-components-ui 1.0.356 → 1.0.357

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
@@ -5763,7 +5763,7 @@ let PhoneFieldInternal$1 = class PhoneFieldInternal extends BaseInputClass$6 {
5763
5763
  this.inputs = [this.countryCodeInput, this.phoneNumberInput];
5764
5764
 
5765
5765
  forwardAttrs(this, this.countryCodeInput, { includeAttrs: ['label-type'] });
5766
- forwardAttrs(this, this.phoneNumberInput, { includeAttrs: ['label-type'] });
5766
+ forwardAttrs(this, this.phoneNumberInput, { includeAttrs: ['label-type', 'required'] });
5767
5767
 
5768
5768
  // override combo box setter to display dialCode value in input
5769
5769
  this.countryCodeInput.customValueTransformFn = (val) => {