@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.cjs.development.js +5 -1
- package/dist/web.cjs.development.js.map +1 -1
- package/dist/web.cjs.production.min.js +1 -1
- package/dist/web.cjs.production.min.js.map +1 -1
- package/dist/web.esm.js +5 -1
- package/dist/web.esm.js.map +1 -1
- package/dist/web.umd.development.js +5 -1
- package/dist/web.umd.development.js.map +1 -1
- package/dist/web.umd.production.min.js +1 -1
- package/dist/web.umd.production.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -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' ?
|
|
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",
|