@descope/web-components-ui 1.20.0 → 1.22.0

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.
@@ -9792,15 +9792,15 @@ const PhoneFieldClass = compose$1(
9792
9792
  hostDirection: { ...host$e, property: 'direction' },
9793
9793
 
9794
9794
  inputBorderStyle: [
9795
- { ...internalAfter, property: 'outline-style' },
9795
+ { ...internalAfter, property: 'border-style' },
9796
9796
  { ...separator$1, property: 'border-left-style' },
9797
9797
  ],
9798
9798
  inputBorderWidth: [
9799
- { ...internalAfter, property: 'outline-width' },
9799
+ { ...internalAfter, property: 'border-width' },
9800
9800
  { ...separator$1, property: 'border-left-width' },
9801
9801
  ],
9802
9802
  inputBorderColor: [
9803
- { ...internalAfter, property: 'outline-color' },
9803
+ { ...internalAfter, property: 'border-color' },
9804
9804
  { ...separator$1, property: 'border-left-color' },
9805
9805
  ],
9806
9806
  inputBorderRadius: [