@app-studio/web 0.9.72 → 0.9.73

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.
@@ -17549,7 +17549,6 @@ var TitleView = _ref => {
17549
17549
  fontSize: useResponsive ? undefined : fontSize,
17550
17550
  fontWeight: useResponsive ? responsiveStyles == null ? void 0 : responsiveStyles.fontWeight : 'bold',
17551
17551
  letterSpacing: useResponsive ? responsiveStyles == null ? void 0 : responsiveStyles.letterSpacing : undefined,
17552
- marginBottom: useResponsive ? responsiveStyles == null ? void 0 : responsiveStyles.marginBottom : undefined,
17553
17552
  media: useResponsive ? responsiveStyles == null ? void 0 : responsiveStyles.media : undefined
17554
17553
  });
17555
17554
  // Render highlighted text content (typewriter, slide, or plain)