@descope/web-components-ui 1.0.345 → 1.0.346

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
@@ -2303,7 +2303,7 @@ const ContainerClass = compose(
2303
2303
  hostHeight: { selector: () => ':host', property: 'height' },
2304
2304
  hostWidth: { selector: () => ':host', property: 'width' },
2305
2305
  hostDirection: { selector: () => ':host', property: 'direction' },
2306
-
2306
+ itemsGrow: { selector: () => '::slotted(*)', property: 'flex-grow', fallback: '0' },
2307
2307
  verticalPadding: [{ property: 'padding-top' }, { property: 'padding-bottom' }],
2308
2308
  horizontalPadding: [{ property: 'padding-left' }, { property: 'padding-right' }],
2309
2309
 
@@ -12527,6 +12527,7 @@ const { shadowColor: shadowColor$1 } = helperRefs$2;
12527
12527
  const container = {
12528
12528
  ...helperTheme$2,
12529
12529
 
12530
+ [compVars$4.itemsGrow]: '0',
12530
12531
  [compVars$4.hostWidth]: '100%',
12531
12532
  [compVars$4.boxShadow]: 'none',
12532
12533
  [compVars$4.backgroundColor]: globalRefs$n.colors.surface.main,