promogame-player 1.0.26 → 1.0.27

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.
@@ -0,0 +1 @@
1
+ .w-full{width:100%}.h-full{height:100%}.items-center{align-items:center}.justify-center{justify-content:center}.text-center{text-align:center}.flex{display:flex}.hidden{display:none}
@@ -1,6 +1,6 @@
1
1
  import { jsx as di } from "react/jsx-runtime";
2
2
  import hi, { useEffect as Lr } from "react";
3
- var Dn = {}, hn = { exports: {} }, vi = hn.exports, Fr;
3
+ import '../../assets/default-loading.css';var Dn = {}, hn = { exports: {} }, vi = hn.exports, Fr;
4
4
  function pi() {
5
5
  return Fr || (Fr = 1, function(Ie, x) {
6
6
  (function(Ct, Le) {
@@ -6054,7 +6054,7 @@ function wi({
6054
6054
  q(X);
6055
6055
  }, [x, q]), Lr(() => {
6056
6056
  te && te(!!Ne);
6057
- }, [Ne, te]), /* @__PURE__ */ di(pe, { className: "h-full w-full flex items-center justify-center" });
6057
+ }, [Ne, te]), /* @__PURE__ */ di(pe, { className: "flex h-full w-full items-center justify-center" });
6058
6058
  }
6059
6059
  export {
6060
6060
  wi as default
@@ -3,6 +3,7 @@ import * as Qr from "react";
3
3
  import la, { useMemo as Vr, useEffect as Lr } from "react";
4
4
  import { graphql as hr } from "../../gql/gql.js";
5
5
  import { UnityGame as ha } from "./unity-game.js";
6
+ import "./default-loading.js";
6
7
  function da(t, e) {
7
8
  for (var r = 0; r < e.length; r++) {
8
9
  const n = e[r];
@@ -1675,7 +1676,7 @@ Array[Mt] || function(t) {
1675
1676
  } finally {
1676
1677
  return t;
1677
1678
  }
1678
- }(So()), { bind: Qu, noContext: Vu } = ut, Dt = new ut(), { hasOwnProperty: Do } = Object.prototype, Er = Array.from || function(t) {
1679
+ }(So()), { bind: Vu, noContext: Lu } = ut, Dt = new ut(), { hasOwnProperty: Do } = Object.prototype, Er = Array.from || function(t) {
1679
1680
  const e = [];
1680
1681
  return t.forEach((r) => e.push(r)), e;
1681
1682
  };
@@ -7340,7 +7341,7 @@ mutation UpdateParticipantInfo($email: String, $phone: String, $avatar: String,
7340
7341
  id
7341
7342
  }
7342
7343
  }
7343
- `), Lu = Qr.forwardRef(
7344
+ `), zu = Qr.forwardRef(
7344
7345
  ({
7345
7346
  className: t,
7346
7347
  campaignId: e,
@@ -7456,5 +7457,5 @@ mutation UpdateParticipantInfo($email: String, $phone: String, $avatar: String,
7456
7457
  }
7457
7458
  );
7458
7459
  export {
7459
- Lu as PromogamePlayer
7460
+ zu as PromogamePlayer
7460
7461
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "promogame-player",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "type": "module",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",