@scrabble-solver/scrabble-solver 2.8.3 → 2.8.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/.next/BUILD_ID +1 -1
- package/.next/build-manifest.json +10 -10
- 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/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/206.js +98 -97
- package/.next/server/chunks/413.js +5 -4
- package/.next/server/chunks/515.js +135 -53
- package/.next/server/chunks/907.js +2 -2
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/pages/404.html +5 -1
- package/.next/server/pages/404.js.nft.json +1 -1
- package/.next/server/pages/500.html +2 -2
- package/.next/server/pages/_app.js.nft.json +1 -1
- package/.next/server/pages/_error.js.nft.json +1 -1
- package/.next/server/pages/api/dictionary/[locale]/[word].js +1 -1
- package/.next/server/pages/api/solve.js +50 -94
- package/.next/server/pages/index.html +17 -1
- package/.next/server/pages/index.js +5 -12
- package/.next/server/pages/index.js.nft.json +1 -1
- package/.next/server/pages/index.json +1 -1
- package/.next/static/TzKQ3IntkvaYmHBkWpfoi/_buildManifest.js +1 -0
- package/.next/static/{OhUvTNKwyrrzmNwKBnpUU → TzKQ3IntkvaYmHBkWpfoi}/_ssgManifest.js +0 -0
- package/.next/static/chunks/56-2d34867599a0ac66.js +1 -0
- package/.next/static/chunks/pages/{404-02d949d2fe59e960.js → 404-30c06e61d256c5b2.js} +1 -1
- package/.next/static/chunks/pages/_app-6ffa2ab900772b67.js +1 -0
- package/.next/static/chunks/pages/{index-75517525489ab316.js → index-13ea7770a65c69ee.js} +1 -1
- package/.next/static/css/{d676d43c6b9c9a57.css → 551d09cac435debb.css} +1 -1
- package/.next/static/css/{6a9e5ba3f77c27f2.css → cdbc9e0afcff5473.css} +1 -1
- package/.next/trace +42 -42
- package/package.json +14 -14
- package/src/components/Board/hooks/useGrid.ts +9 -0
- package/src/components/KeyMap/KeyMap.tsx +1 -1
- package/src/components/KeyMap/components/Mapping/Mapping.module.scss +4 -0
- package/src/components/KeyMap/components/Mapping/Mapping.tsx +16 -12
- package/src/components/PlainTiles/PlainTiles.tsx +4 -0
- package/src/components/SvgFontCss/SvgFontCss.tsx +12 -0
- package/src/components/SvgFontCss/index.ts +1 -0
- package/src/components/Tile/TilePure.tsx +1 -1
- package/src/components/index.ts +1 -0
- package/src/lib/createKeyboardNavigation.ts +3 -0
- package/src/pages/index.tsx +5 -14
- package/src/styles/global.scss +3 -0
- package/.next/static/OhUvTNKwyrrzmNwKBnpUU/_buildManifest.js +0 -1
- package/.next/static/chunks/195-4b75c9c697b7b455.js +0 -1
- package/.next/static/chunks/pages/_app-72522bfb306a8aef.js +0 -1
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
TzKQ3IntkvaYmHBkWpfoi
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/TzKQ3IntkvaYmHBkWpfoi/_buildManifest.js",
|
|
9
|
+
"static/TzKQ3IntkvaYmHBkWpfoi/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
@@ -15,26 +15,26 @@
|
|
|
15
15
|
"static/chunks/framework-4556c45dd113b893.js",
|
|
16
16
|
"static/chunks/main-a75cf611e061d8f8.js",
|
|
17
17
|
"static/chunks/758-f333b1dcdb941547.js",
|
|
18
|
-
"static/css/
|
|
19
|
-
"static/chunks/
|
|
18
|
+
"static/css/551d09cac435debb.css",
|
|
19
|
+
"static/chunks/56-2d34867599a0ac66.js",
|
|
20
20
|
"static/css/3159cfe62ff742a3.css",
|
|
21
|
-
"static/chunks/pages/index-
|
|
21
|
+
"static/chunks/pages/index-13ea7770a65c69ee.js"
|
|
22
22
|
],
|
|
23
23
|
"/404": [
|
|
24
24
|
"static/chunks/webpack-5752944655d749a0.js",
|
|
25
25
|
"static/chunks/framework-4556c45dd113b893.js",
|
|
26
26
|
"static/chunks/main-a75cf611e061d8f8.js",
|
|
27
27
|
"static/chunks/758-f333b1dcdb941547.js",
|
|
28
|
-
"static/css/
|
|
29
|
-
"static/chunks/
|
|
30
|
-
"static/chunks/pages/404-
|
|
28
|
+
"static/css/551d09cac435debb.css",
|
|
29
|
+
"static/chunks/56-2d34867599a0ac66.js",
|
|
30
|
+
"static/chunks/pages/404-30c06e61d256c5b2.js"
|
|
31
31
|
],
|
|
32
32
|
"/_app": [
|
|
33
33
|
"static/chunks/webpack-5752944655d749a0.js",
|
|
34
34
|
"static/chunks/framework-4556c45dd113b893.js",
|
|
35
35
|
"static/chunks/main-a75cf611e061d8f8.js",
|
|
36
|
-
"static/css/
|
|
37
|
-
"static/chunks/pages/_app-
|
|
36
|
+
"static/css/cdbc9e0afcff5473.css",
|
|
37
|
+
"static/chunks/pages/_app-6ffa2ab900772b67.js"
|
|
38
38
|
],
|
|
39
39
|
"/_error": [
|
|
40
40
|
"static/chunks/webpack-5752944655d749a0.js",
|