@scrabble-solver/scrabble-solver 2.10.4 → 2.10.6

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.
Files changed (71) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/build-manifest.json +9 -9
  3. package/.next/cache/.tsbuildinfo +1 -1
  4. package/.next/cache/eslint/.cache_8dgz12 +1 -1
  5. package/.next/cache/next-server.js.nft.json +1 -1
  6. package/.next/cache/webpack/client-production/0.pack +0 -0
  7. package/.next/cache/webpack/client-production/index.pack +0 -0
  8. package/.next/cache/webpack/edge-server-production/0.pack +0 -0
  9. package/.next/cache/webpack/edge-server-production/index.pack +0 -0
  10. package/.next/cache/webpack/server-production/0.pack +0 -0
  11. package/.next/cache/webpack/server-production/index.pack +0 -0
  12. package/.next/next-server.js.nft.json +1 -1
  13. package/.next/prerender-manifest.json +1 -1
  14. package/.next/routes-manifest.json +1 -1
  15. package/.next/server/chunks/176.js +433 -228
  16. package/.next/server/middleware-build-manifest.js +1 -1
  17. package/.next/server/pages/404.html +2 -2
  18. package/.next/server/pages/404.js.nft.json +1 -1
  19. package/.next/server/pages/500.html +2 -2
  20. package/.next/server/pages/_app.js.nft.json +1 -1
  21. package/.next/server/pages/index.html +2 -2
  22. package/.next/server/pages/index.js +20 -50
  23. package/.next/server/pages/index.js.nft.json +1 -1
  24. package/.next/server/pages/index.json +1 -1
  25. package/.next/server/pages-manifest.json +3 -3
  26. package/.next/static/chunks/791-93aa8b8c22e488ac.js +1 -0
  27. package/.next/static/chunks/pages/{404-6c99a0c91257c60b.js → 404-ff35a4cf7f1ec85a.js} +1 -1
  28. package/.next/static/chunks/pages/index-ded620fd5df96be0.js +1 -0
  29. package/.next/static/css/4482c4a0064d3807.css +1 -0
  30. package/.next/static/css/a943dd97164732d4.css +1 -0
  31. package/.next/static/iL0av55MV28b0MXfhKKt2/_buildManifest.js +1 -0
  32. package/.next/trace +55 -55
  33. package/package.json +14 -14
  34. package/src/components/Board/components/Cell/Cell.module.scss +11 -11
  35. package/src/components/Button/Button.module.scss +29 -10
  36. package/src/components/Button/Button.tsx +24 -5
  37. package/src/components/Button/Link.tsx +44 -0
  38. package/src/components/Radio/Radio.module.scss +2 -2
  39. package/src/components/Results/SolveButton.tsx +1 -0
  40. package/src/components/Solver/Solver.module.scss +9 -21
  41. package/src/components/Solver/Solver.tsx +20 -56
  42. package/src/components/Solver/components/ApplyButton/ApplyButton.tsx +1 -0
  43. package/src/components/Solver/components/MobileControls/MobileControls.tsx +62 -0
  44. package/src/components/Solver/components/MobileControls/index.ts +1 -0
  45. package/src/components/{ResultCandidatePicker → Solver/components/ResultCandidatePicker}/ResultCandidatePicker.module.scss +47 -3
  46. package/src/components/Solver/components/ResultCandidatePicker/ResultCandidatePicker.tsx +75 -0
  47. package/src/components/Solver/components/SolveButton/SolveButton.tsx +1 -0
  48. package/src/components/Solver/components/index.ts +2 -0
  49. package/src/components/SquareButton/SquareButton.module.scss +1 -2
  50. package/src/components/SquareButton/SquareButton.tsx +2 -2
  51. package/src/components/Tile/Tile.module.scss +35 -18
  52. package/src/components/Tile/Tile.tsx +2 -2
  53. package/src/components/Tile/TilePure.tsx +9 -5
  54. package/src/components/Tooltip/Tooltip.module.scss +5 -5
  55. package/src/components/index.ts +0 -1
  56. package/src/icons/ChevronLeft.svg +4 -0
  57. package/src/icons/ChevronRight.svg +4 -0
  58. package/src/icons/index.ts +2 -0
  59. package/src/modals/MenuModal/MenuModal.module.scss +3 -39
  60. package/src/modals/MenuModal/MenuModal.tsx +22 -20
  61. package/src/modals/RemainingTilesModal/components/Character/Character.module.scss +1 -1
  62. package/src/modals/ResultsModal/ResultsModal.tsx +3 -3
  63. package/src/styles/mixins.scss +8 -2
  64. package/.next/static/P7XhuDLmwJJqC8kgPjX42/_buildManifest.js +0 -1
  65. package/.next/static/chunks/528-9942ddad0031ff79.js +0 -1
  66. package/.next/static/chunks/pages/index-d761f0af070273d2.js +0 -1
  67. package/.next/static/css/97eb6ee0c4300c83.css +0 -1
  68. package/.next/static/css/dcca0c1a39cf5ef5.css +0 -1
  69. package/src/components/ResultCandidatePicker/ResultCandidatePicker.tsx +0 -38
  70. /package/.next/static/{P7XhuDLmwJJqC8kgPjX42 → iL0av55MV28b0MXfhKKt2}/_ssgManifest.js +0 -0
  71. /package/src/components/{ResultCandidatePicker → Solver/components/ResultCandidatePicker}/index.ts +0 -0
