@1sat/sweep-ui 0.0.57 → 0.0.58

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.js CHANGED
@@ -544,7 +544,7 @@ function OrdinalCard({
544
544
  src: ordinal.contentUrl,
545
545
  title: ordinal.name || "Ordinal",
546
546
  className: "w-full h-full border-0 pointer-events-none",
547
- sandbox: "allow-scripts",
547
+ sandbox: "",
548
548
  loading: "lazy"
549
549
  })
550
550
  }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1sat/sweep-ui",
3
- "version": "0.0.57",
3
+ "version": "0.0.58",
4
4
  "description": "Sweep UI components for migrating legacy BSV assets",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",
@@ -48,7 +48,7 @@ function OrdinalCard({
48
48
  src={ordinal.contentUrl}
49
49
  title={ordinal.name || 'Ordinal'}
50
50
  className="w-full h-full border-0 pointer-events-none"
51
- sandbox="allow-scripts"
51
+ sandbox=""
52
52
  loading="lazy"
53
53
  />
54
54
  )}