@descope/web-components-ui 1.37.0 → 1.38.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
@@ -21840,11 +21840,12 @@ const AutocompleteFieldClass = compose(
21840
21840
  }
21841
21841
 
21842
21842
  descope-autocomplete-field-internal {
21843
- display: inline-block;
21844
- box-sizing: border-box;
21845
- user-select: none;
21846
- max-width: 100%;
21847
- }
21843
+ display: inline-block;
21844
+ box-sizing: border-box;
21845
+ user-select: none;
21846
+ width: 100%;
21847
+ max-width: 100%;
21848
+ }
21848
21849
 
21849
21850
  descope-autocomplete-field-internal ::slotted {
21850
21851
  padding: 0;
@@ -22342,6 +22343,7 @@ const AddressFieldClass = compose(
22342
22343
  display: inline-block;
22343
22344
  box-sizing: border-box;
22344
22345
  user-select: none;
22346
+ width: 100%;
22345
22347
  max-width: 100%;
22346
22348
  }
22347
22349