@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.
package/dist/index.esm.js CHANGED
@@ -10470,15 +10470,15 @@ const PhoneFieldClass = compose$1(
10470
10470
  hostDirection: { ...host$d, property: 'direction' },
10471
10471
 
10472
10472
  inputBorderStyle: [
10473
- { ...internalAfter, property: 'outline-style' },
10473
+ { ...internalAfter, property: 'border-style' },
10474
10474
  { ...separator$1, property: 'border-left-style' },
10475
10475
  ],
10476
10476
  inputBorderWidth: [
10477
- { ...internalAfter, property: 'outline-width' },
10477
+ { ...internalAfter, property: 'border-width' },
10478
10478
  { ...separator$1, property: 'border-left-width' },
10479
10479
  ],
10480
10480
  inputBorderColor: [
10481
- { ...internalAfter, property: 'outline-color' },
10481
+ { ...internalAfter, property: 'border-color' },
10482
10482
  { ...separator$1, property: 'border-left-color' },
10483
10483
  ],
10484
10484
  inputBorderRadius: [