@scrabble-solver/scrabble-solver 2.11.7 → 2.11.8
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/.next/BUILD_ID +1 -1
- package/.next/build-manifest.json +6 -6
- package/.next/cache/.tsbuildinfo +1 -1
- package/.next/cache/eslint/.cache_8dgz12 +1 -1
- package/.next/cache/next-server.js.nft.json +1 -1
- package/.next/cache/webpack/client-production/0.pack +0 -0
- package/.next/cache/webpack/client-production/index.pack +0 -0
- package/.next/cache/webpack/edge-server-production/0.pack +0 -0
- package/.next/cache/webpack/edge-server-production/index.pack +0 -0
- package/.next/cache/webpack/server-production/0.pack +0 -0
- package/.next/cache/webpack/server-production/index.pack +0 -0
- package/.next/next-server.js.nft.json +1 -1
- package/.next/prerender-manifest.json +1 -1
- package/.next/routes-manifest.json +1 -1
- package/.next/server/chunks/277.js +73 -30
- package/.next/server/chunks/865.js +153 -115
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/pages/404.html +1 -1
- package/.next/server/pages/404.js.nft.json +1 -1
- package/.next/server/pages/500.html +1 -1
- package/.next/server/pages/_app.js.nft.json +1 -1
- package/.next/server/pages/api/solve.js +1 -0
- package/.next/server/pages/index.html +1 -1
- package/.next/server/pages/index.js +27 -6
- package/.next/server/pages/index.js.nft.json +1 -1
- package/.next/server/pages/index.json +1 -1
- package/.next/server/pages-manifest.json +2 -2
- package/.next/static/{uhB6d-q63uRC6RubwepLq → 5ttGCAW8jcIKxpR8om9fK}/_buildManifest.js +1 -1
- package/.next/static/chunks/pages/_app-76a8840b6244d5a2.js +28 -0
- package/.next/static/chunks/pages/index-6894f40e6cac9243.js +1 -0
- package/.next/static/css/{edaeaa48321b4cf2.css → af871fef886ef5b7.css} +2 -2
- package/.next/static/css/c6e0e01f44fc0425.css +1 -0
- package/.next/trace +50 -50
- package/package.json +9 -9
- package/src/components/Board/hooks/useBackgroundImage.tsx +13 -9
- package/src/components/Board/hooks/useGrid.ts +17 -1
- package/src/components/Key/Key.module.scss +7 -11
- package/src/components/Rack/Rack.tsx +4 -1
- package/src/components/Rack/RackTile.tsx +12 -2
- package/src/components/Tile/Tile.module.scss +4 -0
- package/src/lib/index.ts +1 -0
- package/src/lib/isCtrl.ts +7 -0
- package/src/modals/KeyMapModal/KeyMapModal.tsx +20 -4
- package/src/modals/KeyMapModal/components/Mapping/Mapping.module.scss +10 -4
- package/src/styles/variables.scss +2 -0
- package/.next/static/chunks/pages/_app-e89a3c225b87516a.js +0 -28
- package/.next/static/chunks/pages/index-58744f49bf6b891f.js +0 -1
- package/.next/static/css/34adfcf12a7d9bb6.css +0 -1
- /package/.next/static/{uhB6d-q63uRC6RubwepLq → 5ttGCAW8jcIKxpR8om9fK}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
5ttGCAW8jcIKxpR8om9fK
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/5ttGCAW8jcIKxpR8om9fK/_buildManifest.js",
|
|
9
|
+
"static/5ttGCAW8jcIKxpR8om9fK/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"static/chunks/webpack-6ef43a8d4a395f49.js",
|
|
15
15
|
"static/chunks/framework-2c5cac93e8c637b5.js",
|
|
16
16
|
"static/chunks/main-0ecb9ccfcb6c9b24.js",
|
|
17
|
-
"static/css/
|
|
18
|
-
"static/chunks/pages/index-
|
|
17
|
+
"static/css/c6e0e01f44fc0425.css",
|
|
18
|
+
"static/chunks/pages/index-6894f40e6cac9243.js"
|
|
19
19
|
],
|
|
20
20
|
"/404": [
|
|
21
21
|
"static/chunks/webpack-6ef43a8d4a395f49.js",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"static/chunks/webpack-6ef43a8d4a395f49.js",
|
|
28
28
|
"static/chunks/framework-2c5cac93e8c637b5.js",
|
|
29
29
|
"static/chunks/main-0ecb9ccfcb6c9b24.js",
|
|
30
|
-
"static/css/
|
|
31
|
-
"static/chunks/pages/_app-
|
|
30
|
+
"static/css/af871fef886ef5b7.css",
|
|
31
|
+
"static/chunks/pages/_app-76a8840b6244d5a2.js"
|
|
32
32
|
],
|
|
33
33
|
"/_error": [
|
|
34
34
|
"static/chunks/webpack-6ef43a8d4a395f49.js",
|