@scrabble-solver/scrabble-solver 2.10.2 → 2.10.3
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 +31 -19
- 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-development/7.pack_ +0 -0
- 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/middleware-build-manifest.js +1 -1
- package/.next/server/middleware-react-loadable-manifest.js +1 -1
- package/.next/server/pages/404.html +2 -2
- 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/api/dictionary/[locale]/[word].js +2 -1
- package/.next/server/pages/index.html +2 -2
- 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/{FjrbXpI5fkt4lmko-vL_7 → FJkPF91uL-OCAJKTTpVSP}/_buildManifest.js +1 -1
- package/.next/static/{FjrbXpI5fkt4lmko-vL_7 → FJkPF91uL-OCAJKTTpVSP}/_ssgManifest.js +0 -0
- package/.next/static/css/cb5b206454513f3c.css +1 -0
- package/.next/trace +52 -52
- package/package.json +9 -9
- package/src/components/Board/components/Cell/Cell.module.scss +15 -2
- package/src/pages/api/dictionary/[locale]/[word].ts +2 -1
- package/.next/cache/webpack/client-development/0.pack +0 -0
- package/.next/cache/webpack/client-development/1.pack +0 -0
- package/.next/cache/webpack/client-development/2.pack +0 -0
- package/.next/cache/webpack/client-development/3.pack +0 -0
- package/.next/cache/webpack/client-development/4.pack +0 -0
- package/.next/cache/webpack/client-development/index.pack +0 -0
- package/.next/cache/webpack/client-development/index.pack.old +0 -0
- package/.next/cache/webpack/server-development/0.pack +0 -0
- package/.next/cache/webpack/server-development/10.pack_ +0 -0
- package/.next/cache/webpack/server-development/5.pack_ +0 -0
- package/.next/cache/webpack/server-development/8.pack_ +0 -0
- package/.next/cache/webpack/server-development/index.pack +0 -0
- package/.next/static/chunks/amp.js +0 -720
- package/.next/static/chunks/main.js +0 -1076
- package/.next/static/chunks/pages/_app.js +0 -2121
- package/.next/static/chunks/pages/_error.js +0 -28
- package/.next/static/chunks/pages/index.js +0 -5314
- package/.next/static/chunks/react-refresh.js +0 -62
- package/.next/static/chunks/webpack.js +0 -1237
- package/.next/static/css/c8d26240c04079b9.css +0 -1
- package/.next/static/development/_buildManifest.js +0 -1
- package/.next/static/development/_ssgManifest.js +0 -1
- package/.next/static/webpack/fb4b50d5e70ee127.webpack.hot-update.json +0 -1
- package/.next/static/webpack/pages/index.fb4b50d5e70ee127.hot-update.js +0 -171
- package/.next/static/webpack/webpack.fb4b50d5e70ee127.hot-update.js +0 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scrabble-solver/scrabble-solver",
|
|
3
|
-
"version": "2.10.
|
|
3
|
+
"version": "2.10.3",
|
|
4
4
|
"description": "Scrabble Solver 2 - App",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=16"
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
"@kamilmielnik/trie": "^2.0.1",
|
|
32
32
|
"@popperjs/core": "^2.11.6",
|
|
33
33
|
"@reduxjs/toolkit": "^1.9.2",
|
|
34
|
-
"@scrabble-solver/configs": "^2.10.
|
|
35
|
-
"@scrabble-solver/constants": "^2.10.
|
|
36
|
-
"@scrabble-solver/dictionaries": "^2.10.
|
|
37
|
-
"@scrabble-solver/logger": "^2.10.
|
|
38
|
-
"@scrabble-solver/solver": "^2.10.
|
|
39
|
-
"@scrabble-solver/types": "^2.10.
|
|
40
|
-
"@scrabble-solver/word-definitions": "^2.10.
|
|
34
|
+
"@scrabble-solver/configs": "^2.10.3",
|
|
35
|
+
"@scrabble-solver/constants": "^2.10.3",
|
|
36
|
+
"@scrabble-solver/dictionaries": "^2.10.3",
|
|
37
|
+
"@scrabble-solver/logger": "^2.10.3",
|
|
38
|
+
"@scrabble-solver/solver": "^2.10.3",
|
|
39
|
+
"@scrabble-solver/types": "^2.10.3",
|
|
40
|
+
"@scrabble-solver/word-definitions": "^2.10.3",
|
|
41
41
|
"classnames": "^2.3.2",
|
|
42
42
|
"next": "^13.1.6",
|
|
43
43
|
"normalize.css": "^8.0.1",
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"sass": "^1.57.1",
|
|
75
75
|
"workbox-webpack-plugin": "^6.5.4"
|
|
76
76
|
},
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "50a961d5f3fe68c6b646a3cd1a3fb28f9e9b5252"
|
|
78
78
|
}
|
|
@@ -8,17 +8,30 @@ $icon-size: 16px;
|
|
|
8
8
|
position: relative;
|
|
9
9
|
display: table-cell;
|
|
10
10
|
background-color: white;
|
|
11
|
-
border-right: var(--border--width) dotted var(--border--color--light);
|
|
12
11
|
border-bottom: var(--border--width) dotted var(--border--color--light);
|
|
13
12
|
transition: var(--transition);
|
|
14
13
|
background-clip: padding-box;
|
|
15
14
|
|
|
15
|
+
[dir='ltr'] & {
|
|
16
|
+
border-right: var(--border--width) dotted var(--border--color--light);
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
[dir='rtl'] & {
|
|
20
|
+
border-left: var(--border--width) dotted var(--border--color--light);
|
|
21
|
+
}
|
|
22
|
+
|
|
16
23
|
&.bottom {
|
|
17
24
|
border-bottom: none;
|
|
18
25
|
}
|
|
19
26
|
|
|
20
27
|
&.right {
|
|
21
|
-
|
|
28
|
+
[dir='ltr'] & {
|
|
29
|
+
border-right: none;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
[dir='rtl'] & {
|
|
33
|
+
border-left: none;
|
|
34
|
+
}
|
|
22
35
|
}
|
|
23
36
|
|
|
24
37
|
&.bonusStart {
|
|
@@ -12,7 +12,8 @@ interface RequestData {
|
|
|
12
12
|
words: string[];
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
-
const
|
|
15
|
+
const MAXIMUM_COLLISIONS_COUNT = scrabble['en-US'].maximumCharactersCount;
|
|
16
|
+
const MAXIMUM_WORDS_COUNT = MAXIMUM_COLLISIONS_COUNT + 1;
|
|
16
17
|
|
|
17
18
|
const dictionary = async (request: NextApiRequest, response: NextApiResponse): Promise<void> => {
|
|
18
19
|
const meta = getServerLoggingData(request);
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|