package/.next/BUILD_ID CHANGED
@@ -1 +1 @@
1
- P7XhuDLmwJJqC8kgPjX42
1
+ iL0av55MV28b0MXfhKKt2
@@ -5,8 +5,8 @@
5
5
  "devFiles": [],
6
6
  "ampDevFiles": [],
7
7
  "lowPriorityFiles": [
8
- "static/P7XhuDLmwJJqC8kgPjX42/_buildManifest.js",
9
- "static/P7XhuDLmwJJqC8kgPjX42/_ssgManifest.js"
8
+ "static/iL0av55MV28b0MXfhKKt2/_buildManifest.js",
9
+ "static/iL0av55MV28b0MXfhKKt2/_ssgManifest.js"
10
10
  ],
11
11
  "rootMainFiles": [],
12
12
  "pages": {
@@ -15,19 +15,19 @@
15
15
  "static/chunks/framework-2c79e2a64abdb08b.js",
16
16
  "static/chunks/main-f11614d8aa7ee555.js",
17
17
  "static/chunks/490-d29992f1c264d70e.js",
18
- "static/css/97eb6ee0c4300c83.css",
19
- "static/chunks/528-9942ddad0031ff79.js",
20
- "static/css/dcca0c1a39cf5ef5.css",
21
- "static/chunks/pages/index-d761f0af070273d2.js"
18
+ "static/css/a943dd97164732d4.css",
19
+ "static/chunks/791-93aa8b8c22e488ac.js",
20
+ "static/css/4482c4a0064d3807.css",
21
+ "static/chunks/pages/index-ded620fd5df96be0.js"
22
22
  ],
23
23
  "/404": [
24
24
  "static/chunks/webpack-59c5c889f52620d6.js",
25
25
  "static/chunks/framework-2c79e2a64abdb08b.js",
26
26
  "static/chunks/main-f11614d8aa7ee555.js",
27
27
  "static/chunks/490-d29992f1c264d70e.js",
28
- "static/css/97eb6ee0c4300c83.css",
29
- "static/chunks/528-9942ddad0031ff79.js",
30
- "static/chunks/pages/404-6c99a0c91257c60b.js"
28
+ "static/css/a943dd97164732d4.css",
29
+ "static/chunks/791-93aa8b8c22e488ac.js",
30
+ "static/chunks/pages/404-ff35a4cf7f1ec85a.js"
31
31
  ],
32
32
  "/_app": [
33
33
  "static/chunks/webpack-59c5c889f52620d6.js",