@descope/web-components-ui 1.0.344 → 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
 
@@ -3677,7 +3677,7 @@ let EnrichedText$2 = class EnrichedText extends createBaseClass({ componentName:
3677
3677
  :host {
3678
3678
  display: inline-block;
3679
3679
  line-height: 1em;
3680
- word-break: break-all;
3680
+ word-break: break-word;
3681
3681
  }
3682
3682
  :host > slot {
3683
3683
  width: 100%;
@@ -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,