@scrabble-solver/scrabble-solver 2.13.9 → 2.13.11
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/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/prerender-manifest.js +1 -1
- package/.next/prerender-manifest.json +1 -1
- package/.next/routes-manifest.json +1 -1
- package/.next/server/chunks/807.js +1 -1
- package/.next/server/chunks/911.js +1 -1
- package/.next/server/chunks/977.js +1 -1
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/pages/404.html +1 -1
- package/.next/server/pages/500.html +1 -1
- package/.next/server/pages/_app.js +1 -1
- package/.next/server/pages/_error.js +1 -1
- package/.next/server/pages/api/dictionary/[locale]/[word].js +1 -1
- package/.next/server/pages/api/solve.js +1 -1
- package/.next/server/pages/api/verify.js +1 -1
- package/.next/server/pages/index.html +1 -1
- package/.next/server/pages/index.js +1 -1
- package/.next/server/pages/index.json +1 -1
- package/.next/static/{eLvYNd4B2hzSgBZ_PuZcQ → 5T-kyZzpLLGYA9Qzg0-Sn}/_buildManifest.js +1 -1
- package/.next/static/chunks/pages/{404-01653a877b233143.js → 404-0c9f3e0f8b15f487.js} +1 -1
- package/.next/static/chunks/pages/_app-264cd7dc7c7b5cc2.js +17 -0
- package/.next/static/chunks/pages/index-65bfe83d121535ab.js +1 -0
- package/.next/static/css/{841a5b5f0b2fb131.css → 2f727b21d1331ea5.css} +2 -2
- package/.next/trace +45 -44
- package/package.json +10 -9
- package/src/api/isBoardValid.ts +1 -1
- package/src/api/isCellValid.ts +2 -2
- package/src/api/isRowValid.ts +1 -1
- package/src/components/Board/components/Actions/Actions.tsx +15 -3
- package/src/components/Board/components/Cell/Cell.tsx +1 -1
- package/src/components/Board/components/ToggleDirectionButton/ToggleDirectionButton.tsx +9 -2
- package/src/components/Board/hooks/useBackgroundImage.tsx +3 -3
- package/src/components/Board/hooks/useBoardStyle.ts +3 -5
- package/src/components/Board/hooks/useGrid.ts +13 -9
- package/src/components/Key/Key.module.scss +3 -2
- package/src/components/Keys/Arrows/Arrows.module.scss +41 -0
- package/src/components/Keys/Arrows/Arrows.tsx +31 -0
- package/src/components/Keys/Arrows/index.ts +1 -0
- package/src/components/Keys/index.ts +1 -0
- package/src/components/Rack/components/InputPrompt/InputPrompt.tsx +1 -1
- package/src/components/Results/HeaderButton.tsx +3 -6
- package/src/components/Results/Results.module.scss +2 -6
- package/src/components/Results/Results.tsx +6 -2
- package/src/components/Results/getCoordinatesColumn.ts +0 -1
- package/src/components/Results/getLocaleColumns.ts +0 -7
- package/src/components/Results/types.ts +0 -1
- package/src/components/index.ts +2 -0
- package/src/components/keys.tsx +26 -0
- package/src/hooks/useAppLayout.ts +8 -8
- package/src/i18n/languages/english.json +4 -2
- package/src/i18n/languages/french.json +4 -2
- package/src/i18n/languages/german.json +4 -2
- package/src/i18n/languages/persian.json +4 -2
- package/src/i18n/languages/polish.json +4 -2
- package/src/i18n/languages/romanian.json +3 -1
- package/src/i18n/languages/spanish.json +4 -2
- package/src/lib/getCellSize.ts +2 -2
- package/src/lib/groupResults.ts +4 -7
- package/src/lib/index.ts +1 -0
- package/src/lib/sortGroupedResults.ts +23 -0
- package/src/lib/sortResults.ts +17 -5
- package/src/modals/KeyMapModal/KeyMapModal.tsx +19 -9
- package/src/modals/SettingsModal/components/ShowCoordinatesSetting/ShowCoordinatesSetting.tsx +1 -1
- package/src/pages/api/dictionary/[locale]/[word].ts +1 -4
- package/src/state/sagas.ts +6 -6
- package/src/state/selectors.ts +8 -5
- package/src/state/slices/boardInitialState.ts +2 -2
- package/src/state/slices/boardSlice.ts +2 -2
- package/src/styles/variables.scss +2 -2
- package/src/types/index.ts +11 -1
- package/.next/static/chunks/pages/_app-735b5863675c1b5d.js +0 -17
- package/.next/static/chunks/pages/index-36c448d585a58425.js +0 -1
- package/src/modals/KeyMapModal/keys.tsx +0 -46
- /package/.next/static/{eLvYNd4B2hzSgBZ_PuZcQ → 5T-kyZzpLLGYA9Qzg0-Sn}/_ssgManifest.js +0 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1 +1 @@
|
|
|
1
|
-
self.__PRERENDER_MANIFEST="{\"version\":4,\"routes\":{\"/\":{\"initialRevalidateSeconds\":false,\"srcRoute\":null,\"dataRoute\":\"/_next/data/
|
|
1
|
+
self.__PRERENDER_MANIFEST="{\"version\":4,\"routes\":{\"/\":{\"initialRevalidateSeconds\":false,\"srcRoute\":null,\"dataRoute\":\"/_next/data/5T-kyZzpLLGYA9Qzg0-Sn/index.json\"}},\"dynamicRoutes\":{},\"notFoundRoutes\":[],\"preview\":{\"previewModeId\":\"process.env.__NEXT_PREVIEW_MODE_ID\",\"previewModeSigningKey\":\"process.env.__NEXT_PREVIEW_MODE_SIGNING_KEY\",\"previewModeEncryptionKey\":\"process.env.__NEXT_PREVIEW_MODE_ENCRYPTION_KEY\"}}"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":4,"routes":{"/":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/
|
|
1
|
+
{"version":4,"routes":{"/":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/5T-kyZzpLLGYA9Qzg0-Sn/index.json"}},"dynamicRoutes":{},"notFoundRoutes":[],"preview":{"previewModeId":"048f54bcf77be55a6fd774ea2e4dfe89","previewModeSigningKey":"4fde3c0537c96e1d04bc3b4647731e84729c5b1b4893486afc847065c9386352","previewModeEncryptionKey":"d4397c129557b04228a1f2a475304a5a49968b8436b8551bd26740cffc98fbb4"}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"pages404":true,"caseSensitive":false,"basePath":"","redirects":[{"source":"/:path+/","destination":"/:path+","internal":true,"statusCode":308,"regex":"^(?:/((?:[^/]+?)(?:/(?:[^/]+?))*))/$"}],"headers":[],"dynamicRoutes":[{"page":"/api/dictionary/[locale]","regex":"^/api/dictionary/([^/]+?)(?:/)?$","routeKeys":{"nxtPlocale":"nxtPlocale"},"namedRegex":"^/api/dictionary/(?<nxtPlocale>[^/]+?)(?:/)?$"},{"page":"/api/dictionary/[locale]/[word]","regex":"^/api/dictionary/([^/]+?)/([^/]+?)(?:/)?$","routeKeys":{"nxtPlocale":"nxtPlocale","nxtPword":"nxtPword"},"namedRegex":"^/api/dictionary/(?<nxtPlocale>[^/]+?)/(?<nxtPword>[^/]+?)(?:/)?$"}],"staticRoutes":[{"page":"/","regex":"^/(?:/)?$","routeKeys":{},"namedRegex":"^/(?:/)?$"},{"page":"/404","regex":"^/404(?:/)?$","routeKeys":{},"namedRegex":"^/404(?:/)?$"}],"dataRoutes":[{"page":"/","dataRouteRegex":"^/_next/data/
|
|
1
|
+
{"version":3,"pages404":true,"caseSensitive":false,"basePath":"","redirects":[{"source":"/:path+/","destination":"/:path+","internal":true,"statusCode":308,"regex":"^(?:/((?:[^/]+?)(?:/(?:[^/]+?))*))/$"}],"headers":[],"dynamicRoutes":[{"page":"/api/dictionary/[locale]","regex":"^/api/dictionary/([^/]+?)(?:/)?$","routeKeys":{"nxtPlocale":"nxtPlocale"},"namedRegex":"^/api/dictionary/(?<nxtPlocale>[^/]+?)(?:/)?$"},{"page":"/api/dictionary/[locale]/[word]","regex":"^/api/dictionary/([^/]+?)/([^/]+?)(?:/)?$","routeKeys":{"nxtPlocale":"nxtPlocale","nxtPword":"nxtPword"},"namedRegex":"^/api/dictionary/(?<nxtPlocale>[^/]+?)/(?<nxtPword>[^/]+?)(?:/)?$"}],"staticRoutes":[{"page":"/","regex":"^/(?:/)?$","routeKeys":{},"namedRegex":"^/(?:/)?$"},{"page":"/404","regex":"^/404(?:/)?$","routeKeys":{},"namedRegex":"^/404(?:/)?$"}],"dataRoutes":[{"page":"/","dataRouteRegex":"^/_next/data/5T\\-kyZzpLLGYA9Qzg0\\-Sn/index.json$"}],"rsc":{"header":"RSC","varyHeader":"RSC, Next-Router-State-Tree, Next-Router-Prefetch","prefetchHeader":"Next-Router-Prefetch","didPostponeHeader":"x-nextjs-postponed","contentTypeHeader":"text/x-component","suffix":".rsc","prefetchSuffix":".prefetch.rsc"},"rewrites":[]}
|