@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
|
@@ -17603,7 +17603,11 @@ var TitleView = _ref => {
|
|
|
17603
17603
|
if (lastIndex < text.length) parts.push(text.substring(lastIndex));
|
|
17604
17604
|
return /*#__PURE__*/React__default.createElement(appStudio.Element, Object.assign({
|
|
17605
17605
|
fontSize: useResponsive ? undefined : fontSize
|
|
17606
|
-
}, containerProps, views == null ? void 0 : views.container, props), parts.map((part, idx) => typeof part === 'string' ?
|
|
17606
|
+
}, containerProps, views == null ? void 0 : views.container, props), parts.map((part, idx) => typeof part === 'string' ? (/*#__PURE__*/React__default.createElement(TextComponent, {
|
|
17607
|
+
key: "text-" + idx,
|
|
17608
|
+
as: "span",
|
|
17609
|
+
display: "inline"
|
|
17610
|
+
}, part)) : (/*#__PURE__*/React__default.createElement(TextComponent, Object.assign({
|
|
17607
17611
|
key: "highlight-" + idx,
|
|
17608
17612
|
as: "span",
|
|
17609
17613
|
display: "inline",
|