@pepperi-addons/ngx-composite-lib-react 0.5.25 → 0.5.27

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pepperi-addons/ngx-composite-lib-react",
3
- "version": "0.5.25",
3
+ "version": "0.5.27",
4
4
  "description": "Thin React wrappers for Pepperi Angular Elements (Web Components) to improve DX in React.",
5
5
  "license": "MIT",
6
6
  "author": "Pepperi",
@@ -426,6 +426,7 @@ export class PepLayoutBuilder2 extends React.Component {
426
426
  return existing;
427
427
  }
428
428
  const container = document.createElement('div');
429
+ container.style.display = 'contents';
429
430
  host.replaceChildren(container);
430
431
  const root = this.getLegacyRoot(container);
431
432
  const entry = { container, root };