@descope/web-components-ui 1.0.344 → 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,
@@ -5000,7 +5001,7 @@ let EnrichedText$2 = class EnrichedText extends createBaseClass({ componentName:
5000
5001
  :host {
5001
5002
  display: inline-block;
5002
5003
  line-height: 1em;
5003
- word-break: break-all;
5004
+ word-break: break-word;
5004
5005
  }
5005
5006
  :host > slot {
5006
5007
  width: 100%;