@descope/web-components-ui 1.131.0 → 1.133.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.
@@ -6669,6 +6669,10 @@ const container = {
6669
6669
  [compVars$8.borderRadius]: '0px',
6670
6670
  [compVars$8.hostDirection]: globalRefs$B.direction,
6671
6671
 
6672
+ [compVars$8.borderStyle]: 'none',
6673
+ [compVars$8.borderWidth]: 'unset',
6674
+ [compVars$8.borderColor]: 'unset',
6675
+
6672
6676
  verticalPadding: {
6673
6677
  sm: { [compVars$8.verticalPadding]: '5px' },
6674
6678
  md: { [compVars$8.verticalPadding]: '10px' },
@@ -14712,7 +14716,7 @@ const vars$v = UserAttributeClass.cssVarList;
14712
14716
  const userAttribute = {
14713
14717
  [vars$v.labelMinWidth]: '150px',
14714
14718
  [vars$v.hostDirection]: globalRefs$i.direction,
14715
- [vars$v.contentMinWidth]: `calc(100% - ${useVar(vars$v.labelMinWidth)})`,
14719
+ [vars$v.contentMinWidth]: `calc(100% - ${useVar(vars$v.labelMinWidth)} - ${useVar(vars$v.itemsGap)})`,
14716
14720
  [vars$v.badgeMaxWidth]: '85px',
14717
14721
  [vars$v.itemsGap]: '4px',
14718
14722
  [vars$v.hostMinWidth]: '310px',