@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.
@@ -17510,7 +17510,6 @@
17510
17510
  fontSize: useResponsive ? undefined : fontSize,
17511
17511
  fontWeight: useResponsive ? responsiveStyles == null ? void 0 : responsiveStyles.fontWeight : 'bold',
17512
17512
  letterSpacing: useResponsive ? responsiveStyles == null ? void 0 : responsiveStyles.letterSpacing : undefined,
17513
- marginBottom: useResponsive ? responsiveStyles == null ? void 0 : responsiveStyles.marginBottom : undefined,
17514
17513
  media: useResponsive ? responsiveStyles == null ? void 0 : responsiveStyles.media : undefined
17515
17514
  });
17516
17515
  // Render highlighted text content (typewriter, slide, or plain)