@app-studio/web 0.9.71 → 0.9.72

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
@@ -17596,7 +17596,11 @@ var TitleView = _ref => {
17596
17596
  if (lastIndex < text.length) parts.push(text.substring(lastIndex));
17597
17597
  return /*#__PURE__*/React.createElement(Element, Object.assign({
17598
17598
  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({
17599
+ }, containerProps, views == null ? void 0 : views.container, props), parts.map((part, idx) => typeof part === 'string' ? (/*#__PURE__*/React.createElement(TextComponent, {
17600
+ key: "text-" + idx,
17601
+ as: "span",
17602
+ display: "inline"
17603
+ }, part)) : (/*#__PURE__*/React.createElement(TextComponent, Object.assign({
17600
17604
  key: "highlight-" + idx,
17601
17605
  as: "span",
17602
17606
  display: "inline",