@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.
@@ -17564,7 +17564,11 @@
17564
17564
  if (lastIndex < text.length) parts.push(text.substring(lastIndex));
17565
17565
  return /*#__PURE__*/React__default.createElement(appStudio.Element, Object.assign({
17566
17566
  fontSize: useResponsive ? undefined : fontSize
17567
- }, containerProps, views == null ? void 0 : views.container, props), parts.map((part, idx) => typeof part === 'string' ? part : (/*#__PURE__*/React__default.createElement(TextComponent, Object.assign({
17567
+ }, containerProps, views == null ? void 0 : views.container, props), parts.map((part, idx) => typeof part === 'string' ? (/*#__PURE__*/React__default.createElement(TextComponent, {
17568
+ key: "text-" + idx,
17569
+ as: "span",
17570
+ display: "inline"
17571
+ }, part)) : (/*#__PURE__*/React__default.createElement(TextComponent, Object.assign({
17568
17572
  key: "highlight-" + idx,
17569
17573
  as: "span",
17570
17574
  display: "inline",