@descope/web-components-ui 1.0.130 → 1.0.131

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
@@ -4788,7 +4788,7 @@ const PhoneFieldClass = compose(
4788
4788
  wrappedEleName: 'vaadin-text-field',
4789
4789
  style: () => `
4790
4790
  :host {
4791
- display: inline-block;
4791
+ display: inline-flex;
4792
4792
  max-width: 100%;
4793
4793
  min-width: 15em;
4794
4794
  box-sizing: border-box;