@builder.io/sdk-solid 0.0.8-18 → 0.0.8-19
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
|
@@ -243,7 +243,7 @@ function RenderContent(props) {
|
|
|
243
243
|
<Show when={state.useContent}>
|
|
244
244
|
<div onClick={event => track("click", {
|
|
245
245
|
contentId: state.useContent.id
|
|
246
|
-
})}
|
|
246
|
+
})} builder-content-id={state.useContent?.id}>
|
|
247
247
|
<Show when={state.shouldRenderContentStyles}>
|
|
248
248
|
<RenderContentStyles cssCode={state.useContent?.data?.cssCode} customFonts={state.useContent?.data?.customFonts}></RenderContentStyles>
|
|
249
249
|
</Show>
|