@descope/web-components-ui 1.0.345 → 1.0.346

Sign up to get free protection for your applications and to get access to all the features.
@@ -4565,7 +4565,7 @@ const ContainerClass = compose(
4565
4565
  hostHeight: { selector: () => ':host', property: 'height' },
4566
4566
  hostWidth: { selector: () => ':host', property: 'width' },
4567
4567
  hostDirection: { selector: () => ':host', property: 'direction' },
4568
-
4568
+ itemsGrow: { selector: () => '::slotted(*)', property: 'flex-grow', fallback: '0' },
4569
4569
  verticalPadding: [{ property: 'padding-top' }, { property: 'padding-bottom' }],
4570
4570
  horizontalPadding: [{ property: 'padding-left' }, { property: 'padding-right' }],
4571
4571
 
@@ -4620,6 +4620,7 @@ const { shadowColor: shadowColor$1 } = helperRefs$2;
4620
4620
  const container = {
4621
4621
  ...helperTheme$2,
4622
4622
 
4623
+ [compVars$4.itemsGrow]: '0',
4623
4624
  [compVars$4.hostWidth]: '100%',
4624
4625
  [compVars$4.boxShadow]: 'none',
4625
4626
  [compVars$4.backgroundColor]: globalRefs$n.colors.surface.main,