@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.
- package/dist/custom-elements.d.ts +0 -1
- package/dist/custom-elements.js +1419 -1420
- package/dist/custom-elements.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -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;
|