@optilogic/core 1.0.0-beta.16 → 1.0.0-beta.17

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/index.cjs CHANGED
@@ -7549,7 +7549,7 @@ function HtmlRenderer({
7549
7549
  "iframe",
7550
7550
  {
7551
7551
  srcDoc: content ?? "",
7552
- sandbox: "",
7552
+ sandbox: "allow-scripts",
7553
7553
  title: fileName,
7554
7554
  className: cn("h-full w-full border-0", className)
7555
7555
  }