react-social-embeds 1.0.8 → 1.0.9

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
@@ -2758,7 +2758,6 @@ function InstagramEmbed({
2758
2758
  display: "block",
2759
2759
  borderRadius: disableCard ? void 0 : 8
2760
2760
  },
2761
- allowTransparency: true,
2762
2761
  allow: "encrypted-media",
2763
2762
  title: "Instagram post"
2764
2763
  }
package/dist/index.mjs CHANGED
@@ -2692,7 +2692,6 @@ function InstagramEmbed({
2692
2692
  display: "block",
2693
2693
  borderRadius: disableCard ? void 0 : 8
2694
2694
  },
2695
- allowTransparency: true,
2696
2695
  allow: "encrypted-media",
2697
2696
  title: "Instagram post"
2698
2697
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-social-embeds",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "Unified React embeds for social media content",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",