@bfrs/agentic-components 0.4.2 → 0.4.3

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.
@@ -125,7 +125,6 @@ export type BfrsCustomElementRegistryOptions = {
125
125
  declare abstract class ReactCustomElement extends HTMLElement {
126
126
  private root;
127
127
  private mountNode;
128
- private shadow;
129
128
  private initialText;
130
129
  private initialHtml;
131
130
  private hasCapturedInitialContent;