@app-studio/web 0.9.67 → 0.9.68

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/web.esm.js CHANGED
@@ -19664,16 +19664,17 @@ var TitleView = _ref => {
19664
19664
  // Get the text to display
19665
19665
  var text = typeof finalDisplayedText === 'string' ? finalDisplayedText : typeof children === 'string' ? children : '';
19666
19666
  // Common container props
19667
- var containerProps = {
19667
+ var containerProps = Object.assign({
19668
19668
  ref,
19669
19669
  as: 'h1',
19670
+ animate: inView ? controlledAnimate : undefined
19671
+ }, !textComponent && {
19670
19672
  fontSize: useResponsive ? undefined : fontSize,
19671
19673
  fontWeight: useResponsive ? responsiveStyles == null ? void 0 : responsiveStyles.fontWeight : 'bold',
19672
19674
  letterSpacing: useResponsive ? responsiveStyles == null ? void 0 : responsiveStyles.letterSpacing : undefined,
19673
19675
  marginBottom: useResponsive ? responsiveStyles == null ? void 0 : responsiveStyles.marginBottom : undefined,
19674
- animate: inView ? controlledAnimate : undefined,
19675
19676
  media: useResponsive ? responsiveStyles == null ? void 0 : responsiveStyles.media : undefined
19676
- };
19677
+ });
19677
19678
  // Render highlighted text content (typewriter, slide, or plain)
19678
19679
  var renderHighlightedContent = content => {
19679
19680
  // If animations are enabled but not in view, render invisible placeholder