@plasmicapp/react-web 0.2.128 → 0.2.130
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/react-web.cjs.development.js +2 -2
- package/dist/react-web.cjs.development.js.map +1 -1
- package/dist/react-web.cjs.production.min.js +1 -1
- package/dist/react-web.cjs.production.min.js.map +1 -1
- package/dist/react-web.esm.js +2 -2
- package/dist/react-web.esm.js.map +1 -1
- package/package.json +4 -4
- package/skinny/dist/index.js +2 -2
- package/skinny/dist/index.js.map +1 -1
package/dist/react-web.esm.js
CHANGED
|
@@ -1412,7 +1412,7 @@ function renderPlasmicSlot(opts) {
|
|
|
1412
1412
|
var maybeString = maybeAsString(content);
|
|
1413
1413
|
|
|
1414
1414
|
if (maybeString) {
|
|
1415
|
-
content = createElement("
|
|
1415
|
+
content = createElement("span", {
|
|
1416
1416
|
className: "__wab_slot-string-wrapper"
|
|
1417
1417
|
}, maybeString);
|
|
1418
1418
|
}
|
|
@@ -1427,7 +1427,7 @@ function renderPlasmicSlot(opts) {
|
|
|
1427
1427
|
return createElement(Fragment, null, content);
|
|
1428
1428
|
}
|
|
1429
1429
|
|
|
1430
|
-
return createElement(as || "
|
|
1430
|
+
return createElement(as || "span", mergeProps({
|
|
1431
1431
|
className: "__wab_slot"
|
|
1432
1432
|
}, rest), content);
|
|
1433
1433
|
}
|