@app-studio/web 0.9.71 → 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.
package/dist/web.esm.js CHANGED
@@ -17542,7 +17542,6 @@ var TitleView = _ref => {
17542
17542
  fontSize: useResponsive ? undefined : fontSize,
17543
17543
  fontWeight: useResponsive ? responsiveStyles == null ? void 0 : responsiveStyles.fontWeight : 'bold',
17544
17544
  letterSpacing: useResponsive ? responsiveStyles == null ? void 0 : responsiveStyles.letterSpacing : undefined,
17545
- marginBottom: useResponsive ? responsiveStyles == null ? void 0 : responsiveStyles.marginBottom : undefined,
17546
17545
  media: useResponsive ? responsiveStyles == null ? void 0 : responsiveStyles.media : undefined
17547
17546
  });
17548
17547
  // Render highlighted text content (typewriter, slide, or plain)
@@ -17596,7 +17595,11 @@ var TitleView = _ref => {
17596
17595
  if (lastIndex < text.length) parts.push(text.substring(lastIndex));
17597
17596
  return /*#__PURE__*/React.createElement(Element, Object.assign({
17598
17597
  fontSize: useResponsive ? undefined : fontSize
17599
- }, containerProps, views == null ? void 0 : views.container, props), parts.map((part, idx) => typeof part === 'string' ? part : (/*#__PURE__*/React.createElement(TextComponent, Object.assign({
17598
+ }, containerProps, views == null ? void 0 : views.container, props), parts.map((part, idx) => typeof part === 'string' ? (/*#__PURE__*/React.createElement(TextComponent, {
17599
+ key: "text-" + idx,
17600
+ as: "span",
17601
+ display: "inline"
17602
+ }, part)) : (/*#__PURE__*/React.createElement(TextComponent, Object.assign({
17600
17603
  key: "highlight-" + idx,
17601
17604
  as: "span",
17602
17605
  display: "inline",