@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.
package/dist/index.esm.js CHANGED
@@ -21777,7 +21777,7 @@ const vars$v = UserAttributeClass.cssVarList;
21777
21777
  const userAttribute = {
21778
21778
  [vars$v.labelMinWidth]: '150px',
21779
21779
  [vars$v.hostDirection]: globalRefs$i.direction,
21780
- [vars$v.contentMinWidth]: `calc(100% - ${useVar(vars$v.labelMinWidth)})`,
21780
+ [vars$v.contentMinWidth]: `calc(100% - ${useVar(vars$v.labelMinWidth)} - ${useVar(vars$v.itemsGap)})`,
21781
21781
  [vars$v.badgeMaxWidth]: '85px',
21782
21782
  [vars$v.itemsGap]: '4px',
21783
21783
  [vars$v.hostMinWidth]: '310px',