@descope/web-components-ui 1.131.0 → 1.132.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.
@@ -14712,7 +14712,7 @@ const vars$v = UserAttributeClass.cssVarList;
14712
14712
  const userAttribute = {
14713
14713
  [vars$v.labelMinWidth]: '150px',
14714
14714
  [vars$v.hostDirection]: globalRefs$i.direction,
14715
- [vars$v.contentMinWidth]: `calc(100% - ${useVar(vars$v.labelMinWidth)})`,
14715
+ [vars$v.contentMinWidth]: `calc(100% - ${useVar(vars$v.labelMinWidth)} - ${useVar(vars$v.itemsGap)})`,
14716
14716
  [vars$v.badgeMaxWidth]: '85px',
14717
14717
  [vars$v.itemsGap]: '4px',
14718
14718
  [vars$v.hostMinWidth]: '310px',