@gxpl/sdk 0.0.3 → 0.0.4

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
@@ -4863,6 +4863,7 @@ function Fill({ fill, itemId, background, solidTransition }) {
4863
4863
  opacity: fill.opacity
4864
4864
  } : { background },
4865
4865
  position: "absolute",
4866
+ borderRadius: "inherit",
4866
4867
  mixBlendMode: fill.blendMode,
4867
4868
  top: 0,
4868
4869
  left: 0,
package/dist/index.mjs CHANGED
@@ -4844,6 +4844,7 @@ function Fill({ fill, itemId, background, solidTransition }) {
4844
4844
  opacity: fill.opacity
4845
4845
  } : { background },
4846
4846
  position: "absolute",
4847
+ borderRadius: "inherit",
4847
4848
  mixBlendMode: fill.blendMode,
4848
4849
  top: 0,
4849
4850
  left: 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gxpl/sdk",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Generic SDK for use in public websites.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",