@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.
@@ -19351,11 +19351,12 @@ const AutocompleteFieldClass = compose(
19351
19351
  }
19352
19352
 
19353
19353
  descope-autocomplete-field-internal {
19354
- display: inline-block;
19355
- box-sizing: border-box;
19356
- user-select: none;
19357
- max-width: 100%;
19358
- }
19354
+ display: inline-block;
19355
+ box-sizing: border-box;
19356
+ user-select: none;
19357
+ width: 100%;
19358
+ max-width: 100%;
19359
+ }
19359
19360
 
19360
19361
  descope-autocomplete-field-internal ::slotted {
19361
19362
  padding: 0;
@@ -19853,6 +19854,7 @@ const AddressFieldClass = compose(
19853
19854
  display: inline-block;
19854
19855
  box-sizing: border-box;
19855
19856
  user-select: none;
19857
+ width: 100%;
19856
19858
  max-width: 100%;
19857
19859
  }
19858
19860