@hyve-sdk/js 2.5.0-canary.5 → 2.5.0

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/react.js CHANGED
@@ -2246,6 +2246,7 @@ function buildIframeHtml(js) {
2246
2246
  display: flex;
2247
2247
  align-items: center;
2248
2248
  justify-content: center;
2249
+ background-color: #111827;
2249
2250
  }
2250
2251
  #container { width: 100%; max-width: 480px; margin: 0 auto; text-align: center; }
2251
2252
  #container > * { position: relative !important; top: auto !important; right: auto !important; bottom: auto !important; left: auto !important; }
package/dist/react.mjs CHANGED
@@ -2224,6 +2224,7 @@ function buildIframeHtml(js) {
2224
2224
  display: flex;
2225
2225
  align-items: center;
2226
2226
  justify-content: center;
2227
+ background-color: #111827;
2227
2228
  }
2228
2229
  #container { width: 100%; max-width: 480px; margin: 0 auto; text-align: center; }
2229
2230
  #container > * { position: relative !important; top: auto !important; right: auto !important; bottom: auto !important; left: auto !important; }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyve-sdk/js",
3
- "version": "2.5.0-canary.5",
3
+ "version": "2.5.0",
4
4
  "description": "Hyve SDK - TypeScript wrapper for Hyve game server integration",
5
5
  "private": false,
6
6
  "publishConfig": {