@app-studio/web 0.9.83 → 0.9.84
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 +3 -3
- 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 +3 -3
- package/dist/web.esm.js.map +1 -1
- package/dist/web.umd.development.js +3 -3
- 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
|
@@ -17543,11 +17543,11 @@
|
|
|
17543
17543
|
lastIndex = match.index + match[0].length;
|
|
17544
17544
|
}
|
|
17545
17545
|
if (lastIndex < text.length) parts.push(text.substring(lastIndex));
|
|
17546
|
-
return /*#__PURE__*/React__default.createElement(appStudio.Element, Object.assign({}, containerProps, views == null ? void 0 : views.container, props), parts.map((part, idx) => typeof part === 'string' ? (/*#__PURE__*/React__default.createElement(appStudio.Text, {
|
|
17546
|
+
return /*#__PURE__*/React__default.createElement(appStudio.Element, Object.assign({}, containerProps, views == null ? void 0 : views.container, props), parts.map((part, idx) => typeof part === 'string' ? (/*#__PURE__*/React__default.createElement(appStudio.Text, Object.assign({
|
|
17547
17547
|
key: "text-" + idx,
|
|
17548
17548
|
as: "span",
|
|
17549
17549
|
display: "inline"
|
|
17550
|
-
}, renderWithLineBreaks(part))) : (/*#__PURE__*/React__default.createElement(appStudio.Text, Object.assign({
|
|
17550
|
+
}, views == null ? void 0 : views.text), renderWithLineBreaks(part))) : (/*#__PURE__*/React__default.createElement(appStudio.Text, Object.assign({
|
|
17551
17551
|
key: "highlight-" + idx,
|
|
17552
17552
|
as: "span",
|
|
17553
17553
|
display: "inline",
|
|
@@ -17563,7 +17563,7 @@
|
|
|
17563
17563
|
}, !highlightSlide ? highlightProps : {}, views == null ? void 0 : views.highlight), renderHighlightedContent(text)));
|
|
17564
17564
|
}
|
|
17565
17565
|
// Case 3: Default - no highlighting
|
|
17566
|
-
return /*#__PURE__*/React__default.createElement(appStudio.Text, Object.assign({}, containerProps, props, views == null ? void 0 : views.container), renderWithLineBreaks(text));
|
|
17566
|
+
return /*#__PURE__*/React__default.createElement(appStudio.Text, Object.assign({}, containerProps, props, views == null ? void 0 : views.container, views == null ? void 0 : views.text), renderWithLineBreaks(text));
|
|
17567
17567
|
};
|
|
17568
17568
|
|
|
17569
17569
|
/**
|