@cuemath/leap 2.9.5-hg1 → 2.9.5-hg2
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.
@@ -1,4 +1,4 @@
|
|
1
|
-
const A = 296, _ = 400, E = window.innerWidth > 600
|
1
|
+
const A = 296, _ = 400, E = window.innerWidth > 600 && window.innerHeight > 800 ? 400 : 296, L = E;
|
2
2
|
export {
|
3
3
|
L as GAME_LAUNCHER_SIZE,
|
4
4
|
_ as GAME_LAUNCHER_SIZE_LARGE,
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"constants.js","sources":["../../../../../../src/features/circle-games/game-launcher/comps/card-container/constants.ts"],"sourcesContent":["export const GAME_LAUNCHER_SIZE_SMALL = 296;\nexport const GAME_LAUNCHER_SIZE_LARGE = 400;\n\nconst CARD_CONTAINER_SIZE =\n window.innerWidth > 600
|
1
|
+
{"version":3,"file":"constants.js","sources":["../../../../../../src/features/circle-games/game-launcher/comps/card-container/constants.ts"],"sourcesContent":["export const GAME_LAUNCHER_SIZE_SMALL = 296;\nexport const GAME_LAUNCHER_SIZE_LARGE = 400;\n\nconst CARD_CONTAINER_SIZE =\n window.innerWidth > 600 && window.innerHeight > 800\n ? GAME_LAUNCHER_SIZE_LARGE\n : GAME_LAUNCHER_SIZE_SMALL;\n\nexport const GAME_LAUNCHER_SIZE = CARD_CONTAINER_SIZE;\n"],"names":["GAME_LAUNCHER_SIZE_SMALL","GAME_LAUNCHER_SIZE_LARGE","CARD_CONTAINER_SIZE","GAME_LAUNCHER_SIZE"],"mappings":"AAAO,MAAMA,IAA2B,KAC3BC,IAA2B,KAElCC,IACJ,OAAO,aAAa,OAAO,OAAO,cAAc,MAC5C,MACA,KAEOC,IAAqBD;"}
|