speakid-build-a-sentence 1.0.4 → 1.0.5
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/Game.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
export interface GameProps {
|
|
2
3
|
logoUrl?: string;
|
|
3
4
|
showLogo?: boolean;
|
|
4
5
|
baseURL?: string;
|
|
5
6
|
}
|
|
6
|
-
export default function Game(props?: GameProps):
|
|
7
|
+
export default function Game(props?: GameProps): React.JSX.Element;
|
|
7
8
|
//# sourceMappingURL=Game.d.ts.map
|
package/dist/Game.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Game.d.ts","sourceRoot":"","sources":["../src/Game.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Game.d.ts","sourceRoot":"","sources":["../src/Game.tsx"],"names":[],"mappings":"AAMA,OAAO,KAA+C,MAAM,OAAO,CAAC;AA4CpE,MAAM,WAAW,SAAS;IACxB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,KAAK,GAAE,SAAc,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAg+BrE"}
|
|
@@ -1073,7 +1073,7 @@ function wn(p = {}) {
|
|
|
1073
1073
|
] }), Ke = on(
|
|
1074
1074
|
() => {
|
|
1075
1075
|
let n = l;
|
|
1076
|
-
return n || (T ? n = `${T.endsWith("/") ? T.slice(0, -1) : T}/logo.svg` : n = `${window.origin}/browser/speakid/games/magic%20sentence/logo.svg`), /* @__PURE__ */ s.jsx("div", { style: {
|
|
1076
|
+
return n || (T ? n = `${T.endsWith("/") ? T.slice(0, -1) : T}/logo.svg` : typeof window < "u" && window.origin && (n = `${window.origin}/browser/speakid/games/magic%20sentence/logo.svg`)), /* @__PURE__ */ s.jsx("div", { style: {
|
|
1077
1077
|
...h.gmLogoFixed,
|
|
1078
1078
|
display: !S || r && window.innerWidth > window.innerHeight || window.innerHeight < 700 ? "none" : "block"
|
|
1079
1079
|
}, children: n ? /* @__PURE__ */ s.jsx(
|